I need to query PVO data in BI Publisher, here's the PVO name:
HcmTopModelAnalyticsGlobalAM.HcmElementSetupAM.ElementEntryValue
Any screenshots, ideas, hints?
Thanks.
@Juan Jesus - OTBI team can assist you with the same. Please create a request in the below forum seeking the information on the query formation for the PVOs you are having issues with.
https://community.oracle.com/products/oracleanalytics/categories/otbi
Thanks Sumanth,
I already know this approach:
But I cannot find the way to query for:
oracle.apps.financials.payables.shared.publicView.ReportsBankAccountPVO
or ReportsPayeePVO or ReportsSupplierSitesPaymentContextPVO
I am missing something, how to compose the query for these PVOs? I need the AM, where to find them?
Juan
Hi All,
The above SQL is working fine with where it mentioned in PVO with Fscm but when we run the Crm PVO it gives error.
Can anyone know the connection pool string for CRM as well. For e.g i am trying to see the data of this PVO but gives me error.
Hello, doing a simple BIP data model trying to query a PVO is not working in my case, below query:
Select_physical t.* FROM "oracle.apps.scm.productModel.items.publicView.ItemEffPVO" t
It returns the error:
Nonexistent table: "oracle.apps.scm.productModel.items.publicView.ItemEffPVO".
Even I tried the same query with several PVOs and get the same error, could you please suggest how to do it ?
Luis.
Hi Luis,
Our host has turned off a few years ago in OTBI the OBI feature to issue SQL using select_physical. I assume due to hacking penetration test security concerns or something like that.
But you can still query a PVO. In your data set of type SQL your data source must be Oracle BI EE.
Then you issue sql - see the examples in the answers in this post
select all t.* from EXTERNAL('ADF',"…"."Connection Pool")."…PVO" t order by null
Thanks Nathan, thanks for the clarification it helps, I have tried with all the examples in the answers through this post, however I am getting below error now:
java.io.IOException: prepare query failed[nQSError: 43113] Message returned from OBIS. [nQSError: 13076] User 'XXX' doesn't have the access to this connection pool: 'Connection Pool'.
Not sure What is missing to my user but I will try to find out, if you have any idea, please suggest.
Test your SQL query out first on page Issue SQL /analytics/saw.dll?issuerawsql. For this as bi administrator on page manage privileges /analytics/saw.dll?PrivilegeAdmin grant to your user or a role your user is grated or inherit the privileges Issue SQL Directly and Manage Sessions.
for example
select all t.* from EXTERNAL('ADF', '"oracle.apps.hcm.model.analytics.applicationModule.HcmTopModelAnalyticsGlobalAM_HcmTopModelGlobalAMLocal"."Connection Pool"').'HcmTopModelAnalyticsGlobalAM.HCMExtractAM.UserBiccExtractAM.RoleDNExtractPVO' t fetch first 7 rows only
Then for it to work in your data model in your report in OTBI you need the users of your report need to be granted access to that data source to issue logical SQL using this database connection. As bi administrator go to manage publisher in OTBI using page Administration /analytics/saw.dll?Admin. Select Data source of type JDBC Connection then select data source row for the out of the box bi metadata repository database using jdbc:oraclebi called "Oracle BI EE". Scroll to the bottom then move to allowed role an available role your users have such as BI Consumer Role then scroll to the top again to Apply. Sorted.
Thanks so much Nathan, that helped a lot.
Hi, it seems that is no longer to add new JDBC connection with the release 24D.
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
We would like to understand the reason for the difference in configuration options for the “Send Message to Team” action across the Redwood VBCS Recruiting pages. Currently, we observe the following behavior: On the Job Requisition and Job Requisition List pages, it is possible to hide/remove the “Send Message to Team”…
Is there a way to extract existing BIP reports saved in a specific folder? Like can capture Report Name, Report Path and Owner for example?
Is there a log that can be checked on our side that might help with the issue. I've submitted an SR, however it is currently being bounced around between different areas. Could not establish connection. oracle.xdo.delivery.ssh2.SSHMessageException: Error in decrypting message Current thought is that this is an issue with…
Hello, I'm trying my hand at creating some KPI's and Dashboard Visualizations for the Recruiting Activity Center (RAC) per the following documentation: Flexible Reporting in Redwood Dashboards Redwood Experience: Recruiting Dashboard When I add a session variable to my OTBI reports, I correctly see a value of 0 in my…
'Facility Name' exists in the Recruiting - Recruiting Real Time multiple times with varying usage. Job Requistion -> Job Requisition - Additional Details -> Facility Name Job Requistion -> Location -> Facility Name Is there any reason why these two Facility Names would not exist in the Recruiting - Real Time Events subject…