Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Venkata_Sivaji1
Contributor
Contributor

No error in job processing but data is not loading to Mysql database

Team,

I have a job as attached.When i run the job no warnings came and job also processing records but when i checked in mysql db no records inserted and  i have mysql commit as well .What could be the reason.Can some one help me on this .Proper output is writing into tlogrow.

 

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi
It is a design issue, you should commit the changes in next subjob, eg:
tFileInputXML....
|onsubjobok
tMysqlCommit.

BTW, please insert images into your post body instead of attaching it.

Regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi
It is a design issue, you should commit the changes in next subjob, eg:
tFileInputXML....
|onsubjobok
tMysqlCommit.

BTW, please insert images into your post body instead of attaching it.

Regards
Shong
Venkata_Sivaji1
Contributor
Contributor
Author

Thanks!. But i have couple of jobs like the model i provided and those and all running without any issues to load the data.

 

Anyway i will try the solution provided and let you know the progress.