Commit f2c4a02d8b7f411a957a2fb28d0e7cf111fad6bc

Authored by Amrita Vishnoi
1 parent f987152a

documents

150-DOCUMENTATION/001-CONFIGURATION/ADAM Education Servers List-updated.xlsx
No preview for this file type
150-DOCUMENTATION/002-DBScripts/ExtendLicense-WKLabGuide1replacement.sql 0 → 100644
  1 +update LicenseSubscriptionDetail
  2 +set SubscriptionValidFrom = '2017-09-11 00:00:00.000', SubscriptionValidThrough = '2019-09-11 23:59:59.997'
  3 +WHERE LicenseId in
  4 +(SELECT Id from License where InstitutionName = 'WKLabGuide1replacement')
  5 +and (SubscriptionValidFrom='2014-01-24 00:00:00.000' and SubscriptionValidThrough='2017-06-27 00:00:00.000')
  6 +
  7 +update License set IsActive=1
  8 +where id in (
  9 +SELECT LicenseId FROM LicenseSubscriptionDetail
  10 +WHERE LicenseId in
  11 +(SELECT Id from License where InstitutionName = 'WKLabGuide1replacement')
  12 +and (SubscriptionValidFrom='2017-09-11 00:00:00.000' and SubscriptionValidThrough='2019-09-11 23:59:59.997'))
0 \ No newline at end of file 13 \ No newline at end of file
150-DOCUMENTATION/002-DBScripts/ExtendingLicenseExpiry_2.sql
1 -/*AUTHOR: ASHISH JAIN 1 +/*AUTHOR: Amrita Vishnoi
2 PURPOSE: Extending Licenses for Institution: EMC Publishing LLC po E10007276 2 PURPOSE: Extending Licenses for Institution: EMC Publishing LLC po E10007276
3 -DATE: 19-Oct-2016 */ 3 +DATE: 11-Sep-2017 */
  4 +
  5 +update LicenseSubscriptionDetail set SubscriptionValidFrom='2017-09-11 00:00:00.000' , SubscriptionValidThrough='2019-09-11 23:59:59.997'
  6 +where LicenseId in (
  7 +(SELECT Id from License where InstitutionName = 'WKLabGuide1replacement') )
  8 +
  9 +
  10 +update License set IsActive=1
  11 +where id in (
  12 +SELECT LicenseId FROM LicenseSubscriptionDetail
  13 +WHERE LicenseId in
  14 +(SELECT Id from License where InstitutionName = 'WKLabGuide1replacement')
  15 +and (SubscriptionValidFrom='2017-09-11 00:00:00.000' and SubscriptionValidThrough='2019-09-11 23:59:59.997'))
  16 +
  17 +****************************** If SubscriptionValidFrom and SubscriptionValidThrough old dates are available then run below query**********
  18 +
  19 +update LicenseSubscriptionDetail
  20 +set SubscriptionValidFrom = '2016-10-19 00:00:00.000', SubscriptionValidThrough = '2017-10-18 23:59:59.997'
  21 +WHERE LicenseId in
  22 +(SELECT Id from License where InstitutionName = 'EMC Publishing LLC po E10007276')
  23 +and (SubscriptionValidFrom='2013-01-08 00:00:00.000' and SubscriptionValidThrough='2014-01-07 23:59:59.997')
4 24
5 update License set IsActive=1 25 update License set IsActive=1
6 where id in ( 26 where id in (
7 SELECT LicenseId FROM LicenseSubscriptionDetail 27 SELECT LicenseId FROM LicenseSubscriptionDetail
8 WHERE LicenseId in 28 WHERE LicenseId in
9 (SELECT Id from License where InstitutionName = 'EMC Publishing LLC po E10007276') 29 (SELECT Id from License where InstitutionName = 'EMC Publishing LLC po E10007276')
10 -and (SubscriptionValidFrom='2016-10-19 00:00:00.000' and SubscriptionValidThrough='2017-10-18 23:59:59.997'))  
11 \ No newline at end of file 30 \ No newline at end of file
  31 +and (SubscriptionValidFrom='2016-10-19 00:00:00.000' and SubscriptionValidThrough='2017-10-19 23:59:59.997'))
12 \ No newline at end of file 32 \ No newline at end of file
150-DOCUMENTATION/AIA-Aug17-Report.pptx 0 → 100644
No preview for this file type