Advertisement
Guest User

Untitled

a guest
Sep 7th, 2013
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ERROR [57014] [IBM][DB2/AIX64] SQL0952N Processing was cancelled due to an interrupt. SQLSTATE=57014
  2.  
  3. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  4.  
  5. Exception Details: IBM.Data.DB2.DB2Exception: ERROR [57014] [IBM][DB2/AIX64] SQL0952N Processing was cancelled due to an interrupt. SQLSTATE=57014
  6.  
  7. Imports IBM.Data.DB2
  8. Dim conn As New DB2Connection(ConfigurationManager.AppSettings(ddDatabase.SelectedValue))
  9. Dim cmd As New DB2Command(strSQL, conn)
  10.  
  11. Imports IBM.Data.DB2
  12. Dim conn As New DB2Connection(ConfigurationManager.AppSettings(ddDatabase.SelectedValue))
  13. Dim cmd As New DB2Command(strSQL, conn)
  14. cmd.CommandTimeout = 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement