cancel
Showing results for 
Search instead for 
Did you mean: 

BIAR export fails with missing file in the file store

lee_bennett2
Explorer
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi

you can use the reposcan.exe utility for this. It should be available in the BOBJ installation directories.

Regards,

Stratos

Edited by: Efstratios Karaivazoglou on Feb 2, 2010 2:29 PM

lee_bennett2
Explorer
0 Kudos

Thanks for that I'll check it out.

Lee