Change LDAP Autentication under another LDAP Autentication

Hi:
I have a BO Enterprise XI 3.1 Installation using LDAP Autetication, with users, objects created by users, permissions in universes, connections, ...
I have to change LDAP Autentication into another LDAP Autentication with same users but with different usernames (user NAME1 in actual installation will be user NAMENEW1 en new LDAP structure).
How can I make this changes without loosing objects, permissions, ... of NAME1 user?? (i should change NAME1 on NAMENEW1!!!)
I need some help (sorry if my english is not good. I'm spanish!!)
Thanks

I'f I'm understanding correctly there is no automated process to do this. #1 look for LDAP script to create enterprise aliases (KB already exists). Then you need to remove the LDAP groups, then rename all enterprise users to thei new name, then update the LDAP plugin to new server, then remap LDAP groups (containing new user names) which can be set to auto append to the existing renamed enterprise aliases. Finally any security on the old LDAP groups will need to be recreated on the new ones.
I would recommend a BO consultant on this or you can try support. Backup your system FRS and CMS DB prior in case something goes wrong.
Regards,
Tim

Similar Messages

  • Error in change LDAP password

    Hi,
    Can anybody help me out in this .
    I want to change LDAP password using follows command:
    modifyldapbindpasswd.exe -genpasswdfile test_file.xml
    But there is a error appear: No installation directory specified.
    Please reply me with possible solution .
    Regards,
    keikey.

    Thanks for Mahendra's help!
    When I use the follow command,another error appears:
    C:\oracle\oam\idserver\identity\oblix\tools\modbinpasswd>modifyldapbindpasswd.exe -i c:\oracle\oam\idserver\identity -c is -t all -x ***** -y *****
    Error = The specified procedure could not be found.
    Symbol=oblxkInitcap
    Error = The specified procedure could not be found.
    Symbol=obslxcfcb
    Error = The specified procedure could not be found.
    Symbol=obslxcfob
    Error = The specified procedure could not be found.
    Symbol=obslxcfrb
    Error = The specified procedure could not be found.
    Symbol=oblfvinit
    Error = The specified procedure could not be found.
    Symbol=oblxldini
    Error = The specified procedure could not be found.
    Symbol=oblxlgsz
    Error =The specified procedure could not be found.
    Symbol=obslsta2e
    Error = The specified procedure could not be found.
    Symbol=obslste2a
    Error = The specified procedure could not be found.
    Symbol=oblxlfrd
    Error = The specified procedure could not be found.
    Symbol=oblxpendian
    Language initialization failed. Please check that the installation directory is correct.
    Please reply me with possible solution .
    Regards,
    keikey.
    Edited by: keikey on 2009-10-28 下午6:31

  • When Change LDAP Port , Have to Rebuild?

    I need to change LDAP port(389-> 1389)
    - Admin port : 390 -> 1390
    - 3 Master Replication
    - Sun Java System Directory Server Enterprise Edition 5.2 SP6
    sure, I need to remove exsting Replication Agreements and create Replication Agreements.
    then, I have to rebuild all LDAP Database? (3 Master)
    Thanks
    Edited by: 861866 on May 27, 2011 1:33 AM

    DISCLAIMER: this procedure is neither somewhere documented, nor officially supported, that's why you must consider all I'll write afterwards just as pure speculation.
    SUPPOSE that you can afford to cleanly shut down all the servers in the topology at the same time, after backing up each of the dse.ldif configuration files, you could change the port references in the dse.ldif files for:
    1. nsslapd-port
    2. nsslapd-referral(s)
    3. for each replication agreement:
    3.1 DN
    3.2 CN
    3.3 nsDS5ReplicaPort
    3.4 nsds50ruv(s)
    f you intend to change also the admin/config DS instance, before restarting the admin server/console, remember to update the attribute nsslapd-pluginarg0 under dn: cn=Pass Through Authentication,cn=plugins,cn=config in the dse.ldif files of the instances and also refer to the docs:
    http://download.oracle.com/docs/cd/E19850-01/816-6704-10/admin_config.html
    before restarting the instances.
    HTH,
    marco

  • After trying to change permissions on my computer so others on my network can access files, my external Hard Drive has a lock on it and I can't access files. I've tried repairing permissions, logging in under another Administrator account, using Terminal

    After trying to change permissions on my computer so others on my network can grab files, my external Hard Drive has a lock on it and I can't access files. I've tried repairing permissions, logging in under another Administrator account, using Terminal to fix the problem, downloaded BatChmod but nothing works… Any other suggestions? I have an Imac running OS10.6.8.

    There is suddenly a lock icon on my external backup drive!
    Custom Permissions

  • I tried to register my stolen iPhone onto My Profile but it says that it's registered under another apple ID (which is not mine) What does this mean? Does it mean the person who stole my phone is using my phone under another Apple ID?!

    Hi everyone,
    My iphone and Ipad got stollen yesterday...
    I registered my Ipad onto "my profile" but when I tried to register my Iphone 4 onto "My Profile" it says that the product has been registered under ANOTHER apple ID. What does this mean?! Does this mean that the thief is using my phone under a new apple ID?!
    I am getitng  abit paranoid because when I tried to download a new app onto my macbook pro, it says that someone had accessed my account from a new computer. I am so scared.. as I know that if they are able to access my apple ID account they can see my billing/card details. I tried to delete my billing address and card details on my apple ID account to prevent this from occuring but I can't. Please help
    Many thanks,
    Kim

    You should change your AppleID password NOW. And if it says it was registered under another AppleID, the thief has probably done it.

  • Change the iconbutton to another image when it unable?

    I want create some State-sensitive iconbuttons in my script.
    But I can's change the iconbutton to another image when it unable?
    It's mean: When I click one of the iconbuttons,it convert to unable and auto change to another image.
    This are some code of under.
    Sorry of my BAD English.
    Thank very much!
        //config iconbutton's different iamges.( _a is the normal image,_b is the unable image. )
        //I don't know which is the right way, or all wrong.
        var icon1 = {a:File("\icon\Icon_M1a.png"),b:File("\icon\Icon_M1b.png")} ;
        var icon1x = {a:"./icon/Icon_M1a.png",b:"./icon/Icon_M1b.png"} ;
        //BuildUI by under format.
        //My UI code is very complex, under is some line of it.
        Pleft: Group    { \
              orientation:'column', alignment:['left','fill'], margins: 0, spacing: 0,  \
              grmm1: Group { margins: 0, spacing: 0,  \
                            MBtn1: IconButton { text:'',preferredSize: [32, 32],image:("+icon.a+","+icon.b+")} \       //ERROR!! I don't know the right way.
                             MBtn2: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M2a.png' } \
                              MBtn3: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M3a.png' } \\
        //Unable the iconButton when mouse click.
        ...MBtn1.onClick = function () {
                  this.enabled = false ;
                  ...MBtn2.enabled = ...MBtn3.enabled = ture ;

    I want create some State-sensitive iconbuttons in my script.
    But I can's change the iconbutton to another image when it unable?
    It's mean: When I click one of the iconbuttons,it convert to unable and auto change to another image.
    This are some code of under.
    Sorry of my BAD English.
    Thank very much!
        //config iconbutton's different iamges.( _a is the normal image,_b is the unable image. )
        //I don't know which is the right way, or all wrong.
        var icon1 = {a:File("\icon\Icon_M1a.png"),b:File("\icon\Icon_M1b.png")} ;
        var icon1x = {a:"./icon/Icon_M1a.png",b:"./icon/Icon_M1b.png"} ;
        //BuildUI by under format.
        //My UI code is very complex, under is some line of it.
        Pleft: Group    { \
              orientation:'column', alignment:['left','fill'], margins: 0, spacing: 0,  \
              grmm1: Group { margins: 0, spacing: 0,  \
                            MBtn1: IconButton { text:'',preferredSize: [32, 32],image:("+icon.a+","+icon.b+")} \       //ERROR!! I don't know the right way.
                             MBtn2: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M2a.png' } \
                              MBtn3: IconButton { text:'',preferredSize: [32, 32],image:'./icon/Icon_M3a.png' } \\
        //Unable the iconButton when mouse click.
        ...MBtn1.onClick = function () {
                  this.enabled = false ;
                  ...MBtn2.enabled = ...MBtn3.enabled = ture ;

  • I have to select a file – get Info – and change – open with and change from preview to another program and CHANGE ALL everytime I boot up

    Why do I have to select a file – get Info – select – open with – and change from Preview to another program and click CHANGE ALL with every file extention everytime I boot up.

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    The first step should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • FRM-40657:  Record changed or deleted by another user.

    I have a forms module with a module component based on a view.
    This view is a simple view with 1 base table.
    This view has a 'client derived' primary key with a sequence.
    This view has a instead of trigger, which is calling the table API.
    There are no server derived columns etc.
    When I insert a record via the form and try to update the same record
    without requery, I get the message:
    FRM-40657: Record changed or deleted by another user.
    When I drop the trigger the error is not raised.
    Any idea ?
    Configuration:
    Forms 6.0.5
    Designer 6.0.5
    Headstart 5.1
    Oracle 8.1.7.4.0

    From Documment : 1236623.1
    Cause:
    1. Navigation from (Responsibility) System Administrator > Security > User > Define > Query out the responsibility, found responsibility key is <NEW_VALUE>. ..................... This is wrong Navigation
    2. Found value <OLD_VALUE> is included in column role_name of the responsibility under the user by sql statement:......................................................................................... Not sure whats the old Value
    select * from wf_local_user_roles
    where user_name = '<user_name>'
    and role_name like '%<OLD_VALUE>%';
    Solution :
    4. Identify the Role (responsiblity) to be changed, click 'Show' to expand the record, select a date to field 'Active To' to provide an end date to this role assignment. ..... Not sure how to get role for particular responsibility.
    From Document : 1273157.1
    We have created new responsibility , But now we are getting error while END_DATE old responsibility.
    New Responsiblity name : BPC-160 DC Staff-New
    Old : BPC-160 DC Staff

  • How to change one iView to another in portal page by clicking the third one

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?QuickLink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one.
    I have thought of placing two VC iView to a same portal page area and defining one of the to be visible and another hidden (by clicking speedometers these properties would change), but I haven't found the way how that could be done in portal. Is there a way to define some OnClick-method to change visibility parameters or url-address of another iView?
    One solution might be¨on the other hand to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • Updated my iphone4 with ios6.1 software. App store is not working. Tried rebooting, restoring, changing date, signing with another apple id etc. but no luck. can someone please help?

    Updated my iphone4 with ios6.1 software. App store is not working. Tried rebooting, restoring, changing date, signing with another apple id etc. but no luck. can someone please help?

    I guess I will wrap this up. I have abandoned iPhoto and viewing my Photo Streams using it and moved to Adobe products (Bridge + PS). So that's that.

  • HT1918 How do i change my username to another when they both have accts with itunes one is on my computer and one is on my ipad? Two different e-mail address that are both mine....so how do i make one acct for both?

    How do i change my username to another when they both have accts with itunes one is on my computer and one is on my ipad? Two different e-mail address that are both mine....so how do i make one acct for both?

    If you selected open a new Apple ID account, go back a step and enter use existing Apple ID.
    You will have to set up a separate iCloud account or your iPads will mirror each other.

  • How to place one column under another column in obiee report?

    Hi all,
    I am new to obiee, so need some help from obiee experts. Can anyone tell me how to place one column data under another column in obiee report?
    i need the report to be as below
    category total_students Course_enrollment Test_attended pass_test
    total N % N % N %
    all students ##### ## ## ## ## ## ##
    Ethnicity
    Asian ###### ## ## ## ## ## ##
    African American ###### ## ## ## ## ## ##
    white ######
    Filipino ######
    Gender
    Male ##### ## ## ## ## ## ##
    Female ##### ## ## ## ## ## ##
    and similarly for other columns
    where ethnicity, gender are columns in the table and Course_enrollment, Test_attended, pass_test are calculated columns.
    Please help me to create a report as above if anyone knows how to do it.
    Edited by: Shailaja on Jul 19, 2010 12:23 AM

    Two ideas I can think of:
    1) Create multiple pivot tables and then display them one under the other
    2) Create multiple measure columns such as "male_amt", "female_amt", "white_amt", "asian_amt", "black_amt", etc. for all the columns you need. Then you could simple stack them in a single pivot table.
    Option #2 might give you the prettiest results - but also requires a lot more maintenance (for instance, if you reclassify ethnic groups, you'd have to go through the reports to add additional metric columns).
    Hope this helps,
    Scott

  • I cant change my email under settings on my ipod touch it wont even let me click on it any ideas?

    i cant change my email under settings on my ipod touch it wont even let me click on it any ideas?

    To get reid of the Restrictions passcoe you have to restore the iPod to factory defaults/new iPod.  You should do that anyway since the apps and music (if any) on the iPod do not belong to you.  They did not transfer with the purchase of the iPod hardware.

  • Question about the sensor... just got my 4s yesterday after screwing up my 3 with the laterd version update.  EVery call I have been on has either changed to speaker, called another number or ended the call or activated facetime, which I have turned off.

    Question about the sensor... just got my 4s yesterday after screwing up my 3 with the laterd version update. EVery call I have been on has either changed to speaker, called another number or ended the call or activated facetime, which I have turned off. never had this trouble with my 3...I don't even want to talk to anyone on this phone! Is the sensor bad? That is what the AT&t rep suggested.

    Restore as new... if the problem still continues then there is a hardware issue.
    If it stops after a restore as new, then the issue is with the backup the device is currently setup with.

  • How do you select an object that is directly under another object?

    How do you select an object that is directly under another object?
    I was working from a template and I wanted to make a text box the same size as a column box that was put there in order to keep the text in the confines of the paper that is was being printed to.
    I could actually put text in each column fine but I wanted it to be in a text box so that I could slightly tilt the test box to compensate for my printer feeding it in slightly wrong. I accomplished this on another template but I could not on this one. If I was working in InDesign or something I know I could just select that layer but I'm at a loss of what to do here. How do I select a column right under a text box? I just thought of something. Once I make the text boxes the same size as the columns I think I can just delete the columns from the inspector. But that would be kind of a work around. I know you can hold down command when nothing is selected from outside the document and then highlight but this is not working. Does anyone have some tips and tricks when it comes to having control over which objects you are selecting when it comes to objects that are overlapped as well as directly over each other.
    Thanks.
    Tim

    I'm not sure it's documented any where, but it's not too difficult. First, ⌘-click outside of the layout area to enter object mode then drag the cursor towards the two objects until you see the handles. Now, again ⌘-click on the top object to deselect it. You can now move the underlying object to the front to edit, delete, etc.
    After typing this, it dawned on me, why not just click the top object to select it & move it to the back? I've only done the other way a bazillion times & now I think of this.

Maybe you are looking for

  • How to create a bookmark with action to open a file

    Hi all, I'm a newbie in javascripting for Adobe Acrobat (I'm running on Acrobat Professional 8) so please don't kill me for my question. I want to run a batch sequence to create a bookmark which opens a specific file in lots of pdf files. The way I'm

  • HT201436 Most of the time my phone as not network connection any goes to voicemail

    I find few big problem on my phone -1 Most of the time my phone as not network connection and goes to voicemail -2 when I call  and I talk I find the call has been cut the words and also I heard half of the words of the person is calling me !! I hope

  • No EVENT in SWEL even after active

    Hello, I have created a workflow and When i am testing it manually from "SWDD". Everything is working fine and it is flowing through all the expected steps and it is sent to multiple users and after there approval it is even completing successfully.

  • Publish webservice

    Hi, Do we need to publish the webservice(wsdl) for PI 7.1? Sundari

  • Datasource for financial reporting structure

    Hello, I am extracting data from several finance datasources (FINGLAU*) to an external BW system. For several reporting requirements I need an extract of the so-called Financial Reporting Structures, which are effectively hierarchies of GL-accounts.