Conversion configuration error Unknown structure Header found in document

Hi,
we are having the following target structure according to that we need to generate a file.
Output file sample format:
ACODESXXXX0001581012011-03-2209.12.42WARRANTY CAUSE CODES FILE
ACODESXXXX000158102CCCORROSION INSPECTION
ACODESXXXX00015810255CAVITY, PINHOLE
ACODESXXXX00015810256BAD MACHINING
BCODESXXXX0001581012011-03-2209.12.42WARRANTY COMPLAINTS CODES FILE
BCODESXXXX000158102NCNO CUSTOMER COMPLAINT
BCODESXXXX000158102XPCONSIDERATION
BCODESXXXX00015810299OTHER
BCODESXXXX000158199000000131
CCODESXXXX0001581012011-03-2209.12.42WARRANTY CIRCUMSTANCE CODES FILE
CCODESXXXX000158102 BLANK
CCODESXXXX000158102AAT ENGINE START
CCODESXXXX000158102BWHEN WARMING-UP
Target  Record Structure:
DT_Codes
          Record
                    ACodes      
                           Header
                           Details
                           Trailer
                     Bcodes
                           Header
                           Details
                           Trailer
                     Ccodes
                           Header
                           Details
                           Trailer
                     TWRNTY
                           Header
                           Details
                           Trailer
In receiver file adapter we have given following content conversion parameters
Content conversion Parameters :
Recordset Structure*: A_Code.Header,A_Code.Detail,A_Code.Trailer,B_Code.Header,B_Code.Detail,B_Code.Trailer,C_Code.Header,C_Code.Detail,C_Code.Trailer,
Name                                                                                value
A_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
A_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,3
A_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
B_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
B_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
B_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
C_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
C_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
C_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
Now we are getting error "Conversion configuration error Unknown structure Header found in document"
Please suggest solution for the error.
thank you,
Praveen.

