| Andre Steinmetz 2002-12-18, 7:23 am |
| When I install MSMQ 1.0 on SQL-server 2000 I get the
following error:
Microsoft Message Queue Setup Error
Unable to create a process to run the command:
(SQL Server install path)\BINN\ISQL.EXE -E -d master -
Q "DISK RESIZE name = 'master', size = 25600"
MQIS
Error code = 0x2
The cause of this problem is the following:
The MSMQ site controller setup creates a process that
loads the Isql.exe SQL Server utility to create the MQIS
database. For PSC and BSC installations, this process also
copies the MQIS from the owning site controller. The setup
process checks the exit code of the ISQL process for
success.
SQL Server 2000 replaces Isql.exe with a new utility,
Osql.exe, which does not return values in the same way as
Isql.exe
The solution is a fix made by Microsoft, but how do I get
that fix. On the Microsoft site they say you have to
contact Microsoft Support, but you need a productnumber.
The productnumber I have for SQL2000 is not recognized!!!
What to do?????
|