Posts

disable Use the light version of Outlook Web App in linux chrome

Image
Those of you who use Microsoft's Outlook Web App for work or school have probably come across something extremely annoying when attempting to access your email on your Chrome browser or on your  Chromebook : Microsoft forces you to use the light version, even though your browser is perfectly capable of accessing the full version. What's even more annoying is that the light version is extremely handicapped in comparison to the full version: there are a ton of options that you simply can't access (like inbox rules, for example), and your corporate address book is much more cumbersome to go through. Call it an innocent mistake on Microsoft's part. Call it an evil attempt to try to get you to use only Microsoft products. But whatever it is, it's extremely annoying. Luckily, the solution is relatively simple to set up and start using. Simply download User-Agent Switcher for Chrome from the Web Store (the link appears below). Next, go to your list of extensions (available...

Information Analyzer Rule/Ruleset execution fails with an error "com.ascential.xmeta.persistence.PersistenceException: Can't get current session!"

Problem(Abstract) Information Analyzer Rule/Ruleset execution fails with an error "com.ascential.xmeta.persistence.PersistenceException: Can't get current session!" Cause This error occurs if the Rule/Ruleset execution time is larger than the Session timeout Diagnosing the problem Check the log iasServer-<server_name>.log under <WebSphere_Install_Dir>/AppServer/profiles/<profile_name> for the following errors: com.ascential.xmeta.repository.RepositoryException: Error loading objects from list of rids at com.ascential.xmeta.repository.impl.AbstractDefaultRepository.loadByRid(AbstractDefaultRepository.java:683) at com.ascential.xmeta.service.repository.core.impl.actions.LoadObjectsMethodAction.doAction(LoadObjectsMethodAction.java:61) at com.ascential.xmeta.service.repository.core.impl.RepositoryMethodDispatcher.execute(RepositoryMethodDispatcher.java:161) ... 53 more Caused by: com.ascential.xmet...

Unable to add new data store in Information Analyzer using the DB2 or Oracle Connector

Problem(Abstract) You are unable to add new data store in Information Analyzer using the DB2 or Oracle Connector Cause ASB Agent connections managed in WebSphere Application Server have been exhausted. Diagnosing the problem Add a new data store in Information Analyzer client. When defining a Data Connection, select DB2Connector or OracleConnector. The error message "Unable to connect successfully using the selected connector. Check to ensure the selected connector is installed in the engine tier system or select a different connector to establish the connection" is displayed. Information Server Console log (isc.log) located in the directory "C:\Documents and Settings\<user>\Local Settings\Application Data\IBM\IBM Information Server console" on the client tier contains the following errors: <Type>com/ascential/investigate/cas/exception/CASConnectionException</Type> <Message><![...

How to generate a list of parallel DataStage jobs that use a particular parameter or environment variable

Question How do you generate a list of parallel DataStage jobs that use a particular parameter environment variable? Answer Open the DataStage Administrator Client Click on the Projects tab and select the project you would like to generate a list for. Click the Command Button In the command entry box type: LIST DS_JOBS WITH JOBTYPE = 3 AND EVAL "TRANS('DS_JOBOBJECTS','J\':@RECORD<5>:'\ROOT',14,'X')" LIKE ...<VARNAME>... <VARNAME> should be the name of the parameter or environment variable Example: LIST DS_JOBS WITH JOBTYPE = 3 AND EVAL "TRANS('DS_JOBOBJECTS','J\':@RECORD<5>:'\ROOT',14,'X')" LIKE ...TMPDIR... Click Execute If the output is on more than one page, click Next to page done and click Close when finished. In this example, a job type of 3 is a parallel job. Valid job types value are: 0 = Server 1 = Mainframe 2 = Sequen...

Why are my Datastage Jobs showing a status of "Queued"

Question We realize that when trying to run some jobs the Director, they began to enter the Queued status, as if there is a limit of jobs that can run simultaneously. Why is this happening? How can we manage this? Cause The Workload Management (WLM) was introduced in Information Server version 9.1 This tool provides the capability to manage and control the order and priority given to parallel and server jobs Answer For more information on managing the WLM please read through the documentation regarding setting up the queues. The main reason why jobs won't run when WLM is enabled is because the criteria defined is not met. Open the operations console and review the following criteria for the Queue if any of them are red, then you will either need to adjust the thresholds or address the cause. Maximum running jobs CPU Usage Memory Usage Job Start If however, this feature does not appeal to you. simply modify...

IBM symbol RCM_JCL_ReadV, version SUNWprivate_1.1 not defined in file libjava.so with link time reference

​Set Java home base on your folder location of installation. set JAVA_HOME=/opt/IBM/InformationServer11/WebSphere/AppServer/java_1.7_64/jre/lib/amd64/compressedrefs:/opt/IBM/InformationServer11/WebSphere/AppServer/java_1.7_64/jre/lib/amd64:/opt/IBM/InformationServer11/WebSphere/AppServer/lib/native/linux/x86_64/:/opt/IBM/InformationServer11/WebSphere/AppServer/bin::/lib:/lib64:/usr/lib​ ​and start the metadata service.​

How to restart OPMN services in OBIEE 11G

The OPMN services are : OracleBIClusterCo~,OracleBIScheduler~,OracleBIJavaHostC~,OracleBIPresentat~,OracleBIServerCom~ To restart these services in Windows through command line , Navigate to <Middleware Home>\instances\instance1\bin in command prompt then run the command opmnctl stopall  to stop services . opmnctl startall to start services opmnctl status to view the status af all services . ​