![]() |
#2 |
Участник
|
X++: public void run() { #OCCRetryCount WMSTransport WMSTransport; setprefix(WMSTransportCancel::description()); try { ttsbegin; WMSTransport = WMSTransport::find(WMSTransportId, true); WMSTransport.cancel(); ttscommit; } catch (Exception::Deadlock) { retry; } catch (Exception::UpdateConflict) { if (appl.ttsLevel() == 0) { if (xSession::currentRetryCount() >= #RetryNum) { throw Exception::UpdateConflictNotRecovered; } else { retry; } } else { throw Exception::UpdateConflict; } } } if (xSession::currentRetryCount() >= #RetryNum) После нескольких неудачных попыток удалить. Как отловить причину?
__________________
The Variable men power. |
|
Теги |
wms, баг, маршруты комплектации, транспортировка выпуска, транспортировка паллет, ячеистый склад, ax2009, ax4.0 |
|
|