Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ed_Arnold

Pages: 1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 80
181
Windows Client / Re: Client Application Window is not Displaying
« on: February 22, 2021, 01:46:49 PM »
Joe - if you're on CMOD server 9.5 or above please download the latest (10.5.0.1) client and test.

The 10.5.x.x client is fully tested and fully supported for servers back to 9.5.


Compatibility matrix for the Content Manager OnDemand clients and servers

https://www.ibm.com/support/pages/compatibility-matrix-content-manager-ondemand-clients-and-servers

Ed

182
Windows Client / Re: Client Application Window is not Displaying
« on: February 19, 2021, 06:15:21 PM »
Are you on the 10.5.0.1 client?

Ed

183
No problem.  The samples have been that way since CMOD was archiving hieroglyphs.   (code page in the negative numbers)

I'll look into getting that changed, but it probably won't happen until the next release.

Ed

184
Eli - you don't literally have carats (<>) around the password, do you?

Just for fun I tried that and got

$HASP373 ARSIVPJ1 STARTED - INIT 2    - CLASS A        - SYS E222     
IEF403I ARSIVPJ1 - STARTED - TIME=16.36.46                             
+CEE3798I ATTEMPTING TO TAKE A DUMP FOR ABEND U4080 TO DATA SET: ODV733.foo


Ed

185
z/OS Server / Problem With The MAXPARTITIONS Calculation
« on: February 17, 2021, 11:55:13 AM »
https://www.ibm.com/support/pages/apar/PH23110?mhsrc=ibmsearch_a&mhq=ph23110


Error description
For an application group, if a new index field is added or if
an existing filter field is changed to an index field ARSSOCKD
will abend under the following two conditions:
1) The existing tablespaces are non-UTS.
2) ARSMVS_DB_DSSIZE=n in ars.cfg

Also, its possible that the tablespace could be incorrectly
created with 1 for MAXPARTITIONS. Note: This APAR will only
specify the correct MAXPARTITONS for new table spaces. The
arstblsp commmand can be used to close the existing table and
cause a new tablespace. Alternatively, an ALTER TABLESPACE
can be used to increase the MAXPARTITIONS.

186
Yes, probably time to open a PMR.

Before you do change your ARSSOCKD started task to look like this and re-run it:

Quote
If you start ARSSOCKD with no parms at all that's fine, it means you're taking all of the defaults:

//ONMVS222 EXEC PGM=ARSSOCKD,REGION=0M,TIME=NOLIMIT

Recommend you change that when you initially bring up V10 to the following:

//ONMVS222 EXEC PGM=ARSSOCKD,REGION=0M,TIME=NOLIMIT,
//  PARM='/-S -I ARCHIVE -v'

The "-v" for verbose is what's important.  All it does is copy all of the CMOD parms to SYSOUT.  It has zero impact on performance. 

Run all of your ARSSOCKD's with the "-v" parm all the time.

Provide both the output from the started task and the job output for the batch for the IVP job.

Ed

187
Is this the IVP that's giving you problems?

//*-----------------------------------------------------------------*\\
//*                                                                 *\\
//*  Member: ARSIVPJ1                                               *\\
//* Library: SARSINST                                               *\\
//*                                                                 *\\
//* Purpose: This member loads the IVP Report 1                     *\\
//*  Report: Check Statements                                       *\\
//*                                                                 *\\
//PROCESS  OUTPUT  DEFAULT=YES,CLASS=*,JESDS=ALL,OUTDISP=HOLD         
//*                                                                   
//ARS       SET ARS='ARS.ARSV1010'                                     
//DB2       SET DB2='DSN.DB2VC50'                                     
//*                                                                   
//STEP1     EXEC PGM=ARSLOAD,REGION=0M,                               
//         PARM=('/-u misterx  -p secret -h ARCH1010 -n -v -s OBJINPT
//             -Z ivp -g "ARSIVPR1"   tempname')                       
//STEPLIB    DD DISP=SHR,DSN=&ARS..SARSLOAD                           
//           DD DISP=SHR,DSN=&DB2..SDSNEXIT                           
//           DD DISP=SHR,DSN=&DB2..SDSNLOAD                           
//           DD DISP=SHR,DSN=&DB2..SDSNLOD2                           
//ARSBIN     DD PATH='/usr/lpp/ars/V10R1M0/bin'                       
//SYSPRINT   DD SYSOUT=*,DCB=(RECFM=FBA,LRECL=134,BLKSIZE=134)         
//OBJINPT    DD PATH='/usr/lpp/ars/V10R1M0/samples/ARSIVPR1.out',     
//            LRECL=133,RECFM=FBA,                                     
//            FILEDATA=TEXT,PATHOPTS=(ORDONLY),                       
//            PATHDISP=(KEEP,KEEP) 
//SYSOUT     DD SYSOUT=*           
//STDERR     DD SYSOUT=*           
//STDOUT     DD SYSOUT=*           
//SYSUDUMP   DD SYSOUT=*           

