Select to view content in your preferred language

Map Service won't show up in FlexViewer

4911
22
05-27-2010 04:42 AM
PaulFrey
Emerging Contributor
So i have a published map service that is running fine, if I go to its actual URL in a browser it is there and it is running.  However when i link it into the FlexViewer it will not show up.  I have it programmed in as a Live Map and a basemap and neither of them show.  I'm really hoping someone else has had this problem and its an easy fix.  Does anyone have any clues as to what is going on?  Any help would be greatly appreciated.

-Paul
Tags (2)
0 Kudos
22 Replies
DanielOchoa
Regular Contributor
FIXED

Ok, I'm an idiot. This proves the theory that if you get too bogged down in your work, you have to take a break, come back at it later.

I forgot to go back into the config.xml and change the link to the map services from "localhost" to the qualified name or alias (I'm going to use the alias).  Once I did that, everything worked.

SO - step one, completed!

Thanks again to everyone for your help.  I'm sure I will be posting again very soon....
0 Kudos
charlessaenz
Emerging Contributor
Does the crossdomain file have to placed when you are using a published web application from ArcServer Manager or just a map service from it?
0 Kudos
PaulLang
Deactivated User
Take a look at this!

From Tech Support:
Every map service's config file has <MaxImageHeight> and <MaxImageWidth> properties set to 2048 by default. You will need to modify those values to be able to generate larger maps. I think 27 inch monitors have a resolution of 2560x1440 pixels. Restarting SOM afterwards should reflect the changes. Here is more documentation on this:

http://help.arcgis.com/en/arcgisserv...00mr000000.htm
0 Kudos