My customer uncovered a bug while trying to link a Laserfiche Form to a SQL database. When trying to set up a database connection we were getting an error message invalid object name sys.databases.
Our SQL instance is set up to use Case Sensitive collation. The other databases we tested that worked with Forms all use Case Insensitive collation. “Sys.Databases” is actually named “sys.databases”, so when the tool tries to create a connection to “Sys.Databases” it cannot find it. It should search for “sys.databases”, the real name of the view.
I would like to report this so that it can get fixed I just need to know how to proceed.
Thanks,
Sandy