BusinessObjects Board

Configuring Custom Adapter

Hi,

I want to configure custom adapter for my project requirement.
As per documents avaialable, i have to create two different Configuration templates

  1. Start-up configuration template
  2. Runtime configuration template

Can anyone help me in creating these two templates.

Thanks…


DbUoRdAsI :india: (BOB member since 2012-05-08)

http://wiki.sdn.sap.com/wiki/display/EIM/Installing+the+Adapter


Werner Daehn :de: (BOB member since 2004-12-17)

Hi Werner,

For generating Configuration Template, we need to enter adapter class.
In the following, colored one is the adater class, for configuring custom adapter(created new adpater for my requirement), what is the adapter class we need to enter.The colored one is for SalesForce adapter.

“%LINK_DIR%\ext\jre\bin\java” -classpath
“%LINK_DIR%\lib\sfadapter.jar;%LINK_DIR%\ext\lib\xerces.jar;
%LINK_DIR%\lib\acta_adapter_sdk.jar;
%LINK_DIR%\lib\acta_broker_client.jar;%LINK_DIR%\lib\acta_tool.jar”
com.acta.adapter.sdk.AdapterMain -a com.acta.adapter.sf.SFAdapter-d “%LINK_DIR%\adapters\config\templates\SFAdapter.xml”

Pls guide.

Thanks


DbUoRdAsI :india: (BOB member since 2012-05-08)

Waiting for response… :slight_smile:


DbUoRdAsI :india: (BOB member since 2012-05-08)

for example, if you are writing a custom adapter for MS Sharepoint and you have implemented the DS Adapter interfaces and put them in a package named com.acta.ms.sharepoint and build jar for this named mssharepointadapter.jar and the adapter class name is SharepointAdapter then the command line will be

“%LINK_DIR%\ext\jre\bin\java” -classpath
“%LINK_DIR%\lib\mssharepointadapter.jar;%LINK_DIR%\ext\lib\xerces.jar;
%LINK_DIR%\lib\acta_adapter_sdk.jar;
%LINK_DIR%\lib\acta_broker_client.jar;%LINK_DIR%\lib\acta_tool.jar”
com.acta.adapter.sdk.AdapterMain -a com.acta.ms.sharepoint.SharepointAdapter -d “%LINK_DIR%\adapters\config\templates\SharepointAdapter.xml”


manoj_d (BOB member since 2009-01-02)

Manoj thanks for your response.

I have developed the custom Java adapter from extracting the data from social media. In this case what would be the adapter class?

Pls suggest.


DbUoRdAsI :india: (BOB member since 2012-05-08)

Waiting for response…


DbUoRdAsI :india: (BOB member since 2012-05-08)

what is the full class name for the java class implementing the Adapter interface? That is the name you are looking for.


Werner Daehn :de: (BOB member since 2004-12-17)

How did you create adapter? Did u use JSON adapter?

Plz help me out. I am totally stuck in this.


achinank (BOB member since 2012-08-28)

Hi Werner Daehn,

Can you help me with creating JSON adapter? I read somewhere that JSON adapter converts JSON messages to XML, but from where do i get JSON messages?

Your help would be greatly appreciated.


achinank (BOB member since 2012-08-28)

What is your actual source system that speaks JSON?


Werner Daehn :de: (BOB member since 2004-12-17)