Re: Sybase ASE 12 Stored Procedure / ODBC Adapter / BizTalk 2009 / Windows Server 2008

Home Page Forums BizTalk 2004 – BizTalk 2010 Sybase ASE 12 Stored Procedure / ODBC Adapter / BizTalk 2009 / Windows Server 2008 Re: Sybase ASE 12 Stored Procedure / ODBC Adapter / BizTalk 2009 / Windows Server 2008

#24469

Update

I’ve now modified the stored procedure to ensure it returns column names:

select @amt_key as amt_key

, @Datetime_column as Datetime_column

After doing this, I recreated the schemas & redeployed the solution.  However, I’m still receiving the “Value has not been specified for parameter 1” error.