ASP Form: Data getting deleted automatically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandhseke
    New Member
    • Jun 2009
    • 92

    ASP Form: Data getting deleted automatically

    Hi Team,

    I have a question which seems to be very infrequent in our application but we need a possible answer as to determine wht is causing an issue.

    We have a form built using ASP, VB Script(db actions) and Javascript. The page contains an approval process where it will be emailed to different approvers based on the standard email system using vbscript. The issue is, sometimes(not always) the data gets automatically deleted during the approval process.

    The issue is not happening for 100 records but will happen 10 records. Can you please advise what might be causing an issue. Any help would be greatly appreciated. This is critical!!

    Regards,
    chandhseke
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    If it were me, I would look to see if there was any way you could get through the approval process without saving the data. Are there any lines of code AT ALL that would delete the data?

    Jared

    Comment

    • chandhseke
      New Member
      • Jun 2009
      • 92

      #3
      ASP : Data gets disappeared from the database table intermittently

      Hi Folks,
      I am chandhseke, facing an issue with one of the web application built recently using a old technologies like ASP,VB SCript and JavaScript

      The problem really is seen intermittently but we are not able to recreate it. My web page has a sequence of approval process, an end user can select their approvers from a set of drop down boxes in the web page. The drop down functionality is such that when a approver name is selected by an end user his email address should automatically pop up in the corresponding text box field for which i have data binding using Javascript.

      Whenever an approver approves the request using a button the data already updated in the table will be lost, not sure why. Does data binding would create such issues intermitently. Please advise if you have come across such issues in past.

      Any help on this would be greatly appreciated!!

      Regards,
      Chandhseke

      Comment

      • chandhseke
        New Member
        • Jun 2009
        • 92

        #4
        Hi,
        There is no such delete script in my code that deletes data rather we have update script that gets executed each time when a approver approves a request.

        Regards,
        Chandhseke

        Comment

        • chandhseke
          New Member
          • Jun 2009
          • 92

          #5
          Hi,
          When i had my server team check the event logs we found an error 8004020c "At_least_one_r ecipient_is_req uired__but_none _were_found.".


          Regards,
          Chandhseke

          Comment

          • jhardman
            Recognized Expert Specialist
            • Jan 2007
            • 3405

            #6
            show the code that gets executed when the approval button is clicked. The error you are showing looks like an email error - like an email is being sent, but there is no one in the "to" field. But please show the code (or at least the pseudo-code) for the "approve" function.

            Jared

            Comment

            Working...