Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 175888 articles
Browse latest View live

Tree Explosion on BOM Designer not working

$
0
0

In AX2012R3 I have tried implementing a simple BOM filling every parameter needed ( not sure about this :) ):

  • Main Product is BOM type
  • BOM versions are approved and activated and linked to the Product
  • Routes are approved and activated and linked to the Product
  • Default Site and Default Warehouse is specified on all items involved.

Everything seems working fine, including estimation and scheduling of a Production Order, calculating everything correctly based on the quantity, resources, etc set up.

However when I try to expode the BOM from the BOM Designer, nothing is happening. What might I have done wrong ?

Many Thanks


RE: Production order "Error qty"

$
0
0

If you set it up. It could be allocated as general production cost for the finished goods or as a separate accounting.

Production order "Error qty"

$
0
0

Hi,

I am using standard costing. I create a Production order with 10 Qty.

I run the production order and produce 3 part and when I enter the RAF journal, the Good qty is 2 and Error qty =1 (scrap) . After i post, why Ax still show that i have "remaning reported as finish" = 8? I expect it to show 7. Can someone explain how Error qty work in Ax2012?

Beside that, Ax had consume 3 qty of BOM line item.

The Error qty post to which ledger journal?

Kindly advice. thanks.

RE: Time and attendance tracking terminal

$
0
0

This is a standard feature.

If you start the jmgJobRegistration form with the configuration "Clock In/Out", which has no standard landing page, the terminal will return to clock in.

If you go to "Production control > Setup > Terminals" you can configure this for the computer in question.

Please refer to my Blog series on this by going to my blog. Clicking the menu and finding the AX2012 Time and attendance blog.

http://dyntips.com/ax2012ta

Time and attendance tracking terminal

$
0
0

Hi all

Running AX 2012 R3 CU10

I'm trying to integrate our attendance tracking into AX from our previous system. We are hoping to have a standalone terminal which people clock in and out of in order to track their shifts. We used to do this with swipe cards.

From all the documentation I've found, it appears that time/attendance tracking in AX uses the job scheduling system to track time/attendance, and to clock in or out you would type your worker ID and password in. However after doing that it "logs you in", showing a personalised screen of job info etc.

Is it possible using AX's system, to have a terminal which the user can simply walk up to when they arrive, clock in (either with swipe card or with id/password), and then the terminal returns to the log-in screen ready for the next person to do the same?

I can't work out if there's no documentation on this because I can't find it, or because it's impossible. But it seems a basic business requirement so I imagine there must be SOME way of doing it.

Thanks in advance for any clarification

Luke

Error Post statement Retail Pos (Seat not specified as of 05/05/2017)

$
0
0

I'm trying to register retail pos bills but I get the following error at the time of posting (Seat not specified as of 05/05/2017)

Someone could help me.

regards
Jose David Claure

RE: Multiple instance of AX with MDM

$
0
0

Hi KrishnaPrakash,

Works for me, Thank you very much.

Multiple instance of AX with MDM

$
0
0

Hi,

As MDM works on top of DIEF, I have installed one instance of AX 2012 R3 for which DIEF is working fine and MDM is configured correctly. Now I have installed another instance of AX 2012 R3 in the same machine with different database. How can I configure DIEF and MDM for this second instance.


Stocked Service Item

$
0
0

Hi,

There is a "Service type" product type item, and we can configure it as a "Stocked" product in Item model group setting. What scenarios should we use the "Stocked Service Item"?

Thanks,

Wrong quantity is being shown for an item in on-hand form

$
0
0

Hello Experts,

I am new to this field, I have created a purchase order for an item with 3000 units qty and cancelled it, but the on hand for this item is shown as -3000 units qty which i feel is wrong. Please let me know how the system behaves in this case. Thanks in advance  

RE: AOS process abnormally large and oh where is SQL server process?

$
0
0

If you have SQL Server on the same box as AOS, it's clearly not a production system (unless you have a really bad setup), therefore restarting the AOS service shouldn't be a big deal. Nevertheless I don't believe that SQL Server can consume such a little amount of RAM when running correctly; something is likely wrong there.

RE: ODBC statement: Cannot insert the value NULL into column 'RECID'

$
0
0

Your design is horribly wrong. Please don't try again to bypass AX business logic when creating records.

The recommended way for integration is the Application Integration Framework (document exchange, web services) and you may use other techniques as well, such as DIXF or Master Data Management. All of them go through AOS, therefore they can handle Record IDs, respect security, don't corrupt cache and so on...

