We have recently upgraded from DI 11.7.3 to DS 12.2.2.3.
We have regenerated the ABAP code and posted in SAP. We now moved all the ABAP code from DEV to TEST. While testing I see the following error only on couple of tables in SD Rapid Mart…
ODBC data source error message for operation : <[Microsoft][ODBC SQL Server Driver]Optional feature not implemented>.
The rest all the code looks good and working fine… I looked at the forums for this error…but couldnt find anything specifically…
Did anyone come across the same…If so please help me out… !!!
where did you change the datatype ? in database or in DS ?
I think you might not be using the correct driver of database type in DataStore
what is the Database type and version of the database that you are using in the datastore ? SQL server 2005 or 2008 ?
if it’s SQL Server 2008, then use the database type in Datastore as SQL Server and version as 2008 (you may have to create a new configuration in case of upgrade)
Install SQL Server 2008 Client on the Job server machine
if you need to store DATE then I don’t think you should be changing the datatype to DATETIME
So you mean that I should use datatype “date” none the less of the issue.
I am using Sql Management Studio 2008r2. But instead of using Sql Server 2008 as database in datastore I am currently using an ODBC-connection. Maybe not the best solution but at the moment how it works.
I have actually not seen any problems yet with using “datetime” as datatype. But I will definitely keep an eye on it.