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 - Frederick Tybalt

Pages: 1 2 [3] 4 5 6 7 8 9
31
MP Server / Re: Moving from /tmp to /arstmp
« on: June 24, 2014, 01:30:27 AM »
Hey Jeff,
yes the cfg file needs to be modified and application needs to be recycled. It terms of sizing we usually have 3 - 4 time of the largest anticipated file size.

32
Compare the file and layout that comes regularly and that came on the day of exception, there could be some thing wired which would have caused the problem

33
Could you check if you have 87 messages 2 times or 4 times in system log?

If it is 2 times, then the problem could be with the index parameters you have provided. In this case you will not be able to retain a unique entry. You need to remove the 2 loads and correct the indexing parameters and re-index/load the file.

34
General / Re: ARSLOAD Automation and its Naming Convention
« on: June 12, 2014, 12:15:32 AM »
The ARSLOAD exits can work only after picking up the file, so we need to provide the files with correct naming conversions. A custom script or program can be written to process this renaming task.

36
Report Indexing / Re: Generic Indexer For MS-Word
« on: June 10, 2014, 07:36:10 AM »
Not sure if there is any utility that would split and calculate the document size. If you know the in and out of word docs, using Java would be a best option.

37
Report Indexing / Re: Generic Indexer For MS-Word
« on: June 09, 2014, 07:33:56 AM »
If you need to load the entire word document, the offset will be 0 and length will be the byte size of the word file. If it is a segmented document provide the offset and length accordingly

38
Generic indexing could be another option since the file does not contain any metadata.

39
Looks like ODApi.jar is not in classpath

40
Report Indexing / Re: arsload automation
« on: June 02, 2014, 06:00:16 AM »
Looks like the incoming file had been recognized, could you check on the log to see if you see any additional error messages?

Use -v option also in the load

41
Report Indexing / Re: arsload automation
« on: May 29, 2014, 03:52:34 AM »
Is the last qualifier .pdf or .ARD?

I guess ars daemon can only pick files only ending with .ARD

42
Report Indexing / Re: Generic Indexing to Load TIF images
« on: April 10, 2014, 04:54:17 AM »
Could you verify the loads equivalent log id to find if you see any other error message?

Also Verify the index file does not have any unreadable characters.

43
MP Server / Re: Caching Data, Never expriing
« on: March 28, 2014, 02:06:48 AM »
How about giving a max date? It can support up to 99999 days

44
MP Server / Re: Ingestion via Daemon
« on: March 25, 2014, 10:05:34 PM »
I guess, this happens as -g is hard coded in the daemon. Can you try this too?

arsload -vf -I instance -A MVS -G MVS -d /opt/ecm/jeff -t 60 &

45
MP Server / Re: Help with reports AFP
« on: March 23, 2014, 09:33:17 PM »
When file is retrieved using arsdoc get, the .ind and .res file names should have same naming convention that of .out file. Are they manually renamed?


rename the files to as below and try loading using arsload

MEDHA.out.2.MEDHA.MEDHA
MEDHA.out.2.MEDHA.MEDHA.out
MEDHA.out.2.MEDHA.MEDHA.ind
MEDHA.out.2.MEDHA.MEDHA.res

arsload -h {}-u {user}-p {pass}-vf-XG-g-a {AppGroup} MEDHA.out.2.MEDHA.MEDHA

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