Thursday, February 4, 2010

Trouble starting WLI? Truncate everything!

here is what you should do to clean completely the environment:

1-      Execute the following script

truncate table WEBLOGICWLSTORE;
truncate table WLI_PROCESS_DEF;
truncate table WLI_PROCESS_DEF_ARCH;
truncate table WLI_PROCESS_EVENT;
truncate table WLI_PROCESS_EVENT_ARCH;
truncate table WLI_PROCESS_INSTANCE_INFO;
truncate table WLI_PROCESS_TRACKING;

2-      Delete all files on the $DomainPath$/WseeFileStore

No comments: