You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/scenario-ssis-migration-rules.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ Connection that contains host name may fail, typically because the Azure virtual
27
27
28
28
You can use below options for SSIS Integration runtime to access these resources:
29
29
30
-
-[Join Azure-SSIS IR to a virtual network that connects to on-premise sources](./join-azure-ssis-integration-runtime-virtual-network.md)
30
+
-[Join Azure-SSIS IR to a virtual network that connects to on-premises sources](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network)
31
31
- Migrate your data to Azure and use Azure resource endpoint.
32
32
- Use Managed Identity authentication if moving to Azure resources.
33
-
-[Use self-hosted IR to connect on-premise sources](./self-hosted-integration-runtime-proxy-ssis.md).
33
+
-[Use self-hosted IR to connect on-premises sources](/azure/data-factory/self-hosted-integration-runtime-proxy-ssis).
34
34
35
35
### [1002]Connection with absolute or UNC path might not be accessible
36
36
@@ -42,10 +42,10 @@ Recommendation
42
42
43
43
You can use below options for SSIS Integration runtime to access these resources:
44
44
45
-
-[Change to %TEMP%](./ssis-azure-files-file-shares.md)
46
-
-[Migrate your files to Azure Files](./ssis-azure-files-file-shares.md)
47
-
-[Join Azure-SSIS IR to a virtual network that connects to on-premise sources](./join-azure-ssis-integration-runtime-virtual-network.md).
48
-
-[Use self-hosted IR to connect on-premise sources](./self-hosted-integration-runtime-proxy-ssis.md).
45
+
-[Change to %TEMP%](/azure/data-factory/ssis-azure-files-file-shares)
46
+
-[Migrate your files to Azure Files](/azure/data-factory/ssis-azure-files-file-shares)
47
+
-[Join Azure-SSIS IR to a virtual network that connects to on-premises sources](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network).
48
+
-[Use self-hosted IR to connect on-premises sources](/azure/data-factory/self-hosted-integration-runtime-proxy-ssis).
49
49
50
50
### [1003]Connection with Windows authentication may fail
51
51
@@ -70,7 +70,7 @@ Azure-SSIS IR only includes built-in providers or drivers by default. Without cu
70
70
71
71
Recommendation
72
72
73
-
[Customize Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md) to install non built-in provider or driver.
73
+
[Customize Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) to install non built-in provider or driver.
74
74
75
75
### [1005]Analysis Services Connection Manager cannot use an account with MFA enabled
76
76
@@ -96,7 +96,7 @@ Recommendation
96
96
97
97
You can use below methods to have Windows environment variables working in SSIS Integration runtime:
98
98
99
-
-[Customize SSIS integration runtime setup](./how-to-configure-azure-ssis-ir-custom-setup.md) with Windows environment variables.
99
+
-[Customize SSIS integration runtime setup](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) with Windows environment variables.
100
100
-[Use Package or Project Parameter](/sql/integration-services/integration-services-ssis-package-and-project-parameters).
101
101
102
102
### [1007]SQL Server Native Client (SNAC) OLE DB driver is deprecated
@@ -113,7 +113,7 @@ The component is only supported in Azure SSIS integration runtime enterprise edi
113
113
114
114
Recommendation
115
115
116
-
[Configure Azure SSIS integration runtime to enterprise edition](./how-to-configure-azure-ssis-ir-enterprise-edition.md).
116
+
[Configure Azure SSIS integration runtime to enterprise edition](/azure/data-factory/how-to-configure-azure-ssis-ir-enterprise-edition).
117
117
118
118
### [2002]ORC and Parquet file format aren't by default enabled
119
119
@@ -123,7 +123,7 @@ ORC and Parquet file format need JRE, which isn't by default installed in Azure
123
123
124
124
Recommendation
125
125
126
-
Install compatible JRE by [customize setup for the Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md).
126
+
Install compatible JRE by [customize setup for the Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup).
127
127
128
128
### [2003]Third party component isn't by default enabled
129
129
@@ -135,7 +135,7 @@ Recommendation
135
135
136
136
- Contact the third party to get an SSIS Integration runtime compatible version.
137
137
138
-
- For in-house or open source component, [customize Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md) to install necessary SQL Server 2017 compatible components.
138
+
- For in-house or open source component, [customize Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) to install necessary SQL Server 2017 compatible components.
139
139
140
140
### [2004]Azure Blob source and destination is discovered
141
141
@@ -151,7 +151,7 @@ Azure SSIS integration time is provisioned with built-in log providers by defaul
151
151
152
152
Recommendation
153
153
154
-
[Customize Azure-SSIS integration runtime](./how-to-configure-azure-ssis-ir-custom-setup.md) to install non built-in provider or driver.
154
+
[Customize Azure-SSIS integration runtime](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) to install non built-in provider or driver.
155
155
156
156
### [3001]Absolute or UNC path is discovered in Execute Process Task
157
157
@@ -163,9 +163,9 @@ Recommendation
163
163
164
164
You can use below options for SSIS Integration runtime to launch your executable(s):
165
165
166
-
-[Migrate your executable(s) to Azure Files](./ssis-azure-files-file-shares.md).
167
-
-[Join Azure-SSIS IR to a virtual network](./join-azure-ssis-integration-runtime-virtual-network.md) that connects to on-premise sources.
168
-
- If necessary, [customize setup script to install your executable(s)](./how-to-configure-azure-ssis-ir-custom-setup.md) in advance when starting IR.
166
+
-[Migrate your executable(s) to Azure Files](/azure/data-factory/ssis-azure-files-file-shares).
167
+
-[Join Azure-SSIS IR to a virtual network](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network) that connects to on-premises sources.
168
+
- If necessary, [customize setup script to install your executable(s)](/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup) in advance when starting IR.
169
169
170
170
### [4001]Absolute or UNC configuration path is discovered in package configuration
171
171
@@ -177,9 +177,9 @@ Recommendation
177
177
178
178
You can use below options for SSIS Integration runtime to access these resources:
179
179
180
-
-[Migrate your files to Azure Files](./ssis-azure-files-file-shares.md)
181
-
-[Join Azure-SSIS IR to a virtual network that connects to on-premise sources](./join-azure-ssis-integration-runtime-virtual-network.md).
182
-
-[Use self-hosted IR to connect on-premise sources](./self-hosted-integration-runtime-proxy-ssis.md).
180
+
-[Migrate your files to Azure Files](/azure/data-factory/ssis-azure-files-file-shares)
181
+
-[Join Azure-SSIS IR to a virtual network that connects to on-premises sources](/azure/data-factory/join-azure-ssis-integration-runtime-virtual-network).
182
+
-[Use self-hosted IR to connect on-premises sources](/azure/data-factory/self-hosted-integration-runtime-proxy-ssis).
183
183
184
184
### [4002]Registry entry is discovered in package configuration
185
185
@@ -193,7 +193,7 @@ Use other package configuration types. XML configuration file is recommended.
0 commit comments