the error occurs when opening th IE browser.
recomended PTF by IBM is group 99115
I had difficulties to install it. Applying this ptf does not succeed.
ptf si4907 is missing
http://en.wikipedia.org/wiki/Category:Software_testing
http://en.wikipedia.org/wiki/Software_testing
Here is some reading .. get your bearings .. wikipedia isn’t exactly a good research tool but it gives a scope to start with.
Lots of methods focusing on different outcomes and different levels.
If the files are not shown in your Recycle Bin (for Windows), then you need to restore the files from your backups.
.
Under some circumstances, files or parts of files can be recovered from some areas of your hard drive that have not been reused yet. Recovery might be done by a purchased product or by a company that performs the service. There is no guarantee that a file can be recovered, and there is no guarantee that a recovered file can be used. In general, the more comprehensive the recovery is, the more expensive the product or service will be.
.
The PC should not be used before recovery is attempted. The more the PC is used, the less can be recovered if any recovery is possible.
.
Tom
It is the testing of software. But that is so obvious that I think the question is not complete. More explanation is needed. — Tom
But note that the emulator Toolbar Help doesn’t tell the version of iSeries Access if that is what is being used; it only tells the version of the emulator (which hasn’t had the same version number as iSeries Access for many years at least.) It will, however, tell us what emulator is being used. Even if iSeries Access is installed, it can be an unrelated emulator. This laptop has iSeries Access, but I usually connect with a Mochasoft emulator. Macros are very different between emulators. — Tom
.
See if the intermittent branch has a higher speed network. I saw this happen recently. Office moved and installed higher speed network.
For some related extra info, see DB2 9.7 docs for SQL30037N. — Tom
A system CCSID of 65535 is not a good idea. It indicates that the system generally expects no translation of data across a network. It is effectively saying that data transfers should be done in binary mode. (That is not very accurate, but it’s a good way to think of things when you’re first setting up a system.)
.
Since your system is not well configured for communicating with other systems, you have a couple directions to go.
.
First thing to note, you can set a useful QCCSID system value. In the U.S.A., the most likely value would be (37). In most cases, it doesn’t cause much trouble to make that change, but there are potential considerations that apply.
.
Before thinking about how to get that done (and it probably should have been done long ago), you need to see how it affects your connections.
.
Determine first what CCSID value is appropriate. It’s almost certain that any of your interactive jobs will have a “default CCSID” assigned by the system that would be appropriate (because (65535) isn’t). Use DSPJOB to see what the system thinks is right. Take option 2, ‘Display job definition attributes’. Then scroll to the bottom of the definition attributes to see what shows for ‘Coded character set identifier’ and ‘Default coded character set identifier’.
.
Then run CHGJOB CCSID([defaultCCSID]) using the job’s default CCSID to set the actual job CCSID. This will affect only that current job without affecting any of the rest of the system.
.
After your interactive job has a valid job CCSID, try STRSQL to attempt a remote connection again. Post any different errors back here if they show up. If the previous errors appear again, note that here. We’re looking for any underlying problems that might be hidden due to CCSID problems.
.
Tom
On the tool bar you should have a help button
.. pull down help and then About.. that will identify the software and version.
There are a number of pc software products that can be used to access the AS/400. Macro programming is different in some of these products.
Where do you see the error? What are you doing when you see the error? What does “without success” mean for any PTF? What was the PTF? Was there an error when you tried to apply it? Much more info is needed. — Tom
I figured that federal laws would take precedence over local/state in most cases and when in doubt consult a lawyer on the matter. International laws was something that didn’t cross my mind when doing my reading so thank you for pointing that out!
With a macro, you’d need to press the keystrokes to run the macro every time you needed to paste. Would that be less troublesome than pressing keystrokes to paste?
.
You can edit a macro with Notepad if that’s what you have available. Use any editing tool you choose. That part of your question isn’t clear.
.
Tom
It can be done using virtual tape, and the save file can later be copied to a laptop. But it requires enough spare DASD to hold a copy of everything that was saved. Also, a tape drive would be needed to restore the entire system from the saved image.
.
But you asked about “the whole server”. Why do you need the whole server? Is that in a single save operation? That doesn’t make much good sense. It rarely makes much sense to back up “the whole server”.
.
Tom
First is to look at the error to find what the error message ID is. It’s extremely difficult for anyone to guess what to do next without knowing which message your message text came from. Many different messages can show the same text.
.
I would think that was a generic message. One or more specific diagnostic messages might be sent before that message. Those would be in the joblog, not in a spooled file. (They end up in a spooled file if you sent your joblog to be printed.)
.
After you know about any diagnostic messages, those message IDs would be more helpful.
.
Tom
hmmm I m not sure…. the only thing I can do is to record a macro. then I can modify the document by opening it with a notebook.
any idea how I can edit the the script?
Are you using Client Access? What version?
We have AS/400 and we take all the information and also process the Cards on PC.
Do you have specific hardware you want this to run on?
What is you volumne?
Sai4AS400, good that you’re adding to the knowledge base.
As Tom said, if you copy a logical file you will be coping all the rows that are available to use through that logical. Since this request was to create a pf like the logical but without the data, Tom had recommended using the CPYF with a record selection rule that wouldn’t succeed in finding any records.
Tom’s recommendations from Nov 17, 2012 are accurate and complete.
This is better, Sai4AS400, you can add to the knowledge base as well as draw from it.
Program Development Manager – Member
A member,contains the rules to create a file.
If the member has been created then
Option 14 would be used to Create a PF
or CRTPF can be used.







