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.


Topics - niteskum

Pages: [1]
1
MP Server / CMOD Migration to new DC
« on: January 11, 2024, 08:09:00 PM »
Requirement is to move all data and CMOD to new data center. Is there a way to do lift and shift instead of extract and ingest of CMOD if Data center is changing? CMOD version, DB, OS, Storage would be similar at new data center.

Current CMOD environment: - CMOD v10.5, Spectrum protect (TSM), Oracle DB, NAS and ECS storage


 

2
MP Server / Object level migration
« on: June 08, 2023, 01:01:50 PM »

I had a question regarding a migration of CMOD on-prem to CMOD cloud, Planning object extract and transfer to cloud and then ingest object, I understand tables need to be altered at the target but not sure exactly which one and columns.  Any insight.

CMOD version at source and target are same i.e 10.5.
Source cmod has data on cache and TSM(Spectrum protect), thinking of moving away from TSM at target.

3
MP Server / Change Segment Field of existing Application Group
« on: December 25, 2018, 11:23:13 PM »
We want to change to segment Field of an existing AG,  Can anyone help which all table need to be altered? 

4
z/OS Server / CMOD on Perm to CMOD cloud Migration
« on: February 15, 2018, 11:30:18 PM »
  We are planning to move from CMOD On Prem to CMOD cloud, can anyone give a HI-level design to migrate.
 What should be approach, to migrate all metadata, documents  cmod definition .

5
MP Server / Index Exit should be placed
« on: January 11, 2018, 08:11:53 AM »
I have written the index exit, complied using gcc -o test test.c -std=c99 -c,   placed it in library server.
Modified Indexer information as INDEXIT=test, but geeting error USER INDEX EXIT test WAS NOT FOUND.

Please let me know if i am missing something.

6
z/OS Server / ARSLOAD as Started task in ZOS v9.5
« on: November 01, 2016, 03:04:30 AM »
what are the steps need to be followed in setup ARSLOAD as Started task in ZOS v9.5. Please help?   Need to do it for our customer.

7
z/OS Server / ARSADMIN decompress issue
« on: December 15, 2015, 04:53:51 AM »
Hi,

Facing a issue while using ARSADMIN, i am able to retrive the object and do the decompress of object, but when use the decompress object to decompress DOCUMENT getting below error:-

The system has encountered invalid data in the file during file decompression and has reported the following return code(8).

Below are the step i follow to retrive and decompress:-
1)arsadmin retrieve -h XXXXX  -u XXXXXX  -p XXXXX  -m2 -n 30-0 -g "XXXXXXX" -d "XXXXXXX" XXXXFAAA:- Succesfful result
2)arsadmin decompress -c O -s /XXXXXXXX/XXXXFAAA -o XXXXFAAA_decom.out -b (object offset) -l (object_length):- sucessfull result
3)arsadmin decompress -c O -s /XXXXXXXX/XXXXFAAA_decom.out -o XXXXFAAA_decom_XXXXXX.out -b (Doc_off) -l (doc_length):- here i am getting error.. 

I am able to view the same document properly though client and also retreive with arsload properly..

Any  Idea on it ?

8
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?                                                     

9
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.

10
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?

11
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?

12
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]