<%@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
Package Information Section Incorrect!
  Package is NOT released!

An auto-buildable package cannot have a Version Control System type of "Uncontrolled".
  Re-version the package to a manual-build type, or change the version control system.