cancel
Showing results for 
Search instead for 
Did you mean: 

TMS in JAVA Engine

Former Member
0 Kudos

Hello Gurus,

How to configure TMS in Java we r having EP and XI. So how to configure with 3 system landscape in Java Environment.

Is there any specific procedure to follow similar to ABAP TMS?

Cheers

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Thanks for your answer. Can u provide me any link or docs for configuring CMS .

Cheers

Former Member
0 Kudos

Are you using JNDI? There's a Change Management Service in that type of environment kind of like STMS. If not, then there is nothing quite like STMS in the java engine. In Portal, you go to system administration -> transport Packages ->. You have to have created a transport directory, just like in R/3 and share the file system out. But you can also export packages to your P.C and import them to your other systems

Former Member
0 Kudos

Hi,

I copied this one from thread. Might be useful for you.

Re: CMS Configuration

Posted: Jan 28, 2008 8:42 AM in response to: BABU E-mail this message Reply

Hi,

You could transport your objects from development server to Quality and Production by two ways as you had said

1. CMS transport

2. file system.

Please go through below explanation

1. CMS transport

Change Management Service (CMS) is the java counter part of R/3’ transport mechanism. CMS architecture is comparable to the classical R/3 transport in many ways. SAP maintains the same terminologies like Domain, Track, etc in CMS also. The architecture is also similar and is maintained by a dedicated CMS controller system.

CMS/Transport is important in an enterprise landscape because of the fact that the environment will be multi-layered, like for example, Development (DEV), Quality Assurance (QA) and Production (PROD). The most common pattern for the system landscape will be DEV-QA-PROD, though in some cases systems like Integration environment, Staging, etc will be present. Whichever the chosen pattern is, no rational enterprise will allow development activities and production code in the same system. So a defined mechanism for transferring the objects is required. In SAP R/3, transport facilitates this process.

CMS for SAP Exchange Infrastructure

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

Configuration of CMS in Central NWDI & SLD to transport XI objects

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

How to Use CMS in XI 3.0.pdf

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/43f5d790-0201-0010-2984-ff72d822...

CMS based transport in XI

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e76e511-0d01-0010-5c9d-9f768d64...

2. file System

During the export, a packaged binary file is created in a directory defined on the repository server (or directory server). To import this file to another Integration Repository (or Integration Directory), you must manually copy it to an import directory (see below). You require the appropriate authorizations to be able to access directories on the SAP Web Application Server.

Transporting Using the File System

http://help.sap.com/saphelp_nw04/helpdata/en/f6/719a2172f74b67b150612a7cd3b7df/frameset.htm

Here you will get all prerequisites

Thanks

Vijay