When I install second AOS (AX2012 R2) on a computer then has been issued with message "Cannot find configuration for AOS instance 0-1". Please help me if you have any solution for this issue. Thanks
Cannot find configuration for AOS instance 0-1 when install second AOS AX2012 R2
AX 2012 R3 Warehouse Management without License plate?
Is it possible to use the new Advanced Warehouse Management features with out having to use the License Plate functionality?
I tried to do a receipt with an item to a Warehouse with the mobile Interface and it kept nagging about License plate having to be activated for the receipt location.
How do you organise your models?
Originated from another post where we have started to discuss how to best leverage the models capabilities. The main question is, how do you structure your model?
Is one model = one solution or product?
How do you manage the dependencies between models?
How do you make sure the developers build the customisations always in the right model?
My personal understanding is that models are "containers" or deployment artifacts for solution. They should not be treated as AOT projects or replacement for XPOs.
Another question is, do you ensure that you test the models (or solutions) which you plan to distribute/reuse in other projects on its own, in an isolated environment?
One of my principles is that you should avoid developing more than one model within one project. Let's say you are and end user with your own development team: You can receive models from partners (one of them could be an industry solution, developed and tested separately; and another your individual customer solution) and install them into your test/build environment. Plus additionally you have an in-house developer team for reports, security and maybe forms. This is a separate model. In this scenario it is ensured that all the model are developed and tested on its own. There are no bi-directional dependencies (only in one way).
The original text Jonathan Halland wrote:
"There are some inter-dependencies between the models and these either just need to be considered or may need to be tested as you suggest.
E.G. Our Securities model is mostly a standalone model and can be frequently deployed on its own as we add and adjust roles.
It does contain some references to menu-items in the Customisations model. This just means that we need to be aware if a new menu-item has been added to the customisations model and the securities model has been adjusted to handle this menuitem we will need to deploy both models. However if only the securities model has changed then we can deploy it on its own. Also if we just change some code in the customisations model we can deploy it without having to redeploy everything else.
It does have a certain management effort associated with it, however so does deploying code via other means such as XPOs. One can't deploy a role via XPO if it is dependant on something that is not in the XPO.
I'd be very interested to get some of the other guys in this conversation perspective on this."
What are you thoughts on that? Do you have any BP how to handle the development across several models?
Waldemar
Financial dimensions: make the fields read only for a security Role (without writing code)
I found this post where it is described how the Financial dimensions fasttab can be desabled based on access level: https://community.dynamics.com/ax/f/33/t/100310.aspx
However, I wonder if there is a way to make all the Financial dimensions fields read-only using the security elements, Override permissions function or any other non-coding ways? For example on the Work order details form, Fasttab Financial dimensions.
The requirement is to allow the customer to make those fields non-editable for certain Roles.
Setting Default Dimension after creation
[..] RecId recId, DefaultDimension; DimensionValueService dimensionValueService = new DimensionValueService(); DimensionValueContract dimensionValueContract = new DimensionValueContract(); Name DimValue = this.ItemId; DimensionAttribute dimAttr = DimensionAttribute::findByName('Purpose'); dimensionValueService.parmValue(DimValue);
dimensionValueService.parmDimensionAttribute(dimAttr.Name);
dimensionValueService.parmDescription(this.itemName());
dimensionValueService.createDimensionValue(dimensionValueContract); this.DefaultDimension = ???
Hello,
i am stuck with a little (hopefully...) problem: The above code (short version without validation...) creates a dimension, but know i don't know which value to assert to the DefaultDimension (InventTable)?
Hope someone can help :)
Greets,
Frank
Dynamics AX 2012 DataProvider not available
HI
I am playing around with SSRS Reports and I found an explample in the Internet how to do an easy Report (http://www.dynamics101.com/2013/09/developing-ssrs-report-using-report-data-provider-microsoft-dynamics-ax-2012/)
For some reason I cannot select my dataprovider.in Visual Studio.
What am I doing wrong?
Receive all items to one LP
I'm trying to make a process flow work with the New Warehouse Management features (AWM).
Today it is the simple process of receiving goods from a purchase order and it Works perfectly With one item.
You receive it and then put it away. If figured using the receive and put is ONLY for one item, so I tried the receive and then another mobile menu item for work and put away. It Works perfectly With one item, but I hit a snag when I try to get a good process With two.
Issue beeing: I need to put atleast TWO items (multi sku) on one LP!
I don't want to put each item on a different LP, cause then I would need to og through all these when doing the puts.
Any idea on why I can't put multiple SKUs on a LP when doing receipts? Cause I've tried doing it on mobile by movement journal and that works perfectly... :(
Dynamics AX 2009 Security Training
Hi Team,
I am from Mexico city, and we are implementing Dynamics AX 2009, I would like to know if there are Security training courses or if only is on-line training. It doesn't matter if the course is in an other country.
Hope you can help me.
POS - Supplementary Items functionality
Hi
I am trying to see whether there is a function on the POS that is the equivalent of the supplementary items. I mean when I sell a product I need the POS to prompt me to sell / choose a different product? I would like to know whether I can set the product as free of charge, discounted price, or at full price (perhaps the mix and match options can be used to address the first 2)?
All thoughts are appreciated
thanks!
integration/synchronisation of Management reporter with AX2012R2
I have seen a similar post where it was advised to check if the Management Reporter integration was still happening, can anyone tell me where/how to see this. I cannot see the latest periods figures from MR.
The opening balances are also not shown (integration maybe stopped before these were rolled over)
Also I have never had access to any budget information from AX, the only options I have in the drop down box for the 'book code' in the column definition are Actual/Actual quantity/cashflow, nothing else.
How can I get access to the budget info I believe I should see here, maybe getting the integration going would fix this too?
thanks
Deploy client using GPO
Hi all
I am trying to get my head around deploying the AX client using Group Policies, following this technet article: http://technet.microsoft.com/en-us/library/hh378078.aspx.
Unfortunately it breaks halfway through the installation with error 1001.
I have no problems installing manually or silent using a parameter file.
AX is version 2012R2 CU7
Snip from logfile:
Action 11:29:07: NetFxExecuteNativeImageCommitUninstall.
Action 11:29:07: NetFxExecuteNativeImageCommitInstall.
Action 11:29:07: PublishFeatures. Publishing Product Features
PublishFeatures: Feature: ClientUI
PublishFeatures: Feature: Complete
PublishFeatures: Feature: OfficeAddins
PublishFeatures: Feature: RemoteDesktopServicesIntegration
PublishFeatures: Feature: ClientConfig
PublishFeatures: Feature: AddedFilesElster
PublishFeatures: Feature: Retail
Action 11:29:07: PublishProduct. Publishing product information
1: {4975AF0B-A44C-410F-ACE5-64405A9ADC64}
Action 11:29:07: ClientUI.Rollback.
Action 11:29:07: ClientUI.Install.
Error 1001.
MSI (s) (28!6C) [11:33:13:465]:
Info 2769. Custom Action ClientUI.Install did not close 1 MSIHANDLEs.
CustomAction ClientUI.Install returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
08/15/2014 11:33:13.481 [1576]: Assembly Install: Failing with hr=80070005 at RemoveDirectoryAndChildren, line 396
08/15/2014 11:33:13.481 [1576]: Detailed info about C:\Windows\assembly\tmp\HPUDHR2M\Microsoft.Dynamics.AX.ProxyGenerator.dll
Anyone able to shed some light?
Regards
Allan
Facturación CFDI,
Hola
tengo un problema con la creación de adendas en AX 4.0, para la comercial mexicana, en la versión CFDI, nos están rebotando los archivos XML, por que dicen que los campos de la adenda no corresponden con los que ellos solicita, alguien tiene la forma de como se soluciona este problema?
Installing POS on register connected to Microsoft Dynamics AX 2012 R3 Solution Demo Package V1.0
Hello,
I have connected a physical register to the Microsoft Dynamics AX 2012 R3 Solution Demo Package V1.0 virtual environment and installed Retail POS. I can login to the register but when processing transactions, the item and quantity are added to the transaction but the Total is 0.00. When processing transactions on the Retail POS client on the virtual server, transactions include the Total amounts.
Also, receiving "Error number: 1002 An error occurred in the operation." after looking up and selecting an item.
One last error when looking up an item and clicking Product Details. "Could not load file or assembly 'Microsoft.SqlServer.Types, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies"
Any help on these issues would be greatly appreciated.
Thanks,
Mark
AX 2012 Integrate with SharePoint 2013 for Document Management
Hi All,
I have analyzing the document and the way to start work in AX 2012 Environment integrated with SharePoint 2013 framework for collaborate and document management(Shared document by means of web-portal) functionality for business team members in an organization.
If anyone worked with the above mentioned process, please share me your knowledge and any related documents/videos.
Thanks in advance,
A.D.KARTHIK
Retail Warehouse
When setting up a warehouse can you make it a retail store as well? I have heard conflicting reports saying that I would need to select the warehouse management processes under the warehouse management tab and select store under the retail tab. Then others have told me that this will not work together.
Has anyone set up a warehouse as a retail outlet and if so what settings did they use?
Job registration failed
Visual Studio AX SSRS Report Error
Hey everyone,
Recently, AX was migrated onto a new server with a different address. I'm getting the following error messages after I open AX SSRS reports in VS. These errors still contain the old AX server address. Does anyone know where it has to be updated?
======================
Error 3 Could not connect to net.tcp://server1:8201/DynamicsAx/Services/UserSessionService. The connection attempt lasted for a time span of 00:00:01.0046644. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.11.111:8201. C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets 103 6 Invoices
======================
Error 4 The "GenerateRdlTask" task failed unexpectedly.
Microsoft.Dynamics.AX.Framework.Services.Client.UserSessionServiceException: Could not connect to net.tcp://server1:8201/DynamicsAx/Services/UserSessionService. The connection attempt lasted for a time span of 00:00:01.0046644. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.11.111:8201. ---> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://axapp01:8201/DynamicsAx/Services/UserSessionService. The connection attempt lasted for a time span of 00:00:01.0046644. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.11.111:8201. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.11.111:8201
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
Thanks
RFID Servers in AX
Hi All,
Can anybody please shad some light on which RFID devices are supported by Dynamics AX 2012?
Also do we need to install some s/w on a PC we are setting up as an RFID server or that PC just has to attached with RFID Reader/Device and has proper drivers loaded?
Thanks in advance.
Regards,
Planned Purchase Order does not go through purchase approval
When I firm a planned purchase order in AX2012 it does not go through the purchase approval process. It automatically gets the status of approved but all my amount approval and budget approval happens at purchase stage and not planning stage. Is this a bug?
Manually enter Free Text Invoice Numbers
Hi all,
I would like the ability to manually enter free text invoice numbers and would like to know if this is possible? I have changed the number sequence attached to free text invoices to allow manual but then once I go to post a free text invoice I receive an error "Voucher Number cannot be selected automatically" Any assistance would be appreciated.
Thanks!
Ben