2 weeks ago
Looking for advice\pointers. We currently hold all released info in Teamcenter in PDF or DWG. These by a script are also stored at release in a folder. We are looking to write an app that uses a SQL query to pull the PDF of a given part number from Teamcenter volume, thus meaning we do not need to store duplicates
2 weeks ago
NX 11 | SW 2016 | Creo 4 | TcUA 11.4
Evaluating: AW 3.4
a week ago
I don't know what is the purpose of caching the files outside TC, but you can access the files using web client URLs like this:
http://myserver:port/tc/webclient?argument=AAAAAAAAAAAAAA&TC_file=redirs/viewdataset&open_reference=BBBBBBBBBBBBBB&filename=MY_FILE.pdf
where AAAAAAAAAAAAAA is UID of item revision and BBBBBBBBBBBBBB is uid of iman_file.
In the case of 4-tier deployment with SSO enabled, file access is quite user-frendly.
the only problem is when the file is not accessible from the user's default group.