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

Pages: [1]
1
MP Server / Re: Change the time of expiration affects old documents?
« on: September 22, 2023, 11:41:47 AM »
Hi, Derrick.

Thank you for help.

Best regards,

Lair Martins

2
MP Server / Change the time of expiration affects old documents?
« on: September 20, 2023, 10:08:06 AM »
Hi everyone!!!

Currently the CMOD server is configured to expire documents after 10 years.

Now, the customer needs to extend this time to 30 years.

If I change the field "Life of data and indexes", option "Expire in" from 10 years to 30 years, the documents already stored will have the new date expiration?

Best regards,

Lair Martins

3
 :) :) :) :) :) :) :) Itīs make sense this analogy with car and gas station...  :) :) :) :) :)

The LOADID exist on table ARSLOADWORK before be stored on table ARSLOAD. Maybe the operator got the LOADID on ARSLOADWORK and used to perform the unload...

Thanks!!!

4
I can see on the system log:

The load was started at 1:21 PM and completed at 1:47 PM (message 87). And unload was started at 1:39Pm and completed at 1:51 PM (messages: 84 and 85)

So, the customer donīt have the files...

5
Hi, everyone!!!

I hope all you are well.

A customer performed a unload process at the same time that a load process, for the same LOADID. Result? All objects were deleted.

Is it possible to recover something or was everything really deleted?

Best regards,

Lair Martins


6
MP Server / Re: Default location for trace file?
« on: July 02, 2020, 10:23:22 AM »
Did you search in /tmp ?

Usually the trace files is wrote in /tmp when is not set on trace.settings

Lair Martins
IBM Brazil

7
Hi,

If I understand your question, looking for "ObjName" in the result of message 66. After that, do a new search using code 87 and, in the Message field, put the "ObjName" between %. The result show when the file was loaded.

Lair Martins
IBM Brazil

8
MP Server / Re: Full Text - issues with ODFTIExporter.jar
« on: June 29, 2020, 04:37:10 PM »
Hey, guys!!!

Problem solved:

# export CLASSPATH=/opt/IBM/ondemand/V10.5/jars/ecmts.jar:/opt/IBM/ondemand/V10.5/jars/commons-configuration2-2.6.jar:/opt/IBM/ondemand/V10.5/jars/commons-lang3-3.9.jar:/opt/IBM/ondemand/V10.5/jars/commons-collections4-4.4.jar:/opt/IBM/ondemand/V10.5/jars/commons-logging-1.2.jar:/opt/IBM/ondemand/V10.5/jars/commons-text-1.8.jar:/opt/IBM/ondemand/V10.5/jars/jdbc1.jar:/opt/IBM/ondemand/V10.5/jars/jdbc2.jar:/opt/IBM/ondemand/V10.5/jars/gson-2.8.6.jar:/opt/IBM/ondemand/V10.5/www/libars3wapi32.so:/opt/IBM/ondemand/V10.5/www/libars3wapi64.so:/opt/IBM/ondemand/V10.5/jars/log4j-api-2.13.0.jar:/opt/IBM/ondemand/V10.5/jars/log4j-core-2.13.0.jar

[root@dpa1ged00011:/opt/IBM/ondemand/V10.5/jars]\
# java -cp $CLASSPATH:/opt/IBM/ondemand/V10.5/jars/ODFTIExporter.jar com.ibm.cm.od.fti.exporter.Export index -configFile odfts.cfg

Thank you, Ed_Arnold and  Justin Derrick!

Lair Martins
IBM Brazil

9
MP Server / Re: Full Text - issues with ODFTIExporter.jar
« on: June 26, 2020, 07:42:38 AM »
Hi,

This error was solved (I need to change the JDBC drivers names to jdbc1.jar and jdbc2,jar (db2jcc.jar and db2jcc_license_cu.jar)), but now I stopped in another:

