I have no issues auto generating stored procs in SQL2005 online but when I want to schedule this process, I need to store my parameters as described in the \"ZeusCmd.exe Usage\" chm file (see example 3). But I get next error message:
Code:
- Code: Select all
5/12/2006 9:01:16 Executing: SQL2005 Procedure generator
5/12/2006 9:01:36 Successfully rendered Template: SQL2005 Procedure generator
5/12/2006 9:01:36 ERROR: [System.InvalidCastException] - Unable to cast object of type 'System.String' to type 'Zeus.InputItem'.
5/12/2006 9:01:36 Template execution failed.
Even without using parameters for optimistic locking, I got this error.
All help more than welcome
