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

how to change the service account for Management reporter services?

$
0
0

Dear 

i need to change the management reporter service account? what should i do ?

do i simply stop the 

Management Reporter 2012 Application Service

Management Reporter 2012 Process Service

and change the service account for each of them ?

or is there something else i need to do ?

what about he integration itself ? can i update the password on the integration or i have to rebuild the data mart from scratch ?


How assign menu item buttons to users in privileges

$
0
0

Hello Experts,

Good Day

I have one form in this form menu item buttons available when i assign this form to user buttons not show . But i need to assign those menu item buttons to users.

Help me to solve this issue.

RE: Can anyone help me on the Functional Certifications / Course details/ Exam Number on D365..?

$
0
0

By the way, please pay attention to what you use as tags. You merely copied the whole title, creating one huge tag "Can anyone help me on the Functional Certifications / Course details/ Exam Number on D365..?". It's clearly not a good way to categorize your question.

Can anyone help me on the Functional Certifications / Course details/ Exam Number?

$
0
0

Dear All, 

I would like to do a Certification on D365 Functional,  Can anyone of you guide me on the course/ Exam number..? 

Thanks,

Nitin

RE: Unable to access class in AX4 through .Net Business Connector

$
0
0

You could query the SysServerSessions table through Business Connector to check that against which environment are you connecting with the local business connector AX configuration. If you have changed code in another AOS than you are connected against, it is obviously not going to have your custom code. Fix your connection settings.

RE: Batch Job stuck in executing status but dooesn't execute class logic

$
0
0

The job might show Executing status, while not necessarily all tasks are running within.

What do you see in the Batch Tasks, does the job have any tasks with executing status? Check if the tasks' batch group is listed for the batch server.

You might also want to try debugging batch executing within Visual Studio.

Also I have posted an article about troubleshooting batch jobs have a read:

RE: Batch WMS Picking route send XML fails

$
0
0

It is possible to debug on batch server as well and there is msdn article explaining how to do this.

However, if something could be done in client session but could not during batch execution there are usual suspects: CIL,  multithreading, 3rd party Dlls and access to resources . Its easy to check if CIL has been built for all AOSs and a bit harder to find if its caused any of reasons listed above.

Batch WMS Picking route send XML fails

$
0
0

I have a class that processes the picking lists with a status of "Activated" and sends these to the XML then updates the status to "Started".   This has been running for a number of years via batch without an issue.  About a month ago we started to have problems with some picking lists that, although they were updated as started haven't actually been sent to the AIF queue.  The code is as follows:-

if (wmsPickingRoute.canXMLBeSent())

        {
            wmsPickingRoute.sendElectronically(XMLDocPurpose::Original);

                wmsPickingRoute.ttsbegin();
                wmsPickingRoute.expeditionStatus = wmsExpeditionStatus::Started;
                wmsPickingRoute.StartDateTime      = DateTimeUtil::getSystemDateTime();
                wmsPickingRoute.operatorWorker     = DirPersonUser::findUserWorkerReference();
                wmspickingRoute.update();
                wmsPickingRoute.ttscommit();

        }

I know it has gone through this as the WMS picking route is updated to started but the lines are not - they still show as activated.  The pick list does not appear in the AIF Queue manager.  My user has System admin rights and I was the one to add the class to the batch queue.

If I run this on a client they process as expected.  The picklists that are failing are ones that have been posted to pick via another batch process.  I'm wondering if there is a security issue somewhere but as far as I'm aware nothing has changed in that area.  Any ideas of where to look would be appreciated.

Many thanks

Paulina


RE: How assign menu item buttons to users in privileges

$
0
0

Here is an overview about the security architecture in AX, you would be interested in the Role-based security link on the page for authorization:

https://technet.microsoft.com/en-us/library/aa496919.aspx

The answer for your question is clearly explained in the security usage patterns whitepaper for developers, have a read:

www.microsoft.com/.../details.aspx

The menu items behind the menuitembuttons on your form must be part of a Security Privilege, that privilege should be in a Duty, and the duty should be in a Security Role. That role should be assigned to the user for whom you would like to give access for.

RE: Abnormal action in my environment

$
0
0

Hi Vilmos,

Thanks for your prompt replay.

I know changing Temp to regular is not the best practice. it was just an attempt to look at the data.

Currently, the situation is as follows :

1- TempTable type is TempDB

2-The RDP class has no code in process report and has no query as a parameter.

3-Refreshed data source in VS and redeployed the report.

4- Restart RS Services.

but the report still showing data. The expected result is an empty report.

Regards.

RE: RDP Cache and changes does not apply

$
0
0

I removed the code  and report also show cached data.

@Ajit Srivastava

How to calculate WCT TDS in AX 2012 R3 for Indian localisation

$
0
0

Following is the example of taxes -

State VAT works well and has been configured and

TDS on above configured and working well

Now WCT TDS is a state tax[TDS] to be deducted on whole invoice amount as shown below and to be paid to state government - how to calculated tax on tax in AX 2012 R3

ABC PVT LTD
TAX
Material
Service
Total
Bill Value
 10,000.00
 4,000.00
 14,000.00
