Hello
I'm trying to find out where the PDM task execution logs are stored. That is, the detail available in the Administration Console/Task List/double-click on a task → the Task Report tab.
If anyone has the info I'm interested.
Hello
I'm trying to find out where the PDM task execution logs are stored. That is, the detail available in the Administration Console/Task List/double-click on a task → the Task Report tab.
If anyone has the info I'm interested.
By clicking on GOOGLE
How do I monitor jobs in SOLIDWORKS PDM and view completed jobs? (javelin-tech.com)
Maybe it's something else you're looking for
Hello @romain_jouanny
In EPDM SQL tables.
It will be a table with a " Task " in it.
A priori it would be in the table :[dbo]. [TaskInstances]
Good luck coming up with the report generator (a google search with the name of this table may provide you with it)
Thank you @FRED78, this is indeed the location I was detailing in my message ![]()
" Admin Console/Task List/Double-click on a task → Task Report tab"
@froussel , thank you for your idea, I thought like you that it was in TaskInstances so I had already looked and in fact by insisting after your message I found: it's in the TaskVariables table:
I have to sort out the potatoes a bit, but between the LaunchLog, myPDMtools-myLog and myPDMtools-Report, I should be fine.