cancel
Showing results for 
Search instead for 
Did you mean: 

Portal to SRM connection wizard error

Former Member
0 Kudos

Hello All,

While performing the connection of Portal to SRM with the help of the wizard (BS: SRM ‒ Portal (Basic Configuration) V1)

I have the following error at step 458

=====

com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException: Exception during the import of the profile!

at com.sap.tc.lm.ctc.cul.serviceimpl.process.WriteProfileControllerImpl.execute(WriteProfileControllerImpl.java:181)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)

at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:160)

at java.lang.Thread.run(Thread.java:534)

Caused by: com.sap.tc.lm.ctc.cul.api.CULServiceException: Exception during the import of the profile!

at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:102)

at com.sap.tc.lm.ctc.cul.serviceimpl.process.WriteProfileControllerImpl.execute(WriteProfileControllerImpl.java:178)

... 9 more

Caused by: com.sap.tc.lm.ctc.cul.cpi.context.ConfigurationBrokerException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='provider_not_registered', Arguments: ['http://www.sap.com/ctc/pcd']> : Can't find resource for bundle java.util.PropertyResourceBundle, key provider_not_registered

at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:110)

at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:99)

... 10 more

=====

Can You help me with some suggestions?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Having a similar problem. Did you find a fix?

Caused by: com.sap.tc.lm.ctc.cul.cpi.context.ConfigurationBrokerException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='provider_not_registered', Arguments: ['http://www.sap.com/ctc/pcd']> : Can't find resource for bundle java.util.PropertyResourceBundle, key provider_not_registered

at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:104)

at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:77)

... 15 more

Former Member
0 Kudos

Hi Aleksey Barbashin,

This error is caused due to the missing BP component of SRM in the portal side. You would have to deploy this component to portal end and reexecute the template. The BP component of SRM can be found in the path : Support Packages and Patches - --> S --> SAP SRM --> SAP SRM 7.0 --> Entry by Component --> Portal Content SRM --> BP SRM 7.0 --> OS independent

Please deploy the component as per the SP stack you are on ... if the SPS stack is at 9 then deploy the component BPSRM09_0-20003945.SCA to the portal.

This is one of the prerequisites of executing the template.

Thanks,

Lijin Xavier

Former Member
0 Kudos

I've run into the same issue.. Did you find a solution to this problem?

Cheers..

Former Member
0 Kudos

Hi Darryl,

had same/similar problem. This is a real authorization problem caused by permission settings of your adminstrator user which is executing the BI initial setup for ABAP. This user should have authorization right that is only used during the BI inital configuration. In my case, I granted profile "SAP_ALL" and switched to "Super User" for my own user in SU01 temporarily.

your stack trace should be look like this:

WriteProfile- Result: ERROR

Refresh Env. Messages: false
Duration: 0.596 sec

Exception Class: com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException 
Exception Message: Exception during the import of the profile! 
Stack Trace
com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException: Exception during the import of the profile!
	at com.sap.tc.lm.ctc.cul.serviceimpl.process.WriteProfileControllerImpl.execute(WriteProfileControllerImpl.java:181)
	at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:273)
	at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:273)
	at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:161)
	at java.lang.Thread.run(Thread.java:770)
Caused by: com.sap.tc.lm.ctc.cul.api.CULServiceException: Exception during the import of the profile!
	at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:102)
	at com.sap.tc.lm.ctc.cul.serviceimpl.process.WriteProfileControllerImpl.execute(WriteProfileControllerImpl.java:178)
	... 4 more
Caused by: com.sap.tc.lm.ctc.cul.cpi.context.ConfigurationBrokerException: <--Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='xml_parsing_exception', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key xml_parsing_exception
	at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:86)
	at com.sap.tc.lm.ctc.cul.serviceimpl.writeProfile.CULServiceWriteProfileImpl.writeProfile(CULServiceWriteProfileImpl.java:99)
	... 5 more
Caused by: com.sap.tc.lm.ctc.provider.vmaprovider.exceptions.VMAProviderBaseException: Error while calling BAPI SCTC_IF_GET_TABLE_STRUCTURE
	at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.getTableStructure(VMAUtil.java:68)
	at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeContext(JCOProfileExecutorImpl.java:196)
	at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeChildNode(JCOProfileExecutorImpl.java:182)
	at com.sap.tc.lm.ctc.provider.vmaprovider.util.JCOProfileExecutorImpl.executeProfile(JCOProfileExecutorImpl.java:132)
	at com.sap.tc.lm.ctc.provider.vmaprovider.VMAWriteProfile.writeProfile(VMAWriteProfile.java:65)
	at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:152)
	at com.sap.tc.lm.ctc.cul.broker.BrokerWriteProfileImpl.writeProfile(BrokerWriteProfileImpl.java:83)
	... 6 more
Caused by: com.sap.mw.jco.JCO$AbapException: (126) NO_AUTHORITY: NO_AUTHORITY
	at com.sap.mw.jco.JCO$Client.execute(JCO.java:3430)
	at com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil.getTableStructure(VMAUtil.java:63)
	... 12 more

hope this helps!

Aloha