Unable to export data file in Network drive via Calc Script
Hello,
We have created a calculation script in essbase like below:
FIX(…)
DATAEXPORT "File" "," "\\network_share\XX.txt" "#MI";
ENDFIX
;
However when running this script, we are getting this error.
Error: 1005000 Ascii Backup: Failed to open [\\network_share\XX.txt].
Any idea about this error? Any help would be appreciated.
Thank you..