× 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,

Whenever I clear my cached files, all the temporary files are removed from the workspace. This is what I want. However, afterwards for a few days/weeks, whenever RDi comes across a new /COPY book within an RPGLE source member, it might load it into the LPEX editor (as well as the source member requested) and I need to close it manually. Sometimes this is the QSYSINC/QRPGLESRC(QUSEC) member, which is write inhibited. This is just odd behaviour, but it might be related to the main issue.

Sometimes I get an error response when the QUSEC member is loaded telling me I have received a CPF4194 "Member QUSEC can be opened only for input" error. However, it has somehow succeeded in *clearing* the QUSEC source member before this message and I then need to restore this system file from a backup in order to get programs to compile!

This has happened three times since December. I only have circumstantial evidence that RDi is doing the deed, but it is a major issue and so I need as much advice as I can get. It only happens for me (my other colleagues don't get the /COPY book loading behaviour, nor any errors about QUSEC.)

There is another oddity that might be related. After some compiles (probably no more than twice a day), I get a message in the status bar telling me it is synchronizing resources. When I bring up more details it seems that RDi is trying to write to the EVFEVENT file member that was just mentioned in the compile listing view. Surely RDi doesn't need to write to this member? Sometimes this synchronizing takes 2 minutes and I can not select a compile or save option in RDi until it finishes.

This is in the .log file after the most recent QUSEC deletion incident:

!ENTRY org.eclipse.rse.ui 4 0 2014-03-25 10:03:58.521
!MESSAGE QSYSTempFileListener.upload trying to find editor wrapper
!STACK 0
com.ibm.as400.access.AS400Exception: CPF4194 Member QUSEC can be opened only for input.
at com.ibm.as400.access.AS400FileImplRemote.handleErrorReply(AS400FileImplRemote.java:624)
at com.ibm.as400.access.AS400FileImplRemote.openFile(AS400FileImplRemote.java:746)
at com.ibm.as400.access.AS400FileImplBase.openFile2(AS400FileImplBase.java:1993)
at com.ibm.as400.access.AS400File.openFile(AS400File.java:1667)
at com.ibm.as400.access.AS400File.open(AS400File.java:1589)
at com.ibm.etools.iseries.rse.ui.resources.QSYSEditableRemoteSourceFileMember.openStream(QSYSEditableRemoteSourceFileMember.java:490)
at com.ibm.etools.iseries.rse.ui.resources.QSYSTempFileListener.upload(QSYSTempFileListener.java:296)
at com.ibm.etools.iseries.rse.ui.resources.QSYSTempFileListener.doResourceSynchronization(QSYSTempFileListener.java:97)
at org.eclipse.rse.files.ui.resources.SystemTempFileListener.synchronizeTempWithRemote(SystemTempFileListener.java:718)
at org.eclipse.rse.files.ui.resources.SystemTempFileListener$SynchResourcesJob.run(SystemTempFileListener.java:313)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY org.eclipse.rse.ui 4 0 2014-03-25 10:03:58.599
!MESSAGE QSYSRemoteMemberTransfer: error putting member to server
!STACK 0
com.ibm.as400.access.AS400Exception: CPF4194 Member QUSEC can be opened only for input.
at com.ibm.as400.access.AS400FileImplRemote.handleErrorReply(AS400FileImplRemote.java:624)
at com.ibm.as400.access.AS400FileImplRemote.openFile(AS400FileImplRemote.java:746)
at com.ibm.as400.access.AS400FileImplBase.openFile2(AS400FileImplBase.java:1993)
at com.ibm.as400.access.AS400File.openFile(AS400File.java:1667)
at com.ibm.as400.access.AS400File.open(AS400File.java:1589)
at com.ibm.etools.iseries.subsystems.qsys.resources.QSYSRemoteMemberTransfer.upload(QSYSRemoteMemberTransfer.java:742)
at com.ibm.etools.iseries.rse.ui.resources.QSYSEditableRemoteSourceFileMember.uploadDirect(QSYSEditableRemoteSourceFileMember.java:1132)
at com.ibm.etools.iseries.rse.ui.resources.QSYSEditableRemoteSourceFileMember.upload(QSYSEditableRemoteSourceFileMember.java:1009)
at com.ibm.etools.iseries.rse.ui.resources.QSYSTempFileListener.upload(QSYSTempFileListener.java:354)
at com.ibm.etools.iseries.rse.ui.resources.QSYSTempFileListener.doResourceSynchronization(QSYSTempFileListener.java:97)
at org.eclipse.rse.files.ui.resources.SystemTempFileListener.synchronizeTempWithRemote(SystemTempFileListener.java:718)
at org.eclipse.rse.files.ui.resources.SystemTempFileListener$SynchResourcesJob.run(SystemTempFileListener.java:313)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY org.eclipse.rse.ui 4 0 2014-03-25 10:03:58.614
!MESSAGE QSYSTempFileListener.upload
!STACK 0
com.ibm.etools.iseries.subsystems.qsys.api.QSYSEncapsulatedReturnCodeException: CPF4194 Member QUSEC can be opened only for input.
at com.ibm.etools.iseries.subsystems.qsys.resources.QSYSRemoteMemberTransfer.upload(QSYSRemoteMemberTransfer.java:1058)
at com.ibm.etools.iseries.rse.ui.resources.QSYSEditableRemoteSourceFileMember.uploadDirect(QSYSEditableRemoteSourceFileMember.java:1132)
at com.ibm.etools.iseries.rse.ui.resources.QSYSEditableRemoteSourceFileMember.upload(QSYSEditableRemoteSourceFileMember.java:1009)
at com.ibm.etools.iseries.rse.ui.resources.QSYSTempFileListener.upload(QSYSTempFileListener.java:354)
at com.ibm.etools.iseries.rse.ui.resources.QSYSTempFileListener.doResourceSynchronization(QSYSTempFileListener.java:97)
at org.eclipse.rse.files.ui.resources.SystemTempFileListener.synchronizeTempWithRemote(SystemTempFileListener.java:718)
at org.eclipse.rse.files.ui.resources.SystemTempFileListener$SynchResourcesJob.run(SystemTempFileListener.java:313)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)



If anyone else has seen these behaviours or errors then I would appreciate any advice you might have. Between us, my colleagues and I have only just made the connection between the QUSEC going missing and this error on my screen (you don't notice QUSEC is missing until you compile a source member that uses it.) I'm going to have to spend an hour or so now creating a new workspace from scratch in the hopes that stops this issue.



-Paul.



P.S. I created a new workspace, and the first source member I opened had 6 /COPY books in it. One of them was opened at the same time that I opened the source member, and the opened /COPY book's member change date has been set to today (when it was last changed in 2011). This is another major problem! I will now have to uninstall and reinstall RDi in order to make certain I am working with a vanilla environment.

I have Softlanding's RSE Extension, midrange.com's RSE extension and the iSphere plugin installed, but nothing else.



Important, this email transmission and any files with it are strictly confidential to the intended recipient and may be legally privileged. Any views or opinions presented are solely those of the author and do not necessarily represent those of BHSF. If you are not the intended recipient, you must not copy, disclose or distribute its contents in any way. If you have received this e-mail in error, please notify the sender and delete the e-mail from your system.

We have taken steps to ensure this email and attachments are free from any virus but do not accept any responsibility once this e-mail has been transmitted. You should scan any attachments for viruses. No contract may be concluded on behalf of BHSF Limited by e-mail.

Registered Office: BHSF Limited, Gamgee House, 2 Darnley Road, Birmingham, B16 8TE. www.bhsf.co.uk Registered in England number 35500. BHSF Limited is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and Prudential Regulation Authority.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.