I'm on LF 9.1, and I have created a new table in SQL for my development database. I want to use this new table for dynamic fields in my template. I'm getting an error when trying to register a new external table. The name of my table that I created is customer_information_database. When I try to register, I get the following:
Error Code: 9220
Error Message: Invalid Laserfiche external table name. The maximum length of the name should not exceed 63 characters and should contain only letters (a-z/A-Z), numbers or underscores. [9220]------------ Technical Details ------------
LFSO:
Call Stack: (Exception)
CLFQueryExternalDB::Create
Additional Details:
HRESULT: 0xc0042404 (LFSession::ProcessResponse, LFSession.cpp:3815)
(LFSO/9.1.1.453)
LFAdmin.dll (9.1.1.486):
Call Stack: (Current)
CExternalTable1PropPage::OnApply
Call History:
CExternalTable1PropPage::OnInitDialog
CExternalTable1PropPage::OnApply
CExternalTable1PropPage::OnApply
Tried to look this up on the support site and read the following:
This documentation is specific to version 9.1. You can find the most up-to-date help files for the latest version at Current Online Laserfiche Product Help Files.
When I follow the link, it just takes me in a loop back to the above statement. Anyone seen this and know what the problem is?