Skip to main content
September 22, 2022
Question

Error in process model

  • September 22, 2022
  • 5 replies
  • 0 views

plz suggest the solution

    5 replies

    mikes0011
    Brainy
    September 22, 2022

    The first thing I'd check is to confirm your DB table's primary key column is configured for AUTO INCREMENT.

    The Expression Guru
    csteward
    September 22, 2022

    Beat me too it - thought you might still be basking in YouTube glory this afternoon :D

    mikes0011
    Brainy
    September 22, 2022

    LOL, yeah all 10 pixels of my youtube glory, thanks to my crappy connection and/or corp firewall software for that one [emoticon:c22324d72be24d45bf071047c6583446]

    Correct me if I'm wrong, but if a PKID was set up originally without the AUTO_INCREMENT functionality in place, it'll need to be corrected both in the CDT as well as in the DB table, right?  I'm under the impression that both of those changes will need to be done manually (and if the DB table isn't updated, at least, the writes will continue failing in this way).  Obviously I haven't done any recent extensive testing of this, so I can't say with 100% confidence.

    The Expression Guru