Exam discounts missing from Microsoft certification profile
During sep & Oct of 2020 i received 2 Microsoft exam discounts for attending ignite 2020 & PL-900 virtual training session,they had expiry date until mar 2021, today when i opened my certification profile shocked to see that both my exam…
Installation of KB4592484 and KB4592495 failing to install on Windows Server 2012 R2.
Hello Support, I need your help, as three my Windows Server 2012 R2 latest updates for December 8th, 2020 not able to install them Installation of KB4592484 and KB4592495 failing to install on Windows Server 2012 R2. I tried everything for entire month,…
cant fix Error converting data type varchar to numeric.
go use auditdb go create table test (phone Varchar(10)null) go insert into test Values (9002624142) insert into test Values ('50012765428') select top 10 * from test select *from test WHERE Phone ='50012765428' select *from test WHERE…
Server 2019 SSH cipher syntax
Hello all, for reasons beyond our control, we need to allow an older system to SSH into a server 2019 host (for SFTP drops). Unfortunately, we continue to receive the following error: sshd: Unable to negotiate with [IP] port [number]: no matching cipher…
I can't deploy my UWP directx 11 c++ app
Hi ! I created a UWP C++ Directx 11 project. I want to run it before adding my own code. This minimal app compile right, but when I try to deploy it I have the following error : Checking whether required frameworks are installed... Registering…
Can Purview connect to Rocket U2 database
Trying to find out if Purview can (or if it is on the roadmap) to Rocket U2 UniData and UniVerse databases . Another option would be if it can use Open Database Connectivity (ODBC) or Java Database Connectivity (JDBC) connections. …
ccmsetup will not repair/install
ccmsetup will not install, configuration manager is not present in the control panel. CCM & CCMsetup folders are present in C:\Windows but have no logs. Registry has 20+ entries of ccmsetup but no SMS Certificates
Challenge of the Month - December 2020
These challenges are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic. Some will be easy, some will be hard - but they will all make you think, and more…
Sysmon 12.03 and Sysmon 13.00: RuleEngine Error: Multiple rule filters of the same type
Hello, Since Sysmon 12.03 we have the issue, that the config file can't be parsed by Sysmon 12.03. Even with the latest version 13.00 this issue still exists. The same config file is parseable with Sysmon 12.01.
What Data type this Value comes under
Hi All, I have been loading data from ADLS2 into SQL Server table. It has been working fine until today. I have a column "CORPVALUE" which is failing with an error for one of the value (260844.30782). I have this column data type as INT . To…
Adding image from source property of image control(WPF) at Access Database
Hi to all First and foremost, I apologize for my grammatical errors; my first language is Persian (Iran). This is tested solution
SCSM Console does not appear on screen
I installed the scsm console ur5 on my local machine. After I created a template with respect to custom incident-form based on custom incident-class the console closed with the error below (attention the error is not related to the restarting process of…
Transfer learning progress
Hello! My organization changed my cloud account and I lost my learning progress, please transfer progress from my old account.
Namespace error with nuget package
Hi, I have used nuget to add a package to visual studio community (Version 16.9.0 preview 2.0), in a C# Blazor web assembly project. The nuGet add seems to work fine, and the package shows up in the dependencies for the project in the solution explorer…
SSAS 2017 Tabular - Permissions to create/deploy database
I am a DBA that just setup a new SQL Server 2017 SSAS instance. And I need to know how to grant the developers permissions to create/deploy their tabular databases. In SQL Server, I would create an empty database, add some developers to db_owner, or…
Change email address associated with my MCP account
I would want to change the email address associated with my MCP account because I can no longer access my previous email (marhonyi@Anonymous .com). New email address: marhonyi@Anonymous .com MC ID: 11676530
Is there any way to create a managed application that contains a DB server that publisher can't access data on it but customer can?
Hello, I planning to create Azure Managed Application that will contain Linux VM with the application server and DB. As far as I understand from this article https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/overview…
My AZ900 exam tomorrow, can't find invitation back
exam-code 644-172-172. How must I log in, I can't find it back in my dashboard? Do I get an invitation to start with link?
How to change colors of SysHeader32 control?
Is it possible to change background and text colors of the control in a 3rd party program? By changing that program code or somehow else? Currently the header sends NM_CUSTOMDRAW / CDDS_PREPAINT to the parent listView32 and it responds with…
How to manage multiple instances of the same web app
We have a web app and everytime a company buys this web app from us they get their personal instance of said web app with a custom domain (or rather subdomain) and a database set up. The best case scenario would be, that we can just deploy another…