293,145 questions

Sort by: Updated
1 answer

ADF copy activity with salesforce connector doesn't work.

I'm changing my pipelines that copy data from salesforce into a file, because the old salesforce linked service will stop working in october. I created a new linked service, a new dataset and changed my copy activity into the new source dataset. Now, I…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
999 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,725 questions
asked 2024-05-22T12:31:36.8833333+00:00
Debie, Hanneke 0 Reputation points
answered 2024-05-22T21:06:55.9333333+00:00
Amira Bedhiafi 16,146 Reputation points
1 answer

Customize guest user invitation experience

I have a verified domain in my Entra instance and can invite external users. When they accept the invitation, they see something like the following: How can I change the mycompany.onmicrosoft.com bit? I want it to display the verified domain.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,813 questions
asked 2024-05-22T02:22:46.9266667+00:00
Brett McGirr 0 Reputation points
commented 2024-05-22T21:03:57.16+00:00
Brett McGirr 0 Reputation points
2 answers One of the answers was accepted by the question author.

How can we access SQL Server hosted on on-premises from Function app

I am trying to access SQL Server hosted on Azure VM from Function app using python. But I am getting this error: Result: Failure Exception: OperationalError: (pyodbc.OperationalError) ('HYT00', '[HYT00] [Microsoft][ODBC Driver 18 for SQL Server]Login…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,370 questions
asked 2024-05-14T09:32:05.17+00:00
Ritika Pandey 20 Reputation points
edited the question 2024-05-22T21:03:48.2366667+00:00
LeelaRajeshSayana-MSFT 13,946 Reputation points
1 answer

How to emit some data field on azure AD JWT token

We have integrated a web client with OAuth to authenticate using Azure AD and are storing the token for later use. However, we need to exclude certain sensitive data, such as email, IP address, and name, which are not necessary for the application. Could…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,678 questions
asked 2024-05-21T05:55:59.27+00:00
P Kungvanrattana 0 Reputation points
answered 2024-05-22T21:03:29.19+00:00
James Hamil 22,266 Reputation points Microsoft Employee
3 answers

Remote Desktop connection fails using IP or URL but succeeds using server machine name. DNS Configuration Problem??

I am missing something obvious. We have a Windows 2012 server with a static IP hosting our websites. Remote Desktop using the machine name works as expected Remote Desktop using the IP address or domain URL fails with an error: Remote Desktop can't…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,400 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,286 questions
asked 2024-05-21T21:26:13.43+00:00
Dave Riba 0 Reputation points
answered 2024-05-22T21:02:34.5633333+00:00
Dave Riba 0 Reputation points
2 answers One of the answers was accepted by the question author.

“wait on the database engine recovery handle failed . check the sql server error log for potential causes ” message appearing when the installation of SQL Server 2014 is almost complete

“wait on the database engine recovery handle failed . check the sql server error log for potential causes ” message appearing when the installation of SQ L Server 2014 is almost complete

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,878 questions
asked 2024-05-19T19:01:44.0666667+00:00
Ammar Al-Selwi 0 Reputation points
commented 2024-05-22T21:02:07.6033333+00:00
Erland Sommarskog 102.2K Reputation points
13 answers

EventID 28 error

I get these errors consistently. What app or hardware is causing it? Error setting traits on Provider {77811378-e885-4ac2-a580-bc86e4f1bc93}. Error: 0xC0000005

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,391 questions
asked 2022-10-14T20:29:06.57+00:00
Patrick 36 Reputation points
commented 2024-05-22T21:00:07.8266667+00:00
aus1 0 Reputation points
3 answers

Unable to connect SQL server to Azure data factory

Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'DESKTOP-1J7NBOS', Database: 'DataWarehouse', User: 'ak2'. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,878 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,725 questions
asked 2024-05-20T20:53:22.6433333+00:00
Sibbinath, Akhil 0 Reputation points
commented 2024-05-22T20:59:26.7833333+00:00
Erland Sommarskog 102.2K Reputation points
1 answer

Why does impersonation (Execute as) work in a User database and not in the master database in Azure SQL DB?

Execute As User = 'User1' doesn't work in the Azure SQL DB master database. User1 account created in the master database and in a user database. Execute As User works in the user database and in the master database, receives the error: Msg 15517, Level…

Azure SQL Database
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
49 questions
asked 2024-05-21T17:00:07.2233333+00:00
Jerimy Stanley 0 Reputation points
commented 2024-05-22T20:56:36.25+00:00
Erland Sommarskog 102.2K Reputation points
1 answer

SSMS not flagging basic errors after IIF statement

DMF_SSMS_SQL_IIF_Err.pdf I just wanted to notify Microsoft of an error I believe I found with SSMS error notification. Going thru some scripts, I came across one that had a CASE and IIF in it. I accidently did a typo, no errors, but failed. I then…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,878 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,563 questions
asked 2024-05-20T15:07:50.28+00:00
AdamG Devl 0 Reputation points
commented 2024-05-22T20:54:29.3566667+00:00
Erland Sommarskog 102.2K Reputation points
2 answers

Limitation on number of emails to be deleted via New-ComplianceSearchAction

Hello Is there any limitation on number of emails which can be deleted by New-ComplianceSearchAction?What I have noticed with SoftDelete is that it can work only on 10 e,ails, and if the number exceeds it the code do nothing. I use this command:…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,240 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,387 questions
asked 2022-05-16T13:30:37.893+00:00
Chingis Rustemov 21 Reputation points
commented 2024-05-22T20:50:59.16+00:00
Piyush Prajapati 0 Reputation points
2 answers

how to fix Error SQL71501: Error validating element [dbo].[int ]: Column: [@tWebCheckins].[TenantID] has an unresolved reference to Built-in Type [dbo].[int ]. Error SQL71501: Error validating element [dbo].[int ]: Column: [@tAttendance].[TenantID] has an

Error SQL71501: Error validating element [dbo].[int ]: Column: [@tWebCheckins].[TenantID] has an unresolved reference to Built-in Type [dbo].[int ]. Error SQL71501: Error validating element [dbo].[int ]: Column: [@tAttendance].[TenantID] has an…

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,878 questions
asked 2024-05-21T04:12:51.41+00:00
Ashraf Khan 0 Reputation points
commented 2024-05-22T20:47:48.7033333+00:00
Erland Sommarskog 102.2K Reputation points
1 answer

Delete the file from SharePoint location

Hi All, I am trying to copy the files from Share Point to ADLS and referring to the below URL pipeline to achieve the copy functionality. https://www.syntera.ch/blog/2022/10/10/copy-files-from-sharepoint-to-blob-storage-using-azure-data-factory/ I need…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,366 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,964 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,725 questions
asked 2024-05-22T10:16:27.3866667+00:00
ADF_Coder 0 Reputation points
answered 2024-05-22T20:46:11.4833333+00:00
Amira Bedhiafi 16,146 Reputation points
1 answer

Unhandled exception: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).

