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 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 81
496
MP Server / Re: arsload Error
« on: April 27, 2018, 06:24:42 AM »
Piggybacking off Derrick's work, I see that that APAR has been included in 9.5.0.11 which just became available:

Quote
2.2.9.5.0.11) Release (9.5.0.11)
      PI87919 - PDF libs issue error: Attempt to call a method that has not
                been implemented
      PI91658 - The arsacif command fails with EBCDIC when
                FILEFORMAT=STREAM,(NEWLINE=X'15')
      PI93129 - Deleting applications changes Folder to Application mappings
      PI93150 - The arsrpt command reporting incorrect data
      PI93170 - Large Object line data with ACIF LINECNT results in the message
                Viewer Page count does not match Load Page Count
      PI93255 - ODF Distributions with a large number of report bundles may
                run out of memory
      PI94874 - ICU converter fails if Application Group field is defined as
                'Not in DB'
      PI94940 - Error message "Warning No 222 SM Warning: 248" when using CMOD
                9.0 with TSM 8.1

Ed

497

We found this info useful today.  In our case it was REGION size that needed to be bumped up.
Thanks!
Rod

Thanks for the feedback, Rod.

Yeah, it's amazing sometimes how much virtual CMOD uses.

Ed

498
MP Server / Re: Weird Error: The application group >< does not exist
« on: April 26, 2018, 12:23:10 PM »
Do you have an input exit which might be getting in the way?

Ed

499
Report Indexing / Re: Version 10.1 new Unique ID fields
« on: April 17, 2018, 09:39:28 AM »
Greg - just throwing in my two cents...

Haven't worked with this at all, but during training I did jot down these note...says it should be automatically generated.

Generates a unique identifier for every row loaded into OnDemand

o Configurable per application group
o String field of length 36 bytes
−Example:
ac9223b3-f741-4608-ba92-749fda48d866
o If defined, then automatically generated during load
o If multiple rows to same document, each row has its own unique identifier
−Previously with ERM –such rows could not participate in ERM
o Only applies to new data loaded


Ed

500
Other / Re: Hide Page Piece Dictionary from user
« on: March 27, 2018, 12:47:52 PM »
Is this same info returned if you right click on the PDF and select Document Properties...  ?

Ed

501
z/OS Server / DB2 ABEND 00C90101
« on: March 23, 2018, 12:55:21 PM »
DB2 ABEND 00C90101

From DB2 Level 2 description:

Quote
This is a known problem to us.   It has to do with synchronization of a
shadow copy of a DBET (Database Exception Table - Internal to DB2 )     
entry with its master copy in the SCA.  There's small timing window   
where an object,  a NPI has grown a new piece,  but this info hasn't   
been sync'd with the member shadow copies.  This discrepancy causes the
sanity check to kick off which subsequently causes the abend.           
                                                                       
In this case it was for UNIQUE INDEX xxxxxxxxxxxxxx built on table     
yyyyyyyyyyyyyy which is in a PBG tablespace with MAXPARTS 1000.     
                                                                       
This abend is from PI58369 / UI44629 which is marked PE.   We recommend
that you remove this ptf to circumvent this abend.  If not,  you can   
apply the Fixing APAR PI87946 / UI51196.           

UI51194 for DB2 V12

502
z/OS Server / DB2 ABEND 00C90101
« on: March 23, 2018, 12:52:07 PM »
DB2 ABEND 00C90101

From DB2 Level 2 description:

Quote
This is a known problem to us.   It has to do with synchronization of a
shadow copy of a DBET (Database Exception Table - Internal to DB2 )     
entry with its master copy in the SCA.  There's small timing window   
where an object,  a NPI has grown a new piece,  but this info hasn't   
been sync'd with the member shadow copies.  This discrepancy causes the
sanity check to kick off which subsequently causes the abend.           
                                                                       
In this case it was for UNIQUE INDEX xxxxxxxxxxxxxx built on table     
yyyyyyyyyyyyyy which is in a PBG tablespace with MAXPARTS 1000.     
                                                                       
This abend is from PI58369 / UI44629 which is marked PE.   We recommend
that you remove this ptf to circumvent this abend.  If not,  you can   
apply the Fixing APAR PI87946 / UI51196.           


503
z/OS Server / Re: Remove the Begin Separator Page from ARSYSPIN
« on: March 21, 2018, 07:58:50 AM »
Just a wild guess:

comment out whatever is in INPEXIT
                   
add outsep=yes to ARSYSPIN parms to allow ARSYSPIN to generate the seperater records. 

Ed

504
A full set of test buckets has been run and it's official:

All currently available releases of CMOD (that's v9.5 and V10.1) fully support ACIF V4.6 with APAR PI93196 installed.
________________________________________________________

I am told that for big AFP input files the performance is much better due to this enhancement:

Quote
ACIF V4.6 reduces the frequency that GETMAIN and FREEMAIN are called from once for every record of the input file to once for the input file. This change is designed to reduce processing time for jobs with many records

Also, this line item may be of interest:

Quote
ACIF V4.5 does not recognize the x'0C' form feed character as the start of a new page. The user must provide an ACIF user exit that removes the x'0C' form feed character and inserts an x'F1' ANSI carriage control at the beginning of each page.

ACIF V4.6 recognizes the X'0C' form feed character as a new page indicator which removes the need for the special user exit.

Ed


505
MP Server / Re: arsload Error
« on: February 28, 2018, 07:44:12 AM »
Unfortunately, I don't have anything that I can use to open the AFP.

Not an expert on MP, more of a z guy, but can you use arsafpd to check for possible AFP errors in the input?

Ed

506
z/OS Server / Re: Migration to DB1 V11 and CMoD 9.5.0
« on: February 26, 2018, 11:46:23 AM »
An issue encountered by someone else when upgrading their DB2 to V11:

www.odusergroup.org/forums/index.php?topic=2385

Ed

507
z/OS Server / Re: Migration to DB1 V11 and CMoD 9.5.0
« on: February 21, 2018, 12:25:28 PM »
I'd say that the majority of the z world is on CMOD V9.5 and DB2 V11, so you're approaching well-plumbed waters.

1. make sure you're current on CMOD service (typical Level 2 recommendation)

2. I keep a running list of DB2 problems exposed by CMOD.  Make sure  you have the following installed to prevent wheel re-invention:

Recommended DB2 on z/OS Service, V10 and V11

http://www.odusergroup.org/forums/index.php?topic=1525.0

Ed

508
MP Server / Re: Active/Active CMOD Configuration
« on: February 21, 2018, 11:52:16 AM »
Active/Active is only available on z/OS.

Ed

No longer true as of CMOD v10.1.

High availability active-active is now available on AIX.

Ed

509
Jaydeep - I asked about this and got the reply, "What code are they trying to update? It looks like ICN which is not supported."

Ed

510
OD/WEK & JAVA API / If you're using HTML5, install 10.1.0.2
« on: February 14, 2018, 11:53:00 AM »
10.1.0.2 has fixed at least a couple usability errors in scrolling --- is much more pleasant to use.

Ed

Pages: 1 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 81