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

Failed to create a metadata service client in 5 attempts

$
0
0

Hello guys,

In D365 i have customized a report and deploy this , after when try to login environment its not starting .

i have also check in event viewer there have a below  error message related to management reporter  .

Failed to create a metadata service client in 5 attempts. Machine:

Metadata service communication retry attempts failed to resolve issues with the following settings AX7CertificateUserName: FRServiceUser@dynamics.com; AX7CertificateThumbprint: ------; AX7FederationRealm: spn:00000015-0000-0000-c000-000000000000; AX7ProviderName: mintedtoken.dynamics.com; AX7TokenIssuer: fakeacs.accesscontrol.windows.net Component: Microsoft.Dynamics.Integration.Common.TraceLog User: NT AUTHORITY\NETWORK SERVICE

Please suggest .


RE: AX7 Environment startup issues

$
0
0

Kindly check an Anonymous Authentication is enable on IIS, I Faced the same issue and then resolve by enabling  Anonymous Authentication on IIS

AX7 Environment startup issues

$
0
0

Hi

The Test environment I am working on is giving me a "HTTP Error 503. The service is unavailable.". This is on an application release 7.3 and platform update 12

When I look at the event logs I am seeing these errors and warnings:

Failed to create a metadata service client in 5 attempts.

Received the following exception when contacting the AX Metadata Service possibly due to expired token. Attempted to retry the operation 5 times with no success. The HTTP service located at localhost/.../MetadataService is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.

Metadata service communication retry attempts failed to resolve issues with the following settings AX7CertificateUserName: FRServiceUser@dynamics.com; AX7CertificateThumbprint: CB3BDAE89EFA5B268A3ED88D2C5A96EBF9C791B5; AX7FederationRealm: spn:00000015-0000-0000-c000-000000000000; AX7ProviderName: mintedtoken.dynamics.com; AX7TokenIssuer: fakeacs.accesscontrol.windows.net
Component: Microsoft.Dynamics.Integration.Common.TraceLog
User: NT AUTHORITY\NETWORK SERVICE

The description for Event ID 110 from source Microsoft Dynamics 365 for Finance and Operations, Enterprise edition cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

AX is shutting down due to an error.
Error initializing X++ event handlers. Please verify that application is deployed and compiled correctly. Error messages follow:
An exception was encountered while initializing event handler initializer 'InitMethod' on type 'Dynamics.AX.Application.EventHandler.EventHandlersInitializeClass, Dynamics.AX.eBECSextension, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Could not load type 'Dynamics.AX.Application.WPPWorkOrderStatusUpdate' from assembly 'Dynamics.AX.ApplicationSuite, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

Exception details:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Dynamics.Ax.Xpp.EventHandlerInitializationException: An exception was encountered while initializing event handler initializer 'InitMethod' on type 'Dynamics.AX.Application.EventHandler.EventHandlersInitializeClass, Dynamics.AX.eBECSextension, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. ---> System.TypeLoadException: Could not load type 'Dynamics.AX.Application.WPPWorkOrderStatusUpdate' from assembly 'Dynamics.AX.ApplicationSuite, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at Dynamics.AX.Application.EventHandler.EventHandlersInitializeClass.InitMethod()
--- End of inner exception stack trace ---
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.<>c.<InitializeMetadataEventHandler>b__58_0(MethodInfo eventHandler)
at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.InitializeMetadataEventHandler()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Dynamics.AX.AOS.StartupInternal(String[] Arguments)

Has anyone seen this before? Any help would be much appreciated.

Thanks,
Joe

Business Process flow for Supply Chain

$
0
0

I want to discuss the best possible solution to manage the below scenarios.

  1. We receive Purchase Order from the Customer for items, we will be generating the Purchase Orders for the vendor, who will delivers it directly to the customer without receiving in our warehouse.
  2. There are cases where we purchase item from vendor1 , ship it to some other vendor2 for services like cutting, etc. and then once we receive from vendor2, ship the items to the customer.

Please help me in understanding the solution of the above mentioned process. Thanks 

RE: WAX: Catch weight & Batch Control

$
0
0

thanks Steven, i hadn't spotted that!

RE: Purchase orders confirmed and approved by a user

