Hi at all,
now i've solved the Problem. The problemwas that theSUMprocessin the upgradehas not putthecolumn "SECURITY_POLICY " in the tableUSR02. Thus, noUSERcould be tested / cross-checked. And the System productedalways adumpwith error code " DB2-Error - -206" (IS NOT VALID IN THE CONTEXT WHERE IT IS USED).
System dump:
"[IBM][CLI Driver][DB2] SECURITY_POLICY IS NOT VALID IN THE CONTEXT WHERE IT IS USED"
We' ve put manually this column in USR02 and the Problem was solved.
ALTER TABLE SPAR3.USR02 ADD COLUMN SECURITY_POLICY
VARCHAR(40) NOT NULL DEFAULT;
Thank youfor your helpand support!
Regards,
Alex