Email Alerts
-
Creating a remote output printing queue from the AS/400
A simple series of commands in AS/400 can automatically have a remote printer print every spool file released into the output queue.Ask the Expert
-
PC/Windows connectivity: Top 10 expert Q&As
Shahar Mor, iSeries/i5 PC/Windows connectivity expert, has been answering Search400.com's member questions for more than five years. Shahar has seen many of the same issues and concerns asked again and again. Therefore, we've compiled the top 10 questions asked about iSeries/i5 connectivity for you.Learning Guide
-
Invisible traffic that steals bandwidth
If you network is busy though you know it is empty you may be experiencing "phantom traffic." Here Loki Jorgeson takes the mystery out of of the sources of traffic-like behavior.Tip
-
Fast guide to Redbooks and guides on printing/output
Sometimes you just have to go to the source when you're having a problem. To help you out -- and keep you from having to search IBM's site yourself -- we've gathered these Redbooks and guides on printing and e-output from the iSeries.Fast Lookup
-
Print a PDF file from the iSeries
One user writes, "I'm having trouble with embedded spaces with the STRPCCMD command. The following works when I type it into the Windows start, run box: "C:Program FilesAdobeAcrobat 6.0acrobat.exe /p M:Blueprintssample.pdf" Thanksfully, Shahar Mor was on hand to offer a solution.Ask the Expert
-
Problems with new server and PC
One user writes, "We have made some changes in our network. We added a new server, and a new PC was installed in the old V3R2 Client Access. We are still running OS/400 V3R7 on the iSeries. In the old network, which is still available, I can see in the Client Access network, and the folders on the iSeries. On the new PC I can't see them, although I do see the printers. Do you know what is going on?" PC/Windows connectivity expert Shahar Mor responds.Ask the Expert
-
Saving escape characters
One user writes, "How can I send escape characters to a network printer to change the font, orientation, etc? We currently do this with a printer interface module using "passthrough". When we try to send escape characters (hex 1B) directly to the network attached printer, the host print transform utility appears to strip out these characters even though we code the print file to not replace unprintable characters. Is this an EBCDIC to ASCII translation issue?" iSeries printing and Output expert Chip Milosch responds.Ask the Expert
-
iSeries to PC printing on HP printers
How can I send an Escape <esc> seq in RPG so the printer can understand? Is it HEX 27 or ASCII 027?Ask the Expert
-
Problems printing from the iSeries
This Search400.com member has questions concern ng printing from an iSeries 820 V5R2 to a network ASCII printer attached to a Windows print server. Printing expert Chip Milosch is on hand to help him out.Ask the Expert
-
Top five tips for improving network performance
Here are five things you can try to improve network performance without buying new hardware.Tip
- VIEW MORE ON : Connecting to Printers
-
Common AS/400 FTP questions answered
WAN engineers may have questions regarding AS/400 FTP. In this FAQ, get answers on some of the most common questions, such as how to make your AS/400 visible to an FTP server.FAQ
-
Simplify the process of converting a spool file from iSeries into an Excel spreadsheet
To simplify and accelerate the process of converting a spool file from iSeries into an Excel spreadsheet, eliminate the creation of the spool file and instead create a CVS text file, which can easily be loaded into Excel.Ask the Expert
-
Generically send a text file from the IFS via FTP
When using mget or get on iSeries, it should work. However, one user received an error message when trying to do this.Ask the Expert
-
Automate Client Access to find files on Windows scheduler
Use the RTOPCB command to transfer files from the AS/400 to the PC when automating file transfers.Ask the Expert
-
SAVF by FTP on AS/400 -- error "source file not found"
On the AS/400, if you don't specify the correct commands on the "source" system to locate the source file, you will get the source file not found error when you try to use FTP. Ken Graap provides an example of using FTP to transfer a save file from a source system to a target system.Ask the Expert
-
Use a virtual directory to move a .bmp file from the IFS to a remote server to run a software packag
If a file needs to be moved quickly from the IFS to another server (Windows or a different AS/400 server) you can create a vitual directory.Ask the Expert
-
Transferring binary files to IFS from a PC via FTP
You can transfer a PC file to the IFS on AS/400 using client access, but an easier method involves using Netserver and FTP.Ask the Expert
-
FTP from AS/400 to PC folder
By using the CPYTOSTMF command you can create a stream file in the IFS that can be sent via FTP to anywhere you want.Ask the Expert
-
How to FTP without knowing the file name
Using the mget nbor command on the AS/400 when FTPing from a PC will get all the file names starting with gbor to the current library.Ask the Expert
-
IFS folder error
If you are trying to FTP a file into an IFS folder on AS/400 and receive an error, the naming format may not be set properly.Ask the Expert
- VIEW MORE ON : FTP
-
Configure the iSeries v5r4 to open the HTTPS port for incoming connections
When the HTTPS 443 port is not accessible from interned but is open within the local network, open the port for incoming connections by recognizing the problem as a network firewall issue rather than an iSeries issue.Ask the Expert
-
"Time" saving programming tips for iSeries
Do you want to know how to synchronize your iSeries' clock to NIST standards and have distributed PCs synch up to your iSeries? This tutorial on iSeries clock managment shows you how.Tip
-
PC/Windows connectivity: Top 10 expert Q&As
Shahar Mor, iSeries/i5 PC/Windows connectivity expert, has been answering Search400.com's member questions for more than five years. Shahar has seen many of the same issues and concerns asked again and again. Therefore, we've compiled the top 10 questions asked about iSeries/i5 connectivity for you.Learning Guide
-
Invisible traffic that steals bandwidth
If you network is busy though you know it is empty you may be experiencing "phantom traffic." Here Loki Jorgeson takes the mystery out of of the sources of traffic-like behavior.Tip
-
Working with ODBC and dates
One Search400.com member writes, "I use Business Objects and Viewpoint to access DB2/400 via ODBC. Since the new year some PTF's were applied (I don't know which ones) and now any SQL that converts strings to dates fails. The iSeries is managed elsewhere and they claim there is no problem because it works using DB2 connect and Operations Navigator. I had always thought these products used APPC not ODBC. Is this correct?" PC/Windows connectivity expert Shahar Mor responds.Ask the Expert
-
Run command on a PC
One Search400.com member writes, "I want to start a .Wav file from my iSeries. It works with the STRPCCMD but the length of the parameter is limited to 123, which is too small. Are there any alternatives?" PC/Windows connectivity expert Shahar Mor responds.Ask the Expert
-
Why is my job taking twice as long?
We are running a series of overnight downloads from the iSeries using SQL server with ODBC connections. The job runs in subsystem QUSRWRK. The job, which once took two hours, leapt to a current five hours with no apparent changes to jobs, configuration or system parameters. The job ends normally, therefore there are no joblogs. On the odd occasion, jobs have to be manually terminated due to overrun. Do you have any idea what might be going on? I'm working with an iSeries Model 820 OS V5R2.Ask the Expert
-
Problems with new server and PC
One user writes, "We have made some changes in our network. We added a new server, and a new PC was installed in the old V3R2 Client Access. We are still running OS/400 V3R7 on the iSeries. In the old network, which is still available, I can see in the Client Access network, and the folders on the iSeries. On the new PC I can't see them, although I do see the printers. Do you know what is going on?" PC/Windows connectivity expert Shahar Mor responds.Ask the Expert
-
Take control of your iSeries network security -- Part 2
In his previous tip, Rich Loeber told you how to use the Job Action network attribute to help control network security. This week he shows you how Client Request Access and DDM Request Access control PC access and remote access to your iSeries.Tip
-
The iSeries and MS Office make good partners
Microsoft may be IBM's arch nemesis, but in most cases iSeries users still need to use PCs and Microsoft software. Fortunately, the i5/OS and Microsoft Office work well together. Interaction between two computers -- like an iSeries system and a PC -- does, however, require a coordination of efforts between the two machines. To help you with that Search400.com has put together a four-piece package about integrating i5/OS and MS Office.Learning Center
- VIEW MORE ON : Physical connections to iSeries
-
Remove character limits from domain or users on RMTUSER
Use the STRPCCMD command or install advanced rexec daemon to allow more characters for a domain/user on a PC network.Ask the Expert
-
Use a virtual directory to move a .bmp file from the IFS to a remote server to run a software packag
If a file needs to be moved quickly from the IFS to another server (Windows or a different AS/400 server) you can create a vitual directory.Ask the Expert
-
Displaying an image from the AS/400 on a PC, troubleshooting
If an image from the AS/400 does not display on a PC using STRPCCMD, you may need to check to make sure the PC is connected to the iSeries. If it is not, make sure that NetServer is working. If it is, but you can't see the directory QDLS, you need to add a share.Ask the Expert
-
Running a job on the iSeries after it has been transferred to a PC
The REXEC command on a PC or the RMTCMD within iSeries Access allows you to call a program on the iSeries from a Windows PC.Ask the Expert
-
SQL7008 error in iSeries Access and journals
SQL7008 error in iSeries Access is most frequently caused by trying to update a file that is not journaled or when a user lacks authority to the journal.Ask the Expert
-
Telnet connection repeatedly closes
If a Telnet connection to the AS/400 keeps closing, the keep-alive settings may need to be set to lower time limits.Ask the Expert
-
Users unable to sign off of AS/400
When Windows users use option 90 to sign off of AS/400 and they are automatically reconnected, this can be a problem. This can be altered by setting the ENDCNN to *yes.Ask the Expert
-
User authorities required to run a proceedure on another platform
If a program automatically transfers a file from Windows to AS/400 and then runs the program on the AS/400, certain user authorities must be given in order for the program to run.Ask the Expert
-
How to: Transfer unlimited data to Excel from AS/400
Using the data transfer from iSeries utility in Client Access allows you to transfer data from the AS/400 to Excel. By setting up the worksheet type and optional setting for Excel to start a new worksheet you can avoid running out of room on a single Excel worksheet.News | 11 Sep 2008
-
User authorities for running a remote procedure on the AS/400
Running a procedure on another platorm and transferring a file and running a remote command on the AS/400 requires specific user authorities. These don't need to be Admin settings, but certain authorities must be available to make it work.Ask the Expert
- VIEW MORE ON : Remote Access to iSeries
-
Configure the iSeries v5r4 to open the HTTPS port for incoming connections
When the HTTPS 443 port is not accessible from interned but is open within the local network, open the port for incoming connections by recognizing the problem as a network firewall issue rather than an iSeries issue.Ask the Expert
-
Monitoring logins over TCP/IP using FTP
ISeries PC/Windows connectivity expert explains how to set FTP exit programs to monitor user activity.Ask the Expert
-
PC/Windows connectivity: Top 10 expert Q&As
Shahar Mor, iSeries/i5 PC/Windows connectivity expert, has been answering Search400.com's member questions for more than five years. Shahar has seen many of the same issues and concerns asked again and again. Therefore, we've compiled the top 10 questions asked about iSeries/i5 connectivity for you.Learning Guide
-
RTCTCPSTS -- Retrieve TCP/IP status
In this tip, Search400.com member Vengoal Chang shares the RTVTCPSTS command source to help you retrieve the TCP/IP status.Tip
-
Auto start attribute for all TCP servers
Learn which TCP servers have the auto start attribute set to *yes.Tip
-
How to use NETSTAT to troubleshoot your iSeries network connections
Do you want to monitor remote users' access to your iSeries? With the Network Status command (NETSTAT) you can check on TCP/IP connections, see how many bytes are going in and out, as well as determine which IP address a device is connected to. In this tip Dan Reusche walks you through Option 3 of the command -- "Work with TCP/IP connection status."Tip
-
Is there a way to continue output after logging off server?
Ask the Expert
-
Encrypt communication between iSeries and desktops
What do you do when you need to encrypt information flowing between iSeries servers and desktops? Here are a couple ideas.Tip
-
Use the i5/OS Networking Quality of Service monitor to look at your system's bandwidth usage
Learn how to set up a simple policy to monitor your network.Tip
-
The Lazy Coder: Fun with TCP/IP
Andrew Borts reviews some cool time-saving tips about TCP/IP so you can put your feet up and, well, be lazy like him.Tip
- VIEW MORE ON : TCP-IP
-
VoIP too big a 'pain' for small businesses
VoIP has a lot to offer small businesses, but the market isn't quite ready to serve their needs. Experts say that will change with time.Article | 29 Nov 2006
-
VoIP for iSeries now available
IBM is now offering VoIP software from 3Com on its System i serversArticle | 24 Oct 2006
-
2005, 2006 big years for corporate VoIP rollouts
VoIP is ready for prime time, thanks to its cost savings. But challenges around federal regulation and security are still imminent.Executive Briefing
-
Blyth profits from business intelligence software
Blyth, one of the largest candlemakers in the U.S., says running business intelligence software on its iSeries helps them save big by helping it better manage its inventory.Article | 22 Jun 2006
-
VoIP will soon be 'mainstream'
A recent study by Infonetics Research found that VoIP use in the enterprise will more than double by 2010, and VoIP could soon be considered mainstream technology.Article | 18 May 2006
-
IBM touts VoIP on System i for SMBs
VoIP isn't new, but it is new to System i. With many small companies just starting to get involved with IP telephony, IBM claims its the right time to bring its all-in-one machine onboard.Article | 17 Apr 2006
-
Defining business intelligence users
Here is how to define who is using your BI systems -- a critical step in enuring the success of your implementation.Tip
-
Quick Takes: Partnership, expansions and fibre channel
Bostech announces integration partnership with Syntegra; and Brocade first SAN infrastructure qualified for iSeries; and MAPICS offers maintenance and calibration management for iSeries.Article | 19 Jul 2001