387,245 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Biztalk 2013 (SB-Messaging adapter) to Azure Service Bus

We can connect from Biztalk 2013 (not R2) to Azure Service Bus using the SB-Messaging adapter of Biztalk 2013 . 1) What protocol is used while this communication happens ? Is it AMQP or SBMP (Service Bus messaging Protocol) . Since Biztalk 2013 is old…

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
366 questions
asked 2020-10-09T10:17:16.847+00:00
MS Techie 2,701 Reputation points
accepted 2020-11-22T13:03:01.753+00:00
MS Techie 2,701 Reputation points
2 answers

Uses of badges

I have 72 badges in microsoft learn . How are there useful to me .....? Can anyone accept my question and answer it

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,783 questions
asked 2020-11-21T06:20:08.433+00:00
Kothem Arvind Sai Teja 1 Reputation point
answered 2020-11-22T12:58:57.903+00:00
Vaibhav Chaudhari 38,746 Reputation points
2 answers

Sharepoint Integrated Package

Hello, I've been working with Microsoft Orchestrator 2019 first and noticed after maybe 2 months after the SharePoint IP for online has broke. The reason I'm saying that is because I get a 401 error message, like unauthorized. I confirmed my…

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
230 questions
asked 2020-11-11T18:13:24.633+00:00
Jamaal Sandy 1 Reputation point
commented 2020-11-22T12:57:37.587+00:00
Leon Laude 85,816 Reputation points
1 answer

Use of dynamic relative date slicer in Power BI

I have a table in the Tabular Analysis services model (which is the source to Power BI) with a date column. And there is requirement to show the data (detail data from the table) in Power BI report based on the date column. As the user selects a…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,783 questions
asked 2020-11-22T11:23:52.527+00:00
Sreeja T S 1 Reputation point
answered 2020-11-22T12:09:38.95+00:00
Leon Laude 85,816 Reputation points
1 answer One of the answers was accepted by the question author.

Outlook does not connect to Exchange 2019 (at every 5th launch)

Hi there, I have trouble get Outlook connecting to my newly installed Exchange Server 2019. I can open and close Outlook 4 times in a row but when I start it the fifth time, it does not connect. I have to wait about 10 minutes and then it starts normal…

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,676 questions
asked 2020-11-21T19:52:54.727+00:00
Olli204 21 Reputation points
accepted 2020-11-22T11:51:26.83+00:00
Olli204 21 Reputation points
8 answers One of the answers was accepted by the question author.

Excel fails to download SharePoint List data

Hello, I have an Excel file that has got a query. This query permit to access to a List of SharePoint and download data from this list. In this way accounting employees can easly read data from this list using a simple Excel document. It…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,842 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,728 questions
asked 2020-10-29T19:38:13.877+00:00
Federico Coppola 1,181 Reputation points
accepted 2020-11-22T11:45:27.093+00:00
Federico Coppola 1,181 Reputation points
2 answers

Issues Authenticating to Azure AD from MS Word

Afternoon All, So we use AWS RDS and for the past 2 months we have had intermittent issues with ie11 and also opening documents from SharePoint Online. (used RDS for over a year) Issue 1: This happens intermittently across the AWS RDS environment…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,842 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,159 questions
asked 2020-10-13T15:34:19.01+00:00
Michael Raisbeck 1 Reputation point
answered 2020-11-22T11:42:40.22+00:00
Michael Raisbeck 1 Reputation point
1 answer One of the answers was accepted by the question author.

Windows Event Viewer shows wrong severity for all messages from my service

I'm trying to create my own Windows service in C according to this tutorial. My event message definition file looks like this EventLogMessages.mc: MessageIdTypedef=DWORD SeverityNames=( Success=0x0:STATUS_SEVERITY_SUCCESS …

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,654 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,762 questions
asked 2020-11-21T07:57:24.267+00:00
Youda008 96 Reputation points
accepted 2020-11-22T11:38:57.257+00:00
Youda008 96 Reputation points
1 answer

Is there animation end event (Completed) in DirectComposition and VisualLayer?

