Re: Must Declare the variable @SiteID by Iyaz
Iyaz
Mon Jan 05 13:07:39 CST 2004
To resolve this problem, use case-insensitive collation for your SQL
Server.. The collation for SQL Server 2000 is done at setup time I think.
Uninstall and reinstall SQL with case-insensitive collation.
-Iyaz
"Bogdan Chernyachuk" <anonymous@discussions.microsoft.com> wrote in message
news:086301c3d39f$39987760$a601280a@phx.gbl...
> We are trying to install WSS with Server Farm option.
> We get an error
>
> "Must Declare the variable '@SiteID". (Error Code -
> 137)."...
>
> when it goes to create a new site and a new content
> database. Configuration database was created succesfully.
>
> Does anybody know how to manage this?