Select to view content in your preferred language

unable to applyEdits()

1676
7
Jump to solution
08-08-2012 12:33 AM
JanJeske
Deactivated User
Im using a feature Server and want to add Points to it

But if i applyEdits() all the time i get back 'error:400 Unable to complete operation'

My server is 10.1 the SDE is 9.3 is that an issue ? with 10.0 it worked fine

In ArcMap adding Points works fine, too

The User has permissions to the FeatureClass

I testet it also direct to the Rest service same issue:

the json post to the Server is like this:
 [{"geometry":{"x":434686.6102382373,"y":5792087.627864312,"spatialReference":{"wkid":25832}},"attributes":{"Art_ID":null,"Art":null,"Bemerkung":null,"Strasse":null,"Str_kurz":null,"Hsnr":null,"Hsnr_ID":null,"Pers_ID":null,"Mitarb_ID":null,"Status":null,"Datum_ein":null,"Datum_bearb":null}}]


Any suggestions?
0 Kudos
1 Solution

Accepted Solutions
AndyStewart1
Occasional Contributor
Installed SP1 for Server 10.1 and it fixed this problem.

View solution in original post

0 Kudos
7 Replies
HuiChen
New Contributor
I have met the same problem and issued a ticket to ESRI. The answer is that 10.1 does not work with SDE 9.3. Not sure if they are going to fix this issue or not.

Hui
0 Kudos
JanJeske
Deactivated User
Thanks for the reply. It seems that i have to wait until the SDE Upgraded to 10.1 😞
0 Kudos
JanJeske
Deactivated User
Now I tested it with 10.1 and it works 🙂
0 Kudos
AndyStewart1
Occasional Contributor
Is the 10.1 server still not compatible with the 9.3 SDE? We have run into this problem and upgrading the database is not an easy option right now.
0 Kudos
AndyStewart1
Occasional Contributor
Installed SP1 for Server 10.1 and it fixed this problem.
0 Kudos
AdrianMarsden
Honored Contributor
I was getting stuck here to.  We can' upgrade the SDE due to legacy MapObject code.  BUT reading

http://forums.arcgis.com/threads/57375-Why-would-I-install-ArcSDE-with-10.1

I seems we no longer need the SDE software to create a "SDE" database, just the client software.  So in ArcCat 10.1 I created a new enterprise database for the few things I want to be able to be edited via the browser.  It all works well - now I just need to update my code (it currently rights the XY to a SQL table that is read as an event theme)

Cheers

ACM
0 Kudos
JanJeske
Deactivated User
Installed SP1 for Server 10.1 and it fixed this problem.


Yeah SP1 fixed the incompatibility. But it seems that it is faster with 10.1.
0 Kudos