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

Pages: [1]
1
Hi All,

I have installed IBM OnDemand Administrator and Client version 9.5.0.6 on Windows server 2012 machine. When trying to execute any code on the windows machine getting an error.

Error:
ARS1609W Specifying passwords on the command line is insecure due to the text being visible. See the Installation and Configuration Guide for your platform for information about the arsstash command or using Unified Login.
ARS2084E The client and server are incompatible.  Reinstallation of the product is required.

Do I need to install the IBM Ondemand Configurator,

Please suggest

Regards,

2
Report Indexing / PDF Indexer- Graphical indexing issue using wizard.
« on: June 11, 2018, 01:50:53 AM »
PDF Indexer- Graphical indexing issue using wizard.
CMOD Version-9.0 on windows machine.
Currently I am facing an issues when using the wizard to create Trigger and Indexes for the PDF document.
After opening sample PDF from the CMOD Admin when trying to highlight the data (by clicking,dragging and holding down mouse) instead of highlighting the selected area nothing is happening. No able to capture TRIGGER nor any INDEX field.
The PDF is not a image one, its a searchable text PDF. We have Adobe Acrobat Professional installed. The arspdf32.api is also present in the plug-in folder. Please can anyone suggest how do I resolve the wizard issue.

3
Hi All,

I am facing a issue where I have the AFP documents place in the USS share path on zOS environment.
I am using OS390 indexer to perform the indexing, passing the details via PARM parameters in my job.
I am using BPXBATCH to execute ARSLOAD-
//ARSLOAD  EXEC PGM=BPXBATCH,REGION=0M                               
//STDPARM  DD DSN=xxx.xxx.xxxx,DISP=SHR    -->PARM input dataset                     
//SYSPRINT DD SYSOUT=*                                               
//SYSABEND DD SYSOUT=*                                               
//STDERR   DD PATH='/tmp/art.stderr',PATHMODE=SIRWXU,               
//             PATHOPTS=(OWRONLY,OCREAT,OAPPEND),PATHDISP=(KEEP,KEEP)
//STDOUT   DD PATH='/tmp/art.stdout',PATHMODE=SIRWXU,               
//            PATHOPTS=(OWRONLY,OCREAT,OAPPEND),PATHDISP=(KEEP,KEEP)
//STDENV   DD *
                                                     
PARM PARAMTERS:
SH /usr/lpp/ars/V9R5M0/bin/arsload   
-h                                   
ARCHIVE                             
-f                                   
-u       
xxxx8 
-p       
xxxx
-g       
LXXXXXXX
-a       
LYYYYYYY
-v                                   
/arstemp/xxx/xx/test.afp

Error:
ARS1134E Invalid structured field header in the file /u/s3074bs/l390.17105953.27
ARS5476E The OS/390 indexer failed with the specified return code. (Arsl390 return code is 6).
ARS4311E Loading failed       
ARS4318E Processing failed for file >/arstemp/xxx/xx/test.afp     

But when I am copy this same AFP into dataset and execute ARSLOAD stand alone job it is successfully completed and documents are loaded successfully.
ARSLOAD PARM paramters:
//PARM DD
-h       
ARCHIVE
-f       
-v       
-u       
xxxx8 
-p       
xxxx
-g       
LXXXXXXX
-a       
LYYYYYYY
-s       
INPUT   

has anyone come across such scenario, is it not possible to load data using OS390 indexer from USS path directly?

4
Report Indexing / Issue in loading huge size PDF (1gb)
« on: August 10, 2016, 07:03:00 AM »
Hi All,

I am facing issue in loading huge size pdf using generic indexer in windows env. The loading fails due to huge object size.
Please can anyone suggest a way to load this pdf.

5
Hello..

I have a AFP file(with multiple pages) and I am using ACIF indexer to load it in CMOD. It is getting successfully loaded, but when I retrieve the same document I am only able to view a One page document were as the system log says all the rows loaded successfully. Not able to view the rest of the pages. Whereas the same AFP I am able view with all pages which is loaded using OS/390 indexer.

Please can anyone can advice what is being missed in the ACIF part.

ACIF indexer:
CC=YES
CCTYPE=A
CONVERT=YES
CPGID=500
MCF2REF=CF
TRC=NO
FORMDEF=F1FMMST
FDEFLIB=/opt/xx/xx
FONTLIB=/opt/xx/xx
OVLYLIB=/opt/xx/xx
PDEFLIB=/opt/xx/xx
PSEGLIB=/opt/xx/xx
EXTENSIONS=RESORDER
FILEFORMAT=STREAM
DCFPAGENAMES=NO
UNIQUEBNGS=YES
RESFILE=SEQ
RESTYPE=ALL
IMAGEOUT=ASIS
INDEXOBJ=ALL

System log:
APK440I ACIF AT IM43P11 HAS COMPLETED NORMALLY WITH RETURN CODE 0.
ARS4308I 08/07/15 09:40:02 Indexing completed
ARS4312I 08/07/15 09:40:02 -- Loading started, 4783423 bytes to process
ARS1140I Resource ./dcorr01.afp.res matches the resource >14-20-0<
ARS1143I The field name 'INFNAME' found in the index file does not match any expected fields.  The field will be ignored.
ARS1144I OnDemand Load Id = >6321-20-0-73FAA-19000101000000-20140418000000-6322<
ARS1146I Loaded 42 rows into the database
ARS1175I Document compression type used - OD77.  Bytes Stored = >538975< Rows = >42<
ARS4310I 08/07/15 09:40:04 Loading completed

Pages: [1]