-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.

  1. You can repeat the SQL statement in a session opened without NOLOG specification.
  2. You can open a new session or more sessions with or without NOLOG specification on the serverdb keeping the data to be modified. The SQL statement can be repeated there.