InterviewSolution
| 1. |
Is It Possible To Report On Concurrent Usage? |
|
Answer» Each transaction that is carried out by the server is LOGGED in the following format: 0 1 MTY1NQ== Fri Mar 12 14:42:55 2010 1268404975 ANB.main V8 0 1 0 Administrator TestBed_Shwcase 8.3.0.900 1 - - - - - - 0 - - - MA== 655259 MTI2OTA2MDIzNA==This log FILE can be exported as a CSV file. By looking at the highlighted entry, you can see how MANY permits are in use at that moment. See the IBM i2 Product Access Management Administration Guide for more information. Each transaction that is carried out by the server is logged in the following format: 0 1 MTY1NQ== Fri Mar 12 14:42:55 2010 1268404975 ANB.main v8 0 1 0 Administrator TestBed_Shwcase 8.3.0.900 1 - - - - - - 0 - - - MA== 655259 MTI2OTA2MDIzNA==This log file can be exported as a CSV file. By looking at the highlighted entry, you can see how many permits are in use at that moment. See the IBM i2 Product Access Management Administration Guide for more information. |
|