axapta - How to find position in file according to the import warning line? -
i have export .xpo file lots of tables in it. tables exists in system. when seek import .xpo command import of
warning message (09:31:48 am) import warning (line 510) skipping property validate.
warnings. looks line number not correspond line in file. (the property validate not near line 510 in file when open in text editor.) how find table(s) error(s) related to?
i tried reproduce issue , check %userprofile%\microsoft\dynamics ax\log\*import.log
per matej's advice size 0 didn't help.
the stack trace when warning thrown looks follows:
\classes\info\add \classes\xinfo\importelement \classes\sysimportelements\importelements 38 \classes\sysimportelements\import 46 \forms\sysimportdialog\methods\import 30 \forms\sysimportdialog\designs\designlist\import\methods\clicked 3
you can set breakpoint in \classes\info\add
, when warning displayed check value of tmpimportaot.treenodename
in debugger in \classes\sysimportelements\importelements
- contain name of table.
import axapta
No comments:
Post a Comment