Does someone know the exact syntax to be used to update some object in the Repository using the NQSModifyMetadata procedure ?
Did you check the docs, https://docs.oracle.com/middleware/1221/biee/BIEIT/bi_server_web_services.htm#BIEIT3253
Maybe run NQSQueryMetadataObjects first and base your call to NQSModifyMetadata on the response from that?
Share what you've tried so far, and we can help out
+1 to @rmoff - what's in the documentation is all there is. Everything else is you finding out things yourself by testing the calls and experimenting. It's not really a functionality which is supposed to be widely used by everybody for every case. Hence also Robin's interest and mine.
Which makes me ask: What's your use case? Most people find this, get excited, fail and then give up ;-)
thnks folks -
The need is to change the password of the connection pools - we have 13 of them every month w/o having to upload the RPD
the command tried in administration -> Issue Direct SQL
--==========Command tried
call NQSModifyMetadata( '<?xml version="1.0" encoding="UTF-8" ?>
<Repository xmlns:xsi=''http://www.w3.org/2001/XMLSchema-instance''>
<DECLARE><ConnectionPool name="Oracle Data Warehouse Connection Pool" password="ddummy" isSiebelJDBSecured="false"> </ConnectionPool></DECLARE></Repository>')
Error encountered
================================
[nQSError: 28006] Near Line 1, <>: Not defined
Also tried escaping chars for "<" and ">" tags - didn't work
Instead of nourishing your second thread (please close that one by the way) - have you already looked at this?
https://support.oracle.com/epmos/faces/ui/km/DocumentDisplay.jspx?_afrLoop=58768885147732&id=1508896.1&_afrWindowMode=0&…
Behind that JAR is nothing but a call of NQSModifyMetadata and this was written as a replacement for 10g's nqschangepassword.exe
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…
for a particular report, when some users click on the link, the new tab opens but after about 10 minutes of loading the system returns
Summary: Hello experts, We are using WLF_ASSIGNMENT_TASKS_F to fetch the data from the learn tables The WLF_ASSIGNMENT_TASKS_F table, in the LAST_UPDATED_BY field, doesn't reflect who actually updates the task. I've attached the query used. Can you please help me? Content (please ensure you mask any confidential…
https://blogs.oracle.com/analytics/announcing-the-general-availability-of-oracle-analytics-server-2026 As announced, OAS 2026 has moved to FMW 14. What does this mean for the future of OBIA? Given that 103PS4 is for 12.2.1.4 , it would seem another required upgrade beyond 103ps4 will have to happen. What should customers…
Hi everyone, we're experiencing an interesting issue with report filters in Oracle Learning Management (or similar). Problem: When we use filters based on SQL queries, for some specific users the report filters disappear completely, making the report non-functional. Technical Details: We've identified the critical point in…
We use OAS 2025, EBS 12.2.12, OBIA 7.9.6.4, Oracle 19c db on Linux. We are trying to build Project to GL Cost reconciliation report that runs for a period, currently it is done manually, by running three analytics reports (one on Project - Cost subject area to get total cost for Contract and Resources, another report on…