Focal Point
[SOLVED] master file on IBIMRUSR

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2317054386

August 16, 2016, 08:19 AM
SWES
[SOLVED] master file on IBIMRUSR
Would anyone have a master file on the IBIMRUSR.txt file available for me? I try not to reinvent the wheel and aiming to spot differences on one server with another. So in one procedure read the IBIMRUSR.txt on one server and read the same on the other server and compare both.

Thank you,
SWES

This message has been edited. Last edited by: Tamra,


WebFOCUS 8105m
Windows 7, All Outputs

Member of the Benelux Usergroup
August 16, 2016, 08:43 AM
BabakNYC
$------------------------------------------------------------------             
$ IBIMRUSR.MAS                                                                  
$ For use with MR Extract utility. See MR administrator documentation.          
$------------------------------------------------------------------             
FILE=IBIMRUSR, SUFFIX=COM, REMARKS='MR User Data',                              
 SEGNAME=IBIMRUSR, SEGTYPE=S0                                                   
FIELD=USER_HTM,ALIAS=E01,ACTUAL=A12,USAGE=A12, TITLE='User,Reference',          
 DESC='User reference. One occurence per group membership.', $                  
FIELD=USER_ID,   ALIAS=E02, ACTUAL=A48,  USAGE=A48, TITLE='UserID',             
 DESC='User login ID.', $                                                       
FIELD=ROLE_HREF,   ALIAS=E06, ACTUAL=A48,  USAGE=A48, TITLE='Role,Reference',   
 DESC='Joins to ROLE_HREF in roles extract.', $                                 
FIELD=USER_PROP, ALIAS=E03, ACTUAL=A256, USAGE=A256, TITLE='User,Capabilities', 
 DESC='Comma delimited list. Set in User Administration.', $                    
FIELD=USER_DESC, ALIAS=E04, ACTUAL=A256, USAGE=A256,TITLE='User,Name',          
 DESC='User name. Displays in User Administration interface.', $                
FIELD=GROUP_HREF,ALIAS=E05,ACTUAL=A13,USAGE=A13,TITLE='Group,Reference',        
 DESC='Joins many to many with GROUP_HREF in groups extract.',$                 



WebFOCUS 8206, Unix, Windows
August 16, 2016, 10:17 AM
SWES
Thank you for your reply BabakNYC. For some reason no records show up with this master. I wonder how to show the records properly? It should work.

Also, I was thinking of maybe using a FILEDEF, so I can point at the two files (both environments) from one environment? Perhaps someone has created something similar?


WebFOCUS 8105m
Windows 7, All Outputs

Member of the Benelux Usergroup
August 16, 2016, 10:24 AM
BabakNYC
http://documentation.informati...x/html/html_wf_7703/
wf77mradmin/source/topic91.htm

I think the txt file is only populated when you run the mrextract.bat in the utilities directory. Then you can write reports off of it.

This message has been edited. Last edited by: BabakNYC,


WebFOCUS 8206, Unix, Windows