Page 1 of 1

extract log records from DB2 for VSE

PostPosted: Mon May 14, 2012 1:14 pm
by princehaasil
hello all,
i need some help from you. i want to extract log records from my DB2 Server for VSE and use it to sync my external Database which is Oracle Database. is there any way to read my log file externally from .Net application or else. m using DB2 Connect as a middleware to connect my host server. m grateful to you if you give me any suggestion or solution. thanks

Environment:

Machine: Z10 BC
OS : ZVSE 4.2
DB: DB2 server for VSE v 7.5
Connectivity: DB2 Connect v 9.7
Programming Platform: .NET
External DB: Oracle

Re: extract log records from DB2 for VSE

PostPosted: Mon May 14, 2012 9:54 pm
by dick scherrer
Hello,

Suggest you consider reading the log on the VSE system and generating a new file to be used by the remote system. I suspect the original log file will not be easily processed by .NET code.

Then talk with your system support/network people to learn how to read a physical sequential file using the .NET application in your environment.