View Single Post
  #2  
Old 06-22-2005, 11:50 AM
kevina kevina is online now
Registered User
 
Join Date: 03-27-2003
Posts: 825
No automatic ability to obscure particular password or other values is provided in Visual Build Professional.

One workaround would be to add a Set Macro step to your Failure subroutine that created a new Temporary macro called FAILURESTEP_LOGOUTPUT or similar with the value [Replace(vbld_AllMacros()("FAILURESTEP_OUTPUT").Val ue, "%SS_USER%,%SS_PWD%", "***,***")].

That vb script expression assumes you have defined SS_USER and SS_PWD macros to store your SS username & password.

You would then use FAILURESTEP_LOGOUTPUT as the logged value instead of FAILURESTEP_OUTPUT.
Reply With Quote