Showing posts with label occurs. Show all posts
Showing posts with label occurs. Show all posts

Thursday, March 29, 2012

Error: Could not find stored procedure !!

Hi,

Error: Could not find stored procedure.

I Installed the SQL Server SP2 and the error still occurs when ever I call the stored procedure from my windows app!!

Any Help ?

what's the name of SP you want to call?|||

In design window its : GetMonthRecord;1

in code window its: GetMonthRecord_1

I tried to rename it to : GetMonthRecord

the same error occurs !!

|||

Would you mind running this query and posting the results so that we can get some more information related to the object:

select uid,
left ([name], 30) as [name]
from sysobjects
where [name] like 'GetMonthRecord%'

|||

I run this query:

select uid,

left ([name], 30) as [name]

from sysobjects

where [name] like 'ThisMonthRecords%'

the result is:

1 ThisMonthRecords

|||

Now try:

exec ThisMonthRecords

and post the results

|||

executed succecfully the result is integer:

2

//

I'm facing the problem only with VS2005, when I add the procedure as queryTableAdapter, no error in code, but the error uccours after calling the SP.

Monday, March 19, 2012

Error: 17832, Severity: 20, State: 10

Dear All,
I have a SharePoint Setup on the test environment and I am
getting the following error in SQL Server Log. This error occurs daily
once or twice.
Error: 17832, Severity: 20, State: 10
Connection opened but invalid login packet(s) sent. Connection closed.
I followed the steps as specified in the KB but still getting the same
error.
Dear All,
I have a SharePoint Setup on the test environment and I am
getting the following error in SQL Server Log. This error occurs daily
once or twice.
Error: 17832, Severity: 20, State: 10
Connection opened but invalid login packet(s) sent. Connection closed.
I followed the steps as specified in the KB but still getting the same
error.
http://support.microsoft.com/kb/154628/
I have Windows Server 2003 with Service pack 1 and latest security
patches installed.
SharePoint Portal Server 2003 with Service pack 2 installed
SQL Server 2000 with SP3a
I there some thing very serious about this error or I can ignore the
error.

Error: 17832, Severity: 20, State: 10

Dear All,
I have a SharePoint Setup on the test environment and I am
getting the following error in SQL Server Log. This error occurs daily
once or twice.
Error: 17832, Severity: 20, State: 10
Connection opened but invalid login packet(s) sent. Connection closed.
I followed the steps as specified in the KB but still getting the same
error.Dear All,
I have a SharePoint Setup on the test environment and I am
getting the following error in SQL Server Log. This error occurs daily
once or twice.
Error: 17832, Severity: 20, State: 10
Connection opened but invalid login packet(s) sent. Connection closed.
I followed the steps as specified in the KB but still getting the same
error.
http://support.microsoft.com/kb/154628/
I have Windows Server 2003 with Service pack 1 and latest security
patches installed.
SharePoint Portal Server 2003 with Service pack 2 installed
SQL Server 2000 with SP3a
I there some thing very serious about this error or I can ignore the
error.

Error: 17832, Severity: 20, State: 10

Dear All,
I have a SharePoint Setup on the test environment and I am
getting the following error in SQL Server Log. This error occurs daily
once or twice.
Error: 17832, Severity: 20, State: 10
Connection opened but invalid login packet(s) sent. Connection closed.
I followed the steps as specified in the KB but still getting the same
error.Dear All,
I have a SharePoint Setup on the test environment and I am
getting the following error in SQL Server Log. This error occurs daily
once or twice.
Error: 17832, Severity: 20, State: 10
Connection opened but invalid login packet(s) sent. Connection closed.
I followed the steps as specified in the KB but still getting the same
error.
http://support.microsoft.com/kb/154628/
I have Windows Server 2003 with Service pack 1 and latest security
patches installed.
SharePoint Portal Server 2003 with Service pack 2 installed
SQL Server 2000 with SP3a
I there some thing very serious about this error or I can ignore the
error.