博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Trace ODBC Connection log
阅读量:6226 次
发布时间:2019-06-21

本文共 904 字,大约阅读时间需要 3 分钟。

hot3.png

1. In the odbc.ini, go to the [ODBC] entry.

It should look something like this by default:

 

[ODBC]

Trace=0

TraceFile=/<InformaticaInstallationDir>/ODBC7.0/odbctrace.out

TraceDll=/<InformaticaInstallationDir>/ODBC7.0/lib/DWtrc26.so

InstallDir=/<InformaticaInstallationDir>/ODBC7.0

 

2. Enter the following:

? Set Trace to 1

? Set TraceFile to the desired output file name including full path.

Where TRACEFILE specifies the name and full path of the trace file ? Leave all other settings as is.

 

Example

[ODBC]

Trace=1

TraceFile=/<InformaticaInstallationDir>/ODBC7.0/odbctrace.out

TraceDLL=/<InformaticaInstallationDir>/ODBC7.0/lib/DWtrc26.so

InstallDir=/<InformaticaInstallationDir>/ODBC7.0

 

3. Run the PowerCenter session with the error.

 

4. Set Trace=0 after running the session.

 

Please send the trace file (/<InformaticaInstallationDir>/ODBC7.0/odbctrace.out).

转载于:https://my.oschina.net/swuly302/blog/487515

你可能感兴趣的文章
标题滚动!!!!
查看>>
前端模板Juicer
查看>>
java HttpURLConnection 请求实例
查看>>
luncence
查看>>
爬虫定时启动框架apscheduler
查看>>
代码写响应式时钟效果
查看>>
php密码对称encrypt加密
查看>>
测试图片code
查看>>
手动爬虫之流程笔记1(python3)
查看>>
串并转换与数据映射——FPGA子模块整理
查看>>
form表单
查看>>
JAVA正则表达式 Pattern和Matcher
查看>>
Redis启动Sentinel出现警告的解决
查看>>
Python2和Python3比较分析
查看>>
JS中的内部类
查看>>
MySQL 5.6 for Windows 解压缩版配置安装
查看>>
每天一个linux命令(11):nl命令
查看>>
函数与方程的习题【中阶和高阶辅导】
查看>>
HDU 2795 Billboard
查看>>
poj 2996 Help Me with the Game
查看>>