Skip to main content
MikePhillips
12-Amethyst
August 30, 2011
Question

How to access Intralink 3.4 workspace with async JLink app

  • August 30, 2011
  • 1 reply
  • 2386 views

I have a need to access multiple ProE files stored in Intralink 3.4 and collect feature information for each file. I would prefere to do this in non-graphics asynchronous mode. I can't work out how to register and connect to the Intralink server or a workspace either for that matter. Would anyone be willing to provide a small sample of code to achieve this?

1 reply

MikePhillips
12-Amethyst
August 31, 2011

I contacted PTC regarding this issue. I was told that there is no API to access an Intralink 3.4 server. Basically all you can do is set the worspace (BaseSession.SetCurrentWS) and get the current workspace (BaseSession.GetCurrentWS). I'm thinking of persuing a work around. Workspaces and files are stored locally. I may try to access them out side of Jlink. I would be more than happy to hear any other ideas.