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

Importing Contoso Data in AX 2012 R3

$
0
0

Hi all,

I was trying to import the Contoso Demo Data to Dynamics AX 2012 R3 with "Dynamics AX 2012 Test Data Transfer Tool (Beta)".

after I print the Command [DP.exe IMPORT “E:\DynamicsAXR3DemoData” MicrosoftDynamicsAx] the following error occurred:

Unhandled Exception: System.InvalidOperationException: ExecuteReader requires an
 open and available Connection. The connection's current state is closed.
   at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean as
ync)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehav
ior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletio
nSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehav
ior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, S
tring method)
   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behav
ior)
   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
   at Microsoft.Dynamics.AX.Dataport.Extensions.<ExecuteLater>d__10`1.MoveNext()
 in e:\bt\110700\Source\DataPort\Dataport\Library\Extensions.cs:line 230
   at Microsoft.Dynamics.AX.Dataport.SqlHelper.<GetAllDatabases>d__22.MoveNext()
 in e:\bt\110700\Source\DataPort\Dataport\Library\SqlHelper.cs:line 846
   at Microsoft.Dynamics.AX.Dataport.SqlHelper.<GetAllConnections>d__18.MoveNext
() in e:\bt\110700\Source\DataPort\Dataport\Library\SqlHelper.cs:line 800
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at Microsoft.Dynamics.AX.Dataport.DataportApplication..ctor(String server) in
 e:\bt\110700\Source\DataPort\Dataport\Model\DataportApplication.cs:line 38
   at DP.Program.Execute(String currentDirectory, DataportDirection direction, S
tring directory, String database, String server, DataportAction action) in e:\bt
\110700\Source\DataPort\DP\Program.cs:line 108
   at DP.Program.Main(String[] args) in e:\bt\110700\Source\DataPort\DP\Program.
cs:line 82


and the Data Transfer Tool stooped as it showen in the screen shoot

I used the tool in the AOS Server (windows Server 2012 r2)

anyone would help with this please?

thanks for your help,


what are the API differences between AX On-premise and online solution ?

$
0
0

We are planning to develop a connector for MS Dynamics with one of our client application. The connector will enable communication between the two. I came across that there are 2 versions supported for AX  - online and on-premise.

I need to know is there a difference in the API set for Online and On-premise version.

Please help me provide with some pointers

Thanks,

Pooja

Could someone provide me with key objects for MS Dynamics AX

$
0
0

Hi,

We are planning to develop a connector with MS dynamics AX and our client applications. The plug-in integrator will enable communication between the two. I can see AIF as the proposed module to go ahead. I am investigating on it. I could search that tables, maps, views, forms and menus are the key objects. Tables are the base object of these all.

I assume that the basic CRUD operations are applicable on the mentioned objects.Apart from this, are there more objects that needs attention.

Please help me understand if I need to consider any other objects for integration.

Any pointers would be helpful

Thanks,

Pooja

Unable to preview report. BIDS

$
0
0

Hello everyone,

I'm currently familiarizing myself with reporting and have been successful when using VS on the TEST server on the TEST environment. I'm now trying to create reports in DEV and do not have direct access to log in to that server. I'm working from a terminal that has VS installed and I'm able to access my query that I created for my report, but I'm now receiving this error in Visual Studio when I try to preview my design:

Specs:

Dynamics AX 2012

Visual Studio 2010

SQL Server 2012

What should my next step be and what machine does the installation need to occur on. This will be the scenario when working in GOLD as well.

Best,

Russ

 

How to get exchange rate for specific company in AX 2012 using query

$
0
0

Hi,

I have need to write a query in sql which gives me the exchange rate from and to period along with the respective company from the AX 2012 database.

I checked below tables but didn't find the data area id. Can someone tell me which tables needs to involve to get the exchange rate for specific company.

select * from EXCHANGERATE
select * from EXCHANGERATECURRENCYPAIR
select * from EXCHANGERATETYPE 

Thanks in advance

Dynamics AX 2012 demo license

$
0
0

Dears,

Kindly i want any Ax2012 demo licesnse key even for 3 months or 1 where can i get it ?

as i dont habe supscription ?

Defined budget groups in Budget control configuration

$
0
0

Are the Budget Control tables customizable to allow for more flexibility when choosing a main account range.  We need to extract Main Acct 524020 from the following range and assign it to a new budget group.

I need to change this particular main account range

from 523000 – 529999

to

523000 – 524019 and 524021 – 529999.

 Would you know if these budget tables would allow for such a customization or whether it should or should not be altered?  

Thank you!

Sandra

How to install Ep on SERVER1 targetting to sharepoint on SERVER2

$
0
0

Hi Axperts,

I have requirement like, i installed Ax client,SQL Db engine on SERVER1. And i installed Sharepoint on SERVER2.

Now i need to install EP on SERVER1 targetting to sharepoint installed on SERVER2.

 

Kindly let me know steps for this.


Moving AX from server 2003 Standard to 2008 R2 64bit Standard

$
0
0

Hi. We have Microsoft Dynamics AX (Axapta) installed on a server 2003 enviornment and wish to migrate it to Server 2008 R2 Standard, would you happen to have a process that we could follow please. This is Version 4.0

creating shortcut for run as different user

$
0
0

How to create shortcut for AX client to open as run as different user (when double click the shortcut the login form asking for username and password appears)?

DataContract in AX

$
0
0

Hello,

I need some guidelines using DataContract class with [datamember] clauses in Dynamics AX - For Serialization.

Thanks :)

Hotfix (KB2852252) installation is not getting reflected fully

$
0
0

Hi Guys,


I have installed the hotfix KB2852252 above AX2012R2CU6 but the strange issue am facing now is, modified customization in VAR layer are not reflected and the hotfix is only reflected in where we did not do any modifications.
But right now i found a temporary solution to fix this kind of issue is to remove the VAR layer modifications first and then compiling the base objects will reflects my hotfix changes from the SYP layer and then am moving the VAR customizations again.
I just want to know is this a normal behavior of hotfix or any other alternative is there to fix these kind of issues.

Thanks in advance

Running Report from X++ Code

$
0
0

I am attempting to use the code show below to run the Inventory Value report from code. However, when I check the parameters collection, it is empty; and then I get parameter doesn't exist errors when I try to set parameter values. What am I missing here?

 

SrsReportRunController controller;

Map parms;

 

controller = new SrsReportRunController();

controller.parmLoadFromSysLastValue(false);

controller.parmReportName(ssrsReportStr(InventValue, Report));

controller.parmShowDialog(false);

parms = controller.parmReportContract().parmRdlContract().getParametersMap();

controller.parmReportContract().parmRdlContract().setValue('InventValue_FromDate', 1\7\2013);

Invoiced Packing Slip

$
0
0

How do you determine whether a packing slip (i.e., CustPackingSlipJour) has been Invoiced? What is the link between CustPackingSlipJour and CustInvoiceJour?

Pay rebates to customer

$
0
0

Hello, 

I struggling on how to send a check to refund customer rebates as mentioned in the tech net.

In tech net I have found this : Rebate ─ The Rebate type is typically processed by sending a check to the customer or by deducting the rebate amount from the customer's invoice.

Could someone tell me how to achieve this ?

Thanks,


Recurring Batch Job for Ending Production Orders

$
0
0

Hi Everyone,

I am attempting to create a recurring batch job to End production orders.  In the query form I simply want to specify to end any production orders that have a "Reported as finished" date of the current date minus 2 days.  Based on this requirement I have set it up like the below image.

The problem here is that if today is 9/17/2014, and I have the first run of the batch job schedule for tonight, it will run successfully and end the production orders for 9/15/2014.  However, when it runs again tomorrow on 9/18/2014, it will once again try to end the production orders from 9/15/2014 when I am wanting it to end the production orders for 9/16/2014.

It feels as if the query does not keep refreshing the (Day(-2)) parameter.  Any thoughts?

Thanks,

Jim

The "XXX"Parameters is missing a value.

$
0
0

Customized reports with parameter. I've set Allow blank & Nullable  to True under properties in VS & deployed the report. When report is run on client, all the fields show up & no corresponding values of these fields are populated. Any ideas?

Running AX 2012 R3 & Visual Studio 2010.

Thanks in advance!

Customer - Account Statement

$
0
0

Hi,

AX offers the possibility to specify how often a customer should receive an account statement in the "account statement" field that can be found in the customer table  (misc. details section).

If I am printing account statements by using a batch job in the AR-module does AX take care of the value entered in the "account statement" field in the customer record?

As an example, I setup a batch job that prints external customer account statements every week.For some specific customers I would like to have the statement printed every 3 month only that I specified in the account statement field of the customer by selection the value "quarter".

Hope somebody can help.

Many thanks,

Ludwig 

Budget Parameters - AX 2012 R2

$
0
0

Hi,

What is purpose of Allocation Key in Budget Module - Setup - Parameters? Is it mandatory?

Regards

Anand

 

 

Multiple Chart of Accounts (COA) for one company in AX R3

$
0
0

Business user here.  My company is in the process of implementing a global chart of accounts.  We currently have one company in Belgium that has a chart of account that is consistent with local statutory requirements (the number sequencing).  For global consistency and consolidating, we would like to get this company on a global chart of accounts.  Is it possible to have one company with two chart of accounts?  For example, is there a way to view the trial balance by more than one chart of account- the local COA for regulatory requirements in Belgium, but the global COA for global reporting?  Ideally, it would be nice to do some behind the scene mapping to the global chart of account, and click a button to see the TB in either COA.

My experience is mainly in SAP and I know the chart of account flexibility is used often by companies- specifically for global and local chart of accounts.  Is this possible?  What are other users doing for their global chart of accounts- would like to hear best practices by other companies and would love to receive suggestions by business users and developers. 

Thanks in advance for any help!

Steven

Viewing all 72043 articles
Browse latest View live


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