Page 1 of 1

Object Cloning Error

Posted: Mon Jul 29, 2019 3:22 pm
by chpwebmaster
When trying to clone an object I keep getting:

Code: Select all

General error: 1366 Incorrect integer value: '' for column 'sob_input_count' at row 1
I was getting similar complaints when trying to clone forms but adding browse height and row counts which it was complaining about fixed that.

I assume this is being caused by trying to put an empty string into a bigint but how do I get it to stop?

Thank you for your help/suggestions.

Re: Object Cloning Error

Posted: Thu Aug 01, 2019 12:19 am
by admin
chpwebmaster,

See if this helps...

https://forums.nubuilder.cloud/viewtopic. ... adb#p18279


Steven

Re: Object Cloning Error

Posted: Thu Aug 01, 2019 12:54 am
by chpwebmaster
Thank You.

I haven't actually tried to clone a form or an object since I posted this the other day. I just went and looked at that and the strict transaction is on with MySQL 5.7 something. I just went and tried to clone both of forming an object again and they both cloned just fine and it hasn't been working for weeks. I will however add this to my tool belt of things to look at if it starts doing it again.