Execute SQL Query Task Error

  • Oops I mispoke myself in a previous message. My problem is with an Execute SQL Query task not a Dynamic task.

    I have a simple Execute SQL Query that sets a global variable based on the query:

    Select esrValue

    From ElvisSemaphoreRaw

    Where esrSection = 'File2'

    And esrKey = 'FileLocation'

    The problem is that the task executes but never sets the global variable, and also if I try to preview the result on the task's dialog box I get the error:

    "The configuration registry key is invalid."

    All attempts to use the Dyn Prop task with a query gives me the same error. Everything else in my DTS (SQL2000, SP2) installation works great.

  • I've gotten this error in the past and it was due to the SQL returning an empty result set. Are you sure the SQL returns data?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply