|
Fellow I know in the industry sent me an email regarding the following
line of code. Basically he wants to know why he is getting the "in use"
when he is omitting the entry.
SAV DEV(&IFSDEVICE) +
OBJ( +
('/*') +
('/QSYS.LIB' *OMIT) /* Saved with SAVLIB */ +
('/QDLS' *OMIT) /* Saved with SAVDLO */ +
('/QCA400' *OMIT) +
('/QFileSvr.400' *OMIT) +
('/QOPT' *OMIT) +
('/QPWX*' *OMIT) +
('/QTCPTMM' *OMIT) +
('/QNTC' *OMIT) /* PC data directories */ +
('/Domino' *OMIT) /* Saved with Domino */ +
('/PVCETQ' *OMIT) /* Saved with Domino */ +
('/PVCMAIL' *OMIT) /* Saved with Domino */ +
('/PVCNOTESDB' *OMIT) /* Saved with Domino */ +
('/PVCSMTP' *OMIT) /* Saved with Domino */ +
('/QIBM/UserData/LOTUS' *OMIT) /* Domino */ +
('/usr/tmp' *OMIT) /* Saved with Domino */ +
('/tmp' *OMIT) /* Temp data-avoid conflicts */ +
('/QTCPTMM' *OMIT) /* Temp data-avoid conflicts */ +
('/PSF400' *OMIT) /* Temp data-avoid conflicts */ +
('/PSFSMTP' *OMIT) /* Temp data-avoid conflicts */ +
('/QFPNWSSTG' *OMIT) /* NT/2000 data directories */ +
('/home/QSECOFR/.vnc' *OMIT) /* Temp logs */ +
('/www/apachedft/logs' *OMIT) /* Temp logs */ +
('/QIBM/UserData/HTTPA/admin/logs' *OMIT) +
('/QOpenSys/QIBM/UserData/InfoprintServer/Transforms/work' *OMIT)
+
('/QIBM/UserData/OS400/ResourceMonitoringControl/var/ct' *OMIT) +
/* Omit Websphere Application Server (WAS) directories until
*/ +
/* we figure out how to shut them down in an orderly fashion
*/ +
('/QIBM/UserData/WebAS5/Base/default/logs/server1/*' *OMIT) +
('/QIBM/UserData/WebAS5/Base/default/tranlog/server1/*' *OMIT) +
('/QIBM/UserData/WebAS5/Base/default/wstemp/events/*' *OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.APPLICATIONLOCK'
*OMIT) +
/*GJ01*/ (
'/QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml'
*OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/OS/SERVICE/LOGS/CLEANUPLOG' *OMIT) +
/*GJ01*/ (
'/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.PLUGINS/ORG.ECLIPSE.TOMCAT/CATALINA.*'
+
*OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/HTTPADMIN.LOG' *OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/IIRADMIN.LOG' *OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JASPER.LOG' *OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JK.LOG' *OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDERR.TXT' *OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDOUT.TXT' *OMIT) +
/*GJ01*/ ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/SERVLET.LOG' *OMIT) +
) +
SAVACT(*SYNC) OUTPUT(*PRINT) +
EXPDATE(&EXPDT) ENDOPT(*LEAVE) UPDHST(*YES)
From his joblog:
Message . . . . : 77800 - SAV DEV('/QSYS.LIB/TAP03.DEVD') OBJ(('/*')
('/QSYS.LIB' *OMIT) ('/QDLS' *OMIT) ('/QCA400' *OMIT) ('/QFileSvr.400'
*OMIT) ('/QOPT' *OMIT) ('/QPWX*' *OMIT) ('/QTCPTMM' *OMIT) ('/QNTC'
*OMIT)
('/Domino' *OMIT) ('/PVCETQ' *OMIT) ('/PVCMAIL' *OMIT) ('/PVCNOTESDB'
*OMIT)
('/PVCSMTP' *OMIT) ('/QIBM/UserData/LOTUS' *OMIT) ('/usr/tmp' *OMIT)
('/tmp'
*OMIT) ('/QTCPTMM' *OMIT) ('/PSF400' *OMIT) ('/PSFSMTP' *OMIT)
('/QFPNWSSTG'
*OMIT) ('/home/QSECOFR/.vnc' *OMIT) ('/www/apachedft/logs' *OMIT)
('/QIBM/UserData/HTTPA/admin/logs' *OMIT)
('/QOpenSys/QIBM/UserData/InfoprintServer/Transforms/work' *OMIT)
('/QIBM/UserData/OS400/ResourceMonitoringControl/var/ct' *OMIT)
('/QIBM/UserData/WebAS5/Base/default/logs/server1/*' *OMIT)
('/QIBM/UserData/WebAS5/Base/default/tranlog/server1/*' *OMIT)
('/QIBM/UserData/WebAS5/Base/default/wstemp/events/*' *OMIT)
('/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.APPLICATIONLOCK' *OMIT)
('/QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml'
*OMIT) ('/QIBM/USERDATA/OS/SERVICE/LOGS/CLEANUPLOG' *OMIT)
('/QIBM/USERDATA/ECLIPSE/WORKSPACE/.METADATA/.PLUGINS/ORG.ECLIPSE.TOMCAT/CAT
ALINA.*' *OMIT) ('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/HTTPADMIN.LOG' *OMIT)
('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/IIRADMIN.LOG' *OMIT)
('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JASPER.LOG' *OMIT)
('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JK.LOG' *OMIT)
('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDERR.TXT' *OMIT)
('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/JVMSTDOUT.TXT' *OMIT)
('/QIBM/USERDATA/HTTPA/ADMIN/LOGS/SERVLET.LOG' *OMIT)) SAVACT(*SYNC)
OUTPUT(*PRINT) EXPDATE('08/09/06') ENDOPT(*LEAVE) UPDHST(*YES)
CPFA09E Diagnostic 40 08/03/06 00:07:51.430744 QSRGENSE
QSYS *STMT QSRGENSE QSYS *STMT
From module . . . . . . . . :
QSROBJEC
From procedure . . . . . . :
qsrSendObjectMsg__FP6qsrMsg
Statement . . . . . . . . . : 15
To module . . . . . . . . . :
QSROBJEC
To procedure . . . . . . . :
qsrSendObjectMsg__FP6qsrMsg
Statement . . . . . . . . . : 15
Message . . . . : Object in use.
Object is
/QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml.
Cause . . . . . : An operation
attempted to use object
/QIBM/UserData/OS400/ResourceMonitoringControl/var/vpd/Hardware.xml. This
object is currently in use.
Recovery . . . : Allow time for the current
operation to complete and then
retry. If no operation is being performed,
determine if the object is checked
out. If it is, use the Check In Object
(CHKIN) command to check in the
object and then retry. To determine what is........
Rob Berendt
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.