<%@LANGUAGE="VBSCRIPT"%> <%Option Explicit%> <%Response.Expires = 0%> <% '-- VARIABLE DECLARATION ---------------- Dim tempArr Dim parRtag_id Dim parRMpv_id Dim parRfile '-- CONSTANTS --------------------------- '-- INITIALISATION ---------------------- tempArr = Split( Session(enum_RELMGR_ERRDESCRIPTION), "|" ) parRMpv_id = tempArr(0) parRtag_id = tempArr(1) parRfile = tempArr(2) '-- DESTROY ----------------------------- Session(enum_RELMGR_ERRDESCRIPTION) = NULL '---------------------------------------- %> Release Manager
Cannot Remove Package(s) !
  Package is still being used by other packages.
  See 'Used By' tab for more information.