Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SSIS包无效类型前缀“0”$服务器选项:已同步(布尔值)";在参数名中_Ssis_Tidal Scheduler - Fatal编程技术网

SSIS包无效类型前缀“0”$服务器选项:已同步(布尔值)";在参数名中

SSIS包无效类型前缀“0”$服务器选项:已同步(布尔值)";在参数名中,ssis,tidal-scheduler,Ssis,Tidal Scheduler,我正在从TIDAL运行SSIS包,如下所示: /ISSERVER "\"\SSISDB\XLPro\FDWFeedMovementV210\XLProToBDW_MasterSchedule.dtsx\"" /SERVER "\"XXXXXXX\"" /Par "\"$ServerOption::SYNCHRONIZED(Boolean)\"";True /CALLERI

我正在从TIDAL运行SSIS包,如下所示:

/ISSERVER "\"\SSISDB\XLPro\FDWFeedMovementV210\XLProToBDW_MasterSchedule.dtsx\"" 
/SERVER "\"XXXXXXX\"" 
/Par "\"$ServerOption::SYNCHRONIZED(Boolean)\"";True 
/CALLERINFO SQLAGENT /REPORTING E
接收

参数名称“$ServerOption:SYNCHRONIZED(Boolean)”中的类型前缀“$ServerOption:SYNCHRONIZED(Boolean)”无效。有效前缀为$Project、$Package和$ServerOption


删除已同步的作业运行正常,但要使其同步

我在to
/Par“\”$ServerOption::SYNCHRONIZED(Boolean)\”中看到了其他引用;正确
所以这似乎是准确的