I am running into a problem with a database I have not had before. I
can read and update records OK, but when I try to create a new
record, with a primary key generated by me, I get the following
error:
Next exception:SQL State: -- error code: 803 -- msg: [803] Host
cannot be found
at
com.webobjects.eoaccess.EODatabaseContext._exceptionWithDatabaseContextInformationAdded(EODatabaseContext.java:4657)
at
com.webobjects.eoaccess.EODatabaseContext.performChanges(EODatabaseContext.java:6365)
at
com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingContext(EOObjectStoreCoordinator.java:411)
at
com.webobjects.eocontrol.EOEditingContext.saveChanges(EOEditingContext.java:3148)
Does this ring any bells for anyone?
The test environment is OSX Server 10.3.1, WO 5.2.2