cancel
Showing results for 
Search instead for 
Did you mean: 

use of ta track for an adapter module

Former Member
0 Kudos

Hi all,

can we use a track to create an adapter module ? If yes, what is the add-on by using a track ?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There's nothing special when building an adaptermodule in a track. You only have to make sure to put all required XI jars into an External Library DC in order to be able to compile your EAR and EJB Module DCs.

Former Member
0 Kudos

Hi Pascal,

I have a more precise question. If we use a track to develop an adaptermodule, do we need to use the SDM to deploy it after or is it done automatically ? With a track, a development configuration is used. What does this development configuration allow to me ?

Thanks in advance.

Former Member
0 Kudos

Hi,

While using track based development, SDM is not required to be handled manually for deployment. Automatic deployment takes place when the option 'Disable automatic deployment' is not selected for the runtime systems 'Dev' and 'Cons' in the CMS->Landscape Configurator->Runtime Systems tab. For the 'Test' and 'Production' automatic deployment takes place.

For knowing the purpose and advantages of Development Configurations, go through

http://help.sap.com/saphelp_nw04/helpdata/en/56/d5a23fa34ffb47e10000000a114084/content.htm

Hope this clarifies !

Regards

Srinivasan T

Former Member
0 Kudos

Thanks srinivasan,

but how does it work ? When we are in the Developer Studio, i guess there is an option to 'deploy'. And then what happens ? The adapter module goes to Dev, Test and Production or is there anything to do ?

Former Member
0 Kudos

Hi,

The External Library DC containing the jar files is declared as public part and made use of as 'Used DC' in the project. The activity(ies) created while creating the DCs must be available in the 'Open Activity'. Once the DC build goes successful, then you can check-in those open activities. Subsequently the activities are activated (deployed) in the central development system. After activation, you will see them in the 'Transport View', where you can release them. Here ends the task of developer.

On releasing, they will be queued up in the Cons stage of CMS and ready for import. After assembly, they will be imported into Test and Prd systems. These actions are taken care by CMS administrator.

Regards

Srinivasan T

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The following blog and how to guide might give a lead,

/people/jayakrishnan.nair/blog/2006/07/24/building-your-xi-environments

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f85ff411-0d01-0010-0096-ba14e5db...

Regards

Srinivasan T