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.




Invalid object name 'gemini_components'.

web-app

I'm getting the following message on various clicks, i changed the stored procedure name as mentioned in other messages.. but error is still there.. please help

at CounterSoft.Gemini.DataProvider.xc0186e148e957052.x4e3dc11d5d5d09d7(Int32 xb378eaa6f96e5474) at CounterSoft.Gemini.Business.x95da312ae9372c2e.x4e3dc11d5d5d09d7(Int32 xb378eaa6f96e5474, String xe11d46446868b783) at CounterSoft.Gemini.Web.Project.Admin.DefaultValues.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

galaxyking
· 1
galaxyking
Replies (8)
helpful
0
not helpful

Is this an upgrade?

Please make sure that the SQL Gemini user has permissions on the table and is the owner of it.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Fresh installation. This is the exact error on the page.

Server Error in '/gemini' Application.

Invalid object name 'gemini_components'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'gemini_components'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException (0x80131904): Invalid object name 'geminicomponents'.] CounterSoft.Gemini.DataProvider.xc0186e148e957052.x4e3dc11d5d5d09d7(Int32 xb378eaa6f96e5474) +313 CounterSoft.Gemini.Business.x95da312ae9372c2e.x4e3dc11d5d5d09d7(Int32 xb378eaa6f96e5474, String xe11d46446868b783) +22 CounterSoft.Gemini.Web.Project.Admin.DefaultValues.PageLoad(Object sender, EventArgs e) +2206 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


galaxyking
· 1
galaxyking
helpful
0
not helpful

Please check that the owner of the table is the same as the rest of the tables (in SQL Server).


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I'm searching on google but cannot find the way to check the owner. The "user" is same for all tables.

Any help appreciated.


galaxyking
· 1
galaxyking
helpful
0
not helpful

all tables have gemini. infront of them. Is that the information you are looking for?


galaxyking
· 1
galaxyking
helpful
0
not helpful

Can you please make sure that all stored procedures have gemini as their owner as well?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

SaarCohen, million thanks!

It's working now...


galaxyking
· 1
galaxyking
helpful
0
not helpful

:) glad its working


Simon@MailboxPro
· 1
Simon@MailboxPro