Topic: Mass Storage txtsetup Error (UBCD4Win)

Hi I am using the latest Base (DPs_BASE_7052.exe) and the latest MassStorage Pack (DP_MassStorage_wnt5_x86-32_7063.7z).
Building using UBCD4Win (3.05) I get an error in line 14493 of the txtsetup.sif file.

PCI\VEN_0E11&DEV_B060&SUBSYS_40700E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_409D0E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_409C0E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_409B0E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_409A0E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_40910E11="cpqcissm"
GenNvRaidDisk="nvraid"
*NVRAIDBUS="nvraid"
*_NVRAIDBUS="nvraid"
="hpcissm2.sys"
PCI\VEN_9005&DEV_801D="adpu320"
PCI\VEN_9005&DEV_8017&SUBSYS_00449005="adpu320"
PCI\VEN_9005&DEV_8016&SUBSYS_00409005="adpu320"
PCI\VEN_9005&DEV_8015&SUBSYS_00409005="adpu320"
PCI\VEN_9005&DEV_8014&SUBSYS_00449005="adpu320"



The ="hpcissm2.sys" line is the one causing the error.

Hope this helps with debugging. smile


Moose

Re: Mass Storage txtsetup Error (UBCD4Win)

Hi
it helped smile

please download it again.

The answer was 42?
Kind regards, Jaak.

Re: Mass Storage txtsetup Error (UBCD4Win)

Hi, still getting an error with the same line I'm afraid using DP_MassStorage_wnt5_x86-32_7064.7z.


PCI\VEN_0E11&DEV_0046&SUBSYS_409C0E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_409B0E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_409A0E11="cpqcissm"
PCI\VEN_0E11&DEV_0046&SUBSYS_40910E11="cpqcissm"
GenNvRaidDisk="nvraid"
*NVRAIDBUS="nvraid"
*_NVRAIDBUS="nvraid"
="hpcissm2"
PCI\VEN_9005&DEV_801D="adpu320"
PCI\VEN_9005&DEV_8017&SUBSYS_00449005="adpu320"
PCI\VEN_9005&DEV_8016&SUBSYS_00409005="adpu320"
PCI\VEN_9005&DEV_8015&SUBSYS_00409005="adpu320"
PCI\VEN_9005&DEV_8014&SUBSYS_00449005="adpu320"
PCI\VEN_9005&DEV_8012&SUBSYS_00429005="adpu320"


="hpcissm2" is the affected line

Moose

Last edited by Moose (2007-06-27 23:56:23)

Re: Mass Storage txtsetup Error (UBCD4Win)

I am also experiencing the same problem, except the error is in line 12875!

I am using DP_MassStorage_wnt5_x86-32_7064.7z

Regards.


Jeremy

Re: Mass Storage txtsetup Error (UBCD4Win)

you will need to edit the DriverPack_MassStorage_wnt5_x86-32.ini file and repack the drivers until its fixed officially.

change

[C-2]
ms_count 		= 1
ms_1_deviceName		= "Compaq server HP ProLiant E200/E200i/P400/P400i/P600"
ms_1_tag		= "hpcissm2"
ms_1_sysFile		= "hpcissm2.sys"
ms_1_hwids = 
"PCI\VEN_103C&DEV_3220&SUBSYS_3225103C,PCI\VEN_103C&DEV_3230&SUBSYS_3234103C,PCI\VEN_103C&DEV_3230&SUBSYS_3235103C,PCI\VEN_103C&DEV_3238&SUBSYS_3212103C,PCI\VEN_103C&DEV_3238&SUBSYS_3211103C"
ms_1_isBusExtender	= false
ms_1_exc_skipIfOS	= "w2k"

to

[C-2]
ms_count 		= 1
ms_1_deviceName		= "Compaq server HP ProLiant E200/E200i/P400/P400i/P600"
ms_1_tag		= "hpcissm2"
ms_1_sysFile		= "hpcissm2.sys"
ms_1_hwids              = "PCI\VEN_103C&DEV_3220&SUBSYS_3225103C,PCI\VEN_103C&DEV_3230&SUBSYS_3234103C,PCI\VEN_103C&DEV_3230&SUBSYS_3235103C,PCI\VEN_103C&DEV_3238&SUBSYS_3212103C,PCI\VEN_103C&DEV_3238&SUBSYS_3211103C"
ms_1_isBusExtender	= false
ms_1_exc_skipIfOS	= "w2k"

Re: Mass Storage txtsetup Error (UBCD4Win)

huh? is there a carriage return there?
that's difficult to spot.

The answer was 42?
Kind regards, Jaak.

Re: Mass Storage txtsetup Error (UBCD4Win)

Correct sir, there is a carriage return directly in front of the "PCI\VEN_103C..."  I stretched my notepad Window over 2 screens to see it...

Last edited by eethball (2007-06-28 06:43:56)

Re: Mass Storage txtsetup Error (UBCD4Win)

jtdoom wrote:

huh? is there a carriage return there?
that's difficult to spot.

Yep there is\was a carriage return, the "PCI\VEN_" info was on a separate line.

Would you like me to post a bug report, there seem to be a lot of people starting new threads about the prob in the feedback forum without searching.

Re: Mass Storage txtsetup Error (UBCD4Win)

Quick FIX is up.

sad
Apologies to all, and thank you for the reports.
Another OLDER error was revealed as well, so while it should not have been made, the typo was useful.

The answer was 42?
Kind regards, Jaak.

Re: Mass Storage txtsetup Error (UBCD4Win)

Hi, the DP_MassStorage_wnt5_x86-32_7066.7z driverpack seems to have solved the issue previously experienced,(at least in a virtual machine, will test later on real hardware) great work chaps. smile


Moose