Error connecting to MDM over Portal

Hi!
I have some difficulities with connecting to MDM repository over Portal. I have a working Java project, which connects to the repositroy and executes a search without error.
I developed a WD type DC where I want to use the previous Java program. So I put the java files into a package inside the WD project. The MDM jars have been deployed and added as "Used DC" to my WD DC. On the Portal there is an MDM system created. But when I test my first component, which should execute the search I got the following error message:
"java.lang.IllegalStateException: Login method has not been successfully called.
    at a2i.common.CatalogData.Preprocess(Unknown Source)
    at a2i.common.CatalogData.GetResultSet(Unknown Source)
    at com.sap.excercise.util.jani.MDM_data.Get(MDM_data.java:50)
    at com.sap.excercise.util.jani.Start.Check(Start.java:47)
    at com.sap.excercise.gp.wd.reqbupa.CReqBuPa.search(CReqBuPa.java:284)"
These error appear at the connection part of the code. The connection is done by the following code:
import a2i.common.CatalogData;
import a2i.generated.RC;
public class Connect {
     // file with connection specific information
     static private CatalogData catalog = null;
//     // variables to be populated from a file
     static private String hostname = "localhost";
     static private int port = 2345;
     static private String username = "Admin";
     static private String password = "Admin";
     static private String language = "English [US]";
     static private int mincon;
     static private int maxcon;
     static private int timeout;
     static private String log;
     static private int logging;
     // used for single instance catalog object
     static private Object singletonLock = new Object();
     public CatalogData instance() {
          // if there is no catalog instance
          if (catalog == null) {
               // get a lock to create the singleton instances
               synchronized (singletonLock) {
                    // check again
                    if (catalog == null) {
                         // get parameters of connection from property file
//                         loadProperties();
                         // create catalogdata instance
                         catalog = new CatalogData();
                         // try logging in
                         int resultLogin =
                              catalog.Login(
                                   hostname,
                                   port,
                                   username,
                                   password,
                                   language
                         if (resultLogin != RC.RC_OK) {
                              System.out.println(
                                   "Error logging into MDM server: "
                                        + RC.GetTextForError(resultLogin)
                                        + " ("
                                        + resultLogin
                                        + ")");
                              return null;
                         System.out.println("nLogged into MDM server.");
          // return catalog instance
          return catalog;
     public void logout() {
          try {
               catalog.Logout();
          }catch (a2i.core.StringException e){ e.A2iPrintError();          }
          finally
                         System.out.println("Finished.");
Have you any ideas this problem can be caused by?
Regards,
Peter

Hi Namrata,
I found the following description of com.sap.tech.mdm.tech.mdm4j:
<i>Name: com.sap.mdm.tech.mdm4j.sda/
keyname: com.sap.mdm.tech.mdm4j
keyvendor: sap.com
keylocation: SAP AG
keycounter: 5.50.20061217101225.0000
Implementation-Title: com.sap.mdm.tech.mdm4j
Implementation-Vendor-Id: sap.com
Implementation-Version: 5.50.20061217101225.0000
Specification-Title: SAP MDM Java API
Specification-Vendor: SAP AG
Specification-Version: 5.5.4.3
Implementation-Vendor: SAP
componentelement: <componentelement  name="com.sap.mdm.tech.mdm4j" vendor="sap.com" comp
onenttype="DC" subsystem="NO_SUBSYS" location="SAP AG" counter="5.50.2
0061217101225.0000" deltaversion="F" updateversion="LB-20061227155700"
  componentprovider="SAP AG"/>
</i>
Exactly the project I am developing is a Web Dynpro type Development Component, so it is not a simple Web Dynpro Application.  Thats why I have created another DC which includes all the MDM jars (Version 5.5.35.16) and added to my WD DC as "Used DC..".
Thanks,
Peter

Similar Messages

  • Error connecting to MDM server

    Hi all,
    I am getting the check user mapping error while connecting to MDM server. The MDM Server and EP Server are on different systems. And when i try using the group "Everyone". The connection test was successfull but when i login with that user id/pwd no data is displayed.
    I am using MDM 5.5 SP03 and EP SP14.
    Regards,
    Jaydeep

    Hi Simona,
    I tired to import schema, but its not over written(user names & roles) by the merging it with the other Repsoitory schema.
    I tried creating duplicate, but could not see the duplicate repository in the Console - server - repository, but could see the repository at the database level(Oracle DBMS).
    Anyways SAP has adviced to Connect to Oracle DBMS directly and remove the trailing space in
    USERNAME column of A2I_CM_USERS table for the user mentioned.
    But, its not possible to reduce the length of the username field.
    Could you please guide me, if u have any idea??
    Cheers
    Srihari Reddy

  • Portal Runtime Error connecting MDM (Employee repository)

    Hi
    I'm having difficulty getting our MDM repository (Employee). I keep getting a portal exception when trying to view the repository using iView.
    I am able to connect to MDM Customers. I call Result Set of customers using an iView. I tried doing same for Employees, but it is not working and throwing an exception.
    The following exception is logged:
    Exception ID:12:07_06/06/07_0086_17794650
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.templates/com.sap.pct.mdm.appl.templates.iviews/com.sap.pct.mdm.appl.result_set_editor
    Component class : com.sap.pct.mdm.tech.editors.ResultSetEditor
    User : Administrator
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
    at com.sapportals.htmlb.Container.addComponent(Container.java:49)
    at com.sapportals.admin.wizardframework.components.Group.getGroup(Group.java:39)
    at com.sapportals.admin.wizardframework.components.Group.getDisplay(Group.java:45)
    at com.sap.portal.admin.editor.ui.EditorGroup.getDisplay(EditorGroup.java:46)
    at com.sapportals.admin.wizardframework.components.GridContainer.getGrid(GridContainer.java:182)
    at com.sapportals.admin.wizardframework.components.GridContainer.getDisplay(GridContainer.java:210)
    at com.sap.portal.admin.editor.ui.PELayout.doLayout(PELayout.java:145)
    at com.sap.portal.admin.editor.pane.OutPane.doBeforeDisplay(OutPane.java:96)
    at com.sap.portal.admin.editor.pane.EditorPaneWrapper.myDoBeforeDisplay(EditorPaneWrapper.java:95)
    at com.sapportals.admin.wizardframework.components.FlowContainer.doBeforeDisplay(FlowContainer.java:124)
    at com.sapportals.admin.wizardframework.core.WizardInstance.doPre(WizardInstance.java:305)
    at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:242)
    at com.sap.portal.admin.editor.Editor.doWizard(Editor.java:605)
    at com.sap.portal.admin.editor.Editor.run(Editor.java:150)
    at com.sap.portal.admin.editor.AbstractEditorComponent.doContent(AbstractEditorComponent.java:59)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more

    Hi
    I am getting the same error. Please let know if you were able to resolve this error?
    Regards
    Aruna

  • MDM 7.1 Portal Connectivity to MDM server

    Hi all
    I was running the MDM 7.1 ramp up version so far with full connectivity from the portal to MDM. I had configured both the standard business partner and a custom repository using the Portal Business Content . Now that I have migrated to the just released MDM 7.1 (GA ) , I am encountering the following error at the portal level . I am using the standard "Using Mapping" to connect to the MDM server from the portal and not the newly introduced "Trusted Connection" . Any body has any clue as to whats going wrong ..
    com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.manual.ServerException: The connection is not trusted
    at com.sap.mdm.commands.TrustedUserSessionCommand.execute(TrustedUserSessionCommand.java:61)
    at com.sap.mdm.blobs.ObjectCache.initialize(ObjectCache.java:521)... [see details]
    DETAILED MESSAGE
    com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.manual.ServerException: The connection is not trusted
    at com.sap.mdm.commands.TrustedUserSessionCommand.execute(TrustedUserSessionCommand.java:61)
    at com.sap.mdm.blobs.ObjectCache.initialize(ObjectCache.java:521)
    at com.sap.mdm.admin.utils.MdmConnectionProvider.createBlobObjectCache(MdmConnectionProvider.java:308)
    at com.sap.pct.mdm.appl.masteriviews.MdmeBaseDynPage.initContexts(MdmeBaseDynPage.java:364)
    at com.sap.pct.mdm.appl.masteriviews.MdmeBaseDynPage.doProcessBeforeOutput(MdmeBaseDynPage.java:154)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:127)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.mdm.internal.protocol.manual.ServerException: The connection is not trusted
    at com.sap.mdm.internal.protocol.manual.AbstractProtocolCommand.execute(AbstractProtocolCommand.java:126)
    at com.sap.mdm.commands.TrustedUserSessionCommand.execute(TrustedUserSessionCommand.java:56)
    ... 38 more
    Thanks
    Ray

    Hi Ray,
    This is a trusted connection problem. For this you need to create allow.ip and deny.ip files in your server. In allow.ip you need to give those ip address through which you would be connecting to MDM server executable file(mds.exe) like in your case your portals ip address. And in deny.ip you need to specify those ip which you feel shouldnt connect to MDM server. After assigning this ip remember to restart your mds.
    Also the users through which you are trying to connect to an MDM repository, their usernames must exist on the MDM repositoryu2019s Users table.
    For more details please see page 299 from MDM 7.1 Console refernece guide
    I hope I am able to solve your problem
    Thans & Regards
    Dilmit Chadha

  • Error in MDM - EP integration  : "Failed to connect to MDM server. ....."

    Dear SDN,
    I m in middle of configuring the MDM and EP integration.
    <u>EP Version Info :</u>
    J2EE Engine 6.40 PatchLevel 108290.313
    Portal 6.0.20.0.0
    BP has been installed.
    We are able to view MDM system and MDM search IViews in the Wizards in the portal.
    <u>MDM Version Info</u> : MDM  5.5  SP 04
    I come across the following error :
    <b>Step 4:  An error has occurred
    Failed to connect to MDM server. Check your system. The server may be down or there may be an error in one or more of your system parameters.</b>
    System parameters are Server name and pwd .
    This parameters are used to start the server and pwd for accessing the server while mounting the server.
    Also at the same time, my MDM server is running and repository is shown loaded and running.
    Kindly suggest what should have been missed out from our side or some way we can make sure that error does not occur.
    Please help.
    Regards,
    Chandani Shah.

    Hi Chandani,
    in Portal clik on Personalization, and in User Mapping you need to map the MDM repository user (may be Admin)..... then try another time.
    Please, check the BP version in order to unserstand if it is the rigjt version for your MDM.
    Hoper this help you.
    Regards,
    Vito

  • Error while creating MDM system on Portal

    Hi All,
    I am trying to create MDM system in EP. MDM is 5.5 SP06. EP is 7.0 . We have upgraded the MDM sca files on Portal from SP05 to SP06.
    While creating the system , after entering the server, we are getting the following error.
    com.sap.mdm.internal.protocol.manual.ServerException: File failed a crc check
    Please help
    Regards
    Shilpa

    Hi Shilpa,
    If this is your MDM build version 5.5.63.80 SP06. It means you are using MDM 5.5 SP06 Patch3 hotfix 80.
    You need to find the Sca file of compatible with this version.
    So they should be
    - MDMJAVAAPI06_03.sca
    - BPMDMAPPLN06_03.sca
    - BPMDMTECHN06_03.sca
    The hotfix number can slightly differ but the Support pack and patch number must match.
    You need to follow this link:
    http://service.sap.com/swdc
    (download MDM support packages) Download>support packages and patches>entry by application
    group>sap netweaver>sap mdm>sap mdm 5.5>Entry by component>Portal content
    Then select which MDM portal content you want and check what is the version of those available sca files.
    based on the availablity of the sca files you need to upgrade/downgrade or server.
    As compatibility between the server version and sca files is a must for proper functioning.If its not possible to change your mdm server version then you can ask your Basis team to hunt the matching sca files for you.
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Error while connecting to MDM server from Webdynpro

    Hi ,
       I am trying to connect to MDM server (5.5 SP04 no patches) through a webdynpro application . The following is the piece of code that I am using as a test .
    CatalogData CatalogData = new CatalogData();
        int resultLogin = 0;
        try {
              resultLogin = CatalogData.Login("USNOC01AQ05",2005,"Admin","Erico1234","English [US]");
        }catch(Exception e){
              wdContext.currentContextElement().setValueattr("Not Connected");
             //System.out.println("Error while establishing connection");
        if (resultLogin != RC.RC_OK){
              wdContext.currentContextElement().setValueattr("Not Connected");
             //System.out.println("Error logging to the SDM server");
             //System.exit(-1);
         wdContext.currentContextElement().setValueattr("Connected");
        //System.out.println("MDM server connected");
    The import statements are as follows
    import a2i.common.CatalogData;
    import a2i.generated.RC;
    I have put the following jar files in the java build path
    MDM4J
    mdm-admin
    mdm-common
    mdm-core
    mdm-data
    mdm-protocol
    When I deploy my application I get the following error
    java.lang.NoClassDefFoundError: a2i/common/CatalogData
    It can't be determined from the exception chain, which class loader failed to load the above class. But at least the class loader of the current application does not contain a resource with name 'a2i/common/CatalogData'.
    What do you guys think is the problem ?
    Regards
    DeepaK Singh

    Hi ,
       I found a document which says that MDM4J is the legacy API and is considered deprecated .The MDM Java API is the new one .I have both of them in the java build path . I am not sure if this is that cause of the problem .
    Now I had a look at the javadoc for the new API but I am not able to locate the class to obtain a connection to the MDM server from a custom application being built in Netweaver Developer Studio . Can someone help me out with the same ?What would be the code to obtain the connection to the MDM server with the new JAVA API ?
    Regards
    DeepaK Singh

  • Hello.I wanted to upgrade my iPad 1 to iOS 5.1 Over the Air.I was running iOS 5.0.1.It said it had an error connecting to server.It is already 5 hours i cant install this update.I also have an iPhone 4 with iOS 5.0.1 with the same issues.Help please!

    Hello.I wanted to upgrade my iPad 1 to iOS 5.1 Over the Air.I was running iOS 5.0.1.It said it had an error connecting to server.It is already 5 hours i cant install this update.I also have an iPhone 4 with iOS 5.0.1 with the same issues.Help please!

    You're probably running into the servers simply being swamped. Thousands of people are all going for the software update at the same time. Give it a try again and if that doesn't work, then try plugging it into your computer and trying it that way.
    I didn't get a notion of the size, it doesn't seem to be as big as the 700 meg 5.0 update, but it did take me 20+ minutes to download via cable internet so it's a large file. That in and of itself takes a while.
    If you're trying to download it directly to your iPhone, you'll need to be on wifi since I'm sure it's well over the 20 meg file size limit for 3G.

  • User not found error when connecting to MDM server using NWDS

    Hi,
    I am getting the error as " User not found " when i am connecting to MDM server from the code written in NWDS.
    If i make that user as admin in usermapping in MDM den it works fine bt if that user is not admin den get the error as user not found.
    Please help.

    Hi,
    Thanks for the reply.
    I have added the user in user mapping in MDM server. but i have to give the authority as admin.
    other users who are added in usermapping bt not assigned as admin are getting the error.

  • HT4623 I purchased a movie on my brand new iPad air 64g.  I'm connected to a strong wi-fi but still I get that error can't download over cellular. I have plenty of space. What is wrong? So frustrated.

    I purchased a movie on my brand new iPad air 64g.  I'm connected to a strong wi-fi but still I get that error can't download over cellular. I have plenty of space. What is wrong? So frustrated.

    IIRC, you can only download  a maximum file size of 100MB with cellular.

  • Logs growths and Log policies in MDM over SQL

    Hello everyone:
    we are running MDM over SQL, and we have run couple of times already in our repositories get "frozen" due to lack of log space (SQL databse log files)
    Is any best practiques, or any informaiton avialble by SAP acording how to configure the SQL logs to minimizate that cases ?
    also I will like to ask if there is any information about how much is the impacts of loading data vs change existing data taking into acount the log increase
    thanks in advance

    Hello Pedro
    I dont mean your question about configuration SQL or about SAP MDM?
    SAP MDM can work with different SQL Servers Oracle, MS SQL, DB2, Max DB and thats SQL Servers have own configuration  parameters for log file management.
    In SAP MDM you can manage log files path when create new DBMS connection (path where log files will save) in SAP MDM Console or set that path and some another parameters mds.ini file SAP MDM Server:
    Log SQL Errors
    Log SQL Modifications
    Log Protocol Transactions
    Log Dir
    Lexicon Dir
    DEBUG\UseAssert
    Archive Dir
    Accelerator Dir
    Modifications Dir
    RELEASE\UseAssert
    Workflow Detailed Report
    Trace Level
    More about thats parameters you can read at:
    http://help.sap.com/saphelp_mdm550/helpdata/en/8e/9f9c427055c66ae10000000a155106/frameset.htm
    and
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/e0677c82b40a2ee10000000a11466f/frameset.htm
    Regards
    Kanstantsin

  • Error in starting MDM Server from MDM Console

    Hi,
    I have installed SAP MDM 5.5 SP05 on Windows 2003 Server.
    When i try to start the MDM Server (i.e. MDM Service) from the MDM console it gives me the following error:
    <i>Error Starting apmdmd(MDM Server): The machine 'apmdmd' is not Windows-based. The MDM server cannot be started from this application; please use CLIX on the machine instead. </i>
    But if i start the MDM Service manually and then mount the server, it works fine.
    Kindly help.
    Regards,
    Chintan Sheth

    It sounds to me like a problem potentially with either the permissions of the Windows user or perhaps a software firewall. The Console uses a low-level Windows API function to determine if the target machine on which MDS is installed is Windows-based. This function may be blocked by some OS or firewall-level setting. This may be the case even if you are able to use the same client machine to connect to the target machine via the Service Control Manager and start MDS from there.
    I would like to help with this problem, but I need to know a few more things:
    When the problem occurs, is the Console running on the same Windows machine as MDS?
    You mentioned Windows 2003 Server... when you run the Console on this machine, are you logged in as an Administrator of the machine? And do you still get the error when you attempt to start MDS from within the Console?
    Once MDS is started, and you mount it within the Console, are you having any other problems, such as logging in to a repository, or viewing logs?
    Is there a firewall installed on the machine or machines that the software is installed on? We may have to review the settings of the firewall, or try temporarily disabling it (on both ends, or at least on the machine running MDS), to see if the problem goes away -- then we'll know the problem is with the firewall settings.
    CLIX is a fine workaround if you can use it, but clearly this problem needs to be rectified.
    -cleo

  • Socket read error: connection reset by peer

    Hi.
    Has anybody experienced the error message �Socket read error: connection reset by peer�
    Please see below for detailed information.
    Appreciate your help
    Regards
    RT
    Enviroment specification
    Server: HP/UX 11.00 64-bit, Oracle RDBMS 8.1.6.0.0 64-bit
    2 firewalls between client and db.
    Client:
    Win 2000,
    SP3,
    Oracle Client 8.1.7.0.0 ,JDBC OCI (thin JDBC driver,class12.zip)
    JDK 1.3
    JRUN3.0
    The TCP protocol is being used in the communication
    Error messages
    Web Users receive:           Socket read error: connection reset by peer
    Trace files on the sever:      Read unexpected EOF ERROR on 18.
    Explanation: The error in the server sqlnet trace file, suggests that a client connection has terminated abnormally, i.e. client machine powered off, a cable removed or a network connection aborted without warning. No user has complained of such a problem and there is no client trace with an error.
    The problem
    The users of the java web application, experiencing an exception almost once or twice a day.
    The JRUN web-server reports broken connections to the db and client are receiving "connection reset by peer".
    At the moment when the errors occurs the users just have to wait a while(2-10 min) and then they can use the web application again.(no action is taken)
    This problem can not be reproduced. The problem happens only occasionally when the network is under heavy load and new DB connection is being created.
    The application
    The java web-application uses a customized connection pooling against the database. This pool is shared among all the users of the website. whenever a user process needs to fetch data from the database, a free connection from this pool is allocated. The application is testing if the connection is valid before making a transaction (select '1' from dual). When the error occurs a ORA-3113 end-of-file on communication channel is returned to the application.
    The path between the client and db involves at least two firewalls. The firewalls are opened for sql*net traffic. The network group can tell that enquiries from the app.server is not getting feedback from the db. They have not however, identified if the enquiries are reaching the db-srever, or if they are stopped earlier in the network.
    Around 1000 users, are using other applications which uses dedicated sqlnet connections against the db and they have not experienced any problems.
    Issues considered
    Connection pooling
    It is a customized connection pooling, developed by Lindorff developers.
    I have read through the source code for the connection pooling and it does the job as it should, and in case of bad connection, it tries to create a new connection.
    The log file shows that the call to the method DriverManager.getConnection() hangs until the server goes down, which is probably because of the fact that the method DriverManager.setLoginTimeout(), does not take effect and timeout value is Zero. ( According to oracle , Oracle JDBC does not support login timeouts and calling the static DriverManager.setLoginTimeout() method will have no effect).
    Firewall
    One thing to consider is when the firewall may decide to shut down the socket due to long inactivity of a connection. This will cause problems to JDBC Connection Pool because the pool is not aware of this disconnection at the TCP/IP level; until someone checks out the connection from the pool and tries to use it. The user will get a Socket read error: connection reset by peer.
    Jrun timeout paramter is less than the firewall�s timeout so the firewall will not close a connection before Jrun does.
    Number of processes the DB can handle
    Processes parameter is 1300, , they have not experienced the Oracle error msg �max # of processes reached�.
    Port redirection through a firewall:
    Since the firewall has a sql net proxy Port redirection through a firewall is not a problem. Problems with port redirection only appear at connect time, but in this situation the connections fail long after the connection is established.
    The network group
    The network people who investigaged the problem at Lindorff report that there are a significant amount of "dropped packages" between the database server and the jdbc client (web-application) 24 hrs. The reason for this is "unknown established TCP packet" which means that the firewall does not consider these packages to be part of an already established session. The network group believes this happen because one of the hosts send a RESET or FIN signal which the firewall have noticed but are not received by the other host.
    It seems like the firewall are dropping packages bacause of "Unknown
    established TCP packet" from both the JDBC client and the TNSLISTENER on the database server. The dropped packages are SQL*Net v2 traffic so clearly Oracle products are involved

    Presumably something is working.
    Thus the problem is not with your code. At least not the database part that you have control over.
    That error occurs when the other side closes the socket. Presumably you are catching lost connection exceptions and trying to restore it.

  • Error during deploying MDM 7.1 Sp02 bussiness packages in CE7.1 using JSPM

    Hello,
    I am facing error when i am trying to deploy following MDM sca file in CE7.1 using JSPM
    1. BPMDMAPP02_115.sca
    2. BPMDMTECH02_115.sca
    I have already deployed following SCA file into CE7.1 successfully.
    3 .MDMJAVAAPI02_59.sca  (deployed success)
    is it mandatory that all sca files should be at same path level?currently API is at 59 and App and tech are at 115 .
    I am using CE7.1 trail version , i could not find out SDM to deploy sca files,so i am using JSPM to deploy sca files.
    Thanks & Regards,
    Veeru.

    Hi,
    Yes, all three should be compatible to MDM server and should be at same patch level.
    But i think reason for your deployment error is different.
    I found this in SAP note no 1281637
    "MDM standard Portal content (iViews) are supported on SAP NetWeaver 2004 and SAP NetWeaver 7.0 (2004s).  At this time, there are no plans to migrate the content to be compatible to SAP NetWeaver CE 7.1.
    Please Check Note 1281637 - Deployment errors on NW 7.1 CE for MDM portal content
    Regards,
    Shiv

  • Why can I not connect to the Enterprise Portal?

    I downloaded & installed  the free trial version of the Web AS 6.40 on my laptop. I developed some test portal application and want to deploy this on the WEB AS server. The message I get is each time :
    Unable to connect to the Portal. Operation failed. Connection refused:connect. Please make sure the server localhost:8080 is running.
    Settings J2EE Engine
    "SAP J2EE Engine is installed on local host" checked
    system:J2E
    J2EE instance:0
    SCS instance: 1
    Settings Portal server:
    alias: leen
    host: localhost
    Port: 8080
    Login: administrator
    Description: test
    I started the SAP system with Start->Programs->SAP Management Console, right clicking the system node J2E and selecting start. Does this start also the EP??
    What do I wrong?

    Leendert,
    have you manually switched the port to 8080? By default, the j2ee engine's web server listens on port 50000 (or 50000+ system no*100  if system no != 00). The error "connection refused: connect" tells me, that there is currently no service listening on port 8080.
    On windows you can check the currently listening ports by entering netstat -a on the command line. Does 8080 show up there after having started the J2ee engine?
    Regards,
    Dominik

Maybe you are looking for

  • Mix memory modules

    Hi, I have two 2 GB memory modules that I pulled from my Mac Mini. Since they are just sitting around, I am wondering if I add them to my iMac that has two empty slots, will give me any performance boost. The iMac currently has two 8 GB memory module

  • HT3500 I have Lexmark 6570 printer. How can I hook up to ipad

    I have Lexmark 6570 that is wireless. iPad can't find it.

  • Bridge goes non responsive

    Bridge goes non responsive after clicking on folders tab. Tried resetting pref. and this works sometimes but not always. running xp pro with 4gbs or ram any help would be great thanks

  • Panels refuse to resize, re-dock and behave strangely

    Working on ID CS5, Mac. For no apparent reason whenever I drag a panel out of the dock it refuses to resize, and once out, will not be dragged to a new position. Any attempt to resize makes it spring back and not response. I have reset preferences, I

  • Constant panics..

    I am constantly getting the beachball while trying to do things on my mac (been this way since I got it) and initially I was getting a lot of panic crashes where the screen gets greyed out and a little box appears telling me I need to hold the poer b