|
24.07.2006, 07:35 | #1 |
Участник
|
Hi,
I have a pretty weird case. I used to have a table. That table has not been used. So, I deleted it. Now, if I try to create new table with the same name it says that it already exists. I checked SqlDictionary, UtilElements, and UtilIdElements tables for that table name and Id. It is not there. I went to check SQL and it is not there either. Does anybody know where else Axapta keeps a reference about that table? I also ran Admin tool for tables – check/synchronize. My request might seem silly. But, I actually need to reuse a tableId of my old table. That is how I discovered that issue. I would appreciate any comments. Thanks, gb |
|
24.07.2006, 07:56 | #2 |
Участник
|
table is special class.
try to find class with the same name. |
|
24.07.2006, 17:58 | #3 |
Участник
|
Thank you Mazzy.
The problem was actually with cache file. As soon as I deleted my cache ( *.aoc) I was able to create new table with old table table Id. Thanks, gb |
|