Essbase passwords

Hi,
One of our trainers as inadvertently set up Essbase with different passwords through the install.
Now the Essbase cluster has one password and all of the sample databases have another password.
Is there an easy way, short of full uninstall and reinstall, to synchronise all the passwords.
n.b. We have both passwords currently, the database level password is not lost.
thanks for your input,
Robert.

Sorry which version is this, was Essbase was deployed in Standalone mode.
When you migrate to shared services you have the following options with passwords
Password creation settings—For native Shared Services users, specify how the passwords should be created for the Shared Services users when they are migrated:
    Auto-generated—Automatically generates new passwords for users being migrated to Shared Services. The passwords are recorded in the text file specified in the text box. You must specify the extension for the file as .txt. You can also browse to the location of an existing password file to append new passwords to it.
    Use native user name as password—Assigns the native user name as the password for each user being migrated to Shared Services. During migration, the user name is converted to an all lowercase password. For example, a native user named "Mark" will have "mark" as their password after migration.
    Password and Confirm password—Specifies and confirm, respectively, a new password for all users created in Shared Services. You must specify the same password for all users being migrated.Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Cannot start Essbase once admin password is changed

    Hi
    I have come into an organisation where all applications were created using the default admin / password credentials. I am wanting to tighten security by changing the password of the admin account. I can do this easily in Shared Services, however when I stop and start the Essbase service, I get the following error "Essbase Product Existence Check Fails against the Shared Services Server with Error Unable to Authenticate.".
    In the HSS log I get:
    10-Dec-2009 15:59:55, /files, HEAD, 500 "Internal Server Error", 63 ms, %v
    10-Dec-2009 16:00:26, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    com.hyperion.interop.AuthenticationException: Could not authenticate user 'CSSToken'. Please ensure the username and password is correct.
    I have searched these forums and found threads to load Essbase service in the foreground (isnt this startEssbase.cmd?) and it says I can change the load up admin password there. However when I do that, I dont get that option.
    If I change the password back to the default password, I can get Essbase back up and running no problems.
    Can someone please tell me how to change the password for admin that Essbase uses to authenticate with Shared Services?
    Thanks
    Edited by: PLIM on 9/12/2009 21:33

    its a longshot, but stop the Essbase service, then bring Essbase up in the foreground (from a command window, type Essbase) When it opens it should prompt for the Essbase password. Put in your password (which sounds like it is password). If you type help it will show you the available commands . One of which is Password. It allows you to reset the Essbase password. Try changing it here then in shared services and see if you can connect

  • Planning Webforms not connecting to the Essbase

    Hi,
    When the user is trying to connect to the Webforms, below error is showing up. Same issue occured yesterday, I restarted the Essbase Server and it resolved the issue.
    A substitution variable required for this calculation is undefined. Variable: CurYr
    Today, I recycled all the services but still not able to connect to Essbase through Planning. And I am also not able to connect to the Essbase Server through EAS Console , I am through with this id but when clicking on the Essbase Server node, it throwing out error as "Invalid Login Credentials". I am using same user id for planning and Essbase, planning is working fine but not for Essbase
    Can you please advise on this issue.
    Thanks for your help in Advance.
    Regards,
    UB

    Hi,
    Could someone have changed Essbase password without you knowing? The fact that you are able to login to EAS and Planning doesn't necessarily mean you can connect to Essbase with the same credentials for granted. I suggest you run Essbase in command shell (Programs->Oracle EPM->Essbase->Essbase Server->Essbase or Start->Run Type Essbase). It should show you whether there is a problem with the password or not.
    One more possibility could be that your essbase server might not be starting properly at all even though services console shows you that it does. You can see what the root cause to this problem in Essbase shell.
    Cheers,
    Alp

  • Starting Win NT or 2K Essbase Service using batch

    I know you can either:essbase <password> -b to run in background ORessbase <password> to run normally,but if you are running Essbase as a service, can you restart the service from the command line?Thanks,Clay

    When you run essbase as a service using "essbase.exe -service install" you need do the following to shutdown/startup: SHUTDOWNSERVER command in ESSCMD to shutdown and to start you need to start the service from the services list. These are the only options that I have read in the essbase docs.Hope this helps.

  • Essbase Version 11 Error During Export

    Hi,
    I have just installed Hyperion Essbase version 11 on windows 2003 Server, It’s a fresh install on new machine. I am getting following error during nightly backup.
    After "Calc All" we export data to the following location. Hyperion\APP\DB. Same Maxl script works fine on version 7 of Essbase. If i export data manually its works fine, only issue i have during nightly back (Automated). Data size is 1.4 GB; Please let me know if you need some more information.
    Error.. *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    Maxl Script:
    MAXL> export database "PLAN"."TEST" all data to data_file
    2>      "'\\PLAN\\TEST\\TEST_Export_AllData_1.txt'",
    3>      "'\\PLAN\\TEST\\TEST_Export_AllData_2.txt'";
    Error:
    OK/INFO - 1019020 - Writing Free Space Information For Database [TEST].
    OK/INFO - 1005029 - Parallel export enabled: Number of export threads [2].
    *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    MaxL Shell completed with error
    Thank you,
    T.Khan

    I tried with other path and it works. I really appreciate all your help. I used following maxl
    export database "Plan"."Test" all data to data_file
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_1.txt,
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_2.txt;
    What changes I need to make on my maxl. Do I need to make any changes on Variables? Here is my current Maxl
    /*      Export Database                              */
    /* Environment Variables: (set by calling script)               */
    /* $ess_UserName      - Essbase username                     */
    /* $ess_Password     - Essbase password                    */
    /* $ess_Server          - Essbase server                    */
    /* Local variables: (set by MaxL script)                    */
    /* $APP               - Essbase application ($1 positional parameter)     */
    /* $DB               - Essbase database ($2 positional parameter)     */
    /* Any error returned from a MaxL command causes the               */
    /* logic to branch to an error exit at end of the script           */
    /* set local variables to values of positional parameters */
    set APP=$1;
    set DB=$2;
    /* Login to Essbase */
    login $ess_UserName $ess_Password on $ess_Server;
    /* Export database in parallel to the database directory - all data */
    export database "$APP"."$DB" all data to data_file
         "'\\$APP\\$DB\\$(DB)_Export_AllData_1.txt'",
         "'\\$APP\\$DB\\$(DB)_Export_AllData_2.txt'";
    iferror 'ERROREXIT';          
    /* Normal Exit */
    Thank You
    T.Khan

  • Number of days before user needs to change password

    If I enter a value for "Number of days before user needs to change password" will that effect both user and supervisor accounts or just user accounts? I have a supervisor account that we use for a lot of processes and do not want it to expire. However, our corporate security policy is to have user passwords expire at least every 90 days. Has anyone faced this before?<BR><BR>Thanks,<BR><BR>Mburkett

    mburkett,<BR><BR>Version 7.X has the external authentication option. The integration with active directory is very easy and can be configured in a few minutes. However, if your Essbase user names are different than MSAD user names, you would have to replace all Essbase users with their domain ID in order to use external authentication. If the user names are the same, it is only a matter of changing the flag to use the external AD password, rather then the Essbase password. <BR><BR>If you are not using Hyperion HUB, you should install it prior to implementing External Authentication.<BR><BR>I don't know the details of your custom job scheduler, but if it is based on ESSCMD, I dont see why it would not continue to work with an upgraded version.<BR><BR>Good Luck,<BR><BR>Chris

  • ESSBASE VERSION 11 PARTITIONING

    Has anyone tried the 2 way partitioning between block storage and aggregate storage databases in Version 11?
    I am particularly interested in knowing the speed of data transmisssion when the block storage database is the source and the aggregate storage database is the target

    I tried with other path and it works. I really appreciate all your help. I used following maxl
    export database "Plan"."Test" all data to data_file
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_1.txt,
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_2.txt;
    What changes I need to make on my maxl. Do I need to make any changes on Variables? Here is my current Maxl
    /*      Export Database                              */
    /* Environment Variables: (set by calling script)               */
    /* $ess_UserName      - Essbase username                     */
    /* $ess_Password     - Essbase password                    */
    /* $ess_Server          - Essbase server                    */
    /* Local variables: (set by MaxL script)                    */
    /* $APP               - Essbase application ($1 positional parameter)     */
    /* $DB               - Essbase database ($2 positional parameter)     */
    /* Any error returned from a MaxL command causes the               */
    /* logic to branch to an error exit at end of the script           */
    /* set local variables to values of positional parameters */
    set APP=$1;
    set DB=$2;
    /* Login to Essbase */
    login $ess_UserName $ess_Password on $ess_Server;
    /* Export database in parallel to the database directory - all data */
    export database "$APP"."$DB" all data to data_file
         "'\\$APP\\$DB\\$(DB)_Export_AllData_1.txt'",
         "'\\$APP\\$DB\\$(DB)_Export_AllData_2.txt'";
    iferror 'ERROREXIT';          
    /* Normal Exit */
    Thank You
    T.Khan

  • Hyperion config utility release 9.3.1 installation error

    Dear,
    During the installation of Hyp Confi Utility, I am getting an error saying that " specify the password for the database for product Hyperion Shared Services"
    I tried to give the diff passwords and Essbase password but its not working.
    I want to set up Hyperion Shared Services.
    Please help me out.
    Thank you.

    user8941800 wrote:
    Dear,
    During the installation of Hyp Confi Utility, I am getting an error saying that " specify the password for the database for product Hyperion Shared Services"
    I tried to give the diff passwords and Essbase password but its not working.
    I want to set up Hyperion Shared Services.
    Please help me out.
    Thank you.Installation of Hyp confi utility ? what is that.
    You first install and then you configure the same using configuration utlity. I guess, you are trying to configure SS ( shared service), for that you need to have a database for shared services ( up and running ),and you need to provide the credentials ( userid and password , who has appropriate rights over the database).
    It should work without issue. Revert if you are still stuck
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Shared Services Users

    Our client wants that all the users logging for Hyperion application should be able to reset or change the default passwords.
    As far as i know, while creating users for planning application administrator set the password for the users which can't be changed by users.
    Any help Guys!

    Hi,
    You should use one of the active directories like MSAD then you will have much more control of user accounts, native security does not have many options.
    Though I know users can change their password through excel addin, smart view and through workspace (I think), this is more aimed at essbase passwords but once as it is using shared services it will change it across the board.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Analyzer 5.0.3 web client - large deployment

    Has anyone deployed Analyzer 5.0.3 web client to a large population. We have over 100 users - it could go as high as 1400 in the future. When adding a new Essbase cube (we are using Essbase 6.1 p2), we have to add the new cube to each individual user id, then click properties of the cube and type in the users essbase user id, password, and confirm password. We use option 3 in this dialog box because the Analyzer web client users do not have the Essbase client on their desktop. They initially change their Analyzer password, but their Essbase password stays the same permanently. This whole process of adding a cube is very time consuming and basically a long typing exercise. If we deploy the Analyzer web client to our entire company, it will be a nightmare to add a cube. I want to know how other companies are handling this situation.

    Try using the UsrUtil.exe. Check the docs on it, then build a text file (.cmd) containing the scripted user accounts you wish to create. I had all the users and user info entered into an oracle table first, then ran a short Java app over it to extract the user information, building the .cmd file that was run to create all the new users. for about 1000 users, it took about 10 minutes.robb

  • Security role document

    I'm going for a project that needs to identify security roles for ECC5.0,can anybody send me some document about it?
    thanks in advance.

    So it generating an error when you log into the planning application, if so did you edit the datasource for each of the applications and update the essbase password
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Security file migrating

    Hi,We are upgrading to Essbase 6.5.1 by migrating a server in Essbase 5.02.I would like to know if there's a way to migrate the security file from one server to another.Many thanks

    the Advanced Security Manager does not export Essbase passwords, probably due to the fact that the Essbase API does not retrieve them. So you would need to manually fill in the passwords in an export file before importing them back in. Essbase Administration Services (works with Essbase 6.2 + allows for copying security from one sever to another

  • Encryption Oracle Database credentials to encrypted keys

    Hello,
    We have few maxl scripts that connects to the oracle database using the credntials which I am interested in run via the encryption key so database credentials will not be exposed to the world. I will appreciate any help to accomplish this one.
    Thanks,
    Yash

    Details on how to encrypt Maxl script is available at Encryption
    Also have a look at the following post Re: use encrypted essbase password in maxl script and load data from sql db
    Cheers
    John

  • Default userid/password for Essbase 7.1.5

    Hi All,<BR> <BR>I've just now upgraded to Essbase 7.1.5. At the time of installation I gave the 'NAME' as 'James Galt' and system password as 'password'.<BR>Earlier on every upgrade it used to recognize the old security file and I could login to a fresh upgrade using my old id/password. But this time it does seem to recognize the essbase.sec file.<BR><BR>could somebody please let me know the default user-id password for version 7.1.5, so that I can atleast login and try creating some users.<BR><BR>Any help in this matter s highly appreciated.<BR><BR>Thanks in advance,<BR>[email protected]

    There's no such ting as a default user ID and password for Essbase. The system user ID and password is the one you create when you install Essbase. IF you want to reset and start from scratch, delete the essbase.sec file and launch essbase.exe from \essbase\bin. You will be prompted to enter a new user ID and password. Hint : it's not good practive to use someone's name as the system ID. BE aware of a couple of things if you do this, any users, filters, applications, etc you had we'll be gone and have to be re-created. If this was an upgrade from the previous version, upon install completion, you would run the essbase.exe and it would prompt you for the existing password. If it's not working, chances are you are using the wrong password. Remember, the system password might not be the same as the admin password. For instance at my location, when I did the upgrade I entered the admin password and it didn't work. I asked everyone and they said that was the only password. After digging little deeper I found that a couple of years ago it was determined the passwords were too generic so they changed them. While they changed the admin password, the system password stayed the same. After digging, I found out what the old password was and sure enough I was able to fire it up. If you don't have existing apps and users to worry about then just start fresh, but if you want to salvage what you had, then you will need to find the right password. One more thing, if you have Essbase running as a service, disable the service and run it in console mode until you get this straightened out. <BR><BR>HTH

  • Essbase start scrtipt without admin password in plain text

    Hey all,
    I'm securing my system and one final step is the Essbase startup script.
    At present its doing:
    startEssbase.sh {my_admin_password}
    which isnt particularly secure.
    How can I secure this so that I either don't have to have the password in plain text or the password is not passed in at all ( which normally makes it start up in foreground mode)
    Thanks in advance for any help/suggestions

    In the Essbase admin guide it explains how to hide the password on a Unix server. Click the link below and search for the following term, "Hiding Essbase Server Passwords". There is a sample script to secure the password.
    http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/frameset.htm?launch.htm
    Good Luck!

Maybe you are looking for

  • Macbook will not load up...

    Hey guys! My Macbook is misbehaving. Whenever I turn it on I hear the chime noise and then it goes to the white loading screen with the Apple logo. The small loading circle below the logo spins. And...that's all it does. It won't go to my main screen

  • AC3 is silent

    I have video that is from a home video. I have made mv2 and ac3 files which import into DVD SP 4 without problems. But there is no sound from the AC3's. Now the ac3 file plays fine with A-Pack and if I decode the file with A-Pack, the resulting R and

  • Report Tree for PS

    Hi Guys, Is there a transaction code for Report tree in PS. Like we have for AP - F.98, assets ART0 Thanks, Satya

  • Deleting iCal Calendars

    My iCal calendar list includes calendars that I have deleted from my Google Calendar. Deleting them in iCal get an error message, "`the server responded with an error:  calendar.google (my account).... is not a location that supports the request." If

  • Where's the serial number for photoshop cs6 trial download.

    After downloading the free 30day trial download of photoshop cs6 I can't seem to get it started without a serial number???