Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Error after installing 2.1 and subscription message

web-app

After installing 2.1, and logging into a project from the previously installed 2.0.5 Gemini, I receive the following error when trying to access any issue:

Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.

Have we missed somthing in the installation?

We also get the message: Your product subscription has expired - renew your subscription to receive product updates and support.

We have registered and received a new key. Do we need to do something else?

 

Thanks

jgillen
· 1
jgillen
Replies (6)
helpful
0
not helpful

Please make sure that you have setup the profile database.

You can do so by running the InstallCommon and InstallProfile sql scripts in the relevant database.

How did you upgrade?

As for the key not being valid, Are you using 2.1.0.2100?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

We are running into exactly the same issue, after upgrading from 2.0.5 to 2.1.1, we are getting the following message when clicking on "All Issues" on Gemini Home:

Is it required to set up a new DB or can we install the sql scripts on our existing Gemini DB?

We made the upgrade manually.

Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. 20/04/2007 11:23:43 SOURCE: .Net SqlClient Data Provider TARGETSITE: Void OnError(System.Data.SqlClient.SqlException, Boolean) STACKTRACE: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavio   Request timed out. 20/04/2007 11:21:20

 

 

 


deniz
· 1
deniz
helpful
0
not helpful

You can use the existing Gemini database for the profile. Please make sure to update the connection string for the profile database in the web.config file.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thank you very much for your quick response.

Our IT decided to setup a new DB for the profiles :) and now opening "All Issues" works.´

 

The second issue we are running into, is when going to Administration > General Settings > General.

Then the following error occurs (the connection string for profiles is set).

c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a9d8cc9a\84c1601b\AppWebrichtext.ascx.cc671b29.7c9zjz7z.0.cs(259): error CS0433: The type 'Telerik.WebControls.RadEditor' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a9d8cc9a\84c1601b\assembly\dl3\b0e51ca9\0029ddb3165cc701\RadEditor.Net2.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a9d8cc9a\84c1601b\assembly\dl3\ab43e106\007142d63e98c501\RadEditor.DLL' 20/04/2007 12:05:45 SOURCE: System.Web TARGETSITE: System.Web.Compilation.BuildResult PostProcessFoundBuildResult(System.Web.Compilation.BuildResult, Boolean, System.Web.VirtualPath) STACKTRACE: at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath


deniz
· 1
deniz
helpful
0
not helpful

I presume this is an upgrade and you did not wipe out your old web app.

You need to remove all old RAD dlls from the bin directory of the web app. You can see that the new RAD dlls will have NET2 in the name.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thank you very much Mark!

Your tipps are gold worth. Everything looks good now.

 

 


deniz
· 1
deniz