Forum Post: RE: Unable to connect with Configuration Files
I've seen the same behavior, and the error unfortunately just throws you off hunting for the wrong stuff. Glad I could help! :-)
View ArticleForum Post: Deadlock on ReqLog table during MRP
Good afternoon,in some cases we have a deadlock situation on table ReqLog during MRP. We found out that the following select statement is the problemselect firstonly pessimisticlock reqLog where...
View ArticleForum Post: Question about French check
Hello everyone,I have a question about French check, I tried to generate checks from AP -> payment journal as this shows:(Please visit the site to view this video) So, the French check can be...
View ArticleForum Post: RE: How to cancel a Return Order (DAX 2009)?
Thanks for the quick answer! It is "devolution".By the way, upon doing some more debugging, I found that the Functions button is disabled because there is a register in the WmsJournalTrans table...
View ArticleForum Post: RE: How to get Standard SQL out from Query Object in AOT?
I can't say what problem do you have with Trace Parser, but you can also use SQL Server Profiler. I actually prefer it is such situations.
View ArticleForum Post: How to pass a Nullable`1 type value to a function in AX2009
Hi,I am implementing a webservice. I created the reference without problems.In the script I run into the problem I have to pas a value to a function void measurement.set_length(Nullable`1 type)How...
View ArticleForum Post: RE: Problem with some views in AX 2012 (PRODCALCTRANSEXPANDED and...
Hi,Both issues are fixed in AX2012 R2, namely in class method ProdTableExpandedColumn::delayed(), which is used by view ProdCalcTransExpanded. The code which resulted in hardcoding current date with...
View ArticleForum Post: RE: Dialogbox with radiobutton
The code is wrong - the type of control is FormBuildComboBoxControl, not FormRadioControl. But it wouldn't help you anyway.Do this: create a new EDT based on the enum and set its Style property to...
View ArticleForum Post: RE: Packing Slip in Arrival Journal
Danke again Bamboogypsie, On Screenshot 2, this field is not editable.I see that your screenshots are for Ax 2012, I should have pointed out that I am working on Ax 2009. If that makes any difference....
View ArticleForum Post: Proper code deploy procedure
I have been tasked with the 2nd attempt at deploying AX for my current employer. The 1st attempt was with AX 2012 and ended in a complete teardown before going live.This new install is a fresh server...
View ArticleForum Post: RE: Request for AX2012 R2 Demo Data
Look at the "Microsoft Dynamics AX 2012 R2 Release" page in PartnerSource. There is a link to download Contoso Test Data.
View ArticleForum Post: RE: Who is using TFS with AX?
We are using AX 2012 (CU3) with TFS. We have yet to move over to full TFS builds (we have had many problems with attempting to use your build process on your blog), and currently use highly modified...
View ArticleForum Post: RE: AX 2012 SSRS reports
there is a no rows message on the table control properties. give any text or label you want over there
View ArticleForum Post: RE: Proper code deploy procedure
Thanks for the reply.Based on your respose and the MS white paper, this is the new plan I hope to propose. Does this look valid:http://i.imgur.com/qwZCCFT.jpgBeing that this is 2012 R2, the...
View ArticleForum Post: RE: AX 2012 R2: Model import: same key has already added
There is a hotfix for the issue with the ERROR: An item with the same key has already been added which can be downloaded now. Follow the instructions at the following blog post to obtain and load the...
View ArticleForum Post: RE: SQL Error when doing Ax 2012 -- Ax 2012 R2 In-Place Upgrade
A hotfix has been released for the Item with the same key has already been added message during R2 database setup. Details on how to obtain and install the hotfix can be found...
View ArticleForum Post: Secure FTP file transmission software for sending EFT/ACH file to...
What secure FTP file transmission software do you recommend for sending EFT / ACH files to a bank? We're on AX 2009, and are starting to work on setting up electronic payments to vendors. Thanks.
View ArticleForum Post: RE: Packing Slip in Arrival Journal
Hi again,Thanks to Bamboogypsie I was able to go as far as being able to view the Packing Slip exactly where I wanted. (I finally understood how to do it properly) Problem being now that an error is...
View Article