Focal Point
[SOLVED by case] Direct update of WF Repository?

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

August 24, 2011, 01:33 PM
Dave-54
[SOLVED by case] Direct update of WF Repository?
We have found by matching WF Oracle respository WF_MRUSERS to Active Directory that we have almost 100 users that are no longer active.

I've noticed that the Oracle tables use the CASCADE DELETE on the tables with foreign keys to WF_MRUSERS. I can easily write an Oracle DELETE statement to get rid of the inactive users, my question is if this is safe or do I have to go through the Web Interface? The Oracle part is pretty straight forward, but I do not know what WebFocus may be doing "under the covers" using the Web User Administration Console.

Any help appreciated, Thanks.

- Dave

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


WebFOCUS 7.7.04 / Windows 2008 64-Bit / HTML-Excel-PDF ...
August 31, 2011, 10:18 AM
Kerry
FYI, Dave already has a case opened regarding this issue.

Dave, if you hear an update/solution from the case, can you please keep us posted? Thank you in advance for sharing with all.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
August 31, 2011, 12:06 PM
Dave-54
Our WF Technical rep strongly suggests that we use the Administrative GUI rather than direct update to the backend repository. He says there are some folder names and other "stuff" in the background that need to be maintained via the GUI.


WebFOCUS 7.7.04 / Windows 2008 64-Bit / HTML-Excel-PDF ...
September 01, 2011, 09:32 AM
dlogan
Dave,
You can safely do this with WebFOCUS Client web service calls if you wish.

Take a look at MREDeleteUser.


WF 71.x, 76.x, 7701, 8.0 Beta OS: Linux, Win2k3, Win2k, Win2k8, WinXP


September 01, 2011, 09:36 AM
dlogan
Web Services Manual

If you don't already program in Java, or .NET VB.net is pretty easy to pickup and Microsoft has Visual Basic Express 2010 for free.

You can do everything you need to do with the free version of Visual Basic Express.


WF 71.x, 76.x, 7701, 8.0 Beta OS: Linux, Win2k3, Win2k, Win2k8, WinXP


September 01, 2011, 10:20 AM
Dave-54
Thank You dlogan.


WebFOCUS 7.7.04 / Windows 2008 64-Bit / HTML-Excel-PDF ...