Creation of datawarehouse for CLM 4.0.6 failing
Hi all,
Data:
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: One or more files listed in the statement could not be found or could not be initialized. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216) at …
Data base user is owner to dw BBDD.
Thank in advance,
Kind regards,
|
One answer
Check if the DB folder path is correct and if it has write permission.
If the folder is correct, look inside the folder if the VNF_32K.ndf was not already created during a previous execution. If it is not empty, in order to run the jts/setup for the dw configuration again, you will need to delete the content created on this DW folder and also drop the database. Check this article: https://jazz.net/wiki/bin/view/Main/MoreControlOverTheSQLServerDataWarehouseSetup |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Treat it as a pure SQL Server issue. Search "One or more files listed in the statement could not be found or could not be initialized". And this one may help.
http://www.sql-server-performance.com/2007/file-could-not-be-found-or-initialized/
Also, make sure that the user (OS, not DB) running the application server (Tomcat/WAS) has the permission to create file as described.