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

Help Server Installation with multiple instances AX2012R2

$
0
0

Hi,

I want to install the AX Helpserver for one instance. I have a server with four AX instances, but only the last two are activ. When I start the setup fails with: WSDL URI not accessible

I see the fault, the Setup tries to connect to the wrong WSDL Port ( http://server1:8101/DynamicsAx/Services/MetadataService ), that is one of the two old instances. How can I say the Setup to get the correct WSDL Port (8104)?


Ax module

$
0
0

Is this possible to delete the whole module or or change the name of module form client access????   

that client has admin rights!!!

Geocoding Dynamics AX Postal Addresses

AX 2012 R2 CU6 Retail POS custom

$
0
0

Hi all,

I need to add custom fields onto RetailTransactionTable and RetailTransactionSalesTrans.

After I added custom fields, I tried to run P job.

I get error telling that "Field statementId does not exist in table RetailTransactionSalesTransX."

Then I compared table RetailTransactionSalesTransX with RetailTransactionSalesTrans,  added all missed fields from RetailTransactionSalesTrans to RetailTransactionSalesTransX.

as well as RetailTransactionTableX table.

Then I ran the P job again, got another error.

2013.7.23 16:15:35:943 (10920) [1] CCommMgr::HandleException: Target request handler failed to process target request header: Microsoft.Dynamics.Retail.StoreConnect.Request.AXHandler.SCAXRequestHandlerException: AX target request handler failed to process request: AX Managed Interop failure. ---> Microsoft.Dynamics.AX.ManagedInterop.ErrorException: Error when bulk inserting data. Target table: RetailTransactionSalesTransX

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: The given ColumnMapping does not match up with any column in the source or destination.

  at System.Data.SqlClient.SqlBulkCopyColumnMappingCollection.Add(SqlBulkCopyColumnMapping bulkCopyColumnMapping)

  --- 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.ManagedInterop.ClrBridgeImpl.InvokeClrInstanceMethod(ClrBridgeImpl* , ObjectWrapper* objectWrapper, Char* pszMethodName, Int32 argsLength, ObjectWrapper** arguments, Boolean* argsAreByRef, Boolean* isException)

  at Microsoft.Dynamics.AX.ManagedInterop.Object.CallWithReturnType(String methodName, Type returnType, Object[] paramList)

  at Microsoft.Dynamics.AX.ManagedInterop.Object.Call(String methodName)

  at Microsoft.Dynamics.Retail.StoreConnect.Request.AXHandler.SCAXTargetRequestHandler.ProcessTargetRequestHeader(ISCTargetRequestHeader targetRequestHeader)

  --- End of inner exception stack trace ---

  at Microsoft.Dynamics.Retail.StoreConnect.Request.AXHandler.SCAXTargetRequestHandler.ProcessTargetRequestHeader(ISCTargetRequestHeader targetRequestHeader)

  at CCommMgr.ProcessTargetRequest(CCommMgr* , basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t> >* r_file_path, SCComponentManager scComponentManager)

Is it possible to add custom fields to RetailTransactionTable and RetailTransactionSalesTrans tables, and make the P job working correctly?

Thanks,

Alan

AX 2012 Project server 2010, worker rates

$
0
0

hello,

just faced (small?) issue with worker rates synchronization between ax2012 and project server 2010; seems that worker's price is being synchronized, but it falls into DAX_Resource_03_CostPrice field in PS, not in the one where resource's price is listed; as a result I have:

- resource price is being transferred from ax to ps, but

- resource price in ps is still sero, as

- resource price is not in 'resource price' field in ps, but in 'DAX_Resource_03_CostPrice'

Anyone faced this problem also? Is it expected behavior? If so, how to manage to have resource price from ax available in right field in ps? If there is SYNCINTEGRATEDFIELDS table to be used, what value should be used instead of DAX_Resource_03_CostPrice?

regards

Tomasz

Purchase order import in AX 2012 - tables

$
0
0

Hi All ,

We need to import the 1000- 1500 Purchase orders in AX 2012 during Go-Live process . My question is what are all the tables that we need to consider to  import the Purchase order data .

What is the best to find out the tables in AX 2012 . Is there any official document is available ?

Thanks in advance.

Combo Box Filter Creating New Record?

$
0
0

Hi all,

        I have combo box which filters the grid. The combo box having elements like All,Open,Posted. All filters are working fine except 'Open' When i try to filter the open records in the grid it was filtering but automatically creating a new record. Please can any one assist me.

My code in executequery() is,

public void executeQuery()

{

   if(AllOpenPosted.valueStr() == enum2str(AllOpenPosted::Posted))

      rangePosted.value(SysQuery::value(queryValue(NoYes::Yes)));

   else if(AllOpenPosted.valueStr() == enum2str(AllOpenPosted::Open))

       rangePosted.value(SysQuery::value(queryValue(NoYes::No)));

   else

       rangePosted.value(SysQuery::valueUnlimited());

   super();

}

Copy setup data from one company to another company

$
0
0

In Microsoft Dynamics AX 2012 how to copy configuration and setup data from one environment to another environment. ?

Thanks in advance.


using Cascading parameters in ax2009 reports

$
0
0

Hi, 

Please help me out in finding the solution to my problem. This is very 
urgent. 

I am creating a AX 2009 SSRS report. In the report I have two 
parameters, based on the first parameter which is a drop down , the 
second 
parameter needs to be filtered with specific values. For eg AccountNum 
is the 
first parameter which displays all the CustomerId. Based on the 
AccountNum selected, the second parameter should display the 
AppointmentNumber. Can you 
let me know how to achieve this scenario. Is this scenario possible in 
AX 
2009 SSRS? 

Thanks in advance
Ankita 

AX2012 development environment Error

$
0
0

Hi AX guys,

 

In ax2012, system startup will start automatically when the compiler output,I try to open development environment by “ctrl+d”, does not create a new form, but rather directly loaded in the current environment, And regularly refresh compiler output

Hope any guys from AX world can help me with this.

 

 

Mandatory field error in AIF

$
0
0

Hi All,

I have modified existing HcmWorker document service to include the HcmPositionWorkerAssignment table. I have made the worker and position field as not mandatory by overriding the method in Ax class. When I am trying to create a record through .NET code, I am getting an error that Field position must be filled in, although on inbound port -> data policies button the field is not showing as required. I am passing the Position value through .NET code, but even then I am getting this error.

Does anyone have any idea how to resolve this issue.

AX2009 Workflow Approvals Reporting

$
0
0

I'm using BIDS and need to report on purchase requisition/order approvals (who approved what and when). I have difficulty in finding relevant table fields. Can someone help me.

Thanks,

Robert M.

AX2012 and Project Server 2010 integration

$
0
0

Hi,

I have installed AX + synchronization service on one server, and Project Server + synchronization proxy on another. When I'm trying to enable integration from "Microsoft Project Server integration settings" form, it gets stuck in "In progress" state. I noticed that whenever I click "Enable integration/Disable integration", this gets printed in the Event Viewer:

I followed this manual while installing the components: https://www.microsoft.com/en-us/download/details.aspx?id=15671

Any idea how to fix this?

Thanks!

Microsoft dynamics Ax WCF service.

$
0
0

 Hi, good efternoon.

I'm trying to connect the server client to the AOS server through visual studio, but it is giving the following error: unable to connect to microsoft Dynamics AX WCF service. Ensure the que Microsoft Dynamics AX AOS has fully startes and the request que WCF service is available. See the exception message below for details:

> Metadata contains a reference que can not be resolved: 'http://brsagaos03:8102/DynamicsAx/Services/MetadataService'.
  I have already pointed out the configuration utility for the instance and port wsdl corrte but still gives this error. Can you help me?

Thanks.

Journal lines offset account not functioning in grid

$
0
0

In the invoice journal lines form (Accounts Payable - Journals - Invoice Journal) the offset account segmented entry control in the overview grid does not seem to be working correctly.  When I make a selection in the control the selection does not update and the value in the grid remains blank.  If I enter a valid value with the keyboard it updates correctly. As a comparison for what I would expect to happen, under the 'General' tab on the same form the offset account control functions correctly.

Are these 2 controls expected to function the same?  Is there a bug in the control in the grid?  Is there some configuration that needs to happen to make it function correctly?


Chart of accounts sharing in AX 2012

$
0
0

I am new to AX2012 as I'm sure many folks are, and I'm very impressed with some of the functionality in the new version.  Especially around intercompany. 

But I'm struggling to accommodate what must be a common client requirement.  My client has 13 legal entities and wants to have a global chart of accounts with 80% global and 20% local for company-specific needs.  This I can accommodate easily using shared chart of accounts, and the company-specific flag Suspended. 

The next requirement is to have legal-entity specific financial dimension rules.  Account structures can be used for financial dimension rules, but when I apply them to the Chart of Accounts I realize that they have to be global account structures, not local (company specific).  I can't have a rule such as "in company 1, business unit is required on all transactions, but that's not required in company 2"

There must be something I'm missing here.  The central issue is that the main accounts are not really global in nature, they are tied to a chart of accounts. 

The only way I can figure to accommodate this is importing multiple main accounts for each legal entity and from that building charts of account that have company-specific account structures.

Any guidance is appreciated.

 

MR for AX 2012 main accounts of type Total

$
0
0

Hi all,

I can't seem to get main accounts of type "Total" to appear in Management Reporter reports.

The account is not considered either inlines or columns

Is this supported?

Thanks.

Denis

Inventory Transfer Journals & Budget Rates

$
0
0

Has anyone come across an error when posting an Inventory Transfer Journal - 'Budget Rate not set"

Budget module is not being used

AX 2012 R2 CU6 install - Comparing layers

$
0
0

I have installed CU6 on an AX 2012 R2 environment that has customizations in the USR layer. I would like to compare the USR layer to the SYP layer to move changes up and preserve the modifications while also applying the CU6 fixes.

I tried using the Compare Layers tool (Tools -> Code upgrade -> Compare layers), but this does not let me select the appropriate layers. It appears to only work for an "old" layer, which does not exist.

I could go through the AOT and compare individual modified elements, but I should think there is an easier way.

Is there a way to create an upgrade project to merge my SYP and USR layer code?

AX 2012 R2 - Installation time.

$
0
0

I want to hear from the community about their installation experience:

  1. How many hrs. should clean install take:

a) Windows Server 2008 R2 installation on HyperV.

b) AX 2012 installation with default settings.

c) Testing phrase.

-And it's good to have some clue about what is est. time in hrs. if no errors needs to be resolved, and because it's very seldom to manage clean install without errors, how many days or hrs. should I secure to be prepared for resolving most common things in the installation phrase?

Viewing all 73760 articles
Browse latest View live