-7069: Remote write access in NOLOG session not allowed
Explanation:
The attempt was made to execute an SQL statement for data manipulation. This SQL statement would have to make modifications to the data of a serverdb other than that on which the session was opened. This is not allowed for a session which was opened with NOLOG specification in the <CONNECT statement>.
User Action:
You cannot use this SQL statement in this session.