Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
lukas_sokol
Contributor II
Contributor II

Error: File extdata.cpp, Line 2754 when exec stored procedure

Hi,

I have the following problem. When i try to load data by stored procedure I get the message below:

Error: File extdata.cpp, Line 2754

My script

[testData]:

Load *;

SQL

exec [dbo].[q_test_register_new] 1010, 12, '20160101','20160131','100','999';

Any idea what may be wrong?

Regards

Łukasz

1 Solution

Accepted Solutions
marcus_sommer
MVP & Luminary
MVP & Luminary

Yes this meant the database-driver caused the problem.

- Marcus

View solution in original post

4 Replies
marcus_sommer
MVP & Luminary
MVP & Luminary

lukas_sokol
Contributor II
Contributor II
Author

Yes, i try to look something before i write a post. But I haven't found any with solution.

lukas_sokol
Contributor II
Contributor II
Author

When I use ODBC instead OLEDB Connect then works.

marcus_sommer
MVP & Luminary
MVP & Luminary

Yes this meant the database-driver caused the problem.

- Marcus