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

Financial dimension set Result

$
0
0

Hi , 

I need Financial dimension set Result to retrieve it in ssrs report i need to know the table   


RE: Demo VM shuts down unexpectedly

Demo VM shuts down unexpectedly

$
0
0

Hi, I have spun up an AX2012 R3 demo VM on Azure using LCS. After about 45 minutes the VM shuts down with no warning? I've tried using a new Azure subscription and the same thing happens making me believe there is something wrong with the VM. It seems to do this very consistently after 45 minutes. Has anybody else run into this? Thanks!

AX 2012 R3 SSRS viewer hang

$
0
0

Sometimes it happens that the viewer that I opened when lanch an SSRS report in native mode, it blocks on the animation and not render the report. This problem occured on a single report, not for all the reports.

I check the SSRS logs, but's there isn't any error; similary I don't found anything relevant in the event viewer where the AOS resides.

Clear report AOS cache, utilization data and restart SSRS service, not resolve the problem.

The only solution that I find it's to restart the AOS.

What could be the cause of this beaviour ? How do I investigate this problem ?

RE: textBuffer.fromFile(filename, FileEncoding::UTF8); fails

$
0
0

You should use the tools available in the .Net namespace, I rely on System.IO.StreamReader for reading from files and you can construct it with System.Text.Encoding / UTF8Encoding to do exactly what you want.

textBuffer.fromFile(filename, FileEncoding::UTF8); fails

$
0
0

hi,

I am trying to read file  using Textbuffer class. If I indicate no encoding it works. But when I indicate FileEncoding::UTF8 it do nothing. Nothing is read. What's wrong?

TextBuffer                      textBuffer = new TextBuffer();

 ok = textBuffer.fromFile(filename, FileEncoding::UTF8);

it always returns false.

RE: CIL Error in software update checklist in ax 2012 R2 CU6

$
0
0

Try an AOT compile in the AX client, maybe you ran axbuild against the wrong instance.

Also if you have brought over your business data, some AIF ports might be broken until you refresh services.

CIL Error in software update checklist in ax 2012 R2 CU6

$
0
0

Hi all, In software Update checklist,while doing Full application compilation no issue, during Full CIL - got errors in default classes Like below in various classes:

CIL generation: Index was out of range. Must be non-negative and less than the size of the collection.

CIL generation: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.

CIL generation: Error: .NET Cast Type Name not found. Type System.String found on the stack. This code in Class/Table: PayrollTaxEngineUtil, Method: getGNISLocations may not work in CIL run time.

Deleted Xppl folder and tried, still errors coming.


Dynamics AX PLM - What is a good alternative to BlueStar PLM?

$
0
0

Good afternoon,

I have a client that uses BlueStar PLM with their Dynamics AX 2012 instance. They have had issues with the application pretty much since implementation. BlueStar has not been of much assistance with these problems and they are about ready to move on to a different PLM system. Does anyone have a recommendation for a good replacement PLM, preferably one that you have had experienced with and know it to be a solid application with great customer service and support? 

RE: how to execute batch job?

$
0
0

You have ignored what Martin just asked. If you check Batch job history, do you see all of them with Ended status? If you highlight recent ones where confirmations should have been posted, in the history of the batch job, what do you get in the infolog if you press the button?

Maybe your batch is set up like you only post the specific order and since it is already processed, you do not get additional confirmations, which is expected. Make sure you set it up with Late selection, through the main menu directly.

community.dynamics.com/.../automate-your-ax-2012-sales-order-processing

how to execute batch job?

$
0
0

Hello,

I configure a batch job that send by mail sales order confirmation every hour.
Just the first time I receive a mail. then I do not receive any mail despite in the history the batch job was executed every hour.

Can you help me.

RE: Criteria for Voucher Transactions

$
0
0

For you 1st part of the questions, what do you mean when you say "Or statement"?

For the 2nd part of your question, the budget transaction is not recorded at voucher level. The budget is captured at main account.

The actual vs. Budget report can be taken from budgeting module.

RE: AX 2012 R3 SSRS viewer hang

$
0
0

