-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Now that I am able to compile the sample ApiPlugin project, I am trying to debug it. When I start a debug session, it launches imxclient.exe listening on port 8182. When I access this port, I receive the landing page. I also immediately receive the error...
"Session Expired".
I followed the suggested workaround on the Forum, and that is to avoid the Connect-Dialog by providing the DB and login credentials. I added these to ApiPlugIn.csproj. This works, as imxclient automatically connects to the DB, and accepts my credentials. However, the "Session Expired" still immediately appears.
Here is my ApiPlugIn.csproj entry...
<StartProgram>$(ReferencePath)\imxclient.exe</StartProgram>
<StartArguments>run-apiserver -B /plugin CCC.CompositionApi.Server.Plugin.dll /dialog "Module=DialogUser;User=viadmin;Password=xxxxxxx" /conn "Data Source=IDS-DB01;Initial Catalog=D1IM_8;User ID=sa;Password=xxxxxxx;Pooling=False"</StartArguments>
Any suggestions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels