Skip to Content
0
Oct 16, 2013 at 02:38 PM

Unable to start idocreceiver

38 Views

Hi,

Hi,

We are not able to start the idocreceiver.

This is the output in the command line:

... com.nakisa.renata.commandline.IDocReceiverCmd E:\usr\sap\FP1\J01\j2ee\cluster\apps\Nakisa\OrgModeler\servlet_jsp\OrgModeler\root

Destination connection setting is not set! Please check Image DB connection settings in admin.

IDoc listener failed to start due to issue(s) mentioned above.

The content of the IDocSettings.xml in the .../root/XML folder is:

<IDocSettings >

<ImageDBConnection >

<ConnectionString >[nakenc]PH8bZq7Ycrh/WtuMXo9efIMsi5QHMP959UscP7onAabjrcipeoHEJVdlsN0JuwZ0o//jUJbEq6TneNEIXYY+Zf8rhTGHJHqqw0uKp0OhN6BzKCQOfdjj46xeP1xMwTWgWc/e5UbxvxTaEu877RS+tw==</ConnectionString>

<ConnectionType >SQLServer</ConnectionType>

</ImageDBConnection>

...

The message is generated by this code in class com.nakisa.renata.commandline.IDocReceiverCmd, but both properties are filled in the XML:

if ((Strings.isNull(settings.ImageDBConnection.ConnectionString)) || (Strings.isNull(settings.ImageDBConnection.ConnectionType)))

{

System.out.println("Destination connection setting is not set! Please check Image DB connection settings in admin.");

System.out.print("IDoc listener failed to start due to issue(s) mentioned above.");

return;

}

What are we missing?

kr,

Joachim