Hi Friends,
I have a Dashboard which is based on BIWS(Web services). Data is coming in the Dashboard at runtime. Things are working fine. Now, I want to move this Dashboard to different Landscape(Dev to QA). To do so, I want to turn the relative URL of all the BIWS connections on, as it is advisable to transport a dashboard with all relative URL so that we dont have to change the server host in the BIWS URL.
The problem I am facing here is, when I remove the prefix text from the URL and keep only the relative part and click on Import, It gives me an error saying
"Unable to load URL".
URL : http://<serverhost>:<port>/dswsbobje/qaawsservices/biws?WSDL=1&cuid=AbuTYmXImL5Ok67aEpGwPiE
Prefix removed: http://<serverhost>:<port>
URL kept : /dswsbobje/qaawsservices/biws?WSDL=1&cuid=AbuTYmXImL5Ok67aEpGwPiE
Please help and let me know why am I getting this error.
Thanks,
Gaurav