|
POST
|
Tried to use the web optimizer today, is something going on? IE - no sign in button Chrome - new build button does nothing Firefox - new build button does nothing side note, first time ever seeing a 416 error, so there is that.
... View more
04-01-2015
10:11 AM
|
0
|
2
|
4619
|
|
POST
|
Wanted to save some people time troubleshooting. We recently have had two bugs logged for the directions widget 1. Reverse geocode not populating address back into widget even though it successfully completes when using local geocoder (works using AGO). Defect ID: BUG-000084635 Synopsis: When using an ArcGIS Server geocode and route service, Directions widget displays coordinates instead of street addresses when either the destination stop or origin is dragged to a new location to recalculate the route or if new stops are added by clicking on the map. Unfortunately, there is no workaround at this time. 2. Directions widget does not deactivate using mapClickActive=false even though deactivate() is deprecated BUG-000086450 : directions widget does not deactivate even after directions.mapClickActive=false in ArcGIS API version 3.13 Workaround: Use directions.deactivate()
... View more
03-30-2015
07:05 AM
|
0
|
3
|
4637
|
|
POST
|
Still waiting on that 3.13 release. It fixes a bug we desperately need to patch Kelly Hutchins Bjorn Svensson
... View more
03-18-2015
08:28 AM
|
0
|
2
|
1596
|
|
POST
|
Was great meeting you at the Dev Conference. When will 3.13 be available for download??
... View more
03-17-2015
06:21 AM
|
0
|
0
|
1596
|
|
POST
|
Vince Angelo commandline is the only option. even after recreating it in SQL sde (arccatalog, desktop, python) could not see it This situation was caused by changing the schema of a table that participate in a view, which invalidated the view. The view was then modified, SDE "lost" it.
... View more
02-05-2015
09:40 AM
|
1
|
0
|
2303
|
|
POST
|
Just had another issue where only solution was sde commandline https://community.esri.com/message/454895?sr=search&searchId=0e2452ab-cfa5-489b-b3ab-1137b53a42f6&searchIndex=1#454895
... View more
02-04-2015
11:40 AM
|
2
|
0
|
2568
|
|
POST
|
So this is the second time this week I have had to use the commandline. We have a spatial view where the schema changed of one of the source tables.The view was registered with SDE at an earlier version (10.0) This caused SDE to loose track of the view. 1. View is not in the list in arccatalog. 2. View was dropped and recreated in sql with no affect 3. Cannot create a new view in arccatalog as "a table with that name already exists" 4. sdetable -o describe Thinks the table still exists If I drop the table with sdetable -o delete I can recreate the view in sql and all is well, but what happens when they take away this tool? I cannot drop it with ArcToolbox, as I cannot browse to it to select it, since it does not show up!
... View more
02-04-2015
07:06 AM
|
0
|
3
|
6224
|
|
POST
|
setInterval(lang.hitch(this, function () {
var def = esri.id.generateToken(serverInfo, {"username": "util", "password": "<>"});
def.addCallback(lang.hitch(this, function (tokenInfo) {
//var idBase = new IdentityManagerBase();
//get token creation time in epoch
var creationTime = (new Date).getTime();
//calculate the token expiration based on short lived token validity
var expirationTime = creationTime + (serverInfo.shortLivedTokenValidity * 60000);
// alert(creationTime+":"+expirationTime)
//create array of secured services
// create a new javascript Date object based on the timestamp
// multiplied by 1000 so that the argument is in milliseconds, not seconds
var idObject ={};
idObject.serverInfos= [serverInfo];
var credentials={};
credentials.userId = "util";
credentials.server = window.location.protocol+'//'+window.location.hostname+'/arcgis03';
credentials.token = tokenInfo.token;
credentials.expires = expirationTime;
credentials.ssl = false;
credentials.scope = "server";
credentials.validity = 720;
credentials.creationTime = creationTime;
idObject.credentials = [credentials];
//credential object is correct
esri.id.initialize(idObject);
esri.id.tokenValidity=720;
}));
}, 3000000));
... View more
01-15-2015
08:56 AM
|
0
|
1
|
8994
|
|
POST
|
Its doing full table scans. Make sure you build an attribute index on the fields you are joining on.
... View more
01-15-2015
06:13 AM
|
2
|
0
|
2652
|
|
POST
|
we do this with tokens var idObject ={};
idObject.serverInfos= [serverInfo];
var credentials={};
credentials.userId = "util";
credentials.server = window.location.protocol+'//'+window.location.hostname+'/arcgis03';
credentials.token = tokenInfo.token;
credentials.expires = expirationTime;
credentials.ssl = false;
credentials.scope = "server";
credentials.validity = 720;
credentials.creationTime = creationTime;
idObject.credentials = [credentials];
//credential object is correct
esri.id.initialize(idObject);
esri.id.tokenValidity=720;
... View more
01-14-2015
11:00 AM
|
0
|
2
|
8994
|
|
POST
|
Jonathan Uihlein is doubletap still being looked at? it is still not working in 3.12
... View more
01-12-2015
11:02 AM
|
0
|
0
|
747
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-22-2014 08:35 AM | |
| 1 | 05-02-2012 04:56 AM | |
| 1 | 10-29-2021 07:40 AM | |
| 1 | 10-28-2021 05:26 AM | |
| 1 | 07-17-2012 08:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-01-2022
02:00 PM
|