简体   繁体   English

Data Stage 9.1中的“跨项目比较”选项

[英]Cross Project Compare option in Data Stage 9.1

There is a utility called Cross Project compare in the Data Stage designer. Data Stage设计器中有一个名为Cross Project compare的实用程序。 using the cross project compare utility I can compare two jobs (for eg. two parallel jobs) from different environments (for eg dev vs prod). 使用交叉项目比较实用程序,我可以比较来自不同环境(例如开发与生产)的两个作业(例如,两个并行作业)。 I wondered if there is any command line with istool for the same? 我想知道是否有与istool相同的命令行?

This can be achieved using the utility diffapicmdline.exe. 可以使用实用程序diffapicmdline.exe来实现。 Following is the syntax for the same: C:\\IBM\\InformationServer91\\Clients\\Classic\\diffapicmdline.exe /lhscd "/d=server_name:port /h=server /u=user_id /p=password other_server_project %%i" /rhscd "/d=other_server /h=other_server /u=user_name /p=password otherserver/project .isx" /t Job /ot html /ol E:\\compare_output_isxname.html 以下是相同的语法: C:\\IBM\\InformationServer91\\Clients\\Classic\\diffapicmdline.exe /lhscd "/d=server_name:port /h=server /u=user_id /p=password other_server_project %%i" /rhscd "/d=other_server /h=other_server /u=user_name /p=password otherserver/project .isx" /t Job /ot html /ol E:\\compare_output_isxname.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM