AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск Все разделы прочитаны

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 14.09.2017, 13:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
domhk: AX2012 - Listing reports which run against AX SSAS Cubes
Источник: http://domhk.blogspot.com/2015/06/ax...which-run.html
==============

Just to share a quick tip. If you need to know which SSRS reports in AX gather data from AX OLAP cubes, you can run the query below in SSMS against the report server database.

SELECT a.Path, a.Name as FullName,
SUBSTRING(a.Name, 1, CHARINDEX('.', a.Name)-1) as ReportName,
SUBSTRING(a.Name, CHARINDEX('.', a.Name)+1, 1000) as DesignName,
a.Parameter, b.Name, b.Extension
FROM Catalog a
JOIN DataSource b
ON a.ItemID = b.ItemID
WHERE b.Name = 'DynamicsAXOLAP'
Order by a.Name, b.Name, a.Path

The result is like this:

There are report name, design name and an XML presentation of the Parameters. The ReportName column contains the name of the reports, which match the nodes under \SSRS Reports\Reports in AOT.

This posting is provided "AS IS" with no warranties, and confers no rights.


Источник: http://domhk.blogspot.com/2015/06/ax...which-run.html
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
stoneridgesoftware: SSAS Reports and the Cubes that Source the Data Blog bot DAX Blogs 0 21.06.2016 21:13
emeadaxsupport: AX Performance Troubleshooting Checklist Part 1B [Application and AOS Configuration] Blog bot DAX Blogs 0 05.09.2014 21:11
atinkerersnotebook: Walkthrough & Tutorial Summary Blog bot DAX Blogs 1 09.09.2013 09:11
axinthefield: Compatibility Testing for Microsoft Dynamics AX Blog bot DAX Blogs 0 23.06.2012 02:26
emeadaxsupport: Debugging Microsoft Dynamics AX 2009 SSRS reports with Microsoft Visual Studio 2008 Blog bot DAX Blogs 0 26.07.2009 15:07
Опции темы Поиск в этой теме
Поиск в этой теме:

Расширенный поиск
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 02:27.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.