W3TEXTDYNAMIC Error

Hi,

I’m facing this error:

Subroutine: W3TEXTDYNAMIC
Source: W3TEXTDY
Error Line: 710
Error Nr: NAT0735
Error Text: The method or property W3DCCES3 was not found (DCOM code x80020005L: T).

This only happen when i have 2 find statements in a read statement. Other words,

R1. READ …
F1. FIND …
F2. FIND …

It works perfectly well, if there is only 1 find and 1 read statement.

R1. READ …
F1. FIND …

Please advice. Thanks in advance.

-joel

hi,

no issue now. got it solved. it’s memory related problem. once i changed the USIZE and SSIZE in the Natural Configuration at NATPARM to the max (100MB) then there is no error.

-joel