Related Posts
  • Forum Post: AX 2012 Report Deployment fails

    After several successful AX 2012 Report deployments with Visual Studio, i'm phasing the following problem: 1) AOT SSRS Deploy Element: Infolog error says that report cannot be found in the AOT even it's visaully there 2) Visual Studio Report Deployment: Gives the following error: ...
  • Forum Post: Ax 2012 - Process Cubes - Error

    Why won't the cubes process in Ax 2012? I get the following error: Only dimension attributes and attribute relationships can have translations in Standard Edition. The were working, now they are not. Not good. Please help.
  • Forum Post: Installation of Report server for three aos of ax 2012 in the same machine

    Hi everybody, I am an ax developer and I have a question about the SSRS. My system administrator (he isn't a certified person in ax 2012 installation) has created a server with three aos. AOS LIVE (the effective customer environment) AOS PRE (the pre-production environment) AOS TST...
  • Forum Post: AX2012 - Multiple Vendor Invoices

    I'm implementing AX 2012 and have made several new Vendor Invoice reports (copies/modifications of VendInvoiceDocument). I then went into the Print Management Screen and set it up so that my new reports print instead of the default. However, no matter what I did I kept getting the default report...
  • Forum Post: AX 2012 - Deploy Report in Visual Studio for One Environment with more report server

    Hi everybody, I have a Physical Machine with 3 aos: -01 - PreProduction Environment Aos: linked with the report Server http://siteOfReportServer/ReportServer -02 - Live Enviroment Aos: linked with the report Server http://siteOfReportServer/ReportServer_AX02 -03 - Test Environment Aos: linked...
  • Forum Post: How to create dynamics ax 2012 report using OLAP datasource

    I'm already create Analysis Service outside dynamics ax. Need to create a report using OLAP data source in vs.2010. i got this error when i'm create dataset with AX OLAP and paste MDX Query inside. "THE MDX QUERY FOR THE OLAP DATA SOURCE IS NOT VALID. THE FOLLOWIG ERROR OCCURED......
  • Forum Post: AX2012 and Reporting Services - Data Methods - Newbies

    Hi, I would like to use Business Logic as a datasource for one of my dataset. I just add a data method, then paste the following code: using System; using System.Collections.Generic; using System.Security.Permissions; using System.Data; using Microsoft.Dynamics.Framework.Reports; public partial...
  • Forum Post: AX 2012 report generation is extreamly slow

    Hi: We have stood up an AX 2012 environment amongst many servers and are experiencing extreamly slow report generation and it never speeds up. Here is the environment: Servers: DC = Domain Controller APP01 = AOS Server APP02 = SharePoint foundation & Enterprise Portal APP03 = Business...
  • Forum Post: AX 2012 SSRS Report handling

    Hello together, I have a tricky problem and cannot find a suitable example to solve my case: 1. I have to give out orders as a single multi-page reports on the suppliers in the respective language of the supplier 2. The printer query should come only once before and the reports must come...
  • Forum Post: AX2012: Report printer settings: Change of paper tray at runtime

    Hi everyone In previous versions of Dynamics AX it was possible to change the printer tray at runtime of a report. For example, for each customer, to print the first page of the invoice from tray 1 and the subsequent pages from tray 2. This was achieved with the method paperTray() on the class PrintJobSettings...
  • Forum Post: Resetting page numbers in SSRS reports AX 2012

    Hi all, I'm developing some precision designs for AX 2012, but am having trouble resetting page numbers. Normally in SSRS I'd go to the properties on the group which controls the page breaks, expand the page break section and set the resetpagenumbers property to true. However, in the report...
  • Forum Post: Hiding Query Parameters in AX 2012 SSRS Report Dialog

    Hi, I want to hide the dynamic query parameters in a AX 2012 SSRS report dialog. The report datasource is a query, which has a few predefined ranges. But in the report dialog, I just want to see the printer select box and not the query range fields with their predefined values. I set the status...
  • Forum Post: Automate the Batch process in AX V6 version

    Hi All, In Dynamics AX, how to automate the Batch jobs to execute at regular interval of time in v6 version. I have created a new batch job, For my job I have created the recurrence, So that my job is added in Batch Queue (Batch List) with the regular interval of 5 minutes timings. But it...