There is a zipped file that is being created whenever RPD is uploaded in the EM. This zipfile is owned by the instance where its been uploaded. In order to be able to deploy RPD into different instance on same server, this zipped folder needs to be removed. Below are the detailed instructions:
This issue occurs when we go into the dwwy13 enterprise manager and upload
a new rpd. We then need to go to the dwwy23 instance and upload an rpd to
that instance. The rpd will not upload because the file
/tmp/zipped-directory.zip on the unix server is owned by the sbdwwy13 user.
You have to login to unix and remove the zip file using the owner login.
You can then proceed with uploading the rpd to the dwwy23 instance.
To resolve:
1. Powerbroker into any user on the OBIEE server
2. cd /tmp
3. ls -l
4. see owner of file zipped-directory.zip
5. if you pbrun'd with the correct user then
-rm zipped-directory.zip
-if not, pbrun with the owner of the file, return to tmp folder then
rm zipped-directory.zip
Until Next Post....Keep Smiling
No comments:
Post a Comment