i created a couple of fields in a sql table, one of those fields was a "nameX" datatype BIT, then i change the datatype of that field "nameX" to datatype varchar(50) but open deploy still recognized that filed as BIT, i already change it and save it on the sql database.
Is there a caching problem on open deploy? i never heard of it before.
i am getting the valued from a dct calling it on the datadeploy file as:
<column name="hidePost" data-type="varchar(50)" value-from-field="Hide Post" allows-null="yes"/>
I hightlighted the field in question hidePost fieldname, it is varchar(50) on the database
this is the log:
DBD: Column: category, field: Category, Index: 5,Converting 'Health-Tips, Ask-a-Doctor' to VARCHAR
DBD: Column: postDate, field: Date/0/DBDate, Index: 6,Converting '2015-04-21' to TIMESTAMP
DBD: Column: imageAlt, field: Post Images/0/Image Alt, Index: 7,Converting 'Purple box' to VARCHAR
DBD: Column: hidePost, field: Hide Post, Index: 8,Converting '1' to BIT
DBD: Column: webName, literal: jhs, Index: 9,Converting 'jhs' to VARCHAR
DBD:
DBD: *******************************************************
DBD: SQLException occured in TDbSchemaGroupCfg
DBD: Exception Message: [SQLSRVETSDPRD3]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 9 (""): Data type 0x32 is unknown.
DBD: Vendor Error Code: 8009
DBD: SQL state: 01000
DBD: *******************************************************
DBD:
DBD: *******STACK TRACE*************
DBD: ERROR:
java.sql.SQLException: [SQLSRVETSDPRD3]The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 9 (""): Data type 0x32 is unknown.
at com.inet.tds.e.a(Unknown Source)
at com.inet.tds.e.a(Unknown Source)
at com.inet.tds.b.new(Unknown Source)
at com.inet.tds.b.executeQuery(Unknown Source)