Installer hangs

General discussion of the Co:Z Toolkit
Post Reply
sedprm
Posts: 4
Joined: Thu Feb 16, 2006 4:38 pm
Location: Canada

Installer hangs

Post by sedprm »

I'm running the 1.0.8 self-extracting installer and it just hangs after I enter the PDSE library name, any ideas?
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Try editing the file "install/install.rexx" under the CoZ HFS install directory, and add the line:

trace all

after the line:
parse arg installDir

Then change directory to the Co:Z install directory and enter this command:

./install/install.rexx

This should produce a Rexx trace, which you can send to me at info@dovetail.com and I'll try to see what is hanging.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

The installation rexx script uses the "address TSO" command processor, which for some reason was returning the following error at this user's installation:

COMMAND BPXWRTCM NOT FOUND

The OP was able to manually finish the installation. If someone else sees this problem and their installation, or knows why "address tso" might be broken in this way, please let us know.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

The problem turned out to be an ACF2 configuration problem. The command needs to be authorized for the user to access in ACF2.
Post Reply