<%@LANGUAGE="VBSCRIPT"%> <%Option Explicit%> <%Response.Expires = 0%> <% '-- VARIABLE DECLARATION ---------------- Dim tempArr Dim parRtag_id Dim parPv_id Dim parRfile Dim parAnchor '-- CONSTANTS --------------------------- '-- INITIALISATION ---------------------- tempArr = Split( Session(enum_RELMGR_ERRDESCRIPTION), "|" ) parRtag_id = tempArr(0) parPv_id = tempArr(1) parRfile = tempArr(2) parAnchor = tempArr(3) '-- DESTROY ----------------------------- Session(enum_RELMGR_ERRDESCRIPTION) = NULL '---------------------------------------- %> Release Manager
Unbuildable Package
  Package is NOT released!
This package has been marked as unbuildable.
Unbuildable packages are packages that have been created outside of the build system
The packages may have been created by 'Deployment Manager' or some other mechanism that has caused the package version to spring into existence outside of the normal creation mechanisms.