‎2014 Nov 24 10:55 AM
Hi,
I know this sounds ugly, but I have the problem, that data is inserted in a BOPF table directly. When I then try to load the data via BOPF in the same session, the data won't be found. In a new session this is no problem.
Now to my question:
Is is possible to refresh the BOPF, so it finds the entry in the database?
Thanks David
‎2014 Nov 24 11:07 AM
Hello David,
you might use the "IV_INVALIDATE_CACHE=X" parameter of the RetrieveByAssociation Core Service to clear the BOPF's internal buffer during the execution of a transaction - this parameter is also available on the Retrieve Core Service.
Best regards
Tilmann
‎2014 Nov 24 11:07 AM
Hello David,
you might use the "IV_INVALIDATE_CACHE=X" parameter of the RetrieveByAssociation Core Service to clear the BOPF's internal buffer during the execution of a transaction - this parameter is also available on the Retrieve Core Service.
Best regards
Tilmann
‎2014 Nov 25 11:33 AM