9/30/2014

Немного о Word: Как сделать содержание (оглавление) документа в Word?

Для больших документов в Microsoft Word очень удобно использовать авто-собираемое оглавление. Вместо того, чтобы постоянно проверять не съехала ли нумерация, вы можете просто сделать такое оглавление, за которым не придётся следить и которое будет само обновляться.
Это можно сделать очень просто. Рассмотрим на примере (так будет нагляднее). После того, как вы попробуете выполнить всё это по шаблону, вы сможете сделать автоматическое оглавление в любом документе.

9/18/2014

What are beans in IBM Maximo

There are 2 types of Beans in IBM Maximo, AppBean and DataBean.

AppBean
The AppBean manage application functionality, such as WOTRACK or ASSET. This class is defined in the beanclass attribute of the presentation tag in the application’s XML.

9/11/2014

Active Directory: LDAP Syntax Filters

Unable to turn Off the Admin mode in Maximo

Problem(Abstract)

Receiving errors on the Database Configuration screen when shutting down Admin Mode:

BMXAA4030I - Starting to set Admin Mode ON.
BMXAA4004I - Admin Mode is pending (turning on) for this server.
BMXAA4013I - Setting maxvar ADMINRESTART to ON.
BMXAA4008I - Notifying users to sign out.
BMXAA4036W - All users will be logged out in 1 minutes!
BMXAA4007I - Administratively logging out all remaining users.
BMXAA4011I - Waiting until all cron tasks are sleeping...
BMXAA4010I - Preventing events from firing.
BMXAA4014I - Setting this server's maxsession active flag to 0.
BMXAA4032I - Successfully set Admin Mode ON.
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring

Cause

Database in a state of configuring.

8/20/2014

Changing the automatic logoff setting

The default automatic logoff value is 30 minutes. You might want to change the default setting depending on your security needs.
The automatic logoff is configured to automatically timeout after a period of 30 minutes of inactivity. To extend the default period to more than 30 minutes, you change the web.xml configuration file.

8/14/2014

The default value of a date parameter must be an integer (BMXAA8268W)

Problem(Abstract)

When setting a "Default value" for a date parameter you cannot specify a specific date. You must specify a number. In previous versions, a specific date could be used as the default, this no longer applies as of Maximo 7.5

Cause

The functionality was changed by design.

Resolving the problem

For date parameters the purpose of "Default value" is to set an offset from the current day. For example, if you have the number 1 as the Default value, your date parameter will display on the request page with a default of tomorrow. The 1 tells it to show tomorrow. Likewise 2 would be 2 days from today and 7 would be 1 week from today. To use a date prior to today, use a negative number -1 would be yesterday, etc. This allows relative dates to appear as default values. 
Depending on your requirement, the new functionality may, or may not apply to your situation but it is not a bug and would be considered as an enhancement request if you wish to utilize the previous behavior.