Installing Informatica powercenter 9.0.1HF2 client tools on Linux 64 bit

Hi all,
I'm building OBIA 7963 on Linux x86-64but server.
do we have Informatica powercenter client tools installables for Linux 64bit? if not please guide me how to proceed for this.
Thanks
Ram

Hi Ram
please follow the below procedure to install the informatica in LINUX
PowerCenter - Installation and Configuration (9.0.1 for OEL Linux 64Bit)
This article talk about the installation of PowerCenter from Informatica on:
•     Oracle Entreprise Linux 64 bit version 5 Update 5
•     Oracle Database 11gR2
After you complete the installation and configuration process, you have to log in to the Administrator tool to create and configure the following services:
•     PowerCenter Repository Service
•     PowerCenter Integration Service
Oracle Database
parameter
Set the open_cursors parameter to 1000
SQL> SHOW parameter open_cursor;
NAME TYPE VALUE
open_cursors integer 300
SQL> ALTER system SET open_cursors=1000;
System altered.
SQL> ALTER system SET open_cursors=1000 SCOPE=BOTH;
System altered.
SQL> SHOW parameter open_cursors;
NAME TYPE VALUE
open_cursors integer 1000
Repository Account
At least two database user accounts are required to host this repository :
•     POW_REP for the repository Database
•     POW_DOM from the domain Configuration Database
with the CONNECT, RESOURCE, and CREATE VIEW privileges.
For Oracle, you must perform the following instruction :
CREATE USER POW_REP IDENTIFIED BY POW_REP
DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;
GRANT CONNECT, resource, CREATE VIEW TO POW_REP;
CREATE USER POW_DOM IDENTIFIED BY POW_DOM
DEFAULT tablespace users
TEMPORARY tablespace temp
quota unlimited ON users;
GRANT CONNECT, resource, CREATE VIEW, SELECT ANY dictionary TO POW_DOM;
The grant “select dictionary privilege” to the user POW_DOM is only needed to verify the parameter Open_Cursor during the prerequisite check.
Repository Tablespace
Set the storage size for the tablespace to a small number to prevent the repository from using an excessive amount of space.
Also verify that the default tablespace for the user that owns the repository tables is set to a small size. The following example shows how to set the recommended storage parameter for a tablespace named POWERCENTER_DAC.
ALTER TABLESPACE "POWERCENTER_DAC" DEFAULT STORAGE ( INITIAL 10K NEXT 10K MAXEXTENTS UNLIMITED
PCTINCREASE 50 );
Operating System
Login as root
Processor
Verify that the process match the software (x86_64)
[root@di-obia-01 ~]# uname -p
x86_64
[root@di-obia-01 ~]# uname -orv
2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 GNU/Linux
Temporary Disk Space Requirements
The installer writes temporary files to the hard disk. When the installation completes, the installer deletes the temporary files and releases the disk space.
Installer UNIX      1 GB
Informatica Services UNIX      2 GB
Verification of the temporary space with the df commando: Linux - disk free command (df)
[root@di-obia-01 ~]# df -h /tmp
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
77G 16G 58G 22% /
User Account
On UNIX, create a user account specifically to run the Informatica daemon.
[root@di-obia-01 ~]# /usr/sbin/useradd powercenter
[root@di-obia-01 ~]# id powercenter
uid=502(powercenter) gid=506(powercenter) groups=506(powercenter)
[root@di-obia-01 ~]# passwd powercenter
Changing password for user powercenter.
New UNIX password:
BAD PASSWORD: it is WAY too short
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
Port
Verify that the port numbers are available on the machines where you install Informatica Services.
[root@di-obia-01 ~]# netstat -tulpn|grep 6005
The installer validates the port numbers that you specify to ensure that there will be no port conflicts in the domain.
Environment Variables
Use LANG and LC_ALL to set the UNIX code page for the installer.
File Descriptor
Informatica service processes can use a large number of files. Set the Linux - File Descriptor limit per process to 3000 or higher.
In the file /etc/security/limits.conf, add this line:
# PowerCenter
powercenter hard nofile 3001
powercenter soft nofile 2500
And verify with the ulimit function logged as the powercenter system user account:
[powercenter@di-obia-01 ~]$ ulimit -Hn
3001
Note:The limit is set to 3001 to prevent an error with the value 300 during the prerequisites check
Installation directory and Permission
As root, create the installation base directory:
mkdir -p /powercenter/9.0.1
chown -R powercenter:powercenter /powercenter
chown -R powercenter:powercenter /powercenter/9.0.1
chmod -R 775 /powercenter
chmod -R 775 /powercenter/9.0.1
As the installer (powercenter), copy the file to a tmp directory, unzip and untar it:
[powercenter@di-obia-01 powercenter901]$ unzip V26109-01.zip
Archive: V26109-01.zip
inflating: 901HF2_Server_Installer_linux-x64.tar
[powercenter@di-obia-01 powercenter901]$ tar -xf 901HF2_Server_Installer_linux-x64.tar
Change the permission of the file install.sh to execute
chmod -R 744 /tmp/powercenter901/install.sh
Server
Pre-Installation System Check
To verify whether a machine meets the system requirements for an Informatica installation, run the Pre-Installation System Check Tool (i9Pi) before you start the installation process.
You can find the i9Pi tool in the following directory: <InstallerExtractDirectory>/i9Pi
[powercenter@di-obia-01 i9Pi]$ ./i9Pi.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Enter the port 6004 to prevent a problem during the ckeck on the port 2010. The tool normally must verify until the port 6009 but check also the port 6010 which is the standard port for X Forwarding
A pdf is available in the tool directory if you want more information.
The report files are stored in the directory where you extract the Pre-Installation System Check tool files:
•     HTML format: <i9Pi Directory>/i9Pi/i9Pi_summary.html
•     Text format: <i9Pi Directory>/i9Pi_summary.log
i9Pi_summary.log
Output - Informatica9 Installation Location:/
Informatica starting port number:6004
Database Type:ORACLE
Database Hostname:di-rep-db
Database Port number:1521
Database Service name:direp.hotitem.local
Database User ID:POW_DOM
PASSED: OS Version Check: RHL Version Identified is 2.6.18-194.el5
PASSED: Diskspace: Available DiskSpace is 55105 MB
PASSED: Processors: Available Processors is 2
PASSED: Physical Memory: Available RAM Size is 4242 MB
PASSED: Temporary Space: Available temporary diskspace: 55105 MB. Sufficient for installation
PASSED: Socket Port: Socket port Range 6004-6009
PASSED: LANG Environment Variable: LANG Set to en_US.UTF-8 and LC_ALL Set to null
PASSED: JRE_HOME Environment Variable: JRE_HOME is not set
PASSED: File Descriptors : File descriptors limit is 3001
PASSED: Oracle Open Cursors: Open cursors in Oracle database is set to 1000Sufficient for install
PASSED : Resource privilege : The user account has the RESOURCE privilege.
PASSED: Create Table check : Successfully created a database table.
PASSED: Create View : Successfully created a database view.
Initial Server Software Installation
This sequence of installation don't say that you have to hit the next button and does not take care of review and informative windows.
[powercenter@di-obia-01 /]$ unset JRE_HOME
[powercenter@di-obia-01 /]$ /tmp/powercenter901/install.sh
OS detected is Linux
unjar task is in progress.............
You can wait a long time on this step ….
unjar of ESD completed.....
Do you want to continue installation (y/n) ?
y
Starting installation ...
\* Welcome to the Informatica 9.0.1 HotFix 2 Server Installer. *
To verify whether a machine meets the system requirements for an Informatica installation, run the
Pre-Installation System Check Tool (i9Pi) before you start the installation process. You can find the i9Pi
tool in the following directory: <InstallerExtractDirectory>/i9Pi
Before you continue, read the 9.0.1 HotFix 2 Installation Guide and Release Notes.
You can find the 9.0.1 HotFix 2 documentation in the Documentation Center at http://my.informatica.com
Configure the LANG and LC_ALL variables to generate appropriate code pages and
create and connect to repositories and Repository Services.
Do you want to continue? (Y/N)Y
Installer requires operating system Linux version 2.6 and later.
Current operating system Linux version 2.6.
Current operating system meets minimum requirements.
Select a choice :
1. Install Informatica 9.0.1 with Hot Fix 2 or Upgrade from a previous version of Informatica to
Informatica 9.0.1 with Hot Fix 2
2. Apply Informatica 9.0.1 Hot Fix 2 to existing 9.0.1 install.
Enter the choice(1 or 2):1
Checking for existing 9.0.1 HotFix 2 product installation.
Select (G)UI mode (needs X Window support) or (C)onsole mode (G/C):G
Launching installer in GUI mode ...
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Preparing SILENT Mode Installation...
===============================================================================
Informatica 9.0.1 Services HotFix2 (created with InstallAnywhere)
Informatica 9.0.1 HotFix 2 Steps:
•     Installation Type: Install (and not upgrade)
•     Pre-requisites: Next
•     License and Directory. (Transfer the license file from the client zip file)
•     Pre-Installation Summary: Install (Required Disk Space 2815 MB)
•     Domain Creation: Create a domain
•     Configuration Database
with as JDBC parameters:
MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true
•     Domain Configuration
•     Port Configuration
•     Post-Installation Summary
Installation Status:: SUCCESS
The Informatica 9.0.1 HotFix 2 installation is complete.
For more information, see the debug log file:
/powercenter/Informatica/9.0.1/Informatica_9.0.1_Services_HotFix2.log
Informatica Administrator Home Page http://di-obia-01.hotitem.local:6007
Product Name : Informatica 9.0.1 HotFix 2
Installation Type : Fresh Installation
Installation Directory : /powercenter/Informatica/9.0.1
•     Login to the Administration console with the Administrator user (Administration/Administrator)
Repository Configuration
•     Start Informatica services. Start > All Programs > Informatica PowerCenter 8.6.1 > Services > Start Informatica Services.
•     Launch the Administration console. Start > All Programs > Informatica PowerCenter 8.6.1 > Services > PowerCenter Administration Console
•     Login with the account given in the configuration (admin/admin for this article).
•     Select configuration assistant (if you don't see it, you can also configure a repository with the configuration tool on the left side)
•     Welcome > Next
•     Enter a name for the repository, click on the configure button and fill in the fields. You must enter a connect identifier and not a connect string. The connect string for Oracle contains the credentials.
If the creation of the repository hang, try to give the DBA privileges to the oracle database account POW_REP
•     Integration service: fill a name in : INT_OBIA7961 and click next.
•     Character Data for Integration service: (Note: Character Encoding give the choice between ASCII and Unicode)
•     Finish !
A global administrator (for the domain and the repository) is automatically created during the installation with the credentials Administrator/Administrator. You may change the password for security purpose
Client
Installation Steps:
•     Double click on the file install.bat located in this directory : File1\pc861_client_win32_x86\
•     Choose Language. Next
•     Choose Install Option. Next
•     Prerequisites. Next
•     Installation directory For the path, you can leave the default value because it doesn't contain space C:\Informatica\PowerCenter8.6.1
•     Pre-installation summary. Next
•     Post-installation summary. Next
•     Installation Complete. Done
Hot Fix 10 installation:
•     file2>pc861_HotFix10_Client\install.bat
•     Select Language. Ok
•     Welcome. Next. Stop PowerCenter. Ok
•     Installation Prerequisites. Next
•     Installation Type: Apply. Next
•     Installation Directory. Next
•     Pre-installation summary. Next
•     Post-installation summary. Next
•     Installation Complete. Done
It will install :
•     PowerCenter - Client
o     PowerCenter - Designer
o     PowerCenter - Repository Manager
o     PowerCenter - Workflow Manager
o     PowerCenter - Workflow Monitor
o     PowerCenter Mapping Architect for Visio (Data Stencil?)
•     Custom Metadata Configurator
The metadata manager console is not installed as in the installation of the version 8.1.1.
Support
The creation of the repository hangs
The creation of the repository can take maximum 2 minutes.
If you don't see the creation of tables in the POW_REP schema:
•     close the browser,
•     connect again to the administation console and go through the configuration button in the left upper side
If it doesn't work
•     give the DBA privileges to the oracle database account POW_REP
•     and try to create it again
Thanks and Regards
Vidya Reddy

Similar Messages

  • Help to install Informatica PowerCenter  8.6.1  on Windows xp 32 bit...

    Hi,
    I have downloaded below two files from oracle edelivery site.
    "Oracle Business Intelligence Data Warehouse Administration Console 10.1.3.4.1 for Microsoft Windows and Informatica PowerCenter and PowerConnect Adapters 8.6.1 for Windows x86 (32-bit) (Part 1 of 2)"
    "Oracle Business Intelligence Data Warehouse Administration Console 10.1.3.4.1 for Microsoft Windows and Informatica PowerCenter and PowerConnect Adapters 8.6.1 for Windows x86 (32-bit) (Part 2 of 2)"
    For installing informatica on machine having microsoft windows server 32bit with 2 gb ram.
    I got 2 ZIP files form each download.When i extracted them i had following files.
    1. dac_win_101341_infa_win_x86_32bit_861.z01 ->from part 1
    and 2. dac_win_101341_infa_win_x86_32bit_861.zip -> from part 2
    Can you please assist me on below quries.
    How to unzip the file dac_win_101341_infa_win_x86_32bit_861.z01  ?
    (Tried with winzip/rar/7zip but did not work)
    Installation and intgration with oracle 10g/11g?
    (Any website/link would be helpful)
    Thanks,
    Jyanendra

    Zip files are splitted.
    You extract only dac_win_101341_infa_win_x86_32bit_861.zip file, that will extract contents from dac_win_101341_infa_win_x86_32bit_861.z01 also.

  • How to un-install Informatica Powercenter and DAC ?

    Hi ,
    we have installed informatica powercenter 8 and oracle DAC 10.1.3.4.1 on Redhat linux 5 . we would like to un-install both of these now and I have not done this before . How do we do it ? I am not able to find much about these in respective product documentation .
    1) I see "uninstaller.sh" shell script within powercenter directory . Would this do the uninstall ?
    2) How about DAC ? The installation guide says that "the dac server is first installed on windows and then copied to linux" . does this mean that we need to just remove the DAC directory on linux ?
    will that complete the DAC server un-installation ? But I also see a OUI directory and runInstaller.sh within DAC directory which confuses me . Should I use this OUI stuff for un-installation ?
    Any input reg this would be of much help .
    Thanks.

    RM - Sorry . I did not answer your question . Frankly - I do not know as I am new to my team . Perhaps the newer versions has some compelling features
    which would have impressed the business team . Just a wild guess .
    BTW - I see a "_uninstallServer" directory within my powercenter home which has a "uninstaller" file . can this be used for un-installation ?
    And very curious : how and where do we get powercenter 9.0.1 documentation ? Couldn't find it at all . I would not pester you guys with umpteen number
    of questions if I have this document .

  • Cannot install Crystal Reports Server 2008 and Client Tools on same machine

    I am having trouble setting up Crystal Reports Server 2008 with Client Tools on a new Windows 2003 SP 2 machine. The Server 2008 package installs OK (built-in MySQL server, built-in Tomcat 5.5 server). Reports run okay. But my customer wants to run reports that use Salesforce as a data source, so I tried to install Crystal Reports Server 2008 Client Tools (needed  for Salesforce support, apparently). I receive this error:
    'Business Objects product detected: cannot continue with install'. Installation of Client Tools immediately terminates.
    Oddly enough, when I uninstalled Server 2008, the Client Tools installed successfully. Then I tried installing Server 2008, and I got the same error message as with Server 2008. What the heck?
    Any ideas on how I can get Server 2008 and Server 2008 Client Tools to live in harmony on the same machine? We were able to do this with a (otherwise overloaded) Win2K3 server before.
    Thank you in advance for any help.

    Typically the client tools are installed with enterprise by default. If not then you would want to use add/remove in control panel and select them. The installer thinks you are trying to install enterprise on top of itself and thus the error.
    Regards,
    Tim

  • INSTALL iNFORMATICA POWERCENTER 8.6 on VISTA 32 BIT

    Hello Folks
    i am sorry to post this here......but i am posting it because some people might be working on this too.
    i am trying to install "iNFORMATICA Power center 8.6" on my Windows vista 32 bit OS.
    i tried to install it three times but was unsuccessful. when i was searching Google regarding any issues with compatibility between Informatica and vista
    i found some saying that it is not compatiable.
    so please help to install the 8.6 on my vista or please suggest where can i get the power center older version (7) software.
    is there any prerequisites to install iNFORMATICA
    THANKS
    KMR

    U do not need any pre-req to INFA. PLease have WIN XP to install 796, It works best there!

  • Informatica Powercenter 9.01 V26112-01_1of2 zip file problem

    Hi
    I have installed all three informatica zip files but Unfortunately V26112-01_1of2 zip file which contains License Key file and client doesnt work.
    it looks like corrupted. I have dowloaded three times but winzip, rar doesnt work with that zip file
    What can I do?
    thanks
    John
    BTW I am getting
    ! C:\Users\GoK\Desktop\Infa90\901HF2_Client_Installer_win32-x86_DOCS_KEY.z01: Cannot open C:\Users\GoK\Desktop\Infa90\901HF2_Client_Installer_win32-x86_DOCS_KEY.z01
    The system cannot find the file specified.
    ! Seek error in the file
    The system cannot find the file specified.
    Edited by: 877721 on Aug 6, 2011 2:13 PM

    Here is what readme says from Oracle..
    The parts titled "Oracle Business Intelligence Data Warehouse Administration Console 11g and Informatica PowerCenter and PowerConnect Adapters 9.0.1" and  “Oracle Business Intelligence Data Warehouse Administration Console 11g and Informatica PowerCenter andPowerConnect Adapters 9.1" include the Oracle Business Intelligence Data Warehouse Administration Console (DAC) 11g, Informatica PowerCenter Services and InformaticaPowerCenter Client Tools installers, the Informatica PowerCenter License Key and the InformaticaDocumentation.
    These parts are split into multiple downloads. Download all parts into the same directory location on a Windows machine.
    To extract the contents of the zip files:
    1.      Using WinZip, unzip the contents of each downloaded zip file into a single directory location. Do not give this directory a long name and avoid using the My Documents folder. On extraction of all the zip files, you will received additional zip files with file names similar to “dac_win_11g_infa_<OS and Bit>_<INFA version> and with file extensions .zip, .z01, .z02, .z03 etc.
    2.      Using WinZip, unzip the file with the .zip extension file into a new directory. Do not give this directory a long name and avoid using the My Documents folder. NOTE: Do not unzip the .z01, .z02 etc. files as the contents of these files will automatically be extracted.
    On extract of the zip files you will receive the following five files:
    1.     <INFA version>_Server_Installer_<OS> (.tar or .zip)
    2.      DAC11gInstaller.zip
    3.      910HF2_Client_Installer_win32-x86.zip
    4.      Infa91Docs.zip
    5.      Oracle_All_OS_Prod.key

  • Couldnt install informatica 8.1.1 powercenter-need help

    hi,
    i have installed informatica8.1.1 powecenter client and when i tried to install informatica powercenter reports its asking to enter server url.. By default its given as "http://pcname:port/instance_name".
    i gave my pc name and port as "6001" and what to give for instance_name.
    and further i couldnt install informatica server..while installing it i was asked to enter the license key. by default its showing "c:\douments and settings\license.key". then i browsed and brought the directory for the license key but still i am getting the error saying that "found error while writing.could not create temp file on c:\.please check for disk space and write permission." please let me know the step by step procedure for installing the informatica 8.1.1 server if am proceeding wrong.
    Edited by: user10369572 on Oct 22, 2008 11:32 PM

    Hi,
    Copy your license key (license.key) to another location and give that path.
    Following are the steps to install informatica server
    1.License key>Browse the license key path
    Configure database domain
    Database type:
    database url:IP:port like "10.8.12.115:1521" (1521 for oracle)
    database user id:repository user like "informatica"
    database user password:
    database service:informatica repository name like "inforepo"
    2.Configure Domain>Power center services configuration
    Domain name:"Any name" like Domain_hps7
    Domain Host name:"name of the machine to install Informatica server " like hps7 (my machine name)
    Node name:"Any name" like Node01_hps7
    Domain port no:6001
    Domain username:admin
    Domain password:admin
    Create repository service check box checked.
    3.Configure Informatica Services>Power center services configuration
    leave as it is..
    4.Configure Integration Services>Power center services configuration
    Create integration service check box checked.
    service name:"name of the service" like Powercenter_Integration_service
    username:Administrator
    Password:Administrator
    After all above steps do next next...
    *Note:Make a note of Doamin name,Host name,Domain port no,Service name because you have to give all these details while adding repository in Informatica Client
    Hope will help you..
    And if your question is answered please marrk your thread as answered so that others not necessarily post same question.
    Regards,
    Amrita

  • Informatica Powercenter client 9.0.1 V26112-01_1of2 zip file problem

    Hi,
    https://cn.forums.oracle.com/forums/thread.jspa?messageID=9784283&tstart=0
    i followed the above otn url, but i am getting same problem.
    i installed latest version of winzip , winrar and 7zip all are giving same error.
    i followed Readme in edelivery that is also not resolved my problem.
    can any body give me clear picture i.e which zip version i can use and please give me the step by step information.
    thanks
    charan

    can you please help
    do we need to download 3 files for informatica 9 on windows7 64bit?
    Informatica PowerCenter and PowerConnect Adapters Client 9.0.1 (Part 1 of 2)
    Informatica PowerCenter and PowerConnect Adapters Client 9.0.1 (Part 2 of 2)
    Informatica PowerCenter and PowerConnect Adapters 9.0.1 for Windows x86 (64-bit).
    can someone please guide me to step by step installation guide;
    installed server from (Informatica PowerCenter and PowerConnect Adapters 9.0.1 for Windows x86 (64-bit).) file
    not sure if we have to install other 2 client files
    please help
    Thanks in Advance

  • Problem exporting PDF from Crystal after installing BO BI Client Tools

    Hi there, I am running Crystal Reports 2011 and after installing SAP BusinessObjects BI platform 4 Client Tools Crystal reports crashes when I try to export a report as a PDF. I have reinstalled Crystal from scratch twice, the second time even cleaning the registry before installing with no success.  Any ideas?

    You would have to uninstall the current version and then install one of the 4.0 versions.  The issue is that your client tools version should really be exactly the same as your version of BO.  If you run into any issues and have to open a support case, the first thing SAP will have you do is upgrade the Client Tools.
    Another option that you have would be to upgrade to the latest SP of Crystal 2011 and see if that makes a difference.
    Also, anything that was written in CR 2011 will run fine in CR 2013 - there weren't really any features added in 2013, just the name was changed, so the two are basically interchangeable.
    -Dell

  • Informatica powercenter 9.0.1 License Codes

    Dear all,
    I am trying to Install BI APPS 7.9.6.3 as it need to Install Informatica powercenter 9.0.1 where get this License Codes
    I try to Get one form http://www.oracle.com/us/support/licensecodes/index.html under Hyperion
    System 9 Data Integration Management (11.1.1 and 11.1.1.1 only)
    Hyperion_DIM.zip --> Hyperion_DIM_9.3.1.1.key
    when i upload this to the Informatica it shows
    The Software Version     8.1.1
    Pls update me if any get the 9.0.1 License Codes
    Best Regards
    Srini

    Hi,
    The file Informatica PowerCenter and PowerConnect Adapters Client 9.0.1 (Part 1 of 2) (V26106-01.zip) contains another zip called 901HF2_Client_Installer_win32-x86_DOCS_KEY.zip
    This zip contains the license file Oracle_All_OS_Prod.key.
    Hope it helps
    Regards
    Matthieu

  • Informatica PowerCenter 9.0.1 Installation guide with capture screen please

    Dear Gurus,
    I already download:
    Informatica PowerCenter and PowerConnect Adapters 9.0.1 for Windows x86(this is for server?)
    Informatica PowerCenter and PowerConnect Adapters Client 9.0.1(this is for client?)
    -901HF2_Client_Installer_win32-x86_DOCS_KEY
    I'm new with this, how to install this?please give me some link to download detail documentation(with screen shoots better) about 9.0.1 installation for windows 32 bit.
    before this i installed:
    -Oracle database 11g 32 bit
    -Java sdk 1.7
    is that right?
    Any help will be appreciated
    Best Regards
    Cecilia

    Hi,
    Go through the document that will help you in setting up your informatica stuff.
    http://docs.oracle.com/cd/E20490_01/bia.7963/e19038/windows_ic.htm#BHCHCGAJ
    Thanks,
    RM

  • Install Essbase 11.1.2.2 Client on Linux/Aix

    Hi,
    I want to install Essbase 11.1.2.2 Client on Linux Redhat6_64/Aix7, I found a same problem on both of the platforms.
    Take Linux for example, I cannot found Essbase Client when I install it.
    The file I download is like this:
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 1 V31896-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 2 V31897-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 3 V31920-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 4 V31898-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 5 V32792-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 6 V31900-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Part 7 V31901-01
    EPM System Release 11.1.2.2.0 Client Installers for Microsoft Windows V32789-01
    EPM System Release 11.1.2.2.0 for Linux x86-64 Oracle HTTP Server V31902-01
    But when I run ./install.sh, it has no "Essbase Client ", could you tell me how to install client on linux/aix os?
    I already have my essbase server, i just want to install
    Thanks!!

    Hi John,
    Thanks a lot!
    Could you help me to figure out the following questions,please?
    1. Is Essbase 11.1.2.2 Client do not officially support installed alone on Linux/Unix platform?
    2. In the support file "How to Install the Essbase Client Tools MaxL and ESSCMD on a Planning Server Installed on Unix Server", I found that the Essbase server must be installed on a Linux platform first, if I install it on a Windows platform, there will be no such files:
    startMaxl.sh
    startEsscmd.sh
    setEssbaseEnv.sh
    so I cannot copy these to my created directory. So is that mean, if I want to install Essbase 11.1.2.2 client on a Linux Red hat6.0/Aix7.1, I must Firstly installed Essbase Server on another no-windows OS to get the above files?
    Thanks very much!
    BRs,
    Tracy

  • Client tools not  authenticating via Windows AD after upgrade to SP4

    We recently upgraded our test environment to SP4 to correct a problem we were having with Windows AD authentication from InfoView.  The upgrade to SP4 and JDK 1.5 solved our InfoView problem, but our client tools (Designer, Desk, Crystal Reports) can no longer login to our test environment using Windows AD authentication.
    The error message we get when trying to connect to the SP4 instance using Designer or Deski  is as follows:
    [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(Internal error.(hr=#0x80042a01)
    Enterprise authentication continues to work as normal.  My first thought was that my client tools are at the SP2 level and they are trying to connect to an SP4 instance.  Therefore, I need to upgrade the client tools to the SP4 level as well in order to get Windows AD authentication to work.  Is this correct, and if so what is the proper way to upgrade the client tools to SP4? 
    On the SAP download site you can download the SP4 Full install, but when you run it says to uninstall the existing version first which I haven't tried yet.  Does the SP4 full install give the option to do a client install versus a server install like previous SP2 install?

    While we always recommend matching versions I have rarely seen a problem with client tools and AD using different versions. I think you may have a different issue.
    If your clients were installed from a deski/designer ONLY install then you can use a client version of SP4 that is much smaller. There should also be a server version that can be installed on top of deski/designer+ client tools (this should not require an uninstall). Finally there is an integrated build which includes the full XIR2 product with SP4 built in(it sounds like you downloaded this).
    If SP4 does not resolve I'd suggest opening a message with support and packet scanning the client with netmon or wireshark.
    What's the error you get with crystal using AD? There was a known issue on SP3 client patch that made all clients fail with AD/LDAP.
    Regards,
    Tim

  • Informatica powercenter adminconsole link not working on Linux 64 bit

    Hi all,
    I've installed Informatica powercenter 9.0.1 server on Linux 64bit machine. When I try to launch adminconsole from my linux machine it is giving following error,
    "Data Transfer Interrupted"
    "The Connection hostname:6001 was interrupted while the page was loading"
    Also I've noticed the following error in the Informatica_9.0.1_services_hotfix2.log,
    "[ICMD_110033] command [ping] failed with error [[INFACMD_10053] domain [domain_hostname] host:port has failed to ping back]"
    Anybody experienced this situation?
    I appreciate your help in this regard.
    Regards,
    Ram Sankar

    Hi,
    Did you try telnet hostname port no. and check if you are getting any reply? If not then it can be either network issue (host not reachable) or Service not starting....which you need to check in log files of Informatica apps folder
    Regards,

  • 11.1.1.5 client tool dowload

    Hi I am trying to install obiee 11.1.1.5 client tool on my machine , but I tried in searching online, but couldn't find, can any one help me with the link to go.
    Thanks
    Venk

    Go to the Oracle Business Intelligence (11.1.1.x) Downloads web page.
    Click on the bullet in front of 'Accept License Agreement'
    Once you have clicked on this, you'll see the message 'Thank you for accepting the OTN License Agreement; you may now download this software.'
    Now paste the following URL in the address bar:
                      download.oracle.com/otn/nt/bi/111150/biee_11.1.1.5_client_install.zip 

Maybe you are looking for