top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Cannot start Informatica services error in Windows 7 and Oracle 11g

+1 vote
1,017 views

I am trying to install Informatica 8.6 server on my Windows 7 Home Edition Laptop with Oracle 11g. I am getting error message:

"Cannot start Informatica services" EXITCODE: S.

There is a long description which says:

"Use the error below and catalina.out and node.log in the server/tomcat/logs directory on the the current machine to get more information." .

When I checked catalina.out, the file is empty and node.log didn't exist in server/tomcat/logs.

Could you please let me know how to get rid of this error if have happened to come across and resolved that or know how to resolve the error?

posted May 9, 2014 by Madhavi Kumari

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

It looks like you have downloaded a incorrect file in a x32 laptop., so my advice is to delete it., and make again the reconstruction in a 32-bits machine:

Download:

From here
enter image description here

Then this 2 files:

enter image description here

Repository Accounts:

Follow this link., that i posted few weeks ago.

Server

Run the file1 pc861_win32_x86\install.bat and select the language and the option to install PowerCenter 8.6.1
You must select the license key text file in File2>Oracle_All_OS_Prod.key
Configuration

Domain name: Domain_OBIA7961
Hostname: OBIA7961
Node: node01_OBIA7961
Port nº: 6001
User= admin
Pass= *
In the advanced configuration put the minimum port 6005 and max. 6105

-- For more information go to Oracle official link

answer May 12, 2014 by Shweta Singh
Similar Questions
+1 vote

Facing Error: *cannot start the server 'servername' *

When trying to start the workflow, I am getting the above error. I have configured server settings properly and it resolved as well..

All the informatica services are running fine. what could be the problem.

0 votes

I have installed informatica (9.0.1) inn my PC (Win 7). It was working fine till yesterday , But Now when i connect the informatica service it is getting started and stoped..I have tried with services.msc too..But observed the same result. I have tried with options manually and automatically..But no luck As per services.msc , All my oracle DB services are up and running..Besides , I did't get any error messages. Can u help me out on this ? I have restarted the PC couple of times too.

B] When i tried to login to SQL plus using SYSTEM/orcl.. It is throwing some error such as
"oracle initialization or shutdown in progress error"

On the above two questions what i am missing here ? It would be of great help if anybody throw some light..Thanks for your time in advance !

+1 vote

I am reading a file which has many descriptive fields of length 4000 bytes. While reading this file as a table I could not put the conditions into the source qualifier because it does not have enough space to put SQL in it.

Hence i decided to put replace newline character by spaces in a expression transformation.

I tried the following code:

REPLACECHR(0,SUPSPD_COMMUNICATION_PLAN, CHR(10)||CHR(11)||CHR(12),'<br/>')
I am getting < in the output.

How do i do this?

0 votes

How to windows script that can check if informatica service is running or not, if not it should re-start and this script should run at windows startup .

+2 votes

I'm trying to load within an Oracle XE 10g database. When I run an Informatica PowerCenter Workflow, I get a following error:

CMN_1022    Database driver error...
CMN_1022 [Database driver event...Error occurred loading library [pmora8.dll]. System error encountered is 193. Error text is %1 is not a valid Win32 application.
.]

Any ideas what might be causing this error? My environment is as follows:
•Windows Server 2008 R2
•Informatica PowerCenter 9.5
•Oracle XE 10 G

Powercenter repository is on SQL Server 2012.

...