White spaces in token area of xsd - error when importing xsd as ext. def.

Hello,
we are not sure about this issue.
This is how an area of the xsd (unfortunately an xsd of a published standard message format of german government!)
is defined that we need to import as an external definition:
  <xs:complexContent>
      <xs:restriction base="tns:WLT_String">
        <xs:sequence>
          <xs:element name="content">
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:enumeration value="Allgemeine Fahrerlaubnis (§ 5 StVZO) " />
                <xs:enumeration value="Dienstfahrerlaubnis-Klassen (bisheriger § 5 i. V. m. §  14 StVZO)" />
                <xs:enumeration value="Dienstfahrerlaubnis-Klassen (§ 6 i. V. m. §  26 FeV)" />
                <xs:enumeration value="Dienstfahrerlaubnis-Klassen Bundeswehr (bisheriger § 5 i. V. m. §  14 StVZO)" />
              </xs:restriction>
            </xs:simpleType>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="wl_fassung" type="xs:string" use="optional" default="0" />
        <xs:attribute name="wl_version" type="xs:string" use="required" fixed="1.1" />
      </xs:restriction>
    </xs:complexContent>
So we can see this defintion:
              <xs:restriction base="xs:token">
which means per definition:
xsd:token: normalizedString w/o 2 white spaces succeeding and w/o white spaces at start and end.
But you can see that the enumerations contain 2 white spaces succeeding or white space at the end.
Impporting this xsd as an external definition into PI will fail.
So it looks like PI is doing a very restricitve check of the values against the token definition.
We would expect that any xml editor would do the same check but behaviour of xml editors is different means accepting this xsd.
So is it correct that PI is more restrictive at the latest during activation of such an xsd?
This results in the situation that official standard xsds will be used by governement with other tools but only interfaces with PI will fail..
Any ideas how to run with that issue?
Regards
Dirk

Hello,
Your issue looks like the one described in this page:
http://www.xmlplease.com/normalized
For reference purposes, here is the link for the supported schema and wsdl in PI 7.1
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00a9a425-1769-2a10-9196-bd8eeed72e4c
As a temporary work around, you can try editing the xsd by removing the spaces before importing it into PI.
Hope this helps,
Mark

