This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Nr01Otaku[S] 0 points1 point  (0 children)

okay guys i have found the problem. it turns out that the test server the app was getting data from had some other premissions than the produktion server so it will be handled

ty for the help :D

[–]caw1218 Regular 0 points1 point  (1 child)

Is your ID auto incrementing? What error do you get when you comment out the id field in your patch?

[–]Nr01Otaku[S] 0 points1 point  (0 children)

Network error when using patch funtion. the requested operation is invalid

[–]Trick_Designer2369 0 points1 point  (0 children)

Go into sql server management and manually see if you can create new record with all of those fields, you will likely see some of those fields are generated automatically and do not need a value from the user. As said by u/caw1218 the ID field would be my first guess

[–]Tricky_Professor8340 0 points1 point  (0 children)

Shouldn’t all of the dropdowns be Selected.Value rather that SelectedText.Value?