how can I install aC++ Compiler bundle Evaluation version

according those steps

  1.  Copy your 26 digit hexadecimal license key in a plain text \(ASCII\) file. 
    
  2.  Save the file as aCC.cwd in the following location:
    

/opt/aCC/newconfig/aCC.cwd
3. export the variable ST_CODEWORD to point to the file where the license key is stored.

# export ST_CODEWORD=/opt/aCC/newconfig/aCC.cwd
4. To install the HP C/aC++ product bundle, as root use swinstall as follows:
# /usr/sbin/swinstall -s $PWD/B9007AAEVAL_<OS Version>.depot B9007AAEVAL

Where B9007AAEVAL_<OS Version>.depot matches what was downloaded.

I suspend at 92%
log file message
ERROR: Read from serial depot file failed. Bad address (14).
ERROR: Failed installing fileset
"HP-Caliper-PMUD.HP-CALIPER-PMUD,r=C.1.0.0.EVAL". Check the
above output for details.
* Retry number 1 of 1 for loading files for fileset
"HP-Caliper-PMUD.HP-CALIPER-PMUD,r=C.1.0.0.EVAL".
* Installing fileset
"HP-Caliper-PMUD.HP-CALIPER-PMUD,r=C.1.0.0.EVAL" (15 of 22).
ERROR: Read from serial depot file failed. Error 0 (0).
ERROR: Failed installing fileset
"HP-Caliper-PMUD.HP-CALIPER-PMUD,r=C.1.0.0.EVAL". Check the
above output for details.
NOTE: The Install Phase has suspended. Check the above output for
reasons.

Can any one tell me why

thanks