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 - jhe2

Pages: [1]
1
z/OS Server / Re: CMOD 10.1 ARSLOAD failed
« on: June 11, 2019, 06:02:24 AM »
we have solved this problem by changing our program
which is creating the Index-Data.

Now we do not closed every line in the Index-Data by X'00',
rather we use Index-Data with variable record length.
This works fine.

Many thanks for your posts to this problem.

jhe2


 

2
z/OS Server / Re: CMOD 10.1 ARSLOAD failed
« on: June 09, 2019, 11:08:48 PM »
In Index-Data every Line was closed by X´00´. For ARSLOAD in CMOD 10.1 this is a Problem. After change X´00´ by X´40´ in the end of each line the ARSLOAD-Job is succesfull finished.

3
z/OS Server / CMOD 10.1 ARSLOAD failed
« on: June 09, 2019, 12:32:15 AM »
we have changed our CMOD for zOS from 9.0 to 10.1.
Now we have problems with ARSLOAD-Jobs using generic indexer in this way:

//SR180840 EXEC PGM=ARSLOAD,REGION=0M,                     
// PARM=('/-h ARCHIVE -n -v -g "PROVISIONH" -a "PROVISIONH"
//             -f  /products/ProvDTA/L190608.MVS.P')

The Index-Data L190608.MVS.P.IND for this Job looks like this:

CODEPAGE:273.                                   
COMMENT: -------------------------------------.
GROUP_FIELD_NAME:DATUM.                         
GROUP_FIELD_VALUE:11.04.2019.                   
GROUP_FIELD_NAME:GESELL.                       
GROUP_FIELD_VALUE:10.                           
GROUP_FIELD_NAME:MANDANT.                       
GROUP_FIELD_VALUE:201.                         
GROUP_OFFSET:0.                                 
GROUP_LENGTH:0.                                 
GROUP_FILENAME:/products/ProvDTA/A10D190411.pdf.


ARSLOAD failed with following message:

 ARS4315I Processing file >/products/ProvDTA/L190608.MVS.P<
 ARS4334I Load Version <10.1.0.4>  Operating System <z/OS> <04.26.00>  OS Userid <P13SR13>  Install Location
</usr/lpp/ars/V10R1M0/> Data(unlimited KB) Stack(unlimited KB) Core(8192 512-blocks) Cpu(3602 seconds) File(unlimited 512-blocks)Nofiles(64000) Threads(0) Processes(0)

 ARS4335I Server Version <10.1.0.4>  Operating System <z/OS> <04.26.00>  Database <DB2> <11.01.0005>
 ARS4339I Application Group >PROVISIONH<
 ARS4340I Application >PROVISIONH<
 ARS4341I Storage Set >GROUP420<
 ARS4342I Storage Node >P13000A.PROVISB1.PMCOF420.PSCO0001.PSGO0420<
 ARS4347I Encryption >None<
 ARS4312I Loading started, --UNKNOWN-- bytes to process
 ARS1146I Loaded 0 rows into the database
 ARS4311E Loading failed
 ARS4318E Processing failed for file >/products/ProvDTA/L190608.MVS.P<

This problem occurs only for ARSLOAD-Jobs using generic Indexer under CMOD 10.1


Under CMOD 9.0 the same ARSLOAD-Job was running with no errors with this message:

ARS4315I Processing file >/products/ProvDTA/L190601.MVS.P<
ARS4334I Load Version <9.0.0.5>  Operating System <z/OS> <04.26.00>  OS Userid <P13SR13>  Install Location </usr/lpp/ars/V9R0M0/>
ARS4335I Server Version <9.0.0.5>  Operating System <z/OS> <04.26.00>  Database <DB2> <11.01.0005>
ARS4312I 06/01/19 18:01:01 -- Loading started, --UNKNOWN-- bytes to process
ARS1144I OnDemand Load Id = >5565-40-0-101FAA-20190502000000-20190528000000-5566<
ARS1144I OnDemand Load Id = >5565-40-0-101FAA-20190416000000-20190528000000-5566<
ARS1146I Loaded 46 rows into the database
ARS1175I Document compression type used - Disable.  Bytes Stored = >131279735< Rows = >46<
ARS4310I 06/01/19 18:01:07 Loading completed
ARS4317I Processing successful for file >/products/ProvDTA/L190601.MVS.P<


Can you help me to solve this problem.
many thanks jhe2





4
z/OS Server / Re: ARSLOAD Problem with Documents greater than 100 MB
« on: November 09, 2017, 05:07:10 AM »
now we have set OMVS-Parms to:
core file           8192b       
cpu time          901         
data size          unlimited   
file size            unlimited   
stack size        unlimited   
file descriptors  64000       
address space  unlimited   
memory above bar  2048m       

OAM1 Parms:
TIME=LOC  MSG=EM  UPD=Y  QB=Y
MOS= 256  OTIS=N  LOB=N  DP=N


the ARSLOAD-Job ist running with REGION=0M

but the message for files greater 100MB is still:
ARS1109E Unable to allocate enough memory.  File=arsadmp.c, Line=1470
ARS1157E Unable to store the object >28FAAA<.  Object size 111647893
ARS1146I Loaded 0 rows into the database
ARS4311E 11/09/17 09:55:26 Loading failed


What can we do?








5
z/OS Server / Re: ARSLOAD Problem with Documents greater than 100 MB
« on: October 27, 2017, 01:37:29 AM »
here the output from ulimit -a:

