Universe Created by Integration gives error

Following workflow is describing the problem:
When creating a universe on a SAP/BI query, the objects are generated
automatically
A parse is executed afterwards to check the object syntax.  This parse
reveals one problem with a filter object that is coming from the SAP System.
The BusinessObjects error message is:"Filter Parse failed:  Invalid
Definition (UNV 0023)"
[cid:[email protected]]
However when the syntax is manually checked, no special failures can be
found within the syntax of the object.  The definition of the prompt seems
to be correct and identical to other prompt syntaxes used in the specified
universe.
Hereby the object syntax that fails to parse: <FILTER
KEY="[!V000001]"><CONDITION OPERATORCONDITION="Between"><CONSTANT
TECH_NAME="@Prompt('Operational Company Selection From','A','Operational
Company\LovOperational Company
SelectionBase',mono,primary_key,,{'AAA':'[ZOPERCOMP].[AAA]'})"/><CONSTANT
TECH_NAME="@Prompt('Operational Company Selection To','A','Operational
Company\LovOperational Company
SelectionBase',mono,primary_key,,{'ZZZ':'[ZOPERCOMP].[ZZZ]'})"/></CONDITION>
</FILTER>
When the universe is published to the server and reports are created on the
enterprise system, all works fine.  When reports are created locally the
prompt screen appears normally.[cid:[email protected]]
The query starts to run afterwards, but after a short while an error message
is appearing on screen
[cid:[email protected]]
This error is not appearing when the query is run in InfoView with exact the
same parameters, on exact the same universe.
Hereby the complete error:
Data - ASP CCR Global - Internal Costs2
A database error occured. The database error text is: The MDX query SELECT 
{ [4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCCZK8EFK3JDH81JC4FDD8E],
[4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCD079ZBD8393KJ1J59J9DQ],
[4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCD0UBK76CN4PX0JQ63P5J2],
[4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCD1HD52ZH70C9I1X6XV1OE],
[4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCD2RGAULQARKYH2B8M6TZ2],
[4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCD3EHVQEUUN7AYKI9GCQ4E],
[4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCD41JGM7ZEITNG2PAAIM9Q],
[4FYCCZCJVGYE0QXRVP9S5BEIM].[4FYCD24EPYSLQVYLZK47S0XTQ] }  ON COLUMNS , NON
EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN(
[ZSERVTEAM__ZREGLEV2].[LEVEL01].MEMBERS,
[ZSERVTEAM__ZREGLEV3].[LEVEL01].MEMBERS ),
[ZSERVTEAM__ZSERTEAM2].[LEVEL01].MEMBERS ),
[ZASAPCOMP__ZBPCCNTRY].[LEVEL01].MEMBERS ),
[4FYCCUFVRD334CIG5HRXQ281Q].MEMBERS ) ON ROWS FROM
[ZCCR_M01/QZCCR_M01_5007_BO] SAP VARIABLES [!V000001] INCLUDING
[ZOPERCOMP].[AAA] : [ZOPERCOMP].[ZZZ] [!V000003] INCLUDING [0CALMONTH2].[06]
[!V000002] INCLUDING [0CALYEAR].[2009] [!V000003] INCLUDING
[0CALMONTH2].[06] [!V000002] INCLUDING [0CALYEAR].[2009] [!V000001]
INCLUDING [ZOPERCOMP].[AAA] : [ZOPERCOMP].[ZZZ] failed to execute with the
error Inconsistent input parameter (parameter: <unknown>, value <unknown>).
(WIS 10901)
We have these issues on several PC's.  The report was created via WebI Rich
client last Thursday.  Nothing has changed in the meanwhile to the server 
On Windows level automatic updates were installed.

Hi,
is the prompt a custom objects in the Universe or is it a filter based on a variable in the query ?
in case it is a custom object I would suggest you post the definition here.
Ingo

