|
POST
|
Thanks for the update. If you want to enable HTTPS only, you don't need to set Require SSL to true, Portal will handle making sure the protocol is https. Requiring https only in IIS enforces it at the web tier while the "Allow access to the portal through HTTPS only" in Portal sets it at the application level. It's up to you whether you want to require https at the web tier level; it won't affect how Portal functions as long as you also require https in Portal.
... View more
11-09-2016
09:08 AM
|
0
|
0
|
5230
|
|
POST
|
From your screenshot, it doesn't appear like you're running this from the python window in ArcMap. ArcMap knows how to contruct the full path of the connection files within the GIS Servers folder in the Catalog window. I suggest you copy the connection from the GIS Servers folder to somewhere on your file system, and provide the absolute path to it so the script knows where to find it. You can also point the script to the actual path that the connection file exists in when using GIS Servers, which is C:\Users\<user>\AppData\Roaming\ESRI\Desktop<version>\ArcCatalog\<connection file name>. As you can see, it may be easier to move the file to a more friendly path.
... View more
11-08-2016
11:20 AM
|
0
|
1
|
2106
|
|
POST
|
Just to clear up any confusion, you can publish a service definition through ArcGIS Server Manager on any machine, as long as you can actually reach the Manager page. It doesn't have to be on the Server machine itself. In Chris' environment, ArcMap on his first machine wasn't able to connect to Server on his second disconnected environment, so he wouldn't be able to publish directly from ArcMap on his first environment to Server in his second. Additionally, ArcMap on his second machine couldn't connect to the database in his first environment, so publishing from ArcMap in general wasn't possible. In regards to the connections, ArcMap and Server will both try to validate the database connection if the same connection is used for both. On the other hand, ArcMap will try to validate the Publisher connection and Server will try to validate the Server connection if different connections are used, but ArcMap won't try to validate the Server connection and vice versa.
... View more
11-08-2016
10:02 AM
|
0
|
1
|
4920
|
|
POST
|
No, arcpy doesn't have any modules to send http/https requests. You'll have to use urllib, urllib2 and JSON. Get the JSON of the service through the Admin API, update the property, and then pass the updated JSON to the /edit endpoint to edit the service. Here's a sample to get you started. I just noticed that there are two maxRecordCount values, one for the layer and one seemingly for the whole service, I'll see which what happens when either is updated.
... View more
11-08-2016
09:52 AM
|
2
|
2
|
2815
|
|
POST
|
This is a problem in Chrome and Firefox. I suggest you use IE until a patch is issued. You can read more here.
... View more
11-07-2016
01:31 PM
|
1
|
2
|
1505
|
|
POST
|
You should be able to update it through the Server Admin API:
... View more
11-07-2016
09:20 AM
|
1
|
4
|
2815
|
|
POST
|
Chris, that's exactly what the section on "The publisher's machine and the server are working with different databases" is describing. In that scenario, the Publisher's connection is not accessible by the Server and the Server connection is not accessible by the Publisher. This is primarily used in Amazon environments where an on-premises geodatabase is not accessible by a Server deployment in the cloud. Different database connections are used for ArcMap, (publisher), and the Server and the data is copied to the Server before hand manually, however possible, or even during the publishing process by packaging it up within the SD file. When you use two different connections, the connection strings are swizzled once the SD file is unpacked on the Server end.
... View more
11-07-2016
08:18 AM
|
0
|
0
|
4920
|
|
POST
|
How did you create the new SD file? Using the same steps outlined in your initial post?
... View more
11-04-2016
01:26 PM
|
0
|
1
|
3121
|
|
POST
|
What's the error when the SD is uploaded? Is the service spinning up looking for the data in the M:\ path? When the SD file is uploaded to the Server, the publishing process extracts the SD file and "swizzles" the data sources, meaning it should update the paths within the .msd to point to the location where the included data will be extracted to. Are you not seeing that? When you selec No Connection and include the data, the service should extract the data into the arcgisinput folder: The same thing should happen if you use a connection to the Server and then it validates if the file path is registered as a data store. The analyzer will also give you an indication that the data will be copied.
... View more
11-04-2016
11:51 AM
|
0
|
0
|
3121
|
|
POST
|
You'll want to configure the input to your model/script as a "feature set", and then use that feature as the input to the Select Layers By Location. See this help for more information on using a feature set. It's Desktop help, but once it works in ArcMap, it'll work as a gp service.
... View more
11-04-2016
10:17 AM
|
1
|
1
|
1118
|
|
POST
|
Portal does support http and https when the option for Allow access over SSL only is disabled. It requires https to always be available for the sign in pages. Paul, if you were to create a new virtual directory within IIS and navigate to it over http and https, do both work? I'm wondering if this is a problem in IIS, rather than the Web Adaptor. Can you provide the exact code for the 403? For example, 403.4, 403.5, etc, (list of them can be found here, I apologize for the wikipedia source).
... View more
11-04-2016
10:15 AM
|
0
|
2
|
5230
|
|
POST
|
For the 10.5 help, we plan on adding a section on deployment strategies for HA. Below is an example: This particular setup could be an example of a public Web GIS using built-in authentication. There are a number of different combinations of configurations, (internal vs public access, IWA vs built-in authentication, etc), which are diagrammed within the upcoming help. The type of authentication you plan to use is important, as that will change what's required for your deployment. For example, if your Web GIS is going to be for internal use using built-in authentication, you don't need to use the web adaptors and only need one load balancer: However, if you're interested in IWA, you'll need redundancy at the web adaptor tier and a second load balancer to handle administrative communication between Portal and Server: When you're talking about redundancy, do you mean geographic redundancy? You'll have a primary Web GIS in one data center, (perhaps a global DNS or site manager to direct all traffic to the primary datacenter), and then a standby Web GIS in another in case the primary data center fails? To keep data synchronized between the two data centers, you can use the Web GIS DR tool. It packages up your Web GIS configuration and most of the data which you can then apply on your standby Web GIS. When I say "most of the data", what's included is any content, users, groups, etc in the Portal, any configurations of the federated servers and hosting server, any services published to them, any data copied to the arcgisinput folder during the publishing time, and any data in the ArcGIS Data Store. You'll be responsible of moving any file based data, enterprise geodatabase or database data, and map caches.
... View more
11-04-2016
10:10 AM
|
0
|
1
|
1639
|
|
POST
|
The problem sounds like one specific to Chrome and Firefox. Are you using either of those browsers? Can you try IE? You can take a look at this blog for more information.
... View more
11-02-2016
10:33 AM
|
0
|
0
|
1952
|
|
POST
|
Take a look at the "The publisher's machine and the server are working with different databases" section within the documentation on registering your data with ArcGIS Server. What will happen in that case is that the "publisher", (ArcMap), will be accessing one database through one database connection, but once the data is published, the connection string will be "swizzled" so the server, (ArcGIS Server), can access the data through a different database and another database connection. Make sure you've already copied the data into that directory. Another option is to register the database on the Server end as the "managed" data store. Any data from the publisher that's published with feature access will be copied into the database registered as the managed data store.
... View more
11-02-2016
10:31 AM
|
0
|
2
|
4920
|
|
POST
|
You can either export the self signed certificate from your browser or the Server Admin API and import it into your Trusted Root Certificate Store or add some lines within your script to ignore certificate validation errors: python - "SSL: CERTIFICATE_VERIFY_FAILED" Error - Stack Overflow
... View more
11-02-2016
09:44 AM
|
1
|
0
|
5014
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-28-2026 06:05 AM | |
| 1 | 08-26-2016 10:10 AM | |
| 2 | 02-22-2024 07:22 AM | |
| 1 | 06-07-2024 07:11 AM | |
| 4 | 12-12-2024 08:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
07:43 AM
|