Hi,
I need to use LTMC Staging table load method for Sales Orders object. I would like to know how to populate data from SQL DB tt tables to HANA DB staging tables?
Thanks
Achin
Hi,
I need to use LTMC Staging table load method for Sales Orders object. I would like to know how to populate data from SQL DB tt tables to HANA DB staging tables?
Thanks
Achin
Achin, Here is an article on connecting to LTMC to populate tables in HANA DB Staging.
Thanks John!! Will check and get back for follow-up questions
Hi John/All,
We have setup LTMC project and staging tables. We are getting an error while inserting BLOB data to HANA DB from SQL server. - query insert of blob value not supported. This field is present in header long text data for Sales Order object.
Any suggestion to handle this?
Hi Achin,
Thank you for reaching out. I have notified the team of your question. With the US holiday weekend, I expect we might not have an answer for you until Tuesday. I do appreciate your understanding.
Hi Achin,
Are you able to convert the data to NVARCHAR MAX in HANA when inserting it into MSSQL?
@..., any ideas on this topic?
Eric Weldon Below is the workaround we are doing as of now.
We have created a temp table in HANA with datatype Nvarchar(1000). First we are inserting the data in the temp table and then we are directly running an insert statement from temp table to actual staging table in HANA Studio.
Regards
Achin Kimtee
Please sign in to leave a comment.
Comments
7 comments