cancel
Showing results for 
Search instead for 
Did you mean: 

SAP XI to tibrv: Library not found: tibrvnativesd

Former Member
0 Kudos

Hi all,

I am trying to execute a scenario DB -> XI -> TIBRV

I have created a Java Class which uses the TIBCO SDK to publixh message to tibrv and calling this class in UDF. I am getting following error while trying to execute this scenario:

java.lang.UnsatisfiedLinkError: Library not found: tibrvnativesd

I have already put the \tibco\tibrv\BIN to windows path (in XI Server Machine)

I'm refering to "/people/vedavyas.cuntheepuram/blog/2005/04/02/publish-messages-in-tib-from-xi blog for executing scenario.

Please help.

Points will be awarded

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think you need to deploy that class file as JAR library and import it in IR as an archives under mapping object section of namspace. Then you could use those class methods in UDF.

In UDF mention about these libraries in import section at top.

thanks

Swarup

Edited by: Swarup Sawant on Feb 27, 2008 8:33 AM

Former Member
0 Kudos

HI Swarup,

I have done that.

Its actually throwing a runtime exception.... the udf is getting compiled properly.

It seems like we need to put TIBCO lib files (dll and jars) at some specific location in XI Folder which i'm not able to locate.

Regards,

Anurag Mahendru.