Skip to content

Commit 7cb1b92

Browse files
committed
Add TSG to guide
1 parent 83b15cb commit 7cb1b92

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/data-factory/connector-troubleshoot-guide.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.service: data-factory
77
ms.subservice: data-movement
88
ms.topic: troubleshooting
9-
ms.date: 06/29/2022
9+
ms.date: 01/05/2023
1010
ms.author: jianleishen
1111
ms.custom: synapse, ignite-2022
1212
---
@@ -247,6 +247,14 @@ The errors below are general to the copy activity and could occur with any conne
247247

248248
- **Recommendation**: Verify your query is valid and can return data/schemas. Use [Script activity](transform-data-using-script.md) if you want to execute non-query scripts and your data store is supported. Alternatively, consider to use stored procedure that returns a dummy result to execute your non-query scripts.
249249

250+
### Error code: FailToResolveParametersInExploratoryController
251+
252+
- **Message**: `The parameters and expression cannot be resolved for schema operations. …The template function 'linkedService' is not defined or not valid.`
253+
254+
- **Cause**: The service has limitation to support the linked service which references another linked service with parameters for test connection or preview data. For example, passing a parameter from a Key Vault to a linked service may occur the issue. 
255+
256+
- **Recommendation**: Remove the parameters in the referred linked service to eliminate the error. Otherwise, run the pipeline without testing connection or previewing data. 
257+
250258
## Next steps
251259

252260
For more troubleshooting help, try these resources:

0 commit comments

Comments
 (0)