Extracting reports connected to a universe

Hi,
In my platform BOXI R2, I have a universe named logistic. I need to extract, using query builder if possible, all the reports (webI and DeskI) connected with this universe.
Have someone a query to solve this issue ?
Where I can find a manual for the query language with the predefined functions description and the tables to query description ?
Thanks a lot

This will have to be done in 2 steps:
Step 1: Write a query that displays the SI_IDs of all reports connected to a universe. The query for that is:
SELECT
       SI_NAME, SI_WEBI, SI_DATACONNECTION
FROM
     CI_APPOBJECTS
WHERE
     SI_KIND = u2018universeu2019 and SI_NAME = u2018logisticu2019
Step 2: Write a query to display the webi report names from the SI_IDs of the Webi reports (SI_WEBI);
SELECT
     SI_NAME
FROM
     CI_INFOOBJECTS
WHERE
     SI_ID IN (comma separated SI_WEBI values from step 1)
As for Deski report, there is no property that lists the SI_ID of Deski reports directly (you will have to use some modification of SELECT SI_ID FROM      CI_APPOBJECTS WHERE SI_KIND='FullClient').
Finally, there is no manual per se. The best documentation for the query builder is at:
[http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm]
Go to BusinessObjects Enterprise SDK -> COM Developer guide and API reference -> Query Language Reference.

