BI4 Administrator Password Reset

Has anyone managed to reset the Adminstrator password on a BI4 instance when the password has been forgotten and been succesful (not my instance but Im trying to help :slight_smile: ) ?

I’ve worked through the SAP steps which were as follows, I have 2 issues being,

a. Step 8 when I run the select I return nothing for si_name = ‘Administrator’ though I am sure this is the name of the account.

b. Step 12, is it correct to just do a DELETE <SI_ID> as when I find the SI_ID and run the delete as is and then a select again I still see it, even if I change it to a full DELETE statement so DELETE FROM … WHERE etc and then do a select again it still returns a row ?

**SAP steps to reset pw :

  1. Locate the CMS process: launch the Process Explorer utility, and locate CMS.exe.

  2. Copy the CMS command to the clipboard. In Process Explorer, copy the “Command line” field.

3.Use the Central Configuration Manager (CCM) to stop the SIA. To launch the CCM, go to Programs > SAP BusinessObjects Enterprise XI 4.0 > SAP BusinessObjects Enterprise > Central Configuration Manager. Once you have confirmed that the SIA has stopped, proceed to the next step.

  1. Paste the CMS command to a command-line. Do not press Enter. Open a “Command Prompt” window and paste in the contents from step 3.

  2. Append the -serverconsole switch to the command and press Enter. For example, note that the following command has -serverconsole appended:
    “C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\cms.exe” -loggingPath “C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/” -port 6400 -restart -dbinfo “C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/win64_x64/_boe_ACME.dbinfo” -noauditor -autoboot -fg -name ACME.cms -pidfile “C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/serverpids/ACME_ACME.CentralManagementServer.pid” -serverconsole
    The SIA is launched in serverconsole mode. You will be prompted when the SIA is ready to accept commands.

  3. Go to the following folder: <BOE_INSTALL_DIR>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dfo The dfo folder contains a subfolder with a randomly generated name starting with dfo_.

  4. Copy the file named BusinessObjects_Administrator_dfo.xml from inside the dfo_ folder to the following folder: <BOE_INSTALL_DIR>\SAP BusinessObjects Enterprise XI 4.0\packages

  5. Enter the following query: select si_id from ci_systemobjects where si_name=‘Administrator’ Four objects are returned. Record the SI_ID for each object.
    Tip: One of the entries should have the SI_ID set to 12.

  6. Delete the objects by typing the following command for each object: delete <ID_NUMBER>

  7. Verify that the objects have been deleted by re-entering the command from step 8: select si_id from ci_systemobjects where si_name=‘Administrator’
    No objects should be returned.

  8. Enter the following query: select si_id from ci_systemobjects where si_name=‘BusinessObjects_Administrator_dfo.xml’ One object should be returned. Record the object’s SI_ID number.

  9. Delete the object by entering the following command: delete <SI_ID>

  10. Type quit to exit.

  11. Use the CCM to start the SIA.

  12. Launch the CCM, go to Programs > SAP BusinessObjects Enterprise XI 4.0 > SAP BusinessObjects Enterprise > Central Configuration Manager.
    You can now log on to the administrator account without having to provide password (leave the “Password” field blank).[/quote]


Rich :uk: (BOB member since 2002-10-04)

Woo ! I hope I never have to apply this but still interesting to bookmark !


bernard timbal :fr: (BOB member since 2003-05-26)

Yeah its a bit of a pain tbh and I havent been able to get it to work.


Rich :uk: (BOB member since 2002-10-04)

I did get it to work.

had to call in SAP, and they had me redo the steps. They had me recreate the folder, and it did work for me.


sapaa (BOB member since 2014-02-21)

it corresponds to the KB #1679970


bernard timbal :fr: (BOB member since 2003-05-26)