j link async connection NMSD port issue
Hello All,
Trying to connect with Creo using:
AsyncConnection proe = pfcAsyncConnection.AsyncConnection_Connect(null, null, null, new Integer(30));
but receiving toolkit not found exception.
After analyzing, the NMSD port is being started in custom port (11239) instead of default port value (1239).
Is it possible to tell AsyncConnection to use custom port (11239).

