Extract a list of userids defined to OM Web Viewer 12.1
search cancel

Extract a list of userids defined to OM Web Viewer 12.1

book

Article ID: 384059

calendar_today

Updated On:

Products

Output Management Web Viewer

Issue/Introduction

Obtaining a list of userids.  Is there is a way in Web Viewer to print a list of userids defined? We can display them but do not know of a way to print them out. If trying to export it produces an XML file and all I want is the list of userids.

Environment

Output Management Web Viewerâ„¢ 12.1

Resolution

Your DBA could use the following SQL statement to extract the users from the database:
use the following SQL ---->     SELECT USERID from dbo.userobj;