Author Topic: ARSRPT hold back Load report  (Read 539 times)

scott.walsh

  • Newbie
  • *
  • Posts: 9
    • View Profile
ARSRPT hold back Load report
« on: August 30, 2023, 12:32:11 PM »
We run ARSRPT nightly. our server is at 10.5.0.4
As we are gathering data from the report it was discovered that occasionally ARSRPT omits LOAD data.  Initially thinking excessive loads might contribute to this, but we have another day with over 300k and no issues.

                              Operating               SSL      Failed   SSL   
Client         Version        System         Logins   Logins   Logins   Failed
-------------- -------------- -------------- -------- -------- -------- -------
ADMIN GUI      10.5.0.2       Windows        10       0        0        0     
ARSDOC         10.5.0.4       z/OS           21       0        0        0     
ARSEXOAM       10.5.0.4       z/OS           1        0        0        0     
ARSLOAD        10.5.0.4       z/OS           227064   0        0        0      <<<<==== 227064 loads on this day.
ARSMAINT       10.5.0.4       z/OS           2        0        0        0     
CLIENT GUI     10.1.0.3       Windows        70       0        5        0     
CLIENT GUI     10.1.0.4       Windows        727      0        19       0     
CLIENT GUI     10.5.0.1       Windows 64     12       0        0        0     
CLIENT GUI     10.5.0.2       Windows        266      0        13       0     
CLIENT GUI     10.5.0.2       Windows 64     301      0        28       0     
CLIENT GUI     9.5.0.8        Windows        615      0        50       0     
ODF            10.5.0.4       z/OS           9        0        0        0     
ODWEK JAVA API 10.1.0.0       Linux          281      0        0        0     
ODWEK JAVA API 10.5.0.0       Linux          23099    0        87       0     
ODWEK JAVA API 9.5.0.0        Linux          34762    0        2506     0     


Looking down for the load data

                                                                               
 -------------------------------------------------------------------------------
 Load Activity                                                                 
 -------------------------------------------------------------------------------
                                                                               
 No load activity for the given date                                           
                                                                               
 -------------------------------------------------------------------------------
                                                                               

We have another day will more loads and works fine:

                              Operating               SSL      Failed   SSL   
Client         Version        System         Logins   Logins   Logins   Failed
-------------- -------------- -------------- -------- -------- -------- -------
                                                                               
                                                                               
                                                                               
              0        0        0        0                                     
ADMIN GUI      10.5.0.2       Windows        8        0        7        0     
ARSDOC         10.5.0.4       z/OS           36       0        0        0     
ARSEXOAM       10.5.0.4       z/OS           1        0        0        0     
ARSLOAD        10.5.0.4       z/OS           323075   0        0        0      <<=== 323075
ARSMAINT       10.5.0.4       z/OS           2        0        0        0     
CLIENT GUI     10.1.0.3       Windows        199      0        6        0     
CLIENT GUI     10.1.0.4       Windows        1057     0        56       0     
CLIENT GUI     10.5.0.0       Windows        1        0        0        0     
CLIENT GUI     10.5.0.1       Windows 64     18       0        0        0     
CLIENT GUI     10.5.0.2       Windows        464      0        23       0     


Just fine:
-------------------------------------------------------------------------------
Load Activity                                                                 
-------------------------------------------------------------------------------
                                                                               
Loads by user - 1 user                                                         
                                                                               
                                                  Failed                       
Userid                                   Loads    Loads                       
---------------------------------------- -------- --------                     
ARSSERVR                                 322832   243                         
                                                                               
<TOTAL>                                  322832   243                         
                                                                               
Loads by application group/application - 4646 loads                           
                                                                               
                                                                       Bytes   
Application Group              Application                    Loads    Processe
------------------------------ ------------------------------ -------- --------
AC01                           AC29901                        1        2321886
AC02                           AC29902                        1        639730 
AC03                           AC29903                        1        21413   
AR99                           AR099                          1        713920 


Is it possible the BYTE count is MAXING out?  We load a lot of data every night.

Sample byte count by AG.
   48,131,329
   11,093,155
   41,035,525
   36,874,111
   20,639,027
   27,215,433
   26,117,602
   66,055,512
   21,212,436

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: ARSRPT hold back Load report
« Reply #1 on: August 31, 2023, 06:55:40 AM »
Sounds like a bug - either you're exceeding the bounds of an INT, or there's a problem with the query that populates the field.

Best to open a ticket with IBM on this -- I don't think there's anything we can do to help with this one.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

scott.walsh

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: ARSRPT hold back Load report
« Reply #2 on: August 31, 2023, 07:16:13 AM »
Agreed.  Thought I'd ask.  Thanks.