Client Access straight off the V5R3 disk works for me under Windows 7 (beta version). The V5R3 Client may work with your V5R2 OS/400.
As for a free (open-source) alternative, I've used TN5250 from SourceForge. It's not as complete as PC5250, but is far better then regular telnet...
It appears to me that you cannot successfully run this command as written (at lease, you can't on V5R3). It appears that you can only use the *PRINT parameter on a single user profile name i.e.
DSPUSRPRF QPGMR OUTPUT(*PRINT)
You can see the fields generated if you use the *OUTFILE parameter...
Assuming you are using PC5250 (iSeries Access), check under Communication>>Configure... and make sure "Avoid duplicate names on this workstation" is checked. In addition, you can check the "Avoid duplicate names with other workstations" if multiple workstations use the same workstation ID.
Delete the printers:
WRKCFGSTS *DEV printername
Select option 2=Vary off
Select option 8=Work with description
Select option 4=Delete
Check systen value QAUTOCFG is turned on:
WRKSYSVAL QAUTOCFG
Select option 2=Change
Make sure value is '1' for 'On'
Connect your printers and power them on...
As I understand it, you are creating a new IP interface and attempting to give it the name ETHLINE1.
Is ETHLINE1 being added for the Line description parameter? The Line Description parameter refers to the already defined ethernet line.
Try this command:
WRKCFGSTS *LIN ETH*
This will list the...
Does anyone know how to print a shaded box from iSeries DDS using AFPDS and the BOX keyword.
IBM online docs show this example:
A R BOX4 BOX(1.2 0.5 5.1 6.3 0.2 +
A (*SHADE 50))
but it doesn't work. The outline prints...
Is your SAVLIB parameter indeed a library called "CMS.CUS15" (all nine characters)? You aren't intending library CMS and file CUS15, correct? You may want the RSTLIB parameter to specify what library you want to put the restored file into.
I have seen this behavior when attempting to print a spool file containing AFP data on a printer not capable of AFP. If the printer cannot support some attribute of the spool file, the system will put it on hold when it is released. What I find unusual with your problem is that it is every printer.
I tried your SQL in the Run SQL Scripts in Operation Navigator and I got the same error message. Some research showed that the syntax for current date is incorrect.
Try: char(CURRENT DATE - 5 DAYS)
The DAYS notation is required.
To your original question: I have found that there is no easy way...
I assume by now you've found the response by flapeyre. Based on my limited knowledge of your version of SQL, it looks like that may the answer you are looking for. That is, taking into consideration any invalid dates values in your field.
We use ASC's SEQUEL product for SQL queries so the syntax and abilities are similar but probaly not the same. In SEQUEL, this would cause a problem because you are trying to compare a date data type to a numeric data type. You need to find a way to convert one or the other so the data types...
I am assuming you are trying to compare iSeries objects of type *FILE and attribute *PRTF vs. spooled output sitting in an output queue.
The following command will create a file of *PRTF attributes:
DSPFD FILE(*ALL/*ALL) TYPE(*SPOOL) OUTPUT(*OUTFILE) FILEATR(*PRTF) OUTFILE(QTEMP/PRTF01)...
Here is my two-cents worth. We currently IPL our i5 on Sunday mornings. We started this practice back on V3 and a CISC box - mostly to reduce temporary address space usage. The main reason I have continued is our users are used to and expect the system to go down for a few minutes each Sunday. I...
If you want to start telnet on an ad-hoc basis , try the follwing cmd: STRTCPSVR SERVER(*TELNET). To end the server, use the following command: ENDTCPSVR SERVER(*TELNET).
We just 'jumped' from V4R5 to V5R3 (AS/400e-720 to i520 upgrade). I was using the Orginal HTTP Server on V4R5 and was able to migrate it to Apache HHTP Server on V5R3. There is an option to migrate an Original HTTP Server to Apache if you use the ADMIN instance. I was pleased to find it worked...
We have never used 5251's. Most of the terminals still in use are 3487's. The nice thing about twinax is you set one address and plug it in and you are ready to go. Try that with a PC. The answer about anything over 40 causing degredation of response times seems likely. As I said in my original...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.