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

Pages: 1 [2]
16
z/OS Server / Error when attempting ARSDOC cfsod_fed
« on: August 18, 2014, 01:20:13 AM »
When I run the arsdoc cfsod_fed through BPXBATCH, getting below error when Document # (60000) is big, same job ran fine when document count was less (5000);

ARS0013E XXXXXXX DB Error: {DB2 FOR OS/390}{ODBC DRIVER}{DSN10015}  171
DSNT408I SQLCODE = -924, ERROR:  DB2 CONNECTION INTERNAL ERROR, 0001,   
0100,               00F30018   
                      DSNT418I SQLSTATE   = 58006 SQLSTATE RETURN     
CODE                                 DSNT415I SQLERRP    = DSNAET03   
SQL PROCEDURE DETECTING ERROR                      ERRLOC=1:13:2 --   
SQLSTATE=58006, SQLCODE=-924, File=arsseg.c, Line=6347 .

Please advice, if i am missing something or there is any limitation to # of Dcoument?                                                     

17
Report Indexing / Re: Length and offset of the Document
« on: June 19, 2014, 07:34:14 AM »
PDF

18
Other / Query Regarding Segment field and Expiration
« on: June 19, 2014, 07:19:17 AM »
Hi All,

Below is the  setup in my system for AG.
AG setup :-
Multiple load per Table
10M rows Per segment
Segment Field is Date_processed
Expiration type Is LOAD
Data to be archived for 7 Years
Data expected is 150K per cycle.

1) Will having single table for all load give better performance in CMOD then splitting table with 10 Million? or it will be same if we retrive document just by index field.
I assumed segmented table will improve performance as request goes directly into particular table.

2) Is document expiration days are counted from the day doc has archived when we set expiration as LOAD? or it depend on sgment table date.

19
Report Indexing / Length and offset of the Document
« on: June 11, 2014, 10:14:14 PM »
Hi All,

Is there any tool or program to know offset length and GROUP_OFFSET used in Ind file for generic indexer?

20
MP Server / Re: OD migration from Sun Solaris to Linux
« on: June 11, 2014, 07:15:05 AM »
Have same requirement, does anyone has any idea? Plz

21
z/OS Server / Re: Loading PDF Files using OS390 Indexer
« on: April 15, 2014, 01:28:31 AM »
Niteskum:

Please describe the general situation you have, with frequency, number, size of PDFs, if multiple documents to be split into individual documents, what indexes you want from the files.

Ed:

Has there been recent performance tests of PDF Indexer on z/OS vs on Windows ?

LWanger:-

General Situtaion is , we will get multiple pdf document in single file daily, which has to be archived.  In Gneric indexer we have to pass index file and that should be in HFS location.
Now my question is.
1) Can we archive PDF document with os/390 indexer? if not
2) IN generic indexer can we pass index and data file as MF dataset?

22
z/OS Server / Re: Loading PDF Files using OS390 Indexer
« on: April 15, 2014, 01:24:02 AM »
Nite - I don't know what you're asking here, but if you use the generic indexer format you can load anything.

Ed

Hi ED,

I want to achive PDF loading in ZOS with OS390 Indexer, with Generic Indexer i can load anything but here we need to specify the HFS file, wanted to use mainframe datset. 

23
z/OS Server / Re: Loading PDF Files using OS390 Indexer
« on: March 20, 2014, 11:04:12 PM »
Thanks Greg for reply,  Will writing any exit(Input,Index,ANY) help ?

24
z/OS Server / Loading PDF Files using OS390 Indexer
« on: March 19, 2014, 10:43:44 PM »
We want to use OS/390 indexer for loading PDF files.
1)Do i need to write any exit?
2) How will index values be picked?
3)  how can we achive this?

25
OD/WEK & JAVA API / Re: Large Object Support for AFP.
« on: February 19, 2014, 10:13:56 PM »
We are using ODWEK API.

26
OD/WEK & JAVA API / Re: Large Object Support for AFP.
« on: February 19, 2014, 06:59:42 AM »
Thanks Fred, Can we retrieve all segment into some other area or file and then convert to PDF ?

27
OD/WEK & JAVA API / Large Object Support for AFP.
« on: February 18, 2014, 11:11:18 PM »
Hi All,
I've huge sized AFP documents (say 500 pages per document) and would like to retrieve 100 pages at a time and convert it  into PDF. I know we can retrive those into segment but how would we know that user has reached last page of first segment and second segment need to be retrived and displayed.

Pages: 1 [2]