cos Posted February 28, 2011 Posted February 28, 2011 Database is shared using FMPro 10. When accessing remote (outside network using FMP) Supercontainer webviewers do not show images. It is blank. I'm assuming that is because the web address field setup in my container doesn't contain the address. I don't even know if this is supported. How do I format the address to show images when remotely accessing outside the local network? Here is the coding that works on the local network: "http://" & "10.0.1.200:8020/" & "/SuperContainer/Files/" & "Production01" & "/" & Sales Orders::Invoice ID & "?style=info+noupload" Thanks
Smef Posted February 28, 2011 Posted February 28, 2011 10.0.1.200 is an internal IP address. You will need to use an external IP address in order for people outside your network to be able to see your SuperContainer server. You can also combine those lines into a single one if you want to cut down your breaks a bit! "http://myexternalip:8020/SuperContainer/Files/Production01/" & Sales Orders::Invoice ID & "?style=info+noupload"
cos Posted February 28, 2011 Author Posted February 28, 2011 Great Smef. The combined solution is what I was looking for. Will give it a go.
cos Posted August 30, 2011 Author Posted August 30, 2011 I've set the external ip, the same ip that we access the db from out of network, and still the supercontainer files do not show. Access to the db works fine. Just cannot see the files in sc. Only see blank white squares. Setting is exactly like your example except replaced myexternalip with the actual ip address. "http://xx.xxx.xx.xxx:8020/SuperContainer/Files/Production01/" & Sales Orders::Invoice ID & "?style=info+noupload" What am I missing?
Susie Gahan Posted September 12, 2011 Posted September 12, 2011 I am having the same problem trying to connect remotely, but I also have the same problem when I switch from Browse to Layout and back to Browse. The picture in the webviewer is gone when I come back to Browse mode. Can anyone help me?
epeeler Posted September 12, 2011 Posted September 12, 2011 Susie, that's usually a sign that the file didn't upload correctly. Can you verify that it is indeed where it should be?
Recommended Posts
This topic is 4819 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now