RE: Picking List for Vendor Return Order

$
0
0

Hi Timlan,

I believe the Picking List feature is not available out of box.

Thanks,

Pranav

Picking List for Vendor Return Order

$
0
0

Is there a  way to get vendor return orders with picking lists?

Unfortunately AX does not support picking lists out of purchase orders / vendor return orders in standard.

We do have an AX with a third party warehouse management system here in place and the picking list is the only way to get stock out of the warehouse because the interface only works with picking lists.

I could work with a transfer order, but this seem too bulky and complicated to handle.

Does anyone has experience with a likely issue and give some hints how to solve the issue?

Are there other ways to creat a picking list?

Thanks,

RE: AOS process abnormally large and oh where is SQL server process?

$
0
0

It's easy enough to verify where the SQL is running by checking the AX 2012 Server Configuration in Administrative Tools.  Most likely it is running somewhere else and the SQL Server process showing in the screenshot is not used.  It could be a SQL Server Express instance, perhaps used by a backup solution.

I also see from your screenshot that you also have both SSRS and a large IIS process running on this same server.  (Enterprise Portal, perhaps?)

You also have Management Reporter running.

I have not found any reliable way to free up the memory taken by the AOS process, so a service restart will be needed recommended if you really need to release that memory.

Is the current memory consumption causing your system to slow down?  Try to recycle the IIS worker pool, that may free up about a gig, at least temporarily.  Same with SSRS, try to restart that service, if you can.  But again, that is only likely to be a short-term solution.

As Martin alludes to in his answer, running all-in-one is not a recommended configuration for a production environment, so this certainly looks like a development box where you should be able to stop and restart services pretty much any time you want.  If it is, you can run on a single server, but you'll need lots of memory.  Heaps...  Lots and lots...  Otherwise it will just be too painful.

As you are worried about restarting, I'm going to assume for a moment that this is a production environment.  In that case, please split your services out to different servers.  SQL Server and SSRS can run on the same server if you are concerned about SQL licensing costs, just make sure there is enough memory in that box to serve both.  SQL Server is designed to take as much memory as it can get, so if you are going to co-host it with anything else, set the maximum memory limit through SSMS to make sure that the operating system and any other services (such as SSRS) will have enough memory to run.  The AOS should not be on the same server, and MR2012 really should have its own server as well.

Enterprise Portal can be a real resource hog, so move that to a separate one as well.

The official recommendation to split out the different services to separate servers is not just because Microsoft wants license revenue, there are real performance reasons for it.  Just make sure the servers have good, fast network connectivity between them.  As fast as you can go, and with low latency.


Negative inventory at warehouse level

$
0
0

Hi,

There are negative inventory settings on Warehouse. How does this parameter work together with the negative inventory setting on Item Model Group?

For example, when negative inventory setting enabled on both Item Model Group and Warehouse, then it will be allowed to post negative transactions at warehouse level?

Thanks,

RE: AX7 Azure subscription for partners? Azure on organizational account?

$
0
0

Hello,

I'm trying to download AX7 VM but with no luck.

I have access to LCS and Parthner or Customer sources.

Can someone please give me lights on this.

Thanks a lot in advance.

Edwin

AX7 Azure subscription for partners? Azure on organizational account?

$
0
0

Hi experts,

Does anyone know what's included in the 90 days trial of AX7?

As a partner do you get any discount/cash on Azure or do you have to pay full price for your demo VMs, any one knows?

Also do you know if you are suppose to use your organizational MS account on Azure or your standard MS account?  We have msdn subscriptions connected to our MS accounts but I know that with the AX7 LCS you must use your organizational account, is that also true for Azure?

(We will also reach out to our MS contact)

Thank you

//Anders

RE: Picking List for Vendor Return Order

$
0
0

Hi Tilman,

You could try to use the standard feature of registration for Purchase order / vendor return order.

Br,

William Chen

Sales Order Confirmation Button is Disabled in selected accounts only

$
0
0

Hi All please help me with this I want to print sales contract of my one accounts here but the confIrmation button is disabled or unclickable. I'd check all the accounts it was enables only on the selected account is disabled. My User id  also is responsible for the creation of the account and I create that sales order like the others but in this account only I experience this problem. Our Microsoft dynamics ax version is 2009

Please see image below for the problem.

Viewing all 175888 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>