Steps :
"You do not have right to access data returned by this Universe. (WIS 00505)"
Please look into Figure 1 and Figure 2 in attached screenshot.
This can be fixed from rich client by change source option, as mentioned below.
Please look into Figure 3 in attached screenshot.
Here are the issue details which we want to discuss with you.
Actually our requirement is we need to achieve above mentioned functionality by SAP SDK. We are trying to fix this error using SAPBI 4 Restful Service. Below are the steps which we have tried to resolve this issue.
Request (Changing the data provider for Report imported in CMS_2)
GET http://<serverName>:6405/biprws/raylight/vx/documents/{documentId}/dat
aproviders/mappings?originDataproviderIds={DP1Id}&targetDatasourceId={DatasourceId}
Response:
<error>
<error_code>999</error_code>
<message>Internal error (RaylightAction)</message>
</error>
Expected response
<mappings>
<content>
<mapping status="Ok">
<source>
<id>DS0.DO12</id>
</source>
<target>
<id>DS1.DO12</id>
</target>
</mapping>
<mapping status="Ok">
<source>
<id>DS0.DO13</id>
</source>
<target>
<id>DS1.DO13</id>
</target>
</mapping>
</content>
</mappings>
As we are not getting the expected response, we are not able to post the change and update the mappings.
Request (Getting the details of a data provider)
GET http://<serverName>:6405/biprws/raylight/vx/documents/{documentId}/dataproviders/{dataproviderId}
Response:
<error>
<error_code>999</error_code>
<message>Internal error (RaylightAction)</message>
</error>
Queries