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

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)

Friday, July 11, 2014

You need BPMConfig properties file for your 8.5 environment. What to do?

Tell you the truth, I don't use BPMConfig functionality for deploying of BPM 8.5 usually.
I don't like fill this big list of various settings, my eyes flounder in these small letters and so on.
I use old good PMT for this.
But, sometimes, the file of BPMConfig properties is needed.

There are a lot of situations for this. For example, you can start/stop your environment using only one command.
During a Deployment Environment creation the file bpmconfig-<DEName>-<datetime>.properties is created in the folder <WAS_ROOT>/logs/config. But, if you have deleted the file, what to do?

Tuesday, May 20, 2014

"syntax error at line 6: `binDir=$' unexpected" during creating of ODM clustered environment

I've created ODM 8 clustered environment using this command (on Solaris OS):

-bash-3.2$ /ibm/odm80/profiles/DManagerODM/bin/configureDSCluster.sh -dmgrAdminUsername wasadmin -dmgrAdminPassword password-clusterPropertiesFile /ibm/odm80/profiles/DManagerODM/bin/rules/configureDSCluster.properties -dmgrHostName dmanager -dmgrPort 8882 -targetNodeName ODMCellNode01


and get this error:

/ibm/odm80/profiles/DManagerODM/bin/configureDSCluster.sh: syntax error at line 6: `binDir=#39; unexpected


Monday, May 12, 2014

How to restrict an access for users for creating of new process applications

The disclaimer: This solution was not checked from all points of view, but I did not notice any problems with it. I will be glade to any remarks.

By default, all Process Designer users can create new process appplications and toolkits.
But sometimes we need to restrict this. IBM BPM hasn't such possibility at first glance.
Try to solve it.

Friday, April 25, 2014

How to add some user to some group in IBM BPM through DB

Sometimes you need to add some user to some group in BPM.
You can do this through admin console certainly.
But imagine that you have not any access to admin console.

Thursday, April 3, 2014