Page 1 of 1

New SOLIDWORKS PDM 2023 "Get" log

Posted: Tue Feb 13, 2024 11:54 am
by VicFrauenfeld
We just upgraded to 2023 and I turned on the "Get" log (Logging File Retrieval Operations). I am wondering where this log file is stored on the Archive Servers. I would like to use the log file in an Excel format (or something else) to make a dashboard showing all the files that users are getting the latest versions of. Can anyone point me in the correct direction?

Re: New SOLIDWORKS PDM 2023 "Get" log

Posted: Tue Feb 13, 2024 12:47 pm
by AlexB
It appears to be a table in the SQL database. I can't recall if the table existed before but I doubt it.
image.png
image.png (11.22 KiB) Viewed 1567 times

Re: New SOLIDWORKS PDM 2023 "Get" log

Posted: Tue Feb 13, 2024 1:36 pm
by jcapriotti
AlexB wrote: Tue Feb 13, 2024 12:47 pm It appears to be a table in the SQL database. I can't recall if the table existed before but I doubt it.
image.png
Looks like the table gets added when you check the box in PDM 2023.

Re: New SOLIDWORKS PDM 2023 "Get" log

Posted: Wed Feb 14, 2024 8:07 am
by VicFrauenfeld
Thanks @AlexB and @jcapriotti. Now for my next question...

Has anyone used that information to create a kind of report (dashboard) of this information? Or could someone direct me how to accomplish something like this?

Re: New SOLIDWORKS PDM 2023 "Get" log

Posted: Wed Feb 14, 2024 8:44 am
by AlexB
VicFrauenfeld wrote: Wed Feb 14, 2024 8:07 am Thanks @AlexB and @jcapriotti. Now for my next question...

Has anyone used that information to create a kind of report (dashboard) of this information? Or could someone direct me how to accomplish something like this?
It depends on what you want to see in the report, but it's possible. If you can write an SQL query to return the data you're looking for then you can use the PDM Report Generator to run your reports. Then get that data into Excel or something to format it how you'd like.

Re: New SOLIDWORKS PDM 2023 "Get" log

Posted: Wed Feb 14, 2024 9:30 am
by bnemec
I'm kind of excited about this additional functionality. Although I feel it's usage is mostly limited to helping PDM Admin trouble shoot or track down quirks in what users are doing/perceiving.

I have SSMS open most weeks for something or another anyway, saving a query on that table is likely how I'd find what I'm looking for.

With any system; from software to web pages or washing machines to race cars, adding functionality inherently adds failure points. I respect that they only added the data functionality as step one. Add the UI once we all figure out how we're going to use it.

Re: New SOLIDWORKS PDM 2023 "Get" log

Posted: Wed Feb 14, 2024 10:26 am
by jcapriotti
bnemec wrote: Wed Feb 14, 2024 9:30 am I'm kind of excited about this additional functionality. Although I feel it's usage is mostly limited to helping PDM Admin trouble shoot or track down quirks in what users are doing/perceiving.
I'm guessing this was needed for audit control.......who is getting files and where.

Re: New SOLIDWORKS PDM 2023 "Get" log

Posted: Thu Feb 15, 2024 4:48 pm
by Diaval
Once the Get Log has been enabled, you can RMB on the vault in the Admin tool and select Show Get Log to see the log. You can also search the log contents, save the log as a txt, csv, or json file, and clear the log from the Admin tool UI.