<%@LANGUAGE="VBSCRIPT"%> <%Option Explicit%> <%Response.Expires = 0%> <% '-- VARIABLE DECLARATION ---------------- Dim tempArr Dim parRtag_id Dim parPv_id Dim parPar1 '-- CONSTANTS --------------------------- '-- INITIALISATION ---------------------- tempArr = Split( Session(enum_RELMGR_ERRDESCRIPTION), "|" ) parPar1 = tempArr(0) parRtag_id = tempArr(1) parPv_id = tempArr(2) '-- DESTROY ----------------------------- Session(enum_RELMGR_ERRDESCRIPTION) = NULL '---------------------------------------- %> Release Manager
Duplicate Runtime Dependency!
  Product <%=parPar1%> already exists.
  Duplicate Runtime dependencies are not allowed.