OBIEE 11 g RPD migration - how to automate the Connection Pool passwords changes in environments

Hello gurus

We have a situation in our client, where I am responsible for automating RPD Migrations in environments. In our current scenarios, (SID database) data source names and user names (schema name) are same in environments. The current process deploy us the RPD by EM then SPR online by using the administration tool and manually open update passwords in each connection pool (we have 9 pools of connections). There has been a lot of problems with this approach you can imagine (especial when do things the manual way).

Can you please provide a better approach to automate this process in order to avoid human error.

Thank you very much.

Take a look at BIServerT2PProvisioner.jar http://docs.oracle.com/cd/E29542_01/bi.1111/e10540/conn_pool.htm#BHBBDDFF

Tags: Business Intelligence

Similar Questions

  • How to activate the connection pool dynamically during loading happens

    Hello

    I have two databases that contains the same data. IE Prod_db, Prod_db1,

    I want to move the connection pool dynamically during loading times

    Ex: During load happens I want to hit prod_db1, after full charge I want to hit prod_db. How to get there.

    Use the W_ETL_RUN_S of the situation of the table column to validate the loadtime

    PS mark correct or useful

  • How to compile the connection pool java example code

    I recently bought David Knox of 'Effective Oracle Database 10' g security by Design and worked through his examples with identifiers of customers and how to exploit the database security with anonymous connections pools.

    The side of the things database I totally understand and have implemented, but I now want to compile / the java run the examples of code, but do not know what is required to compile this.

    I am running Oracle 10.2.0.4 (64-bit) Enterprise Edition on a Linux (RHEL 5) PC. Version Java is 1.6.0_20. .Bash_profile relevant environment variables are:
    export LD_LIBRARY_PATH = $ORACLE_HOME/lib: / lib: / usr/lib
    Export CLASSPATH = $ORACLE_HOME/jre: $ORACLE_HOME/jlib: $ORACLE_HOME/rdbms/jlib
    export PATH = $ORACLE_HOME/bin: $ORACLE_HOME/OPatch: / usr/kerberos/bin: / usr/local/bin: / bin: / usr/bin

    When I try to compile, I get:
    Oracle Java: DB10204$ FastConnect.java
    Exception in thread "main" java.lang.NoClassDefFoundError: java/FastConnect
    Caused by: java.lang.ClassNotFoundException: FastConnect.java
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    The main class is not found: FastConnect.java. Program ends.

    Below is an example java source code. Is anyone able to point me in the right direction as to how to get this to compile? I have just a configuration syntax change and/or the environment to do, or there it more for this example doesn't work? Any help much appreciated.
    oracle:DB10204$   cat FastConnect.java 
    package OSBD;
    import java.sql.*;
    import oracle.jdbc.pool.OracleDataSource;
    
    public class FastConnect
    {
      public static void main(String[] args)
      {
        long connectTime=0, connectionStart=0, connectionStop=0;
        long connectTime2=0, connectionStart2=0, connectionStop2=0;
        ConnMgr cm = new ConnMgr();
        // time first connection. This connection initializes pool.
        connectionStart = System.currentTimeMillis();
        Connection conn = cm.getConnection("SCOTT");
        connectionStop = System.currentTimeMillis();
        String query = "select ename, job, sal from person_view";
        try {
          // show security by querying from View
          Statement stmt = conn.createStatement();
          ResultSet rset = stmt.executeQuery(query);
          while (rset.next()) {
            System.out.println("Name:   " + rset.getString(1));
            System.out.println("Job:    " + rset.getString(2));
            System.out.println("Salary: " + rset.getString(3));
        }
          stmt.close();
          rset.close();
          // close the connection which resets the database session
          cm.closeConnection(conn);
          // time subsequent connection as different user
          connectionStart2 = System.currentTimeMillis();
          conn = cm.getConnection("KING");
          connectionStop2 = System.currentTimeMillis();
          // ensure database can distinguish this new user
          stmt = conn.createStatement();
          rset = stmt.executeQuery(query);
          while (rset.next()) {
            System.out.println("Name:   " + rset.getString(1));
            System.out.println("Job:    " + rset.getString(2));
            System.out.println("Salary: " + rset.getString(3));
          }
          stmt.close();
          rset.close();
          cm.closeConnection(conn);
        } catch (Exception e)    { System.out.println(e.toString()); }
        // print timing results
        connectTime = (connectionStop - connectionStart);
        System.out.println("Connection time for Pool: " + connectTime + " ms.");
        connectTime2 = (connectionStop2 - connectionStart2);
        System.out.println("Subsequent connection time: " +
                            connectTime2 + " ms.");
      }
    }
    Code download is: http://www.mhprofessional.com/getpage.php?c=oraclepress_downloads.php & cat = 4222
    I'm looking at Chapter 6.

    I extracted the .jar (jar - xvf) file

    The ODBC .jar file? Don't, don't. Add it to your classpath as it is, or paste it into the WEB-INF/lib directory, or what you have to do.

  • How to automate the cutting through a visual basic 6.0 application tool?

    Original title: Visual basic 6.0

    How to automate the tool to cut through a visual basic 6.0 application. Or my visual basic 6.0 application is to take screenshots and save them as gif images, but the files are too big and take a long time to be sent by e-mail in real time. Please if someone could help, need a code in visual basic 6.0 to make these small files.

    Hello

    You can get support for development on the MSDN Forums tools.

    MSDN forums: Index

    http://social.msdn.Microsoft.com/forums/en-us/categories

    Concerning

  • How to automate the unique fusion of multiple JPEG to PDF files.

    I'm looking for an answer that does not purchase a license, or by downloading a shaded part of software.

    I have a batch of a software suite that creates multiple JPEG files every morning. The final product must be a single PDF, prefer it to order a certain way, but not completely necessary. I tried to do it thanks to Excel, but it was very awkward. I'm trying to implement through Adobe Action Wizard and can create the file I'm looking for, but I can't find how to automate in a batch file that I can task in Task Scheduler.

    Currently, I run a file backup all export to PDF and JPG. I then insert page for each PDF in the order I want to insert Pages using the. I can't understand how to automate the Action once it is implemented.

    These are designed to run early in the morning and the PDF picked up by different software and sent to before the start of the day.

    Any assistance in the automation of an action would help enormously.

    Thank you.

    I think you should forget Acrobat. Batch jobs need under license for this software. Acrobat is not. Software Adobe for the server might cost 100 times more.

  • How to automate the process of loading data using load file & Task Scheduler

    Hello

    I do the automated processes to load the data into Hyperion Planning application using the file data_Load.bat & Scheduler of tasks.

    I created Data_Load.bat file, but the rest of the process, I cannot complete.

    Could help you me, how to automate the process of loading data using the file Data_load.bat & task Scheduler or what are the rest of the file is require it to achieve.

    Thank you

    In response to your question using the maxl for loading scripts?

    If Yes, I've seen and deliver in the batch (ex: load_data.bat) that is you do not have the path of the maxl script complete with a batch when passing through the event the task scheduler will work, but the log file and / or error will not be created. Which means lots claims it linked task scheduler, although he did not do what you need to.

    If you use maxl use this as the batch

    "essmsh C:\data\DataLoad.mxl" or you can also use the full path for the maxl or work elsewhere. The only reason why I think that the maxl can then not work is if you do not have the updated batch updated to call on all LANE changes maxl or if you need to update your environment variables to correct the command essmsh to work in a command prompt.

  • How to automate the process of deploying VM?

    Are there sources where I could find info how to automate the deployment of virtual machines? For example, if I have to deploy 100 VM, how to add script, or maybe there are tools to do?

    Thanks in advance for the answers.

    I have not yet tested, but it should work if you have VI kit installation. If its only 10-20 why not plan tasks to clone vcenter and set the frequency to be repeated every hour and stop once you have done with all of them?

    If you found this information useful, please consider awarding points to 'Correct' or 'useful '. Thank you!!!

    Kind regards

    Stefan Nguyen

    VMware vExpert 2009

    iGeek Systems Inc.

    VMware, Citrix, Microsoft Consultant

  • How to reset the forgotten administrator password

    How to reset the forgotten administrator password

    You forgot your password

    Lion or later version

    Reset a password in Mac OS X 10.7 Lion

    OS X Lion mountain - reset a login password,

    OS X Mavericks-solve password problems,.

    OS X Lion-Apple ID can be used to reset your password for the user account.

    For Snow Leopard and earlier with installer DVD

    Mac OS X 10.6 - If you forgot your administrator password.

    OS X - change or reset a password for account (Snow Leopard or earlier version).

    For Snow Leopard and previous without installer DVD

    How to reset your Mac OS X password without an installation disk. MacYourself

    Reset password for OS X without an OS X CD - Tech News and Analysis

    How to create a new account administrator - Mac Hack

  • How to disable the connection of identity when opening Outlook Express

    How to disable the connection of identity when opening Outlook Express

    In OE: File | Identities | Manage identities | Properties and uncheck the option to require a password.

  • How to jump the connection password re-boot...

    How to ignore the connection password re-boot while it self-connections me?

    In XP, TweakUI was a setting to do this, but it comes to Windows 7?

    There is an option for her, but it's pretty hidden, because it leaves your unsecured computer (anyone who circulated happens not only to all your files, but they can also get to any Web page you visited, like facebook or even your bank).

    If you are sure you want to do, here's how:
    1 - Press Windows-R to open the run, and then type the following command and press ENTER: control userpasswords2
    2 - clear the check box at the top (users must enter a password...) and then click OK
    3. set the default account, you want to connect to from the context menu that appears, and then click OK once more
    All together.
  • How to restore the connection wireless internet?

    Impossible to establish a WiFi Internet connection.


    Laptop can only connect via LAN. Connection Wi - Fi deleted while surfing online. don't know how to restore the connection.



    Hi WeiShangSing,

    To set up a wireless connection on Windows 7 computer, I suggest you to refer to section of the online help and check if it helps.

    Setting up a wireless network

    http://Windows.Microsoft.com/en-CA/Windows/setting-wireless-network#1TC=Windows-7

    If you use a wireless router, you can also see this link for help:

    http://Windows.Microsoft.com/en-CA/Windows/set-up-wireless-router#set-up-wireless-router=Windows-7

    If you are having problems with the connection Wireless to the computer please answer back with error message. If you need help, I'll be happy to help you.

  • How to open the maintenance Manager to change the printer ink

    How to open the maintenance Manager to change the printer ink

    Do you mean physically change the ink cartridge?

    I would check with the manual that came with your printer.

  • How to validate the field "Reason for change" in the commercial indications using JavaScript?

    How to validate the field "reason for change" in the commercial directions Summary tab using JavaScript?

    Current version of PLM4P: v6.1.1.5.2

    Please help me to validate the fields using JavaScript.

    Thank you

    Nefertari

    Developed using some of the Javascript predefined functions that we offer, it's just JavaScript and jQuery.

    But here is an example.

    (Use Internet Explorer F12 developer tools to find the IDS of the fields to work with.)

    $(document).ready(function() { 
    
        if (UI_Ext_isSpecInEditMode && UI_Ext_HasWorkflowBehavior('1005'))
        {
           //normally, we can use jquery to retrieve elements ($('#ifOfInput).val()), but it seems to fail when the id and the name attributes are the same. so we just use javascript document.getElementById instead.
           var reasonForChange = document.getElementById('ctl01$SpecSummaryctl1$ctlCollapsibleContentContainer$ctl00$txtChangeReason')
    
           if (reasonForChange != null) { 
    
                if (reasonForChange.value == null || reasonForChange.value.length == 0) {
                     UI_Ext_MarkFieldAsRequired('ctl01_SpecSummaryctl1_ctlCollapsibleContentContainer_ctl00_lblSpecSummaryReasonforChange');
                     alert('Reason For Change is required');
                }
           }
        }
    }); 
    

    However, not the user registration or workflow specification. If you were to do this, you must remove record them and workflow buttons and links, and this probably isn't the best practice. On the contrary, you would write validation server that would give you this error message if they try to save/workflow. (So most customers do not use Extensions of the user interface for this type of validation).

    Kind regards

    Ron

  • Photoshop elements 13 is incredibly tiny on my laptop it makes this useless application, I have a laptop 13 inch.  can you tell me how to make the largest application without changing my screen resolution?

    Photoshop elements 13 is incredibly tiny on my laptop it makes this useless application, I have a laptop 13 inch.  can you tell me how to enlarge the photoshop application without changing my screen resolution?

    Well good for Photoshop to fix this, I chatted with technical support and they have a new version of 13.1 to. I've updated, then went in the preferences and found the preference of the user interface, select 200%. Who did the trick.

  • How to test the connection of the OID IT resource

    Hello

    I'm testing the connectivity of the OID IT in IOM resource. Could someone help me to know how to test the connectivity of the resource.

    Kind regards
    Nitin

    Then just go ahead and provide a resource, why are you running task scheduler

    Thank you
    Suren

Maybe you are looking for

  • Is it possible to change the order/priority of tags?

    Is it possible to change the order/priority of tags?I use this feature of hundreds of times every day.Thank youTERI

  • RadioButton

    HY all, I have a small question about the RadioButton control. How can I call a radiobutton to an another dlg. I have a file SOUTH, 2 GSD and 2 radiobutton controls, 1 radiobutton on a GSD and an another radiobutton on other Dlg, and I want to use a

  • price of windows 7

    Hello could someone tell me the price of the professional edition of windows 7 and when it will be available in the Indian market?

  • How to install an application in Mode safe - the system administrator has set policies to prevent this installation

    I just want to know if someone know a method that works and allows you to install a program in safe mode? I'm running following error message when you try to install an application of msi in safe mode: "The system administrator has set policies to pr

  • pc failure cannot re - install xp

    IBM PC crashed, OS is Xp. tried to repair with a dell recovery cd receiving the message 'cannot find file ahzpyivc.sys. syten keeps restarting. do I do .cant get to the office. crashed due to Trojan c_pec