Hi, I want to do animations using Visual Layer and DirectComposition...and, I have problem to find animation end event...event when animation actually ends / is completed. Like (C#): animation.AnimationEnd += handler; Or, like in WPF…

Universal Windows Platform (UWP)
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,654 questions
asked 2020-11-22T10:29:36.02+00:00
vb 286 Reputation points
answered 2020-11-22T11:36:05.513+00:00
vb 286 Reputation points
1 answer One of the answers was accepted by the question author.

define style in code

< Canvas.Resources > < Style TargetType = "{x:Type Path}" BasedOn="{StaticResource "{x:Type Path}> < Setter Property = "Stroke" Value = "Black" /> < Setter Property…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,784 questions
asked 2020-11-21T14:40:31.383+00:00
essamce 621 Reputation points
accepted 2020-11-22T11:08:27.837+00:00
essamce 621 Reputation points
2 answers One of the answers was accepted by the question author.

Delete from table joining multiple table where UPDLOCK

Please see my below code. where i am deleting data from tblTicker_Bogey table but i have used ROWLOCK hint beside TblLineItemTemplate . is it right or should i place ROWLOCK hint beside tblTicker_Bogey table ? thanks DELETE c …

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,657 questions
asked 2020-11-21T14:55:27.057+00:00
Sudip Bhatt 2,276 Reputation points
commented 2020-11-22T09:38:04.527+00:00
Sudip Bhatt 2,276 Reputation points
1 answer One of the answers was accepted by the question author.

vs code python test pylint error

Hi Folks I am trying to complete the very simple Python testing tutorial at [testing][1] using visual studio code. But I get an error saying unable to import inc_dec pylint import error-screenshot attached. I have checked my path has python3.7 and pip…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
351 questions
asked 2020-11-19T22:52:36.64+00:00
Binway 696 Reputation points
accepted 2020-11-22T07:56:10.52+00:00
Binway 696 Reputation points
1 answer One of the answers was accepted by the question author.

I migrated 2010 site collection to 2016 using shargate

After browsing the new site below error is popping up Also attached respective correlation id uls logs. Please find and let me know DO I need to do anything with wiki page OR any other suggestions? Please help 40954-wikipagelogs.txt …

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,964 questions
asked 2020-11-19T03:51:30.16+00:00
sns 9,236 Reputation points
accepted 2020-11-22T07:01:25.173+00:00
sns 9,236 Reputation points
1 answer One of the answers was accepted by the question author.

subsite error and not opening any component coming up with error

When I browse the sub site coming up with below message : and below is the information from respective ULS logs: System.IO.FileNotFoundException: The file /sites/cmss_Platforms/_catalogs/masterpage/texasnomenu.master does not exist. …

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,964 questions
asked 2020-11-21T10:47:21.16+00:00
sns 9,236 Reputation points
accepted 2020-11-22T07:00:11.097+00:00
sns 9,236 Reputation points
2 answers

Missed my Azure A-900 Exam

Hi Support Team, I just missed my azure a-900 exam yesterday due to my laptop went into bluescreen. It's been 24 hours now since I missed the exam, however I still couldnt reschedule my exam. Could you help me to clear my previous exam so that i can…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,783 questions
asked 2020-11-22T03:54:44.963+00:00
Afiq Qawiem Bin Abdul Jalil 6 Reputation points
answered 2020-11-22T05:00:30.46+00:00
Iraê César Brandão 6 Reputation points
1 answer One of the answers was accepted by the question author.

Archive SQL Database capacity planning

Hi All, Our production DB size is 12 TB (SQL 2017). We are doing data archival for few tables from Production to Archive DB on daily basis. The daily archival data size is 100-120 GB per day. We have to keep archival data in Archive DB for 6 months…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,016 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
654 questions
asked 2020-11-20T08:27:46.897+00:00
PraveenKumar 296 Reputation points
accepted 2020-11-22T04:27:08.943+00:00
PraveenKumar 296 Reputation points
1 answer One of the answers was accepted by the question author.

DAX Dynamic filter in Power Pivot 2016

Hi all, I have a data model which I use in Excel 2016 Power Pivot. Here is a simplified version of the fact table and dimension table: I am trying to calculate a calculated measure that sums the Amt from the Group field. For example, if I am…

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,728 questions
asked 2020-11-18T19:12:49.873+00:00
Wads 21 Reputation points
accepted 2020-11-22T03:55:49.007+00:00
Wads 21 Reputation points
1 answer One of the answers was accepted by the question author.

VS2019的错误问题

请帮助我解决下图问题

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,783 questions
asked 2020-07-21T08:14:41.94+00:00
User-Zheng 21 Reputation points
accepted 2020-11-22T01:58:33.56+00:00
User-Zheng 21 Reputation points
2 answers One of the answers was accepted by the question author.

How can i configure CDP with HTTPS

I would like to configure CDP = https://crl.test.com/test.crl But the warning message says https protocol is not supported. How to force CDP to https? If impossible, could you tell reason that it's impossible?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,800 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,853 questions
asked 2020-11-20T12:05:29.78+00:00
희승 손 251 Reputation points
accepted 2020-11-22T00:44:09.727+00:00
희승 손 251 Reputation points
1 answer One of the answers was accepted by the question author.

Partner Community

Can someone please tell me where the Partner Community went (link) for asking Windows 10, Windows Server tech questions?

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
1,010 questions
asked 2020-11-21T22:24:53.847+00:00
Terry Seagert 136 Reputation points
commented 2020-11-22T00:21:13.373+00:00
Iraê César Brandão 6 Reputation points