Hello,
I need to save a PDF file to a field in a new ax custom table.
Which should be the right EDT of this field? Have you any example of the code?
Thx
Hello,
I need to save a PDF file to a field in a new ax custom table.
Which should be the right EDT of this field? Have you any example of the code?
Thx
I’m working with Data Migration Framework Beta 2 with Dynamics AX 2012 R2 and SLQ Server 2012. I have two partitions (Initial & test). In Initial I have only the DAT Company.
Connected to the “Test” Partition I import to the staging tables the demo file “UnitOfMeasureEntity_Basic.txt” and it works correctly (“6 records inserted in staging”). When I go to “Execution history” and click in “View staging data” no records are shown and “Copy records to Target” will not work (“0 records inserted”).
If I make the same test in Partition “Initial” then it work correctly and the records are inserted in Target tables.
How I explain to DMF I’m working with partition other than “Initial”?
Thanks
Hello All,
I have a quite Complex Report (MorphX) where I should fetch data from 8 tables. Data from tables are fetch two times mostly into Report starting from upper of report. I tried to use approach where I defined two Bodys to those Tables whose data was needed into different part of report.
BUT it doesn't work properly. E.g. when report is using second Body of certain Table data is not shown and Report's layout is going wrong. How should this kind situation should be handled?
I attach image of my Report's Body's so you understand what I have done.
Best Regards,
Micahel
HI
Using a script how do I (batch file, powershell, sqlcmd - not sure what to use):
1) Add my own an X++ class and method to Dynamics AX AOT?
2) Update an existing AOT Application class method (for e.g. the LogUpdate method) with new X++ code (which will call the class\method I want to register in 1 above)?
Thanks
Hey all,
I am having an issue where core AX is installed, SSRS & EP are installed, but when trying to install SSAS it errors out with the following:
2013-03-15 09:17:39Z === Starting execution phase ===
2013-03-15 09:17:39Z Executing 'Analysis Services configuration' this pass.
2013-03-15 09:17:39Z Analysis Services configuration
2013-03-15 09:17:39Z Queueing for installation: Components
2013-03-15 09:17:39Z Component installation task completed successfully.
2013-03-15 09:17:39Z === Setting up Components ===
2013-03-15 09:17:39Z Checking the following prerequisites:
2013-03-15 09:17:39Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2013-03-15 09:17:39Z Installation Path retrieved from registry. Value: 'C:\Program Files\Microsoft Dynamics AX\60'
2013-03-15 09:17:39Z Running Msiexec.exe with these parms: /i "\\server1\ax media\AX\AX 2012 R2\MSI\Components64\Components64.msi" /qb! /l*v "C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2013-03-15 09-15-48\Components64 Log.txt" DIRECTEXECUTE=1 /norestart INSTALLDIR="C:\Program Files\Microsoft Dynamics AX\60" INSTALLDIR32="E:\Program Files (x86)\Microsoft Dynamics AX\60" ADDLOCAL="AnalysisServicesExtensions,NetBusinessConnector,ReportingServicesExtensions,ModelManagement,ClientConfig"
2013-03-15 09:17:39Z Running synchronously.
2013-03-15 09:17:50Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2013-03-15 09:17:50Z Installation Path retrieved from registry. Value: 'C:\Program Files\Microsoft Dynamics AX\60'
2013-03-15 09:17:52Z Checking if Client SDK call to generate WCF configuration is required ...
2013-03-15 09:17:52Z Skipping call to client SDK API. WCF settings already present in the registry.
2013-03-15 09:17:52Z Client SDK Call done.
2013-03-15 09:17:52Z === Setting up Analysis Services configuration ===
2013-03-15 09:17:52Z Creating a record in the BIAnalysisServer table with ServerName = 'SQL01\AX01'.
2013-03-15 09:17:52Z Error executing command: USE [MicrosoftDynamicsAX];
2013-03-15 09:17:52Z DECLARE @tableName NVARCHAR(64);
2013-03-15 09:17:52Z DECLARE @tableId int;
2013-03-15 09:17:52Z DECLARE @utilElementTypeTable AS INT;
2013-03-15 09:17:52Z SELECT @tableName = N'BIAnalysisServer';
2013-03-15 09:17:52Z SELECT @utilElementTypeTable = 44;
2013-03-15 09:17:52Z SELECT @tableId = [AxId] FROM [ModelElement] WHERE [ElementType] = @utilElementTypeTable AND [Name] = @tableName;
2013-03-15 09:17:52Z SELECT @tableId;
2013-03-15 09:17:52Z Invalid object name 'ModelElement'.
2013-03-15 09:17:52Z Error executing command: USE [MicrosoftDynamicsAX]; EXEC [sp_AddBIAnalysisServer] @serverInstanceName = N'SQL01\AX01', @recId = 5637147955
2013-03-15 09:17:52Z Could not find stored procedure 'sp_AddBIAnalysisServer'.
2013-03-15 09:17:52Z Changed database context to 'MicrosoftDynamicsAX'.
2013-03-15 09:17:52Z Updating OLAP Data Source.
2013-03-15 09:17:52Z Adding the Microsoft Dynamics AX .NET Business Connector proxy to the SQL Server Analysis Services Administrator role.
2013-03-15 09:17:52Z The user Domain\AxProxy has been added successfully to the SQL Server Analysis Services Administrator role on SQL01\AX01.
2013-03-15 09:17:52Z Analysis Service Extension was not configured. An unknown issue occurred. Please contact your administrator.
2013-03-15 09:17:52Z Registering tracing manifest file "C:\Program Files\Microsoft Dynamics AX\60\Server\Common\TraceProviderCrimson.man".
2013-03-15 09:17:52Z WEvtUtil.exe install-manifest "C:\Users\axadmin\AppData\Local\Temp\3\tmpB5F1.tmp"
2013-03-15 09:17:52Z **** Warning: Publisher {8e410b1f-eb34-4417-be16-478a22c98916} is installed on
2013-03-15 09:17:52Z the system. Only new values would be added. If you want to update previous
2013-03-15 09:17:52Z settings, uninstall the manifest first.
2013-03-15 09:17:52Z
2013-03-15 09:17:52Z
2013-03-15 09:17:52Z Tracing manifest file has been registered successfully.
2013-03-15 09:17:52Z ******************************************************************************************************
2013-03-15 09:17:52Z Component installation task stopped due to an error.
This is AX 2012 R2 running on SQL server SP1 CU2 (11.0.3339).
The admin user running the installer clearly has installed the other components fine.
I've gone over technet.microsoft.com/.../gg731841.aspx a few times and don't think I missed anything. Has anyone else seen this?
I also have a few developer workstations (standalone) with the same error going on.
Error executing command: USE [MicrosoftDynamicsAX]
Error executing command: USE [MicrosoftDynamicsAX]; EXEC
Could not find stored procedure 'sp_AddBIAnalysisServer'.
Analysis Service Extension was not configured. An unknown issue occurred. Please contact your administrator.
Component installation task stopped due to an error.
when we create Blanket order in AR, we create many release order, but i want know if is it possible to invoiced all of these release order with one Invoice means have all of packing slip in one invoice?
Hi,
Has anyone configured RapidStart to use for their own organisation rather than a customer.
Currently my customer list only shows those that are registered in the US?
Thanks
Simon
Hi All,
Facing the issue during step to Load my RapidStart Project to AX client........
During the loading process I get the following message:
Error streaming file to client.
Can anyone help me out with this error message of "Error streaming file to client.
The server was unable to process the request due to an internal error."
Regards,
While attempting to use Main accounts_Services template in the General Ledger I am finding that column ‘P’ has a required field that is called ‘Reference’, it is proving very allusive to track down what reference it is looking for. Below are 2 of the errors, the first was to long, and the second is if the field is blank. I did expect the second error for a required field except by default the field is blank in the downloaded default template. Can anyone point me to some documentation for this template or tell me what table/column this is?
Infolog: MainAccount.createList Line=3, Pos=4, Xpath=/MainAccount/MainAccount[1] The value in field LedgerChartOfAccounts is invalid.Field 'Reference' must be filled in.
Error found when validating record.Field 'Reference' must be filled in.
Error found when validating record. MainAccount.createList Line=15, Pos=4, Xpath=/MainAccount/MainAccount[2] The value in field LedgerChartOfAccounts is invalid.Field 'Reference' must be filled in. Error found when validating record.Field 'Reference' must be filled in. Error found when validating record. MainAccount.createList Line=27, Pos=4, Xpath=/MainAccount/MainAccount[3] The value in field LedgerChartOfAccounts is invalid.Field 'Reference' must be filled in. Error found when validating record.Field 'Reference' must be filled in. Error found when validating record. MainAccount.createList Line=39, Pos=4, Xpath=/MainAccount/MainAccount[4] The value in field LedgerChartOfAccounts is invalid.Field 'Reference' must be filled in.
Error found when validating record.Field 'Reference' must be filled in.
Error found when validating record.
Error generated if it is blank (and by default the field is blank in the default template)
Infolog:MainAccount.createListLine=3, Pos=4, Xpath=/MainAccount/MainAccount[1] The value in field LedgerChartOfAccounts is invalid.Field 'Reference' must be filled in. Error found when validating record.Field 'Reference' must be filled in. Error found when validating record. MainAccount.createList Line=18, Pos=4, Xpath=/MainAccount/MainAccount[2] The value in field LedgerChartOfAccounts is invalid.Field 'Reference' must be filled in. Error found when validating record.Field 'Reference' must be filled in. Error found when validating record. Creation has been canceled.Message:Creation has been canceled.Reason:Creation has been canceled.Details/Error in fields:,
So the .net business connector work when i have it on network remote machine but when i move to a stand alone network i keep getting server unavailable both ax and the .net business are install on it. I checked the ax configuration for .net business connector and is correct i can open the client i just can't access the server using the .net business connector?
Check out the new starter kit for building Dynamics AX 2012 Windows 8 Apps!
http://startwin8daxapp.codeplex.com/
Looking forward to Convergence 2013 in New Orleans! Our company Consulting4CRM (C4CRM) focuses on CRM & SharePoint Implementation and Custom Development. We are actively seeking partner alliances with MS Dynamics Partners that either do not have CRM capability in-house, or have resource constraints due to the success of their CRM practice.
If either of these scenarios exists for your organization, please contact me to set up a time to talk at Convergence.
Please also check out our Sync4CRM Product , Innovation that addresses several of the V4 to CRM 2011 user and data migration/integration issues www.proserv4crm.com/.../sync4crm.aspx
See you in New Orleans!
Michael White
Consulting4CRM
mwhite@proserv4crm.com
(510) 912-0929
www.proserv4crm.com
I'm having error (mentioned below) when I'm running MR Trial Balance on certain Ledger Account,
NOTE: I've already posted my error before on : https://community.dynamics.com/product/ax/f/33/p/61231/110840.aspx
And I've done all the suggested solution such as checking my MR version and make sure that all Ledger Accounts and Dimension Values are less than 10 Character width.
I feel frustrated because i've tried all the solution but the issue is still exist :(
I highly appreciate in advance any solution or hint
The Error
Event Type: Error
Event Source: Management Reporter Services
Event Category: None
Event ID: 0
Date: 11/5/2011
Time: 1:42:54 AM
User: N/A
Computer: AX-APP
Description:
Timestamp: 11/5/2011 1:42:54 AM
Message: Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.AX.Common.DataAccessException: SQL error occurred. ---> System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.AX.Data.ChartRequestDataAccess.InsertIntoChartValuesTable(DataConnector dataConnector, SqlConnection sqlConnection, ChartElementCollection chartCollection, ParametrizedQuery accountTableQuery, ChartDescriptorCollection additionalDescriptorCollection, TreeNode conditionTreeNode, String tableName, String entityDatabase)
--- End of inner exception stack trace ---
at Microsoft.Dynamics.Performance.DataProvider.Core.TraceManager.Publish(Exception sourceException, Boolean throwException)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.AX.Data.ChartRequestDataAccess.InsertIntoChartValuesTable(DataConnector dataConnector, SqlConnection sqlConnection, ChartElementCollection chartCollection, ParametrizedQuery accountTableQuery, ChartDescriptorCollection additionalDescriptorCollection, TreeNode conditionTreeNode, String tableName, String entityDatabase)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.AX.GLProvider.PopulateBalanceRowTable(DataConnector dataConnector, SqlConnection sqlConnection, BalanceRowCollection balanceRows, String balanceRowTableName)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.AX.GLProvider.HandleBalanceRequest(GLBalanceRequest request)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.GLSystemProvider.HandleRequest(GLBalanceRequest request)
at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemRequest.Handle[TRequest](SourceSystemProvider provider, TRequest request)
at Microsoft.Dynamics.Performance.DataProvider.GeneralLedger.GLBalanceRequest.HandleRequest(SourceSystemProvider provider)
at Microsoft.Dynamics.Performance.DataProvider.Core.SourceSystemProvider.SubmitRequest(SourceSystemRequest request)
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
We are using Version 2.0.1700.66 of Management Reporter with AX2009 (version 5.0.1500.1313). AX version is not recent enough to be compatible with AX2012. We cannot upgrade to a more recent version of AX.
We are getting a DAE01 error in Management Reporter and because of it, the reports will not print for some companies in the Reporting tree (but mainly, it does not print for the consolidation company).
Any suggestion?
Thanks,
Pierre
I am new to AX within the last couple of months working for a Dynamics AX ISV were my role has been AX integrations with the ISV product. My question is along the lines of best practice or approach to implementing ISV layer models and changes to those models (bug fixes/enhancements/conflict resolution/ect.).
My first question is what is the best approach to making updates after the model is imported? I understand there is an ISP patch layer to the ISV layer but I have yet to use the ISP layer. I assume it requires the same development code license for access.
Second question is related to who is the owner of the development license code to generate an AX configuration file on the customer’s environment? Is this something the provider of the ISV product creates on the customer’s server using the ISV’s development code license? (In this case I would create the configuration file to update either the ISV or ISP layer.)
I am open to any comments or suggestions as my goal is to better understand the process and make sure I am following best practices.
(Mainly using AX 2012 as of now - no AX 2009 requirements)
Hi,
could anyone help me with updating (X++) default financial dimensios to "Fixed value"?
General ledger -> Common -> Main accounts -> select main account -> Edit -> Financial dimensions (Tab).
Any hints how to do that in the code?
Thank you!
hi,
I want to install AX Dynamics 2012 R2 on my personal laptop which does not have a domain account.
I have windows 8 - (single language) Operating System.
It gives me error while validating system requirement.
Error : Domain User Account.
Description: Log on with a domain account and restart Setup.
Please help if you have any solution to this problem.
hello guys, i get this error when i try to send an email broadcast to all ax users on my installation:
Method 'send' in COM object of class 'CDO.Message' returned error code 0x80040213 (<unknown>) which means: The transport failed to connect to the server.
when i check on the email parameters on sistem administration, setup,system, i have this configuration
What´s wrong?
thanks for your help ;)
I need to create purchase order manually with an override on the delivery address. Delivery address is no longer a purchtable field. There is the deliverypostaladdress field which links to the LogisticsPostalAddress table. When I create a PO manually, to override the address, I think I need to create a record in the LogisticsPostalAddress, is this right? What method can I use? I will be using a inventlocation address.
Hi,
this is Samson,
i have installed ax 2012 feature pack for Retail,
I have configured all the Profiles like AOS,DB Profile, Retail Store Connect Profile and tested the connection its working fine.
In AOS profile -> Ax Server details and Store Retail Store connect.
In DB Profile -> Store DB details and Store Retail Store connect.
Retail Store connect -> Store ServiceName,ServerName,PORT No 16758, and Transction service Profile defined correctly.
in DB Utility-->Store DB created, Offline DB created, Store id, terminal and Dataareaid also given which is created in AX.
But if i run the N-* Schedulers data was not receiveing in POS DB. can any one tell me what would be the issue?