cancel
Showing results for 
Search instead for 
Did you mean: 

Undeploy custom adapter

Former Member
0 Kudos

Hi experts,

We are developing a custom adapter to comunicate with a very specific protocol.

This connector was deployed at a PI 7.1 server throgth Visual Studio (Deploy View).

Now, we want to undeploy this adapter and deploy a new version. We made the undeploy also throgth Visual Studio (Undeploy View) and when we try to make a new deploy this warning message: "Object with name <adapter name> is already bound".

We checked the NWA and didn't find this object in any screen.

After a server shutdown the error didn't happend.

Repeating the process (deploy, undeploy and deploy) the problem happened again.

Is there any process we should do before or after the deploy? Is there any screen we can make the deploy and undeploy?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Maybe, this can be appear because the adapter module is bounded in the java instance, when the system is starting up.

Try to stop instance and restart before re-deploy your adapter.

Answers (1)

Answers (1)

Former Member
0 Kudos

Try undeploying using the steps advised on the OSS note #1295094 and then deploy it again.

Former Member
0 Kudos

Hi experts,

We found a problem in the code that reports the status of the adapter. We changed this code and the problem seems to be solved.

Thanks.