Error in registering the datasource

When I try to register a Global Datasource, I get "file does not have
read permission".
OS - Windows 2000
Database - Oracle81
AS - iPlanet6.0 SP3
Let me know where I am wrong.
c:\> iasdeploy regdatasource -verbose elms-ias-ora-type2
"======Begin error======="
iasdeploy for iPlanet Application Server 6.0 SP3 Test Drive
Debug level set to on ..
Severity 1: Inside IasDeploy.main() ...
Connected to LDAP server on xxxxxx port 389
Error: File elms-ias-ora-type2 does not have read permission.
Usage: iasdeploy regdatasource [-verbose] [-instance <instance>...|
[-user <username> -password <password>] [-host <host> -port <port>]]
<datasource XML file>
Where:
<datasource XML file> -file name of datasource XML. At most one datasource
definition is allowed per XML file.
============"End error"==================
The XML file is as below
<ias-resource>
<resource>
<jndi-name>jdbc/elms</jndi-name>
<jdbc>
<datasource>elms</datasource>
<database>jdbc:oracle:thin:@dev3:1521:Dev8i4</database>
<username>plateau</username>
<password>plateau</password>
<driver-type>type2</driver-type>
<resource-mgr>PlateauPool</resource-mgr>
</jdbc>
</resource>
</ias-resource>

I could resolve this problem by giving the following xml.
This is for type2 oracle driver.
<ias-resource>
<resource>
<jndi-name>jdbc/DataSource/XYZ</jndi-name>
<jdbc>
<datasource>XYZ</datasource>
<database>dbname</database>
<username>id</username>
<password>passwd</password>
<driver-type>ORACLE_OCI</driver-type>
</jdbc>
</resource>
</ias-resource>
Chandu wrote:
When I try to register a Global Datasource, I get "file does not have
read permission".
OS - Windows 2000
Database - Oracle81
AS - iPlanet6.0 SP3
Let me know where I am wrong.
c:\> iasdeploy regdatasource -verbose elms-ias-ora-type2
"======Begin error======="
iasdeploy for iPlanet Application Server 6.0 SP3 Test Drive
Debug level set to on ..
Severity 1: Inside IasDeploy.main() ...
Connected to LDAP server on xxxxxx port 389
Error: File elms-ias-ora-type2 does not have read permission.
Usage: iasdeploy regdatasource [-verbose] [-instance <instance>...|
[-user <username> -password <password>] [-host <host> -port <port>]]
<datasource XML file>
Where:
<datasource XML file> -file name of datasource XML. At most one datasource
definition is allowed per XML file.
============"End error"==================
The XML file is as below
<ias-resource>
<resource>
<jndi-name>jdbc/elms</jndi-name>
<jdbc>
<datasource>elms</datasource>
<database>jdbc:oracle:thin:@dev3:1521:Dev8i4</database>
<username>plateau</username>
<password>plateau</password>
<driver-type>type2</driver-type>
<resource-mgr>PlateauPool</resource-mgr>
</jdbc>
</resource>
</ias-resource>

