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 ... 67 68 69 70 71 [72] 73 74 75 76 77 ... 80
1066
z/OS Server / Re: How to know memory area on zos?
« on: May 29, 2012, 09:59:22 AM »
Philippe - sent.

If you see "interesting" results from running SDKcheck, please share.

Ed

1067
z/OS Server / Re: How to know memory area on zos?
« on: May 25, 2012, 10:32:38 AM »
Philippe - first off I agree with Greg...make sure you have temp to handle it.

If you think it's a memory problem -

1. Do you run everything connected with CMOD at REGION=0M?   Absolutely critical.

2. Do you have any IEFUSI exits that limit memory?

3. I received a handy tool from Java Level 2 called SDKcheck.

When you run it you get the report at the bottom of this append.  (Looks better in non-proportional font)

If you're interested, send me an email and I'll send it to you.

Ed Arnold

** Version 1.0 **
-----------|-------------------- Operating Environment Information -------------------
 --INFO--  | OS is OS/390 V03 R21.00 Machine 2064 Node SVLSPIL2
 --INFO--  | MaxShrPages:   3932160
           |
           |----------------------- Environment Variables ----------------------------
 --INFO--  | PATH           = /usr/lpp/java/J5.0/bin:/bin:/usr/lpp/Printsrv/bin:/usr/local/bin:/usr/lpp/ars/V8R5M0/bin:/usr/lpp/java/J6.0_64/bin:/u/odv733:.
 --INFO--  | JAVA_HOME      = /usr/lpp/java/J5.0
 --INFO--  | CLASSPATH      = /u/odv733/myCLASSPATH/ODAPI.JAR:/usr/lpp/db2/db2a10/classes/db2jdbcclasses.zip:/usr/lpp/java/J6.0_64/lib/core.jar:/usr/lpp/ars/V8R5M0/www/api/ODApi.jar:/WAS601/SVLSPIL2/AppServer/lib/j2ee.jar:.
           |
-----------|---------------------------- Private Area --------------------------------
 --PASS--  | Total Private Area Size (984 MB)
           |
-----------|-------------------------------- MEMLIMIT --------------------------------
 --PASS--  | Above the 2GB Bar (MEMLIMIT) Space (2048 MB)
           |
-----------|--------------------------- Unix Region Limits ---------------------------
           | RLIMIT_AS -
 --PASS--  |      Current:  1032364032 (984 MB)
 --PASS--  |      Max:      2147483647 (2047 MB)
-----------|--------------------------------------------------------------------------

1068
OD/WEK & JAVA API / Re: ODWEK 8.5.0.4 Issue
« on: May 23, 2012, 10:06:05 AM »
Glenn - I don't much about ODWEK, am more of an operating system guy, but I did happen to stumble across this in my travels today...dunno if it'll help but thought I'd run it past you.

http://www-304.ibm.com/support/docview.wss?uid=swg21273746

Ed

1069
z/OS Server / HIPER APAR/PTFs for all 8.4.0 and above released today
« on: April 13, 2012, 06:51:23 AM »
http://www-01.ibm.com/support/docview.wss?uid=swg27024735

http://www-01.ibm.com/support/docview.wss?uid=swg21590332

In short, the OS/390 indexer, under an exceptionally rare condition has the potential to generate incorrect indexing values and/or some lines of the report not getting stored.

I can't say it any better than the doc above.

PM58481

IF FMID(H272841) THEN UK77812
IF FMID(H27284A) THEN UK77811
IF FMID(H272850) THEN UK77813

1070
z/OS Server / Re: ARSXML and libpath variables for 8.4.0.3
« on: April 12, 2012, 01:28:36 PM »
> if you had the magic libpath info to get arsxml working with 8.4.0.3 for us

Here's what I use:

