cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

connect to Windchill+ with Creo via JLink

jliebig
1-Newbie

connect to Windchill+ with Creo via JLink

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 2

Hi,

please contact PTC Support.


Martin Hanák

@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.

Top Tags