Error with PO creation

Hi All,
I am creating PO based on user selected rows.
1)When I select only one row it is creating PO with the following message.
Following mandatory roles missing in partner maintenance: Z1, Z2
Message_V2   Z1, Z2
PO looks fine.
2)When I select more than one row to create PO, for the first record it is creating PO and for remaining remaining row's I am getting the following error.
Purchase order item 00010 still contains faulty account assignments
Please enter G/L account no.
Actually I am passing a const number
  poaccount-gl_account = '0000603000'.
Can someone please help me with what I am doing wrong here.
Thanks,
Veni.

Hi All,
What are the mandatory conditions Z1, Z2 that I am missing in the code. Can someone help me.
FORM pheaderdata.
  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
       EXPORTING
            input  = gs_zcoop1-kunnr
       IMPORTING
            output = lv_nvendor.
header data
  pheader-comp_code = '1000'.
  pheader-doc_type = 'NB'.
  pheader-vendor = lv_nvendor.
  pheader-purch_org = 'P000'.
  pheader-pur_group = '006'.
  pheader-our_ref   = 'AMBER B'.
  pheaderx-comp_code = 'X'.
  pheaderx-doc_type = 'X'.
  pheaderx-vendor = 'X'.
  pheaderx-purch_org = 'X'.
  pheaderx-pur_group = 'X'.
  pheaderx-our_ref   = 'X'.
  CLEAR lv_nvendor.
ENDFORM.                    " pheaderdata
*&      Form  pitemdata
      text
-->  p1        text
<--  p2        text
FORM pitemdata.
  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
       EXPORTING
            input  = lv_poitem
       IMPORTING
            output = lv_npoitem.
  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
       EXPORTING
            input  = lv_aaord
       IMPORTING
            output = lv_naaord.
  pitem-po_item = lv_npoitem.
  pitem-short_text = gs_zcoop1-prdct.
  pitem-matl_group = '200200001'.
  pitem-quantity = gs_zcoop1-iamount. "'11000.000'.
  pitem-po_unit  = 'EA'.
  pitem-net_price = '1.00'.
  pitem-acctasscat = 'F'.
  pitem-plant = 'SOAH'.
  pitemx-po_item = lv_npoitem.
  pitemx-po_itemx = 'X'.
  pitemx-short_text = 'X'.
  pitemx-matl_group = 'X'.
  pitemx-quantity = 'X'.
  pitemx-po_unit  = 'X'.
  pitemx-net_price = 'X'.
  pitemx-acctasscat = 'X'.
  pitemx-plant = 'X'.
  APPEND pitem.
  APPEND pitemx.
*Fill schedule lines
  plt_schedules_in-po_item = lv_npoitem.
  plt_schedules_in-sched_line = '0001'.
  plt_schedules_in-delivery_date = sy-datum. "'03/20/2008'.
  plt_schedules_in-quantity    = gs_zcoop1-iamount. "'11000.00'.
  APPEND plt_schedules_in.
*Fill schedule line flags
  plt_schedules_inx-po_item  = lv_npoitem.
  plt_schedules_inx-sched_line  = '0001'.
  plt_schedules_inx-delivery_date = 'X'.
  plt_schedules_inx-quantity     = 'X'.
  APPEND plt_schedules_inx.
  poaccount-po_item = lv_npoitem.
  poaccount-gl_account = '0000603000'.
  poaccount-orderid = lv_naaord.
  poaccountx-po_item = lv_npoitem.
  poaccountx-po_itemx = 'X'.
  poaccountx-gl_account = 'X'.
  poaccountx-orderid = 'X'.
  APPEND poaccount.
  APPEND poaccountx.
  potextheader-po_item = lv_npoitem.
  potextheader-text_line = gs_zcoop1-reason.
  APPEND potextheader.
  potextitem-po_item = lv_npoitem.
  potextitem-text_line = 'Item Text'.
  APPEND potextitem.
ENDFORM.                    " pheaderdata
Thanks,
Veni.

