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

AX 2012 R2 Virtual Machine help server error

$
0
0

Hi

I have downloaded the latest AX 2012 R2 virtual machine from Partnersource. When i use the F1 (to access the help file),  I am getting an error " Unable to Connect to Server"

The help service URL which i mentioned in System administration module is 

Http://AX2012R2A:8081/DynamicsAX6HelpServer/Helpservice.svc

The host (AX 2012R2A) and Port (8081) details were collected from the IIS. 

Is this URL correct ? Please help.

Thanks in advance.


Expense report in ESS

$
0
0

I want to customize the expense report  which printed from Enterprise Self Service (Path: Expense report tab > Print > Expense report.) but i couldn't find any SSRS report or classes or form related to this Expense report in AOT. Any one can help?

Is Control editable

$
0
0

Hello.

Is there any method on a control to know is control editable?

For example, when datasource.allowEdit() = false, control is not editable, but control.allowEdit return true.

How to deploy ssrs report on dynamics2009......

$
0
0

 i have created new report in sql server business intelligence studio 2008(vs2008). i want to integrate created new report with Microsoft Dynamics Ax 2009.

Plz Help me...

Sachin...

Product variant cost price

$
0
0

Is there a way to update the product variant cost price automatically when I buy the product variant. Every product variant has a different price and every time I by the product variant the cost won't change. I marked the check box 'Latest Cost price' but it doesn't effect the variant price?

Thanks in advance.

Bug AX 2012 R2 with Client performance options

$
0
0

There appears to be a race condition when opening some forms in AX 2012 R2 when the Client performance option of "Form pre-loading enabled" is checked.

The problem seems to most readily manifest on complex forms with lots of controls that are personalized by users.  In our case we discovered it with users opening LedgerJournalTransVendInvoice and LedgerJournalTransVendPaym (which incidentally we had not modified from the SYS layer at all).  There were other issues with SalesTable as well.

While opening journal lines, we experienced the following error message.

DimensionDynamicAccountController object not initialized.  Stack track.. \loadSegments().

This event occurs once for everyone Account number control (including Offset account number) on the form, so it is possible to see anywhere from 2 to 6 errors in the stack trace merely by opening the form.  

Debugging with breakpoints shows that the loadSegments() event for each of these controls fires during the Form's init() method, and before the necessary DimensionDynamicAccountController objects have been constructed.  Normally the loadSegments() method of the account number controls should not fire until the control is activated for edit.  This problem even occurs when opening journal lines for posted journals, where the data source itself is not allowed for edit, and before the user has any ability to focus on a control at all.

This appears to be a race condition, since it can in some cases be highly reproducible and in others can be difficult to reproduce, even while simply opening and closing the journal lines form in quick repetition and doing nothing else.  Clearing the AUC and SysLastValue for the user can bring temporary relief.  

The problem appears to either require or be highly correlated to user modifications to the form, even as simple as moving a single column within the primary grid.

The problem also appears to depend upon the Form pre-loading enabled option under Client performance options being checked.  Note that this option can become checked WITHOUT YOUR CONSENT, and here is how.

After upgrading to AX 2012 R2, the first time you open the SysClientPerf form the following code will run (see below).  This code notices that the record is from an older configuration and AUTOMATICALLY sets the IsFormPreloadingEnabled to True as a default value.  In our case, we upgraded to R2 in early March and never opened the SysClientPerf form for nearly 6 months, but immediately upon merely opening and closing the form in our production environment began to experience these issues across many users.

Hope this helps someone else.

public void EnsureSingleRecordExists()

