Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windchill using Protoolkit

  • Thread starter Thread starter sureshy
  • Start date Start date
S

sureshy

Guest
Anyone please suggest me how create workspace into Windchill or PDMlink using Protoolkit.
smiley1.gif



And also registering the server, how to get server alias.
smiley1.gif



and API's for the same
smiley5.gif

Edited by: sureshy
 
Read the API Wizard under User's Guide->Data Management: Windchill and Pro/INTRALINK Operations.
 
Thanks for the valuable suggetions,
smiley1.gif



i can create workspace using api ProServerWorkspaceCereate
smiley1.gif



But once i create the workspace its not getting activate,How can i activate the newly created workspace som that i can check out thefile to it
smiley5.gif
 
I encountered the same problem. I can set the workspace active in my code and it runs fine (while debugging i can see that the active workspace has changed in my server properties), but when really checking in ProE it still says (inactive workspace)workspacename and the old one is still the primary active one.

did you found a solution sureshy?
 
The documentation of the function ProServerWorkspaceSet (at least in WF4) says, that it is only supported in batch mode.
 

Part and Inventory Search

Sponsor

Back
Top