[TN 7.1.1] Unable to assign a flow service to a processing rule

Hello,

I’d like to create a processing rule that executes a flow service using TN Console. When I tried to assign a flow service to the processing rule (via the button “Find Service”), I can’t reach to Developer 7.1 pop-up and I got the following exception (Although Developer 7.1 runs fine):

New Service
(1) showNsSelectionDialog
failed to invoke proxy method null

and here are the error details:
ErrorMessage: ErrorDialog
TRNCONS.000040.000002
ERROR






ActionPanel
actionPerformed
Thu Feb 07 17:46:58 GMT 2008
New Service
showNsSelectionDialog failed to invoke proxy method null

An error occurred while creating a new service
com.wm.proxy.ProxyException: showNsSelectionDialog failed to invoke proxy method null

TN re-setup didn’t resolve the problem. Moreover, according to WM Advantage website, there was a similar issue with TN 6.1. I tried its related solution in vain (see [URL=“https://advantage.webmethods.com/advantage?targChanId=kb_home&oid=1612202453”]https://advantage.webmethods.com/advantage?targChanId=kb_home&oid=1612202453[/URL])

I copied “fabricClient.jar” in \common\lib (because the .jar file was missing) and I updated
\TNConsole\bin\console.bat. I added in the classpath:
;%B2BDEVDIR%..\common\lib\fabricClient.jar
(after %SSL_PATH%)

FYI:
OS: Windows XP SP2
JVM: 1.5.0
TN version: 7.1.1
Developer version: 7.1.0
IS version: 7.1.0

Thanks for help :wink:

Hi,

Go to TNConsole\config and open the “ini” file in notepad
append {IS_DIR, location of your installation}\Developer\lib\developer.jar in application.classpath and save it.
Run the TNConsole again and check.

Regards

Thx a lot, it works !

I was also facing the same problem. Now it is working with ini.cfg update.

Thanks for the solution.
-sbp