Quantcast
Channel: ProjectWise Design Integration Wiki
Viewing all articles
Browse latest Browse all 1890

A way to list users and working dirs

$
0
0
Current Revision posted to ProjectWise Design Integration Wiki by Dana Guthrie on 9/26/2022 6:28:03 PM

This select statement lists all users and working dirs.  Useful to find out users with workdirs out of standard.

SELECT o_textval as workdir, dms_user.o_username
  FROM dms_ucfg, dms_user
  where dms_ucfg.o_userno=dms_user.o_userno
  and dms_ucfg.o_paramno = 171 
  and o_compguid='00000000-0000-0000-0000-000000000000'
  order by 2,1
Tags: pw explorer, work dir, workdir

Viewing all articles
Browse latest Browse all 1890

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>