Failing on update entity action

Posts   
 
    
zeithgeist
User
Posts: 1
Joined: 19-Sep-2008
# Posted on: 19-Sep-2008 19:27:04   

Hi everybody. I´m having a big trouble on updating an entity, wich fails on save action and throws the message: During a save action an entity's update action failed.

i tryied all tips that found here, but still fails. My app it´s a bugtracker, and have:

an "issue description" panel, an "assigned to" panel and a "posts" panel. If i add an issue, and press SAVE, everything goes Ok, but if i Try to assign the issue to a person an save again, the app throws the message During a save action an entity's update action failed.

The weird thing, is that i have a partner using the exactly same code, and he doesn´t have this problem.

Why could it be?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Sep-2008 21:18:58   

Hi zeithgeist,

Please post more info so we could help you better:

  • The code snippet where you assign the person to an issue.
  • LLBLGen build version and RuntimeLibraries version.
  • Description and full stack trace of the error.
  • Generated SQL during the update action.

Also, please check these threads so see if them referrer to the same problem: http://llblgen.com/TinyForum/Messages.aspx?ThreadID=12783 http://llblgen.com/TinyForum/Messages.aspx?ThreadID=13491 http://llblgen.com/TinyForum/Messages.aspx?ThreadID=13231

David Elizondo | LLBLGen Support Team