Hello,
I am sourcing data from SAP HANA and my target is MSSQL Server. I am using Dataservices for a very simple purpose which is to migrate the data from HANA to MSSQL Server. The source is a database view in HANA and target is a table in MSSQL Server.I have a simple Case statement in the view which calculates the difference between the current year and the year on every records and assign NULL or the value itself respectively based on a business logic. The view executes perfectly in HANA and I see the correct data as well. However, when I execute the job to load the data in MSSQL Server, incorrect data gets loaded to MSSQL Server and it does not match with what is in source at all.
Note: I loaded the data from the view into a table in HANA and used that in my dataservices job. This works and data gets loaded properly.
Anybody who had a similar experience or is aware of any solution for this?
Thank you in advance!
Chandini