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     [SOLVED] Inserting USERNAME in the synonym

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Inserting USERNAME in the synonym
 Login/Join
 
Gold member
posted
Hi All,
Any advise is appreciated. Thank u in Advance.

Scenario:
I have insert a column in my Synonym where the column gives me the user name.

I can achieve this via a .fex with -TYPE &IBIMR_user.

But, my question is how do I get the same information (user name) in my synonym (@Meta data Level).

Thank you once again.

This message has been edited. Last edited by: NewBee...WF8,


WebFOCUS 8
Windows, All Outputs
 
Posts: 70 | Registered: May 26, 2017Report This Post
Guru
posted Hide Post
What is your usecase, do you want to show the user that is loggedon in the report?


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
 
Posts: 454 | Location: Europe | Registered: February 05, 2007Report This Post
Virtuoso
posted Hide Post
If the user name is not already part of the data it cannot be shown except if you add it.
As per below I add the user name to a new file but it's at run time only since &IBIMR_user only exist at run time.
And depending of the desired result, it can be done from a DEFINE or COMPUTE.

DEFINE FILE CAR
DEF_USR /A30V = '&IBIMR_user.EVAL';
END
TABLE FILE CAR
PRINT CAR
      DEF_USR
      COMPUTE CMP_USR /A30V = '&IBIMR_user.EVAL';
BY COUNTRY
ON TABLE HOLD AS TMP
END
-RUN

TABLE FILE TMP
PRINT CAR
      DEF_USR
      CMP_USR
BY COUNTRY
END
-RUN


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Virtuoso
posted Hide Post
You can set an &&VARIABLE in an MFD_PROFILE.

https://webfocusinfocenter.inf...ang/source/ids24.htm


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Gold member
posted Hide Post
I am trying this scenario in InfoAssist+. Please help


WebFOCUS 8
Windows, All Outputs
 
Posts: 70 | Registered: May 26, 2017Report This Post
Virtuoso
posted Hide Post
Edit the synonym your user is going to use in InfoAssist and add the following expression to it:

  
   DEFINE UID/A66=CNCTUSR('A66');
    TITLE='User ID', $


This will make a field called UID available to them in InfoAssist. UID will be the id used to log into the Portal.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Gold member
posted Hide Post
quote:
BabakNYC

Thank you for suggesting me the solution. I did exactly as you said. Edited the synonym and added the define code and saved it.
Viewed the sample data I get the new column with my username. But, when I try to create a report off of this synonym on the client side it gives me an error: "(FOC1354) ACCESS FILE RECORD ABSENT, WRONG OR INCOMPLETE FOR SEGMENT:"

Need your help on this as well, thank you.


WebFOCUS 8
Windows, All Outputs
 
Posts: 70 | Registered: May 26, 2017Report This Post
Virtuoso
posted Hide Post
Newbie

Make sure there is a .acx file with the same name as the .mas file. If it is missing recreate the synonym


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Virtuoso
posted Hide Post
If you used the text editor you might have added the DEFINE in the wrong place in the master. Remove the text you added and open the master file with the GUI tool on the Reporting Server. Then insert the DEFINE using the GUI which will place it where it belongs.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Gold member
posted Hide Post
quote:
BabakNYC

Thank you BabakNYC, your solution worked. Thank you much for all your help.

Thank you FP Mod Chuck, MartinY, Frans for your responses.


WebFOCUS 8
Windows, All Outputs
 
Posts: 70 | Registered: May 26, 2017Report 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     [SOLVED] Inserting USERNAME in the synonym

Copyright © 1996-2020 Information Builders