Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Connecting to IntraLink workspace

christo_t

New member
Hi All,


I have a situation, i am developing a code for conncting the j-Link application to the intralink work space.


Scenario is like this... i have intralink in my system and pro E is launched thru' i-Link and with workspace DSS_XX , i am able to see the all pro e files in the folder thru pro e, but when i try to connect proe session thru' J-Link using GetCurrentWS and SetCurrentWS it is very well show the same work space DSS_XX. but if I try to list the files in the folder thru ListModels() from session it is showing no models. When I debug this issue, i found that it is trying to get the list of models from the start up directory of proe instead of workspace.


Can anybody help me on this isue.


 
Hello Christo,


You need to user the Pro-Intralink Toolkit API with in the Pro-Toolkit application,so that you can able to do the actitivites realated the workspace either current one or list ot the worksapces in your login.


I don't think Pro-Intralink toolkit API can use in J-link becuse both langauges are different.As per my knowledge is concern all API's in Pro-Intralink Toolkit are writtern in "C" language.


With regards,


Kishore V
 

Sponsor

Back
Top