ProServerRegister in Creo3 Toolkit Issue
Recompiling a WF5/CEpro5.o toolkit program to Creo 3. The particular program runs as an unmanned batch system. The program registers Windchill in the User_Initialize function. Now that I compile the code to Creo3 I just get a flashing window when the ProServerRegister command is used. Its the exact same as the issue reported in the unresolved CS246648 - which shows a video of the behavior. Their example is slightly different because a user is clicking a button to initialize the toolkit registration, but same thing.
Is anyone in any version of Creo3 able to perform a ProServerRegister? If so whats your datecode?
This code has worked for years.
tkerr = ProBrowserAuthenticate(username, password); returns 0 no error.
tkerr=ProServerRegister(serverAlias, codebaseURL, WINWName, &aliased_url);

