cancel
Showing results for 
Search instead for 
Did you mean: 

Transport of XI object with CMS

Former Member
0 Kudos

Hi all,

I have created XI track at the CMS server

<i><CMSserver:port>/webdynpro/dispatcher/sap.com/tcSLCMS~WebUI/Cms</i>

with correct setup and at the XI server

<i><XIserverDEV:port>/webdynpro/dispatcher/sap.com/tcxiexprofui/XIProfileApp,

<XIserverCONS:port>/webdynpro/dispatcher/sap.com/tcxiexprofui/XIProfileApp </i>

I configured parameters to allow CMS transports.

Everything is according to manuals

<i>/people/praveen.mayalur/blog/2007/05/31/configuration-of-cms-in-central-nwdi-sld-to-transport-xi-objects,

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b8d8f7b2-0701-0010-b09a-cda4cca2c98e</i>

and seems to be OK but in Integration Builder

<i><XIserverDEV:port>/rep/start/index.jsp -> Integration Repository</i>

there is not allowed to export object with CMS (only Transport Using File System is enabled)

Does somebody know reason, why Transport Using CMS is not enabled too?

(some settings of server or service etc.)

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

You miss page 8 in the PDF,

<b>

<u>Integration Builders</u></b>

<b>Integration builders are installed with the default setting as CMS off. A couple of exchange profile parameters have to be created/changed for enabling CMS.</b>

Integration Repository

com.sap.aii.ibrep.core.cms.enableClTransport=true

com.sap.aii.ibrep.core.cms.enableTransportWizard=true

Add com.sap.aii.ibrep.core.cms.* to com.sap.aii.ib.client.properties

Integration Directory

com.sap.aii.ibdir.core.cms.enableTransportWizard=true

Add com.sap.aii.ibdir.core.cms.* to com.sap.aii.ib.client.properties

Along with these set the parameter com.sap.aii.ibdir.core.cms.enableClTransport to true, for enabling change-list transports.

Message was edited by:

Ilan Shani

Former Member
0 Kudos

Hi,

Thanks for your response.

I've checked these parameters again and found problem.

They were incorrectly added into folders (they have to be in the Integration Builder folder).

Now it works me fine and CMS transport is available in the Integration Builder.

Unluckily I'm solving other problem. XI server cannot connect to CMS server. Error seems to be with user (I have checked it in XI log). XI is using some default GUEST user but according to me it should be NWDI_CMSADM (CMS administrator) user but I cannot find a way to change it

Do you have some idea?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey,

I think that page 6 might help you (not sure...)