your content conversion parameters seem to be wrong.
Do refer;
/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts
/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Similar Messages

  • RFC 2 FLAT "Conversion configuration error: Unknown structure" MessageTrans

    Hello all,
    I want to use MessageTransformBean to map an RFC Call to a FlatFile in Receiver Adapter. As it is not FTP I can't use FCC.
    Everytime I start the processing I get the error:
    com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:Z_FUNCTION' found in document', probably configuration error in file adapter (XML parser error)''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:Z_FUNCTION' found in document', probably configuration error in file adapter (XML parser error)'
    I implemented everything according to [this|http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm] guide (complex conversion for receiver cc).
    I also tried to map the RFC to another XML structure, but the error was the same?
    Any ideas?
    Best regards,
    David

    You can probably find answers in these threads:
    Error in Receiver FCC: Unknown structure ... found in document
    Unknown structure 'ns0:MT_dbglgtr_FileName' found in document'
    Error in reciever file content conversion
    Regards,
    Ravi

  • 'Conversion configuration error: Unknown structure

    Hi, my scenario is very simple, Proxy->PI->File and there is no mapping.
    There is a report that sends all the data to PI with the proxy and that works OK, but when the file adapter must generate the file I get the following error:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'n:WU_MT_BP' found in document', probably configuration error in file adapter (XML parser error)'
    The XML can't be wrong because the MT of the proxy service interface is the same that the MT of the file interface.
    In the file content conversion I specified all the structures, with fieldFixedLenghts parameter and endSeparator = 'nl'... I checked those parameters too and they look OK too...

    >>Unknown structure 'n:WU_MT_BP
    This looks clearly like a content conversion issue.
    In file content conversion for recordset structure,have you specified WU_MT_BP?
    Is this tag required or it shouldn't be coming in payload in first place.
    It is possible that the occurrence of this tag is optional and you may be specified/not-specified content conversion parameters for it.
    Thanks
    Aamir

  • Trex error: No embedded object found in document (Errorcode 14037)

    Hi,
    we have following problem with our crawler:
    in the crawler 50 % of documents are returning the error "No embedded object found in document (Errorcode 14037)" and are not displayed in the trex monitor. All other documents are indexed correctly an are in the trex monitor in "OK".
    We are on Stack 14 Patch 4.
    Regards,
    Gerhard

    Hi Gerhard,
    Typically, errors codes 14XXX are related to filter problems during the preprocessing of documents. Details about TREX error codes are explained in the help portal and in the note 898404.
    Unfortunatelly, filter problems could not be easily fixed. However, a good starting point would be to use a newer TREX release. If this doesnt help please open a Customer Message and attach documents, which causes the mentioned error. Please attach only not sensible documents!
    Kind regards,
    Roland

  • Error in Receiver FCC: Unknown structure ... found in document

    Hi Experts,
    I have a problem with the Receiver File Adapter. I want to use Content Conversion to generate a plain file.
    Input to receiver file adapter:
    <?xml version="1.0" encoding="utf-8" ?>
    <PlainFile>
      <filename>filename.txt</filename>
      <line>Line 1</line>
      <line>Line 2</line>
    </PlainFile>
    Wanted result: a file filename.txt with this content:
    Line 1
    Line 2
    FCC settings:
    RecordSet Structure: line, filename
    line.fieldSeparator:'nl'
    filename.fieldFixedLengths:0
    filename.fixedLengthTooShortHandling:Cut
    Problem is: the adapter throws error "Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'PlainFile' found in document'"
    If I use:
    RecordSet Structure: PlainFile, line, filename
    and add:
    PlainFile.fieldSeparator:'nl'
    ... the lines are printed, but also the unwanted filename. The XML input results from an 1:n mapping, therefore I want to set different filenames by variable substitution from the payload.
    Many thanks for your help,
    Ralf

    Since you want to the filename to be sent in the payload, check out the below Variable Substitution Method. This information is available in help.sap.com.
    Advanced Tab Page
    Variable Substitution (Target Directory/File Name Scheme)
    If you set the Enable indicator, you can enter variables for the Target Directory and File Name Scheme. Enter the names of the variables and references in the table.
    &#9679;      Enter each variable that you reference in the Target Directory and File Name Scheme fields without the surrounding percentage sign under Name of Variables in the table.
    The variables can refer to attributes of the message header or elements of the message payload.
    &#9675;       If the variables are to refer to an attribute of the message header, add the prefix message: to the name of the variable under Reference. You can specify the following attributes of the message header:
    sender_party, sender_service, receiver_party, receiver_service, interface_name, interface_namespace,
    message_id (message ID with hyphens, for example 9fbe1ff1-9a0d-11d9-8665-cbf10a126331)
    message_id_hex (message ID in hexadecimal format, for example 9fbe1ff19a0d11d98665cbf10a126331)
    For example, if you want to specify the interface name from the message header in the target directory or in the file name scheme, enter message:interface_name as the reference.
    Note
    If one of the message attributes contains characters that are not permitted in a file name, for example \, /, :, *, ?, ", <, >, |, then these characters are replaced by an underscore ("_").
    &#9675;       If the variable refers to an element in XML schema, add the prefix payload: to the information under Reference. The reference then comprises a pseudo path description in the form of a comma-separated list with the schema namea,na,nameb,nb,....
    namea,nameb,... corresponds to the element name and na,nb,... corresponds to the occurrence of the element name at the respective level in the document.
    The description begins at the root of the document and ends at the respective element.
    Example
    To reference the element that is in bold in the example, the following expression is used: payload:root,1,e1,1,e2,2
    The parser searches for the first occurrence of the root element at the first level. It then searches for the first occurrence of e1 at the second level and for the second occurrence of e2 at the third level. The content of the last element (“Example Value”) is set as the value for a specified variable.
    <?xml version="1.0" encoding="UTF-8" ?>
    <root>
      <dummy>
         <e1>
            <e2>Data_1</e2>
            <f/>
            <g attr="abc">text</g>
            <e2>Data_2</e2>
         </e1>
      </dummy>
      <e1>
         <e2>illegal/value</e2>
         <f/>
         <g attr="abc">text</g>
         <e2 attr="fghij">Example Value</e2>
      </e1>
    </root>

  • Unknown structure 'ns0:MT_dbglgtr_FileName' found in document'

    I have other problem.
    The receiver channel communication gives the next error:
    Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:MT_dbglgtr_FileName' found in document', probably configuration error in file adapter (XML parser error)'.
    I haven't empty node and any condition.
    Thank you.

    Hi,
    Same problem solved here: (infact many threads with the same problem and solution)
    Error in Receiver FCC: Unknown structure ... found in document
    Re: Receiver File content conversion - NO Output
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Apr 14, 2009 7:42 PM

  • Solution to "An incorrect structure was found in the PDF file"

    I was trying to extract a page from a PDF file in Acrobat Pro 8.1.2 using Javascript, and got this error ("Incorrect Structure was found").
    For future reference, here's what I did to restore the ability to extract/delete pages:
    Go to the View -> Navigation Panels -> Tags. The panel showed that my PDF file had two Document tag "trees". Select the option to "Highlight content". Then, when you select a tag, the corresponding page items get a light blue border. It turned out that one of the two tag sets didn't highlight anything, so I deleted it (leaving one Document tag tree). Then I saved the file, and was able to extract pages after that.
    So that's how I fixed it in this particular file. Hope this helps.
    Darryl

    Funny, I see this error in many spots but nobody from Adobe is addressing it where I can see. The tag idea was interesting (and tedious) but still not working. Looks like I won't make the deadline. Thanks for a whole lot of nothing Adobe...

  • Cannot install GLIB on OSX 10.6 (configure: error: *** No iconv() implement

    Folks,
    I've been trying everything I can to install GLIB 2.23.0 on OSX 10.6 and it's failing when I attempt to run the ./configure with this error message below.
    checking for libiconv_open in -liconv... no
    configure: error: * No iconv() implementation found in C library or libiconv
    How do I resolve to get this installed?

    This solved it.
    http://letsneverdie.net/blog/?p=75
    ./configure
    Once this is complete, we’ll need to replace 3 lines in a certain source file.
    From what I understand, apple’s included libiconv doesn’t support 64bit, and I happen to be building a 64bit irssi. So, let’s make the changes below to make sure the libiconv that we’ve built is used. Navigate to the ‘glib’ folder (just plain glib, the one INSIDE of the main glib source folder), and open ‘gconvert.c’ with your favorite editor.
    #if defined(USELIBICONVGNU) && !defined (LIBICONVH)
    #error GNU libiconv in use but included iconv.h not from libiconv
    #endif
    #if !defined(USELIBICONVGNU) && defined (LIBICONVH)
    #error GNU libiconv not in use but included iconv.h is from libiconv
    #endif
    replace the last 3 lines, like so:
    #if defined(USELIBICONVGNU) && !defined (LIBICONVH)
    #error GNU libiconv in use but included iconv.h not from libiconv
    #endif
    #if !(defined(_APPLE_) && defined(_LP64_)) && !defined(USELIBICONVGNU) && defined (LIBICONVH)
    #error GNU libiconv not in use but included iconv.h is from libiconv
    #endif
    Save and close the file in place. Now you’re ready to compile and install glib:
    make
    sudo make install

  • Reason: Error in sieve filter: Unknown function/variable found: church around input line 79 [ stop; } require " f^ileinto"; if header ]

    My wife's email has been getting filled with hundereds of emails with this in them this morning. I don't see where anyone else is having this problem today, but I wanted to see if it's on iCloud's end or ours.
    Processing errors occurred during delivery:
    Recipient address: [email protected]
    Reason: Error in sieve filter: Unknown function/variable found: church around input line 79 [ stop; } require " f^ileinto"; if header ]
    Delivery processing continued in spite of these errors.
    Reporting-MTA: dns;ms21034.mac.com (tcp_intranet-daemon)
    Arrival-date: Tue, 13 Mar 2012 07:33:18 +0000 (GMT)

    My Wife and I both have an Ipad and an iPhone, I use an iMac and my wife a MacBook Pro.
    I have this problem with all my devices.
    My wife has NOT got this problem.
    We both use a [email protected] email acount.
    Just compared the settings:
    For "Incoming server" I have p03-imap.mail.me.com
    My Wife has p02-imap.mail.me.com .... and has not got this problem.
    I have setup a new rule for incoming mails (for the meantime):
    move all incoming emails from [email protected] to trash and delete it.
    Works fine for now,......until APPLE deals with the problem.
    Message was edited by: RTONLINE

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) Logon failure: unknown user name or bad

    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Logon failure: unknown user name or bad password 
    am using Windows integrated security,version of my sql server 2008R2
    I have go throgh the different articuls, they have given different answers,
    So any one give me the  exact soluction for this problem,
    Using service account then i will get the soluction or what?
    pls help me out it is urgent based.
    Regards
    Thanks!

    Hi Ychinnari,
    I have tested on my local environment and can reproduce the issue, as
    Vaishu00547 mentioned that the issue can be caused by the Execution Account you have configured in the Reporting Services Configuration Manager is not correct, Please update the Username and Password and restart the reporting services.
    Please also find more details information about when to use the execution account, if possible,please also not specify this account:
    This account is used under special circumstances when other sources of credentials are not available:
    When the report server connects to a data source that does not require credentials. Examples of data sources that might not require credentials include XML documents and some client-side database applications.
    When the report server connects to another server to retrieve external image files or other resources that are referenced in a report.
    Execution Account (SSRS Native Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Error message in Logic "audio configuration contains unknown items"

    I am using Logic Studio with an apogee Duet and Mac Book Pro.
    So far I love the apogee duet for it's simplicity and sound. I have
    however started to receive this error message working with Logic Studio,
    almost anytime I start a new track, add a plug-in or instrument, etc.
    "Audio Configuration contains unknown items"
    It did not do this from the very beginning but started after a few
    sessions. I have tried re-installing the driver disc for the Duet but it still happens.
    when it does pop-up i can click the ok box and after clicking several times
    it will go away and let me proceed.
    Could anyone please advise me.
    thank you very much.

    Maybe this happen bacause you put many additional info in your "Aple discussion" profile about the software that you use, but we can also say you the same as Logic message:
    your detailed "Audio configuration" profile info contain a "unknow item"
    Whitch is your audio interface?
    G
    PS: anyway, try to trash Logic preferences.

  • Error : Invalid/unknown SSL header was received from peer

    Hi,
    I am having Weblogic 8.1 (SP5) Application Server running in US. I have a GUI application which is talking to this application server using SSL protocol. We have same SSL certificates installed machines from where this GUI application is executed.
    When I connect to this app. server from India, I am able to connect and do required operations, without any problem
    Using same GUI application when a user tries to connect from US, he is able to connect and do some basic operation. But after some time suddenly the connection with the server gets broken and he is not able to do any further operation. After that when he closes the application and tries to connect again, he is able to connect. Again after sometime server communication is broken. But I am able to connect and do operation on the same server and at the same time without any connection break up.
    When I checked Weblogic logs (wl-domain.log), I saw the below error printed.
    ####<Aug 30, 2006 7:54:40 AM CDT> <Warning> <Security> <TANGO2> <DevServer> <ExecuteThread: '24' for queue: 'default'> <<WLS Kernel>> <> <BEA-090476> <Invalid/unknown SSL header was received from peer 220.225.40.242 - 220.225.40.242 during SSL handshake.>
    ####<Aug 30, 2006 8:07:37 AM CDT> <Error> <HTTP> <TANGO2> <DevServer> <ExecuteThread: '24' for queue: 'default'> <<WLS Kernel>> <> <BEA-101018> <[ServletContext(id=200305,name=DefaultWebApp,context-path=)] Servlet failed with ServletException
    java.lang.Throwable: Write Channel Closed
    at com.tpt.thresher.servlet.TPTRPCRouterServletSession.doPost(TPTRPCRouterServletSession.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    But server has not gone down, its up all the time. Only thing is after this error comes up, user is not able to do any operation. He has to close the application and reconnect to the server. This is happening after random operation and there is no particular pattern for this. Server connection gets broken after every 5-10 minutes when connected from US.
    Does anyone have any idea why this error comes?
    Does it have to do anything with Operation System?

    Please clarify. Do you believe that this is a JRockit error? If not, I would recommend one of the WebLogic newsgroups instead.
    Cheers -- Henrik

  • Error Occurred: PDF header signature not found.

    Receiving error on 2 different computers when trying to open pdf documents to print. One computer has Adobe Acrobat X and the other has Adobe Reader XL 11.0.05,
    Following is the error:
         Error Occurred: PDF header signature not found.
    What is causing the error and what changes need to be made to allow the documents selected to be opened?
    Thanks in advance,

    What software is issuing the warning or error?
    Is this form created in LiveCycle?
    That is the Adobe product that creates an XML form.

  • Question:rman recover (error:Bad header found during inspecting archived )

    oracle9208 aix5.2
    after restore database successfully,i recover database
    i receive info in alert_sid.log
    Corrupt block seq: 0 blocknum=1.
    Bad header found during inspecting archived log
    Data in bad block - seq:184680448. bno:369098753. time:0
    beg:0 cks:260
    calculated check value: 2653
    Reread of seq=0, blocknum=1, file=/dev/rora_redo1_21, found same corrupt data
    alter database recover datafile list
    161 , 162 , 163 , 164 , 165 , 166 , 167 , 168
    Completed: alter database recover datafile list
    161 , 162 ,
    Fri Nov 6 22:37:17 2009
    alter database recover if needed
    start until time 'NOV 01 2009 21:07:53' using backup controlfile
    Media Recovery Start
    ORA-279 signalled during: alter database recover if needed
    start until time...
    then recover processes hang for a long time
    so why and how can i solve this problem??

    Dear user097815,
    I think there are a couple of syntax errors and it would be better for you to first try each one one-by-one than add them into your "run" block.
    RMAN> allocate channel for maintenance device type 'SBT_TAPE';
    using target database control file instead of recovery catalog
    allocated channel: ORA_MAINT_SBT_TAPE_1
    channel ORA_MAINT_SBT_TAPE_1: sid=910 devtype=SBT_TAPE
    channel ORA_MAINT_SBT_TAPE_1: Data Protector A.06.10/611
    RMAN> allocate auxiliary channel t1 type 'sbt_tape';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "auxiliary": expecting one of: "channel"
    RMAN-01007: at line 1 column 10 file: standard input
    RMAN> ALLOCATE AUXILIARY CHANNEL c1 DEVICE TYPE sbt;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "auxiliary": expecting one of: "channel"
    RMAN-01007: at line 1 column 10 file: standard input
    RMAN> run
    ALLOCATE AUXILIARY CHANNEL c1 DEVICE TYPE sbt;
    }Hope That Helps.
    Ogan

  • Error ORA-01251: Unknown File Header Version while restoring db from backup

    Hi all,
    SO: Solaris 10 (installed in a zone in Solaris 11)
    DB: 9.2.0.6
    We are facing the error stack below when trying to recover a 9i database from a previous full backup:
    ORA-01110: data file 28: '/u01/app/oracle/9.2/db/oradata/datafile28.dbf'
    ORA-01122: database file 28 failed verification check
    ORA-01110: data file 28: '/u01/app/oracle/9.2/db/oradata/datafile28.dbf'
    ORA-01251: Unknown File Header Version read for file number 28The datafile28 was successfully restored from the full backup to the location specified in the RMAN script. We executed the dbverify utility on the datafile28, but no corruption was detected. We also brought the datafile to the offline state and then re-executed the RMAN script, without success.
    What do you think can be causing this issue?
    Thanks in advance.

    Problem solved.
    The issue was related to the names of the datafiles. We had some datafiles with the same name in different raw devices, and when trying to restore these datafiles to the same mount point, the error was raised. To solve, we restored some datafiles to a different mount point, keeping the original name from the source.

Maybe you are looking for

  • How can I import multiple email addresses in cc field of MAIL email into Address Book or Contacts?

    Hello...Mail and Address Book used to have a great feature where when you received an email (in Mac MAIL program), if there were multiple emails I'm the "to" or "cc" fields, you could select them all as a batch and drag them into Address Book and it

  • Report link to Form in another tab.

    Basically I have a chart with a link. The link on the chart links to a report and in this report there is another link that links to a form. When you click on the link in the report that leads to the form it brings the form up in a new window. This s

  • 2 Way mirror via Storage Spaces using 2xJBODS

    Looking to setup 2xJBODS connected to a cluster File Servers & use 2-WAY mirror for the pool. Its clear that w. a 2way mirror that it can only handle 2 drives failing before seeing data loss but is that 2 drives between both JBODS or is that 2 driver

  • Basic aperture help? Can anyone help out!?

    Iam adventuring into the art of editing photos but having trouble deciding if Aperture is for me. I tried Capture Nx2 but watermarking is a major component ill be using and it doesnt support that. I tried Gimp but it works with X11 and it doesnt seem

  • Muse tablet view in browser

    Why does my browser view of the tablet configuration not fit in the screen even though I used the guides in Muse design.  I used the guides in the design view but in browser the left side gets cut off and I cannot scroll to the left to see it.