Issue in configure Information Steward 4.1 Metadata integrator with BO 4.1

Hi Experts,
Environment
Machine 1 :BO 4.1
Machine 2: IPS 4.1,DS 4.2,IS 4.2
We need to get the BO 4.1 metadata into information steward .As per IS install guide "If machine 1 has BI platform 4.1 SP1 and machine 2 has Information Steward installed on IPS 4.1, then you do not need to install the Remote Job Service utility. IPS 4.1 SP1 can collect metadata directly from a BI platform 4.1 system because the BI SDK is compatible between IPS 4.1 SP1 and BI platform 4.1 SP1.3"
what else we need to configure ?
Do we need to install 4.1 client in IS installed machine?
I'm getting below error when trying to add integrator
CMS Server name : BO 4.1 cms name , user name&PWD : BO 4.1 user and pwd
Infoview Integration user:BO 4.1 user&Pwd
Thanks in advance for help.

Hi Satish,
You must install the BI Client tools in IPS server (make sure that BI Platform in Machine 1 and BI Client Tools in Machine 2 must be of same version including support pack). Then before creating metadata integrator connection in IPS, try to connect BI server in Machine 1 from Client tools in Machine 2. For this you can use, UDT / IDT / WebI Rich Cleint to test whether Machine 2 is able to connect Machine 1 or not. If you failed at this level, then there problem with Firewall or port issue. We have to fix this before moving ahead.
If above test is passed, then go to IPS - CMC, check whether ISJobServer service is available, enabled and running. Disable this service and check what services are included under this. Check all the services related to IS is included or not. If not include all services, enable and restart the server.
Then you create the BOE Integrator source connection.
Thanks,
Ramakrishna Kamurthy

