Показать сообщение отдельно
Старый 26.09.2007, 11:42   #6  
Константин! is offline
Константин!
Участник
 
180 / 10 (1) +
Регистрация: 13.04.2005
Адрес: Казань
Вот что ответила тех потдержка:

Thank you for waiting and sorry for the delay. The queue has been really busy. I had a chance to discuss this with the Escalation Engineer who has the following to say:

We can Debug the code that runs in Navision (whatever NAS does) but not the code that runs on the SharePoint Server. The fields that you mentioned from Table 6800 is used in Code unit 6813 - EP Decode XML

IF SupportFunctions.CheckIfDebug THEN BEGIN
MESSAGE(Text001,FilterString);
END;

It typicall debugs what NAS does. If you want to Debug any specific parts then the easier way to Debug NAS is by designing Code unit 6810 and adding the following lines at the top:

IF GUIALLOWED THEN
SetNASID('NEP-1');

Then stop the NAS, and run the codeunit from a normal client instead.
[Then you can activate the debugger and see what NAS would be doing.

I hope this information is helpful to you.

Status:
Customer has Action

Оказывается нужно проста вставить две строчки кода в кодеюнит чтобы отладка пошла из под клиента а не от имени App сервера
Я думаю вопрос с отладкой портала можно считать закрытым. Ура!!!