Similar Messages

  • SAP Crystal Report 2013 - Connection error with Universe

    Hi,
    I've trying to connect Crystal Report 2013 with Universe but I'm getting below error. Please can someone help how can I resolve this error.

    .Unx Universes are Not supported by the legacy CR Designers (including CR 2013).
    For that you have the new CR for Enterprise.
    Does a WebI report against the same Universe work fine?
    Do other universes (.unv only) work fine from CR 2013?
    -Abhilash

  • WIFI connection issue: After upgrading to Yosemite, I lose my connect in SOAS, university of London. Overtime, it rejects me as Authentication fails in this network. Even the school technicianer cannot fix. I wonder how to downgrade or any solution?

    After upgrading to Yosemite, I lose my connect in SOAS, university of London. Overtime, it rejects me as Authentication fails in this network. Even the school technicianer cannot fix. I wonder how to downgrade or any solution?  I never encounter this issue with Mavericks or the one before.

    I also have the internet diagnostic report, but it is nonsense to me to read it.

  • Extract report only runs on a single core

    I am running the following extract report on a dual quad-core processor server with 32 GB ram and when I suppress empty rows the process runs on a single core which of course runs at 100% slowing down the process, but if I do not sppress rows all cores are used. Has anyone else experienced this or can i modify my report to improve performace?
    <PAGE ("Years")
    FY06
    <COLUMN ("Time Periods")
    {SUPHEADING}
    {Width 20}
    <DIMBOTTOM "Time Periods"
    <ROW ( "Market Segments","Object",Entities, Currencies,Years,Scenarios, Versions,HSP_Rates,Accounts,"Data Type")
    {NAMEWIDTH 30}
    {TABDELIMIT}
    { ROWREPEAT}
    {MISSINTTEXT "0"}
    {SUPMISSINGROWS}
    { NOINDENTGEN  }
    { SUPCOMMAS  }
    { decimal 4 }
    <DIMBOTTOM "Market Segments"
    <DIMBOTTOM "Object"
    <DIMBOTTOM "Total Company (Mgmt)"
    Local JPY USD CNY GBP
    <DIMBOTTOM "Scenarios"
    <DIMBOTTOM "Versions"
    <DIMBOTTOM "HSP_Rates"
    <DIMBOTTOM Accounts
    <DIMBOTTOM "Data Type"
    !

    One item unrelated to the DimBot issue:
    If you have a time period that can be used to restrict on (for suppression), you can use the restrict approach rather than the sup missing, ala:
    <RESTRICT (@DataCol(11) <> #Missing )
    I'm not sure I would attempt this if you had to deal with multiple restrict's though -- I'm also not entirely convinced the savings would be substantial, but it could be based on the multiple core aspects.

  • TS1382 Can my iPod Classic 160GB model MB565LL version 2.0.1 Mac be controlled with my Apple Remote if it is connected to the universal dock and connected to my stereo system

    Can my iPod Classic 160GB model MB565LL version 2.0.1 Mac be controlled with my Apple Remote if it is connected to the universal dock and connected to my stereo system

    Read this Apple Support Article on Apple REMOTE
    Good luck!

  • Can my iPod Classic 160GB model MB565LL version 2.0.1 Mac be controlled with my Apple Remote if it is connected to the universal dock and connected to my stereo system

    Can my iPod Classic 160GB model MB565LL version 2.0.1 Mac be controlled with my Apple Remote if it is connected to the universal dock and connected to my stereo system

    Read this Apple Support Article on Apple REMOTE
    Good luck!

  • Reports based on Linked Universes in BOXI 3.0 do not work

    We have noticed that reports based on linked Universes do not work. We have imported our (BO) documents/Universes into the BOXI R2 environment, upgraded to BOXI 3.0 and now found this issue in InfoView which affects a lot of our reports, details as follows:
    When refreshing a (Deski) report in InfoView, get a dialogue box titled "Refreshing Data" with no error message;
    Click on OK, and it seems the report does not get refreshed;
    Click on Refresh again, this time get prompt dialogue box;
    Enter prompt, click on Run Query;
    Get another dialogue box titled "Prompts" with message "SetPrompts failed - click on OK;
    Click on a TAB in the report - get error message, title "Report" with message "The document instance is no longer available. Please reopen the document (Error:RFC 00421);
    Click on OK it throws you out of the report and takes you back to the document list;
    Try another report:
    Click on Refresh Data;
    Error message - title "Refreshing Data", message "Cannot load linked universes. (UNV0011) - click on OK;
    Help !!!!

    Hello Dahya,
    Please post this query to the [dedicated BusinessObjects Enterprise Administration|BI Platform; forum:
    That forum is monitored by qualified technicians and you will get a faster response there.
    Also, all BusinessObjects Enterprise Administration queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • How to have RAC accept Forms and Reports connection to non specific node?

    Hi all,
    I have posted this in the Forms forum w/ no result, hoping someone here can help;
    Oracle Forms and Reports services, not the entire app server. Version 10.1.2.0.2, one server
    Oracle database, RAC Version 11.1.0.6.0, 3 nodes
    Instance=RMSTEST
    Nodes = RMSTEST1, RMSTEST2, RMSTEST3
    I can TNSPING RMSTEST w/o issue
    When I have userid in formsweb.cfg = user/pw@RMSTEST we are being prompted when logging into forms and reports to supply the password for the RMSTEST instance, enter the password and we are in.
    So we changed this in formsweb.cfg = user/pw@RMSTEST? (?= any of the nodes 1-3) and the password prompt is no longer being requested.
    What do I need to do to have Forms and Reports connect to the RMSTEST cluster directly for it to determine which node to connect to instead of having an unbalanced node(s)?
    Thanks,
    Steve

    This is what I have;
    RMSTEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.111)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.112)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.113)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = RMSTEST)
    LISTENERS_RMSTEST =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.111)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.112)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.113)(PORT = 1521))
    RMSTEST3 =
    (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.113)(PORT = 1521))
         (CONNECT_DATA =
         (SERVER = DEDICATED)
         (SERVICE_NAME = RMSTEST)
         (INSTANCE_NAME = RMSTEST3)
    RMSTEST2 =
    (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.112)(PORT = 1521))
         (CONNECT_DATA =
         (SERVER = DEDICATED)
         (SERVICE_NAME = RMSTEST)
         (INSTANCE_NAME = RMSTEST2)
    RMSTEST1 =
    (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 10.3.12.111)(PORT = 1521))
         (CONNECT_DATA =
         (SERVER = DEDICATED)
         (SERVICE_NAME = RMSTEST)
         (INSTANCE_NAME = RMSTEST1)
    )

  • Does changing report connection at runtime require the same user/pwd used at design time?

    I've recently integrated Crystal 13 into a web service to provide HTML reports served up within our web application.  Sometimes reports would work and other times they would fail when attempting to connect to the database.  The ConnectionInfo associated with the tables referenced in the reports bore the account info used at design time (in the Crystal IDE), what ever connection was set as the Datasource Location, this would include the server name, database name, and other attributes of the connection.
    I found that any changes I make to table, sub-report connection info have no affect unless the UserID and Password match the UserID and Password saved with the report during design time.  While generally searching online, I came across several references to this being and issue or suggestion when database connection problems dynamically running reports.
    If this is by design?
    How would I support customers who want to use my reports, but also require that they manage the db access accounts?
    Thanks,
    Jeff

    Hi Brian, thanks for the response. 
    It does make sense that subreports would not necessarily be constrained to the same connection as the container report, and the designer would not persist a password for any stored connection.
    I'm on Windows 7 and up, Crystal 13 runtime, C# web service, sql 2008 r2 and up (native client).
    After loading the report source, I call ReportDocument.SetDatabaseLogon to set userId, password, serverName, and databaseName pulled from web.config.  I then pass the connection info and the ReportDocument to a recursive call that applies the connection info to each table in the report and each table in any subreport.
    Based on your description, it sounds like I may be missing, and require, the SetDatabaseLogon call on each subreport (ReportDocument).
    This seems to ring true and I think coincides with your description.  Would you agree?
    Thanks,
    Jeff

  • All connections in the universal connection pool are in use

    I know it's the problem with connection pool is leaking or the some of the connection is not being released properly. Where are the parameters I can change in Weblogic?
    I'm getting the following error in my OIM application running on WebLogic:
    java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:668)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:613)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:607)
    at com.thortech.xl.util.DirectDB$DBPoolManager.getConnection(DirectDB.java:429)
    at com.thortech.xl.util.DirectDB.getConnection(DirectDB.java:176)
    at com.thortech.xl.dataaccess.tcDataBase.getConnection(tcDataBase.java:3217)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialPreparedStatement(tcDataBase.java:1229)
    at com.thortech.xl.dataaccess.tcDataBase.readPreparedStatement(tcDataBase.java:1158)
    at com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.readPreparedStatement(tcDataBaseBean.java:426)
    at com.thortech.xl.ejb.interfaces.tcDataBaseEJB.readPreparedStatementx(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor850.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy291.readPreparedStatementx(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcDataBase_dco355_tcDataBaseRemoteImpl.readPreparedStatementx(tcDataBase_dco355_tcDataBaseRemoteImpl.java:1828)
    at sun.reflect.GeneratedMethodAccessor1467.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:84)
    at $Proxy292.readPreparedStatementx(Unknown Source)
    at com.thortech.xl.ejb.interfaces.tcDataBaseDelegate.readPreparedStatement(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor848.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    at $Proxy293.readPreparedStatement(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient.readPreparedStatement(tcDataBaseClient.java:621)
    at com.thortech.xl.dataobj.PreparedStatementUtil.execute(PreparedStatementUtil.java:60)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.processAllByIdentifier(ReIssueAuditMessage.java:98)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.execute(ReIssueAuditMessage.java:78)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.execute(SchedulerBaseTask.java:384)
    at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:144)
    at sun.reflect.GeneratedMethodAccessor1653.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:167)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:403)
    at oracle.ucp.common.UniversalConnectionPoolImpl.newConnectionWaitFailedException(UniversalConnectionPoolImpl.java:416)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:279)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:129)
    at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:119)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:655)
    ... 58 more

    It's not an issue WebLogic can address. The thortech application is independently using
    the UCP connection pool product, not WebLogic connection pooling, so Thortech APIs
    would be the only way to debug/reconfigure the UCP.

  • Can't view a report connecting through ODBC(RDO)  to DB with InfoView (CMC)

    Environment :
    Crystal Reports machine :
    OS :
    Windows Server 2008 64-bit
    Crystal Reports Developer 2008 SP0
    Crystal Reports Server 2008
    DB Server:
    Windows Server 2003 32-bit
    SQL Server 2000 SP3
    What is going on:
    All the reports connecting through ODBC (RDO) to the database server work fine in the developer interface (I can preview them) but cannot be accessed if I try to view them in InfoView / CMC ("Please wait while the document is being processed" message box doesn't go away...).
    I have tried both the SQL Server driver 6.00.6001.1800 and SQL Server Native Client 10.0 2007.100.1600.22 with the same results.
    PS All the reports using OLE DB work just fine, I would prefer to have the ODBC option working through the web interface because I have a few hundreds report to change otherwise ...
    Virgil Rucsandescu

    Our solution is a php web application, but this is not relevant (in my opinion), and here it is why:
    The php code should show the reports by using the direct links given by InfoView
    (like http://dev-web:8080/CrystalReports/viewrpt.cwr?id=801&apsuser=user&apspassword=password).
    Actually in this moment these links are looking different because currently we're using C.R. 10 + C.R. Server 10, but we are planning to move to CR 2008 + CR Server 2008.
    So now I am testing how these direct links do work, they're actually working perfectly till now, but only if I connect through OLEDB to the DB server (SQL Server 2000). Any attempt to do it through the 2 ODBC drivers failed until now.
    And I don't want to think about changing the data source hundreds of reports (lot of them having subreports too) ...

  • Need to change report data source on reports in a copied universe

    We are setting up a new testing environment.  So I made a copy of our BO universe so we could have two different testing universes.  I then created a copy of the data source database that will be used as the data source for the reports in the copied universe.  The two different databases have the exact same tables, columns and indexes as the development database.   The only difference will be the data inside the tables. 
    I now need to change the reports to use the new universe since the reports were written using the universe instead of using the database.  I am not changing anything else in the reports.  I just need them to run against a different Oracle database. 
    So I go into Crystal Reports version 11.5.0.313 and open the report up.  I then go into Database fields in Field Explorer to change the data source.  I then go to the Set Datasource Location screen.  I open up the universe label by clicking on the plus sign and I select the copied universe.  When I do that, the Business Objects Query panel screen opens up.  Because I have switched universes, Crystal Reports wants me to reselect the columns and rebuild the query.
    We have over three thousand reports so we are trying to avoid rebuilding them.  I am looking for a better way to change what database a report runs against. 
    Note: All of the reports will be run ion demand.  Nothing will be scheduled.
    Any suggestions and information will be greatly appreciated. 
    Has anyone run into this?   What was your solution to this problem?

    Hi Joe,
    Moved your post to the Universe Forum.
    First you are using the original release of XI R2. You need to upgrade to Service Pack 6 by:
    Run License Manager first to get the keycode if you don't have it on paper somewhere.
    Then download these and uninstall then run full build first:
    https://smpdl.sap-ag.de/~sapidp/012002523100011802732008E/crxir2_sp4_full_build.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100013876392008E/crxir2win_sp5.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    Try again
    Don

  • Identify reports using a specific universe object

    Hi,
    How do I find out all webi reports using a particular universe object or universe prompt in the report SQL?
    Thanks.

    Samuel,
    You might have some success working with an Excel spreadsheet which has been programmed with macros and was developed to access the CMS database and produce a universe to reporting pairing product.  The source for this spreadsheet/macro is on the BOB board, available here:
    [http://www.forumtopics.com/busobj/viewtopic.php?t=101886&postdays=0&postorder=asc&start=30&sid=41504e1606a79a263d57748b2bcd8ccc]
    Thanks,
    John

  • Remediation of conflicts in the 'Access Incident Details Extract' report

    Hi All,
    The 'Access Incident Details Extract' report captures both intra-role and inter-role conflicts at the user level.
    Is there a way to segregate the inter-role conflicts from the 'Access Incident Details Extract' report and do the remediation without following the process of intra-role remediation first?
    Please advise. Require the inputs urgently.
    Regards,
    Uma

    Hello,
    please also use our .NET sample lib on diamond.
    You will find lots of sampels how to access  report fields in crystal reports and to add, modify or delete them.
    You'll find diamond under :
    https://boc.sdn.sap.com/

  • SAP Management Console reporting connection failed

    <p><b>When using Internet Explorer to access SAP Mangement Console @ http://spjcen00:50013 , one instance reporting connection failed.  I am loading a landscape export file containing 10 distincts SIDs.  Only this one is failing and started about 10 days ago.  The usage type of the failing system is Enterprise Portal.  My feeling is there is some configuration that has changed for Solution Manager enablement.</b>
    <p><b>Client Side:</b>
    Java Plug-in 1.6.0_15
    Using JRE version 1.6.0_15-b03 Java HotSpot(TM) Client VM
    <p><b>SID:</b>NW 7.01 Ehp1 on AIX/DB2 usage type Enterpise Portal
    <p><b>Clicking on the operations log in the SAP MC, (lower right corner) reveals this information:</b>
    Mon Aug 17 13:31:16 CDT 2009     Connection to instance spjcen00 10 failed/Connection refused     Connection refused: connect
    <p><b>With Details of:</b>
    <p>java.net.ConnectException: Connection refused: connect
    <br>     at java.net.PlainSocketImpl.socketConnect(Native Method)
    <br>     at java.net.PlainSocketImpl.doConnect(Unknown Source)
    <br>     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    <br>     at java.net.PlainSocketImpl.connect(Unknown Source)
    <br>     at java.net.SocksSocketImpl.connect(Unknown Source)
    <br>     at java.net.Socket.connect(Unknown Source)
    <br>     at java.net.Socket.connect(Unknown Source)
    <br>     at java.net.Socket.<init>(Unknown Source)
    <br>     at java.net.Socket.<init>(Unknown Source)
    <br>     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:648)
    <br>     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:470)
    <br>     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:427)
    <br>     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getRequestStream(HTTPTransport.java:355)
    <br>     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:550)
    <br>     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1432)
    <br>     at com.sap.managementconsole.soap.sap.sapcontrol.SAPControlStub.getInstanceProperties(SAPControlStub.java:1167)
    <br>     at com.sap.managementconsole.dataloader.soap.sap.SAPSOAPDataLoader.getInstanceProperties(SAPSOAPDataLoader.java:1095)
    <br>     at com.sap.managementconsole.dataloader.soap.sap.SAPSOAPDataLoader.init(SAPSOAPDataLoader.java:87)
    <br>     at com.sap.managementconsole.common.DataLoader.createControlInterface(DataLoader.java:381)
    <br>     at com.sap.managementconsole.common.DataLoader.startup(DataLoader.java:289)
    <br>     at com.sap.managementconsole.common.DataLoader.access$200(DataLoader.java:72)
    <br>     at com.sap.managementconsole.common.DataLoader$2.execute(DataLoader.java:513)
    <br>     at com.sap.managementconsole.operations.AuthorizedOperation.execute(AuthorizedOperation.java:52)
    <br>     at com.sap.managementconsole.common.DataLoader.reinitialize(DataLoader.java:520)
    <br>     at com.sap.managementconsole.common.ThreadPoolDataLoader$2.execute(ThreadPoolDataLoader.java:102)
    <br>     at com.sap.managementconsole.common.DataLoader.executeAllQueuedOperations(DataLoader.java:606)
    <br>     at com.sap.managementconsole.common.ThreadPoolDataLoader$DataLoaderTask.execute(ThreadPoolDataLoader.java:127)
    <br>     at com.sap.managementconsole.common.ThreadPoolManager$ThreadPoolElement.run(ThreadPoolManager.java:276)
    <br>     at java.lang.Thread.run(Unknown Source)

    Hi Christophe,
    Which user did you use in the SAP MMC in order to start the server? It should be the Windows user under which the server has been installed, not the Administrator user for the server.
    Hope that helps!
    -Vladimir

Maybe you are looking for