core file         8192b     
cpu time          901       
data size         unlimited
file size         88000000b 
stack size        unlimited
file descriptors  64000     
address space     36928k   
memory above bar  2048m     

6
z/OS Server / Re: ARSLOAD Problem with Documents greater than 100 MB
« on: October 26, 2017, 07:09:45 AM »
arsload running from z/OS
ARS4335I Server Version <9.0.0.5>  Operating System <z/OS> <04.25.00>  Database <DB2> <11.01.0005>   

7
z/OS Server / Re: ARSLOAD Problem with Documents greater than 100 MB
« on: October 26, 2017, 04:18:23 AM »
now we get an other message for Documents greater than 100MB -> unable to allocate enough memory:

ARS1109E Unable to allocate enough memory.  File=arsadmp.c, Line=1470
ARS1157E Unable to store the object >2FAAA<.  Object size 111647893 
ARS1146I Loaded 0 rows into the database                             
ARS4311E 10/26/17 11:06:03 Loading failed                           

8
z/OS Server / Re: ARSLOAD Problem with Documents greater than 100 MB
« on: October 26, 2017, 03:36:40 AM »
successful load of a Document with size lower 100 MB and greater 50 MB:


 ARS4335I Server Version <9.0.0.5>  Operating System <z/OS> <04.25.00>  Database <DB2> <11.01.0005>                                   
 ARS4312I 10/26/17 10:21:40 -- Loading started, --UNKNOWN-- bytes to process                                                         
 ARS1408W Warning:  A document of size >53101401< bytes was processed.  It is not recommended to store documents in OnDemand greater t
 han 50MB in size.  Although data may store successfully, it is possible that the data may not be able to be retrieved successfully. 
 ARS1144I OnDemand Load Id = >5603-11-0-16FAA-20170831000000-20170831000000-5608<                                                     
 ARS1146I Loaded 1 rows into the database                                                                                             
 ARS1175I Document compression type used - Disable.  Bytes Stored = >53101529< Rows = >1<                                             
 ARS4310I 10/26/17 10:21:41 Loading completed                                                                                         

9
z/OS Server / Re: ARSLOAD Problem with Documents greater than 100 MB
« on: October 26, 2017, 02:13:03 AM »
We are using OAM for storage manager und we have incraesed the maximum object size to 256 MB

OAM1 Parms: TIME=LOC  MSG=EM  UPD=Y  QB=Y
             MOS= 256  OTIS=N  LOB=N  DP=N


All Documents lower 100 MB we are loading with out problems.

10
z/OS Server / ARSLOAD Problem with Documents greater than 100 MB
« on: October 25, 2017, 02:07:38 AM »
We have try to laod a pdf-document greater than 100 MB via ARSLOAD.

The Loading-Process is failed with following message


 ARS4335I Server Version <9.0.0.5>  Operating System <z/OS> <04.25.00>  Database <DB2> <11.01.0005>                                   
 ARS4312I 10/12/17 11:59:10 -- Loading started, --UNKNOWN-- bytes to process                                                         
 ARS1408W Warning:  A document of size >111647893< bytes was processed.  It is not recommended to store documents in OnDemand greater
 than 50MB in size.  Although data may store successfully, it is possible that the data may not be able to be retrieved successfully.
 ARS1144I OnDemand Load Id = >5603-11-0-7FAA-20170421000000-20170421000000-5608<                                                     
 ARS1106E Connection cannot be established for the >ARCHIVE< server                                                                   
 ARS1157E Unable to store the object >7FAAA<.  Object size 111647893                                                                 
 ARS1146I Loaded 0 rows into the database                                                                                             
 ARS4311E 10/12/17 11:59:11 Loading failed                                                                                           
 ARS4318E Processing failed for file >file-name<                                                               
 ARS4320I 10/12/17 11:59:11 -- Unloading started                                                                                     
 ARS1106E Connection cannot be established for the >ARCHIVE< server                                                                   
 ARS1162E Unable to unload data from OnDemand - LoadId(5603-11-0-7FAA-20170421000000-20170421000000-5608) Rows Deleted(0)             
 ARS4322E 10/12/17 11:59:11 -- Unloading of data failed                                                                               
 ARS1106E Connection cannot be established for the >ARCHIVE< server                                                                   
 Unable to log load information                                                                                                       
 Processing has stopped.  The remaining files will NOT be processed.     

can you help me to solve this problem?

thx jhe2                                                             






11
z/OS Server / Re: CMOD 8.4 compatible with z/OS 2.2
« on: September 11, 2017, 08:13:59 AM »
thanks for your informations. We have tested this combination (DB2 V11 NFM and CMOD 8.4.0) and are going into productions last weekend
without problems so far.

jhe2

12
z/OS Server / Re: CMOD 8.4 compatible with z/OS 2.2
« on: September 07, 2017, 02:23:43 AM »
We are running CMOD 8.4 and will upgrading from DB2 Version 11 Compatibility Mode  to DB2 Version 11 New Function Mode.
Is CMOD 8.4 compatible with this mode?
Please advise.

13
z/OS Server / CMOD 8.4 compatible with z/OS 2.2
« on: March 22, 2017, 07:59:47 AM »
We are running CMOD 8.4 and will upgrading from z/OS 2.1 to z/OS 2.2
Is CMOD 8.4 compatible with z/OS 2.2?
Please advise.

Pages: [1]