- Help Center
- LAW
- Turbo Import
-
CloudNine Training Videos
-
Did You Know?
-
CloudNine Analyst
-
CloudNine Review
- CloudNine Review Video Library
- Section 1: Getting Started
- Getting Started: My Projects
- Section 2: Understanding Different Views
- Section 3: Searching
- Section 3A. Smart Filters
- 3b: Search Term Lists
- Section 4: Working with Documents
- Generating Images
- Automated PII Redaction
- Exporting/Producing
- Section 5: Administrative Functions
- Reporting
- Frequently Asked Questions and Issues
- EULA
-
CloudNine Discovery Portal
-
LAW
-
Explore
-
Concordance
-
Concordance Desktop
-
On Premise Software Q&A
LAW Turbo - New processed data written to new storage location
For turbo import cases that have additional data processed, changes are required in the case SQL database
There are four queries that must be completed on the Turbo case SQL database to ensure that new processed data files are written to the new storage location. You will need to replace the items in BOLD with your site and case specific information.
- SQL Query one in the case database:
UPDATE dbo.CaseProperties set value = 'NEWCASEDIR' where name = 'lawcasedir'
2. SQL Query two in the case database:
UPDATE Exports SET Config = REPLACE(Config, '<LawCaseIni>ORIGINAL CASE LOCATION\project.ini</LawCaseIni>', '<LawCaseIni>NEW CASE LOCATION\project.ini</LawCaseIni>') WHERE ID=1
GO
3. SQL Query three in the case database:
UPDATE Exports SET Config = REPLACE(Config, '<ExportDirectory>ORIGINAL CASE LOCATION\$EdaDirectImport\LAW_Direct</ExportDirectory>', '<ExportDirectory>NEW CASE LOCATION\$EdaDirectImport\LAW_Direct</ExportDirectory>') WHERE ID=1
GO
4. SQL Query four in the case database:
Delete from dbo.ExportLocations