|
POST
|
I completely understand, but I've never had an issue. I've performed this operation under both binary and sql geometry storage schemas and all system attributes are always in place, both populated and not. Typically we'll move say a globalid column to the end of the line, but it's not something we take lightly or do often but does work. I will always perform a save in the order of business, add, archive. -David
... View more
08-22-2015
09:17 AM
|
0
|
1
|
6578
|
|
POST
|
Hmm, well it sounds to me like you all have firewall, proxy and/or self-signed certificate and/or front-end certificate issues in your environment. For example for us, we don't enable any individual windows firewalls on any individual servers as our larger IT group sets all that at our enterprise proxy. I'd look into all of your security settings. Sorry i can't be of more help David
... View more
08-21-2015
01:39 PM
|
1
|
2
|
2510
|
|
POST
|
Like Vince says not t without dropping the table and replacing it with a table with columns in a different order. You can go into designer in SSMS and re-order your columns as you see fit. When you have SSMS configured to allow saving changes that require a table to be dropped it's fairly straightforward. If you reorder a business table that is versioned or versioned and archived make sure you apply the exact same change to both the A and H tables. We try not to do this too often. David
... View more
08-21-2015
09:54 AM
|
0
|
7
|
6577
|
|
POST
|
so when you go into server manager are you logging into your arcgis online portal via the 'sharing' button and then signing into agol? I ask because for us internally we use https://machinename.domain:6443/..... as the rest and services directory paths whereas externally through web adaptor the site address is https://ags2.scgov.net. So when I publish a service up to our server, I am using our internal (i.e not going through the web adaptor) path. I then go into manager, sign into agol using the external address, and then tab back over to manage services and update sharing on a service I want to see in agol... hope this helps- David
... View more
08-21-2015
09:46 AM
|
0
|
4
|
2510
|
|
POST
|
So I've been working in AGOL for days and days tweaking my Government Services WebMap for consumption in the Web Application Builder developer edition 1.2. Many of my services do/will include related tables both 1-1 and 1-M for more than one pair per shared service. All of the system attributes (OBJECTID, GLOBALID, SHAPE, SHAPE_AREA, etc) as well as the primary keys are are included in each service. Each time I configure my popup to display related records I save the popup, save the layer, save the webmap. If I then navigate out of the webmap and return, the records disappear. Upon re-opening the popup configuration the related data option check box is active, yet no related attributes appear in the field list dropdown. What is going on? I've triple-checked all of my service and sharing parameters. I thought I was following the configure popups arcgis online help info to the letter. No matter what, the above behavior occurs! I don't want to get started on why I like to use my own feature layers from my own services and objects in the api and perhaps like many of you find working in webmaps cumbersome, certainly 'thick' at best. Any info is appreciated- Thanks- David
... View more
08-21-2015
09:03 AM
|
0
|
1
|
3623
|
|
POST
|
Interesting, thanks for reply Dan. I've been working primarily in the api defining and using our own feature layers and only recently at began exploring wab, so I was unsure if this behavior was expected or not-
... View more
08-21-2015
08:31 AM
|
0
|
0
|
1009
|
|
POST
|
All- Has anyone noticed that at 1.2 the origin attribute table needs to be open in order for related records to display in the attribute table div? I've tested with a both 1-1 and 1-M relates. Am I missing something? Thanks- David
... View more
08-19-2015
01:29 PM
|
0
|
2
|
3476
|
|
POST
|
Hmm, doesn't really look like I can. I did some initial searching in \\server\apps\3\jimu.js\dijit\Popup.js and PopupConfig.js files and I would say that all formatting is coming in on the fly via esriRequest and url params . . . thanks
... View more
08-14-2015
01:15 PM
|
0
|
0
|
3260
|
|
POST
|
Thanks Robert - One more quick question. We deal with alot of poorly formatted attributes and so in nearly all of my jsapi apps I've got various formatting functions set up e.g if I want to return acreage out of my shape_area field, I'll apply a convertSQft function like: convertSqFt = function(evt) {
if (!isNaN(parseFloat(evt))) {
} else {
if (evt.charAt(0) == "<") {
var acVal = evt.substring((evt.indexOf(">") + 1),evt.lastIndexOf("<"));
evt = acVal;
}
}
var acreage = evt * 0.000023;
return number.format(acreage, {
places : 2
});
}; and pass that into my popop template descrioption option value: var plyParcels = new PopupTemplate({
title : "GIS Parcel Info",
description : "<b>Account Number:</b> {ACCOUNT}" + "<br><b>Acreage:</b> {Shape_Area:convertSqFt}" +
"<br><b><a target='_blank' href=http://www.sc-pa.com/testsearch/parcel/{ACCOUNT}>Account Details</a></b>"
}); if you wanted to make these kind of changes, what module or modules would you attempt to apply this kind of formatting? Thanks- David
... View more
08-14-2015
10:47 AM
|
0
|
1
|
3260
|
|
POST
|
Robert - can you direct me as to which MapManager.js file should be modified? I too need to get at my popups for various config changes and I see that I can access MapManager from the \\client\stemapp\jimu.js folder or from the \\server\apps\3\jimu.js folder? Thanks- David
... View more
08-14-2015
09:54 AM
|
0
|
4
|
3260
|
|
POST
|
Hi All- Searched for this but can't seem to find any reference. Does anyone know if we can submit WAB deployed apps to the JS Web Optimizer? Or perhaps the better question is: By removing various unused widgets, is a deployed WAB fully optimized? Is there more we can do in the dev environment to further optimize? Thanks- David
... View more
08-13-2015
11:00 AM
|
1
|
0
|
3000
|
|
POST
|
Thanks Robert, that's it. I must of had a blindspot
... View more
08-11-2015
08:16 AM
|
0
|
0
|
3001
|
|
POST
|
Hi Rebecca - I'm sure this answer is posted somewhere but thus far have been unable to locate it. I didn't get started with WAB unit 1.1 so I'm wondering if you know how I go about updating my current 1.1 developer edtion to 1.2 upon it's release? Is it treated as a new install / workspace where I then migrate in any customizations? Thanks- David
... View more
08-11-2015
08:00 AM
|
0
|
2
|
3001
|
|
POST
|
Really? I don't know what to say. My caching has been very stable at 10.3 since applying the ArcGIS 10.3 for Server Map Consumption patch and subsequently at 10.3.1. I have not had to change to drive-letter paths, and even my maplex-engine basemap service is caching well.
... View more
07-30-2015
09:28 AM
|
0
|
0
|
2407
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 1 | 06-26-2026 12:39 PM | |
| 6 | 06-25-2026 07:23 AM | |
| 1 | 06-17-2026 06:04 AM | |
| 1 | 06-08-2026 08:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|