hello,
I am developing an external application for SolidWorks 2012, but in method PDMWConnection.CheckIn() marks the following error: "There is no valid client license On this machine. (24)"
anyone know what it is?
The vault is in a 32-bit server and the macro was developed in 32-bit
I'm using Solid Works 2012 SP4 and Workgroup PDM SP4
This is my code:
PDMWConnection.Login(User, Password, Server);
PDMWConnection.CheckIn(fileDoc, docFind.project, "05", "", "Test", PDMWRevisionOptionType.Default, "", "", false, "");
Best Regards
PD.
Sorry for my English
SolidworksApi macros