Appreciations accepted

Vladlen Litvinov, the author: If you have some job offer for me, I'm ready to discuss it. View Vladlen Litvinov's profile on LinkedIn

Password

Showing posts with label FileNet. Show all posts
Showing posts with label FileNet. Show all posts

Tuesday, March 10, 2015

Incorrect time in logs of Content Collector for SAP after changing of timezone

In our Filenet ECM system we use Content Collector for SAP.
After changing time in October 2014 (in our case - Russia, Moscow, UTC+3) we patched all of Java jre in our environments using IBM jtzu patch. After that WAS shows correct time in the logs but Content Collector - does not. In spite of update it shows old time (UTC+4).
What to do?

Saturday, October 18, 2014

It's impossible to open Administration Console for Content Platform Engine in IBM BPM 8.5.5

If you use the username not-a-DEadmin in IBM BPM 8.5.5 - you cannot open Administration Console for Content Platform Engine. The URL is https://<hostname>:<port>/acce.
You get the message in your browser:

Error Page Exception
SRVE0260E: The server cannot use the error page specified for your application to handle the Original Exception printed below.
 

Original Exception:
Error Message: com.ibm.ws.security.web.WebSecurityException: AuthorizationFailed
Error Code: 403


Thursday, October 2, 2014

IBM System Dashboard for ECM. Average Response Time - what's this?

Last two weeks I have to recall a programming because we need to monitor some production FileNet environment. I write some reporting system what use an information from IBM System Dashboard for ECM. I think, it is rather useful utility and can be a solid basis of some simple monitoring system.

Unfortunately, I had to explore algorithms of counting of  parameters and a compliance of parameters myself.

Monday, July 14, 2014

FileNet 5 ConfigMgr does not start on RedHat 6

After installing FN Content Engine (5.2 in my case) you want to run configmgr.
But it does not run without any errors.
Go to /root/configmgr_workspace/.metadata/.log and look at:

java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
 /ibm/fnce52/ContentEngine/tools/configure/configuration/org.eclipse.osgi/bundles/93/1/.cp/libswt-pi-gtk-3740.so (libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory)
 swt-pi-gtk (Not found in java.library.path)
 /root/.swt/lib/linux/x86/libswt-pi-gtk-3740.so (libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory)
 /root/.swt/lib/linux/x86/libswt-pi-gtk.so (/root/.swt/lib/linux/x86/liblibswt-pi-gtk.so.so: cannot open shared object file: No such file or directory)

Wednesday, September 25, 2013

How to open FileNet Global Configuration Data without any accounts (Part 2)

Yesterday I wrote about opening a GCD configuration.
But, the Object Store was not availble (We have only rights for reading as Authenticated Users).
Continue our exploring.

Tuesday, September 24, 2013

How to open FileNet Global Configuration Data without any accounts (Part1)

This article is dedicated to IBM technical support what could not help me in my small problem.
As said - if you want to do something well - do it youself.

Disclaimer: If you attempt repeat this solution - you'll do every your step on your own risk. Don't try to execute something on your working environment. I washed my hands.

Recently I have put in a lot of time in exploring of a new system in my suitcase of experience. This is FileNet.
We make preparations for several projects which use this product.

One customer gave us the FileNet environment as a virtual machine and databases. We deployed all on our own servers.
But FileNet configuration has one not very friendly property - it linked with some LDAP users store. You cannot open the configuration if you have not this store and the user (from this store) what has a Full Access to the configuration.

I opened the PMR - bla-bla-bla - the support cannot help me, because only its engineers can use engineering utility - bla-bla-bla

As usually I have to do this myself.