Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
lylererger
Creator II
Creator II

QV SAP Connector Error Extraction from SAP BW 7.0

Community!

May be someone faced that problem before. I'm using QV SAP Connector 6.2, and working with QV 11 SR 14

I'm trying to extract data from SAP BW 7.0 using qvSAPEXTRConnector.dll and faced the next error:

1. When the connector generates the next script, i'm put it into script editor and run:

Example of the script:

[8ZTOR4D26]:
LOAD
[PLANPLANT]  as [PLANPLANT.Завод],
[RECORDMODE]  as [RECORDMODE.Дельта-процедура],
[REVISION]  as [REVISION.осмотр],
[TXTMD]  as [TXTMD.описание];
SQL EXTRACTOR 8ZTOR4D26
TFRMETHOD T 
// tRFC transfer method
EXTRLANGUAGE R  // Russian
LOGSYS QVIEWTOR1;


the next error occurred:


2. When I', trying to use another method:

Example of the script:

[8ZTOR4D26]:
LOAD
[PLANPLANT] as [PLANPLANT.Завод, планирующий ТОРО],
[RECORDMODE] as [RECORDMODE.Дельта-процедура BW: режим записи],
[REVISION] as [REVISION.ТОРО - осмотр],
[TXTMD] as [TXTMD.Среднее описание];
SQL EXTRACTOR 8ZTOR4D26
UPDMODE C 
// initial extraction, to be followed by delta extractions
EXTRLANGUAGE R  // Russian
LOGSYS QVIEWTOR1;


the next error occurred:



In what there can be a reason?


Please help...



Thanks in advance.

0 Replies