Hi all,
I am using JDBC adapter to connect MS SQL server through select stored procedure.
I want to get end date by giving input date and some product id in stored procedure.
I am able to get the correct end date by executing stored procedure in SQL server.
But value for end date field output is not coming properly in webMethods output.
Output of stored procedure in SQL Server : 2024-03-21 00:00:00.0
Output of same stored procedure coming in webMethods IS server from SQL Server : 2024-03-19 00:00:00.0
Difference of 2 days is coming.
Column type for output date field is datetime in stored procedure and JDBC type is TIMESTAMP.
IS version : 10.5.0.0
SQL Server Version : 15.0.4249.2(2019)
JDBC Driver Version : 4
However, Same output end date is coming fine in webMethods IS(10.5) when connecting to SQL Server Version 8.00.2039(2000) with output datatype datetime and JDBC Driver Version : 4.
#Integration-Server-and-ESB#webMethods