Commit Graph
1278 Commits
Author SHA1 Message Date
Josh G b5000e1eee Updating migration script for data-driven subscription PASSWORD field
CSS had a support ticket in which the customer had a password field provided by the data-driven subscription dataset query. The current GitHub script fails because it is trying to add a second instance of the PASSWORD parameter. The failure is:

Migrating data-driven subscription Monthly run of DATA0006116 (DataPortal) ... FAILURE:
System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.ArgumentException: Item has already been added. Key in dictionary: 'PASSWORD'  Key being added: 'PASSWORD'
   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateSubscription(String Report, ExtensionSettings ExtensionSettings 


The updated code will check if the PASSWORD parameter already exists. If it does, then it will not add the PASSWORD parameter. The customer tested the updated script code and it successfully migrated all of his RS content to the new RS server.
2022-01-30 12:53:08 -05:00
Umachandar Jayachandran 8b83cc07bb Merge pull request #980 from Bekbolatov/spark_sample_update
Update Spark sample code
2022-01-12 22:16:23 -08:00
Shanyu Zhao ea4e894087 Fix connector sample keytab path
Signed-off-by: Shanyu Zhao <shzhao@microsoft.com>
2022-01-12 16:48:26 -08:00
Renat Bekbolatov b9fc66c425 update OneHotEncoder class name 2022-01-11 16:43:13 -08:00
cloudmelon 4af57c9165 adjustment and fixes 2021-11-02 21:15:15 -07:00
Daniel Coelho 8d3b651177 Pkg mgmt changes 2021-10-06 09:53:03 -07:00
Daniel Coelho 2a523877ce CU13 preparedness 2021-09-27 13:52:34 -07:00
Daniel Coelho d3a13a6fd9 Merge pull request #959 from cloudmelon/bdc-platform-ops
Refresh deployment scripts with the tested configurations on BDC release notes
2021-08-31 10:51:14 -07:00
cloudmelon 796e135039 refresh deployment scripts and enable pass the kubernetes version in the parametters upon the tested configurations on BDC release notes 2021-08-31 16:00:47 +01:00
Daniel Coelho f67c3ada30 Spark to S3 examples 2021-08-06 11:52:58 -07:00
Daniel Coelho 965653b4be External Provider Integration Template App - AKV and file renames - last one 2021-07-16 15:42:10 -07:00
Daniel Coelho f071f121c6 External Provider Integration Template App - AKV and file renames - one more fix 2021-07-16 15:37:18 -07:00
Daniel Coelho 6879f0978d External Provider Integration Template App - AKV and file renames 2021-07-16 15:24:42 -07:00
Pedro Lopes 43c07fb07f Update Dapper-Orm.csproj 2021-07-05 18:18:51 -07:00
Pedro Lopes 46f4c4cd9c Update force-last-good-plan.csproj 2021-07-05 18:18:19 -07:00
Pedro Lopes 7d42a30866 Update README.md 2021-07-05 18:15:57 -07:00
Pedro Lopes 23713a98bf Update README.md 2021-07-05 18:15:35 -07:00
Pedro Lopes 97bdca22a7 Update README.md 2021-07-05 18:13:38 -07:00
Pedro Lopes 148a5000d9 Update README.md 2021-07-05 18:12:32 -07:00
Pedro Lopes d59af2c16e Merge pull request #930 from Pietervanhove/AESQLDBWithEnclavesDemo
Merging revamped demo for AE with enclaves
2021-07-05 17:12:01 -07:00
Pieter 6ad4e791bf Update azuredeploy.bicep 2021-07-05 11:02:46 +02:00
jaszymas 69ce325bf6 refactoring 2021-07-02 09:45:04 -07:00
jaszymas 9ae2cc2079 refactoring 2021-07-02 09:11:12 -07:00
jaszymas 29ffbf99ff refactoring 2021-07-02 08:35:02 -07:00
Pieter 3ee34171e0 Update azuredeploy.bicep 2021-07-01 11:28:12 +02:00
Pieter 371b2062ec Update azuredeploy.bicep 2021-06-24 08:40:55 +02:00
Pieter 3bc1ec32d5 Add AppSetting to deploy the correct project 2021-06-15 09:53:24 +02:00
Pieter 8ccd68ae5d Update setup.ps1 2021-06-15 09:04:11 +02:00
Daniel Coelho c931a620a1 External Provider Integration Template App 2021-06-11 12:10:50 -07:00
Pedro Lopes dada45680a Merge branch 'master' of https://github.com/microsoft/sql-server-samples 2021-06-09 18:51:31 -07:00
Pedro Lopes 190510d8e6 Update Perf_Latin.ipynb 2021-06-09 18:51:26 -07:00
jaszymas 5dc911ccb4 MAA protocol update 2021-06-09 12:07:20 -07:00
Drew Skwiers-Koballa 1b1d50060c Merge pull request #797 from ChadSimmons/patch-1
Remove smart quotes
2021-06-09 07:50:00 -07:00
Pieter 66ad8b311a Changed webapp deployment and setup 2021-06-09 16:19:51 +02:00
Pieter 263e1ae7fa Update azuredeploy.bicep 2021-06-09 09:27:52 +02:00
William Assaf MSFT 2557aa125b Rename Query Store Hints Demo.sql to query_store_hints_demo.sql 2021-05-27 16:11:30 -07:00
William Assaf MSFT 06d30638bb Update Query Store Hints Demo.sql 2021-05-27 15:35:57 -07:00
Joe Sack 67b8f7666f Query Store Hints Demo
Query Store Hints Demo
2021-05-27 11:00:12 -05:00
Ben Weissman 85f6bb8a0b updated deployment script (#937)
* separate SP creation

separated Service Principal creation of aks due to issues on some machines with integrated SP creation
fixed typo in README

* Update deploy-sql-big-data-aks.py

removed JSON output

* adjusted for CU5

* change back

* update to CU5

* Updated requirements for pyspark installation in CU5

* Update setup-bdc.sh

* Update setup-bdc.sh

* Revert "Update setup-bdc.sh"

This reverts commit de66fa66aa.

* Revert "Update setup-bdc.sh"

This reverts commit 22fb8c17ad.

* Update setup-bdc.sh
2021-05-17 07:54:12 -07:00
jaszymas 0df9cf7f23 GA changes 2021-05-05 17:38:20 -07:00
Pieter Vanhove dd12204800 Removed the remove script command 2021-05-04 09:25:27 +02:00
Pieter Vanhove cae5594a28 Update deployment without deployment script 2021-05-04 09:24:34 +02:00
jaszymas cf4deeb519 sample changes 2021-04-27 11:43:47 -07:00
jaszymas 310c1dc892 sample changes 2021-04-27 09:19:44 -07:00
jaszymas a5ad63ce9f sample changes 2021-04-27 09:02:14 -07:00
jaszymas 43d41bb04d sample changes 2021-04-27 08:28:50 -07:00
jaszymas 45b831d8a0 sample changes 2021-04-26 15:21:38 -07:00
jaszymas b4a7e08d8f sample changes 2021-04-26 11:00:47 -07:00
Pieter Vanhove 603fc59e32 Update azuredeploy.bicep 2021-04-26 08:14:53 +02:00
jaszymas 434901ce52 sample changes 2021-04-23 13:00:50 -07:00