Hello,
I setup what I think is a pretty simple program to map some external identifier strings to existing data. Two display groups on one page. First display group is the objects (Center) to be edited, the second display group (ExternalCenter) is used to find the right match by searching on the name.
One attribute of the Center is all that is being updated.
com.webobjects.eoaccess.EOGeneralAdaptorException:
EvaluateExpression failed: :
Next exception:SQL State:23000 -- error code: 1048 -- msg: Column
'parentCenterFK' cannot be null
Reason:
EvaluateExpression failed:
<com.webobjects.jdbcadaptor.MySQLPlugIn$MySQLExpression: "UPDATE
center SET cmsnum = ?, parentCenterFK = NULL, active = NULL WHERE
(centerKey = ? AND active = ? AND cmsnum is NULL AND code = ? AND name =
? AND parentCenterFK = ?)" withBindings: 1:"310001"(cmsProviderNumber),
2:620(centerkey), 3:1(active), 4:"HUMED"(code), 5:"University Medical Center"(name), 6:620(parentcenterfk)>:
Next exception:SQL State:23000 -- error code: 1048 -- msg: Column
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden