EOF expected after end document tag

I'm trying to serialize java objects over a network stream using Oracle's XML Parser for java (v2.027). I was using a parser that did not buffer within a document, so was able to send multiple objects within a single document. However, I'd really like to use oracle's parser. I can't seem to turn off buffering, so sending each object as a document seems a viable alternative. Unfortunately, I can't seem to start a new document on the same stream... here's the error:
WARN [952461810730]: ** Parsing error, line 2, uri null (in vesselworld.network.serialization.GDeserializer)
WARN [952461810731]: <Line 2, Column 1>: XML-0100: (Error) Expected 'EOF'. (in vesselworld.network.serialization.GDeserializer)
org.xml.sax.SAXParseException: <Line 2, Column 1>: XML-0100: (Error) Expected 'EOF'.
at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:255)
at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:210)
at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:215)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:109)
but for the volume of objects I'm sending (interface events - mouse clicks and such), repeatedly openning and closing a stream introduces way too much overhead... Any suggestions?
Thanks...

It means that your XML is not properly formed, and that you're likely missing some end tag for the "link" element somewhere.  (also worth checking all your other elements to ensure they have proper end tags.

Similar Messages

  • LPX-00245: extra data after end of document

    Hi,
    Oracle Version is 11.1.0.7.0
    While simulating higher load on my application I am facing the following error.This error is continuously appearing on Unix Application server.Kindly let me know why this error is coming and how can i resolve it.
    In line 673 of buffer:
    LPX-00245: extra data after end of document
    Thanks

    Hi;
    Similar error mention in below doc, please check them:
    Dbms_spm.Load_plans_from_sqlset Getting Xml Parsing Error [ID 1204524.1]
    Issues When Trying to Load XML Message From Jms Queue To Oracle Table As Xmltype [ID 1139775.1]
    Bug 9942454 - DBMS_SPM.LOAD_PLANS_FROM_SQLSET gets XML parsing error [ID 9942454.8]
    Regard
    Helios

  • No end root tag

    Hi - I am writing several times to my log file which I am formatting in XML, using my own XMLFormatter.
    Since I log multiple times, getTail() gets called multiple times. As a result, I have
    </log>(my root element) several times in my file. Would like to know if I can totally omit
    the end root tag and make this a valid document when reading.
    In short I want to read an XML File which does not have the closing root tag at the end of this file. Is that possible ?
    Can I specify this in a dtd or stylesheet ?
    *Output of my xmlfile
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE log SYSTEM "logger.dtd">
    <log>
    <record>
      <date>2004-08-18T13:37:56</date>
      <millis>1092854276545</millis>
      <sequence>5</sequence>
      <logger>ea3Audit</logger>
      <level>OFF</level>
      <class>com.ge.med.terra.eaaa.EA3Logger</class>
      <method>logAuditMessage</method>
      <thread>11</thread>
      <message>emergency login asd</message>
    </record>
    </log>
    <record>
      <date>2004-08-18T13:38:16</date>
      <millis>1092854296046</millis>
      <sequence>5</sequence>
      <logger>ea3Audit</logger>
      <level>OFF</level>
      <class>com.ge.med.terra.eaaa.EA3Logger</class>
      <method>logAuditMessage</method>
      <thread>11</thread>
      <message>emergency login asd</message>
    </record>
    </log>
    <record>
      <date>2004-08-18T13:41:55</date>
      <millis>1092854515033</millis>
      <sequence>5</sequence>
      <logger>ea3Audit</logger>
      <level>OFF</level>
      <class>com.ge.med.terra.eaaa.EA3Logger</class>
      <method>logAuditMessage</method>
      <thread>11</thread>
      <message>emergency login asd</message>
    </record>

    sorry - code posted was wrong. this one has the </log> after every record. In my file, there is no </log> at all.
    Here is the file posted again.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE log SYSTEM "logger.dtd">
    <log>
    <record>
      <date>2004-08-18T13:37:56</date>
      <millis>1092854276545</millis>
      <sequence>5</sequence>
      <logger>ea3Audit</logger>
      <level>OFF</level>
      <class>com.ge.med.terra.eaaa.EA3Logger</class>
      <method>logAuditMessage</method>
      <thread>11</thread>
      <message>emergency login asd</message>
    </record>
    <record>
      <date>2004-08-18T13:38:16</date>
      <millis>1092854296046</millis>
      <sequence>5</sequence>
      <logger>ea3Audit</logger>
      <level>OFF</level>
      <class>com.ge.med.terra.eaaa.EA3Logger</class>
      <method>logAuditMessage</method>
      <thread>11</thread>
      <message>emergency login asd</message>
    </record>
    <record>
      <date>2004-08-18T13:41:55</date>
      <millis>1092854515033</millis>
      <sequence>5</sequence>
      <logger>ea3Audit</logger>
      <level>OFF</level>
      <class>com.ge.med.terra.eaaa.EA3Logger</class>
      <method>logAuditMessage</method>
      <thread>11</thread>
      <message>emergency login asd</message>
    </record>

  • XLSX Upload - a unified approach - error in LOAD_XML_DATA "=" expected after "2"

    Hello Experts
    I implemented the How-to XLSX Upload - a unified approach ( written by Benu Mariantony) in our Web dynpro application to load data into our SAP BW Application.
    According document and page 20:
    I created the method load_xml_data in the webdynpro view.
    I assume and it works. I created attribute  mo_parts and mo_package attributes on the view ( only one view -> main)
    Now I get an error, where I am lost. Please read that:
    Error: In line 10: "=" expected after "2".
    Please can you help me.
    Best regards
    Christian

    Hi Christian,
    I think, your system does not support nested method call in a single statement. So, go for individual method call.
    Please try the below code:
    DATA lv_uri TYPE string.
    DATA lo_part TYPE REF TO cl_openxml_part.
    DATA lo_parts LIKE wd_this->mo_parts.
    DATA lo_part2 LIKE lo_part.
    DATA lo_uri TYPE REF TO cl_openxml_parturi.
    lo_part = wd_this->mo_parts->get_part( 2 ).
    lo_parts = lo_part->get_parts( ).
    lo_part2 = lo_parts->get_part( iv_xml_index ).
    lo_uri = lo_part2->get_uri( ).
    lv_uri = lo_uri->get_uri( ).
    Hope this helps you.
    Regards,
    Rama

  • Brought forward shown, even after end-page-total

    Hello,
    I am using carry-forward and brought-forward as suggested in the user guide.
    Tag 1:
    <xdofo:inline-total display-condition="exceptfirst" name="InvAmt">brought forward:</xdofo:inline-total>
    Tag 2:
    <xdofo:inline-total display-condition="exceptfirst" name="InvAmt">
    <xdofo:show-brought-forward name="InvAmt" format="99G999G990D00"/>
    </xdofo:inline-total>
    Tag 3:
    <?end-page-total:InvAmt?>
    after end-page-total, I have about 3 pages with additional text. while carry-forward is shown correctly only on the nessasary pages, the brought-forward is finaly shown on all text pages behind the end-page-total.
    is this a bug, or what is my mistake?

    Hi Tim,
    yes, the brought-forward is shown on every page, except the first
    but no, this is not correct!
    I have the following layout for my invoice:
    Page 1) cover letter and start of the invoice-article-list
    Page 2 - X) if needed, repeating invoice-article-list
    Page X + 1) additinal information, payment terms, shipping conditions, attached text, sometimes general conditions, may be more than one page
    at the end of the invoice-article-list, i have the "end-page-total" tag.
    beginning from the page containing this tag (Page X), the carry forward (at the bottom of the page) is not printed any more ("except last") even it is not the last page in total. -> behavoir is correct.
    But the brought-forward with "except first" is shown on all additional pages after X. But the article list is finished, no brought forward needed any longer. -> behavoir not wanted
    is that understandable or should I send you an email with my layout and an example xml?
    best regards
    Alexander

  • =....... expected after "IF".

    after passing data to  function module sd_customer_maintain_all ,an error comes like     =....... expected after "IF".
    what is the solution for the above probelm?
    waht i missed?

    Hi SS
    Possible that you have deleted the Period "." at the end of the Function module (Before Sy-subrc Check)...
    it would be better if you can paste the code here..

  • Set sales order status is complete after Billing document created

    Hi experts:
    Current
    Complete rule of item category 'TAN' is space.
    The Status will be set complete after Delivery  document is created.
    I want to change the rule to
    the status will be set complete after billing document is created.
    Han can I do it ??

    Go to VOV7, select the item category and execute.  There maintain "B" against the field "Completion Rule"
    thanks
    G. Lakshmipathi

  • How to draw horizontal line in smartform after end of the all line items

    Hi Friends,
    I am working on the smartform. I have created TABLE node in Main window.
    i want to draw a horizontal line after end of the main window table node. i mean after printing all the line items of the table, I need to print one horizontal line.
    Could you please help me how to resolve this issue.
    FYI: I tried with the below two options. But no use.
    1. desinged footer area in the table node of the main window.
    2. tried with uline and system symbols.
    please correct me if i am wrong. please explain in detail how to draw horizontal line after end of the main window table.
    this is very urgent.
    Thanks in advance
    Regards
    Raghu

    Hello Valter Oliveira,
    Thanks for your answer. But I need some more detail about blank line text. i.e thrid point.
    Could you please tell me how to insert blank line text.
    1 - in your table, create a line type with only one column, with the same width of the table
    2 - in table painter, create a line under the line type
    3 - insert a blank line text in the footer section with the line type you have created.

  • Blank screen after Ending a call on Asha 501

    I got a new Asha 501 last week. I am very happy with the product and its worth for the money spent.
    However, two issues i have noticed so far and its bothering me a bit
    1. after ending a call the screen goes blank and sometimes it takes a bit to end the call. This is very awkward during some important calls. would appreciate if there is any solution for this.
    2. Mail app takes a long time to load the message contents. I know 2g is not the fastest connection but still this is too slow even for 2g.
    best,
    Selvan

    1. On call, when you bring your phone near to your ear, the Proximity sensor recognises your ear and turn off the screen so that there is no unwanted inputs as the screen touches your skin. But when you pull it back, it turns the screen on again, but it takes 0.5-1 second to the Max.
    If it takes longer, make sure there is nothing in front of sensor (it is placed on top left), like Plastic lamination, some accessory, dust or while you pull off your phone, your finger should not be there.
    If it still takes longer, better make your device checked at Nokia Care. If found some problem, they will change the sensor.
    2. The mail app is working perfectly fine for me on Wi-Fi. You should try loading some websites in browser, if it takes longer, check network strength, it should be strong on 2G internet (Personal experience- BSNL 2G, residing near Network tower, slow like hell, in INDIA). Try changing provider.
    Source- Personal experience (owning a Nokia 501)

  • Question about the Before/After/Test metadata tags

    i think that i have read all of the appropriate sections on the wiki but i am a little unclear on how/when i need to add extra info to the Before/After/Test metadata tags.
    thus far, i have not done any unit tests that require a component to be added to the display list.  i was reading the section on how to do that and i see that all of the above mentioned tags have extra info:
    [Before( async, ui )], [After( async, ui )] and [Test( async, ui )]
    what do those do and when/why do i need to use them?
    thanks
    additionally, i am trying to run this simple example derived from what's on the wiki and it always times out.
    package HM.FO.User {
    import mx.controls.Button;
    import mx.events.FlexEvent;
    import org.flexunit.Assert;
    import org.flexunit.async.Async;
    import org.fluint.uiImpersonation.UIImpersonator;
    public class UserWindowPresenterTest {
    //protected var window:UserWindow;
    protected var button:Button;
    [Before( async, ui )] public function setUp():void {
    //this.window = new UserWindow();
    this.button = new Button();
    //Async.proceedOnEvent( this, this.window, FlexEvent.CREATION_COMPLETE, 20000 );
    Async.proceedOnEvent( this, this.button, FlexEvent.CREATION_COMPLETE, 20000 );
    //UIImpersonator.addChild( this.window );
    UIImpersonator.addChild( this.button );
    [Before( async, ui )] public function tearDown():void {
    //UIImpersonator.removeChild( this.window );
    //this.window = null;
    UIImpersonator.removeChild( this.button );
    this.button = null;
    [Test( async, ui )] public function on_user_saved_clears_password_fields():void {
    // this.window.pass_txt.text = "foo";
    // this.window.pass_confirm_text.text = "bar";
    // var presenter:UserWindowPresenter = this.window.presenter as UserWindowPresenter;
    // presenter.on_user_saved( null );
    // Assert.assertNull( this.window.pass_txt.text );
    // Assert.assertNull( this.window.pass_confirm_text.text );
    Assert.assertTrue( true );

    Okay, so the async modified is used to indicate that the asynchronous statement will be used.
    There is a bit of overhead adding async to tests, so, we don't actually instantiate the code that handles Async unless the async attribute is in the Before, After or Test. If you don't place the async in these tags [Test(async)] and attempt to use the async code. Async.whatever... you will get an error.
    Regarding the ui, attribute, the same concept was intended to apply for ui elements... in other words we wouldn't build the necessary infrastructure.. that is an optimization and right now is not in play. so you will not see different behavior with or without the ui.
    If I copy your code directly from below and paste it in my environment it passes.
    Mike

  • Links no longer work after signing document

    Links no longer work after signing document - I have updated to latest version and run installation repair, is this a problem or is it supposed to do that?

    Hi;
    This question would be best asked in the Acrobat signatures Forums, it is related to using Adobe Acrobat/Reader and does not have anything to do with the online service, Adobe Fill & Sign.  Someone should be able to answer your question here: https://forums.adobe.com/community/acrobat/security_%26_digital_signatures
    Thanks,
    Josh

  • SQLException after end of result set

    hi guys.
    im in a lot of bother at the moment.
    i have a GUI with a database in mysql. my gui is a recommender system and so users need to log in etc...
    i know for certain that the gui does connect to the database because when a new user enters there details it does get updated in the database.
    my problem is that when the user tries to gain acces to the system by going to the 'current user' and entering there details nothing happens.
    i am finding it very difficult to find out what the problem is, i have been trying for over a week but no luck and im hoping somebody will know how to help me.
    please could somebody help me here, i have a very short time aswell. monday.
    here is my code below.
    thank-you very much for your help
    its not normal to post the whole class here but im really really stumped.
    the errors that appears in the dos window is SQLException After end of result set.
    *     Function: This class is used for loggin in. It looks for the user name and password           *
    *          the user enters in the database. If there is no match an error message will appear     *
    *          to the user. If there is a match the system logs the user in and dispalys the chose      *
    *          topic page                                   *
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import com.mysql.jdbc.Driver;
    import java.sql.*;
    import java.awt.BorderLayout;
    import java.io.IOException;
    public class CurrentUserFrame extends JPanel implements ActionListener {
         // private is used so object variables cannot be changes by another class.
         private JButton loginButton = null ;
         private JTextField userName = null ;
         private JTextField password = null ;
         private JLabel userLabel = null ;
         private JLabel passwordLabel = null ;
         Boolean loginSuccess ;
         private JPanel cardPanel = null ;
         public CardLayout cardLayout = null ;
         protected static com.mysql.jdbc.Driver mysqlDriver = null;
         String passwordDbase ;
         String usernameDbase ;
              private CardLayout getCardLayout () {
              if (cardLayout == null ) {
              cardLayout = new CardLayout () ;
              return cardLayout ;
         private JPanel getCardPanel () {
         if (cardPanel == null) {
         cardPanel = new JPanel () ;
         return cardPanel ;
         // creates the background colours for the panels by specifying the amounts of red
         // green, blue where 0.5F is the least amount and 1.0F is the most
         Color currentTitleColor = new Color (0.58F, 0.73F, 0.83F) ;
         Color currentMainPanelColor = new Color (0.980F, 0.973F, 0.843F) ;
         public CurrentUserFrame ()
              setLayout (new BorderLayout ()) ;
              JPanel mainCPnl = new JPanel () ;
              mainCPnl.setLayout (new BorderLayout ()) ;
              JPanel mainPanel = new JPanel () ;
              // maindisplaypanel will be set with a borderlayout
              mainPanel.setLayout (new BorderLayout ());
              JPanel descriptionPanel = new JPanel ();
              descriptionPanel.setLayout(new BorderLayout ());
              // creates a textarea for the title and description
              JTextArea description2 = new JTextArea ("\t\tCurrent User Page\n\n" +
              "Please enter your user name and password to login.\n\n" +
              "If you have forgotten your user name or password click on " +
              " 'FORGOT PASSWORD'.") ;
              // stops the text area being edited by the user
              description2.setEditable (false) ;
              // once the text in description reaches the end of the textarea it will start a new line
              description2.setLineWrap (true) ;
              //sets the background colour of the textarea
              description2.setBackground (currentTitleColor) ;
              //sets the type of font with its size for the description textarea
              description2.setFont (new Font ("TimesRoman", Font.BOLD, 16)) ;
              // the descriptionpanel will be placed in the mainpanel at the top.
              mainPanel.add (descriptionPanel, BorderLayout.NORTH) ;
              descriptionPanel.add(description2, BorderLayout. NORTH) ;
              JPanel currentUserPanel = new JPanel () ;
              currentUserPanel.setLayout (new BoxLayout (currentUserPanel, BoxLayout.Y_AXIS)) ;
              // creates a button with an actionlistener so t can carryout a task when it is pressed.
              // the settooltiptext () method displays a message when the user hovers over the button with the curser
              loginButton = new JButton ("Log In") ;
              loginButton.addActionListener(this) ;
              loginButton.setToolTipText ("Logs you into the system") ;
              // creates a text field which is 25 characters in length for the user to enter their name
              userName = new JTextField (25) ;
              // creates a text field which is 15 characters in length for the user to enter their password
              password = new JPasswordField (15) ;
              userLabel = new JLabel ("User Name") ;
              passwordLabel = new JLabel ("Password") ;
              //adds the text fields and the JLabels to the currentuserPanel
              currentUserPanel.add (userLabel) ;
              currentUserPanel.add (userName) ;
              currentUserPanel.add (passwordLabel) ;
              currentUserPanel.add (password) ;
              currentUserPanel.add (loginButton) ;
              JPanel loginPanel = new JPanel () ;
              loginPanel.setLayout (new FlowLayout (FlowLayout.CENTER, 0, 170)) ;
              loginPanel.setBackground (currentMainPanelColor) ;
              loginPanel.add (currentUserPanel, BorderLayout.CENTER) ;
              mainPanel.add (loginPanel, BorderLayout.CENTER) ;
              JPanel chooseTopicCard = new JPanel () ;
              chooseTopicCard.setLayout (new GridLayout (0, 1, 0, 10)) ;
              ChooseTopic frame8 = new ChooseTopic () ;
              frame8.setVisible (true) ;
              chooseTopicCard.add(frame8) ;
              // this will create the panel for the maincontent area and sets the layout
              JPanel cp = getCardPanel();
              cp.setLayout(getCardLayout());
              cp.add("card3",mainPanel) ;
              cp.add("card7", chooseTopicCard) ;
              cardLayout.show (getCardPanel () , "card3") ;
              // this adds the cardlayout to the main panel and then adds the mainpanel screen
              mainCPnl.add(cp) ;
              this.add (mainCPnl) ;
         public void actionPerformed (ActionEvent event) {
              Object source = event.getSource () ;
              if (source == loginButton) {
                   // creates a string to connect to the local host and database
                   // the following 10 lines of code is from the mysql website
                   String url = "jdbc:mysql://:3306/project" ;
                   Connection con = null ;
                   // com.mysql.jdbc.Driver is a folder downloaded from mysql website
                   try {
                        mysqlDriver = (com.mysql.jdbc.Driver) Class.forName ("com.mysql.jdbc.Driver").newInstance () ;
                   } catch ( Exception E) {
                   throw new RuntimeException ("Can not load driver class com.mysql.jdbc.Driver") ;
                   try {
                   // attempts a connection with the computer     
                   // root is used as a default so i can have full access to the database
                   con = DriverManager.getConnection (url,"root","") ;
                   // trys to log in to the database
                   // statement is a mysql class
                   Statement select = con.createStatement ();
                   ResultSet result = select.executeQuery ("select * from user_login") ;                    
                   String userNameText = userName.getText();
                   String passwordText = password.getText();
                   if (userNameText.equals("") || passwordText.equals("")) {
                        JOptionPane okoptionpane = new JOptionPane () ;
                        okoptionpane.showMessageDialog(null, "You have entered your username or password incorrectly, please try again") ;
                        while ((result.next()) && (result != null))
                             //String usernameval ;
                             //String passwordval ;
                             passwordDbase = result.getString("password");
                             usernameDbase = result.getString("user_name");
                             //passwordDbase = "password";
                             //usernameDbase = "user_name";
                             if ((passwordDbase.equals(passwordText)) && (usernameDbase.equals(userNameText))) {
                             cardLayout.show(getCardPanel(), "Card7");                         
                        catch (Exception e) {
                        e.printStackTrace() ;
                        finally {
                        if (con != null ) {               
                             try {con.close () ;  }
                             catch (Exception e) {
                             e.printStackTrace () ;
    LIZ

    ooppps, very sorry, you can guess im new to this forum. sorry again. i thought maybe the whole code was needed.
    i have posted all the output from the dos window.
    java.sql.SQLException: After end of result set
    at com.mysql.jdbc.ResultSet.checkRowPos(ResultSet.java:3628)
    at com.mysql.jdbc.ResultSet.getString(ResultSet.java:1763)
    at com.mysql.jdbc.ResultSet.getString(ResultSet.java:1827)
    " at CurrentUserFrame.actionPerformed(CurrentUserFrame.java:214) "
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknow
    n Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    i think it is mainly line that is in speach marks. line 214.
    the error that comes up says." after end of result set "
    thank-you
    and sorry once again, im in a bit of a panic,
    Liz

  • Scheduled jobs do not run as expected after upgrading to 10.2.0.3 or 4

    FYI, we've had a ticket open for several days because our scheduled jobs (dbms_scheduler) would no longer run as scheduled after an upgrade to 10.2.0.4 on HPUX, couldn't find the solution by searching in metalink, nor did I find it here or using Google - obviously I wasn't searching correctly. There is a note id that references a set of steps that appears to have resolved our problem. I am putting this note out here so that if you encountered the same difficulty you may come across this note earlier in your troubleshooting efforts rather than later. The full title of the note is: 'Scheduled jobs do not run as expected after upgrading to either 10.2.0.3 or 10.2.0.4'. The Doc ID is: 731678.1.

    Thanks - our ticket should be getting closed out on it (our dba will be updating it), the scheduler has been running reliably since we took the steps in the doc mentioned.

  • 61 062 & date comes after end of valid factory calendar. (Please correct)

    Hi Experts,
    I am Getting the Error in Creating Purchase Order:
    Error Message No. 61 062 & date comes after end of valid factory calendar. (Please correct)
    Please suggest.
    Regards,
    Ashok

    I got a Solution For this. Actually User has Maintained Wrong Planned Delivery time in PIR for the Same it was Behaving like that.
    Thanks

  • XML "Document" tag issue

    In my data xml file, I get data like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <Document xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
    In Document tag, because of this: xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02', the rtf doesn't show any output. But if I manually go data xml file and remove xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02', then my data xml file will be like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <Document xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
    This perfectly works for me. For testing purpose, I removed it (*xmlns='urn:iso:std:iso:20022:tech:xsd:pain.002.001.02'*). As the data file is from external source, I can't control always. Can someone pls help on this?
    Thanks,
    Mani

    I also have problem with 'Document' tag:
    My xsl is like :
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- $Header: XXMCK_FINLAND_SEPA_EFT_R51-58.xsl 2011/08/4 12:43:27 $ -->
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output omit-xml-declaration="no" />
    <xsl:output method="xml"/>
    <xsl:key name="contacts-by-LogicalGroupReference" match="OutboundPayment" use="PaymentNumber/LogicalGroupReference" />
    <xsl:template match="OutboundPaymentInstruction">
    <Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02 pain.001.001.02.xsd">
              <pain.001.001.02>
    Here in Document tag 2 lines are there, but in xml output these lines get reversed as shown below:
    <Document xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02 C:\XMLSPY~1\pain.001.001.02.xsd" xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    Can anybody plz help in this regard?

Maybe you are looking for

  • Upgrading From Final Cut Pro 5 to 6 - can you use full install disk?

    Hi, I have one MacBook Pro running Final Cut 6 (with Final Cut Studio 2), and another one running Final Cut Pro 5 (with Final Cut Studio). We're looking to upgrade the second one to Final Cut Studio 2. Does anyone know if the upgrade can be done with

  • Monitor and face scuffs

    I have noticed that my brand new Macbook Pro (15inch) has started to develop a mark on the glossy screen where it apparently contacts the keyboard while closed. Also just below the track pad there is a blackish line that has showed up that does not r

  • Changing Input Automatically

    Hi there, I have a 26AV600A Toshiba TV. The problem is that the input keeps automatically changing from HDMI 1 (or HDMI 2 I've tried both) to 'TV' or 'Component'. Sometimes it flicks over to one of these inputs and stays there and other times it star

  • Dynamic or Static Class

    Dynamic or Static Objects It seems to me there is a big cliff at the point of deciding to instantiate your class at runtime or static load on start-up. My swf apps have a pent-up burst that happens a couple seconds into the run. I think I get this on

  • HT2506 "Find next"  with a PDF document

    I would like to use the "Find next string" of a PDF document with Preview. When i fill the search window, Preview does the search on the entire document, and shows the first occurence it has found. Thus, making me loose my current reading page.  I ju