Thanks for reading this.

I'm developing a custom program based in a server application call DB2 Digital
Library. The idea is to store heterogenous documents in a central location
(including multimedia content) and retrieve it throught a SQL extension or
throught Text Miner or Image Miner. Everythig is working fine (until now).When I
 retrieve a document i must call a funtion call "open()" (that's what
documentation says). This function should interact with a DB2 Digital Library
Client installed on my machine (I mean client side) and open the internal viewer
 or default viewer for the OS (winnt) depending of the extension, to see that
document. I programmed once a similar application with Visual Basic 6 and this
process work really fine (tha's because the viewer is a ActiveX control), but
when i try to do this with java i get the following exception:

java.io.IOException: CreateProcess: IEXPLORE D:\com\ibm\dl\app\B0000001.DAT
error=2

The more unusual thing is that the file B0000001.dat was created in runtime by
my application and its contents is THE SOURCE CODE OF THE DOCUMENT!.

I know that could be very difficult to help if you have never work with DB2
Digital Library, but any sugestion with help a lot.

Thanks in advance
Best Regards

Esteban Felipe
IBM de Venezuela

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to