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

how to get Mainaccount name from Ledger Dimension AX 2012

$
0
0

plz somebody help me to get the name of Main Account from Segmented Entry control


Trade Agreements

$
0
0

What is the process for inputting trade agreements in a customer account file? What screen do you go to and what are the specific steps.

AX 2009 Enterprise Portal home page

$
0
0

When our portal is accessed on some devices, it opens a mobile site.  How do I disable the mobile site URL?  or change it so that it opens the full site?

Sales quotation is not taking trade agreement sales price

$
0
0

Hi,

When I create a sales quotation line, which has another currency selected, the line does not take the sales price info from trade agreements, what is the parameter that enables this? 

Converting localTime to UTC in Pacific Time zone results in odd DST shifts

$
0
0

The code below, using today as the starting date, goes back one day at a time, converting localTime to UTC time in the Pacific Time zone.  This list should result in "1 hour" offsets in March and November, but this does not seem to be the case as follows (selected results - only when a change occurred):

Circumvention: change the timezone to Arizona.

Environment: AX 2012 CU6 running on Server 2012, Client is Win7: all set with Pacific Time zone.

Any cogent theories?

2015

localDateTime: 1/25/2015 01:09:12 pm    utcTime: 1/26/2015 01:09:12 am  (January?)

localDateTime: 1/24/2015 01:09:12 pm    utcTime: 1/25/2015 02:09:12 am

 

2014

localDateTime: 11/2/2014 01:09:12 pm    utcTime: 11/3/2014 02:09:12 am  (3hrs?)

localDateTime: 11/1/2014 01:09:12 pm    utcTime: 11/1/2014 05:09:12 pm

 

localDateTime: 3/9/2014 01:09:12 pm    utcTime: 3/9/2014 05:09:12 pm  (3hrs?)

localDateTime: 3/8/2014 01:09:12 pm    utcTime: 3/9/2014 01:09:12 am

 

localDateTime: 1/26/2014 01:09:12 pm    utcTime: 1/27/2014 01:09:12 am  (January?)

localDateTime: 1/25/2014 01:09:12 pm    utcTime: 1/26/2014 02:09:12 am

 

2013

localDateTime: 11/3/2013 01:09:12 pm    utcTime: 11/4/2013 02:09:12 am  (3hrs?)

localDateTime: 11/2/2013 01:09:12 pm    utcTime: 11/2/2013 05:09:12 pm

 

localDateTime: 3/10/2013 01:09:12 pm    utcTime: 3/10/2013 05:09:12 pm  (3hrs?)

localDateTime: 3/9/2013 01:09:12 pm    utcTime: 3/10/2013 01:09:12 am

 

localDateTime: 1/19/2013 01:09:12 pm    utcTime: 1/20/2013 01:09:12 am

localDateTime: 1/18/2013 01:09:12 pm    utcTime: 1/19/2013 02:09:12 am  (January?)

 

2012

localDateTime: 11/4/2012 01:09:12 pm    utcTime: 11/5/2012 02:09:12 am   (3hrs?)

localDateTime: 11/3/2012 01:09:12 pm    utcTime: 11/3/2012 05:09:12 pm

static void JMC_LocalDateTimeToUTC(Args _args)
{

utcDateTime localDateTime;
utcDateTime utcTime;
int x;

localDateTime = DateTimeUtil::applyTimeZoneOffset(DateTimeUtil::getSystemDateTime(), DateTimeUtil::getUserPreferredTimeZone());

for (x = 1; x < 1000; x++)
    {
    localDateTime = DateTimeUtil::addDays(localDateTime, -1);
    utcTime = DateTimeUtil::applyTimeZoneOffset(localDateTime,
    DateTimeUtil::getTimeZoneOffset(localDateTime, DateTimeUtil::getUserPreferredTimeZone()));
    info(strfmt("localDateTime: %1    utcTime: %2", localDateTime, utcTime));
    }
}


Dynamics AX Connector for mobile apps: cannot connect to servicebus

$
0
0

Hello,

I have followed the white paper to configure a server and dynamics ax for mobile apps.

So far so good...

But when starting the connector it returns me the error: Unable to reach <servicebus>.windows.net via TCP(9351, 9352) or HTPP (80,443)