I added an additional nuget package source to my project. I have entered my username and my password and I can install new nuget packages from the source. But I always get this error when I use the command dotnet tool restore in the Visual Studio…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,685 questions
asked 2024-05-20T22:46:00.7466667+00:00
Kim Strasser 661 Reputation points
edited a comment 2024-05-22T20:45:34.6333333+00:00
Kim Strasser 661 Reputation points
1 answer

XBOX Store app URI scheme

I implement the store detailed page as follows: ms-windows-store://pdp/?ProductId=MyProductId ms-windows-store://review/?ProductId=MyProductId ms-windows-store://publisher/?name=MyPublisherName However all of the links just open the Microsoft Store home…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,482 questions
asked 2024-02-08T16:57:04.37+00:00
Mad Gamer 135 0 Reputation points
answered 2024-05-22T20:43:01.2233333+00:00
Petrey, Stephen 0 Reputation points
2 answers

Sort by count of emails from specific sender in Outlook

Can someone in MS/Office/Outlook PLEASE give the ability to sort by count of emails from a specific name/email? Finding those emails based on quantity would greatly increase the speed of cleaning up a mailbox. This has been requested for the last 20…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,106 questions
asked 2023-08-24T16:01:57.67+00:00
Chris Silva 10 Reputation points
commented 2024-05-22T20:38:50.5966667+00:00
Wendry, Brian 0 Reputation points
2 answers One of the answers was accepted by the question author.

How do I deploy a custom word ribbon tab with buttons that call VBA code in dotm template files across my organization

I have some highly developed VBA Macro enabled templates that I need to deploy to my organization. for one computer, it is trivial to manually add a custom ribbon tab and buttons to that tab to call code in template files in the start up folder, but we…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
691 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,575 questions
asked 2024-05-21T18:03:25.7333333+00:00
David M. Peck 20 Reputation points
commented 2024-05-22T20:38:23.3+00:00
David M. Peck 20 Reputation points
1 answer

Salesforce Custom Profiles not visible after configuring SSO using Entra ID.

Hello, I configured SSO using Entra ID for Salesforce applications, everything is working perfectly except one thing. Profiles which was created by my team "Custom Profiles" that's not appearing on Entra ID portal against salesforce…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,813 questions
asked 2024-05-20T15:15:32.07+00:00
Muhammad Zubair 0 Reputation points
answered 2024-05-22T20:38:02.0133333+00:00
Marilee Turscak-MSFT 34,631 Reputation points Microsoft Employee
3 answers

REST interface, server

Hello, the request is ok. I have a request and would now like to create a test server (mock sever). To see if the interface works and I can develop with test data. All that is required is a defined response. What options do I have to achieve this? I…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,370 questions
asked 2024-05-17T17:14:13.93+00:00
Noah Aas 240 Reputation points
commented 2024-05-22T20:37:58.7066667+00:00
Bruce (SqlWork.com) 57,806 Reputation points
4 answers

ComboBox BeforeUpdate handler - Cancel/Undo unexpected behavior

Consider the following scenario: An unbound combobox with rowSource set to a query. The selected value is used in later processing. In a given situation, the BeforeUpdate handler displays a MsgBox confirming that the user wants to change the…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
832 questions
asked 2021-10-02T21:20:08.573+00:00
James Garrison 6 Reputation points
commented 2024-05-22T20:33:42.3733333+00:00
Richard Berman 0 Reputation points