Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
[nQSError: 46036] Internal Assertion: Condition ids.size() == 1 when using NQSModifyMetadata()
Monwabisa
Rank 2 - Community Beginner
Hi Gurus
I want to modify an RPD using webservices
I first converted the RPD file to XML using biserverxmlgen command and then used SOAPUI to run the following request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.admin.obiee.oracle/">
<soapenv:Header/>
<soapenv:Body>
<ws:callProcedureWithResults>
<procedureName>NQSModifyMetadata(XUDML)</procedureName>
</ws:callProcedureWithResults>
</soapenv:Body>
</soapenv:Envelope>
I get the following Error response:
[nQSError: 46036] Internal Assertion: Condition ids.size() == 1, file server/NQSNative/NQSServEntry/Source/NQSGeneralUtil.cpp, line 885.
Please assist.
Regards
Monwabisa
0