RTC Checkin a large files result into CRJAZ0265E The database resource or the virtual storage is not available
Natarajan Thirumeni (298●11●31)
| asked Jul 27 '16, 6:18 a.m.
edited Aug 01 '16, 12:42 p.m. by David Lafreniere (4.8k●7) You're trying to attach a large SINGLE file (about 800 MBs) to RTC SCM and it fails due to size of the file. Attaching a small file works. |
2 answers
Although is not suggested to store a such large file into SCM database, try uploading the large file into file server, append the link into RTC WI.
However if you business requirement is to attach a large file, then you can workaround this issue by tuning DB2 database file sizes. The suggested values to check in about 800 + MB file is below. Logfilsiz=12288 Logprimary=128 Logsecond=128 You need to restart DB2 server for this changes to take effect (in some case it does no required, but its safe to restart). Run >db2 get db cfg for <dbname> the cfg file should list configration of your DB, including the log changes you've made. Ensure the changes is picked up. You're good to go to attach a large file. As always, please avoid attaching a large files into SCM database. |
Hi Nattu,
I guess you have already looked at increasing the transaction log space, if not, below is a DB2 Troubleshooting technote, which suggests increasing transaction log space could help : http://www.ibm.com/support/knowledgecenter/SSATW2_7.3.0/com.ibm.ituam.doc_7.3/troubleshooting/t_exception_db2_sql_error_sqlcode_-964.html Regards, Dinesh |
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.