How to get screenbounds for WinUI3 Desktop applications?
I need to achieve below requirements in WinUI 3 Desktop applications. How to get screen bounds? How to change windows cursor type in runtime? I already did this in WinUI UWP applications. For Screen bounds, var visibleBounds =…
Windows Server 2019 Guest VM thows FailoverClustering-Client error 81 during PrintBRM backup
I don't really know where to start on this one. In the process of building a new file/print server. During the process, we used PrintBRM to migrate printers from the old print server to the new one. We now also have a scheduled task that backs up…
What are the limitations to deploy palo alto firewalls in Azure VMware Solution
We are going to deploy palo alto firewalls in AVS, hence wants to know the advantages and disadvantages.
How do I remove cached accounts from company portal?
When I try and log in to company portal on my phone, I get multiple accounts found. Is there a way to delete this cache so that company portal don't find any accounts and I can only log in with email and password? I want to find this because when I…
[UWP] IVpnPlugIn.Encapsulate stops working after connect for a while
Hi, I've developed a VPN plugin with C++/winRT. "Connect" works fine, and both "Encapsulate" and "Decapsulate" work flawlessly, the I/O loop looks good. However, after connected for a while (2-5 minutes), Encapsulate…
Append Query no longer an "operation supported for this type of object"
My database has a load process that has been executing an append query daily without issue since October of 2020. Since a recent Windows and Office upgrade by the firm, we have started seeing intermittent errors that are causing load failure. Because I…
Exclude Office 365 Add-In From Office Windows
I developed an Office 365 Add-in for Office Web. I have an old add-in (COM) for Office Windows. I want my new add-in to be visible on Office Web but not visible on Office Windows. How can I do this? I validated the possibilities in the manifest…
SQL AG Failover and Failback Question
We are have a SQL AG on 3 Windows 2012R2 servers running SQL 2012 Enterprise. SQL1 and 2 are in one datacenter and SQL3 is in another datacenter. We are going to do a disaster recovery test where the main datacenter will be taken offline. When the…
Azure Data Factory - Self Hosted IR
We are using Azure Data Factory to copy SQL data from on premise to Azure Data Lake. For this we have installed Self hosted IR in one of the VM in On-Premise environment. Is there a way around where we do not need to manage our own VM or run the Self…
Unable to logon to VPN using MFA
I have a user that is not able to lofin to VPN using MFA. The Error log is showing NoDefaultAuthenticationMethodIsConfigured. User has her Cell phone set as the Auth method
create a variable in the Data Factory
Hi, I want to create a variable in the Data Factory that returns all the "CustomerID" of a json, below: I've tried everything and I can't solve it. Can you help me? "Result": [ { …
erro update
FALHA ACTUALIZACAO WINDOWS 10 VERSAO 20H2
Aggregation on timestamps
I am trying to query time series insights and i want to calculate difference between max and min time stamp of my events. My json request body is this, but this doesnt seem to work. I am getting null values in my difference variable. Can someone please…
Azure FarmBeats deployment failed
I am following this document: https://learn.microsoft.com/en-us/azure/industry/agriculture/install-azure-farmbeats but the deployment was failed with following error message: But the records showed the Alert.Management was already…
EventHubs MultipleConnectAsync Fail
2021-01-24 02:24 - 2021-01-24 03:16 Connect EventHubs Fail With Message {"ClassName":"System.Net.Sockets.SocketException","Message":"Name or service not…
Update One Row Only
How can I run an update query that will only update one row, not all of them. I'd prefer to do the MIN(salelinteitem) if possible. This is sample DDL Declare @@SaleInfo Table ( ID int IDENTITY(1,1) PRIMARY KEY ,salenumber varchar(50) ,salelineitem…
Risky user activity not showing in MCAS
Background: We have seen some updates to the Defender platform in our tenant this week. Additionally, we did some testing with Azure Sentinel over the weekend, thus unfortunately, we are not sure of any possible interference there. Additional sentinel…
Issue with Logging with Azure Data Factory
Hello, I have copy activity in azure data factory to copy flat files from a file share to azure blob storage. I would like to record the logging of all the files which are being copied and the result and the data consistency check as well. I tried…
Disable key tips in Visual Studio 2019
How can I disable key tips (I believe they're called) in Visual Studio 2019? I mean the numbers/letters which appear in little white boxes over the menus and toolbars. They completely obscure the menus which I then can't get to while stepping…
Calculation groups in SSAS Tabular model not working
I m following the below article to create MTD, QTD and YTD (Time intelligence) calculation group in SSAS Tabular model in VS and then deploying it to Azure AS. calculation group : CALCULATE(SELECTEDMEASURE(), DATESMTD(DimDate[Date])) …