|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
User PrefsAfter some more testing I found another error. If I try to edit the
Admin preferences (like adding a category) and then press the save button I get a pop-up with this error: account::set: LSDBObjectCommandException account::set failed: no staff object for account update In the logs I get this: Jun 11 11:12:26 ogo-webui-5.5 [10566]: (29462946014A30E63D) command account::set({ anniversary = ""; assistantName = ""; associatedCategories = ""; associatedCompany = ""; associatedContacts = ""; birthday = ""; bossName = ""; companyId = 10000; contactId = ""; dbStatus = updated; degree = ""; department = ""; description = ogoadmin; dirServer = ""; email1 = ""; emailAlias = ""; fileas = ""; firstname = ""; freebusyUrl = ""; groups = ( ); imAddress = ""; imapPasswd = ""; isAccount = 1; isCustomer = ""; isExtraAccount = 0; isIntraAccount = 1; isLocked = ""; isPerson = 1; isPrivate = 0; isReadonly = 1; isTemplateUser = ""; keywords = ""; login = ogoadmin; middlename = ""; name = ogoadmin; nameAffix = ""; nameTitle = ""; number = LS10000; object = <EOGenericRecord: description Person attributes={ anniversary = ""; assistantName = ""; associatedCategories = ""; associatedCompany = ""; associatedContacts = ""; birthday = ""; bossName = ""; companyId = 10000; contactId = ""; dbStatus = updated; degree = ""; department = ""; description = ogoadmin; dirServer = ""; emailAlias = ""; fileas = ""; firstname = ""; freebusyUrl = ""; imAddress = ""; imapPasswd = ""; isAccount = 1; isCustomer = ""; isExtraAccount = 0; isIntraAccount = 1; isLocked = ""; isPerson = 1; isPrivate = 0; isReadonly = 1; isTemplateUser = ""; keywords = ""; login = ogoadmin; middlename = ""; name = ogoadmin; nameAffix = ""; nameTitle = ""; number = LS10000; objectVersion = 41; occupation = ""; office = ""; ownerId = ""; partnerName = ""; password = ; priority = ""; salutation = ""; sensitivity = ""; sex = ""; showEmail2As = ""; showEmail3As = ""; showEmailAs = ""; sourceUrl = ""; templateUserId = 9999; url = ""; }>; objectVersion = 40; occupation = ""; office = ""; ownerId = ""; partnerName = ""; password = ; priority = ""; salutation = ""; sensitivity = ""; sex = ""; showEmail2As = ""; showEmail3As = ""; showEmailAs = ""; sourceUrl = ""; templateUserId = 9999; url = ""; }) failed: name: LSDBObjectCommandException reason: account::set failed: no staff object for account update info: <none> Jun 11 11:12:26 ogo-webui-5.5 [10566]: [ERROR] (29462946014A30E63D) failed: account::set({ anniversary = ""; assistantName = ""; associatedCategories = ""; associatedCompany = ""; associatedContacts = ""; birthday = ""; bossName = ""; companyId = 10000; contactId = ""; dbStatus = updated; degree = ""; department = ""; description = ogoadmin; dirServer = ""; email1 = ""; emailAlias = ""; fileas = ""; firstname = ""; freebusyUrl = ""; groups = ( ); imAddress = ""; imapPasswd = ""; isAccount = 1; isCustomer = ""; isExtraAccount = 0; isIntraAccount = 1; isLocked = ""; isPerson = 1; isPrivate = 0; isReadonly = 1; isTemplateUser = ""; keywords = ""; login = ogoadmin; middlename = ""; name = ogoadmin; nameAffix = ""; nameTitle = ""; number = LS10000; object = <EOGenericRecord: description Person attributes={ anniversary = ""; assistantName = ""; associatedCategories = ""; associatedCompany = ""; associatedContacts = ""; birthday = ""; bossName = ""; companyId = 10000; contactId = ""; dbStatus = updated; degree = ""; department = ""; description = ogoadmin; dirServer = ""; emailAlias = ""; fileas = ""; firstname = ""; freebusyUrl = ""; imAddress = ""; imapPasswd = ""; isAccount = 1; isCustomer = ""; isExtraAccount = 0; isIntraAccount = 1; isLocked = ""; isPerson = 1; isPrivate = 0; isReadonly = 1; isTemplateUser = ""; keywords = ""; login = ogoadmin; middlename = ""; name = ogoadmin; nameAffix = ""; nameTitle = ""; number = LS10000; objectVersion = 41; occupation = ""; office = ""; ownerId = ""; partnerName = ""; password = ; priority = ""; salutation = ""; sensitivity = ""; sex = ""; showEmail2As = ""; showEmail3As = ""; showEmailAs = ""; sourceUrl = ""; templateUserId = 9999; url = ""; }>; objectVersion = 40; occupation = ""; office = ""; ownerId = ""; partnerName = ""; password = ; priority = ""; salutation = ""; sensitivity = ""; sex = ""; showEmail2As = ""; showEmail3As = ""; showEmailAs = ""; sourceUrl = ""; templateUserId = 9999; url = ""; }) Jun 11 11:12:26 ogo-webui-5.5 [10566]: [ERROR] LSWPreferencesEditor -[OGoEditorPage saveAndGoBackWithCount:]: could not perform operation! Jun 11 11:12:26 ogo-webui-5.5 [10566]: PG0x0xa8ad11c SQL: COMMIT TRANSACTION Any help is appreciated. Regards Christian -- Dr. Christian Naumer Senior Scientist Analytics & Engineering B.R.A.I.N Aktiengesellschaft Darmstaedter Str. 34-36, D-64673 Zwingenberg e-mail cn@..., homepage www.brain-biotech.de fon +49-6251-9331-30 / fax +49-6251-9331-11 Sitz der Gesellschaft: Zwingenberg/Bergstrasse Registergericht AG Darmstadt, HRB 24758 Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck Vorsitzender des Aufsichtsrats: Ulrich Putsch -- OpenGroupware.org Users users@... http://mail.opengroupware.org/mailman/listinfo/users |
|
|
Re: User PrefsOn Thu, 2009-06-11 at 13:23 +0200, Christian Naumer wrote:
> After some more testing I found another error. If I try to edit the > Admin preferences (like adding a category) and then press the save > button I get a pop-up with this error: > account::set: LSDBObjectCommandException account::set failed: no staff > object for account update Yep, the staff and trust tables have been dumped from trunk/v5.5 and your packages must have been snapshot'd during those changes. This works, at least for me, on r2260 and I've just pushed that up to the build servers. There still may be some staff dependencies floating around but I've taken out all the ones I could find; it did affect account and team maintenance commands as well as some of the RSS feeds. I think the project-actions-rss feed is still broken as that is still on my list. If you still have account errors on r2260 let me know. -- OpenGroupware.org Users users@... http://mail.opengroupware.org/mailman/listinfo/users |
|
|
Re: User PrefsOn Thu, 2009-06-11 at 12:22 -0400, Adam Tauno Williams wrote:
> On Thu, 2009-06-11 at 13:23 +0200, Christian Naumer wrote: > > After some more testing I found another error. If I try to edit the > > Admin preferences (like adding a category) and then press the save > > button I get a pop-up with this error: > > account::set: LSDBObjectCommandException account::set failed: no staff > > object for account update > Yep, the staff and trust tables have been dumped from trunk/v5.5 and > your packages must have been snapshot'd during those changes. This > works, at least for me, on r2260 and I've just pushed that up to the > build servers. There still may be some staff dependencies floating > around but I've taken out all the ones I could find; it did affect > account and team maintenance commands as well as some of the RSS feeds. > I think the project-actions-rss feed is still broken as that is still on > my list. > If you still have account errors on r2260 let me know. It looks like packages were just built (for CentOS5); but I don't see them on the mirror(s) yet. I also noticed they dump source RPMs <http://download.opensuse.org/repositories/server://OpenGroupware/CentOS_5/src/> if someone wants to grab them to build 64bit versions. -- OpenGroupware.org Users users@... http://mail.opengroupware.org/mailman/listinfo/users |
| Free embeddable forum powered by Nabble | Forum Help |