473,785 Members | 2,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SP3a + Extended Procedures = not nice (help!)

Hi
(sorry this has turned into a bit of an epic...thought I'd as the
experts!)

SQL 2k, sp3a. Dual xeon 2.4. 2 gig ram. everything on a 3 disk raid 5.

Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
Enterprise Edition on Windows NT 5.0 (Build 2195: )

Problem seems to be some extended procs that seemed to be running fine
on a 'vanilla' install on a different server now seem to be failing.
Failures occuring c 6 - 10 hours.

Sometimes the failure logs as the xp failure with severity 20 that I
kindof expect :s. other times absolutely nothing is logged.

There are a variety of error messages - or sometimes nothing at all.

http://www.mapinfo.com/common/docs/s...SWMSS48_RN.pdf

describes one of our issues, which seems to come out on the restart
after a failure:

Error event id is 19011, Message "SuperSocke t info:
ConnectionListe n(Shared-Memory (LPC)) : Error 5."

That site suggests:
Workaround
Suggested solutions include:
• Obtain a hotfix from Microsoft (http://www.microsoft.com). You will need to >cite the 94302reference number.
• Turn off shared memory in the client network configuration utility to >disable sharedmemory.
• Replace the SQL Server SSMSLPCN.DLL with the SSMSLPCN.DLL (8.00.540) from >SQLServer 2000 Service Pack 2.


- but I cant find any sensible information which describes this to
correlate! Searching MS for that number (94302) came up with zip.

The dll version we are running is 2000.80.760.0, although earlier
versions are elsewhere on the server (disk images).

Interesting to note that we seem to be able to replicate the 'leakage'
of improperly closed handles on this version, but not on the old
server running
that dll version 2000.80.194.0. This I understood to have been fixed
in sp3.

On one failure we caught the following (involving our extended procs):
2004-02-15 15:03:31.40 spid58 Error: 0, Severity: 20, State: 0
2004-02-15 15:03:31.40 spid58 Stored function
'xp_Contest_Cal culateScores' in the library 'e:\sql\xp\ga_p rocs.dll'
generated an access violation. SQL Server is terminating process 58..
2004-02-15 15:04:32.14 spid64 Error: 0, Severity: 20, State: 0
2004-02-15 15:04:32.14 spid64 Stored function 'xp_XML_GetSubT ree'
in the library 'e:\sql\xp\ga_p rocs.dll' generated an access violation.
SQL Server is terminating process 64..
2004-02-15 15:04:48.48 spid53 Using 'dbghelp.dll' version '4.0.5'
*Dump thread - spid = 53, PSS = 0x472d7200, EC = 0x725fc098
*Stack Dump being sent to e:\sql\MSSQL\lo g\SQLDump0001.t xt
* *************** *************** *************** *************** *************** ****
*
* BEGIN STACK DUMP:
* 02/15/04 15:04:48 spid 53

This was followed about a minute later by:
2004-02-15 15:04:55.75 spid53 Stack Signature for the dump is
0x1CC03265
2004-02-15 15:04:55.75 spid53 SQL Server Assertion: File:
<recbase.cpp> , line=1378
Failed Assertion = 'm_offBeginVar < m_SizeRec'.
2004-02-15 15:04:55.89 spid53 Using 'dbghelp.dll' version '4.0.5'
*Stack Dump being sent to e:\sql\MSSQL\lo g\SQLDump0002.t xt
2004-02-15 15:04:56.01 spid53 SqlDumpExceptio nHandler: Process 2292
generated fatal exception c0000005 EXCEPTION_ACCES S_VIOLATION. SQL
Server is terminating this process.
* *************** *************** *************** *************** *************** ****
*
* BEGIN STACK DUMP:
* 02/15/04 15:04:55 spid 53

As a side issue we have a number of 'initialisation of notify failed'
notes.
Any one have any clue about this?
Might the DLL need rolling back?
Is sp3a knacked for extended procs?
Is there some daft setting I've missed :/
Any good events to track in particular?

Cheers all!
Jul 20 '05 #1
1 4416
WangKhar (Wa******@yahoo .com) writes:
That site suggests:
Workaround
Suggested solutions include:
• Obtain a hotfix from Microsoft (http://www.microsoft.com). You will

need to >cite the 94302
reference number.
• Turn off shared memory in the client network configuration utility

to >disable shared
memory.
• Replace the SQL Server SSMSLPCN.DLL with the SSMSLPCN.DLL

(8.00.540) from >SQL
Server 2000 Service Pack 2.


- but I cant find any sensible information which describes this to
correlate! Searching MS for that number (94302) came up with zip.


It might be that there is no KB article about this fix (yet). If you
open a case with Microsoft, and cite the number, they may know what
you are talking about.

--
Erland Sommarskog, SQL Server MVP, so****@algonet. se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1814
by: Vien Nguyen | last post by:
Hi all, I need to be able to obtain the full contents, i.e. sql statements inside, of all procedures in SQl Server 2000. I am using MS type 4 JDBC driver. I know that from the database metadata, I could get the names of all stored procedures and their column structures. However, I did not find any thing that will help me to obtain contents of the stored procedures. Any help would be very much appreciated. Thanks :-)) Vien Nguyen
19
14850
by: Thue Tuxen Sørensen | last post by:
Hi everybody ! I´m maintaining a large intranet (approx 10000 concurrent users) running on one IIS box and one DB box with sqlserver 2000. Currently there is 2,5 GB Ram, 1 1400 mhz cpu and 2 scsi disks installed on the db box. Sqlserver is set to use max 1,4 GB RAM, and the sqlserver does not seem to be using it all.
1
2001
by: Kumar | last post by:
Hi I am trying to recreate a database under the following environments : From: Solaris with DB2UDB version 7.2 with FP 9 To: Linux with DB2UDB version 7.2 with FP 9 It will be of really a great help if any one help me in step-by-step guidelines to migrate SPs written in Java & C languages. I have successfully recreated SQL procedures.
7
8868
by: martini | last post by:
Need help: I am trying to call a DB2 stored procedure that requires parameters: 4x int, date, varchar, int. I use VB6 & oledb. I'm using statements: cmd.CommandText = "{call db2admin.proc(1, 0, 3, 3, '2002-04-22', '0000000', 351)}" and cmd.CommandText = "{call db2admin.proc(1, 0, 3, 3, {d '2002-04-22'}, '0000000', 351)}" and I get following error:
0
1039
by: CyberEeyor | last post by:
I can launch the help viewer with no problem, but I want it to start on a particular page and not the default page. According the the 1.4 docs you can download, this should do the trick help.showhelp(Me, "C:\directoryname\helpfilename.chm::/targetpage.htm") starting the help viewer on targetpage.htm in the chm. But this gives me a NotSupportedException: the given path's format is not supported.
0
1378
by: swatijogdand | last post by:
how to insert data in a linked table through a pass through query? pass through query and linked table are attached to the access database at runtime.Also ,pass through query contains stored procedures. can it be done without giving 'insert permissions' on stored procedures? plz help... it's urgent thx in advance, swati
5
3702
by: patrick.cc.choi | last post by:
Hi all, In Oracle stored procedures, you can declare sub-procedures to help modularize your code... i.e. CREATE OR REPLACE PROCEDURE myProcedure is PROCEDURE b (field1 INTEGER, field2 INTEGER, field3 INTEGER)
1
1719
by: cryptotech2000 | last post by:
What I am looking to do is create an if then statement for a particular access query, here are the facts Tables used Mainframe Report List Fields Within the table that are used for the if then statement GENERATIONS FREQUENCY EXTENDED
0
809
by: MSBlues | last post by:
Greetings, I am doing reverse engineering on a sql-server 2000 database, and I need to map out the tables used in each stored procedures. Please help me getting this sql statement for execution within sql query analyzer Thanks for your help MS-Blues
0
10357
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.