Configure the NDS database
NDS
databaseContact
BlackBerry AtHoc
support for the files required to configure the NDS
database.You will need the following information before you configure the
NDS
database:
- The database server name.
- The SA user password.
- The name of the ngdelivery database.
- Place theDatabase Configurationfolder that you obtained fromAtHoccustomer support in a folder on your local computer. This folder contains theDigitalSignageConfiguration.batandDigitalSignageConfiguration.sqlfiles.
- Right-click theDigitalSignageConfiguration.batfile. ClickEditand open the file in Notepad.
- Add the database server instance name, ngdelivery database server name, and the SA user password to theDigitalSignageConfiguration.batfile as shown in the following example:@echo off @echo Configuring the Digital Signage Plugin rem update the database information in the below statement. Remove the <> from <value> and add the respective values. for %%G in (*.sql) dosqlcmd -S <> -d <DatabaseServerInstanceName> -U sa -P "<NGDeliveryDBName>" -i "&&G" PAUSEDSAUserPassword
- Save and close theDigitalSignageConfiguration.batfile.
- Open theDigitalSignageConfiguration.sqlfile.
- Verify that the @deviceType value isDigitalSignage.DECLARE @deviceType NVARCHAR(50) SELECT @deviceType='DigitalSignage' IF NOT EXISTS (SELECT * FROM NGDeliveryAccount.dbo.DatacenterSiteDetail . . .
When you log in to the database server, there is a
Digital Signage
entry in the DeviceType
column in the ngdeliveryaccount
> DatacenterSiteDetail
table and the ResourceType is RATE
.