目录

Search

  1. 前言
  2. 使用 Designer
  3. 使用源
  4. 使用平面文件
  5. 使用目标
  6. 映射
  7. Mapplet
  8. 映射参数和变量
  9. 使用用户定义的函数
  10. 使用调试器
  11. 查看数据沿袭
  12. 比较对象
  13. 管理业务组件
  14. 创建多维数据集和维度
  15. 使用映射向导
  16. 附录 , A: 数据类型引用
  17. 附录 , B: 配置 Web 浏览器

Designer 指南

Designer 指南

监控调试日志

监控调试日志

当调试器开始初始化时,集成服务会开始在“输出”窗口的“调试器”选项卡中写入调试日志。 集成服务会将以下类型的消息写入调试日志:
  • 会话初始化
  • 确认用户请求
  • 集成服务遇到中断
  • 调试错误
  • 调试器状态
  • 会话停止
当“输出”窗口中的最底行显示集成服务已准备好时,您便知道调试器已暂停。 集成服务会一直保持“已暂停”状态,直到您发出命令,例如继续、跳到下一步或停止。
如果调试器未开始或突然停止,并且集成服务未在“输出”窗口中写入任何消息,您可以查找“管理控制台域”页面获取更多信息。
下表显示“输出”窗口中的调试日志消息示例:
调试器操作
调试日志消息示例
提示器初始化。
Establishing a connection to the Integration Service dwilliam... Integration Service dwilliam acknowledged its ability to debug a mapping. Initializing debugger... Sending request to Integration Service dwilliam to debug mapping Customers... Waiting for Integration Service to initialize... Establishing communication with the DTM... Established communication with the DTM. Waiting for DTM initialization to complete...
集成服务
正在以 ASCII 模式运行。
集成服务
正在运行,且已禁用高精度。
集成服务
初始化已完成。
初始化后,集成服务会确认映射中的断点。
DSQ Execution Order:
集成服务
已准备就绪。
Sending breakpoints to the Integration Service...
集成服务
已确认设置断点的请求。
集成服务遇到断点。
集成服务
已在数据断点处停止。
List of breakpoints that the Integration Service hit: #3 Data(2,"CUSTOMER_ID > [14]") The current transformation is Exp_Customers.
集成服务
已准备就绪。
发出“继续”命令。
Sending request to continue...
集成服务
已确认继续请求。
发出“跳到下一实例”命令。 集成服务确认并执行请求。
Sending request to go to next instance...
集成服务
已确认“跳到下一实例”请求。
The current transformation is Exp_Customers.
集成服务
已准备就绪。
发出“跳到实例”命令。 集成服务确认并执行请求。
Sending request to step to instance...
集成服务
已确认“跳到实例”请求。
The current transformation is SQ_CUSTOMERS.
集成服务
已准备就绪。
在“实例”窗口中修改数据。
Sending request to modify data for transformation Exp_Customers, port NEW_CUST_ID, to value [1234566...]
集成服务
已确认修改数据请求。
Sending request to continue...
集成服务
已确认继续请求。
会话已完成。 集成服务等待关闭调试器的最后命令。
Response from the Integration Service: Session completed <successfully/with failure>. Last chance to look at target data. Debugger will shut down when we continue.
集成服务
已准备就绪。
调试器完成。
集成服务
正在关闭...
集成服务
执行已完成。
Debugger shutdown complete.
要在会话完成时保存日志,请在“调试器”选项卡内部右键单击任意位置,然后从菜单中选择“输出另存为”。