Posts

Showing posts from April, 2015

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

Add Ubuntu 14.04 LTS Server to a Windows Active Directory Domain – Fullest Integration

​If you are like me and work in a mixed environment then the above topic is probably quite important to you. Especially if you also happen to be a security person for your organization and centralized account administration is a big deal. In this tutorial, I will be walking through how to join an Ubuntu 14.04 LTS Server to a Windows Active Directory Domain. Furthermore, we will be adding a new domain group to the "sudoers" group on the box so that our Domain Admins will automatically have the ability to use sudo to administer your Ubuntu Servers as needed. Additionally, we will also be making it easy for them to login (no appending of the domain onto their user account name) and giving them the more user-friendly BASH shell, rather than the default SH. All commands reference the fictional domain " CONTOSO.COM " to make the syntax easier to understand. The Domain Controller (DC) for the domain will be at "192.168.0.100". The domai...

Data codes related to 'LDAP: error code 49' with Microsoft Active Directory

​ Problem When IBM® WebSphere® Portal accesses the LDAP (in this case Microsoft® Active Directory), either to start the server or during configuration tasks, "LDAP: error code 49" can be encountered. Symptom Generally, error references SECJ0369E and SECJ0055E will be generated in the SystemOut.log. There are, however, various root causes that can be derived from the values that follow the initial description. An example is shown below. From SystemOut.log: [date/time] 0000000a LdapRegistryI A SECJ0419I: The user registry is currently connected to the LDAP server ldap://<hostname>:389. [date/time] 0000000a LTPAServerObj E SECJ0369E: Authentication failed when using LTPA. The exception is [ LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 775 , vece ]. [date/time] 0000000a distContextMa E SECJ0270E: Failed to get actual credentials. The exception is javax.naming.Authentic...

Obtain the Base DN or Bind DN Attributes for LDAP Directory Synchronization

​Type the following command and press Enter dsquery user dc=example,dc=com,-name user1* If your user has a long name, the * will do a wildcard match for that user. Or dsquery user dc=example,dc=com -name "user1" These commands will return the correct Bind DN for Directory Synchronization on the PGP Universal Server. "CN=user1,CN=Users,DC=example,DC=com"​

Unable to use Information Server due to expired passwords for WAS, xmeta or isadmin users

The following commands can be used to reset the passwords. Make sure to match these to your new passwords for the particular user. These commands should be run with the dsadm/isadmin user: Unix: Replace the WAS administrator user/password: <Info Server>/ASBServer/bin/AppServerAdmin.sh -was -user <new user name> -password <new password> Replace the xmeta database user/password: <Info Server>/ASBServer/bin/AppServerAdmin.sh -db -user <new user name> -password <new password> Add a user to the Information Server internal directory (-admin gives it administration privileges): <Info Server>/ASBServer/bin/DirectoryAdmin.sh -user -admin -userid <user name> -password <password> Where: <Info Server> is the path of the Information Server directory, e.g. /IBM/InformationServer ​ Windows: Replace the WAS administrator user/password: <Info Server>\ASBServer\bin\AppServerAdmin.bat -was -user ...