Hi
I successfully managed to executethe extract from the OHD on BW, however before loading into HANA it tries to do the following sql:
ALTER TABLE "VENDAVO_PRC_SC"."TX_RAW" DISABLE PERSISTENT MERGE.
I am getting this error:
4524 | 9288 | DBS-070404 | 4/11/2013 8:32:11 AM | SQL submitted to ODBC data source <SIGMA_HANA_AMZN> resulted in error <[SAP AG][LIBODBCHDB DLL][HDB] General error;-10108 |
4524 | 9288 | DBS-070404 | 4/11/2013 8:32:11 AM | Session has been reconnected.>. The SQL submitted is <ALTER TABLE "VENDAVO_PRC_SC"."TXN_RAW" DISABLE PERSISTENT MERGE>. |
4524 | 9288 | RUN-051005 | 4/11/2013 8:32:11 AM | |Data flow TXN_RAW|Loader MAP_BW_TO_TXN_RAW_TXN_RAW |
4524 | 9288 | RUN-051005 | 4/11/2013 8:32:11 AM | Execution of <ALTER TABLE "VENDAVO_PRC_SC"."TXN_RAW" DISABLE PERSISTENT MERGE> for target <TXN_RAW> failed. Possible causes: |
4524 | 9288 | RUN-051005 | 4/11/2013 8:32:11 AM | (1) Error in the SQL syntax; (2) Database connection is broken; (3) Database related errors such as transaction log is full, |
4524 | 9288 | RUN-051005 | 4/11/2013 8:32:11 AM | etc.; (4) The user defined in the datastore has insufficient privileges to execute the SQL. If the error is for preload or |
4524 | 9288 | RUN-051005 | 4/11/2013 8:32:11 AM | postload operation, or if it is for regular load operation and load triggers are defined, check the SQL. Otherwise, for (3) and |
4524 | 9288 | RUN-051005 | 4/11/2013 8:32:11 AM | (4), contact your local DBA. |
0 | 0 | BIW-230303 | 4/11/2013 8:32:12 AM | (14.1) 04-11-13 08:32:12 (4524:9684) BIW-230303: (14.1) 04-11-13 08:32:12 (4524:0464) BIW-230303: |Data flow TXN_RAW|Reader BOUVW_HN |
I have double checked and the user it is using definitely has permission to execute this SQL statement. Any advice?