September 2009 - Posts

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...
HOWTO: Print Word document from X++
08 September 09 10:42 AM | czdaxsup | 0 Comments   
You might need to print Word document directly from X++. Here’s a short sample how to do this: { str document = "C:\\test.doc"; COM wordApplication; COM wordDocuments; COM wordDoc; ; // Create instance of Word application wordApplication = new COM("Word.Application"); Read More...
Filed under: ,
Error ‘Invalid object name #ax_tmp_’
07 September 09 04:43 PM | czdaxsup | 0 Comments   
You may see similar error while posting ledger journal: Posting - Journal Journal: 000004_061 Voucher: 8004_062 Cannot select a record in (). The SQL database has issued an error. The journal is not posted and the update is canceled. SQL error description: Read More...
Filed under:
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: ,

Search

This Blog

Syndication

Page view tracker