Error during adstpall.sh and adstrtal.sh  of  r12  physical satnadby

Hi All,
following errors occurs when i do stop r12 application services after creating standby of oracle r12.1.1 and login page is blank
Shutting down concurrent managers for cloner ...
ORACLE Password:
ORACLE error 604 in FDUUID
Cause: FDUUID failed due to ORA-00604: error occurred at recursive SQL level 1
ORA-16000: database open for read-only access.
and more details
SQL> select name,open_mode,db_unique_name,database_role from v$database;
NAME OPEN_MODE DB_UNIQUE_NAME DATABASE_ROLE
FINTEST READ ONLY cloner PHYSICAL STANDBY
Edited by: afzal on Jul 27, 2012 3:31 AM

afzal wrote:
1-login page is not opening
i want use for reporting and testing purpose.
1- i am doing successful login when database is in snapshot mode for testing.but
2.i could not use for reporting purpose when database is in physical standby
how can login when database is in physical standby mode.I have already answered your question in my previous reply. Please also see the docs referenced above.
Thanks,
Hussein

Similar Messages

  • Adstpall.sh and adstrtal.sh scripts is giving error in R12

    Team,
    I am trying to start and stop the services using adstpall.sh and adstrtal.sh but its giving error.
    -bash-3.00$ sh adstpall.sh
    You are running adstpall.sh version 120.10.12010000.4
    Enter the APPS username: apps
    Enter the APPS password:
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstpall.sh <appsusername/appspassword>
    adstpall.sh <applications_username/applications_password> -secureapps
    adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    -bash-3.00$ sh adstrtal.sh
    You are running adstrtal.sh version 120.15.12010000.3
    Enter the APPS username: apps
    Enter the APPS password:
    adstrtal.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstrtal.sh <appsusername/appspassword>
    adstrtal.sh <applications_username/applications_password> -secureapps
    adstrtal.sh -nodbchk
    adstrtal.sh: exiting with status 1
    But I am able to login to DB with the same.
    -bash-3.00$ sqlplus apps/apps
    SQL*Plus: Release 10.1.0.5.0 - Production on Sat Mar 26 09:29:27 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select name from v$database;
    NAME
    R1212112
    SQL> select banner from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    Autoconfig on the Apps tier and Db tier is completing successfully without any issues.
    COuld you please help me in rectifying the issue.

    Hi Srini,
    I tried the below but It didnt work:
    /slot/ems6596/appmgr/inst/apps/r1212112_rws60007rems/admin/scripts
    -bash-3.00$ adstpall.sh apps/apps
    You are running adstpall.sh version 120.10.12010000.4
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstpall.sh <appsusername/appspassword>
    adstpall.sh <applications_username/applications_password> -secureapps
    adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    -bash-3.00$ adstpall.sh
    You are running adstpall.sh version 120.10.12010000.4
    Enter the APPS username: apps
    Enter the APPS password:
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstpall.sh <appsusername/appspassword>
    adstpall.sh <applications_username/applications_password> -secureapps
    adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    Any help into this.

  • Error during currency conversion and consistency check in a sales order

    Hi Experts,
    I am facing the below error in the sales order. The sales order is having so many items. The below error is coming for few items only. I have checked the currency exchange rates also. All are maintained properly.
    Please advice me how to fix this error or which class,methods are responsible for checking the above details while saving the order.
    Thanks,
    Sri

    Hi Christophe,
    FYI
    Error during currency conversion frm &1 to &2 (date &3, ref. curr. &4)
    Message Class - CRM_CUMULATED_I
    Message No     - 013
    Error during currency conversion for &1 and &2
    Message Class - CRM_CUMULATED_I
    Message No     - 008
    Consistency check: Logical key does not match
    Message Class - CRM_CUMULATED_I
    Message No     - 011
    Thanks,
    Sri

  • Error during restore/recovery and 'open resetlogs'

    Hello forum. I'm attempting to restore a database to a new host and have run into an error during the opening of the database (with resetlogs). The renaming of the datafiles, restore, switching of datafiles, and recovery are all done by an rman script, the contents of which are below:
    # Restore production database to DR site using file system
    # instead of ASM
    run {
    set newname for datafile 1 to '/opt/oracle/product/10gR2/oradata/DB01/system.dbf';
    set newname for datafile 2 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf';
    set newname for datafile 3 to '/opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf';
    set newname for datafile 4 to '/opt/oracle/product/10gR2/oradata/DB01/users.dbf';
    set newname for datafile 5 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf';
    set newname for datafile 6 to '/opt/oracle/product/10gR2/oradata/DB01/file1.dbf';
    set newname for datafile 7 to '/opt/oracle/product/10gR2/oradata/DB01/file2.dbf';
    restore database;
    switch datafile all;
    recover database;
    I get the following output:
    RMAN> @/home/oracle/scripts/rman_dr.rman
    RMAN> # Restore production database to DR site using file system
    2> # instead of ASM
    3> #
    4> run {
    5> set newname for datafile 1 to '/opt/oracle/product/10gR2/oradata/DB01/system.dbf';
    6> set newname for datafile 2 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf';
    7> set newname for datafile 3 to '/opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf';
    8> set newname for datafile 4 to '/opt/oracle/product/10gR2/oradata/DB01/users.dbf';
    9> set newname for datafile 5 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf';
    10> set newname for datafile 6 to '/opt/oracle/product/10gR2/oradata/DB01/file1.dbf';
    11> set newname for datafile 7 to '/opt/oracle/product/10gR2/oradata/DB01/file2.dbf';
    12>
    13> restore database;
    14> switch datafile all;
    15> recover database;
    16> }
    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 03-JAN-08
    Starting implicit crosscheck backup at 03-JAN-08
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    Crosschecked 651 objects
    Finished implicit crosscheck backup at 03-JAN-08
    Starting implicit crosscheck copy at 03-JAN-08
    using channel ORA_DISK_1
    Crosschecked 1 objects
    Finished implicit crosscheck copy at 03-JAN-08
    searching for all files in the recovery area
    cataloging files...
    no files cataloged
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /opt/oracle/product/10gR2/oradata/DB01/system.dbf
    restoring datafile 00002 to /opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf
    restoring datafile 00003 to /opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf
    restoring datafile 00004 to /opt/oracle/product/10gR2/oradata/DB01/users.dbf
    restoring datafile 00005 to /opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf
    restoring datafile 00006 to /opt/oracle/product/10gR2/oradata/DB01/file1.dbf
    restoring datafile 00007 to /opt/oracle/product/10gR2/oradata/DB01/file2.dbfchannel ORA_DISK_1: reading from backup piece /ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642899284.1.1.bus
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642899284.1.1.bus tag=20080101_LV0_DB
    channel ORA_DISK_1: restore complete, elapsed time: 01:22:28
    Finished restore at 03-JAN-08
    datafile 1 switched to datafile copy
    input datafile copy recid=14 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/system.dbf
    datafile 2 switched to datafile copy
    input datafile copy recid=15 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf
    datafile 3 switched to datafile copy
    input datafile copy recid=16 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf
    datafile 4 switched to datafile copy
    input datafile copy recid=17 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/users.dbf
    datafile 5 switched to datafile copy
    input datafile copy recid=18 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf
    datafile 6 switched to datafile copy
    input datafile copy recid=19 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/file1.dbf
    datafile 7 switched to datafile copy
    input datafile copy recid=20 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/file2.dbf
    Starting recover at 03-JAN-08
    using channel ORA_DISK_1
    starting media recovery
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=2 sequence=1005
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=1365
    channel ORA_DISK_1: reading from backup piece /ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642900444.1.1.bus
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642900444.1.1.bus tag=20080101_LV0_DB
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:05
    archive log filename=/opt/oracle/product/10gR2/db/flash_recovery_area/DB01/archivelog/2008_01_03/o1_mf_1_1365_3qtshnfv_.arc thread=1 sequence=1365
    archive log filename=/opt/oracle/product/10gR2/db/flash_recovery_area/DB01/archivelog/2008_01_03/o1_mf_2_1005_3qtshncz_.arc thread=2 sequence=1005
    channel default: deleting archive log(s)
    archive log filename=/opt/oracle/product/10gR2/db/flash_recovery_area/DB01/archivelog/2008_01_03/o1_mf_1_1365_3qtshnfv_.arc recid=2418 stamp=643049236
    unable to find archive log
    archive log thread=1 sequence=1366
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/03/2008 16:47:22
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 1366 lowscn 181804603
    RMAN> **end-of-file**
    I searched for a decription of the 06054 error, and found that if the archive logs weren't available, then to run "alter database open resetlogs;", which I did. Here's the output:
    RMAN> alter database open resetlogs;
    database opened
    RMAN-06900: WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901: WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
    ORACLE error from target database:
    ORA-06553: PLS-801: internal error [56319]
    I've done all of this twice now, with the same result. I've googled PLS-801 and found more than a few instances of people getting this code, but not during a database open after a restore. Can anyone shed some light on what might have gone wrong? In the interest of brevity, I left out the rest of the restore process prior to running the database restore, but other than setting "compatible" and "db_recovery_file_dest_size", it was all by the book.
    Thanks in advance.

    Thanks for the reply Pierre.
    I am not using RMAN Duplicate. Yes, the source of the backup is an RAC. The destination is a single server, with the DB on the filesystem. Here's an overview of of the commands I ran and the procedure.
    Copied tar'd backup controlfile and datafiles to destination machine. Untar'd. Install 10.2.0.1.0 on destination machine, patch to 10.2.0.2.0.
    OS> sqlplus /nologin
    SQL> alter system set compatible = '10.2.0.2.0' scope=spfile;
    SQL> alter system set db_recovery_dest_file_size = '8g'; scope spfile;
    SQL> shutdown immediate;
    SQL> startup; (to verify changes took...)
    SQL> shutdown immediate;
    OS> Copy control file from untar'd dir and place in $ORACLE_HOME/dbs/, truncate name to c-DBID-date-00.
    OS> rman target /
    RMAN> startup nomount;
    RMAN> set dbid <dbid from control file>;
    RMAN> restore controlfile from autobackup; (finds control file with no problem...)
    RMAN> alter database mount;
    RMAN> @/home/oracle/rman_dr.rman (script cited in first post, to rename datafiles from ASM to filesystem, restore, switch files, and recover...)
    RMAN> alter database open resetlogs; (as cited before...)
    If I'm not using Duplicate and not specifying dates, the UNTIL/SET UNTIL commands aren't necessary, correct?

  • Error during netlist generation and log audit trail error

    I am not able to run the simulation application on my Multisim 10.  The two following error were generated every time I try to run the simultion:
    Error: log /Audit Trail, C: \document~1\xxx: Permission denied
    Error during netlist generation, C:\document~1\xxx: Permision denied
    Can any body help me fix this problem that make it impossible for me to use the Multisim10 simualtion tool?

    There are two KBs I would like for you to see, since they might have the answer to the problem you are having:
    1. This KB is related to having access to the TEMP directories where Multisim stores temp files for simulation:
    http://digital.ni.com/public.nsf/allkb/15526EB2464F3EDD8625722C00696BB0
    2. This other KB deals with non-Administrator users of Windows, it talks about v9 but the idea is the same for v10, just look for the v10 installation paths:
    http://digital.ni.com/public.nsf/allkb/0DF597C217A235BE862571FB004F24BD
    Nestor
    National Instruments

  • Error during opening IR and ID

    JAR resources in JNLP file are not signed by same certificate
    I have gone through blogs and a lot of homework i have done but still error persist.
    Rajesh
    Edited by: Rajesh on Mar 13, 2009 7:25 PM

    Hi Rajesh,
        Did you copy the Jar files from some location or did you download it (By clicking the IR / ID link in XI home page?)
    Generally when you copy the jar files and put it in the folder specified in Java Webstart, you get this error.
    Did you try to clear the application folder in Java Webstart?
    OPen java webstart File->Preferences Go to Advanced tab. Clear the folder.
    Download the jar files all over again by clicking the IR/ ID links.
    Regards,
    Ravi

  • Dvd studio pro 4 won't write disc? it just says there was an error during encoding over and over again...

    It just says that there was an error encoding over and over again. It is version 4.2.2 It said the software required a dvd- which i used... I've tried just backing up the video to a disc not using studio pro but my computer won't do it? Any suggestions?

    David's right.  Do the encode in compressor and bring the resulting m2v (video) and ac3 (audio) into dvdsp.  Then do an advanced burn:  build in dvdsp  and test the build using the mac dvdplayer to play the video_ts folder you've created.   Just go to file:  Open DVD Media and point to the build folder or the video_ts folder within it.  If this works, your dvd burner is probably the problem.  You can buy an external burner for not a lot of money.  Apple sells one, and you can even get cheaper ones than that.

  • Received an error during 10.4.11 Update and now can not boot

    I downloaded the 10.4.11 update and tried to install it on my Macbook Pro that had 10.4.10 and there was an error during the update and it stopped. I closed the window and tried again and had the same result. Now, when I try to boot my computer, it gets to the screen with the progress bar for loading Mac OS, though the progress bar does not go anywhere and the desktop never loads.
    At this point I am only really concerned with accessing some files on my mac. I placed the restore disk that came with my Macbook Pro into it and rebooted, though it went to the same progress bar screen.
    1. Does anyone have any advice on what I can do?
    2. Anyone have any advice for how I can just access my files?
    Thanks!

    If you have a backup on a separate drive, especially a bootable one, your files are there (backup is imperative with any computer system). If not...
    If you buy an external firewire drive (and some USB drives), you can install Tiger on that drive from your regular installation DVD, then boot from that new, external drive. You should be able to mount your internal system drive and copy all of your important files to the new external drive. Applications won't generally copy successfully.
    Also, here is an article about backup and restore for important OS X 10.4 files:
    http://docs.info.apple.com/article.html?artnum=301239
    Now you have a consistent backup.
    Get your original Tiger installation DVD and do an "archive and install" on your system disk. If it is successful, you will still have all of your data and most (not necessarily all) of your applications.
    I just did this last night for my father in law. The "archive and install" actually failed probably due to a read error on the Tiger DVD installation disk. Fortunately, I have another one, and did an "update" install from that one. Many preferences were lost and some drivers evaporated (like Midi drivers for Logic Express), but generally, things worked well. His data was there, though I didn't trust it all
    I then did all of the software updates, but NOT including 10.4.11 since that has caused some issue. I also had to reinstall iLife '08, but everything else worked.
    I restored his iphoto and itunes libraries after doing all the updates from the backup I'd made earlier just to make sure everything was OK. It was.
    He is now up and running without further problems.
    Ed Oates

  • Unknown Error during Recovery - iPad no longer Recognized by iTunes

    I have a 3rd Generation iPad which I was attempting to perform a factory reset.  I received an "Unknown Error" during the process and from that point on I have been unable to get iTunes to recognize my iPad in recovery mode (or otherwise).
    I have tried every thread on the subject, but I found one interesting thing.  If I connect the iPad with the same cable, etc. to another computer it immediately recognizes it in recovery mode and offers to restore the iPad.
    It seems like my computer is not recognizing the iPad because it was in the process of restoring the device when the error occurred.  Does anyone know if there is a way to reset or fix this issue.  I would prefer not to update iTunes and download both the new iTunes and iPad software again and use another computer if it is not necessary.
    Any help would be appreciated.
    Thanks

    Hey KSHItunes,
    That was a good test to try your iPad on another computer.  It does seem to isolate the issue to something with your computer setup.
    Although you would prefer not to update iTunes, there may be steps in this article which can help.
    iPhone, iPad, or iPod not recognized in iTunes for Windows - Apple Support
    Please check it out.
    Regards,
    Nubz

  • Error during context generation

    Dear Friends,
    In interactiveForm UI, when i put adobe form name in Templatesource and try to generate context automatically,
    i get an error message ' Error during context generation ' and an empty context node is created.
    i manually create attributes under that node and populate them in wddoinit method.
    but i dont get those values on PDF output.
    What may be the error ??
    Kindly suggest.

    Hi Otto,
    I want to display data of an internal table in adobr form using web dynpro abap and adobe interactive form.
    my web dynpro abap application is ready and adobe form is also ready.
    when i integrate adobe interactive form on WDA and put form name in TEMPLATESOURCE and press enter
    it throws an error message - 'Error in context generation' and an empty node is generated in WDA.
    on running the application adobe form is displayed but no data is displayed.
    what may be the error ?
    i maintained attributes of node manually but then also no data is displayed.
    that means data binding is not successful.
    what may be the case ???
    kindly suggest

  • Error during installation of AI16E4: device cannot start (code 10)

    I'm setting up this pcmcia board on a windows xp. I've tried nidaq 7 and 6.93, but I seem to get the same error - code 10 any ideas?

    AOMdesign,
    At what point in the process are you getting error 10? During the driver install? While trying to detect the card in MAX? While trying to run a program that calls the driver?
    If you get the error during the install and you are installing off a CD, I suggest copying the CD's contents to the hard drive and installing from there. That usually takes care of installer errors. Also, be sure that the card is NOT in the computer while installing the software. If the card was in the computer while doing the driver install, uninstall the driver, shut down and remove the card, reboot and install the driver, then power down and reinsert the card, then power back up. These are two of the most common installation fixes.
    If something else is causing the err
    or or if those suggestions do not fix the issue, please post details of where the error is occuring and what you have already tried here so it can be discussed further.
    RossC

  • SAP PI 7.3 : Error during validation

    Hello Everyone,
    I have an error during the validation, and I don't now where is the problem.
    The error is :
         <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30"          
                                                    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
              <SAP:Category>XIServer</SAP:Category>
              <SAP:Code area="XML_VALIDATION_INB">CX_XMS_SYSERR_VALIDATION</SAP:Code>
              <SAP:P1>com.sap.aii.utilxi.xmlvalidation.impl.XMLValidationException: XML Validation for payload with root element
                                    name Orders , target namespace Failed!Errors Encountered During Parsing 1.cvc-elt.1: Cannot find the
                                    declaration of element 'Orders'.</SAP:P1>
              <SAP:P2>XML Validation for payload with root element name Orders , target namespace Failed!Errors Encountered
                                    During Parsing 1.cvc-elt.1: Cannot find the declaration of element 'Orders'.</SAP:P2>
              <SAP:P3>Schema Not Available in Cache, try to validation with file system schemas. Validation With File System
                                     schemas also Failed. XML Validation for payload with root element name Orders , target namespace
                                      Failed!Errors Encountered During Parsing 1.cvc-elt.1: Cannot find the declaration of element 'Orders'.
                                     </SAP:P3>
              <SAP:P4/>
              <SAP:AdditionalText>not used at the moment.</SAP:AdditionalText>
              <SAP:Stack>System error occurred during XML validation</SAP:Stack>
         </SAP:Error>
    The XSD File for the validation is the following
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="http://site.be/Commandes" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://site.be/Commandes">
            <xsd:element name="Orders" type="Orders"/>
            <xsd:complexType name="Orders">
                    <xsd:annotation>
                            <xsd:documentation xml:lang="EN">DT_Orders</xsd:documentation>
                    </xsd:annotation>
                    <xsd:sequence>
                            <xsd:element name="ligne" maxOccurs="unbounded">
                                    <xsd:complexType>
                                            <xsd:sequence>
                                                    <xsd:element name="Field1" type="xsd:string"/>
                                                    <xsd:element name="Field2" type="xsd:string"/>
                                                    <xsd:element name="Field3" type="xsd:string"/>
                                                    <xsd:element name="Field4" type="xsd:string"/>
                                                    <xsd:element name="Field5" type="xsd:string"/>
                                            </xsd:sequence>
                                    </xsd:complexType>
                            </xsd:element>
                    </xsd:sequence>
            </xsd:complexType>
    </xsd:schema>
    Can someone give me some input to help me to resolve this problem ?
    Thanks a lot
    JC

    How about a slight change to the xsd? Try with the following, it seems to work fine:
    <?xml version="1.0"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <xsd:element name="Orders" type="Orders"/>
       <xsd:complexType name="Orders">
          <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="ligne">
                <xsd:complexType>
                   <xsd:sequence>
                      <xsd:element name="Field1" type="xsd:string" />
                      <xsd:element name="Field2" type="xsd:string" />
                      <xsd:element name="Field3" type="xsd:string" />
                      <xsd:element name="Field4" type="xsd:string" />
                      <xsd:element name="Qte" type="xsd:string" />
                   </xsd:sequence>
                </xsd:complexType>
             </xsd:element>
          </xsd:choice>
       </xsd:complexType>
    </xsd:schema>
    You might also find this tool useful for testing such scenarios:
    http://xsdvalidation.utilities-online.info/
    By the way - how did you get the xsd that you are currently using?

  • PO attachment - Read error during upload

    Hi Gurus,
    I am getting the error when I am trying to attach any file in ME22N, by clicking the services for object button, create attachment, and select the attachment.
    The error message is "Read error during PC upload" and "The attachement has not been created".
    The system is upgraded to ECC 6 last year and have not tried this function before. Now the client want to use this functionality.
    Thanks in advance.
    Durai

    Hi Charlie,
    There is no message number appeared. In the bottom message bar " The attachment has not been created" appeared. In the seperate message window, " Read error during PC upload" is on the title and "Include file in the PC application, Try again?, is in the body.
    Hope I clarified your doubt.
    Thanks and regards
    Durai

  • PO attachment error - Read error during PC upload

    Hi Gurus,
    I am getting the error when I am trying to attach any file in ME22N, by clicking the services for object button, create attachment, and select the attachment.
    The error message is "Read error during PC upload" and "The attachemnt has not been created".
    The system is upgraded to ECC 6 last year and have not tried this function before.
    Thanks in advance.
    Durai

    Hi,
    They are not using any interfaces (EDI), no idocs. They are using either fax or email and post modes only.
    After saving the PO, we can able to attach the documents by clicking the services for object button in ME22N. But I am not able to attach the document to PO.
    Thanks for your response.
    Regards
    Durai.

  • MS05 transaction throws "SQL error: error during INSERT (table: &)"

    Hi Team,
    I am a BASIS engineer on MM system. we have a strange problem from customers we see an error on the MS05 screen with "SQL error: error during INSERT (table: &)" and when the support team runs MS01 transaciton this error gets resolved.
    What I would like to know is what could be the likely cause of this error and how we can prevent it.
    When I check the SM21 logs i noticed one log with "Transaction cancellation 61 204 ( PLAF )"
    and under additional document section is the log I see the below information
    Usually, the reason for this error is that an entry already exists
    with the same key.
    This problem can occur if the client was copied with the movement data
    without adjusting the number range intervals.
    Please check if the number ranges for this table have been set
    correctly and, if necessary, correct the number range interval.
    I am from BASIS and I have no clue in how the MM transactions are linked can any MM gurus help in identifying the root cause for this problem.
    any help on this is highly appreciated
    thanks
    Vijay

    Hi
    Are MS05 & MS01 you're referring is a T-code?. if so, then they are associated with planning and a PP consultant can give a more clear picture on it. Try posting this to a PP forum.
    Based on the error log, i guess this may arise because of the number range problem, when the document is getting saved and record is being tried to inserted into a table.
    Thanks
    E.Avudaiappan

Maybe you are looking for

  • Problem overclocking A64 x2 3800+ with K9A2 CF !

    Hi there, I have an A64 x2 3800+ (windsor) on a MSI k9A2 CF (AMD 790X) with a pair of GeIL 1Gb DDR2 800 CL4 (4-4-4-12) and I'm trying to boost it up... I've followed some guides and I was able to determine the maximum speed of each component. With a

  • Body text appearing as TNR, not the default font

    I'm having a problem with the font settings with mail sent from Mail. I've set the default font to Arial, but all emails sent to other people (using Outlook under WinXP) see it as Times New Roman. I've even specifically selected Arial from the Font P

  • What is the best WMA to MP3 Converter?

    What is the best WMA to Mp3 Converter Software Program?

  • Hyperion Shared Services Backup

    Hi All, We are taking the backup of Domain.xml, CSS.xml, slide.properties, WorkflowEngine.properties, manage_data.properties,openldap-data & slapd.conf. Can anyone let me know what does this files contain and the importane of it. Regards, Kris.

  • Setting Look & Feel - doesn't work for all components...

    Hi there. I'm setting the L&F in my application (UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());) For some strange reason two comboboxes still have the default L&F - all other components switch as expected. Anyone ever encountere