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.




Trying to moving database - Invalid object name 'gemini_applicationsettings'

web-app

I have moved my database to a new server.  Here are the steps:

  • changed the web.config data source for connection string
  • added database to new server
  • added database user
It connects, but I get this error

Invalid object name 'gemini_applicationsettings'.

any ideas?

jruez
· 1
jruez
Replies (2)
helpful
0
not helpful

Please double check the default schema for the user. If you are pointing to the correct database then the error is probably because of the table / SP owner.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I should have done about 5 more minutes of research before posting.  I found my problem.  It was an orphaned user.

The following fixed my problem
EXEC SPChangeUsersLogin 'AutoFix','username',Null,'password'


jruez
· 1
jruez