|
|
Choosing A Webhost: |
Re: deleting an enterprise?: msg#00002cms.opengroupware.xmlrpc.devel
Hi Stefan, On Jul 1, 2004, at 14:11, Stefan Kreutter wrote: I'm trying to delete an enterprise but I get a strage error: <Fault 0: 'ObjcRuntimeException: NSBoolNumber (instance) does not recognize count'> Wrong input parameter, error message could be better though ... >>> print server.enterprise.getByNumber(4711)... >>> print server.enterprise.delete(4711) This is incorrect. You can either use: server.enterprise.deleteByNumber("4711") (note that the enterprise "number" is a string!) or pass in the whole object into "delete": doc = server.enterprise.getByNumber("4711") server.enterprise.delete(doc) Greets, Helge -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Importing calendar in opengroupware, Fausto Zorzi - NetiX s.r.l. |
|---|---|
| Next by Date: | Re: Importing calendar in opengroupware, Helge Hess |
| Previous by Thread: | deleting an enterprise?, Stefan Kreutter |
| Next by Thread: | Importing calendar in opengroupware, Fausto Zorzi - NetiX s.r.l. |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |