ODI Login Profiles / Connection Info

Where does ODI store the login profile information i.e. username/password + associated connection profiles. Is it in a config file somewhere in the ODI directory structure?

I thought that was the case. In that case how would it be possible to have 2 different lists of profiles? When I access ODI from shortcuts on the desktop I get the list I expect to see and the details present in the config files you mentioned. However when I access any of the ODI modules from the Programs menu I get a completely different list of profiles which I can't find in any of the config files. Any ideas??
My ODI version is 10

Similar Messages

  • ODI and Essbase: Connection, Reverse Engineering, loading

    Hi, please heeeeeeeelp me to understand how can I connect to Essbase, Reverse Engineer, and load data from a file!!!!!
    I work with ODI and Essbase for the first time. I've read ODI documentationbut it did't help.
    I have ODI 10.1.3.4.0
    I have Hyperion and Essbase
    ODI server, my ODI client and Essbase are located in different servers.
    I have a work repository.
    In the "Topology manager" in "Physical Architecture" under the "Essbase Hyperion" I created "Data Server" and in the definition tab I filled "Name", "Server" (with port), "User", "Password".
    In the JDBC tab I did nothing.
    In the physical schema in the definition tab I filled: "Application (Catalog)", "Database (Schema)", "Application (Work catalog)" (the same as first), "Database (Work schema)" (the same as second).
    In the "Context" tab I insert a new line and chose the "Context" tha I had created before and type a new logical schema("").
    (When I was creating the context I just filled Context "Name" and "Code" (automatically))
    Then I want to reverse engineer data.
    I opened ODI designer, created a new model: Definition tab: "Technology" = Hyperion Essbase, "Logical schema" = My_Hyperion_logic_schema
    Reverse tab: "Context" = My_Hyperion_context
    When I try to reverse engineer data in the Selective Reverse tab I get following error:
    java.sql.SQLException: Driver must be specified
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.d(Reverse.java)
         at com.sunopsis.graphical.frame.a.iq.fe(iq.java)
         at com.sunopsis.graphical.frame.a.iq.fa(iq.java)
         at com.sunopsis.graphical.frame.a.iq.l(iq.java)
         at com.sunopsis.graphical.frame.a.eq.actionPerformed(eq.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    What I do wrong?

    Thanks a loooot,
    I've correctly installed 10.1.3.4.5 patch and now this error disapeared, but I have the following:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 58, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials
    at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
    at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx0.f$0(<string>:58)
    at org.python.pycode._pyx0.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source) at com.sunopsis.dwg.cmd.e.i(Unknown Source) at com.sunopsis.dwg.cmd.g.y(Unknown Source) at com.sunopsis.dwg.cmd.e.run(Unknown Source) at java.lang.Thread.run(Unknown Source)Caused by: com.essbase.api.base.EssException: Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source) at com.essbase.server.framework.EssMainConnectionContext.open(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source) at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source) at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source) at com.essbase.api.session.EssOrbPlugin.essMainLogin(Unknown Source) at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source) at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source) at com.hyperion.odi.essbase.wrapper.EssbaseConnection.connect(Unknown Source) ... 33 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source)
    at com.sunopsis.dwg.cmd.e.i(Unknown Source)
    at com.sunopsis.dwg.cmd.g.y(Unknown Source)
    at com.sunopsis.dwg.cmd.e.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    I run jython.bat
    I checked services (restarted them) on server where Essbase is installed:
    Hyperion S9 Administration Services ATS5
    Hyperion S9 BI+ Analytic Services 9.3.1 - hypservice
    Hyperion S9 Shared Services
    Hyperion-Essbase_Administration_Server
    I'm trying to connect with essbase server with administrator-user who I use to login to Essbase Administration Services on server where Essbase is installed
    What I do wrong?

  • API5022: Cannot connect to specified repository. Verify connection info

    Hi,
    I installed OWB 10gR2 on my machine. There after i applied upgrade patch 10.2.0.2 Patch (p5696353_10202).
    Everything was done successfully. This is client install, server is on different machine. Other ppl are able to login. Even i was able to login using OMBPlus
    Now when i am trying to login using Design Center i am getting following error:
    "API5022: Cannot connect to specified repository. Verify connection info"
    I am able to login to database using same OWB credentials. Also i checked some forum which said NAMESPACESERVICEIMPL should be valid. I checked it is valid.
    Also my owb user is having access to SYS.V_$SESSION.
    Please help!
    Thanks,
    Niranjan

    Hi Carsten,
    I am not sure what is happening, If i am entering wrong info then how m i able to connect using OMBPlus. I can change the project using OMBCC
    I can Ping Host and TNSPING the database
    I have installed OWB and the patches in new OWB Home
    I have tried everything i could, i reinstalled OWB + patch. One thing for your info I have multiple Oracle Clients Ora 9i, 10gR2. I have a separate OWB home.
    My Environment Variable ORACLE_HOME points to Oracle R2 Client, i even tried pointing to OWB Home. My registery entry also points to Oracle R2 Client
    It could be n/w problem. But what can I do to get a work around?
    Thanks,
    Niranjan.

  • Error while creating rough cut plannin profile using Info structure

    Hi,
    I got the following error while creating rough cut planning profile for Info structure,
    Capacity planning is not possible for this info structure S504
    Message no. MA489
    Diagnosis
    In the planning parameters for info structure S504, no key figure for capacity planning has been entered.
    Procedure
    If you want to capacity planning to be possible for this info structure, you need to enter a capacity key figure in the planning parameters for the info structure in the Implementation Guide.
    The info structure which i used here is created by me. Can any one help me to overcome this error
    Waiting for your replies
    G.Muthamil Murugan.

    Hi addy,
    Thanks for your reply. I have maintained the following Info structure which I created,
    Under characteristic I have maintained the following,
    1.Sales Organisation.
    2.Sales group
    3. Sales office
    4. Distribution channel
    5.Division
    6.Material
    Under Key figure I have maintain the following,
    1. Order items
    2. Production
    3.Sales
    4. Stock level
    5. Target stock level
    6. Day's Supply
    7. available capacity
    8.Target days supply
    I don t know where i did mistake. can you correct me.
    Regards,
    Muthamil Murugan.G

  • No trusted/login RFC connection for system BCP in TA SMSY

    Hi,
    i got this error  Early Watch Report  for only production System.
    No trusted/login RFC connection for system BCP in TA SMSY
    Amit

    HI,
    I hope the error message is straight forward.
    Please Check whether you have established RFC connections to the BPC system and the same is avaiable under the RFC connections in TRXn SMSY-Your system -.Test the connections in SM59-BPCs-> READ and Trusted RFCs.
    If its not present, Generate the RFCs again manually.
    Hope this helps.
    Revert for any issues.
    Thanks,
    Jagan
    Edited by: jagadheeshan govindasamy on Oct 9, 2009 3:24 PM

  • Profile connect error

    my environment: Adobe Flex Builder3 beta, Firefox
    preference / flex / installed Flex SDKs: Flex Moxie M2
    preference / flex / Profile / Connections: 9999 (default)
    preference / flex / Profile / Player Browser : firefox
    when i click profile, error message displayed in console:
    "socket timeout..."
    is "9999" correct? who should listen to that port?

    The same problem here - both Mac & PC with default Flash
    Player shipped with Flex builder 3, as well as with the latest one.
    Moreover I can produce this error message sometimes:
    socket timeout...
    java.net.SocketException: Socket closed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
    at java.net.ServerSocket.implAccept(ServerSocket.java:450)
    at java.net.ServerSocket.accept(ServerSocket.java:421)
    at
    com.adobe.flash.profiler.internal.Client$2.run(Client.java:153)
    at java.lang.Thread.run(Thread.java:613)
    Any ideas?

  • QuickVPN won't save connection info

    I'm using QuickVPN 1.0.0.40 and it's connecting fine to my WRV54G router but it won't save the connection info.  If I enter the connection info and click Save, it says it did it, but if I exit and restart QuickVPN, the fields all come up blank.
    On a different PC where it is working fine, I uninstalled it, then reinstalled it, and when I started it, all my old connection info was there.  So it's not stored in the Program files\Linksys\Linksys VPN Client directory - since that was removed when I unistalled.
    Any ideas?  Having to reenter the IP address every time I start this is annoying.
    Thanks
    FredG

    Hi… The info is saved by your OS. You might have disabled the auto save (save form) option that stores all the info you fill in on any form. You would need to enable that service. (Go to Internet Options || Contents | auto-complete settings)

  • After updating ios on my iphone 5 to 7.0.2, some aps as facebook, whatsapp and a lot more do not start any more. It is impossible to login or connect.

    after updating ios on my iphone 5 to 7.0.2, some aps as facebook, whatsapp and a lot more do not start any more.
    In Facebook e.g. it is impossible to login or connect.

    Hello rvdrvd,
    If you are having issues with your apps, check out the general troubleshooting for apps downloaded.
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Universe connection info

    Hi
    I have a universe which has multiple connections, each pointing to different schemas on a database.
    I want to find out in an audit report, which schema was accessed by a user.
    Is there any way to query the database info/connection info of a universe using Audit reports/queries.
    Thanks in advance

    Hi Reddy,
    Adding to Jawahar and Ravi's response
    1. You can check this in CMC.
    CMC -> Universe -> Right click on intended universe and select properties.
    Here, you should also see "connections" in the left hand pane.
    You will find the name, ID, CUID and connection type.
    2. Query Builder:
    http://servername:port/AdminTools
    Run the query
    select SI_NAME, SI_SPECIFIC_KIND, SI_DATACONNECTION from ci_appobjects, ci_infoobjects where si_id='universe id'.
    This gives you the Univ name, and univ connection object ID.
    -Sid

  • Setup connection info with XQJ

    Hi,
    I am trying to use XQuery through the XQJ API.
    When I instantiate an oracle.xquery.xqj.OXQDataSource as explained in http://www.oracle.com/technetwork/articles/oem/xquery-jdbc-325944.html, I can submit queries fine except that I haven't found how I can set up the server connection info:
    * This datasource claims that it doesn't support setting any property.
    * I don't see any non standard method to set properties.
    * When I try to access some random collection like collection("oradb:/foo") I just get an empty result set even when no server is running, suggesting that the driver doesn't even try to connect.
    What have I missed and how can I set the server connection info?
    Thanks,
    Eric

    I thought I could specify the connection by passing a JDBC connection as a parameter to xqs.getConnection(jdbcConn), but I get an javax.xml.xquery.XQException: XQDataSource : getConnection(conn) is not implemented.
    Eric

  • Could not retrieve connection info from torque connection pool

    Hi,
    I am using Apache Torque for making connection with my Oracle 9i server.
    My Torque.properties file configuration is as follows:-
    torque.dsfactory.cpm.factory=org.apache.torque.dsfactory.SharedPoolDataSourceFactory
    torque.dsfactory.cpm.pool.maxActive=10
    torque.dsfactory.cpm.pool.maxWait=60
    torque.dsfactory.cpm.pool.testOnBorrow=true
    torque.dsfactory.cpm.pool.validationQuery=SELECT 1 from dual
    torque.dsfactory.cpm.connection.driver = oracle.jdbc.driver.OracleDriver
    I am getting the following error:-
    Caused by: org.apache.commons.dbcp.SQLNestedException: Could not retrieve connection info from pool
    at org.apache.commons.dbcp.datasources.SharedPoolDataSource.getPooledConnectionAndInfo(SharedPoolDataSource.java:169)
    According to me the cause of error is because of the database connection was not available in the connection pool. Or it might be due to The connection was not closed properly becuase of the some issue in the persistent layer.
    My Research till now:-
    Checked all the connection object properly closed in my classes as well as Torque Classes.
    Do anyone have any idea regarding this error. If yes, please suggest some solution for it.
    ----Anurag----

    Hi,
    I have my complete Torque.properties file, just for the reference, I have pasted few lines from my torque.properties file. Secondly, I am using the JDBC Driver for my oracle connection & its working fine. The problem is when my application tries to access connection from connection pool, & if it finds no connection in the pool it gives error. After increasing the size of the connection in the pool, still I am getting the same error. Do you have some idea regarding this.

  • ODI Client cannot connect the datebase after the datebase IP changed

    ODI Client cannot connect the datebase after the datebase IP changed.
    1,the datebase on mac A,the mac changed ip
    2,on the client, tnsping db is ok.
    3,use pl/sql ,can connect on the db
    4,with odi,changed the repostry URL to the new db IP,throw the exception below
    java.sql.SQLException: Io Exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
         at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
         at com.sunopsis.sql.h.run(h.java)
    Is anything we need to config after change db machine IP?

    yeah,I got it.Everything is ok now.
    After change IP,we must open TopologyManager:change the JDBC connection of workrepository which must chose in Designer.
    when we open the Designer ,it will connect to db.then coonect to workrepository with original IP.So,we must rechange workrepository's JDBC first!

  • What happened to my login profile password?

    I recently had my hard drive replaced at my local Apple Store. The drive was failing and my iMac is covered under AppleCare so it was no cost to me and because my iMac is two years old, i got an upgrade from 320 GB stock drive to the current standard 500GB. I returned home and was surprised to find that they recovered ALL of my information. I am thankful for this. The ONLY difference is the login profile pictures have been changed. I thought this seemed normal considering the circumstances, yet when i logged into my profile, the only profile with a password, it did not require a password. I want to make sure my profile has a password on it, and now it doesn't. I go to change it in System Preferences and it requires me to enter my old password. I enter my old password, with my login profile name, and it says it is incorrect. I looked online and found somewhere that Apple Stores are not allowed to change your passwords. I understand in this case that they may have had to, but since it is policy, i assume they did not. If so, what happened to my password? I also see online that you can change a forgotten password by inserting the Mac OSX Install Disk, restarting and changing it there. I began to do this process, but stopped, seeing as before the Restart, it asks me for my login name and password in order to change information. I will try this process, but my original question remains. "What happened to my login profile password?"

    *UPDATE 2*
    so i realized that they changed the admin on my computer, OR when they put all my stuff back on my computer, it automatically made the admin by alphabetical order, since my (old admin) profile is second on the list. i dont understand why the admin profile would change. and there used to not be a keychain password on that profile. i cant even remove programs now. do i have to back up my files and wipe my computer? start from scratch?

  • Trying to purchase Lion, but am asked "To use this apple ID you must first login to My Info Web page then provide additional security information.  It won't let me get there to provide info for this purchase?

    Trying to purchase Lion, but next window ask that I must login to my info web page to provide additional security info, in order to use this apple ID.  But the next page says that Safari can't load.  I emptied the cache and reset, but lost as to what to do next in order to purchase lion?

    solved

  • ODI can't connect to Master Repository(SQLS05)

    Hi guys,
    my ODI can't connect to the MASTER REPOSITORY (SQLServer2005)!
    It gives me an JDBC error when I try to test the connection!
    The USR and PSWD are ok, what's the problem?!
    Any suggestion would be appreciate!
    Thanks in advance, bye all ;)

    Hi,
    Are you using the SQL server 2005 JDBC drivers, if so then it is a different connection string than in 2000
    The connection details are :-
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    The URI should look like this:
    jdbc:sqlserver://myHost:1433;selectMethod=cursor;databaseName=myDB;integratedSecurity=false
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for