|
Hi, I think that you shuold connect the service first. Ciao. On Tue, 8 Jun 2004 09:51:39 +0800, LCEscario@xxxxxxxxxxxx wrote: >Hello! >Im trying to open a keyed file on an AS400 system and I'm getting a >"connection refused" in the open() part. The strange thing is that our code worked perfectly fine last week and now we're getting this error. >Here's my code flow if it helps (not actual code, but more or less what I'm >doing): > // . . . > AS400 as400System = new AS400("myIP", "myUsername", "myPassword"); > RecordFormat inDataFormat = new RecordFormat(); > CharacterFieldDescription cfd = new CharacterFieldDescription(new > AS400Text(10, as400System), "test"); > inDataFormat.addFieldDescription(cfd); > inDataFormat.setName("recordFormatName"); > AS400File asf = new KeyedFile(as400System, "myPath"); > asf.setRecordFormat(inDataFormat); > > //Error occurs here > asf.open(AS400File.WRITE_ONLY, 0, AS400File.COMMIT_LOCK_LEVEL_DEFAULT); > asf.close(); >Thanks >--------------------------------------- >Liam Edward C. Escario >Computer Telephony >Information Technology Group >SMART Communications, Inc. >+63.2.5113133 >-- >This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) >mailing list >To post a message email: JAVA400-L@xxxxxxxxxxxx >To subscribe, unsubscribe, or change list options, >visit: http://lists.midrange.com/mailman/listinfo/java400-l >or email: JAVA400-L-request@xxxxxxxxxxxx >Before posting, please take a moment to review the archives >at http://archive.midrange.com/java400-l. ----------------------------------------------------------------------------- *** This messages was scanned for malicious contents *** ----------------------------------------------------------------------------- Franco Biaggi CH-6807 Taverne
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.