Dynamics AX Czech Support Team
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...
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...
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...
Search
This Blog
Home
Email
Tags
.NET Framework
Administration
AIF
AX2009
Business Connector
C#
Data Import
Demand Planner
How To
Script
SQL
Team Foundation Server
Upgrade
X++
Archives
November 2009 (1)
October 2009 (3)
September 2009 (5)
May 2009 (2)
April 2009 (3)
March 2009 (3)
February 2009 (2)
January 2009 (3)
December 2008 (2)
October 2008 (1)
August 2008 (6)
July 2008 (4)
Syndication
RSS 2.0
Atom 1.0
Disclaimer:
Příspěvky na tomto blogu jsou zobrazeny v původní podobě, bez jakýchkoliv záruk a závazků. Názory přispěvovatelů nemusejí být vždy v souladu s oficiálním stanoviskem společnosti Microsoft.
All posts on this blog are meant for illustration purposes only and not intended for use in production. The following disclaimer applied to all code used in this blog: THIS CODE IS MADE AVAILABLE AS IS, WITHOUT WARRANTY OF ANY KIND. THE ENTIRE RISK OF THE USE OR THE RESULTS FROM THE USE OF THIS CODE REMAINS WITH THE USER. USE AND REDISTRIBUTION OF THIS CODE, WITH OR WITHOUT MODIFICATION, IS HEREBY PERMITTED.