|
This RPG code works with any jakarta release (from 1.5 to 2.0) at V5R1 and V5R2 // open existing .xls fileName = createString(XLSFile); tfileName = trimString(fileName); is = FileInputStream(tfileName); fs = createfs(is); wb = openwb(fs); --- Giuseppe ----- Original Message ----- From: "Mike Barton" <Mike.Barton@xxxxxxxxxxxxxxxxx> To: "RPG programming on the AS400/iSeries" <rpg400-l@xxxxxxxxxxxx> Sent: Friday, July 18, 2003 9:35 AM Subject: Java problem in RPG > Hi peeps > I have been using the jakarta jar to create/change > xl spreadsheets with rpg programs with great success so far. > > One problem I have found is slightly odd. > > I am reading in an existing spreadsheet. > The java constructor is as follows: > POIFSFileSystem(java.io.InputStream stream) > > now obviously, I want to read the file from the IFS, > and since InputStream isn't too useful by itself, > I pass it a FileInputStream class object which is > inherited from InputStream - so therefore no problem > - except there is. > > I get: > Message ID . . . . . . : RNX0301 Severity . . . . . . . : 50 > > Message type . . . . . : Escape > > Date sent . . . . . . : 18/07/03 Time sent . . . . . . : 08:17:34 > > > > Message . . . . : Java exception received when calling Java method. > > Cause . . . . . : RPG procedure MSP760 in program MSP760/MSPOBJ received > > Java exception "java.io.IOException:" when calling method "<init>" with > > signature "(Ljava.io.InputStream;)V" in class > > "org.apache.poi.poifs.filesystem.POIFSFileSystem". > > Recovery . . . : Contact the person responsible for program maintenance > to .... > > I have tried later versons of the jakarta jar but still get > the same problem. > > Now the bizzare thing about it is that if i do a STRDBG in the > cl program, the problem disappears !!! > > we are on V5R1 > > Mike > > ########################################### > > This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. > For more information, connect to http://www.F-Secure.com/ > > > This communication and the information it contains: - (a) Is intended for the person(s) or organisation(s) named above and for no other person(s) or organisation(s). Access to this mail by anyone else is unauthorised. (b) Is confidential, and may be legally privileged or otherwise protected in law. Unauthorised use, circulation, copying or disclosure of any part of this communication may be unlawful. (c) May be susceptible to interference, and should not be assumed that it has come in its original form and/or from the stated sender or PinkRoccade UK accepts no responsibility for information, errors or omissions in this e-mail or use or misuse thereof or any act done or omitted to be done in connection with this communication. If you are not the intended recipient, please inform postmaster@xxxxxxxxxxxxxxxxx immediately and delete it and all copies from your system. > > _______________________________________________ > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list > To post a message email: RPG400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l > or email: RPG400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.