Microsoft Dynamic AX Server Application warnings and errors

Asked By 0 points N/A Posted on -
qa-featured

Hello,

Microsoft Dynamics AX provided me this weird error. File name too long is the error and if I Try Again the same error appears no matter if I name the file “A”. Can anyone please explain me what I did wrong ? Is there a solution ?

Thank you !

 

 

Error in file: C:Program FilesMicrosoft Dynamics AX60ServerRAxAX_12_TransactionbinApplicationapplStandardaxapdnb-no.alt while reading in record = 0

Windows error

Error code: 38 = Filename too long

Try again?

Yes No

SHARE
Answered By 0 points N/A #194387

Microsoft Dynamic AX Server Application warnings and errors

qa-featured

Hello,

Right-Click on the My Documents and specific the path.

Or

If you added some code to validateWrite to do some extra validation then you need to make sure than it did not effects on temporary ‘ projects’.

Intends to put "if (!this.isTmp())" in front of it.              

If there is not temp file (obviously), it generated the totally misleading message with “ the path being too long “.

Related Questions