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;