Can i move the adapter service from One adapter ser To another

Hi All,

Actually i have JDBC adpater(JDEadapter) for JDE System we created another adapter(JDEOneadaper)…
We have some services in JDEadapter, here i want to shift these adapter services to JDEOneadapter…

i appreciate your help.

Ravi

Yes Ravinder you can do that, there is a java service in WmART > pub > art > service >

use that service to change the adapter to the desired adapter service.

There are some other services in that packages which are useful for these kind of tasks.

What you want to to is run the service pub.art.service:setAdapterServiceNodeConnection in the WmArt package (6.1 or later). serviceName is the fully qualified service name and connectionAlias is your new connection name.