This happens under windows 7 and windows server 2008
accounts for IUSR and NETWORK SERVICES (with read and write privilages) were added to the folders for the open specimen installation -
#########################################----------SAME PROBLEM as v2.3
Caused by: java.lang.RuntimeException: Error couldn’t create directory for storing de file data
at com.krishagni.catissueplus.core.init.DeInitializer.afterPropertiesSet(DeInitializer.java:83)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
… 25 more
tables are created folders are copied everything goes well until it tries to create a folder for the DE data.
can i bypass this by creating one manually and then making modifications to the
os_cfg_settings table for the data_dir ?
if so what would be the value for the entry in windows
something like
insert into os_cfg_settings(values)
values (“c:/websites/os2.4/de_folder”)