Failed to connect to OLAP Service

I create a demo cube with two dimensions. When I try connect from Excel I get the following error:
(it is very strange because my schema is DWH and not D_DWH)
Failed to connect to OLAP Service
oracle.olapi.metadata.DuplicateMetadataIDException: D_DWH.D_TIME
at
oracle.olapi.metadata.BaseMetadataProvider.registerMetadataObject(BaseMetadataProvider.java:331)
at
oracle.olapi.metadata.BaseMetadataObjectFactory.registerObject(BaseMetadataObjectFactory.java:73)
at
oracle.olapi.metadata.mdm.MdmObjectFactory.createStandardDimension(MdmObjectFactory.java:110)
at
oracle.olapi.metadata.MdmXMLReaderObjectFactory.createMetadataObject(MdmXMLReaderObjectFactory.java:48)
at
oracle.olapi.metadata.MetadataXMLReaderElementState.enter(MetadataXMLReaderElementState.java:69)
at
oracle.olapi.metadata.MetadataXMLReader.startElement(MetadataXMLReader.java:159)
at
org.xml.sax.helpers.ParserAdapter.startElement(ParserAdapter.java:597)
at
oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:180)
at
oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1224)
at
oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:311)
at
oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:278)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:184)
at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:431)
at
oracle.olapi.metadata.MetadataFetcher.processXML(MetadataFetcher.java:224)
at
oracle.olapi.metadata.MetadataFetcher.fetchBaseMetadataObjects(MetadataFetcher.java:179)
at
oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObject(BaseMetadataProvider.java:154)
at
oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObject(BaseMetadataProvider.java:109)
at
oracle.olapi.metadata.mdm.MdmMetadataProvider.getMetadataObject(MdmMetadataProvider.java:169)
at
oracle.olapi.metadata.mdm.MdmMetadataProvider.getRootSchema(MdmMetadataProvider.java:196)
at
oracle.express.mdm.MdmMetadataProvider.getRootSchema(MdmMetadataProvider.java:133)
at
oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmSchema(MDMMetadataDriverImpl_92.java:1449)
at
oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getRoot(MDMMetadataDriverImpl_92.java:1110)
at
oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.addToObjectModel(MDMMetadataDriverImpl_92.java:2511)
at
oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.addToObjectModel(MDMMetadataDriverImpl.java:280)
at
oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel(MetadataManagerImpl.java:1198)
at
oracle.dss.metadataManager.server.MetadataManagerImpl.attach(MetadataManagerImpl.java:1027)
at
oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:943)
at
oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:840)
at
oracle.dss.xladdin.bibeans.oraolapxl.ConHandler.populateConLink(ConHandler.java:1003)
at
oracle.dss.xladdin.bibeans.oraolapxl.ConHandler.connect2(ConHandler.java:312)
at
oracle.dss.xladdin.bibeans.oraolapxl.ConHandler.connect(ConHandler.java:178)
at oracle.dss.xladdin.bibeans.oraolapxl.Core.connect(Core.java:467)
at
oracle.dss.xladdin.bibeans.oraolapxl.XLQuery.connectToServer(XLQuery.java:836)
at oracle.dss.xladdin.bibeans.oraolapxl.Editor.edit2(Editor.java:203)
at oracle.dss.xladdin.bibeans.oraolapxl.Editor.edit(Editor.java:128)
at
oracle.dss.xladdin.bibeans.oraolapxl.XLQuery.editQuery(XLQuery.java:417)
at
oracle.dss.xladdin.bibeans.oraolapxl.XLQuery.editQuery(XLQuery.java:400)
at
oracle.dss.xladdin.bibeans.oraolapxl.XLQuery.newQuery(XLQuery.java:544)
at oracle.dss.xladdin.bibeans.oraolapxl.XLQM.newQuery(XLQM.java:4254)
at oracle.dss.xladdin.bibeans.oraolapxl.XLQM.onMenuEvent(XLQM.java:895)
at
oracle.dss.xladdin.bibeans.oraolapxl.OraMenu.fireMenuEvent(OraMenu.java:146)
at
oracle.dss.xladdin.bibeans.oraolapxl.Core.fireMenuEvent(Core.java:825)
About my configurations:
=> Database: Oracle 10g (patchset 10.1.0.4)
=> Oracle Analytic Worksapace Manager Version 10.0.0.1.0
=> Oracle Enterprise Manager 10g Grid Control Release 10.1.0.3.0
Supported Target Databases 10.1.0.x
9.2.0.4
9.0.1.4
8.1.7.4
Supported Target Application Servers 9.0.4.x
9.0.3.x
9.0.2.x
Accessibility Mode Disabled
=> Microsoft Office Excel 2003(11.5612.5606)
=> OracleBI Spreadshet Add-In - Release 1 version 10.1.2.0.0
I need some help.

