|
DOC
|
Hi. " in Portal i did NOT have the gp printer tool setup so it was using the default." - Default would be using was is online. The GP Printer is by default installed on your ArcGIS Server. Just point to it. I do believe it is already running as well, but want to double check that. Did you follow the steps I mentioned? You have to create the GP in ArcMap and push to ArcGIS Server with your custom templates. If you followed the steps, you should be able to verify the print job by submitting the JSON directly to ArcGIS Server. By that point, point the Widget JSON config away from the Default to the NEW GP you made running on your ArcGIS Server. Projection will not make a difference Larry can hopefully add or clarify.
... View more
08-10-2015
09:45 AM
|
0
|
0
|
12619
|
|
DOC
|
The print layouts were created by creating MXDs with custom titleblocks and textelements. You can then add text boxes to search for textelements to change their values based on user inputs. Text elements are changed via JSON. The mxds reside on the server where ArcGIS Server is. The easiest way after that was to create a new Geoprocessing tool via ArcToolbox >> Server Tools >> Printing >> Export Web Map New layouts will appear in the layout template (option). if they are there, they will then be accessible from the widget. Run the service. Then under the results >> click on the exportwebmap >> right click >> share as >> GeoProcessing Service In the service Editor when publishing to ArcGIS Server >> Parameters .. depending, I would run as Synchronous... under the export webmap >>layout templates .. Input Mode, choice list and the new layouts should be there. You should then be able to hit the REST service and fill in the JSON manually to verify. * the folder where the mxds are need to be registered with ArcGIS Server Data Store. Ive also done similar like extract Data and Email (requires python Send email with Zip file attachment and Extract Data and Email task Models) Changing the config failed as the server//apps/2/ widgets also had a printPlus... Removed from there..made sure only on client/stemapp/widgets and now works. but then when the app is launched again with WebAppBulderDE.. the PrintPlus is back under server//apps. Not sure what is going on there... PrintPlus is under server AND stemapp BOTH configs are changed, yet I run it.. and its the default online. Wish there was documentation on how exactly wabDE works.
... View more
08-07-2015
08:36 AM
|
0
|
0
|
12342
|
|
DOC
|
You receive those errors because DNS lookup fails. mwra.net does not resolve.
... View more
08-06-2015
06:12 PM
|
0
|
0
|
12342
|
|
DOC
|
I receive the same error message, but only when using I.E.9
... View more
08-06-2015
06:10 PM
|
0
|
0
|
12342
|
|
DOC
|
Hi Larry, this is a great widget! I would like to use our own ArcGIS Server and templates rather than Online. I changed the widgets\PrintPlus\config.json. serviceURL to our own GPServer and added custom Layouts Params. However, the widget still prints using utility.arcgisonline.com. what am I missing?
... View more
08-05-2015
11:33 PM
|
0
|
0
|
12342
|
|
POST
|
Oh my. No Not Federated. Portal and ArcGIS Server are on same server machine...
... View more
08-05-2015
10:06 AM
|
0
|
0
|
1638
|
|
POST
|
Now have EV SSL from Comodo. Create web map via Portal - Prompt for Secure web service from ArcGIS Server - prompt shows up Create Web APP via Portal - FAILS - no prompt from the above web map (F12 only shows 'invalid Token' - um okay, where is my prompt? No prompt... as stated original post Same process via ONLINE - web map - WORKS - I get the secure service prompt Web APP - IT WORKS! I get the prompt! Is there something wrong with my Portal?
... View more
08-04-2015
09:42 PM
|
0
|
2
|
1638
|
|
POST
|
not a cert issue.. still have issue regardless of being EV trusted now
... View more
08-04-2015
09:35 PM
|
0
|
0
|
1638
|
|
POST
|
Yes, I only exposed 6443 to try to determine why I could not get this to work by simplifying things and Bypassing the Web adaptor. Reason is IIS has a Redirect in place to redirect to HTTPS (URL Rewrite installed). I was and still not sure if having a redirect was causing issues on the gis.arrayis/ca/arcgis/home or the server gis.arrayis.ca/arcgis/rest/services.... by GIS Tier I am guessing you mean GIS_SERVER ?
... View more
07-28-2015
04:28 PM
|
0
|
0
|
1638
|
|
POST
|
i am having the same issue.. what was done to resolve? I have ensured I installed for Portal for arcgis 10.3 or higher as well as ensured it was installed on the machine that is running portal... I still get Invalid redirect_uri ERROR: 400.
... View more
07-27-2015
09:24 PM
|
0
|
0
|
693
|
|
POST
|
Side note, I thought about the Cert being the issue, and having a hell of a time with Comodo obtaining one in a timely manner... I fear that this is the root of my problem.
... View more
07-27-2015
05:41 PM
|
0
|
7
|
3265
|
|
POST
|
Okay, I have it working through AGOL, I see it through the Web App builder in Online.. progress! But then I download it, add it to my IIS... and no prompt ?? https://gis.arrayis.ca/SSLTest/ But then I noticed.. I reload the webappViewer in Online.. and No prompt there either... ArcGIS Web Application I am fully aware that HTTPS only can talk to HTTPS and not HTTP... and Now I went back to the Web MAP, and now not able to add https://gis.arrayis.ca:6443/arcgis/rest/services/SampleWorldCities/MapSer… it gives me this... Ghosts I tell ya!
... View more
07-27-2015
05:29 PM
|
0
|
8
|
3265
|
|
POST
|
I cannot guarantee Im not mixing, if I am, I fail to see where I would be... Ive been using Fiddler.. and see nothing, but let me try with Chrome F12 Were you able to successfully get a prompt in WAB for the secure service (to obtain a token)?
... View more
07-27-2015
05:11 PM
|
0
|
0
|
3265
|
|
POST
|
Hi, thank you for responding. Unfortunately, i have went through the outlined process already. The dialog shows up during the WEB MAP creation.. but does not when creating the web APPLICATION, regardless if choosing web app builder or 'basic templates'. The same as I had outlined using Portal in the above posts. do you have contact information to troubleshoot this in detail? https://gis.arrayis.ca:6443/arcgis/rest/services/TEST/TEST/MapServer - But I cant have you see that stuff.. so i added another.. https://gis.arrayis.ca:6443/arcgis/rest/services/SampleWorldCities/MapServer User: PleaseWork Password: Test Or is there a precise step to ensure SSL works from start to end? -Server set to HTTPS ONLY - CHECK -Server Authentication Tier - GIS_SERVER - ive tried services through both Port 6443 OR web adaptor -all items under 'default website' / arcgis - has Redirect rule set (HTTP to HTTPS) - CHECK (alternatively, can set the 'Require SSL') (but then Redirect does not occur). - Portal set to SSL only. - CHECK -Portal uses: https://gis.arrayis.ca:7443 -IIS - Binding 443 ? It is funny, I have a working start to end (secure services and HTTPS) if I use Windows Authentication, add the Windows Authentication to Server and have the Browser challenge the user. But to get this web app builder to do it.. Ive never seen it happen.. yet.
... View more
07-27-2015
04:54 PM
|
1
|
0
|
3265
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-27-2024 09:04 AM | |
| 1 | 01-06-2016 11:32 AM | |
| 1 | 12-13-2021 10:03 PM | |
| 1 | 07-19-2017 07:31 AM | |
| 1 | 01-18-2016 07:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-07-2026
03:02 PM
|