Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/6.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
informatica powercenter FTP问题_Ftp_Informatica Powercenter - Fatal编程技术网

informatica powercenter FTP问题

informatica powercenter FTP问题,ftp,informatica-powercenter,Ftp,Informatica Powercenter,我面临着一个FTP的问题,我想知道如何,以及以下情况的最佳选择 我正在处理一个通过FTP连接并获取文件的进程,在Informatica Powercenter上使用JMS 我想知道是否有一种方法可以让日志显示连接有问题,并通过unix脚本重新运行该过程 或 我想知道是否有办法检测INFORMATICA工作流本身的问题,并重新运行该流程。我使用SCP,我从来没有遇到过问题,例如: scp username@ host:Sourcefile Destinationfile if [ $? = 0 ]

我面临着一个FTP的问题,我想知道如何,以及以下情况的最佳选择

我正在处理一个通过FTP连接并获取文件的进程,在Informatica Powercenter上使用JMS

我想知道是否有一种方法可以让日志显示连接有问题,并通过unix脚本重新运行该过程


我想知道是否有办法检测INFORMATICA工作流本身的问题,并重新运行该流程。

我使用SCP,我从来没有遇到过问题,例如:

scp username@ host:Sourcefile Destinationfile
if [ $? = 0 ]
then
echo "Connected and copied the file”
else
echo "ERROR in copying the file using SCP "
fi

或者
grep
查看工作流/会话日志文件中的特定错误消息/代码。如果
grep
返回一些内容,则存在问题

在工作流中的会话之后,您有一个命令行任务,然后执行此操作