Posts

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 . ​

InfoSphere Metadata Workbench tutorial: istool command to import ISX data fails

Problem(Abstract) The InfoSphere Metadata Workbench tutorial includes a file in compressed format with import files that you need for the tutorial. Some of the import files are in an ISX format. The import command fails for these files. Symptom When you run the istool utility to import these files, the import fails and displays this error message: ERROR: invalid syntax. Missing value or closing quote. Cause In the istool utility for IBM InfoSphere Information Server, version 8.7, the  -cm parameter requires a value. Resolving the problem Add two single quotation marks ( '' ) after the -cm parameter: Example: Istool> import -dom SERVERNAME -u USRNAME -p PASSWORD -ar FULL_PATH_TO_FILE -cm ''

InfoSphere Metadata Workbench Tutorial EWS.DSX fails to import

Problem(Abstract) For the Metadata Workbench (MDW) tutorial setup you must import the job design. When you import the job design you get this error: "File ...EWS.DSX can only be imported when the client code page is 1255 - it is currently 1252". Cause The MDW tutorial was developed outside of the US. Therefore, the job design contains a different code page. Resolving the problem Edit the job design EWS.DSX in an editor such as Word Pad. Change this line at the top of the file from CharacterSet "CP1255" to CharacterSet "CP1252" and save the file. You will now be able to import the job design.

“ORA-03113: end-of-file on communication channel” on startup

​ To do any of this, you must be the oracle user: $ su - oracle Step 1: You need to look at the alert log. It isn't in /var/log as expected. You have to run an Oracle log reading program: $ adrci ADRCI : Release 11.2.0.1.0 - Production on Wed Sep 11 18 : 27 : 56 2013 Copyright ( c ) 1982 , 2009 , Oracle and / or its affiliates . All rights reserved . ADR base = "/u01/app/oracle" adrci > Notice the ADR base. That is not the install. You need to see the homes so you can connect to the one that you use. adrci > show homes ADR Homes : diag / rdbms / cci / CCI diag / tnslsnr / cci / listener diag / tnslsnr / cci / start diag / tnslsnr / cci / reload CCI is the home. Set that. adrci > set home diag / rdbms / cci / CCI adrci > Now, you can look at the alert logs. It would be very nice if they were in /var/log so you could easily parse the logs. Just stop wanting and deal with this interface. At lea...

Installing LDAP support in PHP on Ubuntu LAMP server

LDAP support in PHP is not enabled by default. To enable LDAP support on an existing Ubuntu Apache web server you need to install php5-ldap package.   Install php5-lda: sudo apt-get install php5-ldap Reboot apache /etc/init.d/apache2 restart

BGinfor - Set VM desktop background as system Details for all users

​Download from : https://technet.microsoft.com/en-us/library/bb897557.aspx Open the BGinfor.exe and make the changes as you required and save it in same folder mycustomsettings.bgi . Create a batch file @echo off c:\bginfo\bginfo.exe c:\bginfo\mycustomsettings.bgi /timer:0 Please this batch file in "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" ​