Reputation: 15
I am automating the process to run a report script. The batch script is located on Windows and the Essbase server is on UNIX.
Getting an error while executing the below statement
export database App.DB using server_file 'Report1.rep' to data_file '/apps/AppName/FileName.txt';
TIA
Upvotes: -1
Views: 696
Reputation: 197
is the path correct? Essbase does not create directories, so maybe /apps/Appname does not exist. I would also suggest to put the Files under Appname/Database but thats a personal thing.
Upvotes: 0