Anyone has done this before?

Firewall is disabled.

And I can connect to the xml stored at: https://<name>-sb.accesscontrol.windows.net/FederationMetadata/2007-06/FederationMetadata.xml

Thanks in advance

Kinds regards

Mathieu

Enterprise Portal Forms-based Authentication Failing

$
0
0

I'm experiencing authentication issues with a customer facing Development EP Site built to use Forms Based Authentication following the Technet Article "Deploy an Enterprise Portal site that uses forms-based authentication [AX 2012]" https://technet.microsoft.com/EN-US/library/hh575253.aspx#configurecerts 

The Development Environment consists of an AOS Server with DB also hosting an Internal EP Site on SP2013 Foundation Edition, and in a separate SP Farm an Extranet SharePoint 2013 Enterprise Edition App + DB Server. An associated WFE located in a DMZ exists but this has excluded in the initial installation tests.

I have been very careful to follow the guide document and have been rechecking multiple times.

Windows Authentication using the Installer User Account works, but other registered AX AD Users with System Admin Roles receive an Access Denied error.  The denied users are however able to access the Internal EP Site hosted on the AOS Server.

Claims users have been successfully created using the Dynamics AX 2012 Management Shell appearing in the aspnetdb and Dynamics AX Users List.  Roles have been added to the accounts.

I've captured ULS Logs from each authentication attempt but my experience and knowledge of SharePoint doesn't extend to pinpointing the root cause of the issue. 

I do see a great number of errors of the type: Exception trying get context compatibility level: System.IO.FileNotFoundException: https://server.domain:5000/_login/default.aspx?ReturnUrl=%2fsites%2fDynamicsAx%2f_layouts%2fAuthenticate.aspx%3fSource%3d%252Fsites%252Fdynamicsax&Source=%2Fsites%2Fdynamicsax could not be found in the Web application SPWebApplication Name=DynamicsAxEP - 5000. at Microsoft.SharePoint.SPSite.LookupSiteInfo(SPFarm farm, Boolean contextSite, Boolean swapSchemeForPathBasedSites, Uri& requestUri, Boolean& lookupRequiredContext, Guid& applicationId, Guid& contentDatabaseId, Guid& siteId, Guid& siteSubscriptionId, SPUrlZone& zone, String& serverRelativeUrl, Boolean& hostHeaderIsSiteName, Boolean& appWebRequest, String& appHostHeaderRedirectDomain, String& appSiteDomainPrefix, String& subscriptionName, String& appSiteDomainId, Uri& primaryUri) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextCompatibilityLevel(Uri requestUri)

Exception trying get context compatibility level: System.IO.FileNotFoundException: The site https://server.domain:5088/_Layouts/FormsAuth/Login.aspx?wa=wsignin1.0&wtrealm=urn%3aserver%3aFormsAuth&wctx=https%3a%2f%2fserver.domain%3a5000%2fsites%2fDynamicsAx%2f_layouts%2fAuthenticate.aspx%3fSource%3d%252Fsites%252Fdynamicsax could not be found in the Web application SPWebApplication Name=DynamicsFormsSTS - server.domain-5088. at Microsoft.SharePoint.SPSite.LookupSiteInfo(SPFarm farm, Boolean contextSite, Boolean swapSchemeForPathBasedSites, Uri& requestUri, Boolean& lookupRequiredContext, Guid& applicationId, Guid& contentDatabaseId, Guid& siteId, Guid& siteSubscriptionId, SPUrlZone& zone, String& serverRelativeUrl, Boolean& hostHeaderIsSiteName, Boolean& appWebRequest, String& appHostHeaderRedirectDomain, String& appSiteDomainPrefix, String& subscriptionName, String& appSiteDomainId, Uri& primaryUri) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextCompatibilityLevel(Uri requestUri)

From what I could find this error related to Web Applications without a Site Collection, which is appears to be the case for the STS Site. I'm not sure about how the Login page has been added to the EP Web Application.

Any suggestions from those who have successfully deployed EP with Forms-based authentication would be gratefully received. Many thanks in advance.

Allow Location Blank Receipt in R3 using warehouse managment

$
0
0