Similar Messages

  • Error with file creation

    Hi,
    On a server we have set up two groups; administrators and users. Administrators have access to all files and locations and can make changes in all files. Users have their access restricted to use software etc, they cannot modify any file.
    We are using Sage as an accounting package and wish to extract reports from this. As an administrator there are no issues, the file is created and can be saved to their desktp. If a user attempts to do this then
    However, when a user attempts to do this an error is produced, the report is lost and the system crashes.
    I believe this is something to do with these permissions mentioned at the top. Therefore, does anyone know what permission are required to save/create a .PDF file?
    Thanks,
    Ross

    Hi all,
    Just to clarify, i am not stating that there is an issue with adobe as administrators are able to create a file. The problem i have is with the permissions on the Adobe files. The reason it is the permissions is that an .XLS file can be created but as soon as the user selects .PDF the system crashes.
    Does anyone know the required permissions to create an adobe file, to be read in Adobe reader?
    Thanks,
    Ross

  • Errors with VM creation/config/start

    I have been using the Hyper-V betas flawlessly but ever since using the Hyper-V RC, I have had a ton of problems.  I cannot seem to reliably create a VM and try to start it.  If I try to create a VM without connecting it to a Network I get:
    [Window Title]
    New Virtual Machine Wizard
    [Main Instruction]
    The server encountered an error while configuring memory on Test. Wizard failed in rolling back the created virtual machine. Please delete it manually afterwards.
    [Content]
    Failed to add device 'Microsoft Synthetic Ethernet Port'.
    [Expanded Information]
    'Test' failed to add device 'Microsoft Synthetic Ethernet Port'. (VMID 209E241A-2FAF-4B59-8312-5D55B521B409)
    The Virtual Machines configuration 209E241A-2FAF-4B59-8312-5D55B521B409 at 'C:\HV\Hyper-V' is no longer accessible: The requested operation cannot be performed on a file with a user-mapped section open. (0x800704C8)
    Hide details  [Close]
    After this error the VM is gone from the UI and the Virtual Machine Management Service is stopped.  The Event Log for VMMS shows Error events with IDs 16410 and 14140.
    If I create a VM connected to the network then open up the Settings dialog and save it then it at least will not get removed right away.  However, when I try to start it I get:
    [Window Title]
    Hyper-V Manager
    [Main Instruction]
    An error occurred while attempting to change the state of virtual machine Test.
    [Content]
    'Test' failed to start.
    Microsoft Synthetic Ethernet Port (Instance ID {CF502D0E-D34B-49DF-9785-704B8755645E}): Failed to Power On with Error 'The specified network resource or device is no longer available.'
    [Expanded Information]
    'Test' failed to start. (VMID 2B01ED2B-FF89-4E16-9011-6BA6E7565535)
    'Test' Microsoft Synthetic Ethernet Port (Instance ID {CF502D0E-D34B-49DF-9785-704B8755645E}): Failed to Power On with Error 'The specified network resource or device is no longer available.' (0x80070037). (VMID 2B01ED2B-FF89-4E16-9011-6BA6E7565535)
    Hide details  [Close]
    After this the VMMS is stopped and the VM is removed from the UI the next time I start the VMMS.
    These errors have made Hyper-V pretty much unusable for me.  Does anyone have some help on what might be causing this?  I have rebuilt the server from bare metal twice now and removed and reinstalled the Hyper-V role numerous times trying to get it to work.  The server is a Dell 2970 with the latest BIOS and drivers.
    Thanks,
    Joseph

    Hi,
    I have the same problem on a failover Cluster of Windows 2008 enterprise x64 with all updates and recommended hotfixes.
    I removed Trend some time ago, could it be a problem with a client accessing the files on the EMC SAN while hyper-V Management Service is down?
    Here is an extract of the XML file :
    <?xml version="1.0" encoding="UTF-16" standalone="yes"?>
    <configuration>
      <_2497f4de-e9fa-4204-80e4-4b75c46419c0_>
        <EnabledState type="integer">3</EnabledState>
      </_2497f4de-e9fa-4204-80e4-4b75c46419c0_>
      <_83f8638b-8dca-4152-9eda-2ca8b33039b4_>
        <controller0>
          <drive0>
            <pathname type="string">M:\SRV-DC.vhd</pathname>
            <type type="string">VHD</type>
          </drive0>
          <drive1>
            <pathname type="string"></pathname>
            <type type="string">NONE</type>
          </drive1>
        </controller0>
        <controller1>
          <drive0>
            <pathname type="string">I:\WIN2K8.ISO</pathname>
            <type type="string">ISO</type>
          </drive0>
          <drive1>
            <pathname type="string"></pathname>
            <type type="string">NONE</type>
          </drive1>
        </controller1>
        <enable_track_cache type="bool">True</enable_track_cache>
        <version type="integer">5</version>
      </_83f8638b-8dca-4152-9eda-2ca8b33039b4_>
      <_8e3a359f-559a-4b6a-98a9-1690a6100ed7_>
        <port0>
          <connection type="string"></connection>
        </port0>
        <port1>
          <connection type="string"></connection>
        </port1>
        <version type="integer">2</version>
      </_8e3a359f-559a-4b6a-98a9-1690a6100ed7_>
      <_8f0d2762-0b00-4e04-af4f-19010527cb93_>
        <controller0>
          <drive0>
            <pathname type="string"></pathname>
            <type type="string">VFD</type>
          </drive0>
        </controller0>
        <version type="integer">1</version>
      </_8f0d2762-0b00-4e04-af4f-19010527cb93_>
      <_ac6b8dc1-3257-4a70-b1b2-a9c9215659ad_>
        <base_board>
          <serial_number type="string">6425-6568-2740-6594-9289-5126-95</serial_number>
        </base_board>
        <bios_guid type="string">{DDC539B2-49C8-41B4-9262-F1BF377986ED}</bios_guid>
        <bios_serial_number type="string">6425-6568-2740-6594-9289-5126-95</bios_serial_number>
        <boot>
          <device0 type="string">Optical</device0>
          <device1 type="string">HardDrive</device1>
          <device2 type="string">Network</device2>
          <device3 type="string">Floppy</device3>
        </boot>
        <chassis>
          <asset_tag type="string">7861-6295-0528-2969-6285-3858-81</asset_tag>
          <serial_number type="string">6425-6568-2740-6594-9289-5126-95</serial_number>
        </chassis>
        <num_lock type="bool">False</num_lock>
        <version type="integer">2</version>
      </_ac6b8dc1-3257-4a70-b1b2-a9c9215659ad_>
      <_b71aecab-1e44-4bba-80a7-68346e390d43_>
        <ChannelInstanceGuid type="string">{7484dc13-289e-411a-914f-4b3dc889c033}</ChannelInstanceGuid>
        <FriendlyName type="string">Carte réseau</FriendlyName>
        <IsConnected type="bool">False</IsConnected>
        <MacAddress type="string">00-15-5D-0A-33-0B</MacAddress>
        <MacAddressIsStatic type="bool">False</MacAddressIsStatic>
        <PortName type="string"></PortName>
        <SwitchName type="string"></SwitchName>
      </_b71aecab-1e44-4bba-80a7-68346e390d43_>
      <_db8b9818-b4bb-4725-b99d-b4612716b6b4_>
        <SPD_A0 type="integer">3257965116</SPD_A0>
        <SPD_A2 type="integer">352717719</SPD_A2>
        <SPD_A4 type="integer">2316913409</SPD_A4>
        <SPD_A6 type="integer">3633832653</SPD_A6>
        <version type="integer">0</version>
      </_db8b9818-b4bb-4725-b99d-b4612716b6b4_>
      <global_settings>
        <disk_merge_pending type="bool">False</disk_merge_pending>
        <owner>
          <sid type="string">S-1-5-21-1183404426-1438797297-709122288-15670</sid>
        </owner>
        <power>
          <host_shutdown>
            <action type="integer">2</action>
          </host_shutdown>
          <host_startup>
            <action type="integer">0</action>
            <delay type="integer">0</delay>
          </host_startup>
        </power>
        <snapshots>
          <list>
            <size type="integer">0</size>
          </list>
        </snapshots>
        <unexpected_termination>
          <action type="integer">0</action>
        </unexpected_termination>
      </global_settings>
      <manifest>
        <size type="integer">8</size>
        <vdev001>
          <device type="string">58f75a6d-d949-4320-99e1-a2a2576d581c</device>
          <flags type="integer">1</flags>
          <instance type="string">58f75a6d-d949-4320-99e1-a2a2576d581c</instance>
          <name type="string">Microsoft Synthetic Mouse</name>
        </vdev001>
        <vdev002>
          <device type="string">f3cf6965-e8d3-44a9-9b7d-a04245ea7525</device>
          <flags type="integer">1</flags>
          <instance type="string">f3cf6965-e8d3-44a9-9b7d-a04245ea7525</instance>
          <name type="string">Microsoft Synthetic Video</name>
        </vdev002>
        <vdev003>
          <device type="string">84eaae65-2f2e-45f5-9bb5-0e857dc8eb47</device>
          <flags type="integer">1</flags>
          <instance type="string">84eaae65-2f2e-45f5-9bb5-0e857dc8eb47</instance>
          <name type="string">Microsoft Heartbeat Component</name>
        </vdev003>
        <vdev004>
          <device type="string">2a34b1c2-fd73-4043-8a5b-dd2159bc743f</device>
          <flags type="integer">1</flags>
          <instance type="string">2a34b1c2-fd73-4043-8a5b-dd2159bc743f</instance>
          <name type="string">Microsoft Key-Value Pair Exchange Component</name>
        </vdev004>
        <vdev005>
          <device type="string">9f8233ac-be49-4c79-8ee3-e7e1985b2077</device>
          <flags type="integer">1</flags>
          <instance type="string">9f8233ac-be49-4c79-8ee3-e7e1985b2077</instance>
          <name type="string">Microsoft Shutdown Component</name>
        </vdev005>
        <vdev006>
          <device type="string">2497f4de-e9fa-4204-80e4-4b75c46419c0</device>
          <flags type="integer">1</flags>
          <instance type="string">2497f4de-e9fa-4204-80e4-4b75c46419c0</instance>
          <name type="string">Microsoft Time Synchronization Component</name>
        </vdev006>
        <vdev007>
          <device type="string">5ced1297-4598-4915-a5fc-ad21bb4d02a4</device>
          <flags type="integer">1</flags>
          <instance type="string">5ced1297-4598-4915-a5fc-ad21bb4d02a4</instance>
          <name type="string">Microsoft VSS Component</name>
        </vdev007>
        <vdev008>
          <device type="string">2fc216b0-d2e2-4967-9b6d-b8a5c9ca2778</device>
          <flags type="integer">1</flags>
          <instance type="string">b71aecab-1e44-4bba-80a7-68346e390d43</instance>
          <name type="string">Microsoft Synthetic Ethernet Port</name>
        </vdev008>
        <version type="integer">260</version>
      </manifest>
      <properties>
        <global_id type="string">50482D81-F1C2-45BC-BF82-D0AB8EAEB798</global_id>
        <last_powered_off_time type="integer">128846952068618699</last_powered_off_time>
        <last_powered_on_time type="integer">128846952165555769</last_powered_on_time>
        <last_state_change_time type="integer">128851955453211085</last_state_change_time>
        <name type="string">SRV-DC</name>
        <notes type="string"></notes>
        <type_id type="string">Virtual Machines</type_id>
      </properties>
      <savedstate />
      <settings>
        <global>
          <logical_id type="string">50482D81-F1C2-45BC-BF82-D0AB8EAEB798</logical_id>
        </global>
        <memory>
          <bank>
            <size type="integer">1024</size>
          </bank>
        </memory>
        <processors>
          <count type="integer">1</count>
          <limit type="integer">100000</limit>
          <reservation type="integer">0</reservation>
          <weight type="integer">100</weight>
        </processors>
        <stopped_at_host_shutdown type="bool">False</stopped_at_host_shutdown>
      </settings>
    </configuration>tdown type="bool">False</stopped_at_host_shutdown>
      </settings>
    </configuration>
    Please help, I was just migrating Active Directory and Exchange in those VMs! That is real bad luck :(
    Regards,
    JC
    EDIT : TREND WAS BACK FROM ____
    REMOVE TREND AND SING ALLELUIAH!

  • Download Helper, even with paid converter upgrade, gives "Invalid Capture File" errors and will not record audio, with "File Creation Error - Unable to rename/copy audio file" Error.

    Download Helper Screen Capture worked to capture video if the default "no audio" option is active. But, no audio. The "speakers" or "microphone" audio options are confusing....the audio to be captured is from the video, so what do you choose? With either "speakers" or "microphone" selected, the captured file has poor audio and no video. Re-capture efforts (speakers) get "Invalid capture file error" and "File Creation error- Unable to rename/copy audio file"
    The paid upgrade of "Converter" doesn't work.
    Instructive documentation - not very good.
    Suggestions - Need time delay between initiation of "Record" and starting the video to be recorded.
    Could use timer tracking of the record process.
    Are there operating system limitations? (Have Windows XP Pro)

    That is an issue for the developer of that Download Helper.

  • Error in PO Distribution lines. cannot proceed with PO creation.

    Hi All,
    We have recently upgraded to R12 from 11.5.9 in Test environment. Due to upgrade all the purchasing setup which was there in 11.5.9 is now available in R12.
    We are creating a Standard Purchase Order. I have entered the header & line level details. Now i am trying to update the shipment details. In the Shipments -> Distributions, I have updated the Requestor name & Deliver-to Now when i am trying to save the recod below error message is coming ->
    ORA-24347: Warning of a NULL column in an aggregate function
    FRM-40735: POST-FORMS-COMMIT trigger raised unhandled exception ORA-04098.
    I cannot proceed with PO creation. Also, we are not selecting the subinventory. We were not selectingthe subinventory in 11i also.
    Please guide.
    Thanks in advance.
    -Sujay

    Thanks for the reply Sandeep.
    Well i am thinking of this as a Triggger issue. We will recompile the trigger and will check once again.
    Can you guide me if you have any idea on the PATCH details.
    Thanks
    -Sujay

  • Error with quantity field:Datasource Creation Using Function Module method

    Problem with DATASOURCE Creation using Function Module method :
    I have created a datasource ZSTANDARD_COST_PRICE using Function Module method . The datasource creation is successfull when I remove the quantity field from the Z table . If I dont remove the quantity field from my Z table it gives an error as "Units Field WAERS for field STPRS of datasource ZSTANDARD_COST_PRICE is hidden". I am not able to remove this error . Please someone guide.
    Let me know if my explanation is not clear enough.
    Thanks in advance,
    Neha.
    Z table definition is as below :
    MATNR MATNR CHAR 18 0 Material Number
    BWKEY BWKEY CHAR 4 0 Valuation area
    LFGJA LFGJA NUMC 4 0 Fiscal Year of Current Period
    STPRS STPRS CURR 11 2 Standard Price   " Here the currency field is WAERS and table T001
    PEINH PEINH DEC 5 0 Price Unit
    VJSTP VJSTP CURR 11 2 Standard price in previous year
    VJPEI VJPEI DEC 5 0 Price unit of previous year.
    Edited by: Neha Rathi on Jan 30, 2009 3:03 PM

    Hi,
    You should add it as one of the main fields as you have added other fields and not as the currency fields...that is..it should be part of the data source and you should be able to see it in RSO2...
    Also if added as i said then it will come as new field in the data source...you can either let it be there...or hide it..
    also if you want to populate it then you will have to write the code for this fields as well.
    Thanks
    Ajeet

  • Oracle R12 Clone failing with RC-00118 Error occurred during creation of...

    Im encountering the above error message i have seen the below thread which looks like the same issue, i was wondering if someone could confirm if the clone process requires an off-line backup on the source system for the clone process to work. Currently i'm using a tape backup which runs overnight, the system is up at the time of backup.
    RC-00118: Error occurred during creation of database
    Thanks

    thanks for quick response, its a hot backup.
    the steps ive followed are
    1. adpreclone on source
    2. apps,db,inst directories deleted on destination. (after services have of course been shutdown)
    3. oracle variables removed from path
    4. backup restored from tape
    5. deleted program files/oracle/inventory directory
    6. on cmd window run set PERL5LIB=
    followed by perl adcfgclone.pl dbTier
    is there anything ive missed?

  • RC-00118: Error occurred during creation of database

    adcrdb.sh started at Mon Nov 14 16:16:13 EAT 2011
    The environment settings are as follows ...
    ORACLE_HOME : /u04/d01/tech_st/11.2.0
    ORACLE_SID : JCLONE
    TWO_TASK :
    PATH : /usr/bin:/u04/d01/tech_st/11.2.0/bin:/usr/bin:/usr/sbin:/u0 4/d01/tech_st/11.2.0/jdk/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u04/ d01/tech_st/11.2.0/appsutil/clone/bin/../jre/jre/bin:/usr/lib/qt-3.3/bin:/usr/ke rberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbi n:/usr/bin:/usr/X11R6/bin:/root/bin:.
    LD_LIBRARY_PATH : /u04/d01/tech_st/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib :/u04/d01/tech_st/11.2.0/ctx/lib
    Executable : /u04/d01/tech_st/11.2.0/bin/sqlplus
    The log information will be written to
    /u04/d01/tech_st/11.2.0/appsutil/log/JCLONE_oracle/adcrdb_JCLONE.txt
    Creating the control file for JCLONE_oracle database ...
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Nov 14 16:16:13 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "JCLONE"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01159: file is not from same database as previous files - wrong database id
    ORA-01110: data file 1: '/u04/d01/apps_st/data/system01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u04/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "JCLONE.jtl.co.ke"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    Database mounted.
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-01119: error in creating database file
    '/u04/d01/tech_st/11.2.0/dbs/MISSING00015'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4754
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1348968 bytes
    Variable Size 427821720 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 13017088 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "JCLONE"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01159: file is not from same database as previous files - wrong database id
    ORA-01110: data file 1: '/u04/d01/apps_st/data/system01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u04/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "JCLONE.jtl.co.ke"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    File created.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Pr oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Nov 14 16:16:32 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Pr oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : oracle
    sDbDomain : jtl.co.ke
    sDbPort : 1524
    sDbSid : JCLONE
    sDbUser : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@oracle.jtl.co.ke:1524:JCLONE
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle .jtl.co.ke)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=JCLONE)))
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle .jtl.co.ke)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=JCLONE.jtl.co.ke)))
    Exception occurred: java.sql.SQLException: IO Error: The Network Adapter cou ld not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:661)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:328)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:304)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:595)
    Current database Version is 11.2.0.2
    Apps Version is 11.5.10.2
    RUP version is 6
    Forms Patchset version is 19
    Please advise how to resolve this error ?
    Regards
    Mohammed.

    Please refer to these docs/links.
    Troubleshooting RapidClone issues with Oracle Applications 11i [ID 364565.1]
    Adcfgclone.pl DBTier is failing with error for dbms_backup_restore.zeroDbid(0) [ID 361157.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=ORA-01503+AND+ORA-01159+AND+ORA-01110&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Error occured during creation of oracle snapshot

    Dear All,
    I am getting error messange in my SAP Inbox in t.code SBWP.
    In SBWP, the nessage text is as follow.
    =============================
    Error occured during creation of oracle snapshot (Creation aborted)
    (Log see also transaction SLG1, Object ORASNAP, Subobject ORASNAPCR)
    Oracle snapshot creation program aborted
    Error while copying from oracle view to SAP table
    Oracle view SAP$KCBFWAIT
    SAP table ORA_SAPKCBFWAIT
    Return code (ORA-....) 942
    You tried to work with the name of a table or view that does not exist in the database
    The table does not exist on the database. A table name or view name was used that does not exist on                           the database.
    ===============================
    I also check in T.Code SLG1, but i am not getting the reason for this error.
    Regards,
    Nisit

    Hi,
    Check each of the following :
    the spelling of the table or view name.
    that a view is not specified where a table is required.
    that an existing table or view name exists.
    Contact the database administrator if the table needs to be created or if user or application privileges are required to access the table.
    Also, if attempting to access a table or view in another schema, make certain the correct schema is referenced and that access to the object is granted.
    Regards
    Krishna

  • JSPM Error with SAP-JEE component SP16

    Hi
    I am depolying a queue in JSPM SP16.1 for an ECC6 700 SR3 installed ABAP/Java system and it errors with the component SAP-JEE SP16 (installed level is SP14 as delivered in the SR3 kit)
    The log has the messages:
    Oct 8, 2008 1:49:57 PM   Warning: Caught CVersProxyAccessException while saving repository: CVersAccessException: Cannot access CVers due to missing or incorrect configuration.
    Additional error message is:
    com.sap.sdm.apiint.serverext.servertype.TargetServiceException: Cannot provide connect data for database target system "CONFIG_DB".
    Additional error message is:
    com.sap.sdm.serverext.servertype.dbsc.DatabaseConnectException: Creation of DataSource for database "WFQ" failed. (com.sap.sql.log.OpenSQLException: Error while accessing secure store: Encryption or decryption is not possible because the full version of the SAP Java Crypto Toolkit was not found (iaik_jce.jar is required, iaik_jce_export.jar is not sufficient) or the JCE Jurisdiction Policy Files don't allow the use of the "PbeWithSHAAnd3_KeyTripleDES_CBC" algorithm..)
    regards
    Michael

    Hi Philipp
    My version is 700 and the database is DB2/400 for IBM System i.
    The sapcrypto is treated differently on this platform, so I havent done anything with it as yet.
    I logged a message with SAP which has gone to the BC-JAS-SEC queue and the reply I received is below. Please let me know if this has helped you as I have not had the chance to get back to the system to try these steps :
    regards
    Michael.
    To do the further investigation, may I check info below with you:
    - are you able to read the content of the
    /sapbwtest/global/security/lib/tools/iaik_jce.jar file with jar
    - do you have the full strength JCE files installed for this JDK?
    See note: 739043
    - What user is used to connect to the Database from the java side in
    the secure store? check if the password is correct or the user
    is unlocked.
    Make sure the connection details in Secure Store are the correct ones
    you can check it in the config tool:
    the jdbc/pool/<SID>/Password and jdbc/pool/<SID>/User
    Edited by: Michael Power on Oct 15, 2008 8:52 PM

  • Error in Vendor Creation

    Hi,
    In Vendor creation , while  selecting  the Country as United States ( US) in Vendor address the following error message is displayed
    "Communication error with the external tax system (VERTEX_MS0018)
    Message no. TAX_TXJCD864 "
    How to solve this issue?????
    Regards,

    Hi,
    Check the following entries.
    OBCO   : Check the schema TAXUSX  (VERTEX Standard Jurisdiction Code)
    OBCP   :  Select the costing sheet TAXUSX, check the tax jurisdiction codes
    IMG>Financial accounting new > Financial accounting Global settings > Tax on sales/puchases >basic settings > External tax calculation.
    Take FI consultant help make necessary settings.
    Regards,
    Chandra

  • RC-00118: Error occurred during creation of database Raised by oracle.apps.

    Hi Experts,
    Please note i am doing the clonning from production to test server.
    Production Server -
    1. Run the adpreclone.pl on the apps & db tier.
    2. run the autoconfig on the apps and db tier.
    3. shut down the production instance.
    4. Moved the files and started the clonning process on the db tier i am getting the below issue.
    My current E-Business Suit Version is R12.0.4 Database Version is 10.2.0.3. Operating system is SUN SPARC 64 BIT SUN SOLARIS 10.
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : proddb
    sDbDomain : clientdomain
    sDbPort : 1530
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@proddb.clientdomain:1530:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Wed Mar 21 18:09:54 WAT 2012
    The environment settings are as follows ...
    ORACLE_HOME : /erptestdata2/u01/d01/tech_st/10.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /erptestdata2/u01/d01/tech_st/10.2.0/perl/bin:/erptestdata2/u01/d01/tech_st/10.2.0/bin:/usr/ccs/bin:/usr/sbin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/jre/bin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/erptestdata2/u01/d01/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/usr/sbin:/usr/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,SPARC-Enterprise/sbin:/opt/sun/bin:/opt/SUNWexplo/bin:/opt/SUNWsneep/bin
    LD_LIBRARY_PATH : /erptestdata2/u01/d01/tech_st/10.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/erptestdata2/u01/d01/tech_st/10.2.0/ctx/lib:/erptestdata2/u01/d01/tech_st/10.2.0/lib32
    Executable : /erptestdata2/u01/d01/tech_st/10.2.0/bin/sqlplus
    The log information will be written to
         /erptestdata2/u01/d01/tech_st/10.2.0/appsutil/log/TEST_proddb/adcrdb_TEST.txt
    Creating the control file for TEST_proddb database ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 21 18:09:54 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01167: two files are the same file/group number or the same file
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/olap.dbf'
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/odm.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp03.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp04.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp10a5.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.clientdomain"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified control file
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4168
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size          2035496 bytes
    Variable Size          432017624 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14737408 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01167: two files are the same file/group number or the same file
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/olap.dbf'
    ORA-01110: data file 31: '/erptestdata2/u01/d01/apps_st/data/odm.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp03.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp04.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/erptestdata2/u01/d01/apps_st/data/temp10a5.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.clientdomain"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    File created.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Mar 21 18:10:16 2012
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : proddb
    sDbDomain : clientdomain
    sDbPort : 1530
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@proddb.clientdomain:1530:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddb.clientdomain)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=TEST.clientdomain)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    Please advise ASAP.
    Regards
    Mohammed.

    Nikki,
    Check alert<SID>.log file for more details about the error.
    It looks like that the source database was not cleanly shutdown before copying the files to the target node. Please do the following and check then:
    SQL> connect / as sysdba
    SQL> startup mount;
    SQL> recover database using backup controlfile until cancel;
    -- type CANCEL
    SQL> alter database open resetlogs; If the above does not help, then shutdown the source database normally (make sure it is down), re-copy the files and start the cloning process again.

  • RC-00118: Error occurred during creation of databas

    On 11.5.9 with windows, while running the clone with the following command:
    perl adcfgclone.pl dbTier
    The following error occurs:
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506616 bytes
    Fixed Size 452152 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u1/TEST/testora/testdata/system01.dbf'
    alter tablespace TEMP add tempfile '/u1/TEST/testora/testdata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP add tempfile '/u1/TEST/testora/testdata/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.zexsa.com"
    ERROR at line 1:
    ORA-01109: database not open
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:658)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:328)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:304)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:479)
    I found note no. 375389.1 similar to this issue.
    Any body guide me, about solution no-1, how i can apply it.
    after running perl adcfgclone.pl dbTier
    my DB is on above mentioned stage....

    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Feb 13 21:52:19 2011
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to an idle instance.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size 1271540 bytes
    Variable Size 427821324 bytes
    Database Buffers 633339904 bytes
    Redo Buffers 11309056 bytes
    Database mounted.
    SQL> recover database using backup controlfile until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-00600: internal error code, arguments: [kcvhvdf_1], [], [], [], [], [], [],
    SQL>

  • An error occurred during creation of the central repository. (BODI-300020)

    I am trying to create a central repository for Data Service, the following error appear
    Creating repository... (BODI-300026)
    Reading SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms.sql>. (BODI-20002)
    Reading SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms_content.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\admin\repo\MSSQL\ms_content.sql>. (BODI-20002)
    Reading SQL file <C:\BO\DataServices_12\Admin\repo\options.sql>. (BODI-20001)
    Executing SQL file <C:\BO\DataServices_12\Admin\repo\options.sql>. (BODI-20002)
    Verifying repository... (BODI-300077)
    Importing objects... (BODI-300036)
    Adding Data Quality new substitution configuration... (BODI-300133)
    An error occurred during creation of the central repository. (BODI-300020)
    It's a sql DBMS, and the default user language is spanish, during the installation was the same issue.
    The first installation user language was english and everything was ok, then the default user anguage was set to spanish and the jobs crashed because an english format was sent to the al_history table. I tried to recreate the repository and an error ocurrer during the creation.
    has someone faced the same problem?

    what is the version of Data Services ? if its 12.2, then there was a bug that is fixed in 12.2 SP1 (12.2.1.0), apply the SP1 or it would be better if you apply the latest fix pack for 12.2 i.e 12.2.1.2
    the problem was with date format used in insert was different than the user's default date format.

  • Cloning Issue RC-00118: Error occurred during creation of database

    Friends,
    I execute following scripts on source system preclone.pl dbTier  &perl adpreclone.pl appsTier
    then take the cold source backup and transfer on another machine for cloning but when i am executing cloning script on db tier i am getting below mention error after 50% completion. I have very limited time and i cant go back on source system for fresh backup, please help me to sort out his issue.
    -------------------ADX Database Utility Finished--------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
            at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyData
            at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDat
            at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyData
            at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.DelegatingConstructorAccessorImpl.newIn                      rce)
            at java.lang.reflect.Constructor.newInstance(Unknown S
            at oracle.apps.ad.clone.util.CloneProcessor.run(CloneP
            at java.lang.Thread.run(Unknown Source)
    Hopes you will support.
    Regards
    Irfan Ahmad

    plz check :
    http://doganayn.blogspot.in/2013/11/rc-50004-fatal-error-occurred-in.html
    Rapid Clone Failed While Running "Adcfgclone.pl dbTier": ORA-01194 and RC-00118 (Doc ID 375389.1)
    Troubleshooting RapidClone issues with Oracle Applications R12 (Doc ID 603104.1)
    Troubleshooting RapidClone issues with Oracle Applications 11i (Doc ID 364565.1)
    Regards,
    Haafiz

Maybe you are looking for

  • Google images wont load

    my nokia x6 wont load google images. Even on the homepage i dont get the google symbol. All i get is a green and blue box cut in half. Would someone kindly help me to fix my issue. Many thanks

  • Running IE11 on Windows 7 Professional

    When changing from one e-mail to the next, am now getting message that says "Are you sure you want to leave this page?"-- happens nearly every time. How can I eliminate this?

  • I would like to restore Macbook Pro, I do not have an OS disc and Safari seems to have a virus.

    I would like to state that I just purchased a brand new Macbook Pro roughly a week ago. Whenever I open Safari, it immediately directs me to an infinite pop up. once this happens, I cannot navigate throughout the internet as ads pop up one after the

  • Bank account is missing

    Hi, When I try to import BP data thru' Administration --> Data Import/Export --> Data Import --> Import from Excel --> Data type to import option as BP the error is displaying as "Bank Account is missing" But there is no field in the listing as "Acco

  • ISight prevents Firewire external drive from working!

    I just bought a brand new La Cie 320GB Triple Interface hard disk and have been using it through firewire on both my iMac G5 and my iBook G4. The thing works perfectly with the iBook: fast and reliable. However, with the iMac G5, the Finder occasiona