Skip Navigation

Add plug-ins to the Available Resource list

After you install 
NDS
 all servers and plug-ins, you can activate the device plug-in for customer accounts. 
  1. On the 
    BlackBerry AtHoc
     database server, edit the following script for each plug-in to add it to the 
    NDS
     console account resources.
    • Replace <
      NGDeliveryDBName
      > with the 
      ngdelivery_
      plugin
       database name. For example: 
      ngdelivery_tas
      .
    • Replace <
      DeviceName
      > with the name of the plug-in device. Valid devices are 
      SMS
      , email, UcmTas, and bbme.
  2. Run the following script for each plug-in, to add the plug-in to the resource list for an account:
    USE <
    NGDeliveryDBName
    > DECLARE @deviceType NVARCHAR(50) SELECT @deviceType='<
    DeviceName
    >' IF NOT EXISTS (SELECT * FROM NGDeliveryAccount.dbo.DatacenterSiteDetail a INNER JOIN ProductInfo b ON a.SiteId=b.SiteId WHERE a.DeviceType=@deviceType) BEGIN INSERT INTO NGDeliveryAccount.dbo.DatacenterSiteDetail([DataCenterId] ,[SiteId] ,[DeviceType],[CreatedOn]) SELECT 1,siteid , @deviceType,GETUTCDATE() FROM ProductInfo END
  3. Check that the 'ResourceType' in the DatacenterSiteDetail table in the ngdeliveryaccount database has CONCURRENT (for UcmTas) or RATE (for SMS, email, or bbme.) If no resource type is present, run the following SQL query to update it: 
    SQL: Update [ngdeliveryaccount].[dbo].[DatacenterSiteDetail] set ResourceType = '[
    resource-type
    ]' where DataCenterId = '[
    data-center-id
    ]' and DeviceType = '[
    device-type
    ]’
    • Valid values for [
      resource-type
      ] are: CONCURRENT (for UcmTas), or RATE (for 
      SMS
      , email, or bbme.)
    • Enter a valid data center ID for [
      datacenter-id
      ].
    • Valid values for [
      device-type
      ] are: 
      SMS
      , email, UcmTas, or bbme.
  4. In the 
    NDS
     console, click 
    Management
     > 
    Account
     > 
    Select Customer account
     > 
    Account Resource
    .
  5. On the 
    Account Resource
     tab, on the row for the device you added in Step 3, select the 
    Support
     and 
    IsPrimary
     options.
  6. Click 
    Save
    .
For detailed information about installation and configuration of the 
OPM
 plug-in, see the .
For detailed information about installation and configuration of the 
SMS
 plug-in, see the .
For detailed information about installation and configuration of the 
TAS
 plug-in, see the .
For detailed information about installation and configuration of the BBME plug-in, see the .