
Contributor II
2016-02-16
05:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2,042 Views
1 Solution
Accepted Solutions


MVP
2016-02-17
12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 Replies


MVP
2016-02-16
06:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have a look here: https://community.qlik.com/search.jspa?q=extdata.cpp
- Marcus
1,243 Views

Contributor II
2016-02-16
09:54 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, i try to look something before i write a post. But I haven't found any with solution.
1,243 Views

Contributor II
2016-02-16
04:55 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I use ODBC instead OLEDB Connect then works.


MVP
2016-02-17
12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes this meant the database-driver caused the problem.
- Marcus
