Results 1 to 4 of 4

Thread: Viewing Runtime Errors for DTS VB Script steps

  1. #1
    Join Date
    Jul 2006
    Posts
    23

    Viewing Runtime Errors for DTS VB Script steps

    Hi

    Does anyone know how I can see runtime messages for VB Script steps in DTS.

    The step parses ok but when I run it it errors with a runtime error. However it provides no details and I can't see where to find the details ...

    Many Thanks

    Tom

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Try enable package logging then check log file when get error.

  3. #3
    Join Date
    Jul 2006
    Posts
    23
    I can see the log file in the folder I have specifed in properties for the DTS process - is this what your reffering to?

    This log also just says -

    "ActiveX Scripting encountered a Run Time Error during the execution of the script."

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Then you may need add some code in activex to capture error.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •