OIM Data Source Configuration in JBoss App Server

Hi experts,
I have deployed OIM on JBoss Application Server. Physical machine on which database is hosted was relocated and its IP address is also get changed.
I have made changes in xlConfig.xml to point to new DB (IP Address).
But DB connections are set in the App server Data Source as well
I made changes in Data Source as well to point to new IP address of DB machine.
Managed to start OIM .
But getting database connection exception in log. similar exception is given in post:
ERROR [DATABASE] Class/Method: tcDataBase/writeStatement encountersome prob
Thanks,
Pallavi
Edited by: Pallavi Chaudhari on Aug 10, 2011 9:47 AM

You should update it in these files,
xlconfig.xml
JBOSS/deploy/xell-ds.xml
\Oracle\xellerate\Profiles\Jboss.profile
Thanks
M

Similar Messages

  • Vb 2010 data source configuration wizard and sql server 2012

    I am having a problem using the Data Source Configuration Wizard in vb 2010 express to connect to a remote SQL server database. The weird thing is that I can connect to it just fine if I manually dimension the sqlcommand, sqlconnection and set up the sql
    connectionstring. So I know the connectivity is possible, but I would like to use the functionality of the Data Source Configuration Wizard.
    Here's what happens when I attempt to add a connection via the Database Explorer:
    I only get two SQL Server options. Neither will let me connect to a remote database.
    I know that Microsoft SQL Server Compact 3.5 isn't what I want, but I have tried it anyway. It will only let me connect to a database on my computer. An 'ActiveSync' option is greyed out.
    Microsoft SQL Server Database File would appear to be what I want, but when I select this option, it informs me (as you can see) that this will only work for a local database:
    The connection string that I build manually (and which works) looks like this:
    Dim
    myConn
    As
    NewSqlConnection(sConnect)
    sConnect =
    ""Data Source=xxxxxx.xxxxxx.com;Server=""Xxxx XXX Database"";Initial Catalog=StockAnalysisProd;User
    ID=cadietz;Password = "& sPW &
    I have attempted all variation of this string in the database file name input box to no avail. I think it really should go in as a Data Source but those are hard wired and cannot be changed. I'm sure I'm doing something stupid, but I need someone
    to point out what it is. Thanks in advance for your help...
    Alex3764

    Alberto... thanks for your reply.
    Unfortunately this does not appear to work. I downloaded Visual Studio Express for the Web (2012) and attempted the 'work around' proposed by Sergey and I could not make it work on the remote server. I have given up on the Data Connection Wizard and
    am simply connecting to my remote SQL server using the manual classes (SqlConnection, SqlCommand, SqlDataAdapter, etc.). The moderator has marked this as an answer but I'm going to unmark it.
    I am now even more frustrated because I now find that I cannot connect to my LOCAL SQL database using the Data Connection Wizard and the circumstances are even weirder. Here's what happens:
    I open the Add Connection window, select 'Microsoft SQL Server Database File (SqlClient)' as the data source.
    I then browse to my local database file in the Database file name input box. When I click the 'Test Connection' button I get a message box that informs me: 'Test connection
    succeeded'. Voila!
    But, alas, when I close the message box and click OK on the Add Connection window I get this message: 'The ability to open this connection is not supported in this edition of Visual Studio'.
    I mean this borders on the absurd. Why is the Data Connection Wizard even offered with VB 2010 Express if you can't use it for anything. Once again I can get around the problem manually but I'm getting very frustrated with MS. Any suggestions??
    Alex3764

  • Connection/data source caching in JSC App Server?

    Tried to change the data source for one of my apps (changed all data sources on all row sets). I got a connection error despite the fact that the IDE could see the data source.
    I restarted the app server to no avail.
    I finally stopped the app server AND restarted JSC and eveything started working again (except for the Conversion error I'm tracking down :-) ...

    Did the connection error occur at runtime ?
    If so, then it's not recommended to change the datasource
    especially if you change databases. It's not impossible to make
    the changes - you need to edit the Page bean constructor and the
    constructor in the SessionBean and anywhere else you
    initialize the rowset with the URL.
    If you changed the database, then because vendors
    map JDBC types differently, you may need to make
    changes . Typically you'll see conversion errors when changing
    the database.
    JDBC Type (which we call SQL Type) --> Java Type:
    =========================================
    CHAR --> java.lang.String
    VARCHAR --> java.lang.String
    LONGVARCHAR --> java.lang.String
    NUMERIC --> java.math.BigDecimal
    DECIMAL --> java.math.BigDecimal
    BIT --> boolean
    BOOLEAN --> boolean
    TINYINT --> byte
    SMALLINT --> short
    INTEGER --> int
    BIGINT --> long
    REAL --> float
    FLOAT --> double
    DOUBLE --> double
    BINARY --> byte[]
    VARBINARY --> byte[]
    LONGVARBINARY --> byte[]
    DATE --> java.sql.Date
    TIME --> java.sql.Time
    TIMESTAMP --> java.sql.Timestamp
    CLOB --> java.sql.Clob
    BLOB --> java.sql.Blob
    ARRAY --> java.sql.Array
    DISTINCT --> (mapping of underlying type)
    STRUCT --> java.sql.Struct
    REF --> java.sql.Ref
    DATALINK --> java.net.URL
    JAVA_OBJECT --> (underlying Java class)
    Source: JDBC 3.0 Specification, Appendix B
    Also, see this post for more info :
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=47015
    John
    JSC QA

  • How to configure data source for MS SQL 2005 Server.

    Good morning,
    While creating a data source for MS SQL 2005 Server, what are the values I should use for:
    Object Factory, DataSource Type, and CPDS Class Name values ?
    Thanks
    Seenu

    seenuFour wrote:
    Hi,
    I am working on a web application, the backend of which is a MS SQL 2005 server. I am creating a data source on the application server to manage the connection pool.
    Hence I need to give the following values while creating the data source:...
    Hence you need to provide some actual detail about what the context is.
    IIS runs "web applications" but your question would have no meaning in that context. On the other hand it might have some meaning if you were running Tomcat.

  • Data Source configuration for ADF BC application

    Hi,
    I am working on a POC using ADF BC.
    I want to configure a data source in weblogic server and want to connect to that data source in my ADF BC application.
    Please let me know how and where to configure this data source in ADF BC app.
    Thanks,
    Praveen

    Praveen,
    Right-click your Application Module, choose "configurations" Then, you can edit your configuration to specify a data source instead of JDBC URL.
    [url http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcservices.htm#CHDJDBJB]The documentation can tell you more.
    John

  • ADF application deployment and Data source configuration

    Hi, we are developing an adf application . This app accessing the tables from a data base and i can run it in the integrated WLS of Jdeveloper. Now i would like to run it in a standalone WLS server. I can create a Data source in the server.
    How can i tell the application to use the data source configured in the stand alone server. My understating is i have to configure it in the deployment descriptor. May i know how to this in Jdeveloper for an ADF application . Thanks .
    ganesh

    First of all make sure that you use jdbc data source in your application module configuration (right click on the application module and select Configurations, then edit). It should look something like 'java:comp/env/jdbc/hrDS'.
    On your stand alone server you create a data source with the jdbc name of 'jdbc/hrDS' pointing to the db you like to use.
    When you deploy the app, the server should pick up the defined data source.
    Timo

  • Data source issue in new app creation

    Using Hyp. 9.3 I am trying to create a new application. The data source for the new app was created in sql server and it was used to create a new app. The problem is after going throught the create new app wizard, the new app was there but no db. I think I may have refreshed instead of create. Anyway I went ahead and deleted the app and tried to start fresh to create the new app. But when I went to select the data source it is no longer there. I checked the sql server connection and it seems fine. So what could have happened to the data source?

    If the essbase database does not exist and you click refresh it will create the database.
    Anyway can you not just create a new datasource.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hyperion Planning Data Source Configuration Error

    Hi,
    I'm trying to configure Planning. I'm at the last step of the configuration utility, and trying to configure "Data Source Configuration" for Planning.
    When I try to do it, I Create the Datasource, I give the Datasource name, and I select the database (which Oracle), and it throws me the error at the step Relational Storage Configuration Details:
    com.hyperion.planning.HspDSRdbPanelManager, ERROR, Relational Database Connection Failed:= :[Hyperion][Oracle JDBC Driver][Oracle]ORA-12505 Connection refused, the specified SID (******) was not recognized by the Oracle server.
    I'm sure that I'm entering the correct database details. But still not able to understan why it is not accepting it.
    I'm picking up the SID from the TNSNAMES.ora correctly. I'm able to login to the Db via sqlplus with the same username,pwd and SID. Also able to connect to the Db via TOAD using the same credentials.
    But not able to configure the Planning!!!
    Kindly help.
    Thanks.

    Which version of planning are you referring to, what OS has it been installed on.
    Does your tnsnames ora have different names in the configuration
    net_service_name=
    (DESCRIPTION=
    (ADDRESS=(protocol_address_information))
    (CONNECT_DATA=
    (SERVICE_NAME=service_name)))
    Is the net_service_name the same as the service_name, if they are different have you tried both of them?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • CUIC data sources configuration

      I have a question. Can UCCX 9 CUIC be made to make a connection to a legacy UCCX.8.5 server via the data sources configuration page?    I have included a screenshot of the config tab.            

    Hi,
    Awb database? Have you configured EPMA? Sounds like your config may not be correct.
    If you have installed EPMA make sure it is correctly configured.
    Seb

  • Problem in configuring Hyperion Planning Data Source configuration.

    * I have configured all the components of Hyperion Planning except Data Source Configuration. The problem is when i provide server name, username and password when the system prompts to enter the essbase server information, the system gets hang and does not respond. I am stuck in this step (data source configuration) and cannot move forward.*
    Please help me out???

    make sure given credentials are correct are not.

  • Where is the data source configuration in Jdev 11g?

    Does anybody know where is the data source configuration in JDeveloper 11g? I want to create a JNDI data source using the database connection. Do I have to login the Integrated WLS to create the data source? Thanks.

    Hi Chris,
    Configuring the data source in Integrated WLS works for me. Thanks for your help!
    Looks 11g didn't create the data source automatically in the App Navigator. I checked the deployed application directory - "Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestDS\adf\META-INF" and "Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestDS\META-INF". I didn't find the data source file - data-sources.xml. Then I started the web application and checked the Context, I can only find the data source which I defined in the Integrated WLS. It is interesting that 11g removed the JNDI list from the RMI bindings.
    Also thanks to Nick for the information. We are migrating a Spring Framework application to Oracle and don't use ADF Business Components in this project.
    Huaichen

  • GRC AC User Search Data Source Configuration

    Hello all!
    I´ve configured BRM and ARM as recommended on SAP Access Control 10.0. A lot of things are working ok and some of them not. At this moment I´m testing an Access Request to lock a user, the problem happens when I try to search the user, I didn´t receive any return. Please check the print screen:
    "Maintain Data Sources Configuration" is configured as the print bellow pointing to our ECC/HR system:
    Someone can help?
    Regards,
    SAP Legend

    HI,
    Also maintain detail data source and make sure you run repository sync job..
    Also check if the user you are trying to lock is present in the table GRACUSER/GRACUSERCONN.
    Regards,
    Neeraj

  • Data transport encryption  between Database - Apps Server

    Hi
    We have 10g R2 database on Linux
    and would like to setup a basic encryption for data transport between Database and Apps Server.
    On searching, i found a couple of SQL ENCRYPTION parameters to be placed in SQLNET.ORA , which am not sure off.
    Could anyone suggest as how should i be doing this setup?
    Do i also need to be doing changes at the Apps Server side?

    Check the Advanced Security Guide, specifically
    http://download-east.oracle.com/docs/cd/B19306_01/network.102/b14268/asopart2.htm#sthref141
    Note that Advanced Security is a separate licensed option.

  • Configuring oracle data source in a jboss/linux environment

    Hello
    I am facing problems to establish connection type 4 with a JBoss 5.1.0
    my Data Source is the following :
    <datasources>
    <local-tx-datasource>
    <jndi-name>jdbc/ilogDataSource</jndi-name>
    <connection-url>jdbc:oracle:thin:@127.0.0.1:1521:XE</connection-url>
    <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
    <user-name>SYSTEM</user-name>
    <password>senha</password>
    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
    </local-tx-datasource>
    </datasources>
    I do have a ORacle XE (10.2.0) local and it is working fine (I can access its APEX in port 6060 and I am also able to access it throught eclipse)
    running the command : bash-3.2# lsnrctl status XE
    I get :
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-AUG-2011 15:55:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ericomtx)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 08-AUG-2011 15:10:37
    Uptime 0 days 0 hr. 44 min. 53 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ericomtx)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ericomtx)(PORT=6060))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE" has 1 instance(s).
    Instance "XE", status READY, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "XE", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "XE", status READY, has 1 handler(s) for this service...
    The command completed successfully
    bash-3.2#
    my problem is the following : my applicaiton is not establishing the connection ... when it is the time to do so it gets stuck
    my OS is a red hat and my computer name is ericomtx as follows :
    bash-3.2# hostname
    ericomtx
    I have changed my computer name in the following files :
    /etc/hosts
    /etc/sysconfig/network
    I also have oracle environment variables in /etc/profile:
    bash-3.2# echo $ORACLE_HOME
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    my linux user is added in DA group created by oracle install
    please can some one help me out ?
    Thks&Regards
    Érico

    please can some one help me out ? No, you need your local friendly system administrator or DBA.

  • Where is the UME data source configuration XML file stored on the server?

    I'm trying to activate windows integrated authentication in my portal server.  The java engine's UME configuration has been loaded as a deep AD read only database using the file "dataSourceConfiguration_ads_deep_readonly_db.xml" but I can't find this on my server.  I need to modify a couple of parameters in there to activate kerberos principal management.  My recent portal training course offered me a completed working example but it was for an ads_flat_writeable_db so I can't simply load that and I need to understand the changes required.
    Where to I find the configuration file on my java instance server so I can make the necessary changes to a copy and upload that?

    Try to read
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d574768b
    UME user data is stored in one or more data sources. Each type of data source has its own persistence adapter. The persistence manager consults the persistence adapters when creating, reading, writing, and searching user management data. Persistence adapters for the following types of repositories are available: 1. Database: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which databases are supported. 2. u2022 Lightweight Directory Access Protocol (LDAP) directory: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which directories are supported. 3. SAP Systems based on Web Application Server 6.20 You can configure UME to use one or more of these persistence devices in parallel. Users can also be stored in several different physical LDAP directory servers, or in different branches of the same LDAP directory server.

Maybe you are looking for

  • Camera roll not reducing size after deleting photos

    My camera roll stays the same size even after deleting 600 photos - I'm trying to still keep the roll included in my iCloud backup but had to size it down because the backups were too large and stopped without upgrading my storage. Why is this happen

  • Establish link B/W the table EKES  and VBUP

    Hi all, Please Let me know how can we related the table EKES(field EBTYP) and VBUP(Field COSTA) tables...?

  • Nokia 6260 : Problem: Start-up Failed. Contatct Re...

    Nokia 6260 : Problem Message : "Start-up Failed. Contatct Retailer" If Nokia Care fix this problem then can the data be retrieved completely from phone book, wallet etc...? Please share your experience....

  • Not recognising USB card reader and also PhotoBooth issue

    Hi, I'm a new member and a bit of a numpty when it comes to Mac (new owner). My Macbook Pro is giving me some grief tonight and I have 2 separate (i think) issues. It will not recognise my USB card reader. It worked fine last week and I did eject it

  • How To Change Map Drive for my Database?

    Hi all, I bought an external Usb Disk with 1TB storage capacity and attached it to my laptop, because I am running out of space for new 11g Database Creation. It was mapped by default at G:\ then I created a new database 11g on it. Then during night