Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
kakaderanjit53
Creator III
Creator III

Load the data from sql server for limited duration

Hi,

I have been created one Qliksense application, and now I have to upload the data at realtime

using stored procedure,But there is problem occuring during the data loading by SQL SP,please

help me what is the problem?

PFA for more details...about error.

3 Replies
ramasaisaksoft

Hi Ranjit,

Check your SP is working or not?

try same SP in another new QS application so that you will also confirm your self.

kakaderanjit53
Creator III
Creator III
Author

Ok,Let me check now.

kakaderanjit53
Creator III
Creator III
Author

Hello Sai,

haave been written the code for calling the Sequel SP:

LIB CONNECT TO 'db6.kotakseconline.com (ksec_ks1246)';

SQL exec qlik_SFA_All_LMS_Report  'All_LMS_Report';

but No luck for the connection.