Similar Messages

  • "Create Object " statement gives error: statement is not accessible

    Hi All
    U must b doing good.
    I am new in ABAP Objects.
    I have writeen a simple Class definition n Implimentasion code.
    but whenever i write statement "Create object", it gives error.
    'm working on SAP Dev 4.7.
    the code was like this:-
    class counter definition.
      public section.
        METHODS: set IMPORTING VALUE(set_value) TYPE i,
                 increment,
                 get EXPORTING VALUE(get_value) TYPE i.
       private section.
       DATA count TYPE i.
    ENDCLASS.
    CLASS counter IMPLEMENTATION.
      METHOD set.
        count = set_value.
      ENDMETHOD.
      METHOD increment.
        count = count + 1.
      ENDMETHOD.
      METHOD get.
        get_value = count.
      ENDMETHOD.
    ENDCLASS.
    DATA: cnt_1 TYPE REF TO counter.
    DATA number TYPE I VALUE 5.
    CREATE OBJECT cnt_1 .
    CALL METHOD cnt_1->set
      EXPORTING set_value = number.
    DO 3 TIMES.
       CALL METHOD cnt_1->increment.
    ENDDO.
    CALL METHOD cnt_1->get
      IMPORTING get_value = number.
    write: number.
    its giving error like:-"Statement is not accessible."
    plz tell me the way to resolve this error.
    thanx n regards
    Prashant tiwari

    hi prashant....
      this is the link to post your therads for abap objects:
      [ABAP Objects;.
      if you want to reward, on the left of every reply ther would be some radio buttons like answere, helpful answer,... so on. click the radio button which suits you. answered closes the thread and other points are displayed there itself.
    ---regards,
       alex b justin

  • Creating new analysis gives "Error loading XML Document from ..."

    Trying to create analysis and getting "Error loading XML Document from saw.dll/answers/answersproperties.xml?fmapId=S1clug.
    The response given was:" after choosing subject area. Analysis editor is opened but Subject Areas is empty and can't do anything.
    The problem is on Mozilla 12 (16.0.2, 17.0.1) and IE 8. Chrome works fine.
    My system is Win 7, BI 11.1.1.6.0 is on Oracle Linux (and by the way Mozilla from Linux system works fine)
    What could be the reason of this?
    Edited by: 898973 on 4/12/2012 15:11

    Reinstalling Mozilla with "Remove personal data" option checked resolved the problem.

  • FIM2010R2 PowerShell Connector - Create new MA gives error E_MMS_SCHEMA_CLASS_NOT_FOUND

    When i try to create a new Powershell MA (Microsoft) i manage to get the schema from my Powershell script and can select an anchor to use sucessfully, but at the end i Always gets this error and i have tried to use the scripts from following link
    http://technet.microsoft.com/en-us/library/dn640417(v=ws.10).aspx but Always the same error, and i also enabled logging but this gave no more info.
    Log Name:      Application
    Source:        FIMSynchronizationService
    Date:          2014-03-19 11:12:13
    Event ID:      6306
    Task Category: Server
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      {Fim Server}
    Description:
    The server encountered an unexpected error while performing an operation for the client.
     "BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\cdext.cpp(416): 0x80070057 (The parameter is incorrect.)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xstack.cpp(405): 0x80070057 (The parameter is incorrect.)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xparse.cpp(436): 0x80070057 (The parameter is incorrect.)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\schema\schema.cpp(1619): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\compmap.cpp(155): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\compmap.cpp(453): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xsimple.cpp(842): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xstack.cpp(540): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xparse.cpp(544): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xsimple.cpp(334): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\compmap.cpp(344): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(10645): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    ERR_: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(13144): Error creating MA component mappings object: 0x80230914
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(13164): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(1724): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\server\server.cpp(1090): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    Forefront Identity Manager 4.1.3508.0"
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="FIMSynchronizationService" />
        <EventID Qualifiers="49152">6306</EventID>
        <Level>2</Level>
        <Task>3</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-19T10:12:13.000000000Z" />
        <EventRecordID>110463</EventRecordID>
        <Channel>Application</Channel>
        <Computer>{FIM Server}</Computer>
        <Security />
      </System>
      <EventData>
        <Data>BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\cdext.cpp(416): 0x80070057 (The parameter is incorrect.)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xstack.cpp(405): 0x80070057 (The parameter is incorrect.)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xparse.cpp(436): 0x80070057 (The parameter is incorrect.)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\schema\schema.cpp(1619): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\compmap.cpp(155): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\compmap.cpp(453): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xsimple.cpp(842): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xstack.cpp(540): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xparse.cpp(544): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\xmlpe\xsimple.cpp(334): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\shared\maxml\compmap.cpp(344): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(10645): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    ERR_: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(13144): Error creating MA component mappings object: 0x80230914
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(13164): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\mastate\mastate.cpp(1724): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    BAIL: MMS(4436): d:\bt\25920\private\source\miis\server\server\server.cpp(1090): 0x80230914 (E_MMS_SCHEMA_CLASS_NOT_FOUND)
    Forefront Identity Manager 4.1.3508.0</Data>
      </EventData>
    </Event>
    Ulf Lindström

    Thanks!
    But did this helped? i tried to change the scripts i have, but no change
    this is what i understand has been changed
    :GetSchema
    param(   
        [System.Collections.ObjectModel.KeyedCollection[[string], [Microsoft.MetadirectoryServices.ConfigParameter]]]
        $ConfigParameters,
        [PSCredential]
        $psCredential
    :importData
    param(   
        [System.Collections.ObjectModel.KeyedCollection[[string], [Microsoft.MetadirectoryServices.ConfigParameter]]]
        [ValidateNotNull()]
        $ConfigParameters,
        [Microsoft.MetadirectoryServices.Schema]
        [ValidateNotNull()]
        $schema,
        [Microsoft.MetadirectoryServices.OpenImportConnectionRunStep]
        $OpenImportConnectionRunStep,
        [Microsoft.MetadirectoryServices.ImportRunStep]
        $GetImportEntriesRunStep,
        [PSCredential]
        $psCredential
    Ulf Lindström

  • Attempt to Open or Create TDMS file gives error -2501

    This is an odd one:
    I don't know what's causing this, but when trying to open or create a tdms file I'm getting the -2501 error. The file name I'm using worked before, but if i hit the stop button, I can no longer use that file name. If I change one letter in the file name it works fine until I stop the program from running, and then I start getting the error again. 
    Speaks is Perplexed

    Speaks wrote:
    how do I upload to it? 
    Copy that address in to your Windows explorer and it will show up like a normal folder directory would.
    Edit: I dropped my own random file in there to test it out and it uploaded... but now I can't delete it or open it. Sorry for taking up your server space, NI! 

  • Finding Error while creating Data Integrator Repositor

    Hi,
    I am working in SAP BO Data Integrator. I have created databeses and its login. Installed SQL Server and while installing Data Integrator I got an error for creating a new repository which is as follows
    Cannot open connection to the repository.  The error message from the underlying DBMS is <ODBC call <SQLDriverConnect> for data source <MSSERVER\SQLEXPRESS> failed: <[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'AIO_REPO_IDOC'. The user is not associated with a trusted SQL Server connection.>. Notify Customer Support.>. (BODI-20006)
    Can anyone resolve this problem.
    Edited by: sap_beginnner on Aug 9, 2010 4:10 PM

    Hi,
    I used SQL Server Authentication to logon to databases and for DI Version I am using SAP BusinessObjects XI 3.2.
    I tried it again by deleting all databases and then create the same databases but on creating repository for table AIO_REPO_IDOC in repository manager gives error which is as follows
    Cannot open connection to the repository.  The error message from the underlying DBMS is <ODBC call <SQLDriverConnect> for data source <IDHASOFT238933\SQLEXPRESS> failed: <[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'AIO_REPO_IDOC'. The user is not associated with a trusted SQL Server connection.>. Notify Customer Support.>. (BODI-20006) 
    An error occurred during creation of the local repository. (BODI-300054)
    I also tried through another tool to acces the databases. It is working successfully.
    Edited by: sap_beginnner on Aug 10, 2010 8:58 AM

  • Creating production order it gives error

    Dear Sir,
    I am using PP01 order type for production order we have two plant and i hAve maintained NUMBER RANGE in CO82 and also  in OPJH. but when i create production order in CO01order type PP01 for one plant 1000 it gives ERROR - number range not defined same i am creating for another plant 1020 it create order production order.
    Please guide me where i mainatined number range of production order for indiviual  plant

    Check your order type has been assigned to plant and also validate the number ranges as well.
    Mahee

  • Cloning of database to same host give error, unable to re-create online log

    clone the database to same host
    oracle version: 9.2.0.5
    os HP
    target db: tardb
    catlog catlog
    auxiliary: auxbr
    After running this script, I am getting error unable to re-create online log.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/08/2009 23:17:38
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/ /db
    /redolog.001/catalog1/catalog1_log1.rdo'
    ORA-27040: skgfrcre: create error, unable to create file
    HP-UX Error: 2: No such file or directory
    I tried to shutdown, and mount, recover with backup contorlfile until cancel. and open with reset logs ,
    I am not able to make the copy of the database on same host.
    Help is appreciated.
    complete error log
    oracle@dimondz{auxbr}/db/app/oracle/dba/sql> sqlplus '/as sysdba'
    SQL*Plus: Release 9.2.0.5.0 - Production on Mon Jun 8 23:11:23 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    SQL> startup nomount pfile='/db/app/oracle/admin/catlog/pfile/initauxbr.ora';
    ORACLE instance started.
    Total System Global Area 219115512 bytes
    Fixed Size 737272 bytes
    Variable Size 83886080 bytes
    Database Buffers 134217728 bytes
    Redo Buffers 274432 bytes
    SQL> create spfile from pfile='/db/app/oracle/admin/catlog/pfile/initauxbr.ora';
    File created.
    SQL> exit
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.5.0 - Production
    oracle@dimondz{auxbr}/db/app/oracle/dba/sql>
    oracle@dimondz{auxbr}/db/app/oracle/dba/sql> rman
    Recovery Manager: Release 9.2.0.5.0 - 64bit Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect catalog rman/rman@catlog
    connected to recovery catalog database
    RMAN> connect target sys/dimondz@tardb
    connected to target database: tardb (DBID=3063303886)
    RMAN> connect auxiliary sys/dimondz@auxbr
    connected to auxiliary database: auxbr (not mounted)
    RMAN>
    RMAN> RUN
    2> {
    3> SET NEWNAME FOR DATAFILE 1 TO '/db/catalog1.001/oradata/system01.dbf';
    4>
    5> SET NEWNAME FOR DATAFILE 2 TO '/db/catalog1.001/oradata/undotbs01.dbf';
    6>
    SET NEWNAME FOR DATAFILE 3 TO '/db/catalog1.001/oradata/ptest01.dbf';
    7> 8>
    9> SET NEWNAME FOR DATAFILE 4 TO '/db/catalog1.001/oradata/users_01.dbf';
    10>
    11> SET NEWNAME FOR DATAFILE 5 TO '/db/catalog1.001/oradata/drsys_01.dbf';
    12>
    13> SET NEWNAME FOR DATAFILE 6 TO '/db/catalog1.001/oradata/qms_dat_01.dbf';
    14>
    15> SET NEWNAME FOR DATAFILE 7 TO '/db/catalog1.001/oradata/ultradat_01.dbf';
    16>
    17> SET NEWNAME FOR DATAFILE 11 TO '/db/catalog1.001/oradata/xmltbs_01.dbf';
    18>
    19> DUPLICATE TARGET DATABASE TO auxbr
    20>
    21> pfile=/db/app/oracle/admin/catlog/pfile/initauxbr.ora
    22> logfile
    23> ' /db/redolog.001/catalog1/catalog1_log1.rdo' size 5m,
    24> ' /db/redolog.003/catalog1/catalog1_log2.rdo' size 5m,
    25> ' /db/redolog.002/catalog1/catalog1_log3.rdo' size 5m;
    26> }
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting Duplicate Db at 08-JUN-09
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=11 devtype=DISK
    printing stored script: Memory Script
    set until scn 229907626;
    set newname for datafile 1 to
    "/db/catalog1.001/oradata/system01.dbf";
    set newname for datafile 2 to
    "/db/catalog1.001/oradata/undotbs01.dbf";
    set newname for datafile 3 to
    "/db/catalog1.001/oradata/ptest01.dbf";
    set newname for datafile 4 to
    "/db/catalog1.001/oradata/users_01.dbf";
    set newname for datafile 5 to
    "/db/catalog1.001/oradata/drsys_01.dbf";
    set newname for datafile 6 to
    "/db/catalog1.001/oradata/qms_dat_01.dbf";
    set newname for datafile 7 to
    "/db/catalog1.001/oradata/ultradat_01.dbf";
    set newname for datafile 11 to
    "/db/catalog1.001/oradata/xmltbs_01.dbf";
    restore
    check readonly
    clone database
    executing script: Memory Script
    executing command: SET until clause
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 08-JUN-09
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backupset restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /db/catalog1.001/oradata/system01.dbf
    restoring datafile 00002 to /db/catalog1.001/oradata/undotbs01.dbf
    restoring datafile 00003 to /db/catalog1.001/oradata/ptest01.dbf
    restoring datafile 00004 to /db/catalog1.001/oradata/users_01.dbf
    restoring datafile 00005 to /db/catalog1.001/oradata/drsys_01.dbf
    restoring datafile 00006 to /db/catalog1.001/oradata/qms_dat_01.dbf
    restoring datafile 00007 to /db/catalog1.001/oradata/ultradat_01.dbf
    restoring datafile 00011 to /db/catalog1.001/oradata/xmltbs_01.dbf
    channel ORA_AUX_DISK_1: restored backup piece 1
    piece handle=/dump/DBA/RMAN/tardb_bkup/db_tardb_f_04kgt77h tag=WHOLE_DATABASE_tardb params=NULL
    channel ORA_AUX_DISK_1: restore complete
    Finished restore at 08-JUN-09
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "auxbr" RESETLOGS ARCHIVELOG
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 907
    LOGFILE
    GROUP 1 ' /db/redolog.001/catalog1/catalog1_log1.rdo' SIZE 5242880 ,
    GROUP 2 ' /db/redolog.003/catalog1/catalog1_log2.rdo' SIZE 5242880 ,
    GROUP 3 ' /db/redolog.002/catalog1/catalog1_log3.rdo' SIZE 5242880
    DATAFILE
    '/db/catalog1.001/oradata/system01.dbf'
    CHARACTER SET UTF8
    printing stored script: Memory Script
    switch clone datafile all;
    executing script: Memory Script
    datafile 2 switched to datafile copy
    input datafilecopy recid=1 stamp=689037446 filename=/db/catalog1.001/oradata/undotbs01.dbf
    datafile 3 switched to datafile copy
    input datafilecopy recid=2 stamp=689037446 filename=/db/catalog1.001/oradata/ptest01.dbf
    datafile 4 switched to datafile copy
    input datafilecopy recid=3 stamp=689037446 filename=/db/catalog1.001/oradata/users_01.dbf
    datafile 5 switched to datafile copy
    input datafilecopy recid=4 stamp=689037446 filename=/db/catalog1.001/oradata/drsys_01.dbf
    datafile 6 switched to datafile copy
    input datafilecopy recid=5 stamp=689037446 filename=/db/catalog1.001/oradata/qms_dat_01.dbf
    datafile 7 switched to datafile copy
    input datafilecopy recid=6 stamp=689037446 filename=/db/catalog1.001/oradata/ultradat_01.dbf
    datafile 11 switched to datafile copy
    input datafilecopy recid=7 stamp=689037446 filename=/db/catalog1.001/oradata/xmltbs_01.dbf
    printing stored script: Memory Script
    set until scn 229907626;
    recover
    clone database
    delete archivelog
    executing script: Memory Script
    executing command: SET until clause
    Starting recover at 08-JUN-09
    using channel ORA_AUX_DISK_1
    starting media recovery
    channel ORA_AUX_DISK_1: starting archive log restore to default destination
    channel ORA_AUX_DISK_1: restoring archive log
    archive log thread=1 sequence=3
    channel ORA_AUX_DISK_1: restoring archive log
    archive log thread=1 sequence=4
    channel ORA_AUX_DISK_1: restored backup piece 1
    piece handle=/dump/DBA/RMAN/tardb_bkup/db_arch_tardb_f_06kgt7ih tag=ARCHIVE_LOG_tardb_BACKUP params=NULL
    channel ORA_AUX_DISK_1: restore complete
    archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_3.arc thread=1 sequence=3
    channel clone_default: deleting archive log(s)
    archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_3.arc recid=1 stamp=689037447
    archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_4.arc thread=1 sequence=4
    channel clone_default: deleting archive log(s)
    archive log filename=/oradump/oradata/catlog/arch/catlog-1231663410_1_4.arc recid=2 stamp=689037447
    media recovery complete
    Finished recover at 08-JUN-09
    printing stored script: Memory Script
    shutdown clone;
    startup clone nomount pfile= '/db/app/oracle/admin/catlog/pfile/initauxbr.ora';
    executing script: Memory Script
    database dismounted
    Oracle instance shut down
    connected to auxiliary database (not started)
    Oracle instance started
    Total System Global Area 219115512 bytes
    Fixed Size 737272 bytes
    Variable Size 83886080 bytes
    Database Buffers 134217728 bytes
    Redo Buffers 274432 bytes
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "auxbr" RESETLOGS ARCHIVELOG
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 907
    LOGFILE
    GROUP 1 ' /db/redolog.001/catalog1/catalog1_log1.rdo' SIZE 5242880 ,
    GROUP 2 ' /db/redolog.003/catalog1/catalog1_log2.rdo' SIZE 5242880 ,
    GROUP 3 ' /db/redolog.002/catalog1/catalog1_log3.rdo' SIZE 5242880
    DATAFILE
    '/db/catalog1.001/oradata/system01.dbf'
    CHARACTER SET UTF8
    printing stored script: Memory Script
    catalog clone datafilecopy "/db/catalog1.001/oradata/undotbs01.dbf";
    catalog clone datafilecopy "/db/catalog1.001/oradata/ptest01.dbf";
    catalog clone datafilecopy "/db/catalog1.001/oradata/users_01.dbf";
    catalog clone datafilecopy "/db/catalog1.001/oradata/drsys_01.dbf";
    catalog clone datafilecopy "/db/catalog1.001/oradata/qms_dat_01.dbf";
    catalog clone datafilecopy "/db/catalog1.001/oradata/ultradat_01.dbf";
    catalog clone datafilecopy "/db/catalog1.001/oradata/xmltbs_01.dbf";
    switch clone datafile all;
    executing script: Memory Script
    cataloged datafile copy
    datafile copy filename=/db/catalog1.001/oradata/undotbs01.dbf recid=1 stamp=689037456
    cataloged datafile copy
    datafile copy filename=/db/catalog1.001/oradata/ptest01.dbf recid=2 stamp=689037456
    cataloged datafile copy
    datafile copy filename=/db/catalog1.001/oradata/users_01.dbf recid=3 stamp=689037456
    cataloged datafile copy
    datafile copy filename=/db/catalog1.001/oradata/drsys_01.dbf recid=4 stamp=689037457
    cataloged datafile copy
    datafile copy filename=/db/catalog1.001/oradata/qms_dat_01.dbf recid=5 stamp=689037457
    cataloged datafile copy
    datafile copy filename=/db/catalog1.001/oradata/ultradat_01.dbf recid=6 stamp=689037457
    cataloged datafile copy
    datafile copy filename=/db/catalog1.001/oradata/xmltbs_01.dbf recid=7 stamp=689037457
    datafile 2 switched to datafile copy
    input datafilecopy recid=1 stamp=689037456 filename=/db/catalog1.001/oradata/undotbs01.dbf
    datafile 3 switched to datafile copy
    input datafilecopy recid=2 stamp=689037456 filename=/db/catalog1.001/oradata/ptest01.dbf
    datafile 4 switched to datafile copy
    input datafilecopy recid=3 stamp=689037456 filename=/db/catalog1.001/oradata/users_01.dbf
    datafile 5 switched to datafile copy
    input datafilecopy recid=4 stamp=689037457 filename=/db/catalog1.001/oradata/drsys_01.dbf
    datafile 6 switched to datafile copy
    input datafilecopy recid=5 stamp=689037457 filename=/db/catalog1.001/oradata/qms_dat_01.dbf
    datafile 7 switched to datafile copy
    input datafilecopy recid=6 stamp=689037457 filename=/db/catalog1.001/oradata/ultradat_01.dbf
    datafile 11 switched to datafile copy
    input datafilecopy recid=7 stamp=689037457 filename=/db/catalog1.001/oradata/xmltbs_01.dbf
    printing stored script: Memory Script
    Alter clone database open resetlogs;
    executing script: Memory Script
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/08/2009 23:17:38
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/ /db
    /redolog.001/catalog1/catalog1_log1.rdo'
    ORA-27040: skgfrcre: create error, unable to create file
    HP-UX Error: 2: No such file or directory
    RMAN>
    I tried to shutdown and open with resetlogs , it still error
    oracle@dimondz{auxbr}/db/app/oracle/dba/sql> sqlplus '/as sysdba'
    SQL*Plus: Release 9.2.0.5.0 - Production on Mon Jun 8 23:27:05 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.5.0 - Production
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 219115512 bytes
    Fixed Size 737272 bytes
    Variable Size 83886080 bytes
    Database Buffers 134217728 bytes
    Redo Buffers 274432 bytes
    Database mounted.
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 229907626 generated at 06/06/2009 11:58:09 needed for thread
    1
    ORA-00289: suggestion : /oradump/oradata/catlog/arch/catlog-1814470384_1_5.arc
    ORA-00280: change 229907626 for thread 1 is in sequence #5
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    Media recovery cancelled.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/
    /db/redolog.001/catalog1/catalog1_log1.rdo'
    ORA-27040: skgfrcre: create error, unable to create file
    HP-UX Error: 2: No such file or directory
    SQL>
    Thanks, Your help and guide will appreciated very much.

    Hello,
    The directory for the creation of the logfiles does not exist, from the error:
    RMAN-06136: ORACLE error from auxiliary database: ORA-00344: unable to re-create online log '/db/app/oracle/product/9.2.0.5/dbs/ /db
    /redolog.001/catalog1/catalog1_log1.rdo'
    ORA-27040: skgfrcre: create error, unable to create file
    HP-UX Error: 2: No such file or directoryI.e., there is no such directory as *'/db/app/oracle/product/9.2.0.5/dbs/ /db/redolog.001/catalog1/catalog1_log1.rdo'*
    Your db_recovery_file_dest parameter may be set here, therefore change this:
    '/db/redolog.001/catalog1/catalog1_log1.rdo' size 5m,
    ' /db/redolog.003/catalog1/catalog1_log2.rdo' size 5m,
    ' /db/redolog.002/catalog1/catalog1_log3.rdo' size 5m;To this:
    'catalog1_log1.rdo' size 5m,
    'catalog1_log2.rdo' size 5m,
    'catalog1_log3.rdo' size 5m;And try again.

  • Integrity constraints error

    Hi:
    i am trying to insert records into two tables from a jsp page,
    table A and table B. the column A1 is foregin key for table B.
    whe i execute the add method it does the isert successfully for
    table A but gives error for table B. this si the error i get:
    "ORA-02291:Integrity constraint violeted: parent key not found"
    should the insert statement in table A be committed before the
    insert on table B is executed? fi so please tell me how to do
    that. and if not please give me some suggestion. thank you.

    The following works for me (11gR2)...
    create or replace type OTester
    is object
        id    integer
    Type created.
    create
    table    Tester_Object
    of    OTester
        primary key (id)
    object identifier is primary key
    Table created.
    create
    table    Tester_Object_2
    of    OTester
        primary key (id)
    object identifier is primary key
    Table created.
    create
    table    Tester_Reference
        tester    ref OTester    scope is Tester_Object
    Table created.
    create
    index    IN_Tester_Reference
    on    Tester_Reference
        tester
    Index created.
    alter
    table    Tester_Reference
    add    (
        foreign key (tester) references Tester_Object on delete cascade
    Table altered.
    insert
    into    Tester_Object
    values    (
        OTester(1)
    1 row created.
    select    o.*
    from    Tester_Object o
            ID
             1
    1 row selected.
    insert
    into    Tester_Reference
    select    ref(o)
    from    Tester_Object o
    1 row created.
    select    r.*
    from    Tester_Reference r
    TESTER                                          
    00004A038A0046876B2B6FC9014CDBAAC357A4FEDBA5D40000
    001426010001000100290000000000090626002A00078401FE
    0000000A02C102000000000000000000000000000000000000
    0000                                            
    1 row selected.
    delete
    from    Tester_Object
    1 row deleted.
    select    o.*
    from    Tester_Object o
    no rows selected.
    select    r.*
    from    Tester_Reference r
    no rows selected.
    insert
    into    Tester_Object_2
    values    (
        OTester(2)
    1 row created.
    select    o.*
    from    Tester_Object_2 o
            ID
             2
    1 row selected.
    insert
    into    Tester_Reference
    select    ref(o)
    from    Tester_Object_2 o
    Error at line 136
    ORA-22819: scope of input value does not correspond to the scope of the target
    Please post code describing your own situation if this is not working for you.
    Gerard

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • How to give error message for the screen element text field when wrong i/p

    How to give error message for the screen element text field when wrong i/p
    when wrong input given
    eg. 
    I have a text box with SBOOK-CARRID
    so when user give wrong entry in text box i.e LG
    then I should give some error stating that the the input is invalid or not available ,
    now it showing the error of standard messages,
    i want manual message to be displayed when error comes.
    Thank you,
    Regards,
    Jagrut Bharatkumar Shukla

    Hi all,
    Thank you for your valuable reply,
    but the thing is that its a screen field,
    i.e text box not a selection screen
    i created in screen layout
    with name sbook-carrid
    now i want to get error message display if wrong i/p is given
    thank you.
    Regards,
    Jagrut bharatkumar Shukla,

  • Creating maintenance plan "MaintenancePlan" (Error)

    Hello, I get the error
    Creating maintenance plan "MaintenancePlan" (Error)
    when I try to create a maintenance plan. I checked and the Microsoft Web site and
    other forums said it may be that integration services is not installed so I tried installing it
    and it said that it is already installed.
    The accompanying messages with the report are:
    ADDITIONAL INFORMATION:
    The connection type "ADO.NETQL" specified for connection manager "{C72T6E0B-6CE7-4138-A8D9-BFE8897900700}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
    (MaintenancePlan)
    The connection type "ADO.NETQL" specified for connection manager "{C72CT60B-6CE7-4138-A8D9-BFE8897900700}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
    (MaintenancePlan)
    - Adding tasks to the maintenance plan (Stopped)
    - Adding scheduling options (Stopped)
    - Adding reporting options (Stopped)
    - Saving maintenance plan "MaintenancePlan" (Stopped)

    Sharp,
    Do you still need help with this?
    Thank you!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • OBIEE (Windows)  Ceate report in BI Publisher gives error

    Dear,
    I am trying to create report in Bi publisher , First I create data base connection then sucessfully then i go to the report tab then create report it gives this error, please help me in this regards
    D:/install_obiee/xmlp/XMLP/Reports/BIPUBLISHER/hussnnain/hussnnain.xdo

    Hi,
    Check this....http://download.oracle.com/docs/cd/E14004_01/books/Reports/ReportsTroubleshoot6.html
    Did you create rtf template and uploaded it in layouts?
    This would be right place for your questions...BI Publisher
    Hope this helps :-)
    Regards,
    Srikanth

  • Integration MIRO error, how to determine the VST related accounts.

    integration Miro error.
    Hi gurus,
    please resolve the problem urgent.
    while doing MIRO Iam getting the following error.
    after given PO number in MIRO I getting the following error. please how to resolve the problem.
    where i can determin the accounts, which accounts will be effect.
    Error in account determination: table T030K key ASHA VST V0
    Message no. FF709
    Diagnosis
    In the chart of accounts to be posted to, no accounts are defined for the tax code you used.
    Procedure
    Contact your system administrator.
    Define the accounts to which a tax posting is to be made with the tax code entered in Customizing for taxes on sales/purchases.
    To do this, choose Maintain entries (F5).
    How to determine VST

    I have already replied to the same question in one of ur earlier posts.
    If you want to knowthe GL accounts which are used presently for the transaction VST, you can go to table T030K give the field name KTOSL value as VST and execute. YOu will get the list of all GL accounts which use the transaction VST for all possible tax codes and Chart of Accounts.

  • When run adcfgclone.pl gives error

    Hi,
    when run adcfgclone.pl appTier it gives error pleas have a look steps i did and Errors file below.
    Target System Database SID : dev
    Target System Database Server Node [erpdev] : devdata.npfco.com
    Target System Base Directory : /oracle/PROD
    Target System Tools ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.2] :
    Target System Web ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.3] :
    Target System APPL_TOP Directory [oracle/PROD/apps/apps_st/appl] :
    Target System COMMON_TOP Directory [oracle/PROD/apps/apps_st/comn] :
    Target System Instance Home Directory [oracle/PROD/inst] :
    Target System Root Service [enabled] :
    Target System Web Entry Point Services [enabled] :
    Target System Web Application Services [enabled] :
    Target System Batch Processing Services [enabled] :
    Target System Other Services [disabled] :
    Do you want to preserve the Display [erpappl:0.0] (y/n) ? : n
    Target System Display [erpdev:0.0] :
    RC-00217: Warning: Configuration home directory (s_config_home) evaluates to /oracle/PROD/inst/apps/dev_erpdev. A directory with this name already exists and is not empty.
    Do you want to continue (y/n) ? : y
    Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n
    Target System Port Pool [0-99] : 3
    Checking the port pool 3
    done: Port Pool 3 is free
    Report file located at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    Complete port information available at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    RC-40201: Unable to connect to Database dev.
    Backing up /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml to /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml.bak
    Creating the new APPL_TOP Context file from :
    /oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml
    Log file located at /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1116232223.log
    Check Clone Context logfile /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1116232223.log for details.
    /oracle/PROD/apps/apps_st/comn/clone/bin/adchkutl.sh: line 80: [: 5.2: integer expression expected
    Running Rapid Clone with command:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    Running:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    APPS Password :
    Beginning application tier Apply - Mon Nov 16 23:23:21 2009
    /oracle/PROD/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /oracle/PROD/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/java:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/share.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/srvm.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml -stage /oracle/PROD/apps/apps_st/comn/clone -showProgress
    APPS Password : Log file located at /oracle/PROD/inst/apps/dev_erpdev/admin/log/ApplyAppsTier_11162323.log
    / 90% completed
    RC-50004: Fatal: Error occurred in ApplyAppsTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport(Ljava/util/Vector;Loracle/apps/ad/util/LogFile;I)V

    [applmgr@erpdev bin]$ perl adcfgclone.pl appsTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.20.12000000.12
    Enter the APPS password :
    /oracle/PROD/apps/apps_st/comn/clone/bin/adchkutl.sh: line 80: [: 5.2: integer expression expected
    Running:
    /oracle/PROD/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /oracle/PROD/apps/apps_st/comn/clone/jlib/java:/oracle/PROD/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /oracle/PROD/apps/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_18493.lst -stage /oracle/PROD/apps/apps_st/comn/clone 2> /tmp/adcfgclone_18493.err; echo $? > /tmp/adcfgclone_18493.res
    Log file located at /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1117063328.log
    Provide the values required for creation of the new APPL_TOP Context file.
    Target System Hostname (virtual or normal) [erpdev] :
    Target System Database SID : dev
    Target System Database Server Node [erpdev] : devdata
    Target System Base Directory : /oracle/PROD
    Target System Tools ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.2] :
    Target System Web ORACLE_HOME Directory [oracle/PROD/apps/tech_st/10.1.3] :
    Target System APPL_TOP Directory [oracle/PROD/apps/apps_st/appl] :
    Target System COMMON_TOP Directory [oracle/PROD/apps/apps_st/comn] :
    Target System Instance Home Directory [oracle/PROD/inst] :
    Target System Root Service [enabled] :
    Target System Web Entry Point Services [enabled] :
    Target System Web Application Services [enabled] :
    Target System Batch Processing Services [enabled] :
    Target System Other Services [disabled] :
    Do you want to preserve the Display [erpappl:0.0] (y/n) ? : n
    Target System Display [erpdev:0.0] :
    RC-00217: Warning: Configuration home directory (s_config_home) evaluates to /oracle/PROD/inst/apps/dev_erpdev. A directory with this name already exists and is not empty.
    Do you want to continue (y/n) ? : y
    Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n
    Target System Port Pool [0-99] : 51
    Checking the port pool 51
    done: Port Pool 51 is free
    Report file located at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    Complete port information available at /oracle/PROD/inst/apps/dev_erpdev/temp/portpool.lst
    RC-40201: Unable to connect to Database dev.
    Backing up /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml to /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml4.bak
    Creating the new APPL_TOP Context file from :
    /oracle/PROD/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml
    Log file located at /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1117063328.log
    Check Clone Context logfile /oracle/PROD/apps/apps_st/comn/clone/bin/CloneContext_1117063328.log for details.
    /oracle/PROD/apps/apps_st/comn/clone/bin/adchkutl.sh: line 80: [: 5.2: integer expression expected
    Running Rapid Clone with command:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    Running:
    perl /oracle/PROD/apps/apps_st/comn/clone/bin/adclone.pl java=/oracle/PROD/apps/apps_st/comn/clone/bin/../jre mode=apply stage=/oracle/PROD/apps/apps_st/comn/clone component=appsTier method=CUSTOM appctxtg=/oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml showProgress contextValidated=true
    APPS Password :
    Beginning application tier Apply - Tue Nov 17 06:34:12 2009
    /oracle/PROD/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /oracle/PROD/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/java:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/share.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/oui/srvm.jar:/oracle/PROD/apps/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /oracle/PROD/inst/apps/dev_erpdev/appl/admin/dev_erpdev.xml -stage /oracle/PROD/apps/apps_st/comn/clone -showProgress
    APPS Password : Log file located at /oracle/PROD/inst/apps/dev_erpdev/admin/log/ApplyAppsTier_11170634.log
    \ 89% completed
    RC-50004: Fatal: Error occurred in ApplyAppsTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport(Ljava/util/Vector;Loracle/apps/ad/util/LogFile;I)V
    at oracle.apps.ad.clone.ApplyApplTop.checkAutoConfigErr(ApplyApplTop.java:590)
    at oracle.apps.ad.clone.ApplyApplTop.runAutoConfig(ApplyApplTop.java:558)
    at oracle.apps.ad.clone.ApplyApplTop.doConf(ApplyApplTop.java:339)
    at oracle.apps.ad.clone.ApplyApplTop.doApply(ApplyApplTop.java:382)
    at oracle.apps.ad.clone.ApplyApplTop.<init>(ApplyApplTop.java:267)
    at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:105)
    ... 6 more

Maybe you are looking for

  • New Problem with cropping in Photoshop Elements 8.0

    I use adobe photoshop elements 8 for years already and it has worked perfectly up until now. When I crop a picture instead of it cropping when I click on the check mark (as in the past) it reduces it to a small window with just gray in it....no reduc

  • In service desk functionality action "sent to SAP" is creating problem

    I have established a service desk functionality and everything is working fine except action "sent to SAP", I am using solution manager 7.0 and I have made the entry in AISUSER maintenance view in tcode AISUSER and also maintained the RFC connection

  • Error in Sender JDBC communication channel

    Dear All, We have an interface in which we are fetching data from SQL database through sender JDBC communication channel. Last week SQL server was upgraded from 2000 to 2008 and the communication channel has stopped working and is giving the followin

  • Problem with printing graphics in SAP Script

    Hi, I am facing problem with printing of graphics in SAP Script. I uploaded a bitmap file from pc to se78. Then I inserted it in SAP script. I am able to view it in the printpreview as well as in the spool number. But it is not getting printed. Plese

  • Aassign xsi:nill values from element to BPEL variable - Urgent..Plz..

    Hi all,I have a BPEL process which calls a Webservice,and at the end it transforms the output of the Webservice to the Output Variable in my BPEL process,but the thing is this process retuns elements with xsi:nil="true" and I get an error which says