Browse by Tags

Database log error on AX 2009 with SQL Server 2008
25 November 09 01:39 PM | czdaxsup | 0 Comments   
On a database that is upgraded from AX 4.0 to AX 2009 running on SQL 2008 you may get following error while using database log: The target table 'SYSDATABASELOG' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT Read More...
Filed under: , ,
Error while calling Win API function on x64
13 October 09 08:47 AM | czdaxsup | 0 Comments   
When you are calling Win API function (or function from a native DLL) on x64 you get this error: An exception occurred when calling Function in Library name DLL library This happens only if the code calling the DLL function is running on server. The reason Read More...
Filed under: ,
Rename object in TFS
10 September 09 03:23 PM | czdaxsup | 0 Comments   
You can get this error message while renaming object that is checked out from TFS. Unable to import Trying to import Table MFATable_test1 with ID 50003 ID already held by Table MFATable1 To rename the object you need to follow these steps: Right click Read More...
AX 2009 .NET Business Connector fails while creating instance of XmlDocument
09 September 09 01:33 PM | czdaxsup | 0 Comments   
RTM version (5.0.593.0) of .NET Business Connect fails with following exception while creating instance of XmlDocument class in X++ code. System.Runtime.InteropServices.SEHException: External component has thrown an exception. at AxCore_CallStatic(Char* Read More...
Importing addresses with RecID compression enabled
04 September 09 03:24 PM | czdaxsup | 0 Comments   
Sometimes you need to import addresses into AX 2009 and enable RecID compression. This import might result in an error: Update of RecID-key xxxxxxxx failed for the register DirPartyAddressRelationshipMapping . To solve this you need to follow these steps: Read More...
Filed under: ,
Sending reports per e-mail from batch
22 May 09 11:03 AM | czdaxsup | 1 Comments   
I was facing an issue that no mails were arrived while sending invoices in PDF from a batch. Sending e-mails from a client worked fine. The reason is in enabled SMTP relaying on customer's mail server and in \Classes\RunbaseReportStd\serverSendMail method. Read More...
Filed under: ,
HOWTO: Using WinAPI FindFirstFile, FindNextNext in Batch Jobs.
13 March 09 02:56 PM | czdaxsup | 1 Comments   
In batch job is not posible to call WinAPI functions WINAPI::FindFirstFile(..) and WINAPI::FindNextFile(...) . This is limited only for code running on client. Sometimes is necesary have similar function for code running on server (or in batches). There Read More...

Search

This Blog

Syndication

Page view tracker