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: 
Anonymous
Not applicable

Reading /QTQVC/STATUS in Qlik (SAP Connector)

Hi,

We've updated the SAP connector to the latest version and now some of our code is failing:

Take this simple example:

CUSTOM CONNECT TO "Provider=QvSAPEXTRConnector.dll;ASHOST=[];";

[/QTQVC/STATUS]:

SELECT

MANDT,  // Client

CONNECTOR,  // Connector

JOBDATE,  // Job date

JOBTIME,  // Job time

JOBSTATUS,  // Job Status

TFMETHOD,  // LoadMethod

ENDDATE,  // Job date

ENDTIME,  // Job time

JOBNAME,  // Job

JOBCOUNT,  // Job no.

OBJECT,  // Object

UPDMODE,  // Upd mode

USERNAME,  // User

WINUSER,  // Win User

WINIPNR,  // Win IP no

TEXT // Text

FROM /QTQVC/STATUS;

Really easy...but it fails with:

no extractor name/logical sys defined

Any idea where to specify the logical system? Help was not helpfull

Thanks!

1 Reply
Anonymous
Not applicable
Author

Nevermind, it took extractor instead of SQL connection...omg, I'm getting old