-
Notifications
You must be signed in to change notification settings - Fork 19
VACOLS VM Trigger Fix M1
Download and follow the instructions below VACOLS_VM_trigger_fix_M1.zip
ON THE VACOLS VM:
- Log in to VACOLS VM (password is password)
- Open a command prompt (search ‘cmd’ from start menu)
- Type ‘sqlplus / as sysdba’ to run the SQL*Plus command line utility
- In SQL*Plus, run the following SQL command:
- GRANT CREATE TRIGGER TO VACOLS_TEST;
- Don’t forget the semicolon at the end!
- You should see “Grant succeeded” after running the command
- You can leave this open for the last steps
ON YOUR LOCAL MACHINE: 5. Open SQLDeveloper and create a new connection to the VACOLS DB with the following settings: 1. Name: vacols_test 2. Username: VACOLS_TEST 3. Password: VACOLS_TEST 4. Hostname: localhost 5. Port: 1521 6. SID: BVAP 6. After saving the connection, find it in “Connections” window on the left side of the program and click the “+” to connect and expand it 7. Expand the “Triggers” folder 8. For each trigger: 1. Click to open it in the editor 2. Replace all of the code for the trigger with the code from the associated file 3. Save the file 4. Verify that the “messages” window that pops up at the bottom of the screen says “Compiled” and does not say with errors
ON THE VACOLS VM (again): 9. If you closed SQLPlus, follow steps 1-3 to open it again 10. In SQLPlus, run the following SQL command: 1. REVOKE CREATE TRIGGER FROM VACOLS_TEST; 2. Don’t forget the semicolon at the end! 3. You should see “Revoke succeeded” after running the command 11. Type ‘exit’ to exit SQL*Plus and close the command prompt
- Home
- Acronyms and Glossary
- Caseflow products
- Caseflow Intake
- Caseflow Queue
- Appeals Consumer
- Caseflow Reader
- Caseflow eFolder
- Caseflow Hearings
- Caseflow Certification
- Caseflow APIs
- Appeal Status API
- Caseflow Dispatch
-
CSUM Roles
- System Admin
- VHA Team Management
- Active Record Queries Resource
- External Integrations
- Caseflow Demo
- Caseflow ProdTest
- Background
- Stuck Jobs
- VA Notify
- Caseflow-Team
- Frontend Best Practices
- Accessibility
- How-To
- Debugging Tips
- Adding a Feature Flag with FeatureToggle
- Editing AMA issues
- Editing a decision review
- Fixing task trees
- Investigating and diagnosing issues
- Data and Metric Request Workflow
- Exporting and Importing Appeals
- Explain page for Appeals
- Record associations and Foreign Keys
- Upgrading Ruby
- Stuck Appeals
- Testing Action Mailer Messages Locally
- Re-running Seed Files
- Rake Generator for Legacy Appeals
- Manually running Scheduled Jobs
- System Admin UI
- Caseflow Makefile
- Upgrading Postgresql from v11.7 to v14.8 Locally
- VACOLS VM Trigger Fix M1
- Using SlackService to Send a Job Alert
- Technical Talks