Client Management Suite

 View Only
  • 1.  Script failed - return code 3

    Posted Oct 30, 2014 05:36 AM

    I have a batch file script that seems to run fine but it returns code 3 as failure. Any idea what this means ? The output properties dont list any issue!

     

     



  • 2.  RE: Script failed - return code 3
    Best Answer

    Broadcom Employee
    Posted Oct 30, 2014 06:00 AM

    Hi,

    In some cases code 3 could be return when script has problems reading or writing to the registry.

    Thank you,

    Alex.



  • 3.  RE: Script failed - return code 3

    Posted Oct 30, 2014 06:08 AM

    Should I not see an error then if the script is run manually ? Is tehre anyway to see why its failing ?



  • 4.  RE: Script failed - return code 3

    Broadcom Employee
    Posted Oct 30, 2014 06:56 AM

    I suppose script should fail if launched manually in cmd console and could display more detailed error text.



  • 5.  RE: Script failed - return code 3

    Posted Oct 30, 2014 08:04 AM

    got it - was an invalid regsvr32 entry that was causing the problem. Thanks.