vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am trying to find some bug on c++ application which is connectiing to db2 express edition on linux. The application is using native CLI to connect to the database. When I use the db2trc to trace the application and it produces lot of unnecessary messages and it is hard to read. In few minutes it produces megs of data. Is there any way I can produce only the usefull messages? If I want to apply fix pack on Db2 express edition then which fixpack do I have to apply? It doesn't have any fixpack for DB2 express edition but there are 6 fix packs for DB2 8.1. ( I think Db2 express edition is a cut down version of 8.1). Cheers Abi |
| ||||
| Abi M wrote: > Hi, > I am trying to find some bug on c++ application which is connectiing to > db2 express edition on linux. The application is using native CLI > to connect to the database. > When I use the db2trc to trace the application and it produces lot > of unnecessary messages and it is hard to read. In few minutes it > produces megs of data. > Is there any way I can produce only the usefull messages? Have you tried to take a CLI trace? For that, add the following to your db2cli.ini in the [common] section: trace=1 tracefilename=/path/to/tracefile traceflush=1 (the last might not be needed for you) -- Knut Stolze Information Integration IBM Germany / University of Jena |