1C SQL error new record problme

This forum is intended for cases when a problem can not be solved due to restrictions of the platform: a bug or lack of functionality.

#1
People who like this:0Yes/0No
Just came
Rating: 0
Joined: Jul 31, 2012
Company: ems teknoloji

Hi this is my problem for using 1C record SQL data
maybe usually look this error.
Server restart running normaly

{DataProcessor.İşlemMasası.Form.Form1.Form(182)}: İçerik metodu çağrısı sürecinde hata oluştu (Write)
                              gl_CariKullanıcıObj.Write();
bu nedenle:
İşlem gerçekleşme sürecinde kilitleme çakışması:
Microsoft SQL Server Native Client 10.0: Lock request time out period exceeded.
HRESULT=80040E31, SQLSrvr: SQLSTATE=HYT00, state=33, Severity=10, native=1222, line=1

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, ercan aycan.

You have a dead lock. In short, this means that your object is locked twice and they both are waiting.

You can use managed locks and set locks manually when needed.

More details on data lock you can find in Optimizing client/server applied solutions for SaaS application delivery model article and in 1C:Enterprise 8. Developer guide, Chapter 9. Work with Data.

If you have a high load project, please contact our extended TechSupport team.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.