What do you see in ReportServer DB's ExecutionLog* views for the specific report run when it fails? Do you get time values for all columns compared to when it ran normally? Did you verify if your SSRS instance runs at the time? Do you see blocking on SQL in your AX database? You should verify all these and come back to us with your findings.

RE: Using Financial Dimension During Sales Invoice Posting

$
0
0

The chart of accounts does not matter since each company can have its own chart of accounts and the COA is not specific to a customer. 

RE: Financial dimension set Result

$
0
0

Have a look at these topics:

You can see that they are utilized in the Trial balance reports, so you could sit down with your AX developer to go through the related source code to have an idea on how to retrieve financial dimension sets for your custom SSRS report based on that example.


RE: Using Financial Dimension During Sales Invoice Posting

$
0
0

Syed, thanks for confirming this for me.

Using Financial Dimension During Sales Invoice Posting

$
0
0

I have an issue which I'm unable to go around. Scenario is that there is a company A and B. A uses COA1 and B uses COA2. Sales order for A, in it's financial dimension uses a Office dimension which is actually tied to Business Unit B. At the time of Sales Invoice posting, I get an error stating the account structure does not exist even though it does.

Account Structure = <Account Number> - <Office Dimension>

My question is, does it matter if the business unit B uses a COA which is different than A? Should this be causing the invoice to not post with this error?

I would appreciate if someone can confirm this please.

Thanks,

Raheel

RE: Assign Product Attribute Values to a Product

Assign Product Attribute Values to a Product

$
0
0

Hi

I was trying to assign attribute values to a product following the steps below but have not been successful:

 

Procedure: Assign Product Attribute Values to a Product

After you create attribute types and product attributes, you must assign the product attributes to categories. Next, you must assign the category to the product, and then you can define values for the product attributes. To assign a category and enter product attribute values, follow these steps:

  1. Open Product information management > Common > Products > All products and product masters.
  2. Select the desired product from the list to add product categories to, and then click Edit in the Maintain group of the Action Pane.
  3. Click Product categories in the Setup group of the Action Pane, and the Product categories form will open.
  4. Click New to create a new product category.
  5. Select the Category hierarchy.
  6. Select the Category.
  7. Close the Product categories form.
  8. Click Product attribute on the Action Pane.
  9. Select the attribute from the list.
  10. Enter or select a value for the attribute.
  11. Repeat steps 9 and 10 for each attribute.
  12. Close the Attribute values form.

It is possible to do that without to define the attribute values from retail module?

Best regards,

Mari Rojas

RE: Auto Confirmation of a Purchase Order using change management

$
0
0

Hi, I have tried to create the batch to auto-confirm purchase orders that are in approved status but I am receiving the following error.

The info log also states no lines for posting or quantity is 0.

I am using the purchase requisition process to create indirect procurement purchase orders. I have the workflow approval on the  purchase requisition and have set the purchasing policy to auto-create the PO on approval of the PR.

I wanted to auto-confirm the PO and issue to the vendor so that I can minimize any manual intervention in the process.

Please let me know if you can help with this error.

Thanks

Melissa

