an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > The stored procedure 'DSC_Template_GetTimeStamp...
Last Post 11/26/2008 10:34:28 AM By markfitz@fitzme.com. 1 replies.
11/24/2008 1:37:00 PM
diggityDawg
Posts: 1
Joined: 11/24/2008
The stored procedure 'DSC_Template_GetTimeStampByName' doesn't exist.
This is the error I get when I try to browse to DSC after installing.  I can see that the database DOES have that sp, so I have no idea how to resolve this...  Has anyone seen this before?  I searched and couldn't find any mention of this...
 
Thanks!
11/26/2008 10:34:28 AM
markfitz@fitzme.com
Posts: 1
Joined: 11/26/2008
Re: The stored procedure 'DSC_Template_GetTimeStampByName' doesn't exist.
Check to make sure that the owner of the stored procedure is accessible from the sql server login. for example, all the others may be dbo.DSC_..... while this one could be mylogin.DSC_....  You can use the sp_changeobjectowner 'objectname','ownername' to change it to match the other items.