|
msgSQL0901 T/QDBUDR x/076C
Recently I've created SQL Triggers to record changes to the order
file. Trigger definition is:
create trigger ithttpobj/updtcord0f after update
of dmcsck
on ibm_dat/snord0f
referencing
OLD row as r1
NEW row as r2
for each row mode db2sql
when (r1.dmcsck<>r2.dmcsck)
insert into ithttpdat/tcord0f(ORNORDINE , ORCDEALER
, ordcancel , orfinvio , ordinvio)
values(r1.DMFSCK , r1.dmcsck , current date ,
char('N') , char('0001-01-01') )
In some case I get an error that I haven't been able to figure out
how to solve.
Member QTRG000001 already exists in file QTRG000001 in library QTEMP.
SQL system error.
Function check. SQL0901 unmonitored by QDBUDR at statement *N,msgCPF9999 rcSQL0901
instruction X'076C'.
Failure for device or member SNORDLCK file SNORDLCK in library IBM_DATmsgCPF5257 f/??? t/???
CPF5257 I/O error was detected in SNORDLCKmsgCPF????
The only "strange thing" is that in the logical file SNORDLCK the
field DMCSCK refer to the trigger update is not present
Anybody have suggestions.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.