Essbase Error 1241109 Unable to Open file

618 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.