cancel
Showing results for 
Search instead for 
Did you mean: 

ICCRepoConfig - Could not initialize Information Steward Core (COR-10095)

amarkulkarni
Discoverer
0 Kudos

Hello,

I'am trying to install SAP BusinessObject Information Steward 4.1 SP2 on top of SAP BusinessObject Business Intelligence Platform 4.1 SP2 and BODS 4.2 SP1 (in Windows Server 2008 R2 environment)

All the necessary details such as CMC Login Credentials and MS SQL Server details are provided accurately.

During the creation of IS repository, i could find a error log entry at the location <instalDir>/InformationSteward/MM/log/

The CrystalEnterprise.MM.Repository plug-in does not exist in the CMS (FWM 02017)

also please find the log details below.

[E] 2014-07-09 23:37:55.699 InfoObject CrystalEnterprise.MM.Repository was not found. (COR-10412)

[E] 2014-07-09 23:37:55.704 com.bobj.mm.sdk.SDKException: InfoObject CrystalEnterprise.MM.Repository was not found. (COR-10412)

  at com.bobj.mm.core.MMWarehouse.init(MMWarehouse.java:2389)

  at com.bobj.mm.core.MMWarehouse.init(MMWarehouse.java:508)

  at com.bobj.mm.core.MMWarehouse.init(MMWarehouse.java:481)

  at com.bobj.mm.utility.Utility.initMM(Utility.java:573)

  at com.bobj.mm.utility.Utility.runInit2(Utility.java:398)

  at com.bobj.mm.core.Main.run(Main.java:1296)

  at com.bobj.mm.core.Main.main(Main.java:241)

[E] 2014-07-09 23:37:55.711 Could not initialize Information Steward Core. (COR-10095)

[E] 2014-07-09 23:37:55.723 Utility failed with code 3. (COR-10020)

[I] 2014-07-09 23:37:55.728 Completed execution on 2014-07-09 23:37:55. (COR-10015)

[I] 2014-07-09 23:37:55.728 Elapsed time is 0:00.628 [min:sec.millisec]. (COR-10084)

Could you please provide your valuable suggestion at this moment.

any sort of help is really appreciated and rewarded.

Thank you!

Regards,

Amar Kulkarni

Accepted Solutions (0)

Answers (1)

Answers (1)

sateesh_kumar1
Active Contributor
0 Kudos

Hi Amar,

I too got same error.

I have used Oracle as Repository .

I followed "Creating a new repository" mentioned in IS Admin guide and created Repository from command line with success.

  • On the machine where you performed the Primary installation type for Information Steward, run ISRepositoryUtility from the command line.

Open a command window and change to the bin directory where Information Steward is installed.

For example, on Windows platforms type the following:

cd C:\Program Files (x86)\SAP BusinessObjects\InformationSteward\MM\bin

Enter the ISRepositoryUtility command and specify the create mode.

For example, type the following:

ISRepositoryUtility create boePassword "myPass1" password "myPass2"

Note

The password for both the CMS database and the Information Steward repository must be specified in the command line. Do not store passwords in the configuration or properties files.

  • After you create the repository, restart the Web Application Server and CMS.


Former Member
0 Kudos

HI Sateesh, I am having this same error too. I have tried running the ISRepositoryUtility command in create mode. Still showing the same error. The error log is attached. I have battled with this error for 2weeks.