Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 227 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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