Microsoft.Dynamics.Ax.Xpp.InfoException: Exception of type 'Microsoft.Dynamics.Ax.Xpp.InfoException' was thrown.

  at Microsoft.Dynamics.Ax.MSIL.Interop.throwException(Int32 ExceptionValue)

  at Microsoft.Dynamics.Ax.MSIL.cqlClassIL.callReturn(Int32 rc, interpret* ip)

  at Microsoft.Dynamics.Ax.MSIL.cqlClassIL.CallStatic(String className, String methodName, Object[] parameters, Type[] types, Object[] varargs, Type[] varargsTypes)

  at Microsoft.Dynamics.Ax.Xpp.XppObjectBase.StaticCall(String className, String methodName, Object[] parameters, Type[] types, Object[] varargs)

  at Dynamics.Ax.Application.Debug.assert(Boolean expression)

  at Dynamics.Ax.Application.SourceDocumentLineProvider.getDistributedAmountInAccountingCurrency(Int64 _sourceDocumentLine, Int64 _ledgerDimension, AccountingDistributionReferenceRole _accountingDistributionReferenceRole, Boolean _recursive) in SourceDocumentLineProvider.getDistributedAmountInAccountingCurrency.xpp:line 32

  at Dynamics.Ax.Application.SourceDocumentBalanceProvider.Calculatedistributedamount(Int64 _sourceDocumentLineRecId, Int64 _ledgerDimension) in SourceDocumentBalanceProvider.calculateDistributedAmount.xpp:line 23

  at Dynamics.Ax.Application.SourceDocumentBalanceProvider.Calculate(Int64 _sourceDocumentLineRecId, SourceDocumentLineAccountingStatus _accountingStatus, Int64 _ledgerDimension) in SourceDocumentBalanceProvider.calculate.xpp:line 33

  at Dynamics.Ax.Application.SourceDocumentBalanceProvider.Initializebalanceline(SourceDocumentLine _sourceDocumentLine, SourceDocumentAmountLedgerDimIVisitor _ledgerDimensionIVisitor, Boolean ) in SourceDocumentBalanceProvider.initializeBalanceLine.xpp:line 60

  at Dynamics.Ax.Application.SourceDocumentBalanceProvider.Initializebalanceline(SourceDocumentLine _sourceDocumentLine, SourceDocumentAmountLedgerDimIVisitor _ledgerDimensionIVisitor)

  at Dynamics.Ax.Application.SourceDocumentBalanceProvider.Initializebalance(SourceDocumentAmountLedgerDimIVisitor _ledgerDimensionIVisitor, Boolean ) in SourceDocumentBalanceProvider.initializeBalance.xpp:line 17

  at Dynamics.Ax.Application.SourceDocumentBalanceProvider.Initializebalance(SourceDocumentAmountLedgerDimIVisitor _ledgerDimensionIVisitor)

  at Dynamics.Ax.Application.AccountingDistributionOrderSummaryCalc.Populateencumbrancesummaryamount(String _purchId) in AccountingDistributionOrderSummaryCalc.populateEncumbranceSummaryAmount.xpp:line 17

  at Dynamics.Ax.Application.PurchTotalsSummaryController.updateTotals(PurchTable _purchTable, Int32 _tableId, Common _purchSummary, Boolean ) in PurchTotalsSummaryController.updateTotals.xpp:line 54

  at Dynamics.Ax.Application.PurchTotalsSummaryController.updateTotals(PurchTable _purchTable, Int32 _tableId)

  at Dynamics.Ax.Application.PurchTotalsSummaryController.populateEncumbranceSummaryValues(String _purchId) in PurchTotalsSummaryController.populateEncumbranceSummaryValues.xpp:line 15

  at Dynamics.Ax.Application.PurchTotalsSummaryController.onPostingSuccess(Set _postedJournalSet) in PurchTotalsSummaryController.onPostingSuccess.xpp:line 30

  at Dynamics.Ax.Application.FormletterService.Run() in FormletterService.run.xpp:line 250

  at Dynamics.Ax.Application.FormletterService.Postpurchaseorderconfirmation(PurchFormLetterPurchOrderContract _contract) in FormletterService.postPurchaseOrderConfirmation.xpp:line 17

  at FormletterService::PostPurchaseOrderConfirmation(Object , Object[] )

  at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeInstanceCall(Object instance, String MethodName, Object[] parameters)

  at Dynamics.Ax.Application.SysOperationServiceController.Runoperation(Boolean _async) in SysOperationServiceController.runOperation.xpp:line 93

  at Dynamics.Ax.Application.SysOperationServiceController.Run() in SysOperationServiceController.run.xpp:line 27

  at Dynamics.Ax.Application.FormLetterServiceController.Run() in FormLetterServiceController.run.xpp:line 3

  at Dynamics.Ax.Application.PurchFormLetter.Run() in PurchFormLetter.run.xpp:line 57

  at Dynamics.Ax.Application.BatchRun.runJobStaticCode(Int64 batchId) in BatchRun.runJobStaticCode.xpp:line 54

  at Dynamics.Ax.Application.BatchRun.runJobStatic(Int64 batchId) in BatchRun.runJobStatic.xpp:line 13

  at BatchRun::runJobStatic(Object[] )

  at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object[] parameters)

  at BatchIL.taskThreadEntry(Object threadArg)

Viewing all 175888 articles
Browse latest View live


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