CRRRD4781E: The file group VNF_32K does not contain the expected file. Drop it and re-create it with correct definition. Error Code: 4781'.
![]()
I am configuring RRDI. I get past the Content Store setup fine (I clicked Back and tried again to be sure). The Data Warehouse setup unfortunately gets this error upon clicking the Validate button:
CRRRA0131E: An error happened when validating the database. 'com.ibm.rational.rrdi.setup.db.common.RRDIDBException:
CRRRD4781E: The file group VNF_32K does not contain the expected file. Drop it and re-create it with correct definition. Error Code: 4781'.
Oddly there appears to be no occurrence of this error elsewhere on the web. Anyone know what this means? Even our DBA was stumped. "Drop it and re-create it with correct definition" is pretty vague.
The database is MS SQL Server 2012. The RRDI app is on Windows Server 2012. Everything is 64 bit.
|
Accepted answer
2 other answers
![]() Looking at the logs, it appears the script that creates the groups is created and run once, then never again. The first time it ran I had the collation set wrong. I fixed that, but it never tried to run the script again (whatever script creates the groups).
from the log:
The error "CRRRD4781E: The file group VNF_32K does not contain the expected file." actually means the group does not exist. |