Latest News
Performance Improvements at Point Of Sale - A Guide to Getting the most out of your 4690 System. It is clear that many of the IBM 4690 POS applications could use an overhaul. But who has the time? And where would one start? |
| How do I do a terminal concentrator trace in a windows environment? |
|
Note: For complete diagnostic information, QVS may also need any generated "client-side" diagnostic logs. This means that your code must enable client-side logging. If you are using either a "COM RPAM" or "Java" client, these logs are created when the following command is issued from your client code: Java: Set RPAMApp.setTracing(true) COM RPAM: Set CRPAMApp->put_Tracing(1); If this condition is met or if it is determined by QVS personnel that client-sde logs are not needed to diagnose a particular problem, proceed to the next steps.
If you are running the COM RPAM client in a machine separate from Terminal Concentrator, execute the following steps:
If you are running a Java client, then you will need to retrieve logs for the java client. These logs are located in the "log" subdirectory in the directory tree in which your Java Virtual Machine (JVM) code is located. For example, if you are running JAVA.EXE located in c:\jdk1.3\bin, the logs will be located in the c:\jdk1.3\log directory. The Java log files will have names similar to "qvs1.log", "qvs2.log", etc. Sometimes it can be difficult to find these logs because people don't often know here their JVM is located or because they have more than one JVM on their machine. The easiest way to find them is to do a "dir qvs?.log /s" from the root directory of the drives on the machine. Then look for the ones with a date-time stamp that corresponds with the time of the failure. Zip up these files and send them to QVS personnel for analysis. |