cancel
Showing results for 
Search instead for 
Did you mean: 

Exception when importing a BIAR file from command line

Former Member
0 Kudos

Hi

I have a site running BO XIR3 .Solaris 10

It is installed successfully , and when trying to start CMS , it starts

When i start it , it seems to be starting

ccm.sh -enable all -cms "ServiceNode:6400" -username "Administrator" -password "" -authentication "secEnterprise"

Creating session manager...

Logging onto CMS...

Creating infostore...

Sending query to get all server objects on the local machine...

Checking server status...

BOXIR3AgentNode.CentralManagementServer has been enabled.

BOXIR3AgentNode.CrystalReportsJobServer has been enabled.

BOXIR3AgentNode.ReportApplicationServer has been enabled.

BOXIR3AgentNode.DesktopIntelligenceJobServer has been enabled.

BOXIR3AgentNode.AdaptiveJobServer has been enabled.

BOXIR3AgentNode.DestinationJobServer has been enabled.

BOXIR3AgentNode.ListOfValuesJobServer has been enabled.

BOXIR3AgentNode.ProgramJobServer has been enabled.

BOXIR3AgentNode.PublicationJobServer has been enabled.

BOXIR3AgentNode.EventServer has been enabled.

BOXIR3AgentNode.InputFileRepository has been enabled.

BOXIR3AgentNode.AdaptiveProcessingServer has been enabled.

BOXIR3AgentNode.OutputFileRepository has been enabled.

BOXIR3AgentNode.DesktopIntelligenceCacheServer has been enabled.

BOXIR3AgentNode.DesktopIntelligenceProcessingServer has been enabled.

BOXIR3AgentNode.CrystalReportsCacheServer has been enabled.

BOXIR3AgentNode.CrystalReportsProcessingServer has been enabled.

BOXIR3AgentNode.MultiDimensionalAnalysisServicesServer has been enabled.

BOXIR3AgentNode.WebIntelligenceProcessingServer has been enabled.

BOXIR3AgentNode.ConnectionServer has been enabled.

Committing changes to infostore...

err: ERROR Unable to commit changes to infostore. (STU00147)

err: Error description: Configuration, auditing or enable/disable state change rejected; server BOXIR3AgentNode.DesktopIntelligenceProcessingServer is currently being initialized.

When I try to import the BIAR file , it errors with an exception

java -jar InstallEntSdkWrapper.jar "ServiceNode1:6400" "administrator" "" "secEnterprise" 1 /opt/temp/Service/Service-REPORT.biar

(InstallEntSdkWrapper.main) Connecting to CMS ServiceNode1:6400 as administrator

(InstallEntSdkWrapper.main) Setting IMPORT_CALL_PLUGINS to true

(InstallEntSdkWrapper.main) Logged onto CMS ServiceNode1:6400

(InstallEntSdkWrapper.CmsImportFile) Setting IMPORT_CALL_PLUGINS to true. options value is 34603008

(InstallEntSdkWrapper.CmsImportFile) Exception: CE SDK Exception occurred : 'Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)' (FWM 04002)

com.businessobjects.sdk.biar.exception.XSDException$CESDKException: CE SDK Exception occurred : 'Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)' (FWM 04002)

cause:com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)

cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)

detail:Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)

detail:CE SDK Exception occurred : 'Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)' (FWM 04002) Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)

at com.businessobjects.sdk.biar.internal.Importer.handleFiles(Importer.java:638)

at com.businessobjects.sdk.biar.internal.Importer.handleFiles(Importer.java:566)

at com.businessobjects.sdk.biar.internal.XMLImporter.copyHolderIntoIInfoObject(XMLImporter.java:930)

at com.businessobjects.sdk.biar.internal.XMLImporter.copyIntoIInfoObjects(XMLImporter.java:859)

at com.businessobjects.sdk.biar.internal.XMLImporter.copyIntoIInfoObjects(XMLImporter.java:862)

at com.businessobjects.sdk.biar.internal.XMLImporter.setupIInfoObjects(XMLImporter.java:553)

at com.businessobjects.sdk.biar.internal.XMLImporter.buildInfoObjects(XMLImporter.java:194)

at com.businessobjects.sdk.biar.internal.XMLImporter.doImportFromXML(XMLImporter.java:116)

at com.businessobjects.sdk.biar.internal.XMLImporter.importFromXML(XMLImporter.java:90)

at com.businessobjects.sdk.biar.internal.BiarEngine.importFromXML(BiarEngine.java:280)

at com.businessobjects.sdk.biar.internal.BiarEngine.importFromXML(BiarEngine.java:244)

at com.businessobjects.setup.InstallEntSdkWrapper.CmsImportBiarFile(Unknown Source)

at com.businessobjects.setup.InstallEntSdkWrapper.main(Unknown Source)

Caused by: com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)

cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServicesDown: Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)

detail:Unable to find servers in CMS ServiceNode1:6400 and cluster @ServiceNode1:6400 with kind fileserver and service FileStoreV2. All such servers could be down or disabled by the administrator. (FWM 01014)

at com.crystaldecisions.sdk.exception.SDKException.map(SDKException.java:214)

at com.crystaldecisions.sdk.occa.filerepository.internal.FileRepository.(FileRepository.java:84)

... 20 more

(InstallEntSdkWrapper.CmsImportFile) Import failed, retrying

Accepted Solutions (1)

Accepted Solutions (1)

denis_konovalov
Active Contributor
0 Kudos

2 things :

1. Go to CMC and verify that node informationis correct, that CMS and FRS servers are running on right node and enabled. That valid license is present.

There is something not right with your servers based on the output from ccm.sh.

2. InstallEntSdkWrapper is R2 command line, no longer supported in XI3.1, use biarengine command line - more details are in Admin guide.

Answers (0)