Skip to content

Commit 5a02bd6

Browse files
committed
Moved note down
1 parent a397432 commit 5a02bd6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/integration-services/integration-services-error-and-message-reference.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ ms.author: chugu
2424

2525
This list may be useful when you encounter an error code without its description. The list does not include troubleshooting information at this time.
2626

27-
> [!IMPORTANT]
28-
> Many of the error messages that you may see while working with [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] come from other components. In this topic, you will find all the errors raised by [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] components. If you do not see your error in the list, the error was raised by a component outside [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)]. These may include OLE DB providers, other database components such as the [!INCLUDE[ssDE](../includes/ssde-md.md)] and [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)], or other services or components such as the file system, the SMTP server, Message Queuing (also known as MSMQ), and so forth. To find information about these external error messages, see the documentation specific to the component.
29-
3027
This list contains the following groups of messages:
3128

3229
- [Error Messages (DTS_E_*)](#msgError)
@@ -40,7 +37,10 @@ ms.author: chugu
4037
- [Success Messages(DTS_S_*)](#msgSuccess)
4138

4239
- [Data Flow Component Error Messages (DTSBC_E_*)](#msgPipeline)
43-
40+
41+
> [!IMPORTANT]
42+
> Many of the error messages that you may see while working with [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] come from other components. In this topic, you will find all the errors raised by [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] components. If you do not see your error in the list, the error was raised by a component outside [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)]. These may include OLE DB providers, other database components such as the [!INCLUDE[ssDE](../includes/ssde-md.md)] and [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)], or other services or components such as the file system, the SMTP server, Message Queuing (also known as MSMQ), and so forth. To find information about these external error messages, see the documentation specific to the component.
43+
4444
## <a name="msgError"></a> Error Messages
4545
The symbolic names of [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] error messages begin with **DTS_E_**.
4646

@@ -2016,7 +2016,6 @@ ms.author: chugu
20162016
>|||DTS_E_GETCATMANAGERFAILED|Failed to create COM Component Categories Manager due to error 0x%1!8.8X! "%2!s!".|
20172017
>|||DTS_E_COMPONENTINITFAILED|Component %1!s! failed to initialize due to error 0x%2!8.8X! "%3!s!".|
20182018
2019-
20202019
## <a name="msgWarning"></a> Warning Messages
20212020
The symbolic names of [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] warning messages begin with **DTS_W_**.
20222021

0 commit comments

Comments
 (0)