Select to view content in your preferred language

Alphanumeric Editing of non-SDE data.

916
1
01-10-2012 07:04 AM
TiagoRibeiro
Deactivated User
Hello,

I posted this problem in the JavaScript forum, and there advised me to posted here. This was the thread http://forums.arcgis.com/threads/45064-Alphanumeric-Editing-of-non-SDE-data..
I'm trying to edit alphanumeric data residing in another database, not SDE. I created a view from the table I want to edit in the SDE database, registered it, and using ArcMap I can now edit the data with no problem, but when I try to edit using the JavaScript API, with the AttributeInspector Widget, the server gives a error, but applies the edits anyway, and locks the table. I have to manually stop the service to access the data.
The server logs say:
<Msg time='2012-01-10T12:13:57' type='ERROR' code='100005' target='ARH_PROCESSOS_ALFA.MapServer' methodName='GraphicFeatureServer.ApplyEdits' machine='WKLAB10' user='?' process='8144' thread='8180' elapsed='0.03620'>Method failed.HRESULT = 0x80070057 : The parameter is incorrect.  .</Msg>.
Is there anyway to get around this? Please help me out, and if you need anymore information please let me know!

Thanks!
0 Kudos
1 Reply
TiagoRibeiro
Deactivated User
I've been doing some tests, and now I'm really confused!!
I've created two simple tables in the SDE Geodatabase, one using ArcMAP, and the other I used the SQL Server Manager and then registered it in the geodatabase, I was able to edit them booth using ArcMap and the REST end points, and I can't see the difference between this and editing the view... any ideas anyone?? Please!!
0 Kudos