Skip to Content
0
Jul 02, 2013 at 01:47 PM

ORGMODELER 4.0 SP1 - Error receiving IDOCS from ECC

26 Views

Hello All.

I'm configuring the Org Modeler 4.0 SP1 on DB2.

On deploy guide, we have many instructions about ALE/IDOC.

I followed this guide for all steps.

After some troubles, finally the IDOCLISTENER is running like the picture in guide.

When i execute PFAL transaction on ECC, the IDOCS are generated correctly.

But, in IDOCLISTENER, I receive some messages like these:

DBCP DataSource configured without a 'username'

DBCP DataSource configured without a 'password'

DBCP DataSource configured withoFinished processing IDoc no.0000000000105337 with error(s).

Refer to the error message below if available, or check log for more details.

org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection;

nested exception is org.apache.commons.dbcp.SQLNestedException:

Cannot create PoolableConnectionFactory (java.lang.reflect.InvocationTargetException :

Error opening socket to server pbws1220.bb.com.br/172.24.9.100 on port 5932 with message : null DB2ConnectionCorrelator: null)

The message is clear: i need to put USERNAME and PASSWORD in somewhere.

I dont know where i have to put this data.

My IDocSettings.xml was configured like the guide:

<SAPLoginConfiguration>

ASHOST= NNNN.NN.com SYSNR=0 CLIENT=120 USER=XXXX PASSWD=XXXX

</SAPLoginConfiguration>

<ReceiverConfiguration>

<GatewayHost>NNNN.NN.com</GatewayHost>

<GatewayServer>sapgw00</GatewayServer>

<ProgramID>NAKIDOC</ProgramID>

<Unicode>1</Unicode>

</ReceiverConfiguration>

In Admin Console i configured the SAPImageConnection and SAPConnection. All connection tests are successful.

Someone knows what i have to do?

Thanks.