Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0SQL Data provider errorSQL Data provider error
Previous
 
Next
New Post
9/5/2009 2:56 PM
 

I'm about to pull my hair out over this error. 

In my sqlDataProvider file, I have this functiuon:

 Public Overrides Function GetSunsetHill_MetaState_FileUploadForStudentTranscript(ByVal StudentGUIDCH As String) As IDataReader
            Dim strReturn As String = GetFullyQualifiedName("SunsetHill_MetaState_FileUploadGetForStudentTranscript")
            Return CType(SqlHelper.ExecuteReader(ConnectionString, GetFullyQualifiedName("SunsetHill_MetaState_FileUploadGetForStudentTranscript"), StudentGUIDCH), IDataReader)
        End Function

I put in the line:

Dim strReturn As String = GetFullyQualifiedName("SunsetHill_MetaState_FileUploadGetForStudentTranscript")

I To make sure that the fully qualified name was being returned - and it is.

Yet, when this line executes, I get an error

  Return CType(SqlHelper.ExecuteReader(ConnectionString, GetFullyQualifiedName("SunsetHill_MetaState_FileUploadGetForStudentTranscript"), StudentGUIDCH), IDataReader)

Tne error is

System.Data.SqlClient.SqlException = {"Invalid object name 'dbo.SunsetHill_MetaState_TranscriptFileUpload'."}

I have no idea why the code is trying to execute the stored procedure dbo.SunsetHill_MetaState_TranscriptFileUpload  - which does not exist.  It should be executing  dbo.SunsetHill_MetaState_FileUploadGetForStudentTranscript

Has anyone seen this weird behaviour?  It's driving me nuts trying to figure out the problem...

 

 

 
New Post
9/5/2009 5:26 PM
 

Is there any possibility that the SunsetHill_MetaState_FileUploadGetForStudentTranscript sproc is attempting to execute the SunsetHill_MetaState_TranscriptFileUpload sproc which was later renamed or deleted?

I also recall a time when I had renamed a sproc and although I was attempting to execute it using the new name, SQL Server was still attempting to reference it by its former name. A cached execution plan perhaps? I'd try a restart of both MS SQL Server and IIS to see if the issue then goes away.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
9/7/2009 9:10 AM
 

Hi William,

Thanks for the reply.  There was indeed a SP named SunsetHill_MetaState_TranscriptFileUpload that was subsequently dropped.  I tried a number of things such as starting/stopping IIS and SQL server - creating new stored procedures with different names - and then re-booting the PC.  Still the same problem. 

I've never come across this before - spent about 3 hours on it and finally gave up - I had to revert to populating the data list on my form by going after the records via a SQL statement.

Al

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0SQL Data provider errorSQL Data provider error


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out