Hi
I am exporting data via the command line utility biarengine.jar using the following parameters:
exportBiarLocation=c:/BIARexport/export.biar
action=exportXML
userName=administrator
password=password
CMS=bo_server:6400
authentication=secEnterprise
exportDependencies=true
includeSecurity=true
exportQuery1=select * from CI_INFOOBJECTS si_instance = 0
exportQuery2=select * from ci_systemobjects
exportQuery3=select * from ci_appobjects
exportQueriesTotal=3
the job fails with the following error:
CE SDK Exception occurred : 'Could not open the file C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\FileStore\Input\a_123\085\000\21883\~ce18b05ef676be4bbd.wid.
' (FWM 04002)
I have looked at the above location and it does not exist. After changing the export parameter the offending file type is an Excel file. I have excluded Excel files from exportQuery1 and it now works. This gives me the impression that the file store is inconsistent as a file appears to be missing. Can I run some sort of a check to establish if the file store is consistent.
Thanks