Troubleshooting
Problem
This technote describes how to remove an IBM® Rational® RequisitePro® project from an enterprise database.
Resolving The Problem
This process details how to remove both Enterprise and Microsoft® Access projects. These steps entail three portions:
- Removal of the project from the database
- Deletion of the corresponding project files on the file system
- Removal of the project from the RequisitePro project list
Microsoft Access:
To remove a RequisitePro project from a Microsoft Access database use these steps:
Note: Due to the fact that Access projects are a one to one relationship with a given project and database, the deletion of the project is simple. An Access based RequisitePro project is simply stored in a file with the name of the project.mdb.
- Find the location of the project by selecting the File > Open Project.
- Select the project in the list, and the path to the project will be displayed.
- Navigate to this location through Microsoft Windows® Explorer.
- The project should be placed in a directory with the same name as the project.
- Within this directory, there will be three files with the project name. These files include project.mdb, project.rqs, and project.rql. (The .rql file is a hidden file, and all files must be displayed in order to see this file.) There may also be RequisitePro documents in this directory. These documents may also be deleted.
- Deletion of Database, simply highlight the project.mdb file and select delete.
Oracle:
- Log into SQL*Plus as the ReqPro user.
- List all the RequisitePro projects in an Oracle database by executing the following command:
Select id,name from RqProjects;
- Identify the project id for the project you want to delete.
- Execute the following statement to remove the RequisitePro project from the Oracle database. Replace the value 1 with the id of the project you want to delete. A message displays to confirm that the project is deleted.
Execute RqDelete_project (1);
To remove a RequisitePro project from an Oracle database use these steps:
- Log in to SQL Query Analyzer as the ReqPro user.
- Execute the following command to list all the RequisitePro projects in a SQL Server database:
Select id,name from RqProjects;
- Find the project id for the project you want to delete.
- Execute the following statement to remove the RequisitePro project from the SQL Server database. Replace the value 1 with the id of the project you want to delete. A message displays to confirm that the project is deleted.
Exec RqDelete_project 1;
To remove a RequisitePro project from a Microsoft SQL Server database use these steps:
IBM DB2:
- Access the Command Center and connect to your db2 database as the ReqPro user
- Run the following stored procedure, where projectid is the ID of the database you want to delete:
call rqdelete_project(projectid)
- This should delete the project from DB2 database completely, you have to remove project folder as well.
To remove a RequisitePro project from a IBM DB2® database use these steps:
Deletion of Files on File System:
- Open RequisitePro, and select the File > Open Project command.
- This action will list all of the projects in the user's project list.
- A registry reference on the local PC is created for each project in the project list.
- In order to remove this registry reference, highlight the project in the project list and select Remove.
In order to delete the .rqs, .rql, and document files, simply select the files and select delete in Windows Explorer.
Removal of Project From Project List
[{"Product":{"code":"SSSHCT","label":"Rational RequisitePro"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Database","Platform":[{"code":"PF033","label":"Windows"}],"Version":"2003.06.00;2003.06.10;2003.06.12;2003.06.13;2003.06.14;2003.06.15;2003.06.16;7.0;7.0.0.1;7.0.0.2;7.0.0.3;7.0.0.4;7.0.0.5;7.0.0.6;7.0.0.7;7.0.1;7.0.1.1;7.0.1.2;7.0.1.3;7.0.1.4;7.0.1.5;7.0.1.6;7.0.1.7;7.1;7.1.0.1;7.1.0.2;7.1.1","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]
Historical Number
26029
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21135226