Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): 3.x Pre-release forums (retired) > Cant Install With SQL Server 2000

Cant Install With SQL Server 2000

  • Shaun Mitchem avatar

    Posted on Jan 16, 2007 (permalink)

    Should i be able to set up a new site with SQL server 2000 yet? I havent had any luck - I enter the database details and then the admin user details and it goes to the error page saying "for more details, set custom errors to off" - i do this in the new web.config file, click refresh on the browser and it takes me back to the page to enter the database details (and then the admin password again) - after this it then shows the following error message:

     

    Server Error in '/SFTest' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.

    Source Error:

    Line 48:       <clear />
    Line 49:       <add connectionStringName="DefaultNolicsConnection" applicationName="/"
    Line 50:        name="Sitefinity" type="Telerik.DataAccess.AspnetProviders.TelerikRoleProvider, Telerik.DataAccess" />
    Line 51:      </providers>
    Line 52:     </roleManager>

    Source File: C:\Program Files\telerik\Sitefinity3.0\WebSites\SFTest\web.config    Line: 50


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210



    It  does connect to the database as at least some of the tables are created (i dont think it is all of them as it doesnt look like very many)

    Should this be workign or shall i just leave off SQL server 2000 for the meantime?

    Reply

  • Rebecca Rebecca admin's avatar

    Posted on Jan 16, 2007 (permalink)

    Hi Shaun,

    We found that these errors are related to the ASP.NET Web Administration. It seems that the ASP.NET Web Administration tool expects the type of MemebershipUser and cannot resolve the Telerik.DataAccess.AspnetProviders.TelerikMembershipUser type which inherits MemebershipUser.

    Actually, you can use the Sitefinity User Administration instead of the ASP.NET Web Administration.

    However, we managed to get around the above problem and are sending to you an update of the Telerik.DataAccess.dll assembly in a .zip file. You need to copy it to the following folders:
    • bin folder of your newly created project
    • C:\Program Files\telerik\Sitefinity3.0\ProjectManager\EmptyProject\bin folder (or [sitefinity_install_location]\ProjectManager\EmptyProject\bin if you installed Sitefinity in a different location)
    We are sorry for the inconvenience. I hope there will be no further problems.


    Regards,
    Rebecca
    the telerik team
    Attached files

    Reply

  • Posted on Jul 14, 2010 (permalink)

    Hi,

    I have no acess to the server computer.
    I need to install the sitefinity using FTP and Sql server 2000.

    Can u plz tell me how to do that.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Jul 14, 2010 (permalink)

    Hello asit pani,

    Migrate all files trough FTP and attach or restore a database backup . Then modify the web.config and it connectionStrings section to the proper SQL server.

    Regards,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Posted on Jul 14, 2010 (permalink)

    Hi,
    Thanks for ur reply.
    But in development i m using sql server 2005 and in production i have 2000 version.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Jul 14, 2010 (permalink)

    Hi asit pani,

    You cannot restore SQL 2005 database over SQL 2000. You have to script all data from the database and migrate it to SQL 2000 or use more appropriate host server.

    Kind regards,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Posted on Jul 14, 2010 (permalink)

    Hi

    i got the following error after ran the sql server 2000 script.

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: EXECUTE permission denied on object 'sf_DataAccessVariables_ins', database 'db1011979_sitefinity', owner 'dbo'.

    Source Error:

    Line 106:        <clear />
    Line 107:        <add connectionStringName="DefaultConnection" applicationName="/"
    Line 108:          name="Sitefinity" type="Telerik.DataAccess.AspnetProviders.TelerikRoleProvider, Telerik.DataAccess" />
    Line 109:      </providers>
    Line 110:    </roleManager>

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Jul 15, 2010 (permalink)

    Hello asit pani,

    The user you use does not have proper permissions -EXECUTE permission denied. Please use a dbo user.

    All the best,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): 3.x Pre-release forums (retired) > Cant Install With SQL Server 2000