I would like to be able to post a product receipt without entering a location.  I am using Advance WMS features but not using mobile devices.  Receiving is done within the PO.  My Storage Dimension group has the "Use Warehouse Management Processes" box checked and I have a default receipt location indicated for the warehouse.  I have also assigned a default receipt location at the item level in Warehouse Items.

When I indicate a location on the PO line. I am able to post the PR without issue.  However, I don't want to have to require the user to input the location for each line.


Index on AX2009

$
0
0

Hi!

I have been searching for some information about building index on tables into AX2009, and in deed I have found The best practices. The thing is that there are certain kind of information that I cannot explain. Below:

The advantages of indexes are as follows:

  • Their use in queries usually results in much better performance.

  • They make it possible to quickly retrieve (fetch) data.

  • They can be used for sorting. A post-fetch-sort operation can be eliminated.

  • Unique indexes guarantee uniquely identifiable records in the database.

The disadvantages of indexes are as follows:

  • They decrease performance on inserts, updates, and deletes.

  • They take up space (this increases with the number of fields used and the length of the fields).

  • Some databases will monocase values in fields that are indexed.


Can someone understand it?

Thanks

Best Regards.

Lead/Opportunity relation with Item (Product)

$
0
0

In AX, how can I associate the product a customer is interested in with a LEad or Opportunity? I seem to be missing something obvious :|

Configure Enterprise Portal for Internet Facing Deployment IFD

$
0
0

