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

Pages: 1 [2] 3 4
16
MP Server / Re: Calling PDF Indexing Guru's
« on: August 24, 2017, 05:33:49 AM »
  I reached out to IBM support and they stated there was no way to do what I was trying to accomplish (remember I didn't want it broken out into separate documents as some of you suggested because the CARDSTMT customers had to be able to view the MEMOSTMT data).

So, what I ended up doing was processing the input file twice.  The first time I indexed on "CARDSTMT" only which allowed all the MEMOSTMT data following to be viewed by the CARDSTMT user.

I created a different app group for the 2nd time I processed it and indexed by the string "OnDemand" which indexed it into separate documents but I then added a SQL query restriction so that CARDSTMT index could not be viewed by any users (for this 2nd app group).

So - the end result was what I wanted to achieve but I am unfortunately storing some redundant data that is just not viewable by users.

17
MP Server / Re: Calling PDF Indexing Guru's
« on: June 07, 2017, 03:28:44 PM »
Unfortunately it is a file coming from a vendor

18
MP Server / Calling PDF Indexing Guru's
« on: June 06, 2017, 09:54:50 AM »
  I have a file (attached and is not live data) that I need to only create an index for the MEMOSTMT pages (which is only 2 pages in the file) and not have the rest of the data in the index.  I have tried a couple things and I can get the one index but it contains more than just the 2 MEMOSTMT pages.  I am indexing on the small gray font at the bottom of Page 1.  I have also attached some indexing parameters I have tried.

  Does anyone have any suggestions on how I can filter out everything except for the 2 MEMOSTMT pages ? Is it even possible?

I am using the PDF indexer with X/Y coordinates and we are at 9.5.0.2

Any assistance or insight would be greatly appreciated.

19
MP Server / arsdoc delete command issue
« on: March 10, 2017, 07:22:40 AM »
 I am having a brain fart using the arsdoc delete command.  I know I must be missing a quote or something but I have tried a couple of variations and can't get it to work.  I am getting either the SQL0401N or the SQL0180N error.  The command I am entering is below..  What am I missing? The IDate is the AppGrp database name for the Index Date/Time Stamp and I got the values using the arsdate -z command.

arsdoc delete -u userid -p passwd -h ondemand -f "T E S T  Statements" -v -G TSTSTMT -i "WHERE AcctNo='123456789' AND IDate BETWEEN 1487930400 AND 1487934900"

20
Report Indexing / Re: Blank AFP file
« on: December 28, 2016, 07:03:08 AM »
 Are you using an index parameter file for the indicies ?  We had a similar problem a few years back when we had a vendor start sending credit card statements as PDF instead of AFP.  Our problem was they used the wrong codepage in the .IND file (binary vs ascii if I remember correctly).

We just had them change the codepage in the .ind file and reloaded the data and it was then viewable.

21
MP Server / Re: XML to remove users from CMOD needed.
« on: October 24, 2016, 10:26:59 AM »
  We run a script every month that creates a XML file of any user who has not viewed (or been added) within the last 90 days.  This is our way of removing inactive users and staying under our license entitlement.  Once the script is done we have an xml file of users that are eligible to be deleted.

We then run the following command:
arsxml delete -h hostserver -u userid -p password -x -i /migrate2/mt/deleteusers.xml

Below is sample of what the deleteusers.xml script would contain:

<?xml version="1.0" encoding="UTF-8"?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/opt/ibm/ondemand/V9.0//xml/ondemand.xsd">
<user name="USERNAME" />
</onDemand>

22
Windows Client / Re: OD 9.5.0.5 AFP Errors
« on: October 22, 2016, 11:07:10 AM »
  We had a similar issue when we upgraded to 9.5 where any document that was more than 100 pages received an error when trying to open it.

We turned off large object support and reloaded the data and everything was OK.  I think there is a bug in 9.5 if you have large object support enabled.
We are at 9.5.0.2 so I don't know if it has already been addressed in a later fixpack.

For now we just have turned off Large Object support for all of our applications.

23
MP Server / Disabled Users Reporting
« on: September 28, 2016, 06:39:28 AM »
 If you set a User Inactivity value under Login Information in the System Parameters is there a way to produce a report of disabled users in case you wanted to delete the disabled users ?

24
OD/WEK & JAVA API / AFP2PDF Transformer Workflow Chart
« on: August 22, 2016, 09:47:33 AM »
  Does anyone have any documentation or workflow charts on how the afp2pdf transformer works ?

I've been asked by new supervisor for workflow and was haven't found anything suitable with google search and would rather not start from scratch..

Anyone have any diagrams, etc. on how the afp2pdf transformer operates ?

25
OD/WEK & JAVA API / Re: Can't view Document in ODWEK
« on: March 28, 2016, 07:52:38 AM »
Just an update on what the issue was.

The problem was we were using an older version of afp2pdf transformer that only converted a maximum of 1000 pages so any document over 1000 pages would not open.  We downloaded newest version of afp2pdf transformer which corrected the issue.

Also - when speaking with Ricoh they mentioned that we will have to migrate to AFP2PDF PLUS by early next year.

Has anyone installed AFP2PDF PLUS transformer on their odwek servers ?

26
OD/WEK & JAVA API / Re: Can't view Document in ODWEK
« on: January 19, 2016, 10:51:22 AM »
Sorry - arswww.cgi


27
OD/WEK & JAVA API / Can't view Document in ODWEK
« on: January 17, 2016, 11:46:49 AM »
Hi All - we just upgraded to 9.5.0.2 back in October and have been having problem opening a statement that is 5.53MB (1,076 pages).

The statement can be viewed via the thick client but you just get a blank screen if you try to view via ODWEK.

Has anyone ever seen anything like this?  I have opened a PMR and I will be doing a trace but wanted to see if anyone else has run into this ?

28
MP Server / Re: No pages in 'C:
« on: November 24, 2015, 08:19:25 AM »
  I am sending from CA-Deliver to OnDemand and trying to view in OnDemand.

I contacted IBM who stated that those are temp files being written and asked me to go to File (scroll down), and I would see Show temporary file         
locations. Hover over that and it will show you where they're pointing.

I never had this issue with earlier versions and the issue is only occurring with reports that are capturing indicies from a JES banner page.

Other documents/statements that aren't using the banner page for indexing don't have the issue.
 
                                                               

29
MP Server / No pages in 'C:
« on: November 13, 2015, 09:15:10 AM »
We recently upgraded from 8.5.0.8 to 9.5.0.2

I used to be able to do a reprint from CA-VIEW and send to OnDemand.

Now when I do so - it loads successfully but when you attempt to open the report it says - No pages in C:'\Users\pdpoart\Appdata\Roaming\IBM\Ondemand Client\DATA\D10-5d67c.A32'

Anyone ever seen this ?  The data is coming from the mainframe and not my C: drive
Never had this issue with previous versions of CMOD




30
  You would need a product like OGL (Overlay Generation Language) to create overlays and PPFA (Page Printer Formatting Aid) to create formdefs and pagedefs.

Electronic overlays can be used to mimic a pre printed form or statement, add logos/signatures, etc.  A formdef controls the logical presentation of the document, and other things like duplex/simplex, what overlays to use, etc. 

A pagedef controls how the data is placed on th physical page.

Pages: 1 [2] 3 4