//STEP1    EXEC PGM=BPXBATCH,REGION=0M                             
//STEPLIB  DD DISP=SHR,DSN=DSN.DB2V810.SDSNEXIT                   
//         DD DISP=SHR,DSN=DSN.DB2V810.SDSNLOAD                   
//         DD DISP=SHR,DSN=ARS.ARSV840.SARSLOAD                   
//SYSPRINT DD SYSOUT=*                                             
//SYSOUT   DD SYSOUT=*                                             
//STDERR   DD SYSOUT=*                                             
//STDOUT   DD SYSOUT=*                                             
//STDPARM  DD *                                                   
PGM /usr/lpp/ars/V8R4M0/bin/arsxml export -u odv733 -p xxxxxx -v
-h ARCHIVE                                                         
-i /usr/lpp/ars/V8R4M0/bin/xml/samples/exportgroups.ebcdic.xml     
-o /tmp/xmlo -w IBM1140                                           
/*   
//STDENV DD *                                             
CLASSPATH=/usr/lpp/ars/V8R4M0/bin/xml/ODAdmin.jar:         
          /usr/lpp/java/J1.4/lib/core.jar                 
LIBPATH=/usr/lpp/ars/V8R4M0/bin/xml:$LIBPATH               
PATH=/usr/lpp/java/J1.4/bin:/usr/lpp/ars/V8R4M0/bin:$PATH 
/*                                                                                                                     

1071
z/OS Server / Re: ARSXML and libpath variables
« on: March 30, 2012, 07:12:56 AM »
Geoff - if it helps, I see in all of my sample jobs for the ODF IVP it looks like you can split that stuff at the colon:

//STDENV DD *                                               
CLASSPATH=/usr/lpp/ars/V8R5M0/bin/xml/ODAdmin.jar:           
          /usr/lpp/java/J6.0_64/lib/core.jar                 
LIBPATH=/usr/lpp/ixm1a/IBM/xml4c-5_7/lib/:$LIBPATH           
PATH=/usr/lpp/java/J6.0_64/bin:/usr/lpp/ars/V8R5M0/bin:$PATH
/*         

(full job)

//STEP1    EXEC PGM=BPXBATCH,REGION=0M                         
//*                                                             
//STEPLIB  DD DISP=SHR,DSN=ARS.ARSV850.SARSLOAD                 
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNEXIT                 
//         DD DISP=SHR,DSN=DSN.DB2VA10.SDSNLOAD                 
//SYSPRINT DD SYSOUT=*                                         
//SYSOUT   DD SYSOUT=*                                         
//STDERR   DD PATH='/tmp/bpxbatch.err',PATHMODE=SIRWXU,         
//            PATHOPTS=(OWRONLY,OCREAT,OTRUNC)                 
//STDOUT   DD PATH='/tmp/bpxbatch.out',PATHMODE=SIRWXU,         
//            PATHOPTS=(OWRONLY,OCREAT,OTRUNC)                 
//STDPARM DD *                                                 
PGM /usr/lpp/ars/V8R5M0/bin/arsxml                             
add                                                             
-h ARCH850 -u odadmin -p for4raw -v                             
-i /usr/lpp/ars/V8R5M0/bin/xml/samples/recipientAdd.ebcdic.xml 
//STDENV DD *                                                   
CLASSPATH=/usr/lpp/ars/V8R5M0/bin/xml/ODAdmin.jar:           
          /usr/lpp/java/J6.0_64/lib/core.jar                 
LIBPATH=/usr/lpp/ixm1a/IBM/xml4c-5_7/lib/:$LIBPATH           
PATH=/usr/lpp/java/J6.0_64/bin:/usr/lpp/ars/V8R5M0/bin:$PATH
/*                                                                                                             

1072
MP Server / Re: ARS_ORIGINAL_CODEPAGE going from 8.4 to 8.5
« on: March 27, 2012, 12:31:34 PM »
Hi Jeff - see if this helps, lots of doc on what you're seeing:

https://www-304.ibm.com/support/docview.wss?uid=swg27020591

Ed


1073
JP -

I don't now if that's something you can set via Default Print options at the Application Level in

    Application->Miscellaneous Options->Default Settings   

or not.

1074
z/OS Server / ACIF Version 4.3.0 is the only supported Version/Release
« on: March 23, 2012, 09:07:40 AM »
ACIF comes out of the InfoPrint company and it wasn't very well publicized but all releases of Version 2 ACIF are now out of support.

1075
Report Indexing / ACIF - V4.3.0 is the only supported version/release
« on: March 23, 2012, 09:06:32 AM »
ACIF comes out of the InfoPrint company and it wasn't very well publicized but all releases of Version 2 ACIF are now out of support.


1076
MP Server / Re: arsload failing after upgrade to 8.5.0 -urgent
« on: March 23, 2012, 09:04:23 AM »
KB - thank you for publishing the resolution to this and not leaving the rest of us hanging. 

1077
z/OS Server / Re: to submit "nohup arsdoc.file1.cmd &" from batch
« on: March 21, 2012, 12:06:46 PM »
> I can let the job run as straight batch from z/OS

That's always my preferred solution.

Not sure what release of z/OS this came out but you know you don't have to do anything fancy with STDOUT or STDERR anymore...

//SYSOUT   DD SYSOUT=*   
//STDERR   DD SYSOUT=*   
//STDOUT   DD SYSOUT=*   

...another compelling reason to run this stuff in batch.

1078
> So Ed?s reply with the SRVR_FLAGS_DOCUMENT_EXIT=0 was a good suggestion, but it bypasses the security exits.

Very true, Eef!   But at least it allows us to isolate the problem instead of having no idea what is wrong.

Glad you figured it out, and as always, my best to all of my CMOD friends on the other side of the Atlantic!

Ed

1079
z/OS Server / Re: to submit "nohup arsdoc.file1.cmd &" from batch
« on: March 18, 2012, 06:40:03 PM »
A couple suggestions, run this step instead:

//STEP1 EXEC  PGM=IKJEFT01,                     
//            DYNAMNBR=200                       
//SYSPROC  DD  DSN=SYS1.SBPXEXEC,DISP=SHR       
//*                                             
//SYSTSPRT DD  SYSOUT=*                         
//*                                             
//SYSTSIN  DD  *                                 
 oshell /blah/blah/blah/what you're trying to run &1
/*   

ARSZOSHL is a REXX exec --- been a long time since I've had to debug any REXX but hopefully you run it with TRACE I?


Or you can try running the command like I did in this post:

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

1080
OD/WEK & JAVA API / Re: Error ODWEK CGI 8.5
« on: March 15, 2012, 03:03:55 PM »
Jose - did you get this problem resolved?

I've seen this a couple times.

1) clear the cache in the browser (yes, it was that easy to resolve)

2) If this is an AIX server - what is your ulimit setting?

Pages: 1 ... 67 68 69 70 71 [72] 73 74 75 76 77 ... 80