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.
"... edit edasprof.prf or site.wfs to declare and set the &&IBI_IF_FILE variable to the procedure you just created. For example in edasprof.prf: -SET &&IBI_IF_FILE='c:\wfexcludes\excludefiles.fex'; "
Now, I'm having the worst trouble finding the edasprof files. I remember changing a user's edasprof file through a WF web-based config utility, but now I'm really lost.
I find only two edasprof files when I do a file search on the entire WF server.
Any ideas?
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
On the reporting server, Configuration Files, thers is a User Profile where you add the Profile for User1, User2, etc. and put the Global there. Now, the caveat:
If user1 can only look at WHERE NAME NOT LIKE 'GG%' - that's 1 fex:
User2: WHERE NAME NOT LIKE 'HH%' - that's 2 fex's, etc...
there it is Francis! Under user profiles, you can edit the g:\ibi\profiles\*username*.prf to include what you want to hide the master files and to set a DBA password!
Now I can do it all in the file system and make it easy with a simple vbscript.
create a jhendrix.prf file containing...
SET PASS=JHENDRIX -SET &&IBI_IF_FILE='G:\ibi\apps\~user_showmaster\JHENDRIX_showmaster.fex'
where the _showmaster.fex file says "where EQ 'SALES_TABLE'"
Hoorah. Thanks!
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
As stated before, there is only one edasprof.prf which is the "server" configuration file where you specify the applications to be found in the server path. There are also user profiles where you can specify additional application paths whcih you only want to make available to certain users. (In the server console, go to Workspace > Configuration > User profiles.) Then you can include a statement like
APP APPENDPATH app1 app2
which makes those applications available to that user in their session. The profile name must match the sever name as authenticated to the WF server.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Jason's first thread pointed to the IBI doc; I read it for the first time today. I think it is an excellent way to limit users to the tables they have access to.
Francis, I'm not sure exactly how it used to work as it doesn't after we moved up to 7.6 or so.
I've got the following... SET PASS = JKELLY -SET &&IBI_IF_FILE='G:\ibi\apps\~user_showmaster\jkelly_showmaster.fex'
and the showmaster fex has one line... WHERE NAME EQ 'ORDER_TRANSACTIONS_TBL'
I didn't check this functionality after the upgrade to 7.6 so I can't say it was the upgrade that caused this to stop working. Anyhow, the above doesn't work and I'm not seeing how we deviated from the document I posted earlier in this thread. http://documentation.informationbuilders.com/masterinde...min/customizemr4.htm
For some reason, when we do a
TABLE FILE SYSTABLE PRINT NAME -INCLUDE jkelly_showmaster.fex END
it works fine, but now when it's in my users .prf file and I'm specifying that oddball IBI_IF_FILE it doesn't eliminate the files...
Any ideas would be appreciated!
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
ok, the darned thing works just fine for limiting what I can see in the developer studio, but it doesn't do anything for report painter!
That stinks, I need the exact opposite. The only folks who have developer studio need access to all files, the only folks who use report painter need access to a very few files!
frustrating.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
This is working for me. How are you setting &&IBI_IF_FILE? And I am a little confused about what tools you are using. Report Painter is a component of Devstudio. For the user base that should see a filter MFD list, what report building tool are they using? (If they are using Report Painter then they DO have access to Developer Studio...)
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
As a clarification, the master files specified do not show up in developer studio's report painter, but they DOshow up in the WEB-BASED report assistant.
I think I may have gotten the terms backwards.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Thanks Guys for bringing this subject to the fore, it's just the ticket for a current requirement!
It's a shame that restircting Apps folders works in Dev Studio but not MFDs My client has some "trainees" on cut down version of Dev Studio and it would be extremely useful to limit their MFD access as well as the App folders limitations we have in place.
Ah well ......
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Basic reason? Not my money and not me spending it - really though the licences are not that expensive (don't tell IB ) and the "trainees" have already been using the MRE interface and are now progressing onto a more "grown up" method of coding. Reporting Objects here are not really necessary as most if not all data sources are views anyway and are therefore quite restrictive etc. as per requirements.
Don't forget that Using the MRE tool requires licencing as well so no real difference in providing MRE analytical reporter or cut down DS.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004