Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
[nQSError: 46036] Internal Assertion: Condition ids.size() == 1 when using NQSModifyMetadata()

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