× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Folks,

We get everything working this morning.  We ONLY changed the IP address of
our AS400 server last night (didn't even reboot the box). So so wierd ......

Thanks again for all the help.

Best Regards,

Rong

----- Original Message ----- 
From: "Rong Zhang" <rongz@xxxxxxxxxxxxxxxxxxx>
To: "Java Programming on and around the iSeries / AS400"
<java400-l@xxxxxxxxxxxx>
Sent: Wednesday, September 08, 2004 9:42 AM
Subject: Re: Record level access problem


> We have used RSE for a while. It just happened after we found the RLA
> problem.
>
> We applied the following PTFs.
>
> DSPPTF LICPGM(5722SS1) SELECT(SI09790)
>
>           PTF                                                        IPL
> Opt    ID       Status                                          Action
>      SI09790 Temporarily applied                    None
>
>
> DSPPTF LICPGM(5722WDS) SELECT(SI14087)
>
>           PTF                                                        IPL
> Opt    ID       Status                                          Action
>      SI14087  Temporarily applied                    None
>
> Thanks for the reply.
>
> Rong
>
> ----- Original Message ----- 
> From: "Vengoal Chang" <vengoal@xxxxxxxxxxx>
> To: "'Java Programming on and around the iSeries / AS400'"
> <java400-l@xxxxxxxxxxxx>
> Sent: Wednesday, September 08, 2004 1:40 AM
> Subject: RE: Record level access problem
>
>
> > Did you install latest WDSC PTF for RSE on iSeries?
> >
> > Best regards,
> >
> > Vengoal
> >
> > -----Original Message-----
> > From: java400-l-bounces@xxxxxxxxxxxx
> > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Rong Zhang
> > Sent: Tuesday, September 07, 2004 10:42 PM
> > To: Java Programming on and around the iSeries / AS400
> > Subject: Re: Record level access problem
> >
> >
> > Hi Franco,
> >
> > The program hung in the connectService Statement.
> >
> > I found another problem that my Websphere Development Studio Client for
> > Iseries hung when I tried to connect to the server. I can't even verify
> > the connections. Followed by
> > http://publib.boulder.ibm.com/infocenter/iadthelp/index.jsp?topic=/com.i
> > bm.etools.systems.core.doc/tasks/ttrouble.htm.
> > Is there anything wrong in the AS400? It worked fine before we got the
> > RLA problem.
> >
> > Many thanks,
> >
> > Rong
> >
> >
> > ----- Original Message ----- 
> > From: "Franco Biaggi" <fbiaggi@xxxxxxxxxx>
> > To: "Java Programming on and around the iSeries / AS400"
> > <java400-l@xxxxxxxxxxxx>
> > Sent: Friday, September 03, 2004 2:19 PM
> > Subject: Re: Record level access problem
> >
> >
> > > Rong Zhang wrote:
> > >
> > > >Hi Franco,
> > > >
> > > >The problem is that this program didn't throw out any exceptions.
> > > >
> > > >I found this problem by using websphere debug tool, it just hung
> > > >there
> > when
> > > >I reached this statement. Are there any ports or servers or whatever
> > > >in AS400 I need to open or enable for this ?
> > > >
> > > >Thanks,
> > > >
> > > >
> > > Rong,
> > > try something like this to see if this changes (where
> > > loggerFileName=/QSYS.LIB/MYLIB.LIB/MYFILE.FILE):
> > >
> > >                 as400 = new AS400();
> > >                 as400.setSystemName(
> > IniFileManager.getAS400SystemName() );
> > >                 as400.setUserId( IniFileManager.getAS400UserId() );
> > >                 as400.setPassword( IniFileManager.getAS400Password()
> > );
> > >                 as400.setGuiAvailable( false );
> > >                 as400.connectService( AS400.RECORDACCESS );
> > >
> > >                 as400File = new SequentialFile( as400,
> > > IniFileManager.getLoggerFileName() );
> > >                 AS400FileRecordDescription recordDescription = new
> > > AS400FileRecordDescription( as400, IniFileManager.getLoggerFileName()
> > );
> > >                 recordFormat =
> > recordDescription.retrieveRecordFormat();
> > >                 as400File.setRecordFormat( recordFormat[ 0 ] );
> > >                 record = new Record( recordFormat[ 0 ] );
> > >
> > >
> > > --
> > >
> > ------------------------------------------------------------------------
> > --
> > ---
> > > *** This messages was scanned for malicious contents ***
> > > ----------------------------------------------------------------------
> > > ----
> > ---
> > > Franco Biaggi
> > > CH-6807 Taverne
> > >
> > >
> > > --
> > > 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 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 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 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.
>
>
>



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.