You are not logged in. This forum allows only logged in users to post. If you want to post in the forum, please log in.
다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Database
>
Database Engines/Servers
>
OpenOLAP
>
포럼
>
도움
>
ROLAPの条件設定レポートで検索結果が表示されない
OpenOLAP
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
List of Releases
Stats
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
포럼
List of Forums
도움 (338)
Open Discussion (13)
Mailing Lists
list of ML
News
포럼:
도움
(Thread #19801)
Return to Thread list
RSS
ROLAPの条件設定レポートで検索結果が表示されない (2008-09-03 22:03 by
weasel
#38667)
Create ticket
お世話になります。
OpenOLAPのROLAPにある条件設定レポートを試したのですが、一切反応が返ってきません。もし原因に心当たりがあれば、教えていただきたくお願いいたします。
利用バージョン
- CentOS 5.1
- postgresql-8.0.15/
- httpd-2.2.8
- jdk-6u6-linux-i586
- Tomcat 6.0.16
作業手順(付属のトレーニングマニュアルに従って作業)
- ModelDesignerで条件設定レポート用のROLAPレポートを作成
- ReportDesignerでROLAPレポート(条件設定)を作成
結果
- プルダウンメニューは正しく動作する
- しかし、検索ボタンをクリックしても画面が全く動作しない
検索ボタンをクリックしたときのPOST送信内容
103=PP2&106=PP4&hid_modify_xml=&xmlText=&hid_xml=%3C%3Fxml+version%3D%271.0%27+encoding%3D%27Shift_JIS%27+%3F%3E%3COpenOLAP%3E%3Creport_info+report_type%3D%27R%27+report_id%3D%2712%27%2F%3E%3Cargs%3E%3Carg+colName%3D%27103%27+code%3D%27PP2%27%2F%3E%3Carg+colName%3D%27106%27+code%3D%27PP4%27%2F%3E%3C%2Fargs%3E%3C%2FOpenOLAP%3E
※その結果、HTTPステータス200でボディは空の応答
クリック時に実行されたSQL
set search_path to oo_meta,public
select drill_xml,reference_report_id from oo_v_report where report_id = 12
select drill_xml from oo_v_report where report_id = null
その結果は上記とも空
oo_v_reportを調べたところ、drill_xmlにもreference_report_idにも、何も値が格納されていない