Deploying BOBJ in Internet Enviornment

This has been discussed many times in this forum. Any Flash based resource cannot consume data from external sources by default unless the crossdomain.xml policy allows it to do so. Do you have the proper crossdomain file on your environment ?
The reason its relevant here is that you have 2 alias names for your servers ( internal and external via proxy or dmz etc). So cross communication is stopped at the dashboard layer when file url and dsws url are of different apparent origins. I’d suggest 3 things :
[list]1- Add the crossdomain.xml file as described here https://bobj-board.org/t/231451
2- If possible, also change your server’s etc/hosts file to include both the aliases to be read as the internal host name.
3- Use the internal url in your dsws data url’s[/list]


Shobhit_Acharya (BOB member since 2005-08-11)