SQL_Rookie
SQL_Rookie

Reputation: 15

Essbase Error 1241109 Unable to Open file

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

Answers (1)

kev
kev

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

Related Questions