Показать сообщение отдельно
Старый 12.12.2008, 07:21   #3  
vanokh is offline
vanokh
Участник
 
108 / 63 (3) ++++
Регистрация: 23.10.2008
Попробовал выполнить на 4-ке - выдал следующее:

All caches have been flushed
1. A select over an indexed field
InventTransId = 'Лот746278', .wasCached() = 'NotCached'.
2. The same select
InventTransId = 'Лот746278', .wasCached() = 'RecordCached'.
3. The same select as the 1 and 2, but in TTS
InventTransId = 'Лот746278', .wasCached() = 'NotCached'.
4. A slightly different select over a non-index field
InventTransId = 'Лот746278', .wasCached() = 'NotCached'.
5. The same as 4, called the 2nd time
InventTransId = 'Лот746278', .wasCached() = 'NotCached'.
Курсор является недопустимым для обработки recordViewCache.
6. The same as 4 and 5, but after an RVC has been instantiated
InventTransId = 'Лот746278', .wasCached() = 'NotCached'.

Джоб абсолютно тот же - скопировал (изменил только InventTransId). server и nofetch присутствуют.

Последний раз редактировалось vanokh; 12.12.2008 в 08:35.