Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Capture user id on the reporting server.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Capture user id on the reporting server.
 Login/Join
 
Platinum Member
posted
I would like to check the user id and perform some actions on the reporting server. Is there any function that gives me user id? I heard of some function like CNCTUSR, but I cannot find any documentation regarding this.

Thanks.


WF7.1.4 Prod/Test, MRE, self serve, DM
 
Posts: 176 | Location: Desplaines | Registered: August 05, 2004Report This Post
Platinum Member
posted Hide Post
Try
-SET &&USERID = GETUSER('A32');
-TYPE &&USER
Regards,
Rich


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
 
Posts: 173 | Registered: November 16, 2005Report This Post
Platinum Member
posted Hide Post
perhaps you are thinking of the
iwc.getappcgivalue("IBIC)user")
function ?

But I'm not sure of this works outside of Maintain - that is if it works all the time within ! Smiler


Regards,
Dave

http://www.daveayers.com

WebFocus/Maintain 7.6.4-8
on Win2000 and 2003 Server
 
Posts: 165 | Location: Detroit Metro | Registered: September 17, 2003Report This Post
Platinum Member
posted Hide Post
We are running the reporting server in a pass thru mode. So we neeed to use CNCTUSR function. I have a requirement where I would like to stop a user id from executing a report. I have put the following code in edasprof, this works but the problem is it aborts the agent on the reporting server. Can any anone suggest a clean way of doing this.

-SET &USERID = CNCTUSR('A8');
-IF &USERID NE 'abcd' THEN GOTO OK;
-QUIT FOCUS
-RUN
-OK
-TYPE OK


WF7.1.4 Prod/Test, MRE, self serve, DM
 
Posts: 176 | Location: Desplaines | Registered: August 05, 2004Report This Post
Member
posted Hide Post
Try this:

-SET &USERID=GETUSER('A8');
-TYPE USERID=&USERID
-SET &USRID=CNCTUSR(`A8');
-TYPE USRID=&USRID
 
Posts: 18 | Registered: May 02, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Capture user id on the reporting server.

Copyright © 1996-2020 Information Builders