On Thu, Dec 31, 2009 at 19:22, Robin Batra <[email protected]> wrote: > I am working on Windows XP and xp does support creation of folders starting > with numbers. Moreover when i try to create the workspace through my code > the folder is created but when the persistent manager tries to create the > database table corresponding to it an exception is thrown on the server. The > error code returned by DB2 corresponds to "Invalid numeric literal" (i am > using DB2 as the back-end). I think this is the problem of DDL used by the > persistent manager but i am not at all sure.
Or maybe DB2 doesn't allow numbers in table / schema names? What are the schemaObjectPrefix'es you have in your repository/workspace.xml? Regards, Alex -- Alexander Klimetschek [email protected]
