Error while archiving the repository

Hi all
We are facing error while archiving the repository. It is giving following error while archiving:
Error reading blob from A2i_CM_XMLschema table
Operation ended in ERROR : 84020008H : Database binary object error.
Can anybody help me on this.
I am not getting error while working with repository. Its working fine but only while archiving its giving this error.
Thanks in advance.

I tried doing that . Now after compacting i am not getting warning while verifying but while archiving i am getting following error :
*Error reading blob from A2i_CM_XMLSchema table*
*$$$ Operation ended in ERROR : 84020008H : Database binary object error.*
Also I tried unarchiving from earlier archived file but for unarchiving also its giving me following Error:
MDM Repository data is out of date or locked by another MDM Server. Refresh the data and try the operation again.
I checked. There is no another MDM server accessing the repository. What does it mean by Refresh Data.
Do above two problems inter-related.
Can anybody help me on this.
Thanks in advance

Similar Messages

  • Error while testing the repository

    Im getting this error while testing the repository
    Exception in thread "main" java.lang.NoClassDefFoundError: atg/adapter/gsa/xml/TemplateParser
    Caused by: java.lang.ClassNotFoundException: atg.adapter.gsa.xml.TemplateParser
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    pls help me in resolving this
    Thanks in advance

    have you configured dynamo_home ? do you see any errors in your eclipse(or whatever IDE) you are using ? looks like jars are missing .

  • Error while promoting  the repository to a global repository

    Hi,
    After restoring the repository, I try to promote the repository to a global repository in an Exclusive mode. When check the Global Repository check box and click OK. Pops up User name & password. I have used[i] admin user name and password. It gives me an error:
    The following error occurred while performing a repository action. Error - [PCSF_10007] Cannot connect to repository [PowerCenter] because: [[REP_57060] Login failure. The user admin is not valid for the repository PowerCenter Failed to connect to repository service [PowerCenter].].
    can anyone provide more information on this. Your guidance will be greatly appreciated.
    Thanks in advance,
    Ravi

    Hi Experts,
    I can connect to Informatica Repository with Administrator user, but the Integration Service is always down, how do I bring it up?
    Here is the log info:
    INFO Thu Feb 24 17:53:50 2011 6752 SF_34014 Service [Hyperion_Integration_Service] on node [PIFEL7_auhodifelp9] shut down.
    FATAL Thu Feb 24 17:53:50 2011 6752 SF_34004 Service initialization failed.
    ERROR Thu Feb 24 17:53:50 2011 6752 CMN_1006 Failed to connect to repository [Hyperion].
    ERROR Thu Feb 24 17:53:50 2011 6752 REP_12400 Repository Error ([REP_55102] Failed to connect to repository service [Hyperion].)
    ERROR Thu Feb 24 17:53:50 2011 6752 REP_12400 Repository Error (Failed to connect to repository service [Hyperion].)
    ERROR Thu Feb 24 17:53:50 2011 6752 REP_12014 An error occurred while accessing the repository
    ERROR Thu Feb 24 17:53:50 2011 6752 REP_12400 Repository Error (Failed to connect to repository service [Hyperion].)
    ERROR Thu Feb 24 17:53:50 2011 6752 REP_12400 Repository Error ([REP_57060] Login failure. The user HCTR is not valid for the repository Hyperion)
    ERROR Thu Feb 24 17:53:50 2011 6752 REP_12400 Repository Error (The user HCTR is not valid for the repository Hyperion)
    ERROR Thu Feb 24 17:53:50 2011 6752 REP_12014 An error occurred while accessing the repository
    INFO Thu Feb 24 17:53:50 2011 6752 CMN_1569 Server Mode: [ASCII]
    INFO Thu Feb 24 17:53:50 2011 6752 CMN_1570 Server Code page: [MS Windows Latin 1 (ANSI), superset of Latin1]
    INFO Thu Feb 24 17:53:50 2011 6752 SF_34012 Opened Service Port [10010] to listen for client connections.
    INFO Thu Feb 24 17:53:50 2011 6752 SF_34002 Service is initializing.
    Can someone please suggest me a solution for it?
    Thanks in advance.
    Krishan

  • Error while doing the repository export

    hi,
    I am getting error while doing the export repository,Message: GEN-13, Additional Message: Dictionary is not available on this database, can anyone help me how to resolve this issue.
    thanks,
    Sundar M

    Hi Sundar,
    Please provide the export repository command, what you used and the log file to review.
    The error "Dictionary is not available on this database" will pop up when Siebel Repository is not present in DB.
    For export process you have to give repository name as "Siebel Repository" and it will export schema in to *.dat file.
    NOTE: Do not change Siebel Repository name for export process.
    Thanks,
    Shilpi

  • Getting error while Archiving the IDOCS

    Hello,
    i am using the archiving object IDOC.
    I am getting an error "Infostructure SAP_IDOC_001 contains error. When running the production Mode.
    I tried to run the same in Test mode there was no error.
    The error is occurring in the delete program.
    I tried to debug it and figured out that while selecting the Archive file to delete it is giving the error.
    The IDOC has been written successfully to the archive file path.
    Not able to figure out as to why it is giving error when running in Production Mode
    Thanks
    Nishant

    if SAP gives an error "Infostructure SAP_IDOC_001 contains error", then I would focus on this.
    Of course this error can only happen in production mode, as SAP will only then update the infostructure, it does not update infostructures in test mode.
    use SARI, click customizing, enter Infostructure SAP_IDOC_001 and check if you can activate the info structure without errors.
    check if OSS note 1358690 is of some help. Otherwise open a message at SAP directly.

  • Error while loading the repository - ASAP

    Hello Experts,
    I have written a java application using MDM Java API to load and fetch records from the repository. While executing the program i get this exception:
    com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.manual.ServerException: The specified MDM repository was not found on the server
    at com.sap.mdm.commands.GetRepositoryRegionListCommand.execute(GetRepositoryRegionListCommand.java:96)
    at com.amat.mdm.MDMDelete.main(MDMDelete.java:135)
    Caused by: com.sap.mdm.internal.protocol.manual.ServerException: The specified MDM repository was not found on the server
    at com.sap.mdm.internal.protocol.manual.AbstractProtocolCommand.execute(AbstractProtocolCommand.java:112)
    at com.sap.mdm.commands.GetRepositoryRegionListCommand.execute(GetRepositoryRegionListCommand.java:84)
    Actually the same program works fine on sandbox server when we are trying to deploy it on dev server it throws this error.
    I have also changed the server parameters as per the dev sys to deploy.
    Can anyone give me solution how to resolve this error.
    Thanks.

    Hi Aparna,
    When connecting MDM to the Portal through the Java API you need to make sure you are working with the correct matched Sca files.
    The MDMJAVAAPI .sca file taht are deployed on the WAS for workinng with MDM needs to match exactly with the MDM version in terms of it SP and Patch number.If its does not then there are errors in integration.
    Make sure that when you have migrated to the Development server from the Sandbox you ahve maintained the same server vserion and if not then you need to redeploy the correct version fles on was as per the Dev MDM server configurations.
    Also try restrating the WAS and the MDM server and try connecting again.
    Make sure the Dev rep you are working upon is mounted and loaded before connecting.
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Error while creating the repository in OWB 10.2

    Hi,
    I'm trying to create the design the repository for OWB and i'm getting the following error.
    main.main[5]20090916@13:49:28.028: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Log File Directory = S:\OWB10G24.001\OraHome_1\owb\UnifiedRepos\log_090916_134928.000.log
    main.main[5]20090916@13:49:28.028: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): OWBCC_HOME(OracleHome) = S:\OWB10G24.001\OraHome_1
    main.main[5]20090916@13:49:29.029: 00> oracle.wh.ui.jcommon.WhPushButton@1687e7c: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20090916@13:49:30.030: 00> oracle.wh.ui.install.assistant.wizards.NewMLSPanel.initLangs(NewMLSPanel.java:339): ... I'm in initLangs()...
    main.main[5]20090916@13:49:31.031: 00> oracle.wh.ui.jcommon.WhPushButton@1687e7c: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20090916@13:49:31.031: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [setLocaleByPreference]: Can not read install.properties. Using default.
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [setLocaleByPreference]: Can not read install.properties. Using default.
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.common.UIUtils@1522de2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,0,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,title=,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.common.UIUtils@1522de2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizardWelcomePanel[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]

    Its resolved now it was because of an access issue.

  • Error while loading the Repository database using OAIIMPORT

    We are building a test oai environment I am trying to load the repository with the export dump from our production oai using the OAIIMPORT script.
    I get the following error message:
    Deleting all tables, indexes, and logs ...
    Executing: sqlplus system/[email protected] @sql/deinstall_schema
    SQL*Plus: Release 9.0.1.4.0 - Production on Wed Aug 18 15:04:50 2004
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    DROP USER oaihub902 CASCADE
    ERROR at line 1:
    ORA-01940: cannot drop a user that is currently connected
    Disconnected from Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    Recreating user ...
    Executing: sqlplus system/[email protected] @sql/hub1 oaihub902
    SQL*Plus: Release 9.0.1.4.0 - Production on Wed Aug 18 15:04:50 2004
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    DOC>** hub1.sql
    DOC>** Modified 11/14/2001 Arvind : Commented Out excessive priviledge from oaihub user
    DOC>** Modified 01/03/2002 Arvind : Added Parameter for oaihub user password
    DOC>** CREATE user oaihub902 and assign table space.
    DOC>*/
    old 1: CREATE USER oaihub902 IDENTIFIED BY &1 DEFAULT TABLESPACE USERS PROFILE DEFAULT ACCOUNT UNLOCK
    new 1: CREATE USER oaihub902 IDENTIFIED BY oaihub902 DEFAULT TABLESPACE USERS PROFILE DEFAULT ACCOUNT UNLOCK
    CREATE USER oaihub902 IDENTIFIED BY oaihub902 DEFAULT TABLESPACE USERS PROFILE DEFAULT ACCOUNT UNLOCK
    ERROR at line 1:
    ORA-01920: user name 'OAIHUB902' conflicts with another user or role name
    User altered.
    User altered.
    Grant succeeded.
    Grant succeeded.
    DOC>** Grant privileges TO user oaihub902.
    DOC>*/
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Disconnected from Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    Importing metadata ...
    Executing: imp system/[email protected] fromuser=oai touser=oaihub902 commit=y file=uranus_aug04_exp.dmp
    Executing: sqlplus oaihub902/[email protected] @sql/post_import
    SQL*Plus: Release 9.0.1.4.0 - Production on Wed Aug 18 15:04:52 2004
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    DOC> ** Create Tables
    DOC> */
    DOC> ** Workflow Tables and Sequences
    DOC> */
    CREATE TABLE lookupid (id NUMBER(10) NOT NULL
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE TABLE lookup (tableid NUMBER(10) NOT NULL
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    DOC> ** Component Info Tables and Sequences
    DOC> */
    CREATE TABLE ComponentInfo (name VARCHAR2(256) NOT NULL,
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE TABLE ComponentInfoValue (seqnum NUMBER
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE TABLE AppIDTable (appid     NUMBER
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE TABLE RepoIDTable (repoid NUMBER
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE TABLE MessageInfoIDTable (messageinfoid NUMBER
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    DOC> ** Correlation
    DOC> */
    CREATE TABLE msg_correlation ( messageinfoid     NUMBER,
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    DOC> ** Tracking and Status Tables
    DOC> */
    CREATE TABLE MessageStatusTable ( SenderApp     NUMBER,
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    DOC> ** Error Table and resubmission AQ
    DOC> */
    CREATE TABLE oai_agent_error ( errorID     NUMBER
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    DOC> ** Create Views
    DOC> */
    CREATE VIEW lcoview as
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE VIEW eventview as
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE VIEW eventlcoview as
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE VIEW emdview as
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    CREATE VIEW dsoview as
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    DOC> ** Create Queues
    DOC> */
    DOC> ** Hub Queue
    DOC> */
    Procedure created.
    PL/SQL procedure successfully completed.
    DOC> ** Error Queue
    DOC> */
    CREATE type oai_agent_error_type as object ( errorID     NUMBER,
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    DECLARE
    ERROR at line 1:
    ORA-24001: cannot create QUEUE_TABLE, OAIHUB902.OAI_AGENT_ERROR_OBJQTAB already
    exists
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2284
    ORA-06512: at "SYS.DBMS_AQADM", line 56
    ORA-06512: at line 3
    PL/SQL procedure successfully completed.
    DOC> ** Create Sequences
    DOC> */
    SELECT * FROM SEQUENCE_VALUES;
    ERROR at line 3:
    ORA-06550: line 3, column 18:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 3, column 4:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 6, column 44:
    PLS-00364: loop index variable 'SEQ_REC' use is invalid
    ORA-06550: line 6, column 4:
    PL/SQL: Statement ignored
    DROP TABLE SEQUENCE_VALUES
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Disconnected from Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    Any idea why these errors and how to fix this ?
    Thanks in advance
    Devika.

    Devika,
    You have to stop all your adapters, your repository, close all IStudio client and stop all sessions connected to this schema before running the oaiimport.
    If you don't do this the oaiimport will not work properly as the script will not be able to drop the user and will try to re-create existing objects.
    Tip : use the following select to list the session using oaihub902 user (and get rid off them)
    select username, count(*)
    from V$session
    where username in ('OAIHUB902')
    group by username
    order by count(*) desc, username
    JL

  • Error while creating the repository

    Hi MDM Guru's
    I have Installed SAP MDM 5.5 SP06 Patch 1 on Solaris with Oracle 10g
    Initially I could create the repository also but when I changed the DBMS settings Data Path and Index Path from Blank to some path. I am not able to create repository and in the Server Log I see the following Error.
    ==============================================================================
    2008/02/14 15:58:12.139   Error: Service 'MD1', Schema 'A2i_xCat_DBs', ERROR CODE=1435 ||| ORA-01435: user does not exist
    ZTEST_m000 does not exist or bad password provided
    Last CMD: ALTER SESSION SET CURRENT_SCHEMA = ZTEST_m000
    6 2008/02/14 15:58:12.208   Init Database Tag: ZTESTMD1ORCL_5_3_4_3  
    6 2008/02/14 15:58:12.300   Error: Service 'MD1', Schema 'A2i_xCat_DBs', ERROR CODE=1435 ||| ORA-01435: user does not exist
    ZTEST_m000 does not exist or bad password provided
    Last CMD: ALTER SESSION SET CURRENT_SCHEMA = ZTEST_m000
    ==============================================================================
    But even after I set the Data Path and Index Path to blank what it was, I still get the same error. Can someone please guide me on this one?
    Needs to resolve this Urgently.
    Pravin

    Hi Dilmit Chadha,
    NO I did not. When I said I changed the DBMS Settings that means. In the SAP MDM COnsole, right click on mounted MDM server, click on DBMS Settings, Input the DBMS Server, username and passowrd  and on the screen I changed the Data Path and Index Path.
    As per me Data Path is for creating the data file of Oracle tablespace for the Data part of Repository. and Index Path is for creating the data file of oracle for the Index part of the same Repository.
    Following error may also help which I see in the server log at the time when I tried to create the repository.
    ==============================================================================
    2008/02/14 15:44:08.957   Creating Repository: ZTEST, on DBMS Server: MD1  
    6 2008/02/14 15:44:09.164   Error: Service 'MD1', Schema 'sapr3', ERROR CODE=1119 ||| ORA-01119: error in creating database file ' /oracle/MD1/sapdata2/A2I_ZTEST_m000_Ix.DBF'
    ORA-27040: file create error, unable to create file
    SVR4 Error: 2: No such file or directory
    Last CMD: CREATE TABLESPACE A2I_ZTEST_m000_Ix DATAFILE ' /oracle/MD1/sapdata2/A2I_ZTEST_m000_Ix.DBF' SIZE 128K REUSE AUTOEXTEND ON NEXT 256K MAXSIZE UNLIMITED DEFAULT STORAGE (INITIAL 32K NEXT 128K MAXEXTENTS UNLIMITED PCTINCREASE 0)
    ==============================================================================
    Pravin

  • Error while opening the Repository

    Hi Gurus/Expert
    I have a problem her i get an error in the BI adminstrator tool when i try to open a repository in the offline mode i get the following error
    Invalid path C:\Users\Administrator\AppData\Local\Temp\12\oracle\instance\bifoundation\OracleBIServerComponent\coreapplication_obis1\Repository.
    Waring please make sure the enviorment variables ORACLE_INSTANCE is set to a valid path.
    It was working pefectly fine till yesterday.
    I dont know why this error is coming up.
    Please help me with this. An Early response will be really appreciated

    Hi,
    set it like below
    Server Path --->
    D:\Oracle\Middleware\Oracle_BI1\products\Essbase\EssbaseServer\bin;D:\Oracle\Middleware\Oracle_BI1\bin;D:\Oracle\Middleware\Oracle_BI1\opmn\bin;D:\Oracle\Middleware\Oracle_BI1\opmn\lib;D:\Oracle\Middleware\Oracle_BI1\perl\bin;
    If u r access from remote pc (obiee client install way) u have keep it u r RPD under like below path and set it Oracle Instance environment variable on the remote PC.
    C:\Documents and Settings\devarasu\Local Settings\Temp\oracle\instance\bifoundation\OracleBIServerComponent\coreapplication_obis1\repository;
    Or
    C:\Program Files\Oracle Business Intelligence Enterprise Edition Plus Client\oraclebi\orainst\bifoundation\OracleBIServerComponent\coreapplication\repository;
    path should be in system variable place. i suspect u r accessing from remote pc (via client tool)
    because ur Server path is correctly setted only. so make sure remote pc environmental path.
    Thanks
    Deva
    Edited by: Devarasu on Mar 13, 2012 1:35 PM

  • Exception Error while validating the repository object at repository BODS: Read time out

    Hi Team,
    While creating BO data service Source system in RSA1 we are facing
    attached error . I could not found any relevant notes or forum discussion
    on that particular error.
    RFC is working fine with registered program ID .
    Can you please suggest what could be the reason for such error.
    I have followed the same steps mentioned on http://scn.sap.com/docs/DOC-45514 .
    Current SAP BW version is 7.31 SP07 .
    Thanks and Regards
    Abhimanyu

    Hi Abhimanyu Singh Rathore,
    This seems to be a strange error.
    Normally error occurs at Program ID., Gateway and all.
    But from your message, I understand that the RFC check (Source system check/SM59) is successful.
    Could you be kind enough to tell me exactly at which step is this error occurring and are you getting any other error messages/error codes at any stages...
    BR
    Prabhith

  • Error while loading the runtime repository via HTTP

    Hi Experts,
    I am trying to delete an enhancement and when I enter the component name and the enhancement set in BSP_WD_CMPWB. I get the following error when right click the enhanced view and select delete : Error while loading the runtime repository via HTTP. How do I delete this enhancement?
    Regards
    Abdullah Ismail.

    if for some reason the runtime repository is not coherent, you get an error each time you try to read it (and this is the case when you open a component using the transaction BSP_WD_CMPWB)
    this is because the XML file is interpreted by a CALL TRANSFORMATION statement, and any incorrect node will raise an uncaught exception
    solution:
    enhanced view is contained into BSP application you have created the first time you enhanced the component
    go to SE80 and enter the BSP application where your objects are stored (the name you provided the first time)
    there you can modify directly the objects, including the runtime repository which is stored under node "Pages with flow Logic"
    once the correction is done, you can access again your component through transaction BSP_WD_CMPWB (and delete it properly if this is what you want to do)

  • Error while creating the DWH tables using DAC

    Hi,
    I am getting error while creating the DWH tables using DAC. I have created a ODBC DSN using merant driver with DAC repository DB credentials and the test connection is successful. And while creating the tables i gave the olap dw credentials and the DSN name which i created earlier. But it throws the error as below:
    Please find the below mentioned error message
    =====================================
    STD OUTPUT
    =====================================
    CREATING SIEBEL DATABASE OBJECTS
    F:\DAC\bifoundation\dac\UTILITIES\BIN\DDLIMP /I N /s N /u infdomain /p ******* /c DB_DAC /G "SSE_ROLE" /f F:\DAC\bifoundation\dac/conf/sqlgen/ctl-file/oracle_bi_dw.ctl /b "" /K "" /X "" /W N
    Error while importing Siebel database schema.
    =====================================
    ERROR OUTPUT
    =====================================
    Siebel Enterprise Applications ODBC DDL Import Utility, Version 7.7 [18030] ENU
    Copyright (c) 2001 Siebel Systems, Inc. All rights reserved.
    This software is the property of Siebel Systems, Inc., 2207 Bridgepointe Parkway,
    San Mateo, CA 94404.
    User agrees that any use of this software is governed by: (1) the applicable
    user limitations and other terms and conditions of the license agreement which
    has been entered into with Siebel Systems or its authorized distributors; and
    (2) the proprietary and restricted rights notices included in this software.
    WARNING: THIS COMPUTER PROGRAM IS PROTECTED BY U.S. AND INTERNATIONAL LAW.
    UNAUTHORIZED REPRODUCTION, DISTRIBUTION OR USE OF THIS PROGRAM, OR ANY PORTION
    OF IT, MAY RESULT IN SEVERE CIVIL AND CRIMINAL PENALTIES, AND WILL BE
    PROSECUTED TO THE MAXIMUM EXTENT POSSIBLE UNDER THE LAW.
    If you have received this software in error, please notify Siebel Systems
    immediately at (650) 295-5000.
    F:\DAC\bifoundation\dac\UTILITIES\BIN\DDLIMP /I N /s N /u infdomain /p ***** /c DB_DAC /G SSE_ROLE /f F:\DAC\bifoundation\dac/conf/sqlgen/ctl-file/oracle_bi_dw.ctl /b /K /X /W N
    Connecting to the database...
    28000: [DataDirect][ODBC Oracle driver][Oracle]ORA-01017: invalid username/password; logon denied
    Unable to connect to the database...
    any help is appreciated.
    Thanks,
    RM

    The fact that you are getting an "ORA-01017: invalid username/password; logon denied" message indicates that you are at least talking to the database.
    The log shows that username "infdomain" is being used. Can you double check the username and password you have in DAC in a SQL*Plus/SQL Developer session?
    Please mark if useful/helpful,
    Andy.

  • Error while invoking the WSDL service of EBS from BPEL process

    Hi Team,
    when we are calling webservice client to call WSDL service which is published in Oracle EBS integrated SOA Gateway from BPEL process.
    After invoking, we are getting the below error
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>FND_SOA_SERVICE_EXECUTION_ERR:oracle.apps.fnd.soa.util.SOAException: ServiceExecutionError: Error while executing the service Exception returned from JCA Service Runtime. Exception returned from JCA Service Runtime. null :Please see service monitor logs for full error trace</summary></part><part name="detail"><detail>oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : FND_SOA_SERVICE_EXECUTION_ERR:oracle.apps.fnd.soa.util.SOAException: ServiceExecutionError: Error while executing the service Exception returned from JCA Service Runtime. Exception returned from JCA Service Runtime. null :Please see service monitor logs for full error trace</detail></part><part name="code"><code>{http://schemas.xmlsoap.org/soap/envelope/}Server</code></part></remoteFault></bpelFault>
    API Name : OE_ORDER_PUB.PROCESS_ORDER
    could you please let me know the exact problem and provide the solution.
    Thanks
    Phani Ch.

    Hi Phani,
    Are you able to reproduce issue as below:
    1. Login to Application as sysadmin.
    2. Navigate to Intergrated SOA Gateway > Integration Repository.
    3. Click on search on right hand side of the page.
    4. In the Internal Name type "FND_USER_PKG" and click Go.
    5. Click on the User link.
    6. Under the "Web Service - SOA Provider", click in the "View WSDL". Copy the complete URL "http://test:8003/webservices/SOAProvider/plsql/fnd_user_pkg/?wsdl"
    7. Open the soapUI.
    8. Click File > new soapUI Project.
    9. Test the web service.
    If yes,
    I think you might be need to execute a patch:
    solution:
    To implement the solution, please execute the following steps:
    1. Download and review the readme and pre-requisites for iAS Patch 18855074.
    Note: Above Merge Label Request (MLR) is build for EBS 12.1.3 having OC4J 10.1.3.5.
    2. Enable the profile option "EBS Adapter for BPEL, Function Security Enabled".
    a. Login as SYSADMIN user and Navigate to System >Profile  and Search for "EBS Adapter for BPEL, Function Security Enabled" (Internal name :EBS_ADAPTER_FUNCTION_SEC_ENABLED)
    b. Set the Value to 'Y' at SITE level . This means  function security feature is enabled and all API calls for PL/SQL APIs, Oracle e-Commerce Gateway, and concurrent programs will be checked for user security before they are invoked.
    3. Retest the issue by Generating and Deploying the required package.
    4. Migrate the solution as appropriate to other environments.
    Thanks
    Ranjan

  • Error while executing the rule session

    Hi, I am using Oracle Business Rules Engine 10.1.3.3.0.I am developing rules using XML Facts.I am using a complex type array schema and binding it to define XML facts.Earlier the depth of the schema is 1 and it worked fine,now our schema's depth is 2 and while binding this schema is also working fine.The sample structure of the present schema I am binding is
    <xsd:schema>
    <xsd:element name = 'ruleRepository' type = 'RuleRepositoryType'/>
    <xsd:complexType name='RuleRepositoryType'>
    <xsd:sequence>
    <xsd:element ='ruleFacts' type='RuleFactsType' minOccurs='0' maxOccurs='unbounded'/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name='RuleFactsType'>
    <xsd:sequence>
    <xsd:element name='fact1' type='xsd:string'/>
    <xsd:element name='fact2' type='xsd:string'/>
    <xsd:element name='fact3' type='xsd:string'/>
    <xsd:element name='fact4' type='Fact4' minOccurs='0' maxOccurs='unbounded'/>
    <xsd:sequence/>
    </xsd:complexType>
    <xsd:complexType name='Fact4'>
    <xsd:sequence>
    <xsd:element name='element1' type='xsd:string'/>
    <xsd:element name='element2' type='xsd:string'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    Earlier I have binded the similar schema as above but without 'fact4'.It went well and the rules were executing fine.
    However when I am trying to bind a similar schema like the above one, its binding fine but when executing from the BPEL Process,its giving errors like,
    "Error Caching Decision Services metadata,fact3 is undefined in DM,line6,Column 12",
    Please note that I am using fact1 and fact2 only for defining the rules , I am niether using fact3 which is a simple type nor fact4 which is a complex type.
    I have asserted Package.RuleRepositoryType in the definitions of the rule author.I have tried with different combinations of assertions but no one worked.
    The above error(
    "Error Caching Decision Services metadata,fact3 is undefined in DM,line6,Column 12") is coming for the first run of the decision service only,in the next runs its giving another error,which is like
    <2008-04-10 07:52:30,772> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-36333
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::>
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> Error while executing the rule session.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> The rule session {0} failed to execute.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::>
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:251)
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:546)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.invoke_assertExecuteWatchStateless(BookOrderDecisionSOAPBinding_Tie.java:162)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.processingHook(BookOrderDecisionSOAPBinding_Tie.java:457)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2008-04-10 07:52:30,801> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> Caused by: java.lang.NullPointerException
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.RuleSessionPool.getSession(RuleSessionPool.java:463)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:224)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> ... 26 more
    <2008-04-10 07:52:30,803> <ERROR> <oracle.bpel.services> <::>
    java.lang.NullPointerException
    at oracle.bpel.services.rules.rpi.oracle.RuleSessionPool.getSession(RuleSessionPool.java:463)
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:224)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:546)
    at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.invoke_assertExecuteWatchStateless(BookOrderDecisionSOAPBinding_Tie.java:162)
    at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.processingHook(BookOrderDecisionSOAPBinding_Tie.java:457)
    at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    08/04/10 07:52:30 pFaultMessage is org.collaxa.thirdparty.apache.wsif.base.WSIFDefaultMessage@6e0e5f name:operationErroredFault
    08/04/10 07:52:30 QName string is operationErroredFault
    where 'BookOrderDecision' is the name of the decision service I am using in BPEL.
    I dont understand why I am getting two errors for the same BPEL Process.
    Kindly help me in this problem.I am stuck with this for about a week but could not get to the solution.
    Thanks in advance.
    Regards,
    Venkat.

    Hi Venkat,
    Whenever you do schema changes, you need to go through the cycle of
    re-importing the XML schema in the rule repository, re-create the decision
    service partnerlink, re-deploy the decision service.
    I suspect you have maybe imported the entire XML fact type model (with fact3 and
    fact4) instead of just fact1 and fact2 (might want to check in rule author).
    So even if you don't use fact3 and fact4 in decision service, they are part of the rules
    datamodel.
    Regards,
    Ralf

Maybe you are looking for