cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to access SUP generated code using custom application

Former Member
0 Kudos

HI,

I am trying to access the SUP generated code, by using my custom application. It is giving the following error

Exception in thread "main" java.lang.UnsatisfiedLinkError: no pidutil in java.library.path

at java.lang.ClassLoader.loadLibrary(Unknown Source)

at java.lang.Runtime.loadLibrary0(Unknown Source)

at java.lang.System.loadLibrary(Unknown Source)

at com.sybase.afx.util.PidUtil.getDeviceString(PidUtil.java:141)

at com.sybase.afx.util.PidUtil.getId(PidUtil.java:155)

at com.sap.utilities.UtilitiesWSDB.<clinit>(UtilitiesWSDB.java:66)

at com.sap.utilities.KeyGenerator._getConn(KeyGenerator.java:164)

at com.sap.utilities.KeyGenerator.findAll(KeyGenerator.java:559)

at com.sap.utilities.KeyGenerator.findAll(KeyGenerator.java:593)

at com.sap.utilities.KeyGenerator.generateId(KeyGenerator.java:609)

at com.sap.utilities.WSMBO._pk(WSMBO.java:111)

at com.sap.utilities.WSMBO.hashCode(WSMBO.java:152)

at java.lang.Object.toString(Object.java:219)

at java.lang.String.valueOf(Unknown Source)

at java.lang.StringBuilder.append(Unknown Source)

at SUPTestMain.main(SUPTestMain.java:11)

Can anyone please help me, if u got such aproblem

Accepted Solutions (0)

Answers (1)

Answers (1)

hong_he
Explorer
0 Kudos

Please make sure the path is setting correctly by adding the folder which contain file pidutil.dll.

The file is located at C:\sybase\UnwiredPlatform\Servers\UnwiredServer\ClientAPI\DeviceID\Win32 for SUP1.5.5.