Task Not Doing Insert

Discussion in 'Site Programming, Development and Design' started by 3587, Mar 9, 2011.

  1. Our question is about the Scheduled Task. The task we set works, however there are three processes (1) send and email (ok), (2) update a specific record in our db (ok), (3) Insert a record into a table, this one does not happen.

    If we test it in our app it works fine and all three process work as they should.

    In the task the Insert to the db does not happen and there are no errors. Is there anything we need to do on our end to allow an Insert?

    Or does anyone have any suggestions?

    Thank you,
     
  2. Found a fix

    We found a way around the original issue.

    Thank you,
     
  3. Ray

    Ray

    Sounds like the connection string is closing before you insert the data. Can you tell us what was your work around to the problem so others can learn from this post?
     

Share This Page