I am trying to export a query from Teradata Studio 14.10 / Aster using the ncluster_export command line function. I can't find a working example to go off of. Does anyone have one they could share? Also how would I actually run the script (ie ncluster_export myScript1.bat)?
Assume the following :
File location: 'myhomedir'
Username: 'user1'
Password: 'pass1'
Outfile name: 'outFile1.csv'
I can't test it right now, but I don't think you can use a ncluster_export directly within TD Studio, you need to run it on your PC's command line.
Did you install the Aster Client Tools on your PC running TD Studio?
Then it should be (you seem to be on Windows):
Regarding running the script, you can't pass the parameters to cluster_export (afaik) in a file, but you can put the commands in a bat-file and then execute this.