# java -Djava.library.path="/opt/IBM/ondemand/V10.5/lib64;/opt/IBM/ondemand/V10.5/jars" -jar /opt/IBM/ondemand/V10.5/jars/ODFTIExporter.jar index -configFile /opt/IBM/ondemand/V10.5/jars/odfts.cfg
java.util.Base64 exists
java.util.Base64 exists
Exception in thread "main" java.lang.NoClassDefFoundError: com.google.gson.JsonSyntaxException
        at com.ibm.cm.od.fti.exporter.ODWEK.<init>(ODWEK.java:79)
        at com.ibm.cm.od.fti.exporter.Exporter.<init>(Exporter.java:47)
        at com.ibm.cm.od.fti.exporter.Export.main(Export.java:633)
Caused by: java.lang.ClassNotFoundException: com.google.gson.JsonSyntaxException
        at java.net.URLClassLoader.findClass(URLClassLoader.java:609)
        at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:926)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:871)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:343)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:854)
        ... 3 more

The log generated after run the java command:

# cat ftiexport_0.0_2606201115.log
Fri Jun 26 11:15:36 BRT 2020 main INFO: Trace started
Fri Jun 26 11:15:36 BRT 2020 contructor FINER: ENTRY
Fri Jun 26 11:15:37 BRT 2020 getConnection FINEST: databaseURL  = jdbc:db2://172.20.116.185:50000/ARCHIVE  >> Connected <<
Fri Jun 26 11:15:37 BRT 2020 getConnection FINER: RETURN
Fri Jun 26 11:15:37 BRT 2020 <init> INFO: Database product: DB2/AIX64
Fri Jun 26 11:15:37 BRT 2020 <init> INFO: Database version: SQL11014
[root@dpa1ged00011:/tmp]\

The environment is setting:

CLASSPATH=/opt/IBM/ondemand/V10.5/www/api/ODApi.jar:/opt/IBM/ondemand/V10.5/www/libars3wapi32.so:/opt/IBM/ondemand/V10.5/www/libars3wapi64.so:/opt/IBM/ondemand/V10.5/jars/gson-2.8.6.jar:.

PATH=/opt/IBM/ondemand/V10.5/www:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java8/jre/bin:/usr/java8/bin:/opt/IBM/ondemand/V10.5/jars

LIBPATH=/usr/lib:/usr/lpp/X11/lib/R7:/lib:/opt/IBM/ondemand/V10.5/www:/opt/IBM/ondemand/V10.5/jars

I read this technote and followed the instructions:
https://www.ibm.com/support/pages/how-do-i-resolve-javalangunsatisfiedlinkerror-javalangnoclassdeffounderror-or-gskit-errors-when-deploying-odwek-java-api-application

This command is correct?
java -Djava.library.path="/opt/IBM/ondemand/V10.5/lib64;/opt/IBM/ondemand/V10.5/jars" -jar /opt/IBM/ondemand/V10.5/jars/ODFTIExporter.jar index -configFile /opt/IBM/ondemand/V10.5/jars/odfts.cfg

It appears that the "gson-2.8.6.jar" is not being loaded properly.

Best regards.
Lair Martins.

10
MP Server / Full Text - issues with ODFTIExporter.jar
« on: June 22, 2020, 03:14:39 PM »
Hi, everyone,

I tried to install and configure the FTI feature, but I got this error:

java.util.Base64 exists
Mon Jun 22 18:38:29 BRT 2020 main SEVERE: Exception thrown while indexing:
java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver
        at java.lang.Class.forNameImpl(Native Method)
        at java.lang.Class.forName(Class.java:333)
        at com.ibm.cm.od.fti.exporter.Database.configureDB(Database.java:158)
        at com.ibm.cm.od.fti.exporter.Database.<init>(Database.java:51)
        at com.ibm.cm.od.fti.exporter.Exporter.<init>(Exporter.java:46)
        at com.ibm.cm.od.fti.exporter.Export.main(Export.java:633)
Exception: java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver

The command line used was this:

java -Djava.library.path="/opt/IBM/ondemand/V10.5/www" -jar /opt/IBM/ondemand/V10.5/jars/ODFTIExporter.jar index -dbEngine DB2 -dbHostname 10.20.116.185 -dbPort 50000 -dbName ARCHIVE -dbUser d2neg -dbPassword 123456 -dbOwner arsusr -odInstance ARCHIVE -odUser admin -odPassword 123456 -odInstallDir "/opt/IBM/ondemand/V10.5"

