cancel
Showing results for 
Search instead for 
Did you mean: 

SDI Custom Adapter deployment Error: Failed to deploy adapter with dpagent framework

nitshukla281
Participant
0 Kudos

Hi All,

I'm trying to build a custom adapter for SDI following the steps as specified in guide "Data Provisioning Adapter SDK Guide". I'm able to complete the build, setup debug configurations, export it as a jar file but while deploying this jar file to dpagent, it is giving me below error:

Context: Failed to deploy agent with dpagent framework. Please undeploy any adapter with the same name and then try to deploy again.

I checked in the list of deployed adapters, there is no adapter deployed with the same name, all the deployed adapters are the standard ones.

I tried to deploy one of the custom SDI native hana adapter from github, but still getting same error.

Please help.

Thanks.

Nitish Kumar

Accepted Solutions (1)

Accepted Solutions (1)

nitshukla281
Participant
0 Kudos

I found the solution to this problem, i was exporting the project as a jar and deploying it on SDI DPA, instead we need to open manifest.mf file and use the standard export wizard available there in exporting section.

Hope this helps everyone.

Thanks.

0 Kudos

Hi Nitish,

I have to consume Nested XML file as source in SDI

1..my question is do we need to go with Fileadapter provided by hana?

2.We need to build custom adapter for XML file as you mentioned in screen?

Please hoping for your suggesion.

Thanks

Answers (1)

Answers (1)

robinwulfert
Discoverer
0 Kudos

Same problem here.

Any hints on where the problem ist ?

I checked the adapters table, but there is no entry with the name we are using for our adapter, so the message is missleading.

Thraces of the agent config tool are not helpfull either, due to a lack of details and I can't find any logs in HANA.

nitshukla281
Participant
0 Kudos

Hi Robin,

Apologies for late reply.

Please find the solution in the thread, added now.

Thanks