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

Pages: 1 2 3 [4] 5 6 7 8 9 ... 37
46
MP Server / Sample Post Processor - Email when a file loads
« on: January 10, 2023, 07:46:49 AM »
Hi all.

We got a request for when a file loads - to drop an email.

In the past this is simple, since we use shell scripts to dual load. Since we use to Z/OS - We don't dual load.. We use daemons.

We also have limited access to "arslog" since it runs on our Z/Os box- and that'd require getting our mainframe folks - Which is--needless to say, difficult.

Does anyone have a suggestion as to a post processor script - That I can create/execute at the application level that basically will dispatch an email and say - Hey! This file loaded.

Even if its something simple-

Code: [Select]
#!/usr/bin/bash

mailx -something blah blah File.ARD - loaded

Thanks!

47
MP Server / Re: Filtering out/handing file failures
« on: December 14, 2022, 09:42:40 AM »
Consider using arslog to write load failures to a specific directory, and process them hourly/daily?

-JD.

I've tinkered with no success, any samples?

48
MP Server / Filtering out/handing file failures
« on: December 12, 2022, 08:27:43 AM »
We see files that fail, for whatever reason - Usually due to inconsistent data being sent by our business partners.

ARS1127E Row 1:  The string "12345" has a length of 5 and the field has a maximum length of 4
ARS1129E Row 3:  The string "" could not be converted to a date from the format of %m/%d/%Y %H:%M:%S
ARS4309E Indexing failed
ARS1112E Unable to open the file >/files/dropoff/ondemand/CS01.SHARE.BANKING.BANKING.20221201.003834.ARD.out<

We need to report these failures back to our business partners just so they can handle them.

Does anyone have a systematic way of handling large amounts of file failures, easily determining what they are? I cant figure out an easy way - Since these '88' messages are essentialy stored as documents.

Perhaps an enhancement request - an additional folder field in the system log to log any error codes - for easy searching.

Example - ARS1129E correlates, to invalid date.

Thanks all.

49
MP Server / Filtering out/handing file failures
« on: December 12, 2022, 08:26:24 AM »
We see files that fail, for whatever reason - Usually due to inconsistent data being sent by our business partners.

ARS1127E Row 1:  The string "12345" has a length of 5 and the field has a maximum length of 4
ARS1129E Row 3:  The string "" could not be converted to a date from the format of %m/%d/%Y %H:%M:%S
ARS4309E Indexing failed
ARS1112E Unable to open the file >/files/dropoff/ondemand/CS01.SHARE.BANKING.BANKING.20221201.003834.ARD.out<

We need to report these failures back to our business partners just so they can handle them.

Does anyone have a systematic way of handling large amounts of file failures, easily determining what they are? I cant figure out an easy way - Since these '88' messages are essentialy stored as documents.

Perhaps an enhancement request - an additional folder field in the system log to log any error codes - for easy searching.

Example - ARS1129E correlates, to invalid date.

Thanks all.

50
Hi,

User receiving Error:
CIWEB1016: Your request cannot be processed
An error occured on the application serve

CMOD 10.1
Navigator 3.0.7

TIFF images configured for default:   Daeja ViewerONE Virtual

We are loading Multipage TIFF images in which 95% is probably 1-10 pages

There are a few 30+ page even more like 150+
These are the one's receiving the error

Some of those are small in size like ( too me ) around 1000-2000 KB

