/build/static/layout/Breadcrumb_cap_w.png

Has anyone tried to install "IBM Data Server Runtime Client.msi" with qb! switch?

While installing this app with /qb switch, the application rollbacks.


0 Comments   [ + ] Show comments

Answers (4)

Posted by: DeQuosaek 10 years ago
Senior Yellow Belt
2

The reason it errors out is that it's looking for a response file.

From the log:

1: ERROR:DB2 Setup is unable to open the response file "". 
1: ERROR:Unable to set the response file "" in the up and running engine. 
1: ERROR:Unable to initialize the response file. 
CustomAction DB2ConfigClientCA.2BC48F01_561E_4906_8321_946A9F5A90AA returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
[...]
Action ended 11:51:14: InstallFinalize. Return value 3.

The .msi creates a response file called DB2RL000.rsp in the %TEMP% folder during a normal installation that can be copied out and used for a silent installation.

The command line would be:

msiexec /L*v [YourLogFile] /i "IBM Data Server Runtime Client.msi" RSP_FILE_PATH=DB2RL000.rsp /qn

Assuming the .msi and .rsp files are in the current directory.

Posted by: pjgeutjens 11 years ago
Red Belt
1

log the installation using the parameter /L*V and look for errors.


Comments:
  • I did.I know the CA also.But its a DLL CA "DB2ConfigClientCA.2BC48F01_561E_4906_8321_946A9F5A90AA".It seems this has important functionality. and must not be commented.
    This CA runs only during installation.
    Application install fine without qb, also log files shows success for this CA. - Jayesh2011 11 years ago
  • could it be there's a customaction that's only scheduled in the UIExecuteSequence, that does not run when yousuppress the UI with /qb, and makes the install fail? (this would mean a /qn install would fail too..)

    If so, copy this/these CA to the InstallExecuteSequence so it also runs during silent installs. - pjgeutjens 11 years ago
  • We approached that way also.Had commented all the CA,s of UI except for Progress bar, but still we are not able to reproduce the behavior as when qb! switch is used. - Jayesh2011 11 years ago
Posted by: akki 11 years ago
4th Degree Black Belt
0

Can you check if there`s an CA with UILimit as its condition. Check to see if it is as UILimit<5 or like.

Posted by: bhagu_krish 11 years ago
Orange Belt
0

Is Install execute sequence has UILevel condition(UILevel>5) for any action (CA)?

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Link

Related Links

Post

Related Posts

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