Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

fetching Data From SAP

What is the reason behind this error.When I fetched  the data from SAP after establishing the connection

17 Replies
Anonymous
Not applicable
Author

hi,

after successful connection to sap,

write the code to fetch the tables like

Tablename:

SQL SELECT * from Tablename;
store Tablename into path Tablename.QVD;
drop Table Tablename;

Anonymous
Not applicable
Author

Please take a look at the connector logfile:

C:\ProgramData\QlikTech\Custom Data\QvSAPConnector\Log


If you cannot solve the problem, please attach the log


Thanks

Yaniv

Not applicable
Author

I  already done that , see the execution sript

SQL select GJAHR FROM COSP

Anonymous
Not applicable
Author

Hi,

you want to fetch the GJAHR from COSP table right ..??

for that

Tablename:

SQL SELECT * from Tablename where GJAHR = particular year;

Not applicable
Author

PFA

Anonymous
Not applicable
Author

Can you please provide the script that you use?

Please try to execute the following command:

test:

SQL SELECT GJAHR from COSP ;

Not applicable
Author

what is the meaning of custom read failed while fetching the data from SAP

Anonymous
Not applicable
Author

It means that something went wrong in the SAP side (Short Dump or Error) that caused the extraction to fail.

You can try to check the contents of table: /QTQVC/TRACE on SAP side

Lookup the record which matches your extraction (according to field TIMESTAMP)

Maybe you will see something there

Not applicable
Author

in my application whenever i am doing extraction sometimes it throw an error message custom read failed

& sometimes run successfully

where we can see the TimeOutFetchParameter in Qlikview and how we can increase it