XML Parsing Error: no element found

Discussion in 'ASP.NET / ASP.NET Core' started by GeneNess, Sep 19, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,

    Need Help… I have written an asp.net SQL program that reads one raw record at a time from a MS SQL table and edits the record then writes it to a new Master SQL table. The raw table is 14,204 records long. Each record is the same size; 50 Char. There is only one column. . Here’s my problem. If I only read 300 records each run time, the program runs fine. If I increase it over 500 records at a time I get the following error…

    “XML Parsing Error: No Element Found
    Location…..
    Line Number 1, Column 1”

    Can anyone help me?
    Gene
     
  2. Hello... Here's more info I have obtained concerning my XML parsing problem... Hope some one can help me!

    ---------------------------------

    It appears that my worker process is crashing which may be causing the problems:

    ---------------------------------------------

    A process serving application pool 'customerPool_182373' failed to respond to a ping. The process id was '31724'.

    A process serving application pool 'customerPool_182373' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '20284'. The data field contains the error number.

    ---------------------------------------------
    From my log...
    Event Type: Warning
    Event Source: W3SVC
    Event Category: None
    Event ID: 1011
    Date: 9/18/2009
    Time: 7:20:54 AM
    User: N/A
    Computer: WEB123
    Description:
    A process serving application pool 'customerPool_182373' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '20284'. The data field contains the error number.

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 6d 00 07 80 m..?

    ---------------------------------------------


    Thanks,
    GeneNess
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    based on the log, your application crashed.. can't really tell you why with the available information.
     
  4. Xml Parsing

    How can I get more detail about what the program is doing. It seems odd that the program can run for 300 + records and crash after it passing 500 reocords. Any advice would be helpful..

    Gene
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    >It seems odd that the program can run for 300 + records and crash after it passing 500 reocords.

    Not necessarily. I've seen many application crashes when you put load on it.

    It is hard to troubleshoot this in production environment. I would try to replicate it in your development environment.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page