Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Add question

You must login to ask question.

Login

Register Now

Register now and start to ask your questions or share your knowledge with your community and friends with answering their questions. Earn points for trustability.

To increase the Max Execution Time or Maximum Upload File Size in WordPress. 1. Update wp-config.php file @ini_set( 'upload_max_filesize' , '512M' ); @ini_set( 'post_max_size', '256M'); @ini_set( 'memory_limit', '512M' ); @ini_set( 'max_execution_time', '600' ); @ini_set( 'max_input_time', '300' ); 2. Update .htaccess file php_value upload_max_filesize 128M php_value post_max_size 128M php_value memory_limit 256M php_value ...

Continue reading

1. Shutdown the IBM Cognos service 2. Go to the installation location 3. Go to directory configuration\functions 4. Make a backup the file OperationTree.xml to another location 5. Edit the file OperationTree.xml 6. Change the value unavailable to ok 1 2 3 4 5 <id>MEMBER_SEARCH_IN_HIERARCHY</id> <qosLevel> <rule> <datasourceQueryType>relational</datasourceQueryType> <value>ok</value> 7. Save the file re-start the Cognos ...

Continue reading

The default number of visible items is generally configurable in ansproperties.xml file. Open the root installation folder of Cognos BI. Open folder \configuration. Save a copy of ansproperties.xml.sample. Rename your copy to ansproperties.xml. Open ansproperties.xml and uncomment information about DefaultVisibleItemCount as below. Save and restart Cognos BI service.

Continue reading