Anmelden

View Full Version : SMTP-Server stürzt ab nach Release-Wechesel 5.3



fmu
26-02-05, 13:06
Hilfe!!

Ich habe gestern einen Release-Wechsel von 5.2 auf 5.3 gemacht.
Wenn ich jetzt der SMTP-Server starten will, stürzt der sofort wieder ab.
Auslösend ist wohl die Meldung "Auflösung zu Objekt ________ nicht möglich" aus dem Modul/API QOKSCHD im Job QTSMTPBRSR, wobei der Objekt-Name leer ist.
Hat schon mal jemand sowas erlebt?
Da unser ganzer Mail-Verkehr darüber abgewickelt wird, brauche ich dringend eine Lösung.

mfg
Frank

TARASIK
28-02-05, 11:03
Hallo,
nach dem Releasewechsel schon ein rclstg *full
durchgeführt. Sieht nach einem Eintrag aus Office Vision
aus.

usche
28-02-05, 20:13
Hallo,
ich hatte folgendes Problem:

V5R3 has a new IFS directory attribute "Restricted rename and
unlink". If this is set to *YES QMSF can fail with TCP5104
Integrated File System file unlink failed" for /tmp/... on
QtmmSendMail users.



The default value for the new attribute is *NO on the CRTDIR
(MD) command. However, we set the attribute for *YES when we
have to create it, such as on scratch installs or some other
instance where the directory has been deleted. Slip installs
should not be affected, provided slipping the GA resave. Once
the attribute is set, it will remain set. This is compatible
with UNIX implementations and is documented in the Memo-To-Users
If the attribute is set to *YES and is causing QMSF to fail,
change it to *NO using the CHGATR command:
CHGATR OBJ('/tmp') ATR(*RSTDRNMUNL) VALUE(*NO)

Gruss Ulrich