So seems to be a page count issue rather than size ( but asking hear because I can't find it )

Image cannot be download by user either ( receives same error )

Thick client works fine
Also when I download from thick client and view with Windows viewer it's fine

Old but wondering if this was ever resolve?

51
Content Navigator / Creating profile to deploy ICN
« on: November 29, 2022, 08:32:06 AM »
Hi All,

I've done this before - But I dont remember the steps 100%

I am trying to setup ICN on my cloud environment. I installed WAS no issues. I am trying to create a profile.

Does anyone have the steps as to which type of profile to setup. When I run configmgr - it does not find the defined cell. I am not sure if there's a port thats not open on the GCP side or what.

Thanks all

52
MP Server / Anyone using native google storage"
« on: November 15, 2022, 09:43:12 AM »
Just wondering if anyone is storing directly to google buckets.

Looking for the goods/the bads - and if anyone can share some possible experiences.

thanks!

53
MP Server / Re: AFP2PDF Plus Transform for CMOD 10.5 License type
« on: November 15, 2022, 08:11:25 AM »
Hello,

We are in the process of upgrading our CMOD 8.5 to CMOD 10.5 and we are using afp2pdf software to transform afp documents to pdf and looks like IBM has stopped selling the license for it and have directed to us to connect with RICHO to buy the license. Does anyone has any contact details of RICHO if you can share that will be helpful. Also if anyone can share the experience of this tool with Navigator as plugin ?

Thanks
Mayank

Your IBM rep should be able to get you the contact information for this.

54
Report Indexing / Re: Possible Issue with PPD's
« on: October 14, 2022, 09:39:36 AM »
Yeah, if the PPD format is bad, CMOD can't be expected to parse it properly.

Send it back to the team that created it and ask them to fix it.

-JD.

Thanks JD. We figured it was an issue with the file, but we wanted to pinpoint it exactly. This process is new to them.

55
Report Indexing / Possible Issue with PPD's
« on: October 14, 2022, 08:21:19 AM »
We are getting large files from Open Text, and they are failing. Here's the issue:

: ARS4919E Word search or extraction error
: ARS4923E ArspSearchDocPages error code 536936462 Expected a dict object.
: ARS4902I Number of input pages = 1876598
: ARS4922I ARSPDOCI 10.5.0.4 completed code 4
2022-10-13 13:17:05.535722: ARS4309E Indexing failed
2022-10-13 13:17:05.535771: ARS4318E Processing failed for file

Based on the sample PPD that is provided based in the documenation, I noticed in our PDF that the one field, which is a name field..Is not completed properly. Notice CustomerName

Code: [Select]
/PieceInfo <</IBM-ODIndexes <</Private


                                <</DocId(AAA)
                                 /BankNumber(0000000001)
                                 /AcctNumber(00000000000111111111)
                                /CustomerName(David Robertson &
                                 /NoticeType(W)
                                 /StmtDate(20120507)
                                >>
                               /LastModified(D:20120619000000Z)
                        >>
                >>

Can this cause an issue with the PDF Indexer failing?

56
Report Indexing / Re: Adobe Acrobat Pro
« on: October 10, 2022, 07:28:51 AM »
I believe that any time the graphical indexer is required - Acrobat Pro is required to be installed on the PC. Until someone else can confirm, I'd open a usage case w/IBM

57
MP Server / Re: ARSLOAD Return Codes
« on: October 04, 2022, 10:09:02 AM »
Here's a little more documentation on CMOD Return Codes for arsload:

https://cmod.wiki/index.php?title=Collecting_Return_Codes_from_CMOD_utilities#IBM_CMOD_arsload_Return_Codes

-JD.

perfect. Thanks. I can also add more of these if needed.

58
MP Server / ARSLOAD Return Codes
« on: October 04, 2022, 08:21:41 AM »
I am creating a script that loads some files, and moves things around after load.

I was tinkering around with a basic rc=$?; echo $rc after arsload and heres what I am seeing:

Code: [Select]
ARS1609W Specifying passwords on the command line is not secure 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.
ARS1106E Connection cannot be established for the >wrongserver< server
2

so based on this, I'd assume that rc2 = connection issue

And then of course - here's the winner.

Code: [Select]
ARS1609W Specifying passwords on the command line is not secure 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.
0

59
Report Indexing / Re: Posting date issue
« on: September 28, 2022, 11:36:44 AM »
have you tried a single trigger that only exists on the first page of the report? I've encountered this and this is how I've handled this


60
Report Indexing / Re: RC 0 with ACIF/Line - File still fails
« on: September 28, 2022, 08:42:37 AM »
Make sure your compression is set folks ;)

Pages: 1 2 3 [4] 5 6 7 8 9 ... 37