{

   /// <foundation>

   #define.CurrentVersion(1)

   select firstonly RecId, CurrentVersion from this;

   /// </foundation>

   if(!this.RecId)

   {

       //Default these two enum values to Yes.

       this.FactBoxesEnabled = NoYes::Yes;

       this.PreviewPanesEnabled = NoYes::Yes;

       this.AutomaticEnhancedPreviewsEnabled = NoYes::Yes;

       /// <foundation>

       this.IsFormPreloadingEnabled = NoYes::Yes;

       /// </foundation>

       this.insert();

   }

   /// <foundation>

   else

   {

       // Make sure the version number is current and perform any necessary

       // upgrade steps.

       if (this.CurrentVersion != #CurrentVersion)

       {

           ttsBegin;

           select forUpdate this where this.RecId == this.RecId;

           switch (this.CurrentVersion)

           {

               case 0:

               // Enable form pre-loading by default.

               this.IsFormPreloadingEnabled = NoYes::Yes;

           }

           this.CurrentVersion = #CurrentVersion;

           this.update();

           ttsCommit;

       }

   }

   /// </foundation>

}

Using Client StartupCmd Options to Synchronize Database

$
0
0

I've built an application that can be used to control the services, modelstore imports, synchronization, and deployment of reports all across multiple AX AOS machines.  The problem I'm having is with using the AX32.exe and the -startupcmd=synchronize parameter.  The client is opening and performing the database synchronization just fine but I need it to exit/close upon completion.  Does anyone have a suggestion on a way to do that?  I see another startupcmd parameter called 'exit' but I can't daisy chain the parameters together.  AX seems to expect just one type of startupcmd.

Thanks,

Subscription query

$
0
0

My dept has sold 95 license subscriptions. They are exactly the same (price, product, etc...). How do I enter them altogether, rather than individually, so that the invoice is not multiple pages?


Retail POS AX error running job p

$
0
0

I have this error when i run the job p: Source request handler failed to process source request header: OverflowException: Conversion overflows. This error its in one store, in the others stores the work perfect.

Somebody knows how to resolve

AX2012 CU 7 MS Project integration problem when cancelling reservations

$
0
0
If a reservation and assigment to an activity for a resource has been made through ms project AND this reservation is cancelled through the worker reservation details it also removes the amount of work of the activity/task in the ms project plan. It should only remove the reservation and assignment of the resource to the task(s).

CU7 Project Resourceplanning remaining capacity calculation error

$
0
0

Hi,

I have attached a calendar to a employee with the following working times for each day:

08:30 till 1200

1230 till 1700

This is 8 hours in total.

The resource availability screen is actually telling me that the resource has only 7 hours remaining capacity. Since I haven't booked anything on this new resource this is very strange. It seem like the calculation in rounding down the remaining capacity in a very strange way:

08:30 till 1200 = rounded down 3 hours

1230 till 1700 = rounded down 4 hours

in total 7.

Needles to say that this is wrong

If I change the working times to 0800 till 1200 and 1300 till 1700 than it calculates again to 8 hours. That is the work around, but not one i can explain to the endcustomer. I hope you agree with me that this is a problem.

Kind regards,

Peter Meekes

Strange performance in AX 4

$
0
0

Hello all,

Currently working on really strange and annoying performance issue in a big AX 4 instance. SQL 2005 is used as a Database.

The symptoms are the following: There are certain simple operations in the system, like filtering of the SO by vendor, or filtering of the customer by name....

The first such executed query suffers from performance degradation and the form/system hangs, sometimes for a minute, sometimes for even more....

After the system responses - when the user runs the same filtering - it's instant. (as it should be)

Then it works like that for some period of time - and after a while (say for example 1-2 hours), when user opens the same Customer form and run the same filter - the same behavior - first execution: Hanging for a minute or more - next times fast.

When activating the long running query trace in AX - of course this slowness is reflected, once I face the slowness and system hangs - there is an entry in the trace table.

If analyzing the query itself, by using the query analyzer, or just running it in the Management studio - of course the execution is instant and the query itself is not a bottleneck.

Also after trying to run it on isolated environments, using separate AOS & Client - same issue is faced. So that proves it's not a AOS or AX client tier.

I have  a feeling something is related to the SQL itself or at least in the way how AOS is communicating with it.

Any ideas on how to troubleshoot or analyze this are highly appreciated.

Thx.

Sasha.

AX2012 R2 Integration with Office Outlook 2013 fails

$
0
0

I am trying to bring back a functionality which my users had in AX2009 where they could sync up all their contacts and tasks with outlook 2010. It appears that this functionality is not working in AX2012 R2 for Outlook 2013. I am running the AX client in an RDP server.  Is there a solution out there for this?

Thanks,

-Albert.

Microsoft Thailand and AX 2012 R2

$
0
0

I asked this question back in September last year and I'm still chasing an answer to it.

When setting up AX 2012 for Thailand, you are required to enter a "Customer Sequence Number", which according to Microsoft's website and documentation you contact MS Thailand for, or receive via your implementation partner.

Given that we already have 500+ AX licences, I don't need to buy any more from a Thai partner, I just need MS Thailand to provide the number. Unfortunately I've had no luck getting any info on the Sequence Number from MS Thaliand and am running out of ideas, does anyone know what the best process is for obtaining the Customer Sequence Number?

Thanks in anticipation

Andy

Upgrade To Ax 2012 R2 (Checklist)

$
0
0

Hi :

when i upgrade  from ax 2009 to ax 2012 , after i finished run live preprocessing scripts .

the next checklist still not active.

any idea

thanks


Dynamics AX 2012 Payroll tax tables

$
0
0

I am looking for information about Dynamics AX 2012 Payroll tax tables.

Can anyone tell me how long it will take for Microsoft to publish the tax update hotfix after the Fed releases the table changes?

Are there any timing issues as to when the hotfix needs to be installed or is it driven by the date?

If the tax table is driven by date, which date?

Are there any other concerns or issues that I should be aware of?

Thanks

DIEF framework error when trying to import open AP/AR

$
0
0

I am trying to import a client's open AP/AR into AX 2012 R2 with the Data import export framework and I am running into a problem when I go to import the data from the staging table into AX.

I am unable to load any records and I am getting the following error "Results. Record ('JBN-000023-78-2.00') -. Financial dimension value  does not exist.

Results. Record ('JBN-000023-78-2.00') -. Error found when validating record.

Data written to target 'Opening balance' ('0' records created, '0' records updated)" and the fields I am trying to import are CurrencyCode, JournalNum, LineNum, Voucher, AccountType, CustVendAccount_PL, CustVendName_PL, TransDat. AmountCurCredit, AmountCurDebit, PaymentNotes, Txt, OffsetAccountType.

I would really appreciate any help on this.

-Phil

Sample Database for Dynamics AX 2012

$
0
0

Hello, 

Can TechNet subscribers download sample database for Dynamics AX 2012? If not, how can I install sample data into Dynamics AX 2012?

Note: I downloaded AX installation media from my TechNet account, and after I installed it, I couldn't find any sample data. Thanks!

Regards,
s.t. feng 

Error when using the RunAs command in AX2012R2

$
0
0

Hi all,

I just posted a blog about standard batch jobs being created when you install AX2012. You can read the post here: www.kaya-consulting.com/.../about-the-standard-batch-jobs-in-ax2012

I tried to create a class to create the standard batch jobs running as the Admin user.

Compilation was ok. At runtime I get the error below.

It is stating the method does not exist, but actually it does exist!

What is the cause of this error? Also the second runas commandline has the same error. I also tried another static method on another class and this one was working OK. What is missing that these static methods cannot be executed in the 'runas' command?

 

Subledger not generating pre configured Main accounts

$
0
0

Hi,

We have set all main accounts in inventory validation for AR, but when we started doing some transactions some of main accounts that should show up are not showing up like Sales order issue Account and Sales order consumption.

Am I missing something?

Is there a way to update former transactions?

Viewing all 72043 articles
Browse latest View live


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