Similar Messages

  • Facing issue when LDAPSync is enabled for OIM-AD integration with SSL enabled

    Hi
    We are performing LDAPSync for OIM AD real time sync.We have done all configuration as per oracle documentation on LDAPSync for OIM 11gR2 : http://docs.oracle.com/cd/E27559_01/integration.1112/e27123/oid_oim.htm The OIM environment we tested is the latest OIM version OIM 11gR2 PS1 (11.1.2.1.0).
    WE have performed LDAPSync enablement on postinstallation of OIM .So we dont have OVD , we have configured libOVD as mentioned in this doc.
    We have performed following  steps mentioned in this document  in our OIM environment.
    3.1 Enabling Post installation LDAP Synchronization
    3.3 Creating Identity Virtualization Library (libOVD) Adapters and Integrating With Oracle Identity Manager
    As attribute like password  might be not getting updated in AD from OIM , we have configured SSL enabled integration in LDAP sync as mentioned in above document.
    We implemented this step  3.4.1 Enabling SSL Between Identity Virtualization Library (libOVD) and Microsoft Active Directory,
    but here it is not properly mentioned that about how to import public key certificate of AD into OIM envirioment for SSL.
    We are getting following error message in logs : Looking at logs it looks like the import of AD SSL certificate did not happen properly in OIM environment. But ,we have imported it using keytool and OVD keystore ...please let us know if we are missing any configuration in this process.Above oracle document is not pretty clear on this.
    <Dec 7, 2013 12:22:53 AM IST> <Warning> <oracle.ods.virtualization.engine.backend.jndi.LDAP2.BackendJNDI> <OVD-40118> <Could not automatically detect binary attribute list: simple bind failed: 10.88.164.231:636.>
    <Dec 7, 2013 12:22:53 AM IST> <Warning> <oracle.ods.virtualization.engine.backend.jndi.LDAP2.JNDIConnectionPool> <OVD-60024> <Connection error: simple bind failed: 10.88.164.231:636.>
    <Dec 7, 2013 12:22:53 AM IST> <Error> <oracle.ods.virtualization.engine.backend.jndi.LDAP2.BackendJNDI> <OVD-60143> <[#LDAP2]  Unable to create connection to ldap://[10.88.164.231]:636 as null.
    javax.naming.CommunicationException: simple bind failed: 10.88.164.231:636 [Root exception is javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty]
    at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:195)
    at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2720)
    at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:296)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
    at oracle.ods.virtualization.engine.backend.jndi.JNDIConnectionPool.createCtx(JNDIConnectionPool.java:463)
    at oracle.ods.virtualization.engine.backend.jndi.JNDIConnectionPool.create(JNDIConnectionPool.java:494)
    at oracle.ods.virtualization.engine.backend.jndi.JNDIConnectionPool.<init>(JNDIConnectionPool.java:156)
    at oracle.ods.virtualization.engine.backend.jndi.RemoteServer.getJNDIConnectionPool(RemoteServer.java:163)
    at oracle.ods.virtualization.engine.backend.jndi.BackendJNDI.getLDAPContext(BackendJNDI.java:984)
    at oracle.ods.virtualization.engine.backend.jndi.BackendJNDI.getConnection(BackendJNDI.java:927)
    at oracle.ods.virtualization.engine.backend.jndi.ConnectionHandle.getHolder(ConnectionHandle.java:415)
    at oracle.ods.virtualization.engine.backend.jndi.ConnectionHandle.search(ConnectionHandle.java:250)
    at oracle.ods.virtualization.engine.backend.jndi.JNDIEntrySet.initialize(JNDIEntrySet.java:219)
    at oracle.ods.virtualization.engine.backend.jndi.BackendJNDI.get(BackendJNDI.java:728)
    at oracle.ods.virtualization.engine.chain.Chain.nextGet(Chain.java:303)
    at oracle.ods.virtualization.engine.chain.BasePlugin.get(BasePlugin.java:89)
    at oracle.ods.virtualization.engine.chain.Chain.nextGet(Chain.java:314)
    at oracle.ods.virtualization.engine.chain.BasePlugin.get(BasePlugin.java:89)
    at oracle.ods.virtualization.engine.chain.plugins.usermanagement.UserManagement.get(UserManagement.java:742)
    at oracle.ods.virtualization.engine.chain.Chain.nextGet(Chain.java:314)
    at oracle.ods.virtualization.engine.chain.PluginChain.runGet(PluginChain.java:211)
    at oracle.ods.virtualization.engine.chain.PluginManager.runGet(PluginManager.java:351)
    at oracle.ods.virtualization.engine.chain.PluginManager.runGet(PluginManager.java:316)
    ...more
    Caused By: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1731)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1692)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1675)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1601)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:94)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    at com.sun.jndi.ldap.Connection.writeRequest(Connection.java:414)
    at com.sun.jndi.ldap.Connection.writeRequest(Connection.java:387)
    at com.sun.jndi.ldap.LdapClient.ldapBind(LdapClient.java:332)
    at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:190)
    at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2720)
    at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:296)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
    at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
    at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
    at oracle.ods.virtualization.engine.backend.jndi.JNDIConnectionPool.createCtx(JNDIConnectionPool.java:463)
    at oracle.ods.virtualization.engine.backend.jndi.JNDIConnectionPool.create(JNDIConnectionPool.java:494)
    at oracle.ods.virtualization.engine.backend.jndi.JNDIConnectionPool.<init>(JNDIConnectionPool.java:156)
    at oracle.ods.virtualization.engine.backend.jndi.RemoteServer.getJNDIConnectionPool(RemoteServer.java:163)
    at oracle.ods.virtualization.engine.backend.jndi.BackendJNDI.getLDAPContext(BackendJNDI.java:984)
    at oracle.ods.virtualization.engine.backend.jndi.BackendJNDI.getConnection(BackendJNDI.java:927)
    ...more
    Caused By: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:57)
    at sun.security.validator.Validator.getInstance(Validator.java:161)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:108)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:204)
    at oracle.ods.virtualization.engine.util.OVDTrustManager.checkServerTrusted(OVDTrustManager.java:99)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1198)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:925)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1170)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:637)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:89)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    Let us know for any helpful pointers on this
    Thanks in advance,
    RPB25

    Use the steps given below to perform import public key certificate of AD into OIM envirioment for SSL
    Obtain the AD Certificates from the AD Administrator.
    Copy the AD Certificates to the directory /jrockit-jdk1.6.0_20/jre/lib/security
    Run the following command to import all the certificates
    /jrockit-jdk1.6.0_20/bin/keytool -import -alias <provide_alias> -file <file-name> -keystorecacerts -storepasschangeit
      4. The CA certificates are now present in the trust store.

  • Issue in rendering the characters in pdf after integrating with jdeveloper

    hi all,
    i have a strange problem, i have get the jar files of the bi publisher and integrated it with the jdeveloper 11g and it's workin great in viewing reports in all format except the pdf format because we are working on a project in the middle east so we need to render arabic letters, the arabic letters rendered correctly on all formats except in pdf it renders "????? ??? " only question marks, but the strange issue that when we are using the bi publisher desktop and preview the reports in pdf format it renders correctly so we don't know what's wrong right now.... any idea
    hope for help, our customer will kick our ass if we don't do this arabic reports
    thanx

    Hi
    I am also having the same issue, could you please let me know how to display arabic characters properly in pdf. I am using the following java code to generate the PDF using xml publisher java API..
    try { // Convert RTF to XSL-FO
                   InputStream rtfInputStream = new FileInputStream(
                             "C:\\ebpp\\template\\BillTemplate.rtf");
                   RTFProcessor rtfProcessor = new RTFProcessor(rtfInputStream); // input
                   // template
                   rtfProcessor.setOutput("C:\\ebpp\\xsl\\XslBillTemplate.xsl"); // output
                   // file
                   rtfProcessor.process();
                   // Create XSL-FO objects for multiple XML input streams
                   InputStream[] in = new InputStream[1];
                   InputStream xmlInputStream = new FileInputStream(
                             "C:\\ebpp\\xml\\192359_B1-533.xml");
                   Reader xmlReader = new InputStreamReader(xmlInputStream, "UTF-8");
                   InputStream xslInputStream = new FileInputStream(
                             "C:\\ebpp\\xsl\\XslBillTemplate.xsl");
                   Reader xslReader = new InputStreamReader(xslInputStream, "UTF-8");
                   InputStream fFOStream = FOUtility.createFO(xmlReader, xslReader);
                   Array.set(in, 0, fFOStream);
                   // FOUtility.createFO
                   // FileInputStream
                   // Generate the merged FO
                   InputStream mergedFOStream = FOUtility.mergeFOs(in, null);
                   Reader mergedReader = new InputStreamReader(mergedFOStream, "UTF-8");
                   if (mergedFOStream == null) {
                        System.out.println("Merge failed.");
                   // Create FO Processor
                   FOProcessor processor = new FOProcessor();
                   processor.setData(mergedReader);
                   processor.setTemplate((String) null);
                   // FORMAT_EXCEL , FORMAT_HTML, FORMAT_RTF , FORMAT_PDF
                   // Set the format
                   processor.setOutput("C:\\ebpp\\pdf\\192359_B1-533.pdf");
                   processor.setOutputFormat(FOProcessor.FORMAT_PDF);
                   processor.generate();
              } catch (XDOException xe) {
                   System.out.println(" XDOException " + xe.getMessage());
              } catch (Exception e) {
                   System.out.println(" Exception " + e.getMessage());
    Please reply me back ..

  • ODI metadata integration with EPMA Shared library

    Hello all,
    we are in the implementation phase of Hyperion Planning and we have to update metadata using some ETL tool into EPMA.
    Is ODI integrates with Oracle and EPMA shared library or not.
    if not then we have some other tool to integrates the same.
    Kindly reply.
    Thanks,
    KK

    I believe John Goodwin wrote a series of blog-posts to show exactly this integration.
    Here is the first one:
    http://john-goodwin.blogspot.com/2011/10/loading-to-epma-planning-applications_02.html

  • BOMM to Information Steward 4.2

    Hi,
    We are in process of moving to information steward 4.2 metadata management from Business Objects Metadata management (BOMM).
    Can someone please provide following information.
    1. New features available in Information Steward Metadata management module in specific when compated to Business Objects Metadata management (BOMM).
    2. Level of data (granularity) crawled in Information Steward Metadata management (Audit, Universe, secmatic layers, Reports information).
    3. Information on data model used to load metadata information by integrators(Which table holds what data).

    Hello Suresh.
    No, there is not a default universe available on teh IS metadata repository.  Here are some options:
    1. Metadata Management Pre-Packaged Reports.  Specifically, these reports are available to answer questions such as…
    Which universe objects have similar names in different classes or universes?
    How many reports use a universe or a particular object in a universe?
    Which objects are frequently used or not used at all?
    Which data flows use a particular table?
    And similarly, Which tables are used by a particular data flow? 
    2. Deploy custom reports on top of the IS metadata repository using Information Steward Views.  Here are the Views available:
    Relational Model &#159;
    Universe Model
    Flat File Model
    Relationships
    Source Target Relationships
    Derived Tables within a Universe
    Derived Columns within a Universe
    Universe and Report Relationships
    Report and Column Relationships
    End-to-End Impact and Lineage
    These views are based on typical usage scenarios to allow you to build custom reports to…
    Find the table and scheme names of a given column
    Find all the tables and columns used in a given report
    Find all the databases and schemas used in a given report
    Write custom impact and lineage reports.
    3.  You can also export any of your metadata objects from Information Steward to a standard CWM file or for universe creation.
    This allows you to import that CWM XML into the SAP BusinessObjects Enterprise Designer to create a new or update an existing universe.
    Note that we are also currently researching creation of a default Metadata repository universe for inclusion in a future release.  Would you be interested in providing feedback on this effort?
    Corrie

  • Export Metadata for Deski Report failed with Metadata Integrator

    Hi everybody,
    We installed 2 weeks ago BusinessObject Data Integrator 3.0. As we also have BusinessObject XI 3.0, we have installed the component Metadata Integrator on our BOXI 3.0 server. We configured it successfully and the Metadata Integrator program was added to our BOXI repository.
    Then, we executed the Metadata Integrator program from the CMC console. The job run successfully but when we looked at the log file we realized that the program was not able to create the metadata for the BO Deski reports in our BODI repository whereas it was able to do it for our BO Universes. Then when we access the Impact and Lineage Analysis tool from the BODI management console, we can only see the metadata for our BO Universes but not for our Deski reports !!
    Start universe collection: 1 universes to process.
    Universe collection progress: 1 of 1 completed
    Desktop Intelligence document collector thread started.
    Start Crystal report collection. 0 reports to process.
    Start Desktop Intelligence document collection. 1 reports to process.
    DeskI document . Unknown exception while making call to log into CMS Server SVR-BOXI-DEV.cctl.lu:6400. Logon failed
    DeskI document . call to log into CMS Server SVR-BOXI-DEV.cctl.lu:6400 failed
    DeskI document . DeskI document . call to log into CMS Server SVR-BOXI-DEV.cctl.lu:6400 failed
    DeskI document . Collection failed. Correct errors indicated in the log and rerun the integrator.
    Desktop Intelligence collection progress: 1 of 1 completed
    Any ideas ?!

    Helo,
    The "Member/Alias" problem is solved by using the command "REPALIASMBR" and the "parent/child" is solved in two steps:
    1 - Use the command "INDENTGEN" to indent on your flat file
    2 - Run an custom script (in my case PERL) on your file to transform that "indent" into parent child (the member indented is the parent of the previous ones)
    Another solution is to use "OlapUnderground Outline Extractor" that do all that work for you.
    http://www.appliedolap.com
    hope that helps.
    Fabiano
    Edited by: user10938852 on 27/03/2009 10:33

  • Information Steward Metadata Management Relatinal Database link

    Hi,
    Is it possible to access specific Relational database through URL in Information Steward Metadata Management. We are trying to
    provide a link in webi which can directly access a specific database metadata in Metadata Management.
    Version used in SAP BO 4.0 SP7.
    Does anyone know if this is possible or can provide any ideas/suggestions?
    Thank you.

    Hi Ramakrishna,
    We are looking for a way where a database specific URL can be provided to the user to browse relational database metadata in the Metadata Management module of Information Steward.
    For eg. If there are 150 databases for which IS has collected metadata, we want to provide a link for a database which the user is interested in, rather than the user accessing IS and navigating to a database from the 150 listed.
    Hope this helps you in understanding the requirement better.
    Thank you.

  • Information Steward 4.2.1 not installing Data Cleansing Advisor (DCA) database

    Our situation is as follows:
    We have a SAP BusinessObjects BI 4.1 Sp3 system on Windows Server 2012.
    We are installing the following components onto a separate, new Microsoft Windows Server 2012 platform (in this order):
    - Information Platform Services (IPS) 4.1 Sp3
    - Data Services 4.2 Sp1 Patch 3
    - BusinessObjects BI 4.1 Sp3 Client Tools (for the BOE Metadata Integrator)
    - Information Steward  4.2 Sp1 Patch 3
    We verified the cross compatibility between IPS, DS and IS with SAP Note 1740516.
    SAP Note 1740516, as referenced in the PAM, lists the following: "BI 4.1 SP3 was officially certified with DS/IS 4.2 SP1 Patch 3".
    Our repository databases are located onto a separate Microsoft SQL Server 2008 Enterprise instance and the domain "DS/IS" service account under which IPS, DS and IS are installed, and will operate the Tomcat, DS and SIA services, has full access to these databases.
    All required repository databases, including the IS repository, were created at forehand.
    IPS and Data Services install fine without any problems. IS also installs fine, without the "Addnode" or Metadata Integrator installation issues that I have seen with previous versions. There were no errors of any kind.
    The "Information Steward" and "Data Services" nodes are available in the IPS CMC and can be accessed.
    However - the EIM APS is shown as "Running with errors"!
    Trouble shooting the EIM APS reveals that the Data Cleansing Advisor (DCA) Service is the culprit.
    Selecting the properties of the EIM APS also shows that the DCA Service could not be started and is marked in red. All other entries seem fine.
    Once the DCA Server is removed from the EIM APS, the EIM APS will return to a green "Running" status.
    This seems to indicate that the DCA Service is faulty. Checking the ..\BusinessObjects Enterprise XI 4.0\Data\DCA-SA\Data directory shows further evidence of this issue, as this directory is EMTPY. The expected DCA database file and the DCA log files are not there!
    We have tried a number of things:
    1. Removing the DCA service from the EIM APS, restarting the SIA/IPS, adding the DCA service to the EIM APS again.
    2. Uninstalling IS 4.2 Sp1 Patch 3, rebooting the server and repeating the installation again.
    2. Uninstalling IS 4.2 Sp1 Patch 3, rebooting the server and repeating the installation with IS 4.2 Sp1 Patch 0 (GA release)
    3. Upgrading the IS 4.2 Sp1 Patch 0 (GA release) with the IS 4.2 Sp1 Patch 3 version.
    None of these have made any difference whatsoever.
    I have found 1 post on SCN with the exact same problem:  http://scn.sap.com/thread/3475164
    Unfortunately, the listed solution of reinstalling has clearly not worked for us.
    Has anybody seen this problem before? Any ideas what else we can do to resolve this issue? Our next port of call is opening a SAP support call but we really want to get IS up and running ASAP  - so any suggestions would be most welcome!

    Hi Erik and James,
    This has been fixed in 4.2 SP2 and will be fixed in an upcoming patch for 4.2 SP 1, as well.
    Below are steps you can take to work around the issue you are seeing:
    1. Copy the files that are in <Install Directory>\InstallCache\im.lac.icc.cdq.cognitivedq.pjs.services.backend-4.0-core-nu\14.2.1.<your build number>\actions\plugins\14.1.2
    To
    <Install Directory>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\pjs\services\ICC.DCAService\lib
    2. Restart the EIMAdaptiveProcessingServer.
    Thank you,
    Lynne

  • Problem establishing connection to information steward (COR-10868)

    I've recently installed information steward 4.2 sp2, but whenever I log in I get the below mentioned error:
    Unexpected error when processing request for service. Contact your administrator. (COR-10868)
    I'm using the below environment:
    BO server: 4.1 SP1
    BODS: 4.2 SP2
    BOIS: 4.2 SP2
    DATABASE: MS SQLSERVER 2012
    The log file gives the below error:
    [E] 2014-12-26 20:25:42.317 [ApplicationService][Transport:Shared-41/34] com.sap.is.InformationStewardException: Unexpected error when processing request for service. Contact your administrator. (COR-10868)
    Can anyone help me to know why this error is coming and how to fix it?

    Hi Dirk,
    I have tried that already, and again done that but still the same error is popping up. Please find the attached snapshot of the servers running.
    I'm also attaching the log file for your reference.
    It would be of great help if you could guide me to resolve this issue.
    SERVER SCREENSHOT:
    LOG FILE:
    [C] 2014-12-29 11:38:36.248 [AdminService][service builder-11] Initializing environment from EnterpriseNode 832.
    [C] 2014-12-29 11:38:36.330 [AdminService][service builder-11] Initializing environment from EnterpriseNode 832.
    [C] 2014-12-29 11:38:36.480 [SearchService][service builder-5] Information Steward version 14.2.2.412.
    [C] 2014-12-29 11:38:36.484 [IntegratorService][service builder-8] Information Steward version 14.2.2.412.
    [C] 2014-12-29 11:38:36.494 [AdminService][service builder-11] Information Steward version 14.2.2.412.
    [C] 2014-12-29 11:38:36.494 [AdminService][service builder-11] Information Steward version 14.2.2.412.
    [I] 2014-12-29 11:38:36.495 [AdminService][service builder-11] Starting service Information Steward AdminService on machine LE0011.
    [I] 2014-12-29 11:38:36.495 [AdminService][service builder-11] Starting service Information Steward AdminService on machine LE0011.
    [C] 2014-12-29 11:38:36.499 [ApplicationService][service builder-2] Information Steward version 14.2.2.412.
    [I] 2014-12-29 11:38:36.518 [IntegratorService][service builder-8] Starting service Information Steward IntegratorService on machine LE0011.
    [I] 2014-12-29 11:38:36.541 [ApplicationService][service builder-2] Starting service Information Steward ApplicationService on machine LE0011.
    [I] 2014-12-29 11:38:36.550 [SearchService][service builder-5] Starting service Information Steward SearchService on machine LE0011.
    [C] 2014-12-29 11:38:36.783 [DataReviewService][service builder-4] Information Steward version 14.2.2.412.
    [I] 2014-12-29 11:38:36.814 [DataReviewService][service builder-4] Starting service Information Steward DataReviewService on machine LE0011.
    [I] 2014-12-29 11:38:38.192 [AdminService][Thread-30] Downloading new search index version
    [I] 2014-12-29 11:38:38.193 [AdminService][Thread-30] Downloading new search index version
    [I] 2014-12-29 11:38:44.059 [SearchService][service builder-5] The Search Index Utility was scheduled for Index generation. (COR-10536)
    [C] 2014-12-29 11:41:36.715 [SearchService][Transport:Shared-8/34] Loading database driver com.microsoft.sqlserver.jdbc.SQLServerDriver for database engine MS SQL Server 2012.
    [C] 2014-12-29 11:41:36.878 [SearchService][Transport:Shared-8/34] Property MaxConnections value is 10. (COR-10002)
    [C] 2014-12-29 11:41:36.878 [SearchService][Transport:Shared-8/34] Property ConnectionTimeout value is 0 seconds. (COR-10002)
    [C] 2014-12-29 11:41:36.878 [SearchService][Transport:Shared-8/34] Property PoolTime value is 60 seconds. (COR-10002)
    [I] 2014-12-29 11:41:38.928 [SearchService][Transport:Shared-8/34] Connected to the Information Steward repository at jdbc:sqlserver://LE0011:53749;databaseName=db_is. (COR-10017)
    [I] 2014-12-29 11:43:51.786 [AdminService][Timer-5] BISettings -- Staring BI Launch Pad token synchronization service.
    [I] 2014-12-29 11:43:51.786 [AdminService][Timer-5] BISettings -- Staring BI Launch Pad token synchronization service.
    [I] 2014-12-29 11:43:51.787 [AdminService][Timer-5] BISettings -- Retrieving the remote BOE login configurations.
    [I] 2014-12-29 11:43:51.787 [AdminService][Timer-5] BISettings -- Retrieving the remote BOE login configurations.
    [W] 2014-12-29 11:43:52.737 [AdminService][Timer-5] BISettings -- Configuration is not set or not valid.
    [W] 2014-12-29 11:43:52.737 [AdminService][Timer-5] BISettings -- Configuration is not set or not valid.
    [I] 2014-12-29 11:43:52.738 [AdminService][Timer-5] BISettings -- Stopping the service and schedule the next one.
    [I] 2014-12-29 11:43:52.738 [AdminService][Timer-5] BISettings -- Stopping the service and schedule the next one.
    [I] 2014-12-29 11:43:52.738 [AdminService][Timer-5] BISettings -- All done.
    [I] 2014-12-29 11:43:52.738 [AdminService][Timer-5] BISettings -- All done.
    [W] 2014-12-29 12:43:29.385 [ApplicationService][Transport:Shared-42/34] MMWarehouse has already been initialized; subsequent initialization requests are ignored. (COR-10136)
    [E] 2014-12-29 12:43:30.357 [ApplicationService][Transport:Shared-42/34] Unexpected error when processing request for service. Contact your administrator. (COR-10868)
    [E] 2014-12-29 12:43:30.357 [ApplicationService][Transport:Shared-42/34] com.sap.is.InformationStewardException: Unexpected error when processing request for service. Contact your administrator. (COR-10868)
      at com.sap.is.service.application.action.profiling.contenttype.GetContentTypes.execute(GetContentTypes.java:132)
      at com.sap.is.service.application.server.ApplicationServiceImpl.processOperation(ApplicationServiceImpl.java:127)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.sap.is.service.AbstractTransportServer.dispatchUsingReflection(AbstractTransportServer.java:267)
      at com.sap.is.service.AbstractTransportServer.dispatchMessage(AbstractTransportServer.java:176)
      at com.sap.is.service.AbstractTransportServer.process(AbstractTransportServer.java:119)
      at com.businessobjects.framework.servers.platform.transport.internal.TransportRequestInterceptor.process(TransportRequestInterceptor.java:128)
      at com.crystaldecisions.sdk.occa.transport.internal.BIPTransportImpl.post(BIPTransportImpl.java:90)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.businessobjects.framework.servers.platform.adapters.ebus.orb.CommonTransportInterceptor.invokeHelper(CommonTransportInterceptor.java:118)
      at com.businessobjects.framework.servers.platform.adapters.ebus.orb.CommonTransportInterceptor.invoke(CommonTransportInterceptor.java:87)
      at com.businessobjects.framework.servers.common.proxy.cglib.MethodInterceptorChain.intercept(MethodInterceptorChain.java:136)
      at com.crystaldecisions.enterprise.ocaframework.idl.OCA2.BIPTransportPOA$$EnhancerByCGLIB$$56e5aae9.post(<generated>)
      at com.crystaldecisions.enterprise.ocaframework.idl.OCA2.BIPTransportPOA._OB_op_post(BIPTransportPOA.java:120)
      at com.crystaldecisions.enterprise.ocaframework.idl.OCA2.BIPTransportPOA._invoke(BIPTransportPOA.java:87)
      at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.ServantDispatcher.dispatch(ServantDispatcher.java:234)
      at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.POA_impl._do_OB_dispatch(POA_impl.java:1980)
      at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.POA_impl._OB_dispatch(POA_impl.java:1916)
      at com.crystaldecisions.thirdparty.com.ooc.OB.DispatchRequest_impl.invoke(DispatchRequest_impl.java:122)
      at com.businessobjects.framework.servers.platform.adapters.ebus.orb.ThreadPoolDispatchStrategy$Dispatcher.run(ThreadPoolDispatchStrategy.java:271)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:743)

  • Issue  in Configuring Oracle WebCenter Content: Records

    HI,
    I have an issue in Configuring Oracle WebCenter Content: Records
    In "Records Management Setup Checklist"
         Checked-in Audit Entries Default Metadata    
         Checked-in Screening Reports Default Metadata    
         Checked-in Reservation Default Metadata
    Am not able to select the category/folder in the default check-in form for the above, and i don't see anything in the drop down also
    When i click on the Browse button of above 3..
    see Retention Schedule & favorite Schedule
    But am not able to select any of those.
    AnyOne faced this issue, pls help..
    Thanks!!!!

    The Oracle webcenter content: Records system will enable the retention schedule but it won't create any default retention category. If you want apply retention to a content then first you have to create the retention category and the disposition rule. Once you create the retention category then it will be listed under Retention Schedule. In your case complete the default configuration without applying retention, once you create retention you can apply that to those contents.
    Browse Content --> Retention Schedules --> Create Retention Category
    HTH..
    Regards,
    Manoj

  • Issues to Configure SAML ,I tried alot but its not working ,Below Given instruction how to configure SAML

    SAML Overview
    Security Assertion Markup Language (SAML) is an XML-based standard for exchanging authentication and
    authorization data between security domains, that is, between an identity provider (a producer of assertions)
    and a service provider (a consumer of assertions). SAML is a product of the OASIS Security Services
    Technical Committee.
    SAML is relevant to those customers who already have a SAML implementation in use with other systems in
    their organization. Therefore, it is recommended you engage your technology team that has a working 
    knowledge of SAML and provide this document to them for their review.
    Key Roles
    • Identity Provider (IDP): The system in authority that provides the user information
    • Service Provider (SP): The system that trusts the asserting party’s information, and uses the data to
    provide an application to the user.
    • Subject: The user and their identity that is involved in the transaction.
    Note! In our context, Learning Maestro is the SP, the IDP is customer-specific, and the Subject is the user
    who is logged in.
    Copyright © 2013 SumTotal Systems, LLC. All rights reserved. Duplication prohibited. 2
    Typical SAML Components
    Source: http://www.oasis-open.org/committees/download.php/27819/sstc-saml-tech-overview-2.0-cd-02.pdf
    Copyright © 2013 SumTotal Systems, LLC. All rights reserved. Duplication prohibited. 3
    Implementing SAML 2.0
    • SumTotal LMS supports only SAML 2.0 Standards.
    • We support only IDP-initiated SAML authentication.
    • The SAML Response should be signed and base64 Encoded.
    • UserName should be passed in NameID element under Assertion\Subject Keys.
    • We use the timestamp provided in IssueInstant attribute of SAML Assertion to find the valid period
    (+/- 5 min ) for the SAML Response.
    • Currently, we do not support signed or encrypted assertions.
    • Deep linked URLs can be passed through an additional URL parameter of “OriginalURL.”
    IDP Initiated Web SSO
    Source: http://www.ijcsi.org/papers/2-41-48.pdf
    4
    When Learning Maestro is Accessed from a Portal
    1. The user logs into the customer portal.
    2. The user clicks on a link to the LMS from the customer’s portal.
    3. The link points to an IDP page.
    4. The IDP pages posts an HTTP Request to Learning Maestro
    5. The request is an < ... > message.
    Typical Structure of a SAML Response
    • Below is the typical SAML Response received by LMS from IDP
    • Value of SAMLResponse parameter should be base64 Encoded.
    Please double-click to open the below XML file to view how the response looks after decoding:
    ExampleSuccessfulAssertion.xml
    5
    Configuring SAML 2.0
    SumTotal Maestro supports SAML 2.0 for the “Identity Provider Initialized SSO” protocol.
    To configure your Maestro domain to accept SAML 2.0 Assertions, the following steps must be taken:
    1. Confirm that Usernames are in sync
    2. Provide an X.509 Certificate to SumTotal Systems (SHA1 Hashed)
    SumTotal Systems will configure your environment with the X.509 cert you provide.
    3. Point your call to the following URL:
    https://gm1.geolearning.com/geonext/<your_domain>/saml.geo
    After authenticating to your Identity Provider, the provider will pass a user into Maestro IF:
    • The user has a username matching an existing Maestro username
    • The x509 certificates match on both sides
    If authentication fails, the user will be presented with a failure page.
    Assertions
    An optional assertion is available to specify the URL a user will be sent if there is an authentication error.
    ErrorRedirectURL Assertion
    • If ‘ErrorRedirectURL’ is not specified and an authentication error or other security exception 
    occurs it will redirect the user to the default secerror.geo page as it does today
    • If a value (URL) is specified for ‘ErrorRedirectURL’ and there is an authentication error the user 
    will be redirected to the URL specified
    Sample
    6
    Additional Information
    For additional information on SAML, please refer to the following sources:
    Wikipedia: Security Assertion Markup Language
    OASIS Executive Summary
    IJCSI Intermediate Concept
    OASIS Technical Overview
    FAQs
    Question Answer
    What .NET library are we using? SumTotal uses “Componentspace” net SAML 2.0 library
    Can users still log in via the login page? Yes. The SAML target page is different than the login page.
    Can we deep link into the LMS through 
    the SAML 2.0 authentication workflow?
    Can I get rid of the Logout button?
    What is the Session timeout setting? Session Hard Life and Idle Life settings can be configured in 
    What is the unique ID for SAML? The “username” field.
    Yes. “Deep Link Target” (target or original URL parameter) is 
    accepted. If none is provided, then it will default to the default 
    landing page as configured in Maestro.
    Yes, When using SAML, the logout button still exists 
    intentionally in the navigation but can be disabled in the 
    “configure Navigation” options.
    the security section of the administration interface of Maestro.
    What is the failure page if
    Authentication fails?
    If the authentication fails, by default an intentionally simple error
    is presented to the user stating “Authentication Failure”.
    For security purposes, no further information regarding the 
    specifics of the failure are defined to the user.
    An optional ErrorRedirectURL assertion can be used.
    What URL do we point to? https://gm1.geolearning.com/geonext/<your_domain>/saml.geo

    Hello,
    Thanks for posting your question to here. However, this forum is used to discuss and ask questions about .NET Framework Base Classes (BCL) such as Collections, I/O, Regigistry, Globalization, Reflection. For issues regarding configuring SAML, this is beyond
    the scope of our support.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Azure service bus problem : An error occurred while retrieving the Service Bus namespace configuration information

    Almost all of my service bus has the following issue. The error message I have from the Management Portal was "An error occurred while retrieving the Service Bus namespace configuration information. Please try again later." This happen for almost
    2 days.
    Anyone face the same issue? how to resolve this?

    Hi,
    If you create a new one, did you receive the same issue? If that, I suggest you submit a ticket at:
    http://www.windowsazure.com/en-us/support/contact/
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Network Load Balancing - "access denied" when loading configuration information from host2

    We have 2 Windows 2012 R2 servers, both are running on workgroup.
    We set up NLB cluster.  When we open NLB Manager on the server2, then message shows "loading configuration information. Access denied. Error connecting to server1". 
    There is no issue doing this on server1, NLB Manager is able to connect to both servers. We login using default administrator account, both account name and password are the same for 2 servers.
    When we check security event log on server1, there is this strange Audit Failure log using account "test_nlb" from server2 which related to "Access denied" error. Please let us know how to resolve this. Thanks in advance.
          Event ID: 4776
          The computer attempted to validate the credentials for an account.
          Authentication Package:   
    MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
          Logon Account:   
    test_nlb
          Source Workstation:   
    WPAAP2
          Error Code:   
    0xc0000064           
          An account failed to log on.
    Event ID: 4625
    Subject:
        Security ID:       
    S-1-0-0
        Account Name:       
        Account Domain:       
        Logon ID:       
    0x0
    Logon Type:           
    3
    Account For Which Logon Failed:
        Security ID:       
    S-1-0-0
        Account Name:       
    test_nlb
       Account Domain:       
    WPAAP2
    Failure Information:
        Failure Reason:       
    Unknown user name or bad password.
        Status:           
    0xc000006d
        Sub Status:       
    0xc0000064
    Process Information:
        Caller Process ID:   
    0x0
        Caller Process Name:   
    Network Information:
        Workstation Name:   
    WPAAP2
        Source Network Address:   
    192.168.70.45
        Source Port:       
    55136
    Detailed Authentication Information:
        Logon Process:       
    NtLmSsp
        Authentication Package:   
    NTLM
        Transited Services:   
        Package Name (NTLM only):   
        Key Length:       
    0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
        - Transited services indicate which intermediate services have participated in this logon request.
        - Package name indicates which sub-protocol was used among the NTLM protocols.
        - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.

    Hi Zhong Gang,
    When you are using Network Load Balancing (NLB) Manager, you must be a member of the Administrators group on the host that you are configuring, or you must have been delegated
    the appropriate authority. If you are configuring a cluster or host by running NLB Manager from a computer that is not part of the cluster, you do not have to be a member of the Administrators group on that computer. Please disable your nodes firewall and
    try again.
    The related KB:
    Add a Host to the Network Load Balancing Cluster
    http://technet.microsoft.com/en-us/library/cc753744.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • OSB: What is best practice for reading configuration information

    I'm trying to establish the best way to utilise configuration information within OSB. At present I have a standard Java style properties file and Java callout to get certain information and I have also been experimenting with Dynamic Routing using an XML based Xquery resource.
    The latter appears to me the best approach and is described on page 3-40 of the OSB User Guide but it appears to be configurable only from the OSB console and not as a resource from within Workshop. Ideally I'd like to configure an XML resource file that is loaded from disk at OSB startup and then be able to use that via an XQuery.
    How have other people addressed the issue of getting access to parameter/control values at run time?

    Can you please elaborate a little on what you mean by making it available "via a OSB Server URL" What I have done:
    1) Created simple web application in domain directory.
    Sample web.xml
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    <display-name>Sample</display-name>
    <welcome-file-list>
    <welcome-file>properties.xml</welcome-file>
    </welcome-file-list>
    </web-app>
    2) Deploy this web application in exploded format using weblogic console(http://localhost:7001/console) in the OSB domain instance.
    3) properties.xml is available via http://localhost:7001/Sample
    4) Use the above URL in your service callout.
    and how this avoids File IO and how it is cached? I'm not sure what you mean here.If we are using Java callout , we have to create File and close the File handle every time. There is this over head in creating/reading file in java every time java callout is used. This over head can be avoided if the XML is available over http. I'm quite sure that weblogic server will cache this XML file by default (What use is webserver if it cannot cache static content?), as this is not dynamic content. Weblogic Server forums will be the right place to get conformation on how to configure caching with web application..
    Thanks
    Manoj
    Edited by: mneelapu on Jul 1, 2009 8:46 AM

  • Metadata integrator-configuration problem

    hi..
    i'm just exploring the meta data integrator. when i configure the cms with my login and the DI repo with the local repository. it says success. but when i run the job it says the following error..
    [CrystalCrawlerMain]configuration <config_new> not valid
    CMS Integrator failed: configuration <config_new> not valid
    when i test it. it is successfull and the job is also successful.
    help me in this pls
    vigi

    Sergey, many thanks for your help.  I am still having some problems however.
    For Data Services (BO XI3), I had to change the cmdConfig.cmd file and
    set CE_JARS_DIR=E:\Program Files\Business Objects\common\4\java\lib. I also had to copy the load.jar to this directory.
    I was then able to successfully run the setup which created the folder in the CMC.
    When I run the metadata integrator program in the CMC, it runs through successfully. However when i look at the impact and lineage in the DI Mgmt console, I am not seeing any information on objects in my BO repository.
    Not sure if I'm missing a step..any help would be appreciated
    thanks

Maybe you are looking for