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
46
OD/WEK & JAVA API / Re: Enabling the log for the AFP2PDF
« on: March 19, 2014, 04:21:08 AM »
add the below line in a2pjni.properties and set the path of this properties file in CLASSPATH

Logging=True,/tmp/afp2pdf.log

47
MP Server / Re: Caching Data, Never expriing
« on: March 17, 2014, 11:46:30 PM »
If so, this setting can be set to "No". Since it is anyway going to be there are on cache.

If you are using any other storage node, and still if you need to have it on cache immediately after loading this setting can be used.

48
MP Server / Re: Add field to CMOD Application Group
« on: March 17, 2014, 11:35:38 PM »
If you require data to be populated for the newly added field, then it is good to extract the data from the old AG and re-index to the new AG.

If you are ok to have the newly added field as blank, the simple way is to have the folder mapped with the old AG and new AG. So that data from both the AG will be displayed. However if you are going to make a search based on the new field, as JD mentioned the search results could be inconsistent in this approach.

49
MP Server / Re: Caching Data, Never expriing
« on: March 17, 2014, 03:46:24 AM »
Would you be using "Cache only - Library Server" ?

50
MP Server / Re: Add field to CMOD Application Group
« on: March 17, 2014, 03:16:33 AM »
Data loaded in the old application group will not copied to the new one. Only the definition will be copied.

51
General / Re: Using ICC for CMOD Migration
« on: March 13, 2014, 09:13:45 PM »
Thanks JD... DMS stands for "Document Management System".

Any idea if ICC can be used?

52
General / Using ICC for CMOD Migration
« on: March 12, 2014, 09:28:21 PM »
Hello,
We are looking for a migration from a legacy document management system to CMOD. I have come across a IBM  product ICC ( Content Collector) that is capable for doing content migrations. Any idea if ICC tool can be used for migration form legacy DMS to CMOD?

Also if there are any other tools in the market (IBM or any third party) for such migrations?

Any help on this would be appreciated!

53
Report Indexing / Re: Strange error when loading a file
« on: March 11, 2014, 09:36:29 PM »
Looks like a standard library is missing on the linux installation is missing (usual issue with linux).. You can download that package and install it and configure the path and give a try!!

54
Report Indexing / Re: CMOD Mime type
« on: March 02, 2014, 10:26:03 PM »
"application/ondemand extension-field=csv"


Are you trying to retrieve from thin client or thick client?

55
Windows Client / Re: Document Activity Tracking Feature in 9.0
« on: February 24, 2014, 09:10:24 PM »
Great!!

56
Report Indexing / Re: PDF Indexing Issue
« on: February 21, 2014, 12:48:40 AM »
This could be the problem with large file. Try to break the file and load else CMOD version need to be upgraded to 8.4.1.6 where this issue is fixed.

57
OD/WEK & JAVA API / Re: Large Object Support for AFP.
« on: February 19, 2014, 09:55:18 PM »
Thanks Fred, Can we retrieve all segment into some other area or file and then convert to PDF ?

If u are not using API and trying to do outside JVM then it can handle large sizes.

58
Windows Client / Re: Document Activity Tracking Feature in 9.0
« on: February 19, 2014, 09:50:39 PM »
I wanted to use XML but those fields are not defined in AG XML objects.

What I generally do to locate the XML object is,
1. manually update the field in AG
2. use arsxml export  to export the object to xml
3. Locate the object for the field that requires update and recreate a xml
4. use arsxml update

Not sure if you have tried this.

59
OD/WEK & JAVA API / Re: Large Object Support for AFP.
« on: February 19, 2014, 12:47:29 AM »
I don't think API converts the documents based on segments.. When user need to view the document the complete document will be converted as pdf. When accessing such large documents the system and JVM should have enough resources to do this. I have seen JVM crashing when accessing huge ones

60
Windows Client / Re: Document Activity Tracking Feature in 9.0
« on: February 18, 2014, 09:31:22 PM »
If that is a field is that can be updated in AG, try using arsxml to do a batch update

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