Вы находитесь на странице: 1из 2

Document number

Revision
Page

94422066
0
1 of 2

Work Description to import tags on DDS


1. Take a backup of System.csv file from the folder D:\cLink\Import on DDS
2. Copy the DCDA Tag export from the RE document.
3. Place the exported csv files in D:\cLink\Import folder on DDS. The ones which are
already there can be overwritten except system.csv file.
4. Stop Nov Tag Configuration Replication Service.
5. Open SQL Server Management Studio and connect (Server Type: Integration Services.
Server name: DDS).
6. Expand Stored Packages > MSDB.
7. Right click in DCDA_TagImport_dts > Run Package > Execute.
8. On SQL Server Management Studio and connect (Server Type: Database Engine. Server
name: DDS).
9. Press New Query and paste the following query:
UPDATE DCDA_Tag.dbo.TagList
SET A_DESC = A_ALMEXT1 WHERE A_DESC IS NULL

10. Press F5
11. In SQL Server Management studio, connect to Database Engine and run the following
query:
UPDATE DCDA_Tag.dbo.Taglist
SET TagStatus = 'CR' WHERE TagStatus = 'RE'

12. Run InitialiseDAL application (in: C:\Program Files\NOV\NOV Falcon DB Initialiser)


13. Do the steps 4 then 2 then 1. And quit.
14. Start NOV Tag Replication Service.
15. After 20 minutes start:
a. NOV Data Collection Service
b. NOV Data Synch Service
c. NOV Sdi Data Logger Service
16. If deadbanding files(.json files) are present at location C:\Program Files\NOV\NOV Falcon
DB Initialiser\data\Deadbands, we need to implement deadband by executing below steps
17. Navigate to C:\Program Files\NOV\NOV Falcon DB Initialiser, and run InitialiseDAL.exe
18. Do Step 6 to insert deadband values.
19. When the process is finished, make sure the deadbands were written in the database, by
executing the query below in SQL Server Management Studio (Database Engine).
Select * from FalconDev.dbo.Tag
where deadband>0
(Note: To execute the query, click F5)
20. Take a backup of the Databases:
a. In SQL Server Management Studio > Database Engine expand SQL Server Agent >
Jobs

www.nov.com

Document number
Revision
Page

94422066
0
2 of 2

b. Right-click in DailyBackup and Start Job at Step...


c. When the job is completed navigate to D:\Microsoft SQL
Server\MSSQL10_50.MSSQLSERVER\MSSQL\Backup
d. Copy the last backup of the databases (no need for Alarmlog)

:
e. Make a .zip file with all the databases
Find the SW document in Rigdoc and create a new revision. Add the databases .zip
file and archive the revision. Dont forget to mention the change description.

www.nov.com

Вам также может понравиться