Sign In
Dynamics AX Czech Support Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
Administration
AIF
AX2009
Business Connector
C#
Data Import
Demand Planner
How To
Script
SQL
Team Foundation Server
Upgrade
X++
Archive
Archives
December 2010
(2)
May 2010
(1)
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)
September, 2009
MSDN Blogs
>
Dynamics AX Czech Support Team
>
September, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dynamics AX Czech Support Team
Rename object in TFS
Posted
over 3 years ago
by
Martin Falta
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...
Dynamics AX Czech Support Team
AX 2009 .NET Business Connector fails while creating instance of XmlDocument
Posted
over 3 years ago
by
Martin Falta
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...
Dynamics AX Czech Support Team
HOWTO: Print Word document from X++
Posted
over 3 years ago
by
Martin Falta
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...
Dynamics AX Czech Support Team
Error ‘Invalid object name #ax_tmp_’
Posted
over 3 years ago
by
Martin Falta
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...
Dynamics AX Czech Support Team
Importing addresses with RecID compression enabled
Posted
over 3 years ago
by
Martin Falta
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...
Page 1 of 1 (5 items)