Skip to main content

C:\Windows\Temp directory fills up quickly while working with Rational Focal Point


Technote (FAQ)


Question

How do you help avoid C:\Windows\Temp directory to run out of disk space when using IBM Rational Focal Point?

Cause

Filling up the temp directory on the disk takes up the drive space causing the application to stop responding.

This is specific to Windows as Operating System and PostgreSQL as the database.


Answer

Steps to avoid lucene files to add on the disk:

  1. Stop Focal Point

  2. Login to PostgreSQL database

  3. Execute the following query (where xx is the tableidno)

    drop table lucenexx cascade;

    Note: The lucene table will be listed as lucene2, lucene3 ...

  4. Execute the following query on the same database

    delete from indexqueue
  5. Restart PostgreSQL services

  6. Navigate to <Tomcat Home>/conf/Catalina/localhost

  7. Edit fp.xml

  8. Add the line

    <Resource name="focalpoint/filestorage" auth="Container"
    type="com.telelogic.focalpoint.tools.filestorage.FileStorage"
    factory="com.telelogic.focalpoint.tools.filestorage.FileStorageFactory"
    storageClassName="com.telelogic.focalpoint.tools.filestorage.FileStorageDB"
    basePath="C:/focalpoint/files" />


  9. Ensure it states FileStorageDB and not FileStorageFS.

    Note: If its FileStorageFS, change it to FileStorageDB

  10. Start Tomcat

  11. Monitor the tomcat logs for index recreation

  12. Launch Focal Point

Monitor your disk space for a day.


Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

Rational Focal Point

General Information


Software version:
6.4.1.1, 6.4.1.2, 6.4.1.3, 6.5, 6.5.0.1, 6.5.0.2, 6.5.1, 6.5.1.1, 6.5.2, 6.5.2.1


Operating system(s):
Windows


Reference #:
1458151


Modified date:
2012-11-27

Translate my page

Content navigation