I created the symbolic links for db2 drivers (db2jcc and db2jcc_license), with name jdbc1.jar and jdbc2.jar. I created too the links with same name of the drivers (db2jcc.jar and db2jcc_license_cu.jar)

Previously I tried to use the cfg file (odfts.cfg). This file is configured like this:

#Thu Jun 18 11:51:33 BRT 2020
dbEngine=DB2
dbHostname=172.20.116.185
dbPort=50000
dbUser=R2heJ5CaiSR/yX1YvZDs+alA\=\=7+sLSG2MOL7uqdbaoCAWKw\=\=
dbPassword=R236nzn3f4nvyyCPyKGLqO9Q\=\=igw7MVzb0FoAz7G7zr2DqQ\=\=
dbName=archive
dbOwner=arsusr
odInstance=ARCHIVE
odUser=R2BvVVUv6vSxLnsUXSS8VyCg\=\=yi+GjuC11bIFofCUVLlmOw\=\=
odPassword=R2WI9URs0kUeZQu8wf6FRKjg\=\=Kc9qizcE7y7p5nksg5yuLw\=\=
odInstallDir=/opt/IBM/ondemand/V10.5
pollDelay=60
ftiToken=bXyhxDc\=
command=NONE
tempDir=/tmp
traceDir=/tmp
traceLevel=FINEST

I already configured the application group to work with FTI (in General, advanced: set on server name and port).

Finnaly, I searched in the table ARSFTIWORK and saw some registries. But nothing works.

Some suggestion? Some idea what might be going on?

Thanks in advance,

Lair Martins da Silva Filho
IBM - Brazil

11
MP Server / CMIS 3.0.4 FP 7 with CMOD ODWEK 10.1.0.5 - Login domain failed.
« on: September 06, 2019, 01:16:56 PM »
Hi, everyone!!!

For who had problem with CMIS for CMOD using ODWEK 10.1.0.5:

[9/6/19 15:48:54:079 BRT] 000000b9 Authenticatio E com.ibm.ecm.integration.common.authentication.servlet.AuthenticationFilter doFilter Authentication error in request processing
                                 com.ibm.ecm.cmis.exceptions.CMISAuthenticationException: Login domain failed. com.google.gson.JsonSyntaxException

This problem occurs when the jar file "gson-2.8.1.jar" is not found on CLASSPATH, although had setting on it. According the ODWEK documentation, this setting can be:
AIX:
            - CLASSPATH=/opt/IBM/ondemand/V10.1/jars/gson-2.8.1.jar
Linux:
            - CLASSPATH=/opt/ibm/ondemand/V10.1/jars/gson-2.8.1.jar
Windows:
            - CLASSPATH=C:\Program Files\IBM\OnDemand\V10.1\jars\gson-2.8.1.jar

This configuration doesn't worked, but I resolved this problem putting this file on CMIS path, deployed on WAS: .../cmis.ear/odcmis.war/WEB-INF/lib. After that, I restarted the CMIS application and I could be log in on CMOD using CMIS.

Configuration used for this test:

AIX 7200-03-02-1846 (PowerPC_POWER8)
WebSphere Application Server Network Deployment 9.0.0.11
CMIS cmis-fncs-installer304.007.0062 (201905122130)
CMOD ODWEK 10.1.0.5

Best Regards

Lair Martins - IBM

12
MP Server / Re: Add documents via OnDemand client doesn't works
« on: February 26, 2019, 05:33:22 AM »
Thanks, dineshkhanna04!!!

Works fine here!

Lair Martins
IBM Brazil

13
MP Server / Add documents via OnDemand client doesn't works
« on: February 25, 2019, 01:28:09 PM »
Hi everyone.

I have a CMOD 10.1 installed on AIX server and would like to add documents by ondemand client (Windows 10). When I put the values requested on client interface, I receive an error. Verifying on System Log, the error is: 442 - File transfer failed.
Anyone help me?

14
MP Server / Re: CMOD monitoring and alerts
« on: November 25, 2014, 11:35:26 AM »
Hi,

IBM have a ECMSM (Enterprise Content Management System Monitor). The ECMSM perform a function called "Task Execution Manager", which verify if the ARSSOCKD command is not alive and execute a command for restart it. Obviously, all this must be configured manually.

regards,

Pages: [1]