create new switch called external switch
[ hyper-v ] configure network to use external IP
Reply
There exists Axutil.exe in the dynamics ax folder
Example code to remove USR layer
Axutil delete /layer:usr /db:MicrosoftDynamicsAx
Problem
sometimes we cannot set breakpoint in the code that generated to CIL
Solution
Make change in
/Classes/SysOperationRPCFrameworkService/runServiceOperation function
// Disable this piece of Code - AK /*return SysDictClass::invokeStaticMethodIL(classStr(SysOperationServiceController), staticMethodStr(SysOperationServiceController, runServiceOperation), [controllerClassId, packedController]);*/ // instead make this call - AK return SysOperationServiceController::runServiceOperation([controllerClassId, packedController]);
ref : axinsighter
new java.text.DecimalFormat("#0").format((new java.util.Date()).getMonth()+1)
~\Tomcat 6.0\conf\server.xml
<Context path="/yourAppURI" reloadable="true" docBase="C:\path\to\your\app\" />
Tips : don’t forget to put the binary compiled java in /classes folder