Показать сообщение отдельно
Старый 22.03.2018, 14:02   #2  
Товарищ ♂uatr is offline
Товарищ ♂uatr
Участник
Аватар для Товарищ ♂uatr
MCBMSS
 
268 / 829 (28) +++++++
Регистрация: 23.10.2012
Добрый день!
Ax 2012 R3, 6.3.3000.111
В CIL дёргаю
X++:
classFactory.globalObjectCache().insert(scope, [key], [value]);
там же делаю
X++:
classFactory.globalObjectCache().print(scope)
вижу нужный результат.

Возвращаюсь на клиент делаю print с тем же scope, а там пустота.
Обращаясь к MSDN:
"Every record that is inserted into SysGlobalObjectCache is shared across multiple sessions that are in the same process. If an entry is inserted on the AOS, then all the sessions on the same AOS have access to the entry in the cache. However, any cache entries inserted on the AOS will not be automatically sent to the clients connected to that AOS. The entries will also not be sent to another AOS that is part of the deployment."
Кроме как перезаходом возможно обновить в рамках текущего клиента?

Последний раз редактировалось Товарищ ♂uatr; 22.03.2018 в 14:12.