The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here
I want to register windchill server using VB API. any one help me how to do this
Hello ajay Gupta
Use this syntax
IpfcBaseSession.RegisterServer("Server Name", "Server Location", "Workspace Name")
NOTE: You must know the workspace name to register a server in VB API otherwise, it throws the error Bad Input
