تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
42748 أدوات العرض

Hi Guys, while importing data from csv file through a customized function, i am getting this error,

current transaction is aborted commands ignored until end of transaction block

I know this is due to some DB operation occuring in a Transaction(where previous operation had some issue in same transaction)

so i can keep and exception to handle this.

But i would like to have a better way to handle this exception or is there any particular exception handler to handle this kind of Exception.

any help would be appreciated.

الصورة الرمزية
إهمال

You should also try looking at the PostgreSQL logs to check what's causing the exception

أفضل إجابة

ODOO use Psycopg for PostgreSQL connection .
You can  place your code inside the try catch block and

  Use psycopg2.Error  or psycopg2. IntregrityError   for exception handling .

Hope this may help in your case.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
أغسطس 25
2004
1
يوليو 25
614
1
أغسطس 25
1150
0
مايو 25
1238
2
أبريل 25
3306