Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Invalid input parameter values

Author  Topic 

smallrinilady
Starting Member

4 Posts

Posted - 2007-03-12 : 14:50:20
I'm getting this error in which the MSDN page doesn't help me figure out what is going on at all.

I was wondering if anyone could give me some clues to what it is referencing itself to.



Command Error in Data Driven Query:
DataDrivenQuery: No query specification returned by Transform status
Error Code: 0
Error Source=Microsoft OLE DB Provider for SQL Server
Error Descriptions: Invalid input parameter values. CHeck the status values for detail

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-03-12 : 16:44:22
Invalid input parameter values?
Pinpoint the variable that is causing the problem.
Datatime variables? Overstoring TINYINT?


Peter Larsson
Helsingborg, Sweden
Go to Top of Page

smallrinilady
Starting Member

4 Posts

Posted - 2007-03-13 : 14:23:09
the things is i checked the data

i have INTs
and the data will always only be 1, 0, or <null>
and yes i have it set to accept NULL values
Go to Top of Page
   

- Advertisement -