Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Florian's weblog
My first experience with Microsoft Dynamics AX, BC.Net and the Enterprise Portal at Microsoft.
RSS for posts
August, 2009
Search
Tags
AIF
Ax2009
Ax4
Ax-Client
AxToolbox
Ax-Troubleshooting
BC.Net
C#
EP
Fun
MS CSS support
Programming
The CLR for X++ programmers
Thoughts
Troubleshooting
X++
Archives
Archives
July 2010
(1)
June 2010
(3)
February 2010
(1)
January 2010
(3)
November 2009
(1)
August 2009
(9)
May 2009
(1)
March 2009
(2)
February 2009
(1)
January 2009
(4)
December 2008
(8)
November 2008
(8)
October 2008
(4)
September 2008
(4)
August 2008
(10)
July 2008
(8)
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
MSDN Blogs
>
Florian's weblog
>
August, 2009
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Florian's weblog
Request for the permission of type 'SecurityPermission' failed
Posted
over 4 years ago
by
flo2005
3
Comments
When you get the following exception while executing a report on the SSRS or within Ax: System.Security.SecurityException was unhandled Message=" Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version...
Florian's weblog
Importing Leads and Contacts
Posted
over 4 years ago
by
flo2005
0
Comments
You can find a very good description on our team blog (EMEA Dynamics AX Support) how to import leads and contact Xml files with Dynamics Ax 2009 here . The problem you will be faced by using this is, that you can’t import data with non Ascii characters...
Florian's weblog
Large Xml-documents with an AIF-WebService.
Posted
over 4 years ago
by
flo2005
1
Comments
If you are faced to 'large' Xml-documents with AIF-WebServices, you might be faced to difficulties for Inbound and OutBound services. The following two points should be applied for the client app.config, if the client uses the WCF for communicating with...
Florian's weblog
AIF-service call with COM and .Net Business Connector
Posted
over 4 years ago
by
flo2005
0
Comments
When executing an AIF-service with the COM and .Net Business Connector the client will not be notified about exceptions during the execution. The reason for this is, that AIF-services are always executed within a transaction ( ttslevel = 1) even when...
Florian's weblog
IDynamicsAXExpressionBuilder returned error code 0x80131509 - reloaded
Posted
over 4 years ago
by
flo2005
0
Comments
As I already wrote it in the update of that blog entry in my first posing about this issue: The origin of this issue can be found in the method ' buildEnumerationXml ' of the class ' SysExpression ': Currently, a loop iterates until the last element:...
Florian's weblog
Gender information in Employees-form and the Global Address Book (GAB)
Posted
over 4 years ago
by
flo2005
0
Comments
You can open the information about employees with the Global Address Book (Basic/Global Address Book) and with the Employees form (Basic/Employees). Normally it is no problem to modify data in both forms, but unfortunately this is not true for the...
Florian's weblog
‘0’-values don’t appear in Xml files generated by the AIF
Posted
over 4 years ago
by
flo2005
0
Comments
Numeric values that are 0 (not null) are not serialized and don't appear in the Xml file. The reason for this is, that the numeric types in Dynamics Ax are not nullable (must have a value) and do interpret the value 0 as a "null value" (0 as...
Florian's weblog
base64Encode() of the kernel class ‘Image’ does return an empty string
Posted
over 4 years ago
by
flo2005
0
Comments
A partner asked me why the base64Encode method of the Image class does always return an empty string. In the following example: 1: Image image; 2: str sBase64Encode; 3: ; 4: image = new Image(); 5: image.loadImage(@ 'C:\sample.bmp...
Florian's weblog
Template Wizard does create SheetNames with more than 30 characters
Posted
over 4 years ago
by
flo2005
0
Comments
The Template Wizard (Administration/Periodic/Data export/import/Excel spreadsheets/Template Wizard) creates unfortunately SheetNames that might exceed 30 characters, which is not allowed by Excel and results in annoying message boxes that are requesting...
Page 1 of 1 (9 items)