|
POST
|
It doesnt work. Do u have any complete example using that? I already read the sample in the developers webpage but idk why it doesnt work for me. Im not using the attachment inspector object.
... View more
04-27-2015
05:11 AM
|
0
|
0
|
2388
|
|
POST
|
Do u have any example where u do that ? It will be useful for me Thanks!!
... View more
04-23-2015
11:37 AM
|
0
|
2
|
2388
|
|
POST
|
Hello, I am developing an app that needs to add an attachment (pdf file) and save it in the arcgis db. Anyone knows how to do that? My rest service has the attachment value in True, but idk why this code doesnt do it. This is part of my code: myPropLayer.url = "myfeaturelayerurl"; myPropLayer.id = "NewEtaFeature"; myPropLayer.addAttachment(1,byteArrayToProcess,"ElemetopPDF","pdf",new AsyncResponder(resultado,malresultado)); function resultado():void{ Alert.show("saved"); } function malresultado():void{ Alert.show("not saved"); } Mensaje editado por: Evelyn Hernandez. new Question about attachments
... View more
04-21-2015
11:04 AM
|
0
|
36
|
10304
|
|
POST
|
Add the features from the last choosen to an arraylist or arraycollection variable, then when u wanna go back u will pass those values to the zoom extent.
... View more
04-10-2015
07:52 AM
|
1
|
0
|
1712
|
|
POST
|
The thing is, yesterday we updated the srv to the v 10.3. Idk if doing the change that u say it will affect too much to the services or the entire service. Theres no documentation talking about that in the v10.3 .. just the link that u showed me its talking about 10.2 Maybe the way (sintaxis) to do it is now kinda different. Anyone has experienced this trouble?
... View more
03-24-2015
08:35 AM
|
0
|
2
|
1151
|
|
POST
|
Hello everyone, I was making a query to a REST service in the v 10.2, with a MAX value, it was working perfectly with the following sentence: CENTRAL_ID=(SELECT MAX(CENTRAL_ID) FROM CENTRAL_PMGD) My Rest Srv is containing the following fields: Fields: OBJECTID ( type: esriFieldTypeOID , alias: OBJECTID , editable: false , nullable: false ) EMPRESA_ID ( type: esriFieldTypeInteger , alias: PERIODO_STAR , editable: true , nullable: true ) PERIODO_STAR ( type: esriFieldTypeString , alias: PERIODO_STAR , editable: true , nullable: true , length: 6 ) CENTRAL_ID ( type: esriFieldTypeInteger , alias: CENTRAL_ID , editable: true , nullable: true ) When i try to do the same query in the v 10.3 i got the following error ... ¿How can i do it? Thanks for ur answer
... View more
03-24-2015
06:35 AM
|
0
|
4
|
4777
|
|
POST
|
I solved my problem making another rest services for the data, cuz for some reason u cannot have too much data in just one rest srv (u can, but it will show very slow).
... View more
03-23-2015
05:34 AM
|
0
|
0
|
736
|
|
POST
|
I have read all of those but still have the same issue, and i have multiple rest services and just with one of them is happening.
... View more
03-19-2015
09:41 AM
|
0
|
0
|
736
|
|
POST
|
I want to know why sometimes the instances on my arcgis service are always running (of 6, i have sometimes 6 running at the same time for a long time). Is there a way to close them? or do something to improve the performance of my service? (data loading). Thanks.
... View more
03-19-2015
08:44 AM
|
0
|
3
|
4070
|
|
POST
|
I solved my problem, putting the array like: array[0]
... View more
03-13-2015
08:56 AM
|
0
|
0
|
582
|
|
POST
|
Hello, Hoping someone can help me, im developing a widget that when the user clic on the map, add a new registry in a db. I have the following code but i dont know why it doesnt work propertly. It goes to the onresult function and say its done, but when i go to the database, there is not any new row. Its like it didnt save anything of the data that i want to save on the db. What am i doing wrong? The parameters im passing are raw, cuz i wanna try the add, but idk why it doesnt save any new row. My function is : protected function GRABA_CENTRAL():void{ var nuevaCentral:* = new Object; var fecha_star:String = CboMes2.selectedItem + CboYear2.selectedItem; nuevaCentral["EMPRESA_ID"]= 006; nuevaCentral["PERIODO_STAR"]= fecha_star; ... myPropLayer.url = ""; var newgrap2:Graphic = new Graphic(null,null,nuevaCentral); myPropLayer.applyEdits([ newgrap2 ],null,null,false,new AsyncResponder(onResult2,onFault2)); function onResult2(info:Object, token:Object = null):void { Alert.show("Registro actualizado exitosamente" +info.toString()); } function onFault2(info:Object, token:Object = null):void { Alert.show("Error al editar nuevo elemento "+info.toString()); } } Thanks for all ur help as always Mensaje editado por: Evelyn Hernandez
... View more
03-13-2015
08:39 AM
|
0
|
1
|
4014
|
|
POST
|
I couldnt do what i want to do. I am using a secure service layer trying accessing with a windows account, but i dont know how to get when the user id when he already logged in succefully. If anyone can help me with a code example will be useful. Thanks
... View more
03-10-2015
05:48 AM
|
0
|
0
|
1443
|
|
POST
|
I will try them, but the oauth function only works with a Esri user account? Cuz i want to do something similar but without using an esri account, just with a windows domain account. Thanks for ur answer
... View more
03-09-2015
12:06 PM
|
0
|
1
|
1443
|
|
POST
|
Hello everybody, I want to know about how to use this function (checkSignInStatus(resUrl)) cuz the thing i want to do is , when the user log in using the identitymanager (my service layer is with security), displays a message or welcome alert with the user id like :"Welcome Ms/Mrs: <userid>" I dont know if im in the right way or the right function. I have read the doc api and it doesnt show any example. Im using windows authentication. Thanks for all ur help as always.
... View more
03-09-2015
08:23 AM
|
0
|
3
|
5295
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-21-2017 02:09 PM | |
| 1 | 04-10-2015 07:52 AM | |
| 1 | 03-23-2016 02:08 PM | |
| 1 | 02-22-2016 05:01 AM | |
| 1 | 10-09-2018 07:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-01-2024
03:05 AM
|