Is it possible to use the ADFS (https://technet.microsoft.com/en-us/library/dn621030.aspx) for the Internet Facing Deployment to publish the Enterprise Portal online?

I read this article on Technet (https://technet.microsoft.com/en-US/library/dd361998(v=ax.50).aspx) and it recommends to setup a perimeter network for Enterprise Portal, but why don't use the ADFS instead? Just like the Dynamics CRM IFD setup. 

Pallet Transports for Quarantine Order

$
0
0

Hi,

It will be great if anyone can suggest a method to create a pallet transport when quarantine orders are started to move pallet from order location to quarantion warehouse location.

Currently system directly moves the pallet to the quarantine warehouse default receipt location or the location put on the quarantine order for quarantine warehouse.

Practically this creates a discrepancy since the system thinks that the pallet is in quar warehouse but physically it is still in the original location.

Thanks

Dynamics Ax 2012 R3 Retail Online store log in email character limit

$
0
0

i have contoso website up and running, but when creating new email it doesn't take more than 10 character for email id. how do i change character limit on it?

How can i tie existing Ax account to online store login?

$
0
0

we are trying to figure out how customer can login to online store using their existing account number in Ax? Thanks!! 

Synch service error while inStalling CDX 2012 r3

$
0
0

Hi All, 

Can you please help me on this,

I am trying to install retail components with cdx, while installing i am getting following error here are logs and snapshot

[2/17/2015 10:53 AM] Ranjith Kumar Kalakuntla:

https://technet.microsoft.com/en-us/library/hh597262.aspx

We saved this conversation in the Conversations tab in Lync and in the Conversation History folder in Outlook.

[2/17/2015 11:04 AM] Ranjith Kumar Kalakuntla:

 
 
 

[2/17/2015 11:06 AM] Ranjith Kumar Kalakuntla:

 
 
 

[2/17/2015 11:06 AM] Ranjith Kumar Kalakuntla:

 
 
 

2015-02-17 10:29:45Z         Running Msiexec.exe with these parms: /i "<C:\Srinivas\Ax 2012 R3\MSI\CommerceDataExchangeSynchService64\CommerceDataExchangeSynchService64.msi>" /qb! /l*v "<C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17 10-04-57\CommerceDataExchangeSynchService64 Log.txt>" DIRECTEXECUTE=1 /norestart INSTALLDIR="C:\Program Files\Microsoft Dynamics AX\60" INSTALLDIR32="C:\Program Files (x86)\Microsoft Dynamics AX\60" DBSERVERNAME="WIN-TM2L47OQ911\AX2012R3" DATABASENAME="MicrosoftDynamicsAX" SERVICEUSERNAME="Test\yada" SERVICEPASSWORD="********"

2015-02-17 10:29:45Z         Running synchronously.

2015-02-17 10:30:14Z         An error occurred during setup of Synch Service.

2015-02-17 10:30:14Z         For more information see: <C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17 10-04-57\CommerceDataExchangeSynchService64 Log.txt>

2015-02-17 10:30:14Z         Common Property Install Path set to '<C:\Program Files\Microsoft Dynamics AX\60>'.

2015-02-17 10:30:14Z         Installation Path retrieved from registry. Value: '<C:\Program Files\Microsoft Dynamics AX\60>'

2015-02-17 10:30:14Z         Additional information may be available in the InstallLog files under: <C:\Program Files\Microsoft Dynamics AX\60\Setup>

2015-02-17 10:30:14Z         Additional information about Retail configuration may be available in the log files under: <C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17> 10-04-57

2015-02-17 10:30:14Z         Component installation task completed with one or more warnings.

2015-02-17 10:30:14Z         Common Property Install Path set to '<C:\Program Files\Microsoft Dynamics AX\60>'.

2015-02-17 10:30:14Z         Installation Path retrieved from registry. Value: '<C:\Program Files\Microsoft Dynamics AX\60>'

2015-02-17 10:30:14Z         Running Msiexec.exe with these parms: /i "<C:\Srinivas\Ax 2012 R3\MSI\CommerceDataExchangeReal-timeService\CommerceDataExchangeReal-timeService.msi>" /qb! /l*v "<C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17 10-04-57\CommerceDataExchangeReal-timeService Log.txt>" DIRECTEXECUTE=1 /norestart INSTALLDIR="C:\Program Files\Microsoft Dynamics AX\60" INSTALLDIR32="C:\Program Files (x86)\Microsoft Dynamics AX\60" CONFIGURE="0" CONFIGLOGFILE="C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17 10-04-57\CommerceDataExchangeReal-timeServiceConfigure.txt" APPPOOLPASSWORD="********"

2015-02-17 10:30:14Z         Running synchronously.

2015-02-17 10:30:16Z         Additional information about Retail configuration may be available in the log files under: <C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17> 10-04-57

2015-02-17 10:30:16Z         Component installation task completed with one or more warnings.

2015-02-17 10:30:16Z         Common Property Install Path set to '<C:\Program Files\Microsoft Dynamics AX\60>'.

2015-02-17 10:30:16Z         Installation Path retrieved from registry. Value: '<C:\Program Files\Microsoft Dynamics AX\60>'

2015-02-17 10:30:16Z         Running Msiexec.exe with these parms: /i "<C:\Srinivas\Ax 2012 R3\MSI\CommerceDataExchangeAsyncClient\CommerceDataExchangeAsyncClient.msi>" /qb! /l*v "<C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17 10-04-57\CommerceDataExchangeAsyncClient Log.txt>" DIRECTEXECUTE=1 /norestart INSTALLDIR="C:\Program Files\Microsoft Dynamics AX\60" INSTALLDIR32="C:\Program Files (x86)\Microsoft Dynamics AX\60" CONFIGURE="0" CONFIGLOGFILE="C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17 10-04-57\CommerceDataExchangeAsyncClientConfigure.txt" DATASTOREUSERPASSWORD="********" SERVICEPASSWORD="********"

2015-02-17 10:30:16Z         Running synchronously.

2015-02-17 10:30:18Z         Additional information about Retail configuration may be available in the log files under: <C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2015-02-17> 10-04-57

2015-02-17 10:30:18Z         Component installation task completed with one or more warnings.

2015-02-17 10:30:18Z         Checking the following prerequisites:

2015-02-17 10:30:19Z         S260FinishedInfo

 


Microsoft Dynamics AX Solutions Excellence Certification Program

$
0
0

The Microsoft Dynamics AX Solutions Excellence Certification Program enables Microsoft Dynamics partners and individuals to achieve the highest level of certification on Microsoft Dynamics AX 2012. The Microsoft Dynamics AX Solutions Excellence Certification Program is aimed to help you:

  • Distinguish partner organization and employees from the competition, and show your level of expertise to customers.
  • Demonstrate company’s ability to provide proven, high-quality Microsoft Dynamics AX implementations.
  • Provide employees with a learning path to attain the highest level of Microsoft Dynamics AX certification.
  • Provide customers with best-in-class Microsoft Dynamics AX technical resources.

Beginning in H2 FY14, Microsoft Dynamics will be launching the exams for two out of the three AX Solutions Excellence Certification Program tracks, enabling Microsoft Dynamics partners and individuals to achieve the highest level of certification on Microsoft Dynamics AX 2012.

Three tracks will be available for differentiation:

  • Development Excellence Certification
  • Technical Solutions Architecture Excellence Certification
  • Functional Solutions Architecture Excellence Certification

To prepare for the Microsoft Dynamics AX Solutions Excellence Certification Program exams, individuals within Microsoft Dynamics partner organizations can follow the AX Solutions Excellence Certification Program Roadmap as outlined below:

  • Step 1: Attend recommended Foundation in-person training courses
  • Step 2: Attend recommended Industry in-person training courses
  • Step 3: Become certified on Microsoft Dynamics AX 2012
  • Step 4: Attend recommended Advanced Workshops
  • Step 5: Once available, take the Microsoft Dynamics AX Solutions Excellence Certification Program exams for Development (H2 FY14), Technical Solutions Architecture (H2 FY14), and Functional Solutions Architecture (FY15) tracks.

Microsoft also announced the Microsoft Dynamics® AX 2012 Enterprise Academy. The Enterprise Academy is a comprehensive technical training program designed to enable enterprise partners and customers to accelerate their technical and functional capabilities to successfully sell and implement Microsoft Dynamics AX 2012 solutions.

More Information can be found on Partnersource.

AX 2012 (R2) - AOS WCF Network Load Balancing

$
0
0

AX 2012 adds a new end point to every AOS instance to provide System and Custom WCF Services. This is an addition to the Remote Procedure Call (RPC) end point we have had since AX 4.0. RPC is covered by the AX internal Load Balancing functionality (Connection Oriented scheme). To provide redundancy at the WCF level, Windows Network Load Balancing (WNLB) or similar technology (appliances etc.), is required to be able to address a set of AOS instances as a common resource (virtual IP/cluster name).

Question 1

  • Does the AX Windows Client (and other AX components like Reporting Extentions, Enterprise Portal etc.) secure that the RPC connection and the WCF end point is provided from the same AOS instanceOR could the connection end up having the RPC connection at one AOS instance and the WCF end point on another AOS instance?

For AOS instances only handling integration load utilizing WCF Services (no interactive user load), I can see the logic of using WNLB...I can also see the logic if the AX Windows Client and Business Connector in fact can have the RPC connection against one AOS instance and the WCF end point against another AOS instance, but...

Question 2:

  • What happens if a user is connected to one AOS instance (both RPC and WCF) and the WCF end point fails? I guess the user has to log off and on again to reestablish a valid end point for the WCF communication (Metadata, Session and Query Service), but this is only a guess. 

I don't have the luxory of running a lab for this "real life" scenario and I hope someone can help me understand this a little bit better.

 

Reference:

Configuring network load balancing for services [AX 2012]

 

Project model and sub-model functionality?

$
0
0

When adding forecasts to a budget sub-model in the project module the 'parent' model will not reflect the forecats numbers and amounts from the sub-model. Is that the intented functionality?

How is the suggested standard way of using sub-models in the project module then?

I would like to give the users the possibility to add detailed forecasts into sub-models in the project module and then having these added up in the 'parent' model for estimation, POC calculation etc.

This will give me the flexibility to add details to a budget using sub-models and still have the project module use the main model for estimation, POC etc. etc.

Any thoughts on this?

Want to know Global Address Book Parameters.

$
0
0

Hi,

I want to know deep about Security policy options, which is present on Global Address Book Parameters form in AX 2012 R3.

it will be more  helpful if anyone can explain with the proper example.

Thanks

How to load data in form asynchronous?

$
0
0

Hi community,

Here is my Scenario in AX 2012 R2 CU1:

I have a form where a calculation data on server, pack the data into container and then load the data on client from the container to the form.

Now I want to change the data loading to an asynchronous process to not block the form while loading the data.

My preferred process is:

1. Call the asynchronous process to load the data from form

2. When the asynchronous process finished, there should be a callback to form

3. The triggered call back should load the data from asynchronous filled container to the form

Has anyone a solution, white paper or example from AX standard on how to do it?

Thanks,

Paul

Viewing all 72043 articles
Browse latest View live


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