188
A few thoughts:

1. are both the arsload job and arssockd running REGION=0M ?

2. run spufi against the SYSIBM table for all  ARS* tables.  who is the owner?

3. run the IVP job in batch, perhaps like this example?

     http://www.odusergroup.org/forums/index.php?topic=1987.msg9954#msg9954

3. open up a PMR or put the complete job output in here

Ed

189
z/OS Server / Re: CMOD z/OS V10R1M0 - Abends338 after starting arssockd
« on: February 10, 2021, 05:52:59 PM »
What's in your STEPLIB concatenation?

Verify all are APF authorized.

Ed

190
z/OS Server / Re: Recommended DB2 on z/OS Service, V12
« on: February 07, 2021, 10:45:29 AM »
CMOD APAR PH34239

Db2 V12 introduced a change in behavior during runstats. 

Prior to Db2 V12, runstats always invalidated the cache. 

Starting with Db2 12, Db2 does not invalidate the cache unless you specify INVALIDATECACHE YES. 

Due to this change, the Db2 optimizer may not pick the same access path, leading to poor performance of CMOD queries.

In order to restore the prior runstats behavior, CMOD is being enhanced to specify INVALIDATECAHCHE YES when running Db2 12 or higher.

191
z/OS Server / Implementing Multi Factor Authentication?
« on: February 07, 2021, 10:39:50 AM »
There was a problem with mixed case passphrases during MFA Web authentication where MFA incorrectly folded a passphrase to uppercase, and is fixed in MFA 2.0 and MFA 1.3 with PTF UI66464.

192
z/OS Server / Implementing MFA? (Multi Factor Authentication)
« on: February 07, 2021, 10:38:49 AM »
There was a problem with mixed case passphrases during MFA Web authentication where MFA incorrectly folded a passphrase to uppercase, and is fixed in MFA 2.0 and MFA 1.3 with PTF UI66464.

193
z/OS Server / Re: CMOD 10.5 Release Notes
« on: February 02, 2021, 11:54:20 AM »
Is there a link to 10.5 installation for z/OS?  I recall 10.1 having jobs to run that setup the SMPE zones and DDDEF.  When doing shopz and trying to run the job it is failing on GIM54501S ** ALLOCATION FAILED FOR SMPLOG BECAUSE THERE IS NO DD STATEMENT IN THE JCL AND NO DDDEF ENTRY IN THE GLOBAL
             ZONE.                                                                                                   

I think what you're looking for is the Program Directory of the base FMID for CMOD 10.5:

https://www.ibm.com/support/pages/node/608849

Ed

194
z/OS Server / Re: Recommended DB2 on z/OS Service, V12
« on: February 01, 2021, 02:43:31 PM »
PH08646: INEFFICIENT MULTI-INDEX ACCESS PLAN CHOSEN WITH WORSE PERFORMANCE THAN A PLAN WITH SINGLE INDEX ACCESS

PTF UI63294

195
Windows Client / Re: CMOD 10.1.0.5 PDF indexer not loading
« on: January 25, 2021, 02:15:17 PM »
Did this ever get resolved?

Does the select a file screen come up?

Or do you select a file and then it freezes?

Ed

Pages: 1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 80