Skip to main content
1-Visitor
June 21, 2023
Question

connect to Windchill+ with Creo via JLink

  • June 21, 2023
  • 2 replies
  • 1309 views

I am using Creo Parametric Release 8.0 and Datecode8.0.5.0

I am trying to connect to Windchill+ with Creo via JLink. Calling AuthenticateBrowser seems to have no effect. The login window always pops up, so the application cannot be run without user interaction. Is there another method in JLink to authenticate to Windchill+ than to Windchill on premis?

2 replies

24-Ruby III
June 22, 2023

Hi,

please contact PTC Support.

17-Peridot
June 22, 2023

@jliebig,

  • Call BaseSession.AuthenticateBrowser() prior to calling BaseSession.RegisterServer()
  • Note: Currently, J-Link function AuthenticateBrowser() supports only basic authentication
    • Currently, it does not support Form Based Authentication (FBA) / SSO
    • So, if you have SSO enabled then J-Link function will not work.

You can log a case with Technical Support to get further help if you are getting pop up even for basic authentication.