Skip to main content
Answer

Invalid object name 'project_vrs'

  • March 27, 2020
  • 2 replies
  • 64 views

Forum|alt.badge.img+4

 i've created the INI file for testing my application (thinkwise courses):

Database , server name and credentials works fine in MS SQL Management studio. But i receive “'project_vrs'” when I try to execute the application….

Best answer by MatteoSangiorgi

It works! In my case the correct entry was : 

 

database = SOFTWARE_FACTORY

 

Thank you!

This topic has been closed for replies.

2 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23

Hey Matteo,

The reason you get this error is because you didn't specify the SF database at 'Database’ but instead you put in the database name of your project. If you change the value of 'Database’ to the SF database name, commonly SF_ONT but could be different in your case, it should work. 

Hope this helps!

Kind regards,
Mark Jongeling


Forum|alt.badge.img+4

It works! In my case the correct entry was : 

 

database = SOFTWARE_FACTORY

 

Thank you!