Question

Connecting to the AppServer from an external program Kinetic

  • 23 November 2021
  • 0 replies
  • 61 views

We are upgrading from E9 to Kinetic and have several external configurators that write to the database using the Business Objects. I have been unsuccessful in trying to establish the connection between the external program and the Kinetic Appserver. I have tried numerous variations of the following:
this.epiSession = new Session("username", "password",  url);  &  
this.epiSession = new Session("username", "password",  url, , Session.LicenseType.Default);

I get either an error saying I have an invalid Type or the Appserver refused the connection. I have pinged the url and get a response, but I’m still unsure I’m doing this correctly. Thanks


0 replies

Be the first to reply!

Reply