Similar Messages

  • Error when Import XSD file

    Hello expert,
       During creating Data Type in the build, I try to import XSD file, but system says:" XSD schema containing the construct "choice" are not permitted here"!
       I found in the XSD, there are this definition:
                                  <xsd:element name="EmploymentInfo" minOccurs="0">
                                       <xsd:complexType mixed="true">
                                            <xsd:choice>
                                                 <xsd:element name="FullTimeEquivalence" type="xsd:decimal"/>
                                                 <xsd:element name="WorktimeInfo" maxOccurs="unbounded">
                                                      <xsd:complexType>
                                                           <xsd:sequence>
                                                                <xsd:element name="Duration" type="xsd:duration"/>
                                                                <xsd:element name="Period" type="xsd:duration"/>
                                                           </xsd:sequence>
                                                      </xsd:complexType>
                                                 </xsd:element>
                                            </xsd:choice>
                                       </xsd:complexType>
                                  </xsd:element>
         Could anybody tell me how to handle this? I am not quite familiar with XSD. Thanks a lot.
    Best regards,
    Shouxin

    Hi,
    replace choice with sequence
    <b><xsd:complexType>
         <xsd:choice>
              <xsd:element name = “A” type=”xsd:string” />
              <xsd:element name= B” type=”xsd:string” maxOccurs=”unbounded” />
         </xsd:choice>
    </xsd:complexType></b>
    is handled identical to
    <b><xsd:complexType>
         <xsd:sequence>
              <xsd:element name = “A” type=”xsd:string” minOccurs=”0” />
              <xsd:element name= B” type=”xsd:string”
    minOccurs=”0” maxOccurs=”unbounded” />
         </xsd:sequence>
    </xsd:complexType></b>
    Regards
    Tarun Telang

  • Error when importing object P_lis

    Hello Experts ,
    I have a task assigned to me where i have to write a program to get all the reports and their variants( variants without space and non obselete variants)
    When i am trying to access the variant SDCAS_ADRSEL , I am getting a dump "Error when importing object P_lis ". It has got only one variant JOJO1 in the vari table  . Please help me out with this.

    Hi Aditya,
    You might need to provide a few more details on the dump. 
    I.e.
    Exact details of the error that occured.
    Where the error occurred
    You can grab these out of the dump in ST22. That should help people out, to help understand what you are doing, as it's not really clear from your current description. 
    Cheers,
    Katan

  • Transport Error when Importing appset in target system

    We are receiving the below error when importing the appset TEST in Quality system.
    We have include all the objects in the transport by setting UJT_TRANS_CHG to D for all TLOGO objects.
    Any clues to what the problem could be?
    Post-import method RS_AFTER_IMPORT started for APPS L, date and time: 20110519104427
    Post-processing taking place in client 100
    Start of the after-import method RS_APPS_AFTER_IMPORT for object type(s) APPS (Activation Mode)
    Start After Import for AppSet TEST in Client 100 for RFC BI system
    Import Step UPDPTAB completed without errors
    Import Step ADMIN_DEF_UPD completed without errors
    Import Step FILE_SERV_UPD completed without errors
    Import Step DATA_TABLE_UPD completed without errors
    After Import method for AppSet TEST finished successfully
    Start of data checker messages
    Missing File/Dir:
    Missing File/Dir:
    Dimension COSTCENTER's master is empty!
    Dimension DATASRC's master is empty!
    Dimension PROFITCENTER's master is empty!
    BPF: Error reading master data
    Invalid attribute name (ACCTYPE) in dimension (CO_ENTITY)
    BPF: Validation error; Previous step has no matched step region "BR02"
    BPF: Validation error; Previous step has no matched step region "BR05"
    Start of the after-import method RS_APPS_AFTER_IMPORT for object type(s) APPS (Delete Mode)
    Nothing to delete.
    End of after import methode RS_APPS_AFTER_IMPORT (Delete Mode) - runtime: 00:00:00
    Errors occurred during post-handling RS_AFTER_IMPORT for APPS L
    RS_AFTER_IMPORT belongs to package RS
    The errors affect the following components:
        BW-WHM (Warehouse Management)
    Post-import method RS_AFTER_IMPORT completed for APPS L, date and time: 20110519104506
    Post-import methods of change/transport request BPDK900158 completed
          Start of subsequent processing ... 20110519104427
          End of subsequent processing... 20110519104506
    Execute reports for change/transport request: BPDK900158
    Reports for change/transport request BPDK900158 have been executed
          Start of................ 20110519104506
          End of.................. 20110519104506
    Execution of programs after import (XPRA)
    End date and time : 20110519104506
    Ended with return code:  ===> 8 <===

    Hi Naresh,
    Thanks for reply.
    We have checked driver dim and region dim(s) members. Its looks fine. Even though we are facing import error.
    As per basis guidance we have executed program  SE38--> UJA_DATA_CHECKER  on source system appset. And observed there are several errors showing up related to BPFs & Invalid attribute name ACCTYPE for CO_ENTITY dimension.
    If any of you faced similar issue. Please share your input in this regard.
    Regards
    Amit

  • Error when import BI content 3.5.3

    Hi All
    I have error when import BI content 3.5.3 step at Tcode 'SAINT' (file SAPKIBIFIH.car) for mySAP ERP 2004 (ECC 5.0 IDES).
    The error occur in step 3/5 after enter SAINT:Passw request.
    System shown information "<b>Queue SAPKLTHQ10 has not yet been confirmed</b>".
    In step 4/5 sytem shown statue/remarks "<b>The Add-on installation terminated during phase PROLOGUE</b>".
    I think about installation THAI font package at Tcode "SMLT" uncompleted.
    I run report <b>"RSCPINST"</b> at Tcode "SE38" for editing codepage after that the system shown error message "<b>MDMP is not supported foe SAP Business Information Warehouse. Message no.RIN010"</b> Please see sap note 563975.
    <b>Note:</b> When  i import Thai font package "SAPKLTHQ10" using Tcode "SMLT" the system shown error message "TL1277" in define schedule job step.
    Message no. TL137
    Diagnosis
    You want to start the post-import methods for special texts (calendar texts, terminology, and glossary) for language Thai.
    Before this can happen, the system checks whether this server is prepared for this language. The system also checks whether the language environment can be switched dynamically on this server (see ABAP command SET LOCAL LANGUAGE).
    System response
    The system established that the language environment cannot be switched to language Thai.
    The language transport is stopped at this point.
    Procedure
    The switch of the language environment may fail for the following reasons:
    1. The database codepage is not up-to-date.
    2. The codepage information for language Thai is not up-to-date.
    3. Locales for language Thai do not exist, or are invalid, at the operating system level.
    4. The profile parameter zcsa/installed_languages has to be adjusted.
    If an error occurs, proceed as follows:
    1. Find out the name of the server on which the language import job ran. Log on to this server.
    2. Check the language configuration using report RSCPINST. Solve the reported problem there.
    If your system consists of multiple application servers and not all of them have authorization for language Thai, continue the language import on a server that has authorization for language Thai.
    plaese help me to solve this problem.
    thank a lot for all solutions.
    Mooping.

    This is a long story that you write, but your problem seems just that you must "Confirm the queue". Is that correct?
    Without this step no further Support Packages can be inserted into the system. Confirming the queue is done by one of the buttons in the SPAM transaction. Just put the mouse on the buttons and read the quick help to differentiate between the buttons.
    I have never had a problem like this but I think it can happen if, together with the new BI version you also include one or more support packs. This happens automatically if these packages are available, so you may not even have noticed it.

  • Error when importing CO Hierarchies from R/3 DEV to R/3 QAS

    Dear SDN,
    I am getting the following error when importing Cost center and cost element hierarchies from R/3 DEV to R/3 QAS...
    Object OSOA  0COSTCENTER_0101_HIER has not yet been imported successfully
    Object OSOA  0COSTELMNT_0102_HIER has not yet been imported successfully
    Ended with Return code ===8...
    But The two hierarchies were available in R/3 QAS and also i am able to utilise..
    My doubt is if i transport these hierarchies from R/3 QAS to R/3 Production any major issues...
    Now i want to test a data in BW DEV from R/3 Production data...
    So, I am planning to transport These hierarchies from R/3 QAS to R/3 PROD...
    Here we do not have BW QAS...So, getting data from R/3Production to BW DEV and testing...
    After testing Directly use in BW Production...
    So, Please suggest me why when importing these hierarchies errors occuring???
    Help will be greatly appreciated with points...
    Thanks in advance...

    Hi Venkat,
    Please go through the following threads...
    Hierarchy  Transports
    Transporting cost center and profit center standard hierarchies
    /community [original link is broken]://Transporting a hierarchy
    Transport Hierarchy
    Khaja

  • Error when importing ST_PI 2005_1_620

    Hi
    I am getting error when importing ST-PI 2005_1_620 in of our system.
    Here is the details on the log:
      Follow-up action PRGN_AFTER_IMP_ACTGROUP_ACGR for ACGR L started at 20081027152321
      Invalid object D_MD_DATA in role SAP_SDCCN_ALL deleted
      Invalid object D_MD_DATA in role SAP_SDCCN_ALL deleted
      Invalid object D_MD_DATA in role SAP_SDCCN_ALL deleted
      Invalid object D_MD_DATA in role SAP_SDCCN_ALL deleted
      Errors occurred during post-handling PRGN_AFTER_IMP_ACTGROUP_ACGR for ACGR L
      PRGN_AFTER_IMP_ACTGROUP_ACGR belongs to package S_PROFGEN
      The errors affect the following components:
         BC-SEC-USR-PFC (Authorization and Role Management)
      Follow-up action PRGN_AFTER_IMP_ACTGROUP_ACGR for ACGR L ended at 20081027152325
    Looking for your expert advise.
    Thanks

    Invalid object D_MD_DATA in role SAP_SDCCN_ALL deleted
    Have you reviewed the role?
    Regards
    Juan

  • ORA-907 ERROR WHEN IMPORT (COMMENT 처리)

    제품 : ORACLE SERVER
    작성날짜 : 1997-10-15
    ORA-907 ERROR WHEN IMPORT (COMMENT 처리)
    ========================================
    ORA-907: missing right parenthesis error
    이 error 는 export 한 table 을 create 시 comment 를 사용한 경우 발생하는 ORACLE error 이다.
    이는 version 8.0.4 에서 fix 되었다.
    이를 해결하기 위해서는 미리 table create script 를 돌려 temp_table 을
    create 하십시오.
    이 때 comment 를 모두 뺀 상태로 create 한다. 또는 /* */ 는 괜찮다.
    이후 INSERT INTO temp_table select * from original_table ;
    을 실행합니다.
    즉 original_table 을 temp_table 로 copy 한 후
    drop table original_table;
    rename temp_table to original_table ;
    을 한 후 table을 다시 export해서 다른 machine으로 import한다.
    또 이 -- 를 없애는 방법으로 아래의 C program을 이용할 수 있다.
    /* file name : cnvt_dmp.c
    * This program is to covert double dash remark expression
    * C language stype remark expression.
    #include <stdio.h>
    #define MAXWORDS 4
    char s_reserve[4][100]={ "NOT NULL", "CONSTRAINTS",")",","};
    int dash2remark();
    void main(argc,argv)
    int argc;
    char *argv[];
    FILE f_in, f_out;
    int i,j,lreserve;
    int chr1,chr2;
    char str1[100],str2[100],str3[100];
    if( argc != 3 ) {
    printf(" usage : cnvt_dmp infile.dmp outfile.dmp \n");
    exit(0);
    if( (f_in = fopen(argv[1],"r")) == NULL ) {
    printf("could't open the source file.: %s\n",argv[1]);
    exit(0);
    if( (f_out = fopen(argv[2],"w")) == NULL ) {
    printf("대상화일을 생성할 수가 없습니다.\n");
    exit(0);
    j = i = 0;
    while( (chr1 = fgetc(f_in)) != EOF && !ferror(f_in)) {
    if( chr1 == 'D' ) {
    str1[0]='D';
    fputc(chr1, f_out) ;
    for(i=1;i<7;i++) {
    chr1 = fgetc(f_in);
    str1[i] = chr1;
    fputc(chr1, f_out) ;
    str1[7] = 0;
    strcpy( str2,"DEFAULT");
    if ( strcmp( "DEFAULT",str1) == 0 ) {
    lreserve = 0;
              i =0;
    while( (chr2 = fgetc(f_in))!= ','){
    if ( chr2 == ')') break;
    str2[i] = chr2;
    if ( chr2 == '-' )
    lreserve = 1;
              i++;
    str2[i] = chr2;
    str2[i+1] = 0;
    printf(" lreserv => %d, str2=>%s\n",lreserve,str2);
    if (lreserve) {
    dash2remark(f_in,f_out,str2);
    else {
    for( i=0;i<strlen(str2);i++) fputc(str2,f_out);
    else {
    fputc(chr1, f_out );
    fclose(f_out);
    fclose(f_in);
    return;
    int dash2remark( f_in,f_out,str)
    FILE f_in,f_out;
    char *str;
    int i,j,start_pos=-1,end_pos=-1;
    for( i=0; i < strlen(str); i++ ) {
    if ( str[i] == '-') {
    start_pos = i;
    for( j =0 ; j < MAXWORDS; j++){
    if (strncmp(s_reserve[j],str+i,strlen(s_reserve[j]))== 0){
    end_pos = i;
    if ( start_pos > 0 ) {
    for(i=0;i< (start_pos-1); i++)
    fputc( str[i],f_out);
    fputc('/',f_out); fputc('*',f_out);
    for(i =i+2;i<(end_pos-1);i++)
    fputc(str[i],f_out);
    fputc('*',f_out); fputc('/',f_out);fputc(' ',f_out);
    for(i;i<strlen(str);i++)
    fputc(str[i],f_out);
    else {
    for(i=0;i<strlen(str);i++)
    fputc(str[i],f_out);
    return(1);
    이상입니다.

    Hi, i think that the problem is around the rollback segments.The solution is bring other rollback segments ONLINE state, if not exist others rollbackup,then you need create the other rollback segments and bring online state.
    If you need more information, you will must see the next DOC-ID on Metalink site,
    Note:121971.1
    Luck.
    Have a good day.
    Regards.

  • "error when importing object" when selecting variant

    Hello,
    we recently migrated from 4.6 to 4.7.
    For some programs, when selecting a variant, this gives a runtime error, like
    Error when importing object "C131A2"
    What is the cause of this? Because the values in the variant aren't valid anymore?
    How can this be solved?
    Thanks in advance for the help

    Glad to help - you'll likely have to run it after every upgrade (for different reports).
    Rob

  • Error when importing from Excel in SAP

    Hello experts,
    My gets error when importing price list using the import form Xl menu :
    (-1200) DBMCconnBase::EndTransaction SQLEndTran sqlState 08S01, nativeErr: 0, errText:[Microsoft][SQL Native Client] Communication link failure
    This happens only when connected with SAP Client, it never happens when connected in terminal server directly on SAP server.
    Server 2003, MSSQL 2005 SP2
    SAP 2007 Sp01 PL08 HF01
    This has always been working before, it has stopped working when he changed the motherboard 3 weeks ago. Nothing else have changed.
    Any idea where to look at?
    Thanks!
    Chris

    hello Gordon,
    Thanks for your answer. that would have probaly fix the issue
    my techs fixed the issue by doing the 2 following thinks, i don't know if only one of them would have fix it.
    1. in the boot.ini file there was a /3G in the end, restricting the memory to 1G for the OS. The tech deleted it.
    2. in management studio, the technician changed the memory reserved for sql from 9/12 to 14/16Gb
    there was probably not enough RAM available for the import.
    since that change it works well.
    Thanks again!
    Christophe

  • Org.apache.jasper.JasperException; JCO error when Importing SAP Roles in C

    Hello experts,
    I have installed BOXI 3.1 SP3, Integration kit SP2, BW/BI 7.0 and ECC 6.0 on Windows 2008/64bit.
    My goal is to import the roles into CMS from SAP BW/BI but getting the follwoing errors:
    JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc
    C:\Windows\SysWOW64\sapjcorfc.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform.
    java.library.path [C:\Windows\SysWOW64\;D:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\]
    org.apache.jasper.JasperException
    I followed the note 1292144 - JCO error when Importing SAP Roles in CMC,but unfortunately without success.
    I installed SAP JCo Release 2.1.9 (64bit)
    Best regards
    Lutz
    Edited by: Lutz Heinrich on Aug 12, 2010 4:17 PM

    Install the 32bit version of the Java connector. BOBJ is 32bit so even on 64bit Windows you need the 32bit version of the Java Connector.
    Regards,
    Stratos

  • CL_SFW_SYSTEM_SETTINGS error when importing SPs

    When we want to import the support packages SAP_BASIS, SAP_ABA, SAP_BW,
    PI-BASIS untill packages level 7 ( we come from level 4) and the HR
    untill package level 26 we run into the short text error when importing
    the basis, aba, pi-basis and bw package.
    I tried to use the following notes:
    1281321 but this gives the error: DEQUEUE_ENQBADIIMPL_ENH
    1483283 but this fails also as when I perform tp unlock_EU <SID>
    pf=/usr/sap/<sid>trans/bin/TP_DOMAIN_<SID>.PFL it tells me it need to be done
    via SE03.
    1532661 this one sents me to note 1414700 and 1366282 but the last ones
    sents you back to 1483283 and note 1414700 when I want to implement it
    with snote it tells me I need to use transaction SE03 for system settings.
    Is there any other option to get this issue fixed? as we need to upgradesome other systems aswell with these support packages
    Dump message is:
    Runtime error          SYNTAX_ERROR
    Datum en tijd          27.06.2011 14:05:47
    Korte tekst
         Syntax error in program "CL_SFW_SYSTEM_SETTINGS========CP ".
    Wat is er gebeurd?
         Error in the ABAP Application Program
         The current ABAP program "CL_SFW_RO_FACTORY=============CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program
          "CL_SFW_SYSTEM_SETTINGS========CP " in include
          "CL_SFW_SYSTEM_SETTINGS========CCIMP " in
         line 215:
         "Type "SFW_BF_STATE_CHANGE" is unknown"
         The include has been created and last changed by:
         Created by: "SAP "
         Last changed by: "SAP "
         Error in the ABAP Application Program
         The current ABAP program "CL_SFW_RO_FACTORY=============CP" had to be
          terminated because it has
    come across a statement that unfortunately cannot be executed.
    enanalyse
    The following syntax error was found in the program
    CL_SFW_SYSTEM_SETTINGS========CP :
    "Type "SFW_BF_STATE_CHANGE" is unknown"
    Startpunt van runtime error
        Programma                               CL_SFW_RO_FACTORY=============CP
        Include                                 CL_SFW_RO_FACTORY=============CCIMP
        Regel                                   1.889
        Moduletype                              (METHOD)
        Modulenaam                              INIT
    1862           obj  = obj.
    1863   ENDMETHOD.                    "create_object
    1864
    1865   method get_instance_for_locals.
    1866     create object reg.
    1867     reg->obj_factory = factory.
    1868   ENDMETHOD.                    "get_instance_for_locals
    1869
    1870 ENDCLASS.                    "lcl_sfw_obj_registry IMPLEMENTATION
    1871
    1872
    1873 ----
    1874 *       CLASS lcl_sfw_system_settings IMPLEMENTATION
    1875 ----
    1876 *
    1877 ----
    1878 class lcl_sfw_system_settings implementation.
    1879
    1880   method get_instance.
    1881     if ( singleton is initial ).
    1882       create object singleton.
    1883       singleton->init( ).
    1884     endif.
    1885     instance = singleton.
    1886   ENDMETHOD.                    "get_instance
    1887
    1888   method init.
    >>>>>     me->system_settings = cl_sfw_system_settings=>get_instance( ).
    1890   ENDMETHOD.                    "init
    1891
    Edited by: C. Bults on Jun 27, 2011 2:35 PM
    Removed customer system name

    The following is the solution.
    Symptom
    When you import the Support Packages SAP_BASIS 7.00 Support Package 14 and
    Support Package16 in a queue, the runtime error SYNTAX_ERROR occurs in
    class CL_SFW_SYSTEM_SETTINGS (program CL_SFW_SYSTEM_SETTINGS========CP).
    More Terms
    Syntax error, CL_SFW_SYSTEM_SETTINGS, SPAM, SYNTAX_ERROR,
    CL_SFW_SYSTEM_SETTINGS========CP
    Cause and Prerequisites
    This problem is due to a program error.
    Solution
    Option 1:
    Import Support Package 14 and Support Package 16 in separate queues.
    Option 2:
    After the error mentioned above occurred, regenerate the enhancement spot
    SFW_SWITCH_CHANGED in transaction SE18.
    To do this proceed as follows:
    1. Call transaction SE18.
    2. Enter the enhancement spot SFW_SWITCH_CHANGED.
    3. Choose "Display".
    4. Choose the menu option "Enhancement Spot -> Activate".
    You can now import the queue using the Support Package Manager

  • Why is there a huge white space to the right of the board when I play Lexulous on Facebook?

    I play Lexulous (a form of Scrabble) on Facebook. For months now, whenever I play the game, there is a huge white space to the right of the board, like a whole other window. Only with this app. I tried another browser, same thing, and it also does it on my laptop (MacBook Pro). I asked the Lexulous help desk and attached a screenshot; they had no idea what would cause that to happen. I asked a couple of my regular opponents and they are not seeing it. It's really annoying because if I accidentally touch my mouse to the bottom scroll bar, the board slides offscreen to the left.
    Sorry if this is the wrong forum for this question, but I'd like to fix it.

    If you are using Safari to connect to Facebook, try this on one of the Macs.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab.
    If there are any installled, turn that OFF, quit and relaunch Safari and try that game.

  • Ora-00600 error when registering xsd with large enumeration

    I am trying to register the xsd:
    http://212.130.77.78/StandatWS/StandatXSD.asmx/GetSchema?SchemaFile=std00019.xsd
    It contains a very large enumerated type like this:
    <xsd:simpleType name="std00019">
    <xsd:annotation>
    <xsd:documentation>Stofparametre</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="0000">
    <xsd:annotation>
    <xsd:documentation></xsd:documentation>
    </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="0001">
    <xsd:annotation>
    <xsd:documentation>Syn</xsd:documentation>
    </xsd:annotation>
    </xsd:enumeration>
    The file is more than 7000 lines of xml. If I try to cut it down to less than 4000 lines or so, then I can register it. Otherwise it give me an error like this:
    1 begin
    2 dbms_xmlschema.registerURI(
    3 'http://212.130.77.78/StandatWS/StandatXSD.asmx/GetSchema?SchemaFile=std00019.xsd',
    4 'http://212.130.77.78/StandatWS/StandatXSD.asmx/GetSchema?SchemaFile=std00019.xsd'
    5 );
    6* end;
    SQL> /
    begin
    FEJL i linie 1:
    ORA-00600: intern fejlkode, argumenter: [qmxiCreateColl2], [11], [], [], [],
    ORA-06512: ved "XDB.DBMS_XMLSCHEMA_INT", linje 0
    ORA-06512: ved "XDB.DBMS_XMLSCHEMA", linje 185
    ORA-06512: ved linje 2
    I am using 9.2.0.6.0
    Do you know if there is a maximum length of an enumeration in oracle?

    If you cannot post the schema please open a itar with oralce support so that the schema can be uploaded.

  • Error while Importing XSD in to XI system

    Dear All
                 I'm trying to import XSD's in to my XI system & received the following error. Can some one give me a insight in to this error.
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError: com.sap.aii.utilxi.xsd.api.XsdSchema.getParserErrorsCheckResult()Lcom/sap/aii/utilxi/misc/api/CheckResult;
    java.lang.RuntimeException: java.lang.NoSuchMethodError: com.sap.aii.utilxi.xsd.api.XsdSchema.getParserErrorsCheckResult()Lcom/sap/aii/utilxi/misc/api/CheckResult;
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:80)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy1373.convertExternalDocument(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: java.lang.NoSuchMethodError: com.sap.aii.utilxi.xsd.api.XsdSchema.getParserErrorsCheckResult()Lcom/sap/aii/utilxi/misc/api/CheckResult;
    at com.sap.aii.ibrep.server.extdef.XsdInternalServerExternalCategoryService.convertToXsd(XsdInternalServerExternalCategoryService.java:79)
    at com.sap.aii.ibrep.server.extdef.XsdInternalServerExternalCategoryService.convert(XsdInternalServerExternalCategoryService.java:34)
    at com.sap.aii.ibrep.server.extdef.ServerExternalConversionService.convert(ServerExternalCategoryServiceProvider.java:42)
    at com.sap.aii.ibrep.server.misc.RepSpecMiscServicesBean.convertExternalDocument(RepSpecMiscServicesBean.java:185)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:43)
    ... 32 more
    javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoSuchMethodError: com.sap.aii.utilxi.xsd.api.XsdSchema.getParserErrorsCheckResult()Lcom/sap/aii/utilxi/misc/api/CheckResult;
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:80)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy1373.convertExternalDocument(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:234)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodError: com.sap.aii.utilxi.xsd.api.XsdSchema.getParserErrorsCheckResult()Lcom/sap/aii/utilxi/misc/api/CheckResult;
    ... 33 more
    Caused by: java.lang.NoSuchMethodError: com.sap.aii.utilxi.xsd.api.XsdSchema.getParserErrorsCheckResult()Lcom/sap/aii/utilxi/misc/api/CheckResult;
    at com.sap.aii.ibrep.server.extdef.XsdInternalServerExternalCategoryService.convertToXsd(XsdInternalServerExternalCategoryService.java:79)
    at com.sap.aii.ibrep.server.extdef.XsdInternalServerExternalCategoryService.convert(XsdInternalServerExternalCategoryService.java:34)
    at com.sap.aii.ibrep.server.extdef.ServerExternalConversionService.convert(ServerExternalCategoryServiceProvider.java:42)
    at com.sap.aii.ibrep.server.misc.RepSpecMiscServicesBean.convertExternalDocument(RepSpecMiscServicesBean.java:185)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:43)
    ... 32 more

    Thanks to Sunil & Swetha
                  My issue has been resolved, it was related to Support Pack Stack level. I upgraded to SP09 for the following components
    SAPXITOOL*.SCA
    SAPXIESR*.SCA
    SAPXIAF*.SCA.
    (1) Open the Administration console at link:
    - http://<Host>:<Port>/rep/support/admin/index.html
    (2) Click Java Web Start Administration link in left-hand navigation menu.
    (3) Click Re-initialization button (to reintialize all jars).
    Thanks again for your time.

Maybe you are looking for

  • How do you remove apps from the App Store

    Just wondering if you delete or get rid of the old apps not being used. Always getting updates I don't need it's, annoying would like to get rid of them

  • Acrobat 8.1.7 -- Error 1920.Service Print Spooler?

    I have a valid key on an installed version of Adobe Acrobat 8.1.7. (AA8 Standard installed on a XP system)  It fails to create a PDF document and the Error 1920 apprears before it shuts down. When, per representative suggestion, I attempt to uninstal

  • Installing Oracle 8i and Forms 6i Messes up SQL PLUS HELP PLEASE!!!

    I have Win2K, originally I had Oracle 8i (home was "orant"), and I was able to connect to oracle through SQL PLUS. Then I installed the Forms 6i (downloaded version from OTN) on separate home , and I couldn't invoke forms, so I copied tnsnames.ora fr

  • Download hangs on certain podcasts, movies or songs

    I have several podcasts and movies that will start downloading. Then the downloading stops. The banner at the top continues to flash that it is downloading but bar stops moving. After several seconds of no activity the download stops. I can start ano

  • Problem with storer

    Hello, I have ZfD3sp1, NW6sp2. Invetory and DB were reinstaled and DB was restored from backup. Whole ZEN and Inventory works fine, wkst with record in DB are updated, but new imported wkst no. I have find only one error : [8/4/03 09:56:15.737] ZENIn