Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Error Running Script: replsys.sql during installation SP4 ..

 
   Database Forums (Home) -> Setup RSS
Next:  Grouping by datepart() affected fields  
Author Message
Martin Thole

External


Since: Feb 18, 2004
Posts: 2



(Msg. 1) Posted: Tue Jan 24, 2006 8:55 am
Post subject: Error Running Script: replsys.sql during installation SP4 on
Archived from groups: microsoft>public>sqlserver>setup (more info?)

When I try to install SP4 on a W2003-Server with SQL 2000 Developer (both
German version),
I get the error message with "replsys.sql".

I tried alread the following hints
- stop many services
- create C:\TMP and C:\TEMP directory for TMP and TEMP
- change the account from domain admin to local servcice for the "sqlserv"
service

but i still get the error on "replsys.sql"

I noticed:

1. in the event log :
"Event ID 19011" with "Description: ConnectionListen (Shared-Memory (LPC)):
Error 0 "

2. in sqlsp.log
18:11:10
:\PUBLIC\Download\MICROS~1\SQLSER~1\SQL200~1.SP4\x86\BINN\osql.exe -Slpc:NET-SERVER
-b -n -d master -o "I:\Programme\Microsoft SQL
Server\MSSQL\install\replsys.out" -i "I:\Programme\Microsoft SQL
Server\MSSQL\install\replsys.sql" -E
18:11:14 Process Exit Code: (1)
18:11:21 Fehler beim Ausführen eines Skripts: replsys.sql (1) (english:
error on script ....)

I think the connection failed because the update installation stops the
"sqlserv" service ?
Any idea ?


Martin Thole

 >> Stay informed about: Error Running Script: replsys.sql during installation SP4 .. 
Back to top
Login to vote
shabahat ALI

External


Since: Feb 20, 2006
Posts: 1



(Msg. 2) Posted: Mon Feb 20, 2006 1:58 pm
Post subject: RE: Error Running Script: replsys.sql during installation SP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

supI experienced the same error while installing sp4

i found aworkaround by editing the following registry key

hkeylocalmachine\software\microsoft\mssqlserver\mssqlerver\supersocketnetlib\
here u would find one key called lpc
i deleted it and my install went fine.

Note:
Its a risk do it at ur wond responsibility
pls export the registry entry before deleting it
if u get erorr deleting this key; right click and see if ur logged in
account has the permission to do it



"Martin Thole" wrote:

> When I try to install SP4 on a W2003-Server with SQL 2000 Developer (both
> German version),
> I get the error message with "replsys.sql".
>
> I tried alread the following hints
> - stop many services
> - create C:\TMP and C:\TEMP directory for TMP and TEMP
> - change the account from domain admin to local servcice for the "sqlserv"
> service
>
> but i still get the error on "replsys.sql"
>
> I noticed:
>
> 1. in the event log :
> "Event ID 19011" with "Description: ConnectionListen (Shared-Memory (LPC)):
> Error 0 "
>
> 2. in sqlsp.log
> 18:11:10
> :\PUBLIC\Download\MICROS~1\SQLSER~1\SQL200~1.SP4\x86\BINN\osql.exe -Slpc:NET-SERVER
> -b -n -d master -o "I:\Programme\Microsoft SQL
> Server\MSSQL\install\replsys.out" -i "I:\Programme\Microsoft SQL
> Server\MSSQL\install\replsys.sql" -E
> 18:11:14 Process Exit Code: (1)
> 18:11:21 Fehler beim Ausführen eines Skripts: replsys.sql (1) (english:
> error on script ....)
>
> I think the connection failed because the update installation stops the
> "sqlserv" service ?
> Any idea ?
>
>
> Martin Thole
>
>
>
>

 >> Stay informed about: Error Running Script: replsys.sql during installation SP4 .. 
Back to top
Login to vote
Kevin3NF

External


Since: Jan 11, 2006
Posts: 6



(Msg. 3) Posted: Mon Feb 20, 2006 10:00 pm
Post subject: Re: Error Running Script: replsys.sql during installation SP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Deleteing the registry key for shared memory is not likely to be a good
thing.

Granting full permissions to it for the SQL Server startup account is more
likely to be a decent resolution

--
Kevin Hill
3NF Consulting
www.3nf-inc.com/NewsGroups.htm
www.expertsrt.com - not your average tech Q&A site



"shabahat ALI" wrote in message

> supI experienced the same error while installing sp4
>
> i found aworkaround by editing the following registry key
>
> hkeylocalmachine\software\microsoft\mssqlserver\mssqlerver\supersocketnetlib\
> here u would find one key called lpc
> i deleted it and my install went fine.
>
> Note:
> Its a risk do it at ur wond responsibility
> pls export the registry entry before deleting it
> if u get erorr deleting this key; right click and see if ur logged in
> account has the permission to do it
>
>
>
> "Martin Thole" wrote:
>
>> When I try to install SP4 on a W2003-Server with SQL 2000 Developer (both
>> German version),
>> I get the error message with "replsys.sql".
>>
>> I tried alread the following hints
>> - stop many services
>> - create C:\TMP and C:\TEMP directory for TMP and TEMP
>> - change the account from domain admin to local servcice for the
>> "sqlserv"
>> service
>>
>> but i still get the error on "replsys.sql"
>>
>> I noticed:
>>
>> 1. in the event log :
>> "Event ID 19011" with "Description: ConnectionListen (Shared-Memory
>> (LPC)):
>> Error 0 "
>>
>> 2. in sqlsp.log
>> 18:11:10
>>
>> \PUBLIC\Download\MICROS~1\SQLSER~1\SQL200~1.SP4\x86\BINN\osql.exe -Slpc:NET-SERVER
>> -b -n -d master -o "I:\Programme\Microsoft SQL
>> Server\MSSQL\install\replsys.out" -i "I:\Programme\Microsoft SQL
>> Server\MSSQL\install\replsys.sql" -E
>> 18:11:14 Process Exit Code: (1)
>> 18:11:21 Fehler beim Ausführen eines Skripts: replsys.sql (1) (english:
>> error on script ....)
>>
>> I think the connection failed because the update installation stops the
>> "sqlserv" service ?
>> Any idea ?
>>
>>
>> Martin Thole
>>
>>
>>
>>
 >> Stay informed about: Error Running Script: replsys.sql during installation SP4 .. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Error Running Script: Replsys.SQL(1) during SQL 2000 SP3 u.. - Hey guys I was attempting to upgrade my SQL 2000 Developer version when I rcvd the message Error running script:Replsys.sql(1). When I hit the OKAY button to the error message it closed down the install. How do I correct and reinstall from that point....

.Net 2.0 Framework error when running EXE remotely - Hi, I am building a VB.Net 2005 application that will access a SQL Server 2005 database. If I run the EXE locally on the computer running SQL Server _or_ copy the EXE to a remote computer, the application works as expected. (Note I am logged in as....

installation - My slq 2005 express edition was not properly installed and i can't install a new one because sqlsupport.msi is no more on my pc where can i get one ?

Problem during installation - Hi, during the installation from SQL server 2005 I receive in the installationstep "The selected components are being configured", product "Reporting Services" the error message (in german): "Unerwarteter Setupfehler während...

Unattended installation - Hello, Information: I have recently had several cases with organizations that needs test environements for short times such as 3 weeks or so, and the need for SQL Server in these environments. This occurs more and more often and I would like a faster...
   Database Forums (Home) -> Setup All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]