cancel
Showing results for 
Search instead for 
Did you mean: 

Dump on calling HTML viewer 'DP_ERROR_GENERAL'

Former Member
0 Kudos

Hello,

I have a problem with html viewer: program terminate with raise exeption when I try to view a document from pa20/pa30 (via GOS menu for Dokulink project). In J6NY transaction(the same fuctionality) all works fine.

Environment: SAP ERP 6.0., EFM 3.0. by Open Text.

Code:

...

CALL FUNCTION 'DP_SYNC_URLS'

     EXCEPTIONS

       OTHERS = 1.

   IF sy-subrc NE 0.                              <<< sy-subrc = 1

     RAISE dp_error_general.

   ENDIF.

...


ArchiveLink -> OAG1 the data provider cache deactivated.

1502912 was imported before.

Please, help to fix this problem.

Thanks,

Sergey

Accepted Solutions (0)

Answers (1)

Answers (1)

janosdezsi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sergey,

please try to deactivate, then reactivate the Data provider cahce in tr. OAG1.

Best regards,

Janos