Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
How to set up stacks for ThreadX in LP-AM243X platform?
I am trying to integrate ThreadX to Cortex-R5 based LP-AM243x microcontroller. I have started with a hello world project which just prints to serial terminal. My question is as follows: In the hello-world project, it already sets up stacks for different…


Looking at someone's threads doesn't show the correct info
From looking at Erland Sommarskog's profile I'm trying to read his recent content. However, when I open the actual thread I don't see the answers or comments he made. Say, this thread…
LogShipping DB migration to New Sql server
Hello, I am thinking to migrate our current Logshipping databases (Primary and Secondary) to newer sql server 2019 or 2022. Due to license cost issue, we are using Sql Express and would like to use Express so we can't use Always ON or other…


2 part Sharepoint question
Hi there community, I have a 2 part question. Does Office for the Web REQUIRE Sharepoint to be enabled? Assuming yes, because when trying to assign a license for Office for the Web, I get an error message that failed to assign license. It works, once I…


Access to path denied for files in WWWRoot folder
I am trying to access two folders that resides inside wwwRoot. The folders are "BlankPDFFiles" and "FilledPDFFiles". I am trying to get the blank PDF files that resides inside BlankPDFFiles folder and write some data inside the file…


issue in modifying transaction replication articles sql server 2022
While modifying an article in a transactional publication after saving I get this error that seems new to sql server 2022: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure…


InvalidateControl in Excel not working... not sure what I'm doing wrong
Thank you for taking the time to read my question. I have an EditBox in my ribbon that I want to clear after a button is clicked (also in the ribbon). I have this at the top of my module: Dim MyRibbon As IRibbonUI Sub MyAddInInitialize(Ribbon As…


Using Visual Studio licenses for test development on MS SQL Server
Having a Visual Studio license enable me to develop on a non-licensed standard MS SQL Server/Enterprise instance? If so, can I promote the data being collected into this environment from a production line, into a licensed production MS SQL Server…


API Integration issues - OATH content deadline exceeded
Hello, I have an API integration that is failing and showing the following errors. My guess is that while using an PIM elevated account, the elevation expires and the result is a failed authentication and content expiration. Is that the correct way to…


Where can I set the default volume for Bluetooth device?
All of my bluetooth headsets are set to 94% when they are connected. Where can I set the default volume for them?


How to access azure keyvault through on-premise API using service principal and secret?
I'm trying to figure out how to access secrets in azure keyvault using an on-premise .Net Core 3.1 API. The authentication method is to use service principal and the client secret to access key vault. I'm following this tutorial from…


Azure SQL Alter compatibility level Strategy
I have a Azure SQL database serverless. I want to change compatibility level from 120 to 130 : ALTER DATABASE DP300 SET COMPATIBILITY_LEVEL = 130; What strategy previous to execute ALTER should do?


Mix Per-User MFA and CA MFA results in only Phone being available for MFA registration.
Hello everyone, I had Per-User MFA for a while and I was able to limit MFA registration for a subset of users. Any user I include in Per-User MFA will be prompted for MFA registration and will be prompted by default to setup Microsoft Authenticator. I…


PHP's copy() fails to copy files within the /home mount on Azure Web App w/PHP 8.2 Linux stack
When both the source and destination is in the /home mount, copy() always fails: copy( "/home/site/wwwroot/sourcefile.txt", "/home/site/wwwroot/destfile.txt" ); // copy() returns $false and an empty destination file is created. // PHP…


Azure Synapse Studio not loading on Safari
Hi! I am trying to open Synapse Studio in Safari 16.1. I do not have extensions, content blockers or any other configurations on this page that may prevent it from loading. I have already cleared the cache. No error shows up, just the loading logo keeps…


Azure for Students account - DevOps Organization creation fails with error "Value cannot be null. Parameter name: ClientId setting is not initialized in Registry"
I am trying to create a new DevOps Organisation from my verified and confirmed Azure for Students account. When I try to create it, it fails with the error. I have tried several different DevOps organization names and they all fail with this error. I am…


How do I pass dynamically created sets of Checkboxes to controller and get checked
Hi all, hope you are well. Question, I have a form that creates dynamic sets of checkbox and I am looking for some info on how I can pass the selected values to the controller. Example: Lets say there are 2 checkbox groups created (a user could create as…
How to manage communications across >100s of individual projects under 1 team?
Has anybody implemented practical solutions within their organization for not only organizing communications across 100s of projects, but also encouraging folks to use whatever structure you have in place? These aren't necessarily large projects, but…


How to get rid of English (United States) US keyboard?
I have keyboard set to English (Australia) US keyboard. When English (United States) US keyboard is selected there is no “remove” option available as on Windows 7 system. Moreover the language bar is always available at the bottom corner though I have…


How to prevent SQL Server from adding additional parenthesis and changing the definition of a column on it's own when executing a create table script
We have to change the increment value and reseed the identity definition for columns on several tables within one of our databases. We accomplish this by using the, “alter table ‘X switch ‘Y“, command which allows us to merely switch the partition from…

