Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
OD/DD RPC protocol stream is incorrect
System
Just moved over to TS6.7.1, OD 6.1 and SQLServer2005 and I'm now gettin this error on certain deployments -
DBD: *******************************************************
DBD: SQLException occured in TDbSchemaGroupCfg
DBD: Exception Message: [STH008DB]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 8 (""): Data type 0x32 is unknown.
DBD: Vendor Error Code: 8009
DBD: SQL state: 01000
DBD: *******************************************************
Anyone know whats wrong ?
Thanks
/Nick
Find more posts tagged with
Comments
Migrateduser
Ok I fixed this one myself but the solution may be of interest to others.
After upgrading to SQLServer 2005 data deploy to a column of data-type 'bit' causes the error mentioned.
Chnaging the data-type in SQLServer to 'Int' instead solves the problem.