cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Businesss one connectivity issue

Former Member
0 Kudos

Hi,

We are upgrading the SAP business one 90 version. In our old version, we connect the SAP through bobscom dll (32 bit) using java application to update/retrieve data from SAP. We used 32 bit java 1.8 and JRE1.8. In this upgrade we upgraded to 64 bit server with java 1.8 64 bit and bobs comm dll 64 bit. When we try to connect we always get below error

spring.B1Integration.B1Connection - B1 Not connecte
d - The specified resource name cannot be found in the image file.

With different forum suggesstion we checked the local XML and the port was correct.

C:\Program Files\SAP\SAP Business One DI API\Conf\b1-local-machine.xml

<leaf kind="single" name="SLDAddress" type="String">
<value>sap04:40000</value>
</leaf>

Please help us what is causing this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have ever faced the same issue with you, but mine is in .Net version.
I tried to install both DI API (bobscom dll) 32 bit and 64 bit in the server, then it's solved.
Hopefully this will also solve yours.