Similar Messages

  • "Error while registering the Java 2 Runtime Environment registry keys"

    "Error while registering the Java 2 Runtime Environment registry keys"
    I am getting the above error when trying to install the 1.3 JRE (installed with the 1.3 plug in which I need). As part of my development I have been installing and uninstalling the JRE multiple times. Then, I got the above error when trying to install it, and now it appears to be installed but I cannot uninstall it. When I try to uninstall it, it just remains, and when I try to install it again I get the above error. I have tried cleaning up all javasoft registry entries, but it doesnt seem to have helped. Can anyone help me either completely uninstall the JRE so I can do a clean install or help me get rid of the error above when I install. Is there some registry entries I should be looking at? Anything else? this is quite urgent as I need to test my applet with the plugin installed and not installed - and I currently cant uninstall it. Any ideas?
    Thanks for your help
    Aaron

    I am getting this same error message when trying to upgrade from 1.3.1_03 to 1.3.1_19.
    I have multiple versions of jre's and jdks on my machine.
    Anyone else seen this problem or know how to resolve it.

  • Error while activating the datasource during migration

    Hi Guys,
    When we were trying to migrate the datasources from 3.x to BI 7.0, we are encountering an error with the activation of the datasource. The datasource itself has been migrated but the ativation log gives and error
    Error in activating the datasourc----RSO404
    Has anyone encountered this issue? Your input is highly appreciated.
    Regards,
    Doniv

    Voodi,
    Thanks for the response but the note talks about deletion of the DTP causing the errors. Moreover we are already on SP 13. Any other ideas?
    Doniv

  • ERROR WHILE ACTIVATING THE DATASOURCE

    Hi Experts,
    I'M WORKING ON BW3.0B.I'M GETTING  ERROR WHILE ACTIVATING THE DATASOURCE
    1. EVENT WITH ERRORS EXTRACT IN DATA SOURC 2LIS_11_VAHDR

    Hi,
    where you are getting error in ECC?. or in BW?. If it is already in use, then you need to clear all Queues and then try to activate it.
    Thanks
    Reddy

  • Error while Registering the Database with Catalog..

    I m creating recovery catalog in same database, and getting the errors.
    1. I have created TOOLS tablespace
    2.CREATE USER RMAN2
    SQL> CREATE USER rman IDENTIFIED BY cat
    2 TEMPORARY TABLESPACE temp
    3 DEFAULT TABLESPACE tools
    4 QUOTA UNLIMITED ON tools;
    CREATE USER rman IDENTIFIED BY cat
    ERROR at line 1:
    ORA-01920: user name 'RMAN' conflicts with another user or role name
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE USER rman2 IDENTIFIED BY cat
    2 TEMPORARY TABLESPACE temp
    3 DEFAULT TABLESPACE tools
    4* QUOTA UNLIMITED ON tools
    SQL> /
    User created.
    3. GRANT RECOVERY_CATALOG_OWNER
    SQL> GRANT RECOVERY_CATALOG_OWNER TO rman2;
    Grant succeeded.
    4. To create the recovery catalog:
    1. Connect to the database that will contain the catalog as the catalog owner.
    H:\>rman catalog rman2/cat@rock
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 10:45:52 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to recovery catalog database
    2. Run the CREATE CATALOG command to create the catalog.
    RMAN> CREATE CATALOG;
    recovery catalog created
    3. Optionally, start SQL*Plus and query the recovery catalog to see which tables were created:
    H:\>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 5 11:53:36 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: rman2/cat
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select count(*) from cat;
    COUNT(*)
    91
    SQL> ed
    Wrote file afiedt.buf
    1 select owner, table_name, tablespace_name
    2 from dba_tables
    3* where table_name='DB'
    SQL> /
    OWNER TABLE_NAME
    TABLESPACE_NAME
    RMAN2 DB
    TOOLS
    RMAN DB
    ABAMCO_TEST
    Next step is to registering the Database in the Recovery Catalog.
    Registering a Database in the Recovery Catalog
    H:\>rman TARGET / CATALOG rman2/cat@rock
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 11:56:09 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    I m getting above error while registering the Database with Catalog,
    Can anybody help me how can I register the Database with Catalog.????
    Waiting for Reply!!!!!!!

    Dear Manoj I can log in at TARGET Database.
    H:\>rman
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Sep 5 12:41:59 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect target sys/rock
    connected to target database: ROCK (DBID=3255117147)
    RMAN>
    ============================================================
    USING CONNECT STRING as you said.
    H:\>rman target "sys/rock@rock as sysdba" catalog rman2/cat@rock
    Argument Value Description
    target quoted-string connect-string for target database
    catalog quoted-string connect-string for recovery catalog
    nocatalog none if specified, then no recovery catalog
    cmdfile quoted-string name of input command file
    log quoted-string name of output message log file
    trace quoted-string name of output debugging message log file
    append none if specified, log is opened in append mode
    debug optional-args activate debugging
    msgno none show RMAN-nnnn prefix for all messages
    send quoted-string send a command to the media manager
    pipe string building block for pipe names
    timeout integer number of seconds to wait for pipe input
    checksyntax none check the command file for syntax errors
    Both single and double quotes (' or ") are accepted for a quoted-string.
    Quotes are not required unless the string contains embedded white-space.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00552: syntax error in command line arguments
    RMAN-01009: syntax error: found "as": expecting one of: "append, at, auxiliary, catalog, cmdfile, clone, checksyntax, debug, log, msglog, mask, msgno, nocatalog, pipe, rcvcat, script, slaxdebug, send, target, timeout, trace"
    RMAN-01007: at line 0 column 16 file: command line arguments
    H:\>rman
    It didnt work either.
    I have only one database rock, and created recovery catalog in it. I want to register rock database with recovery catalog.

  • Error while registering the Concurrent Program

    Hi,
    I am getting the following error while registering the concurrent program.
    The executable is registered as shell script and this executable sends a mail with attachment. can any one of you tell me the cause of the error?
    ORA-20160: ORACLE error -4091 in SUBMIT: others
    Cause: SUBMIT: others failed due to ORA-04091: table APPLSYS.FND_CONCURRENT_PROGRAMS is mutating, trigger/function may not see it.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORA-06512: at "APPS.ALR_FND_CONCURRENT_PROGRAM_IAR", line 1
    ORA-04088: error during execution of trigger 'APPS.ALR_FND_CONCURRENT_PROGRAM_IAR'
    ORA-06512: at "APPS.FND_CONCURRENT_PROGRAMS_PKG", line 63
    FRM-40735: ON-INSERT trigger raised unhandled exception ORA-20160.
    Thanks in advance

    Check Note: 391795.1 - Frm-40735: On-Insert Trigger Raised Unhandled Exception Ora-04062 in APPS.FND_CONCURRENT_PROGRAMS_PKG
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=391795.1

  • Error whlie registering the oracle home in oracle 9i

    Hi,
    I am doing the oracle_home software cloning in oracle 9i.After the copy process of home i tried to register the Oracle home with the central inventory.
    I tried so many commands to register the oracle_home but still i am getting same error in my log file.
    OS : OEL 5.4
    DB : 9.2.0
    FYI,
    My registration log file details:
    Using paramFile: /d01/oracle/testdb/9.2.0/oui/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, UnitedLinux-1.0, redhat-3, SuSE-7 or SuSE-8
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2013-11-23_07-00-04PM/installActions2013-11-23_07-00-04PM.log
    Below methods also i used for home registration,
    ERROR WHILE REGISTERING THE NEW ORACLE HOME IN 9i:
    =================================================
    [oracle@db ContentsXML]$ ./runInstaller -silent -attachHome -invPtrLoc ./oraInst.loc ORACLE_HOME="/d01/oracle/testdb/9.2.0" ORACLE_HOME_NAME="Oracle_Home_9i" LOCAL_NODE="db.sapcle.com"
    -bash: ./runInstaller: No such file or directory
    [oracle@db ContentsXML]$ cd /d01/oracle/testdb/9.2.0/oui/bin/
    [oracle@db bin]$ pwd
    /d01/oracle/testdb/9.2.0/oui/bin
    [oracle@db bin]$ /d01/oracle/testdb/9.2.0/oui/bin/runInstaller -silent -clone ORACLE_HOME="/d01/oracle/testdb/9.2.0" ORACLE_HOME_NAME="Oracle_Home_9i"
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, UnitedLinux-1.0, redhat-3, SuSE-7 or SuSE-8
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2013-11-23_06-59-27PM/installActions2013-11-23_06-59-27PM.log
    [oracle@db bin]$ ./runInstaller -silent -invPtrLoc /d01/oracle/testdb/9.2.0 ORACLE_HOME="/d01/oracle/testdb/9.2.0" ORACLE_HOME_NAME="Oracle_Home_9i"
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, UnitedLinux-1.0, redhat-3, SuSE-7 or SuSE-8
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2013-11-23_07-00-04PM/installActions2013-11-23_07-00-04PM.log
    [oracle@db bin]$ vi /tmp/OraInstall2013-11-23_07-00-04PM/installActions2013-11-23_07-00-04PM.log
    Please suggest me anything am i did wrong manner.
    Thanks.

    Hi All,
    I am facing the same issue again after installed the oracle linux 4.5.
    My Source database is 9i it is running in oracle linux 4.4, So i couldn't register my oracle home in the ORACLE Linux 4.5.I have to downgrade my Oracle linux from 4.5 to 4.4.
    I sourced the below steps from google,
    Hello everybody! I have a problem with my server and I want to check that it isn't a software problem. So, firstly I want to downgrade from 4.5b6 to 4.4. Just to point out, I have a Plus license. So, to do the downgrade, Do I just have to change the following files? : bzimage
    bzroot Nothing else? Thank you so much. 
    It is that easy.
    You can rename the existing two files so you can put them back into place as bzroot and bzimage if the experiment does not result in an improvement.  I do that on my system.  bzroot would become bzroot.456 and bzimage woud be re-named as bzimage.456
    As an alternative, you could add the 4.4.2 files as bzroot.442 and bzimage.442 and then add three lines to your syslinux.cfg file.  They would result in additional menu choices when you next boot to allow you to choose to boot on either the older or the current version.
    A copy of my syslinux.cfg file is below.  You can see I can elect to boot on on almost any of the recent releases, as I've kept re-named copies of each release in turn on my flash drive.
    (All the lines I added are in "blue", the three lines for 4.4.2 you would need to add are in "bold blue.".  It would require you to put the 4.4.2 files in place renamed as bzroot.442 and bzimage.442)
    The only thing you need to be aware of if you re-name the files as I've done is the names must be legal names under DOS on a FAT file-system.  Therefore, the names must be at most 8 characters long with a three character "extension"
    bzimage.456 is legal, bzimage.45b6 is not. (because it has a 4 character extension)
    Joe L.
    default menu.c32
    menu title Lime Technology LLC
    prompt 0
    timeout 100
    label unRAID OS
      menu default
      kernel bzimage
      append initrd=bzroot rootdelay=10
    label unRAID 4.5beta5 OS
      kernel bzimage.455
      append initrd=bzroot.455 rootdelay=10
    label unRAID 4.5beta4 OS
      kernel bzimage.454
      append initrd=bzroot.454 rootdelay=10
    label unRAID 4.5beta2 OS
      kernel bzimage.452
      append initrd=bzroot.452 rootdelay=10
    label unRAID 4.4.2 OS
      kernel bzimage.442
      append initrd=bzroot.442 rootdelay=10
    label unRAID 4.4 OS, no VGA
      kernel bzimage.44
      append initrd=bzroot.44 rootdelay=10
    label unRaid 4.3.3
      kernel bzimage.433
      append initrd=bzroot.433 rootdelay=10
    label Memtest86+
      kernel memtest
    But in my Linux 4.5 the syslinux.cfg file is not available.Please suggest me or refer any document for the downgrade process.
    Thanks in advance.

  • Error while registering the workflow

    Hi all,
    I am trying to do the Self registration work flow.But while trying to register the work flow i am getting the following error.
    [echo] *******************************************************************************
    [echo] REGISTRATION TOOL
    [echo] *******************************************************************************
    [echo] The input to this tool is a property file which contains the details of workflow
    [echo] definition. The tool also prompts the username and password of OIM admin.
    [echo]
    [echo]
    [echo]
    [echo]
    [input] Enter the username
    xelsysadm
    [input] Enter the password
    [input] Provide oim managed server t3 URL (Ex:t3://localhost:7001)
    t3://172.25.121.134:14000
    [input] inputpath(complete file name) of the property file
    SelfRegistrationAppproval.props
    [echo] ${gen.classpath}
    [java] name = SelfRegistrationApproval
    [java] category = Approval
    [java] providerType = BPEL
    [java] serviceName = RequestApprovalService
    [java] domainName = default
    [java] version = 1.0
    [java] payLoadID = payload
    [java] operationID = process
    [java] listOfTasks = ApprovalTask
    [java] javax.security.auth.login.LoginException: unable to find LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule
    [java] at javax.security.auth.login.LoginContext.invoke(LoginContext.java:808)
    [java] at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    [java] at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
    [java] at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    [java] at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLoginHandler.java:61)
    [java] at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
    [java] at oracle.iam.platform.OIMClient.login(OIMClient.java:114)
    [java] at oracle.iam.platformservice.workflowregclient.WorkflowServiceClientUtil.getWorkflowService(WorkflowServiceClientUtil.java:87)
    [java] at oracle.iam.platformservice.workflowregclient.WorkflowRegistration.main(WorkflowRegistration.java:41)
    [java] May 25, 2012 11:16:32 PM oracle.iam.platformservice.workflowregclient.WorkflowServiceClientUtil getWorkflowService
    [java] SEVERE: Incorrect username/password entered during registration of workflow
    [java] Exception in thread "main" oracle.iam.platform.workflowservice.exception.IAMWorkflowException: Incorrect username/password entered during registration of workflow
    [java] at oracle.iam.platformservice.workflowregclient.WorkflowServiceClientUtil.getWorkflowService(WorkflowServiceClientUtil.java:92)
    [java] at oracle.iam.platformservice.workflowregclient.WorkflowRegistration.main(WorkflowRegistration.java:41)
    BUILD FAILED
    /home/oracle/Oracle/Middleware/Oracle_IDM1/server/workflows/registration/registerworkflows-mp.xml:51: Java returned: 1
    Eventhough if i give the correct username and password , its showing the error(incorrect username/password).
    How to resolve this ........
    Please anyone suggest me .....
    Regards,
    Deena.

    Make sure you have the wlfullclient.jar.
    Example:
    /opt/oracle/Middleware/wlserver_10.3/server/lib/wlfullclient.jar.
    if you don't have wlfullclient.jar then generate one as per Generate wlfullclient.jar or Weblogic JarBuilder Tool
    Set WL_HOME to be the weblogic home:
    Example /opt/oracle/Middleware/wlserver_10.3/
    Refer: {thread:id=2251290}
    -Bikash

  • Error while registering the location

    Hi All
    While registering the location prior to deploying,I am getting error.
    Error message is
    ORA-29532 Java call terminated by uncaught java exception
    oracle.jdbc.driver.OracleSQLException: ORA-28239: no key provided
    ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT_FFI", line 21
    ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT", line 115
    ORA-06512: at "OWB_REPOS_OWNER.WB_RT_SERVICE_CONTROL", line 268
    ORA-06512: at "OWB_REPOS_OWNER.WB_RT_SERVICE_CONTROL", line 303
    ORA-06512: at line 1
    ORA-06512: at "OWB_REPOS_OWNER.WB_RTI_UTIL", line 57
    ORA-06512: at "OWB_REPOS_OWNER.WB_RT_STORE_REGISTRATION", line 233
    ORA-06512: at line 1
    What could be the possible reason and solution for this error?
    Thanks in advance
    Regards
    Avanish

    ORA-28239: no key provided
    Cause: A NULL value was passed in as an encryption or decryption key.
    Action: Provide a non-NULL value for the key.

  • Error while registering the CCMS agent

    Dear All,
    When i am trying to register the SAPCCM4x agent in my landscape i am getting the error "104 RFC_ERROR_SYSTEM_FAILURE'
    can anyone tell me the what are the possible reason for this error and solutions to resolve.
    and
    what authorisations for the CEN user and RFC connection should exist before registering the CCMS agent.
    It will be great help if you comment on this,
    thanks & regards,
    Krishna Joish

    Hi Krishna,
    Please check for the authorization object S_RFCACL for the RFC user.
    Check the RFC connection properly.
    Please elaborate the error if it persists.
    Regards,
    Sunny

  • Error when registering the Provider

    I have been following "How to build a portlet using an existing
    java component".
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/pdk/
    articles/how.to.build.java.portlet.existing.component.html
    When I register the provider I get the following error:
    An error occurred when attempting to call the providers register
    function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call terminated by
    uncaught Java exception: java.net.UnknownHostException:
    pronetdev (WWC-43000)
    An unexpected error occurred: java.net.UnknownHostException:
    pronetdev
    at java.net.InetAddress.getAllByName0(InetAddress.java:599)
    at java.net.InetAddress.getAllByName0(InetAddress.java:544)
    at java.net.InetAddress.getAllByName(InetAddress.java:537)
    at HTTPClient.HTTPConnection$EstablishConnection.run
    (HTTPConnection.java)
    (WWC-43000
    Thanks,
    Tom Henricksen

    Hi Agent Gibbs,
    Looking at the Provider URL, I guess you are running it from JDeveloper. I don't think you can register this Provider with Oracle Portal - the reason, in my opinion, is that the embedded OC4J in JDeveloper ( or any other "regular OC4Js ) are not wired with the required JPDK Jar Files.
    The JPDK takes care of the communication between Oracle Portal and Portlets & Providers.
    If you have an EAR File, you need to deploy it in OC4J_PORTAL ( you will find this in the Portal Middletier ). Else, you can create your own OC4J in the Portal Middletier & try this ( just picked up from one of the Portlet README Docs...):-
    1. In the Enterprise Manager, navigate to the OC4J instance that contains the application.
    2. Click on your newly deployed application to view a page displaying properties of the application.
    3. Click General under the Administration : Properties section.
    4. In the Library Paths section, you can add a library. To add a library path, click "Add Another Row".
    5. Add the following jar files :
    ../../../../portal/jlib/pdkjava.jar
    ../../../../portal/jlib/ptlshare.jar
    ../../../../webcache/jlib/jawc.jar
    ../../jazn.jar
    5.Finally, Click Apply.
    6.Restart the OC4J.
    Good Luck !
    Regards,
    Sandeep

  • Error while registering the locations

    hi all
    i am getting the below error while regestering the location.
    OMB+> OMBREGISTER LOCATION 'XXOWB_TST13_LOCATION' SET PROPERTIES (HOST,PORT,SERVICE,SCHEMA,PASSWORD) VALUES ('hostname',9021,'PROD_OWB','XXOWB','
    XXOWB123')
    OMB00001: Encountered SET at line: 1, column: 45. Was expecting one of: <EOF>
    "REUSE" ...
    please let me know if any wrong syntax of the above statement.
    thanks,
    keka

    It looks like you are mixing location specification with location registration.
    Assuming that you have already created the location by this name and connected to your control center, then try:
    OMB+> OMBALTER LOCATION 'XXOWB_TST13_LOCATION' SET PROPERTIES (HOST,PORT,SERVICE,SCHEMA,PASSWORD) VALUES ('hostname',9021,'PROD_OWB','XXOWB','XXOWB123')
    OMB+> OMBREGISTER LOCATION 'XXOWB_TST13_LOCATION'
    Cheers,
    Mike

  • IO Error while creating the Datasource in WLS Console

    Hello,
    We are using Jdeveloper 11.1.1.1.7, I am trying to create a Data Source using WLS Console, I am getting below error
      - I tried creating DB connection using SQL developer with same DB Connection info, it works fine.
      - I verified the Port by logging into corresponding UNIX box where weblogic server is running, I did telnet, and able to connect.
    any ideas are appreciate.
    Connection test failed.
    IO Error: The Network Adapter could not establish the connection<br/>oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)<br/>oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)<br/>oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:234)<br/>oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)<br/>oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)<br/>oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)<br/>oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:674)<br/>oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)<br/>oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)<br/>weblogic.jdbc.common.internal.DataSourceUtil.testConnection(DataSourceUtil.java:314)<br/>com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:734)<br/>com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:474)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:606)<br/>org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)<br/>org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)<br/>..

    The Network Adapter could not establish the connection exception is caused by one or more of the following configuration errors:
    The database host name, port number, or database instance name is wrong.
    The database TNSListener has not been started. The TNSListener may be started with the lsnrctlutility.
    C:>lsnrctl start
    1. What is the connection url?
    2. Is Oracle database running?

  • Error while activating the datasource [UD Connect]. getting error as '&'

    Hi Friends,
    I am trying to get the data from a SQL source through UD connect.
    I do the proposal and map all the info objects to the respective columns.
    When i acticate the data source i am getting the error as
    '&' and Error while Error when activating DataSource 'ZEFF_ENTRY                     UD_ECUBE'
    Please do tell why such errors occur and also the solution to handle such errors.
    Thanks in advance.
    Veena

    Hi,
    where you are getting error in ECC?. or in BW?. If it is already in use, then you need to clear all Queues and then try to activate it.
    Thanks
    Reddy

  • Error while migrating the datasource

    Hi Guys,
    We are using BI 7.0 SP 13 and when we try to migrate a datasource that has been replicated from ECC we encounter an error message as follows
    error Message No. RSO404 says "Error when activating Datasource".
    Has anyone encountered this issue while activation?
    Help is appreciated.
    doniv

    Hi,
    where you are getting error in ECC?. or in BW?. If it is already in use, then you need to clear all Queues and then try to activate it.
    Thanks
    Reddy

Maybe you are looking for

  • I just want to set up my iphone :(

    This is ridiculously complicated. I was given an iphone 5s from a close friend recently. He obtained this phone from his mother who just passed away a few months ago. We are both not previous apple users and know nearly nothing about any of their pro

  • How to manually edit label

    I used report9i wizard to create a tabular paper report using one of the default template. Later, I manually modified the SQL and included one more field in the select statement. I was able to edit the paper layout and replaced one of the fields with

  • Text-To-Speech-Simulation?

    You probably all know the effect of synthetic voices by text-to-speech systems. (You can find several online in the internet). Did anybody simulate this with Logic 9, done from a "real speaker's" voice. I tried Ringshifter, EVOC 20 Filterbank, EVOC 2

  • FDMEE Jython Import Script - Split field function

    Hi folks, I have to admit, this Jython gives me heavy headaches! Actually it is a simple challenge, but I am struggling around with it for hours now. Perhaps one of you guys can help. I want to create an Import Script in FDMEE 11.1.2.3.500.17. The so

  • Expression errors not displaying

    When I write an After Effects expression that doesn't work for some reason, a dialogue box is suppoed to appear telling me what the error is. Since upgrading to 5.5, that dialogue is gone -- my expression just gets a yellow warning sign beside it wit