Icon View Incident Report

Serious Serious
Reported By: Arnd Baranowski
Reported On: 1/3/2005
For: Version 4.15 Build 1
# 1935 Modifying a Table Involved in a Server-Side Procedure Can Cause Subsequent Table Opens to Fail

Simple queries inside of server-side procedures return the following message from the server:

Error # 11294 The database '' does not exist on the database server at ''


Comments Comments
The problem was that any append, update, or delete was calling some internal trigger code that was resetting a flag need to properly find database directories in the engine. So, any subsequent table opens would fail when they tried to open the database directory.


Resolution Resolution
Fixed Problem on 1/3/2005 in version 4.16 build 1
Image