Ascii Backup: Failed to open [\\H\CBUDTest.txt]
Hi Gurus,
I am using Dataexport to a network path as DSN taking 45 mins, but end up with error : Ascii Backup: Failed to open [\\H\CBUDTest.txt]
To save time try to export to a different server app folder (H:\ = which is serveripadress\D:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\app)
calcscript has no syntax errors verified. any idea? please share your experiences or suggestions
Thanks
Rao
SET DATAEXPORTOPTIONS
{
DataExportLevel INPUT;
DataExportOverwriteFile ON;
DataExportRelationalFile ON;
DATAEXPORTNONEXISTINGBLOCKS off;
};
FIX (@RELATIVE("Nominals",0))
Fix("Y2018")
FIX( @RELATIVE("Period",0))
FIX(@RELATIVE("BA",0))
FIX(@RELATIVE("CostCodes",0))
FIX(@RELATIVE("Company",0))
DATAEXPORT "File" " " "\\H\CBUDTest.txt";