$
0
0

Hi AngelAX!

You can use purchase order confirmations journal table VendPurchOrderJour. Set createdBy property of that table to YES and you will get needed info.

RE: Purchase orders confirmed and approved by a user

$
0
0

I guess, this is not explicitly stored anywhere.

However, you can do this for future confirmations with a very simple step.

Just set the createdBy property of VendPurchOrderJour table.

Navigate to: Procurement and sourcing >> Inquiries >> Journals >> Purchase order confirmations: and filter/sort based on createdby.

RE: AX Production RAF Batch Split when over Production Quantity with Auto Batch numbering only for inventory transactions

$
0
0

Can you show the 3 RAF lines, and the inventory transactions from the works order for the finished good item?


AX Production RAF Batch Split when over Production Quantity with Auto Batch numbering only for inventory transactions

$
0
0

Here's a fun Friday problem to solve...

My settings(Number Group):

Good Scenario:

- Create Production order for 3,000 units, Report as finish 3,000 units in 3 x 1,000 unit RAF's.  This creates the 3 desired Batch numbers:

0001-0001 - Qty 1,000

0001-0002 - Qty 1,000

0001-0003 - Qty 1,000

Bad Scenario:

- Create Production order for 3,000 units, Report as finished 3,200 units (over run scenario).  This creates the desired batches until the last RAF that goes over the production order Quantity:

0001-0001 - Qty 1,000 - RAF #1

0001-0002 - Qty 1,000 - RAF #2

0001-0003 - Qty 1,000 - RAF #3

0001-0004 - Qty 200 - RAF #3

NOTE:  This was done in 3 Report as finished transactions, NOT 4 but instead of creating 3 batches, I get 4 batches.

Is there a setting I might be missing?  I was thinking it might be the Automatic addition checkbox in Inventory management parameters, but that is already checked.

Before I start code diving, I wanted to see if anyone else has experienced this and if there is a setting or KB for this issue?

Thanks!

RE: Purchase Orders

$
0
0

Knowing what you are doing when you !match a line on the PO" will be the key. I would imagine you are matching the entire line, not the part quantity you believe you are matching.

Purchase Orders

$
0
0

I am currently in need of a lot of help with Microsoft AX and purchase orders!!

So I have an invoice and match a line on the PO with what it says on the invoice. When I have another invoice for that same line, I go back in and do it the same way but the line is not there anymore. It's like the PO is closed but it still says received. What the heck?! How is it possible to be able to pay multiple invoices on one PO line? There is enough money on the line to provide for those invoices. 

RE: how to add hyperlink to another form?

RE: Retail Kit Configurations Description

Retail Kit Configurations Description

$
0
0

Hello All,

Am trying to create some product kits in AX and the issue is I cannot figure out the components of the kit from the names created by AX in the Released Product Variants, snapshot attached herewith

should'nt the names imply the components of the kit? 

RE: Why the calculation of item price is always through purchase price?

$
0
0

Can you show a screen shot of the inventory and purchase prices for the released product?


Why the calculation of item price is always through purchase price?

$
0
0

Hi experts

I setup the cost price model of calculation group is 'Inventory price', but after I ran the calculation item price, the result always showed the purchase price. What's wrong with the operation? Thanks!

(the cost version is 'planned',and the calculation group is selected on item master) 

RE: Licensing Expansion AX 2012 - Cost Estimation

$
0
0

Your software maintenance with Microsoft also needs to be current, talk to your partner.

Licensing Expansion AX 2012 - Cost Estimation

$
0
0

Hi

Is there any way we can purchase new licenses for our Dynamics AX 2012 on-premise solution?

If so, where can I get a cost estimate for the same?

RE: Adding new parameter to Datacontract class through class extensions

$
0
0

Hi manasa133,

As of today it is not possible via extensions, the only possible workaround is to create new data contract and use it instead.

RE: Trial Balance is zero after run Load Balance from Closing Sheet - AX 2012

$
0
0

Dear Raheel,

Although i run parameter on main account, the balance is not show in closing sheet. Ending balance for one of my account is -600.000, but trial balance on closing sheet shows zero.

Please help.

Thanks

Viewing all 175888 articles
Browse latest View live


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