|
Charles,
From my personal experience and naming conventions interpretation, "MAINTRA"
would be first 7 characters of the PC executable name that shows up under Task Manager under Process column. I think "VBA" stands for Visual Basic Access or something like that, but it's unclear to me what relationship if any there truly is to VB, so I'm probably way off on that one. SQL packages are created if ODBC or JDBC source has Extended Dynamic setting turned on, so turning that flag off is one way to get ensure SQL packages are not created. Alternatively and on rare occasions, I've seen products on the iSeries that make use of Extended Dynamic SQL API. In that case, it would be truly unwise to delete the SQL package as that product would fail. I've never seen SQL packages without library name... what if you do WRKOBJ on these, do they show up as being part of any library? If they don't then it might be something new to V5R4. If they do show up, then I'd say there is a reporting bug in PRTDSKINF. Finally, SQL packages are dynamic in nature and are usually rebuilt by the interface that uses them, so simply deleting them is not a far off idea either. Hope that helps. Elvis -----Original Message----- Subject: Objects named MAINTRAVBA type *SQLPKG that aren't in a library I've got 38 lines like the following lines on my PRTDSKINF report: % of Size in Last Last Object Library Type Owner Disk 1000 bytes Change Use Description MAINTRAVBA *SQLPKG SYS_MGMT .11 384614.4 07/19/06 07/14/06 *NOLIB It would seem that those 38 objects make up most of the following total: Objects not in a library 4.37 15372.96 Does anyone know where these come from, do they need to be kept around, and if not how I can delete them? Thanks, Charles Wilt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.