OK. First off, the D_DWH is correct in the referencing of your AW. The reference that you are seeing is the metadata manager definition of the analytic workspace. It appends the D_ by default.
An excerpt and some code from the online help...
Most classes that extend oracle.dss.metadataManager.common.MDObject are client-side representations of objects that exist in an analytic workspace. To find the analytic workspace name for an object, use the following methods of MDObject: isAWObject -- Determines whether an object is a logical representation of an analytic workspace data object getAWObjectName -- Retrieves the analytic workspace name for an object Example: Retrieving the analytic workspace name for an object The following code assumes that myObject is an existing MDObject. //Confirms that an MDObject is a logical representation of
//an analytic workspace object and then prints the object's name.
public void printAWObjectName (MDObject myObject)
if (myObject.isAWObject())
system.out.println ("AWObjectName = " +
myObject.getAWObjectName());
That being said, here is the trick to verifying the internal metadata name for the AW objects.
Knowing this, I'm going to guess that naming your dimension D_TIME may not be the best idea as this may confuse the MDM. Rename the dimension and give it another shot.

Similar Messages

  • Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials

    Hello All,
    I am getting following error, when trying to expand essbase from calculation manager, "Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials",
    I am using EPM 11.1.2.1
    Thanks
    Yash

    If you have moved the server to a new data center and an issue has started occurring then it could point to the change.
    Are you able to log into essbase directly with Maxl using the same account?
    If you run a registry report do you see any of the configuration with IPs instead of DNS/hostname
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • My new i phone 5 wont sync with my laptop, keeps saying failed to connect to sync services. any help?

    I just purchased a new i phone 5. when i go to connect with my laptop it says 'failed to connect to sync services, try again later' it shows my phone, and i can see my app screens, however it wont let me sync, back up or make changes. this is my first apple product, any help would be greatly appreciated.

    Hello there, load dogg.
    The following Knowledge Base article provides some in-depth steps to help troubleshoot the issue you are descibing:
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    http://support.apple.com/kb/ts2690
    Thanks for reaching out to Apple Support Communities for answers to your question.
    Cheers,
    Pedro D.

  • "Failed to connect to the service manager" when I try to add nodes to a cluster on Windows Server 2008 R2

    Hello,
    I get the following error message everytime I try to add a node to an existing cluster "Failed to connect to the service manager".
    I'm running Windows Server 2008 R2,
    Any ideas?

    Hi saeedawadx,
    Please run the cluster validation and post the error or warning information, in normal scenario the “Failed to connect to the service manager” issue often caused by the firewall
    or AV soft block the others node connect, please try to disable the firewall and AV soft then try again.
    The following related article will give more helpful tips,
    The case of the server who couldn’t join a cluster – operation returned because the timeout period expired
    http://blogs.technet.com/b/roplatforms/archive/2010/04/28/the-case-of-the-server-who-couldn-t-join-a-cluster-operation-returned-because-the-timeout-period-expired.aspx
    Trouble Connecting to Cluster Nodes? Check WMI!
    http://blogs.msdn.com/b/clustering/archive/2010/11/23/10095621.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Failure to connect to OLAP service

    I have installed Oracle 9i Release 2(9.2.0.6) along with
    Spreadsheet add in.My aim is to access Oracle OLAP data from Microsoft Excel. While installing the database i chose the Data Warehousing type of installation. The add in has appeared in the excel menu but while connecting it shows an error FAILURE TO CONNECT TO OLAP SERVICE. On seeing the detailed error message it said something like
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    INI: ORA-00942: table or view does not exist
    in function: TxsRdbSelectStatement:execute(), Generic at TxsOqConnection::getDefaultDatabase".
    I get the same error when i log on using the OLAPSYS,SYSTEM logins.
    On checking the Services in administrative tools(my machine is a Windows 2003 Server) i did not find any service called OLAP service or OLAP agent. Could this be the reason for my problem? If so what should i do to install it? However in the Enterprise manager, i have a option called OLAP under Warehouse under which i can see couple of sample cubes(COST_CUBE & SALES_CUBE). Also do i need to run any patches for this, if so can u give me the exact patch numbers for it and also where i can get it. And can u also highlight me on which login to use for accessing Oracle OLAP data through Microsoft excel.
    Would be really grateful if you could give me a solution as soon as possible.
    Thanks & Regards,
    Shravan.

    The SH user is not designed to be used in this context. You need to install the sample schemas that I outlined above or create your own OLAP schema using Analytic Workspace Manager or Oracle Warehouse Builder.
    Thanks
    Keith
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Beans http://www.oracle.com/technology/products/bib/index.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

  • [DOM_10033] Service [informatica_repository] does not exist in domain [Domain_Shan]. [FAULT_PCSFCONFIGEXCEPTION]]. 08/05/2015 16:17:06-[REP_55102] Failed to connect to repository service [informatica_repository]

    Hi Experts, I have aquestion, I am getting phone number as A=123,B = 456C = 7890D= 123(Extension) I need to concatenate like this in informatica power center: (123)456-7890*123  If I dont get any extension, then we should only populate  (123)456-7890 in the target, I need to remove *ext if ext is null...  can somebody help me out with example. Thanks in advance

    Hi All, I have installed informatica Powercemtre and Oracle on windows 7. Have completed the below steps:1. Installed Oracle2. Informatica server and client Configured domain and node3. Created repository and integration service both the services are up running4. Created informatica_repository in client  
    getting the below error while trying to connect or add to the repository 08/05/2015 16:16:05-[REP_12164] Domain-related error: [[DOM_10033] [DOM_10033] Service [informatica_repository] does not exist in domain [Domain_Shan]. [FAULT_PCSFCONFIGEXCEPTION]].08/05/2015 16:16:08-[REP_55102] Failed to connect to repository service [informatica_repository].08/05/2015 16:17:03-[REP_12164] Domain-related error: [[DOM_10033] [DOM_10033] Service [informatica_repository] does not exist in domain [Domain_Shan]. [FAULT_PCSFCONFIGEXCEPTION]].08/05/2015 16:17:06-[REP_55102] Failed to connect to repository service [informatica_repository]. Domain Name: Domain_ShanHost: ShanPort : 6001  tried the below possible solutions1. Update hosts file with machine ip and host name2. Checked for Oracle services and Informatica services 3. Tried deleting and recreatinf repository  Please can anyone suggest solution for this. Thanks,Avinash

  • SmartView 11.1.1.1 fails to connect to Provider Services

    Background: Using 11g db, Essbase Spreadsheet Add-In works, Can connect to Admin Server and Essbase with EAS, all Windows services start up fine, installed as 'Deploy Essbase in standalone mode'.
    Problems:
    1. I get the following error trying to connect the SmartView Add-In in Excel to Provider Services:
    Cannot connect to provider. The attempt to connect to the server failed. Make sure the server is running in the specified URL.
    Here is my URL: http://localhost:13080/aps/SmartView (I've also tried substituting in my hostname.)
    2. I get the following error trying to connect to the Hyperion Provider Server with EAS:
    URL http://localhost:13080/aps/APS is not reachable. Please enter another Analytic Provider Services URL.
    (I've also tried substituting in my hostname.)
    Thanks,
    Mark

    I installed EPM 11.1.1.2 on *"BOX1"* (Essbase stand alone mode) and EPM11.1.1.2 on *"BOX2"* (Essbase stand alone mode)
    The provider server creation is giving me trouble on Box1 as it says *"URL http://Servername:13080/aps/APS is not reachable. PLease enter another Provider Services URL"*
    I tried with localhost @servername(as I was trying to connect from the Box1 only) Stil its not able to create.
    I went to services and checked the "Hyperion Provider Services - WebApplication" service and I restarted to make it work several times and still the same problem.
    Where as, I'm able to create a Provider Server on *"BOX2"*
    I need your expertise advise on why this problem is on my *"BOX1"* and how to get rid of this problem?
    I checked with netstat -ae command to see the server port# 13080 is listening too.
    Any help is well appreciated and very useful for me!!
    Regards,
    :Satya
    Edited by: user652309 on Aug 27, 2009 12:54 PM
    Edited by: user652309 on Aug 27, 2009 12:55 PM

  • SmartView 11.1.1.3 fails to connect to Provider Services

    Hi All,
    When I try this URL http://<ourservername>:13080/aps/smartview, I get the following:
    Hyperion Provider Services
    That's it!
    On a different server of ours, we see this additional information below the Hyperion Provider Services e.g.
    Hyperion Provider Services - Release 11.1.1.2.00 Build 117
    ESS_ES_HOME: C:\Hyperion\products\Essbase\aps
    domain file: C:\Hyperion\products\Essbase\aps/data/domain.db
    essbase.properties: C:\Hyperion\products\Essbase\aps/bin/essbase.properties
    log console enabled: false
    log file enabled: true
    log level: WARN
    log file name: C:/Hyperion/logs/aps/apsserver.log
    is trace enabled: false
    Any ideas why this is happening? I have reconfigured the APS server (and it installed fine), but the same issue remains. I can't connect smartview to this server?
    Cheers
    Derm.

    YoGesH wrote:
    Let's check if the configuration is fine.
    Are you ab;e to connect is to any of the below data sources, depending on products installed:
    Essbase: http(s)://<servername>:13080/aps/SmartView - No, this is the one I have issues with...
    Financial Management: http(s)://<servername>/hfmofficeprovider/hfmofficeprovider.aspx - No not installed
    Hyperion Enterprise: http://<servername>/heofficeprovider/heofficeprovider.aspx - No not installed
    Planning: http(s)://<servername>:8300/HyperionPlanning/SmartView Yes see below
    Hyperion Planning Server for SmartView
    Smartview Installer Version: 11.1.1.3.00
    Download SmartView+
    Download Offline link+
    Reporting and Analysis: http(s)://<servername>:19000/workspace/browse/listxml - No not installed
    Hi analysis above...
    Thanks
    Derm.

  • Java client failing to connect to web service - help!!

    Hi
    I have created a Web service using ASP Web Matrix, which currently resides on my C drive in c:\Service6\HelloWorld.asmx.
    The service can be tested from a browser on my local machine by calling: http://localhost/Service6/HelloWorld.asmx. This works fine, i.e. it takes a string as a parameter and returns an amended string.
    When I try to access this from a Java client I created in Netbeans, however, I get the following error message:
    Server did not recognize the value of HTTP Header SOAPAction: sayHiya.
    at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
    at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
    at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
    Can anyone advise what I am doing wrong?
    [nb. I have spent over a week trying to sort this, so I have tried!!)
    The code for the client follows:-
    // The Axis package is used to generate and handle the SOAP call
    import org.apache.axis.client.Call;
    import org.apache.axis.client.Service;
    import org.apache.axis.encoding.XMLType;
    // The rpc package is used to create the RPC call
    import javax.xml.namespace.QName;
    import javax.xml.rpc.NamespaceConstants;
    // The java.net package gives a URL class
    import java.net.URL;
    public class HelloWorldClient {
        /** Creates a new instance of HiyaClient */
        public static void main(String[] args)
    try
    String endpoint = "http://localhost/Service6/HelloWorld.asmx";
    Service service = new Service();
    Call call = (Call) service.createCall();
    // Configure the call
    call.setTargetEndpointAddress(new URL(endpoint));
    call.setSOAPActionURI("sayHello");
    call.setEncodingStyle(NamespaceConstants.NSURI_SOAP_ENCODING);
    call.setOperationName(new QName("urn:HelloWorld", "sayHello"));
    //call.setReturnType(XMLType.XSD_STRING);
    System.out.println("**Works to here**");
    //Invoke the call
    String result = (String) call.invoke(new Object[] { "Diane" });
    System.out.println("Sent 'Diane', got '" + result + "'");
    catch(Exception e)
    System.err.println(e.toString());

    Hiya, did try that - tried
    "http://localhost:8080/HelloWorld.asmx" and
    "http://localhost:8080/Service6/HelloWorld.asmx" and it still didn't work.
    Thanks anyway.
    Anyone else got any bright ideas?

  • Error Message: Sync encountered an error while connecting: Failed to connect to the service. Please try again? What do I do? (Help?) I only have one laptop with FF it. Thank you!

    Thanks for any help you can give me.
    Richard

    1300801876905 Service.Main INFO Sync completed successfully at 2011-03-22 10:51:16 after 18.53 secs.
    1300802704912 Engine.Forms WARN GUID query returned undefined; turn on Trace logging for details.
    1300802704912 Tracker.Forms WARN Attempted to add undefined ID to tracker
    1300803836316 Service.Main DEBUG Clearing sync triggers.

  • Diskeeper failed to connect to the service. The service may have stopped.

    When trying to start the diskeeper service, system gives me this message.
    I tried already to start the service from the management consol, but the message remains the same.
    Does anybody know how to prevent the message and how to get the service started?
    I am running Vista 32-bit on a 3000 N200 and the diskeeper has been preinstalled in the machine.
    Thanks already in advance.
    regards,
    Matthias

    Hi Ashley,
    You can use Network Monitor and run it on the remote DP at the time ConfigMgr is attempting to install the DP role to capture more information on what may be causing the issue.
    Here is the download link to NetMon -
    http://www.microsoft.com/en-us/download/details.aspx?id=4865
    And here are some how to's on using NetMon just in case:
    http://support.microsoft.com/kb/812953/en-us
    http://blogs.technet.com/b/netmon/p/usagevideos.aspx
    Best of Luck,
    -Matt

  • Financial Reports error message Java API can't connect to olap

    Hi,
    On version 11.1.1.3, after reapplication of 11.1.1.3 because of other problems with shared services, get the following message on the diagnostics for the financial reporting server.
    Launch external checker with next command: E:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** hypolap.msj.org http://hypapp2.msj.org:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.
    Financial reports over the Web can not connect to the essbase server. Financial reports through the studio works fine. Any suggestions how to troubleshoot or resolve the issue with the login credentials for the Java API to essbase?
    Anne

    Things to check -
    1) Does the user you specified in the connection have the role OLAP_USER
    2) Does the user you specified in the connection have access to an OLAP schema (analytic workspace or CWM2 ROLAP schema)
    3) Have you installed the correct JDBC files from your database instance into the BI Beans JDBC directory
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • BIA 7.9.6.1 Unable to connect to Informatica services from DAC

    Hi All,
    As a learning exercise, I have installed the following on a single Windows XP machine (Am aware that Windows XP is not supported for Informatica Service install - but currently have access to only this machine)
    - OBIA 7.9.6.1
    - Informatica 8.6.1 client & services with hotfix 6
    - DAC client & server
    I have created the Repository and Integration services in Informatica PowerCenter and are running in normal mode
    I have configured the DAC as per installation document. I am now trying to configure the DAC Integration Settings for informatica.
    I am unable to register an Integration service or a repository service and get the following errors,
    On testing the Integration Service registration
    Failure connecting to "INFORMATICA_DW_SERVER"!
    And in the log file I find
    SEVERE Thu Nov 12 11:43:54 WST 2009
    ANOMALY INFO::: Error while pinging informatica server using command pmcmd pingservice -sv int_service -d Domain_ASG596138
    MESSAGE:::log\ping.log (The system cannot find the file specified)
    EXCEPTION CLASS::: java.io.FileNotFoundException
    java.io.FileInputStream.open(Native Method)
    java.io.FileInputStream.<init>(FileInputStream.java:106)
    java.io.FileInputStream.<init>(FileInputStream.java:66)
    com.siebel.etl.functional.ReadFileToBuffer.readFileToBuffer(ReadFileToBuffer.java:39)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testServer(StaticDatabaseCalls.java:917)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:887)
    com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:433)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:224)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:144)
    On testing the Repository Service registration
    Failure connecting to "INFORMATICA_REP_SERVER"!
    ANOMALY INFO::: Error while pinging informatica repository server
    MESSAGE:::C:\orahome\10gR3_2\bifoundation\dac\log\pmrepConnect.log (The system cannot find the file specified)
    EXCEPTION CLASS::: java.io.FileNotFoundException
    java.io.FileInputStream.open(Native Method)
    java.io.FileInputStream.<init>(FileInputStream.java:106)
    java.io.FileInputStream.<init>(FileInputStream.java:66)
    com.siebel.etl.functional.ReadFileToBuffer.readFileToBuffer(ReadFileToBuffer.java:39)
    com.siebel.analytics.etl.infa.interaction.PmrepInvoker.pmrep(PmrepInvoker.java:100)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testRepositoryServer(StaticDatabaseCalls.java:959)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:890)
    com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:433)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:224)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:144)
    Could anyone please suggest what could be the cause of these errors. Any pointers to how to debug this will also be great. Please note I am totally new to Informatica and OBIA.
    Many Thanks,
    Kiran

    HI All,
    I fixed the first part of the issue. Now I am able to connect top the Integration Service. I created system environment variable INFA_DOMAINS_FILE and included the BIN path in PATH variable.
    However unable to connect to the Informatica Repository service. I am getting the follwoing error
    Failure connecting to "INFORMATICA_REP_SERVER"!
    ANOMALY INFO::: Error while connecting to informatica repository server
    MESSAGE:::
    pmrep Connect Error
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMREP, version [8.6.1], build [183.1218], Windows 32-bit
    Copyright (c) Informatica Corporation 1994 - 2008
    All Rights Reserved.
    This Software may be protected by U.S. Patent Numbers 6,208,990; 6,044,374; 6,014,670; 6,032,158; 5,794,246; 6,339,775; 6,850,947; 6,895,471; 7,254,590 and other U.S. Patents Pending.
    Invoked at Thu Nov 12 12:59:16 2009
    [11/12/2009 12:59:25-[REP_12164] Domain-related error: [[PCSF_46008] Cannot connect to gateway to look up service [repo_service]. [FAULT_PCSFTIMEOUTEXCEPTION]].]
    [11/12/2009 13:00:26-[REP_55115] Still trying to connect to the Repository Service [repo_service]. The remaining resilience time is 110 seconds.]
    [11/12/2009 13:00:35-[REP_12164] Domain-related error: [[PCSF_46008] Cannot connect to gateway to look up service [repo_service]. [FAULT_PCSFTIMEOUTEXCEPTION]].]
    [11/12/2009 13:01:37-[REP_55115] Still trying to connect to the Repository Service [repo_service]. The remaining resilience time is 39 seconds.]
    [11/12/2009 13:01:46-[REP_12164] Domain-related error: [[PCSF_46008] Cannot connect to gateway to look up service [repo_service]. [FAULT_PCSFTIMEOUTEXCEPTION]].]
    [11/12/2009 13:02:21-[REP_55112] Unable to connect to the Repository Service [repo_service] since the resilience time is up.]
    [Failed to connect to repository service [repo_service].]
    An error occurred while accessing the repository[Failed to connect to repository service [repo_service].]
    [11/12/2009 13:02:21-[REP_55102] Failed to connect to repository service [repo_service].]
    Repository connection failed.
    Failed to execute connect.
    Completed at Thu Nov 12 13:02:21 2009
    =====================================
    ERROR OUTPUT
    =====================================
    EXCEPTION CLASS::: com.siebel.analytics.etl.infa.interaction.PmrepConnectException
    com.siebel.analytics.etl.infa.interaction.PmrepInvoker.pmrep(PmrepInvoker.java:102)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testRepositoryServer(StaticDatabaseCalls.java:959)
    com.siebel.etl.gui.data.StaticDatabaseCalls.testInformaticaServer(StaticDatabaseCalls.java:890)
    com.siebel.etl.net.ExecutionPlan.getInformaticaStatus(ExecutionPlan.java:275)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.mBeanRequestInformaticaStatus(ClientMessageDispatcher.java:433)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.consoleMessage(ClientMessageDispatcher.java:224)
    com.siebel.etl.net.ClientMessageDispatcher$WorkerThread.run(ClientMessageDispatcher.java:144)
    Please help.
    Thanks,
    Kiran

  • Error connecting to 9i Olap Services from JDev9i BI Beans - bug ?? (urgent)

    I am using JDeveloper 9i Relase Candidate with BI Beans Pre-lease Add-in as client and Oracle 9i Database (9.0.1.0) running on HP-UX.
    I patched Oracle 9i Database with the latest patchsets.
    I haven't find any patches both for BI Beans and Olap Services Option on HP-UX 9i DB (there are patches only for Solaris and Windows versions but no patches for HP-UX Olap Services)
    Olap services is running and OLAPServer context (and permisions) are set corretly (rwx rights on PUBLIC, OLAPDBA, OLAPSVR, SYS, etc.)
    I have the following problem. When I try to connect to the Olap Services (running on HP-UX 64bit) from JDev 9i RC (Win NT) BI Beans Designer the Olap Services instances are found and then when I try to test (connect) connection to the chosen Olap Services Instance (which is running) I am getting the error that connection to the OLAP Services failed and I should check if it is running (and I know it is running). When I checked details I got following description :
    1. BI-16601 error
    and
    2. Cannot locate IOR for OLAPServer
    here are some details:
    oracle.dss.connection.common.ConnectionException: BIB-16601 ....
    javax.naming.NameNotFoundException: Cannot locate IOR for OLAPServer ..... etc.
    I cannot also run Cube Viewer from Enterprise Manager. When I'm running it I'm getting a strange error window without any description (only error icon).
    I also noticed the following message in OES (Olap services) log :
    [ 1] 3 01/14/2002 15:24:10 OES Kernel - Remote Operations Interface resolution failed.
    Is it possible to connect from BI Beans to the 9i running on HP-UX or maybe it is not even possible because there is no patches which allows to HP-UX 9i to work properly with JDev9i BI BEANS ??
    Anyone can help me ???
    Regards,
    Aleksander Miler

    As I know BIBEans needs a Patch in OLAP Services wich is not yet available (something like 9.0.2.x).
    The patch's release date was "end of january" but I didn't find it.
    Plase could Oracle inform us about the releae date ?
    TIA
    Tullio

  • Error connecting to 9i Olap Services from JDev9i BI Beans - corba bug ?? (urgent)

    I am using JDeveloper 9i Relase Candidate with BI Beans Pre-lease Add-in as client and Oracle 9i Database (9.0.1.0) running on HP-UX.
    I patched Oracle 9i Database with the latest patchsets.
    I haven't find any patches both for BI Beans and Olap Services Option on HP-UX 9i DB (there are patches only for Solaris and Windows versions but no patches for HP-UX Olap Services)
    Olap services is running and OLAPServer context (and permisions) are set corretly (rwx rights on PUBLIC, OLAPDBA, OLAPSVR, SYS, etc.). I checked (using sess_sh tool) that OlapServices Objects are registerd properly.
    I have the following problem. When I try to connect to the Olap Services (running on HP-UX 64bit) from JDev 9i RC (Win NT) BI Beans Designer the Olap Services instances are found and then when I try to test (connect) connection to the chosen Olap Services Instance (which is running) I am getting the error that connection to the OLAP Services failed and I should check if it is running (and I know it is running). When I checked details I got following description :
    1. BI-16601 error
    and
    2. Cannot locate IOR for OLAPServer
    here are some details:
    oracle.dss.connection.common.ConnectionException: BIB-16601 ....
    javax.naming.NameNotFoundException: Cannot locate IOR for OLAPServer ..... etc.
    I cannot also run Cube Viewer from Enterprise Manager. When I'm running it I'm getting a strange error window without any description (only error icon).
    I also noticed the following message in OES (Olap services) log :
    [ 1] 3 01/14/2002 15:24:10 OES Kernel - Remote Operations Interface resolution failed.
    Is it possible to connect from BI Beans to the 9i running on HP-UX or maybe it is not even possible because there is no patches which allows to HP-UX 9i to work properly with JDev9i BI BEANS ??
    Anyone can help me ???
    Regards,
    Aleksander Miler

    As I know BIBEans needs a Patch in OLAP Services wich is not yet available (something like 9.0.2.x).
    The patch's release date was "end of january" but I didn't find it.
    Plase could Oracle inform us about the releae date ?
    TIA
    Tullio

Maybe you are looking for