VAT
14.50%
 1,450.00
 -  
 1,450.00
Service Tax
14%
 -  
 560.00
 560.00
Swachh Bharat
0.50%
 -  
 20.00
 20.00
Krishi Kalyan Cess
0.50%
 -  
 20.00
 20.00
Due
 11,450.00
 4,600.00
 16,050.00
Statutory deductions
TDS
2%
 -  
 80.00
 80.00
WCT-TDS
2%
 321.00

Disable editing of delivered sales orders

$
0
0

How can I disable the edit after delivered the invoice.

So far now, after delivered the Invoice anyone can change the Unit Price & Net Price until the invoice has been invoiced by the accounts team  but can’t able to change the quantity. But I need to stop / disabled everything (Quantity, Unit Price & Net Price) after the Invoice has been delivered.

RE: Security setup - Fixed asset disposal report

$
0
0

you are adding table named AssetDisposalTmp in your privilege. the error message is talking about AssetDisposal table, which is not temp table. please retry by adding correct table.

Security setup - Fixed asset disposal report

$
0
0

I am doing security setup for my project.

Path: Fixed asset > Reports > Base Data > Movement > Fixed asset disposals

When some users click on the report and try to print the report after click [OK] button, error pops out. 

The security role should be missing for some privileges / some tables for access right. 

I have try to assign some tables into the privilege since the info-log states that user cannot find the fixed asset disposal table. 

Then assign this privilege back to the role. 

Please advise for this issue. 


RE: Load consolidation settings in WAX

$
0
0

Hi ColeCW,

Yes it is possible to achieve the same in native system.

There are in fact two ways you can do it.

1- Using release to warehouse form

2- Using load planning workbench

1- Using release to warehouse form - You can use the release to warehouse form to club all the sales orders for the same customer and release them all at once to generate one work, one shipment and one load for them.

Navigate to release to warehouse form and select all the sales order you want to club in one load and click "Add". This will bring all selected sales order to bottom pane of release to warehouse. Now click "release to warehouse" to release all these sales order in one load. Note you will also get one work and one shipment.

Kindly make sure "Consolidate shipment at release to warehouse" is checked to yes in the warehouse master.

2- Using load planning work bench - You can use the load planning workbench also to achieve the same. Click on load planning workbench from any of the sales order and click "entire order to new load" in the action pane to add it to a new load now manually add all other sales order for the same customer to the same load by clicking "entire order to existing load". This will make sure that all the sales order for same customer are now in one load.

Now in the load planning workbench itself select the load and click "release to warehouse". This will release the load of the warehouse and will generate one work and one shipment for all the loads and sales orders.

Kindly make sure "Consolidate shipment at release to warehouse" is checked to yes in the warehouse master.

You by this way you can have a consolidated load for multiple sales order going to same customer. This also allows workers to process only one work for entire load instead to processing individual sales order work.

Load consolidation settings in WAX

$
0
0

Hello,

With the current configuration of my system, when a sales order is released to the warehouse, the wave is automatically executed, the shipment is created and a load is created. I am looking to automatically consolidate these loads if they are going to the same customer. 

For example, if I release SO #1 for Customer A, Load Y is created. Currently, if I release SO #2, also for Customer A, Load is created. I am looking for the system to automatically combine loads Y and Z because they are going to the same customer. Is there any way to do this that is native to the system?


Thanks for any help you can provide!

RE: Consolidate sales picking using WMS

$
0
0

Hi Omar,

In your above scenario kindly note that you although have one load for these two sales order but when you release the load to warehouse you will have two shipments for it as the two sales order are for different customers.

Coming to consolidated work you will not get consolidated pick lines for multiple sales line for the same item in work although the work has been consolidated as far as I know.

Consolidate sales picking using WMS

$
0
0

Hi everyone

I have this business scenario and I seem not to be able to configure Dynamics AX 2012 R3 to handle the need to pick quantities in TOTAL BY ITEM CODE.  The case is as follows: I have 2 sales orders with the following details:

-SO 100 : Customer X (with every 6 pieces of item AAA we give 1 free item AAA)

SO Line 1 :: item AAA - quantity 6

SO Line 2 :: Item AAA - quantity 1

- SO 101 : Customer Z

SO Line 1:: Item AAA - quantity 2

I am using the Load planning workbench to put these two sales orders on 1 Load.  When the system generates the Load, I am able to see 3 load lines being a load line for every sales order line.  This seems correct to us.  When we release the Load to warehouse using the Load planning workbench, the system creates 3 pick (work) lines, being one for every load line / sales order line and 1 put (work) line (which is always the total of the pick quantities).  We also reserve the quantity as soon as we release the load so we know that the quantities are available in stock prior to start picking

We need the system to sum the picks by item code.  Therefore in the example above, we expect to have 1 pick (work) line for a total quantity of 9 and 1 put line for the total quantity (which is already happening)

Any ideas how this can be achieved? 

All ideas welcomed.

Thanks

RE: Summary account for customer in posting profile Vendor does not exist

$
0
0

please Check the Customer Posting Profile  i think there is group not assign to account Or the Customer group not Exists On this Screen

Viewing all 175888 articles
Browse latest View live


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