Dynamics AX Czech Support Team
March 2009 - Posts
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...
Running direct SQL code using Connection class
13 March 09 02:49 PM
|
czdaxsup
|
0 Comments
Sometimes you need to use direct SQL code in your methods. The easiest way is to use Connection class. However you might run into the error “ Request for the permission of type 'SqlStatementExecutePermission' failed. ” This is because you’re using the
Read More...
Calling external web services from AX
13 March 09 09:12 AM
|
czdaxsup
|
1 Comments
While calling external web service from AX you might experience following error: Object 'CLRObject' could not be created This is because web services must be called from code running on server. That why you need to set the class’s RunOn property to Server
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.