I found thecause of the problem. During the start ofthe SCC, the scriptfor fillingthe RES_DAY_PRD_D table is executed. This process fails with errors:
=2014-07-22 10:07:53,240 [ERROR] [repository.Repository | ] [Agent Bootstrap Thread] - Failed to update the repository day period metadata. Seed to data file generated to C:\Windows\TEMP\scc-day-period-seed-data8374864392011328064.sql |
If this continues to fail, please contact support to update the table.
com.sybase.scc.orm.dao.DaoException: LOAD TABLE RES_DAY_PRD_D FROM 'C:\Windows\TEMP\scc-day-period-seed-data8374864392011328064.sql' DELIMITED BY ',' WITH CHECKPOINT ON;
Caused by: java.sql.SQLException: [Sybase][ODBC Driver][SQL Anywhere]Right truncation of string data
RES_DAY_PRD_D columns are not sufficientto fitthe dataloadedfrom the file.
I triedto resize columns myself but unfortunatelyrepository database(ASA) is secured(authenticatededition) and as a DBA login it is impossible to perform any modifications.
So Ithink thereis noworkaroundfor thisproblem and I will have to create a case in Tech. Support.
Best Regards
--
Marcin Najs