|
POST
|
Thanks Simon, I do know the location of the caches as they were copied to the /basemapcaches folder. I'm seeking to manually publish them using Pro.
... View more
a week ago
|
0
|
0
|
20
|
|
POST
|
Hi Friends, I'm running a federated RHEL 9 ArcGIS Enterprise 11.5 environment with existing 10TB+ map caches attached to the ArcGIS Server VM (/basemapcaches). File structure: directories arcgiscache Imagery Layers conf.cdi conf.metadata.xml conf.xml _alllayers LXX *.bundle *.bundlex I have access to ArcGIS Pro 3.5 (Windows VM) however I cannot map to the /basemapcaches location to publish/manage them due to network security. In the 10.9.1 environment we ran python scripts to automate the creation of the basemap map services, however due to the updates in 11.5 the scripts no longer run without having to update them. Is there a way to publish these existing map caches? I've tried workarounds by creating a sample .sd file and running the createservice command in server/tools/ then trying to symlink the Imagery folder it created to the existing Imagery folder in /basemapcaches no luck. I also tried to publish the .sd file via Portal, which created a Hosted map service but was unable to continue down that path due to reasons related to the origin of publishing it via Portal.
... View more
4 weeks ago
|
0
|
3
|
184
|
|
POST
|
Hi, I have custom bounding box (bbox) extent polygons which define certain project areas. Each project area has the same basemap datasets, but different project data. I want to design an Experience Builder template (ArcGIS Enterprise 11.3) which includes the basemap datasets and one with the bbox polygons. Intent is to prevent the user from panning outside of their respective project bbox. How can I use these bbox polygons within Experience Builder to keep a user from panning outside the bbox extents? Thx, Todd
... View more
07-12-2025
01:15 PM
|
0
|
2
|
348
|
|
POST
|
Hi All, I have a situation where an organization has deleted my views (_hosted, _results) being used in a production Survey123 Form. Due to the security of the organization the survey was built using the web designer (not able to use Connect). Somebody on the system moved files. I have the Form, now in my user folder, and the hosted survey data is still in the folder where it was created (along with an Ops Dashboard I moved in there). Is there a way to reconnect my data to the Survey form and my Ops Dashboard? I'm being told no from the system admins and believe this is a challenge when the items are orphaned. Thanks in advance!, Todd
... View more
05-16-2024
06:50 AM
|
0
|
0
|
366
|
|
BLOG
|
Hi @IsmaelChivite and GeoFriends, I have an older Survey123 Connect XLS that is failing the new HTML requirements. I'm using the following calculation to concatenate a URL creating a custom hyperlink for Google Maps: concat('Map: ','<a href=','"https://www.google.com/maps/place/@',${loc_lat},',',${loc_lon},',17z"',' target=','"_blank"','>Google</a>') Could someone point me in the direction to assist with correcting these errors? Warning The "https: attribute is not supported for the a HTML tag. The "https: attribute is not supported for the a HTML tag. This element may not be visible on the form. Warning The www.google.com attribute is not supported for the a HTML tag. The www.google.com attribute is not supported for the a HTML tag. This element may not be visible on the form. Warning The maps attribute is not supported for the a HTML tag. The maps attribute is not supported for the a HTML tag. This element may not be visible on the form. Warning The place attribute is not supported for the a HTML tag. The place attribute is not supported for the a HTML tag. This element may not be visible on the form. Warning The @',${loc_lat},',',${loc_lon},',17z"',' attribute is not supported for the a HTML tag. The @',${loc_lat},',',${loc_lon},',17z"',' attribute is not supported for the a HTML tag. This element may not be visible on the form. Warning The target attribute is not supported for the a HTML tag. The target attribute is not supported for the a HTML tag. This element may not be visible on the form. Warning The "_blank"',' attribute is not supported for the a HTML tag. The "_blank"',' attribute is not supported for the a HTML tag. This element may not be visible on the form. Thanks in advance, Todd
... View more
08-10-2023
06:05 PM
|
0
|
0
|
22943
|
|
POST
|
@lvargas we are having a similar issue. We've abandoned use of the web adaptors since we have a reverse proxy server available. However, the documentation for configuring a proxy server on Linux is much to be desired. We still have several instances where /arcgis/ points to /portal/ which have been handled in a config file. This includes handling of new user accounts, REST services, creating feature services, etc. It doesn't make much sense to have to add so many ProxyPassReverse settings to get the system to function.
... View more
06-28-2022
03:29 PM
|
0
|
0
|
3985
|
|
IDEA
|
There is definitely more to this and I'm seeking the same answer. The Excel files have increasingly become more and more detailed with additional version releases. Copy and pasting the the headers will work, though your drop-down references will need to be updated as well (see pic). Definitely interested in an easier solution for updating the form/.xlsx. Thanks, Todd
... View more
11-24-2021
07:18 AM
|
0
|
0
|
2931
|
|
POST
|
I have a survey which collects event information and the volunteers who participate at each event. The volunteer and paid hours are tracked. In my survey the volunteer info is a repeat to capture multiple volunteers per event. I need to generate a report showing the sum of volunteer and paid hours. Can someone point me in the direction (possibly with a related example. I did see the photos one.) ? Much thanks in advance? $<$summary> ${#Event .....} ${#rpt_volunteers} ${hours_type_volunteer}, ${hours_type_paid} ${/}${/} $</>
... View more
10-22-2021
03:18 PM
|
0
|
1
|
1013
|
|
POST
|
Updating an advanced template from 3.11 --> 3.12 and wondering if simply adding the new 'guidance_hints' column would suffice for this update?
... View more
06-15-2021
10:41 AM
|
0
|
1
|
701
|
|
POST
|
Same problem here. Cleared everything in Firefox. Opening Data tab and it still wants to append ?report=format:docx on the url. Cannot access anything functional using the Analyze or Data tabs. SOLVED: moved my 'deviceid' field from the bottom to the top, after the 'begin group' record and before the 'note' record. Now I can see data in the 'Data' tab.
... View more
04-02-2021
10:42 AM
|
1
|
0
|
2506
|
|
POST
|
Here's the fix... and the '<br>' tags are working in Edge.
... View more
01-19-2021
11:25 AM
|
2
|
0
|
1993
|
|
POST
|
@Alber_Verster worked kinda. You need an extra ',' included in the map url between the lat/lon. concat('<a href=','"https://www.google.com/maps/place/@',${school_lat},',',${school_lon},',17z">Google</a>') The only issue I still have is embedding the new concat-ed variables in my 'hint' attribute. Once I add them back it jacks it up. I have several variables I'm adding as you can see and by using the <br> tags it cleans up the display (versus one variable as shown above). I notice the extra space before the address string. Maybe I need to do a concat on the entire html string? I'm testing using Edge and not sure how to have the html breaks <br> removed. Here is an example: concat(${school_address_street},' ',${school_address_city},', ',${school_address_state}, '<br>',${school_address_county},' County') Here is the result: Hmmmmm....
... View more
01-19-2021
07:26 AM
|
1
|
1
|
1999
|
|
POST
|
I have three attributes, ${school_url}, and ${school_lat} and ${school_lon}. The current text is included in a 'hint' attribute in Connect: <br>Website: <a href="${school_url}">${school_url}</a></font><br>Map: <a href="https://www.google.com/maps/place/@${school_lat},${school_lon},17z">Google</a> Website: ${school_url} Map: Google The mobile version displays properly and hyperlinks work great. However, in the web version I get the following: I'm not sure what to add/remove to correct the display, removing the unnecessary items in the hyperlinks (for the the web version).
... View more
01-18-2021
04:37 PM
|
0
|
3
|
2025
|
|
BLOG
|
@MichaelBruening yes, I believe it's due to the amount of records I'm using. The original post I was using locations (115K) throughout the country. For now, I've limited my selections to only 5 states and the performance is much better. Obviously it's the field app that suffers the delay. Thanks!
... View more
01-18-2021
04:13 PM
|
0
|
0
|
78338
|
|
BLOG
|
@MichaelBruening I noticed a similar issue with records being excluded from a select_one_from_file choice filter. I have name lengths >32 chars (as I added a state name suffix, 2 chars) but the length is necessary to avoid duplicate names. I could add another filter, but the current .csv causes about a 4 sec delay for each filter control. Curious to hear your thoughts, thanks!
... View more
12-30-2020
09:22 PM
|
0
|
0
|
79036
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-27-2020 12:25 PM | |
| 1 | 07-27-2020 03:27 PM | |
| 2 | 07-18-2020 06:13 PM | |
| 1 | 07-23-2020 06:59 PM | |
| 1 | 04-02-2021 10:42 AM |
| Online Status |
Online
|
| Date Last Visited |
a week ago
|