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

Pages: [1]
1
MP Server / Issue with image in AFP file
« on: February 09, 2023, 06:16:11 AM »
Hi,

We have a afp statement file which also includes images (mostly tif). After loading the afp file to CMOD, we are able to view the statement, but some part of the image is been cut while viewing in the afp viewer. The old system where these statement were existing was actually coverting the afp to pdf for displaying these statement. On pdf version, the images are displayed fully. Is there anything we need to do from CMOD side, to display the images properly.

CMOD Version - 10.1
Server - Linux

Thanks,
Dinesh Khanna

2
Report Indexing / APK104S DATA IN AN INPUT RECORD OR RESOURCE IS INVALID
« on: January 30, 2023, 01:17:39 AM »
Hi,

I'm trying to load a line data statement with overlays and converting it to AFP using ACIF indexer. On some input files, we also receive embedded image on the statement and for such input files arsload utility fails with following error. Can you please let me know if we can  somehow fix this error.

2023-01-30 09:08:31.711233: ARS4302I Indexing started, 15836 bytes to process
                          : APK415I CC=YES
                          : APK415I CCTYPE=A
                          : APK415I CONVERT=YES
                          : APK415I CPGID=278
                          : APK415I MCF2REF=CPCS
                          : APK415I TRC=YES
                          : APK415I FILEFORMAT=STREAM,(NEWLINE=X'0A')
                          : APK415I TRIGGER1=*,*,X'D5C4C5C1E2C5E2E24040',(TYPE=GROUP)
                          : APK415I TRIGGER2=0,*,X'60',(TYPE=GROUP)
                          : APK415I FIELD1=0,-9,12,(TRIGGER=2,BASE=TRIGGER)
                          : APK415I INDEX1=X'D29695A396D599',FIELD1,(TYPE=GROUP,BREAK=YES)
                          : APK415I DCFPAGENAMES=NO
                          : APK415I UNIQUEBNGS=YES
                          : APK415I IMAGEOUT=ASIS
                          : APK415I INDEXOBJ=ALL
                          : APK415I INDEXSTARTBY=2
                          : APK415I INSERTIMM=NO
                          : APK415I FORMDEF=F1IF93
                          : APK415I FDEFLIB=/archive/cmod/resources_se-viewdirect/fdef
                          : APK415I PAGEDEF=P1IF93
                          : APK415I PDEFLIB=/archive/cmod/resources_se-viewdirect/pdef
                          : APK415I PSEGLIB=/archive/cmod/resources_se-viewdirect/pseg
                          : APK415I OVLYLIB=/archive/cmod/resources_se-viewdirect/ovly
                          : APK415I FONTLIB=/archive/cmod/resources_se-viewdirect/font
                          : APK415I RESTYPE=ALL
                          : APK415I INPUTDD=/archive/tmp/Dinesh/YGBIFTC0working.170629.ARD
                          : APK415I OUTPUTDD=/archive/tmp/Dinesh/YGBIFTC0working.170629.ARD.out
                          : APK415I INDEXDD=/archive/tmp/Dinesh/YGBIFTC0working.170629.ARD.ind
                          : APK415I RESOBJDD=/archive/tmp/Dinesh/YGBIFTC0working.170629.ARD.res
                          : APK104S DATA IN AN INPUT RECORD OR RESOURCE IS INVALID: LIN STRUCTURED FIELD IS NOT ALLOWED OR FORMS AN INVALID SEQUENCE.
                          : APK105I THE ERROR REPORTED ABOVE OCCURRED IN LOGICAL RECORD NUMBER 116, WHOSE SEQUENCE NUMBER IS NOT AVAILABLE, AND RESOURCE NAME IS UNKNOWN.
                          : APK441I ACIF AT PH34181 HAS COMPLETED ABNORMALLY WITH RETURN CODE 16.
2023-01-30 09:08:31.754774: ARS4309E Indexing failed
2023-01-30 09:08:31.754844: ARS4318E Processing failed for file

Thanks

3
MP Server / Images not displaying with AFP2PDF conversion
« on: December 16, 2022, 05:37:12 AM »
Hi All,

We are in the process of loading a line data report with overlays and tiff images on it. We are using ACIF to convert the report to AFP and load to CMOD. After loading the report as AFP, we are able to view the statements without any issues and the images are getting displayed. Since we have a requirement to convert these statements to PDF, this is where we are facing issue. We are using streamEDS for converting afp2pdf. After the conversion, the pdf file looks ok - but doesn't display any of the tiff images.
Is there any configuration to also include the images for afp2pdf conversion ?

Thanks,
Dinesh Khanna

4
OD/WEK & JAVA API / Installing ODWEK 10.1 on Linux
« on: May 27, 2021, 08:10:31 AM »
Hi, everyone!!!

We have installed ODWEK 10.1 on Linux VM using the base installation of CMOD 10.1 package. On this server we also have ODWEK 9.5 which is already installed and working without any issues. We developed a webservice and deployed it on Websphere server. On Websphere Application Server, we only have one server (icn_appserver01) where we mapped the path "/opt/ibm/ondemand/V9.5/www" on LD_LIBRARY_PATH environment entry. When using V9.5/www path on environment entry, our webservice is working as expected. But when we change the LD_LIBRARY_PATH and map it to new ODWEK10.1 "/opt/ibm/ondemand/V10.1/www" it is throwing the below error.

java.lang.NoClassDefFoundError: com.ibm.edms.od.ArsWWWInterface (initialization failure)
        at java.lang.J9VMInternals.initializationAlreadyFailed(J9VMInternals.java:97) ~[?:2.9 (07-29-2020)]
Caused by: java.lang.UnsatisfiedLinkError: ars3wapi32 (Not found in java.library.path)
        at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1462) ~[?:2.9 (07-29-2020)]

CLASSPATH entry is also updated to "/opt/ibm/ondemand/V10.1/www/ODApi.jar"

Is there anything I missed.

Thanks

Pages: [1]