On Tuesday 24 June 2008 06:39:28 pm Gang Chen wrote:
> CreateProfileStore : MAPI_E_NOT_ENOUGH_RESOURCES (0x8004010E)
I really have no idea. Probably one of these calls (in CreateProfileStore(),
which is in libmapi/IProfAdmin.c)
ev = event_context_init(mem_ctx);
MAPI_RETVAL_IF(!ev, MAPI_E_NOT_ENOUGH_RESOURCES, mem_ctx);
ldb_ctx = ldb_init(mem_ctx, ev);
MAPI_RETVAL_IF(!ldb_ctx, MAPI_E_NOT_ENOUGH_RESOURCES, mem_ctx);
is failing.
Can you use gdb (or printf statements) to tell which one?
Also, it might help if you can tell us which application/tool you are using,
what arguments you've passed to it and what your current setup is (i.e. what
did you do before the failing command).
Brad
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel