Error creating sap db connection

I am getting an error when I try to create a connection within my portal site to a sap r3 system. It happens as soon as I click on the tab.
The server shuts down and in the logs I get the following error:  Warning         R3_DATASOURCE Data source is not initialized
We are running win2k, sql2k, Portal 6.2 patch 4 hotfix 4.
jdk1.3.1_10
Everything else seems to be working fine.
Keith

Hi there,
any errors on the server side (indexserver trace) ?
regards,
Lars

Similar Messages

  • OATS: Error Creating datasource client connection

    Hi All
    When i try to add montiors in the OATS controller machine i am getting the following error .
    Error while creating datasource client connection.
    i am trying to monitor a linux machine. I am able to ping that machine from controller.
    when i tried to do
    plink.exe username@hostname i am getting the following error ...
    FATAL error : Network error : Connection timed out..
    Can anyone please help me on this??
    Thanks

    I'm not sure if this is the same problem but the following thread may help (mentioning the ports that may need opening on your firewalls)...
    Re: What are the various ports used by OLT?
    oracle.port.rmi=4444
    oracle.port.http=8088
    oracle.port.empstart=9001
    oracle.port.uil2=7071
    oracle.port.dataCollector=7073
    oracle.port.webservice=8083
    oracle.port.jndi.rmi=1098
    oracle.port.jndi=1099
    oracle.port.https=8433
    * 9001 (Agent Comunication Port)
    * 1099 (Datacollector Comunication Port)
    * 8088 (for running OpenScript scripts)

  • Object variable not set error in SAP-VB Connect.

    This is the coding part i have used for connecting SAP and VB for creating the Sales Order in SAP.
    But it gives the error in the line
    oheader.Value("DOC_TYPE") = Text1(0)
    as Object variable or With block variable not set.
    What could be the reason, pls advise me.
    Dim bapictrl As Object
    Dim boOrder As Object
    Dim oPartner As Object
    Dim oItemin As Object
    Dim oheader As Object
    Dim oreturn As Object
    Dim oconnection As Object
    Private Sub Command1_Click()
    Dim x As String
    oheader.Value("DOC_TYPE") = Text1(0)
    oheader.Value("SALES_ORG") = Text1(1)
    oheader.Value("DISTR_CHAN") = Text1(2)
    oheader.Value("DIVISION") = Text1(3)
    oheader.Value("PRICE_DATE") = Text1(4)
    oheader.Value("PURCH_NO") = Text1(5)
    oPartner.rows.Add
    oPartner.Value(1, "PARTN_ROLE") = Text1(6)
    oPartner.Value(1, "PARTN_NUMB") = Text1(7)
    oItemin.rows.Add
    oItemin.Value(1, "REQ_QTY") = Text1(8)
    oItemin.Value(1, "MATERIAL") = Text1(9)
    oItemin.Value(1, "COND_VALUE") = Text1(10)
    boOrder.createfromdata orderheaderin:=oheader, orderitemsin:=oItemin, orderpartners:=oPartner, return:=oreturn
    x = oreturn.Value("message")
    If x = "" Then
    MsgBox "Transactin Complete"
    Else
    MsgBox x
    End If
    End Sub
    Private Sub Form_Load()
    Text1(4) = Format(Now, "mm/dd/yyyy")
    Set bapictrl = CreateObject("SAP.BAPI.1")
    Set oconnection = bapictrl.Connection
    oconnection.logon
    Set boOrder = bapictrl.GetSAPObject("SalesOrder")
    'Set boOrder = bapictrl.GetSAPObject("BUS2032")
    Set oPartner = bapictrl.DimAs(boOrder, "CreateFromData", "orderpartners")
    Set oPartner = bapictrl.DimAs(boOrder, "CreateFromData", "orderitemsin")
    Set oPartner = bapictrl.DimAs(boOrder, "CreateFromData", "orderheaderin")
    End Sub
    Thanks in advance
    Regards
    Rajaram

    Hi,
       This error occurred in the page where I used the file upload control. The control was working fine before. We tried installing entire PDK again and then applying the hotfix-1, but nothing worked and then I had to use an URL iview to invoke an ASP .Net application just for uploading the files.
    Thanks
    Swetha

  • HELP! Random errors creating SAP documents via Add-On.

    Hi,
    We have a very odd situation.  Our add-on has been running for 4 years.  During this time, we've made several enhancements.  In the last couple of weeks, users are getting random errors during the code that posts SAP documents.  The error doesn't occur creating the same documents everytime but the error message is always the same.  I cannot get the add-on to crash in the development environment.  Furthermore, once a crash occurs, the users can immediately try again and the document will then be created successfully so it's baffling.  We thought we'd tracked it down to the fact that when restarting a users Windows session, we were retaining the user profile files that SAP creates to store the SQL Server settings.  We found that the problem went away once we started deleting these files upon logout, but, the problem just got less frequent, it didn't completely go away.  Here is the error information:
    Error: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    Source: Interop.SAPbobsCOM
    Stack Trace:    at SAPbobsCOM.FieldClass.set_Value(Object pVal)
    I should say we've also uninstalled and reinstalled the DI API but that didn't help either.  We are running SAP 2007A SP01 P05 with users logging into Windows Server 2003 via Citrix.  Also note, this error is only occuring with documents being created through the add-on, no crashes occur creating documents direclty through SAP front end.
    Thanks very much,
    David

    Hello David.
    I have the exatly the same situation at Customer, only in 2007A version.
    The Addon has been developed for 6.5 and was running perfect in last 4 years. After upgrade,  the users got the random messages. and the user try it again can sucessfully post the documents. Only at this company.
    There is no citrix, and virtual server, onyl W2003 (32bit:) behind a firewall. (MS SQL 2005 SP2)
    In my sample, and your error message is the common: YOu got the message when you are using User Defined Field in marketing documents.
    I have found a note about change "coding" of update of User Defined Fields, it was not helped.
    Note number: 1235603
    Major change:
    +
    This issue results from using the following code:
    SAPbobsCOM.Field f = oPOrders.Lines.UserFields.Fields.Item("U_test")
    Instead of the above syntax, you should use the following:
    SAPbobsCOM.ProductionOrders_Lines f1 = oPOrders.Lines
    SAPbobsCOM.Field  f =  f1.UserFields.Fields.Item("U_test")
    Using the suggested syntax lets you perform the operation correctly. The issue does not happen with a regular connection.
    +
    In Small DB-s i was unbale to reproduce this issue, but in that specific customer (>40GB) i always trouble with this.
    My experience,
    - that i have created some custom indexes over marketing documents, and the error message was not appears in frequently.
    - changed 32 SQL Server Memory Allocation to EWA, the error message was not appears in frequently.
    I think this is an SQL server issue.
    I am intrested in the solution, SAP Support Center was unable to find any solution for this issue.
    Regards,
    János Nagy

  • Error in SAP JCO connection leads to SAP J2EE engine restart

    Hi All
    i am using SAP Jco 2.0 to connect to backend.The code runs fine for tables but when i try to access fields like 
    getExportParameterList().getField("EMPLOYEENUMBER").toString(); it leads to j2ee engine restarts.
    Is it a bug?
    Is it possible for an exception to restarts server even with error?
    Regards
    Shankar

    Hi,
    Does your application uses any property files or log files? If so, check if they are available in the specified location.
    Check the defaultTrace, you will know why the server is getting restarted. Have a placeholder in the defaultTrace so that you can easily identify the error.
    Thanks,
    Venkat

  • Error Creating a Net Connection with user "sys" as dba

    I can connect as user "sys" locally, but cannot
    connect as user sys as a network connection.
    situation #1: connecting locally ... no problem ...
         [oracle@localhost ~]$ sqlplus
         SQL*Plus: Release 11.2.0.1.0 Production on Sat May 12 23:31:39 2012
         Copyright (c) 1982, 2009, Oracle. All rights reserved.
         Enter user-name: sys as sysdba
         Enter password:
         Connected to:
         Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    situation #2: connecting "sys" by network ... error message - insufficient privileges ...
         SQL> connect sys@orcl as sysdba
         Enter password:
         ERROR:
         ORA-01031: insufficient privileges
    situation #3: connecting by network as user "system" ... no problem ...
         SQL> connect system@orcl
         Enter password:
         Connected.

    Certainly you are not following the rules of etiquette detailed in this forum.
    I guess you did not read the documentation relating to forum etiquette.
    If you read the forum etiquette documentation you would have read
    the following....
         When answering a question, please be courteous and respectful;
         there are different levels of experience represented here.
         A poorly worded question is better ignored than flamed -
         or better yet, help the poster ask a better question.
    Certainly when you answered me you did not followed those rules.
    You did not kindly help me make a better question, you insulted
    by implying my question is dumb and rating it as "boring".
    On your last post you insulted me again using the word "lazy" several times.
    and you also rated my question as "boring". Your opinion is of no value
    to anyone here, people just need help, if you don't know the answer just
    keep your opinions to yourself.
    If you examine my responses, none of them have an insulting word, or insulting
    implications. I cannot say the same about yours. So, I can mark your postings
    as being abusing and not following the rules of etiquette, I encourage you
    to read carefully the etiquette rules, the documentation, but I will not
    use insulting words on you as you did with me.
    I have to assume you are having a bad day. I pardon you for your disrespect.
    Stop cluttering this forum with personal offenses and comments,
    this is not the place for that.
    Case closed.

  • SUP-Error creating Unwired Server Connection connection to MyUnwiredServer

    Hi all,
    I've installed the SUP 1.5.2 and selected the Evaulatiuon (30 day trial) and my Unwired Server cannot start. When i try to test the connection in Enterprise Explorer -> Unwired Servers -> My Unwired Server i get the error.
    com.sybase.uep.admin.client.AdminException: com.sybase.djc.SystemException: Error: Connecting to host: HOSTNAME.DOMAIN_NAME, port: 2000.
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:106)
         at com.sybase.sup.admin.client.impl.AdminContext.getInstance(AdminContext.java:40)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:22)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:29)
         at com.sybase.uep.admin.client.ServerConnectionManager.ping(ServerConnectionManager.java:191)
         at com.sybase.uep.admin.client.ServerConnectionManager.updateConnectionProperties(ServerConnectionManager.java:98)
         at com.sybase.uep.admin.client.ServerConnectionManager.clusterConnect(ServerConnectionManager.java:68)
         at com.sybase.uep.datasources.uepprofile.UEPServerConnection.<init>(UEPServerConnection.java:59)
         at com.sybase.uep.datasources.uepprofile.UEPConnectionFactory.createConnection(UEPConnectionFactory.java:16)
         at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: com.sybase.djc.SystemException: Error: Connecting to host: HOSTNAME.DOMAIN_NAME, port: 2000.
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:619)
         at com.sybase.djc.rmi.iiop.client.Connection.getInstance(Connection.java:65)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.iiopConnection(ConnectionPool.java:455)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.newConnection(ConnectionPool.java:410)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.get(ConnectionPool.java:152)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool_DJC.get(ConnectionPool_DJC.java:30)
         at com.sybase.djc.rmi.iiop.ObjectRef.$connect(ObjectRef.java:275)
         at com.sybase.djc.org.omg.CosNaming.iiop_stubs.NamingContext._is_a(NamingContext.java:60)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.init(ClientNamingContext.java:697)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.getInstance(ClientNamingContext.java:76)
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:99)
         ... 13 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:525)
         at java.net.Socket.connect(Socket.java:475)
         at java.net.Socket.<init>(Socket.java:372)
         at java.net.Socket.<init>(Socket.java:186)
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:607)
         ... 23 more
    When starting  the service manually in Control Panel -> Admin Tools -> Services i get error:
    Could not start the SybaseUnwiredPlatformHOST_NAMEServer1 service.
    All others services has started successfully.
    I assume i'm not able to connect to the unwired server becuase the service is not started and i've got no idea why the service can't start. Can someone give me a direction as to what could be the problem.
    Thank you.

    hi all
    Even I have encountered the same difficulty while configuring the Unwired server connection properties. I am using SUP 2.0
    The ping failed and i got  an exception as..
    com.sybase.uep.admin.client.AdminException: com.sybase.djc.SystemException: Error: Connecting to host: 208.44.114.154, port: 2000.
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:89)
         at com.sybase.sup.admin.client.impl.AdminContext.getInstance(AdminContext.java:35)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:22)
         at com.sybase.sup.admin.client.impl.ServerConnectionImpl.<init>(ServerConnectionImpl.java:29)
         at com.sybase.uep.admin.client.ServerConnectionManager.ping(ServerConnectionManager.java:191)
         at com.sybase.uep.admin.client.ServerConnectionManager.updateConnectionProperties(ServerConnectionManager.java:98)
         at com.sybase.uep.admin.client.ServerConnectionManager.clusterConnect(ServerConnectionManager.java:68)
         at com.sybase.uep.datasources.uepprofile.UEPServerConnection.checkCompatibility(UEPServerConnection.java:88)
         at com.sybase.uep.datasources.uepprofile.UEPServerConnection.<init>(UEPServerConnection.java:58)
         at com.sybase.uep.datasources.uepprofile.UEPConnectionFactory.createConnection(UEPConnectionFactory.java:16)
         at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.ui.PingJob.createTestConnection(Unknown Source)
         at org.eclipse.datatools.connectivity.ui.PingJob.run(Unknown Source)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: com.sybase.djc.SystemException: Error: Connecting to host: 208.44.114.154, port: 2000.
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:619)
         at com.sybase.djc.rmi.iiop.client.Connection.getInstance(Connection.java:65)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.iiopConnection(ConnectionPool.java:455)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.newConnection(ConnectionPool.java:410)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool.get(ConnectionPool.java:152)
         at com.sybase.djc.rmi.iiop.client.ConnectionPool_DJC.get(ConnectionPool_DJC.java:30)
         at com.sybase.djc.rmi.iiop.ObjectRef.$connect(ObjectRef.java:275)
         at com.sybase.djc.org.omg.CosNaming.iiop_stubs.NamingContext._is_a(NamingContext.java:60)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.init(ClientNamingContext.java:697)
         at com.sybase.djc.rmi.iiop.client.ClientNamingContext.getInstance(ClientNamingContext.java:76)
         at com.sybase.sup.admin.client.impl.AdminContext.initialize(AdminContext.java:82)
         ... 14 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at com.sybase.djc.rmi.iiop.client.Connection.init(Connection.java:607)
         ... 24 more
    Please help

  • Error : Create Application server Connection.

    Hi Friends,
    I am new to SOA Suite,
    I have installled SOA sute on my laptop on which i have Oracle -E-Business Suite R12.
    I have installed "soa_windows_x86_101310_disk1_1" and J-Dev "jdevstudio10134"
    My SOA suite is working fine (I think so) but when i am connecting thrpugh J-Develover i am getting error in the 4th step (Test)
    The credential i am giving
    1 AppServerConnection1
    2Connection Type : Oracle AS 10g 10.1.3
    3 user Name and Pwd which was given at the time of installation.
    4 Connect to : single instance
    5 Host name : Localhost
    6 oc4jinstance name : home
    7 OPMN port : 6003
    and then trying test and getting error.
    Error getting OC4j Process for : opmn-home+oc4j-localhost-6003-default: Error Connecting to OPMN(is it OPMN running?) connection refused connect.
    I tried same thing on a different machine where this is working fine confused why it's not working on this machine. i have to do some integration work with BPEL and SOA with R12 hence this need to be installed on this machine.
    Please help.
    Bachan

    Hi James,
    I am getting this things please check and suggest.
    As i am using 10.1.3.4.0 J-Dev hence i am downloading a patch set mentioned below. please suggest if i am picking wrong patch set.
    Patchset: 10.1.3.4.0     20-Oct-2006
      This patchset is not a standalone installation, it gets applied to an existing installation. You can apply this patchset to any earlier 10.1.3.x installation (i.e., the base release or any previous patchsets, even if you installed MLRs.) This is a cumulative patchset and includes all fixes from earlier patchsets. Download patchset number 7272722 from Metalink. Download size: 733 MB. Output which u have requested for.
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl
    usage: opmnctl [verbose] [<scope>] <command> [<options>]
    verbose: print detailed execution message if available
    Permitted <scope>/<command>/<options> combinations are:
    scope    command       options
              start                         - Start opmn
              startall                      - Start opmn & all managed processes
              stopall                       - Stop  opmn & all managed processes
              shutdown                      - Shutdown opmn & all managed processes
    [<scope>] startproc   [<attr>=<val> ..] - Start opmn managed processes
    [<scope>] restartproc [<attr>=<val> ..] - Restart opmn managed processes
    [<scope>] stopproc    [<attr>=<val> ..] - Stop opmn managed processes
    [<scope>] reload                        - Trigger opmn to reread opmn.xml
    [<scope>] status      [<options>]       - Get managed process status
    [<scope>] dmsdump     [<attr>=<val>&..] - Get DMS stats
    [<scope>] set         [<attr>=<val> ..] - Set opmn log parameters
    [<scope>] query       [<attr>=<val>]    - Query opmn log parameters
              ping        [<max_retry>]     - Ping local opmn
              validate    [<filename>]      - Validate the given xml file
              config      [<options>]       - Modify the opmn xml file
              help                          - Print brief usage description
              usage       [<command>]       - Print detailed usage description
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl ping
    opmnctl: ping succeeded.
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl status
    Processes in Instance: oc4jadmin.lk
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    OC4JGroup:default_group          | OC4J:home          |     920 | Alive
    ASG                              | ASG                |     N/A | Down
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>Waiting for your reply.
    Thanks
    Bachan.

  • EPM Error while creating a local connection

    Hello everyone,
    I am a Dashboards designer and am new to BPC 10 MS. I am working on a dashboard that connects to BPC 10 MS to retrieve data via the EPM Connector. For this a 'Local' connection type must be used when creating the report in the Excel sheet using the EPM Add-In. I tried to create one but am facing a curious error which does not seem to be a known issue. I have installed the ODBO Client and therefore can create a local connection of type 'SAP BusinessObjects Planning and Consolidation'. Once I select this provider I entered my application server name and chose Windows Authentication for BPC MS as I have the service account credentials. I encountered an EPM - General error with the following text: Error while communicating with the server. Details: Framework message: Authorization failed. This error shows even if I'm using Excel and not Dashboards. If I use a different connector, I am able to access all the BPC data just fine. However, with local type (which is needed for the dashboard connector) it just doesn't work. I tried reinstalling the EPM Add-In as well as the EPM Connector without any change to the error.
    I am using Win7 32-bit, Excel 2010 32-bit, ODBO Client SP12, EPM Excel Client SP16 Patch 1, BPC 10 MS server SP08, Dashboards 4.1 SP1.
    Has anyone come across this before? Any help would be great as I'm very much stuck at this point.

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

  • Error while obtaining JCO connection when creating JCO connection

    Hey,
    im having a problem when creating a JCO connection in the Web Dynpro Content Administrator.  Creating the Modeldata (Application Data Data type) JCO Worked but when creating the JCO for the RFC Metadata (Dictionary Meta data) there is a problem:
    In step 3.2 Msg server connection I cannot specify a system name and logon group, only the message server can be selected with the dropdown box.
    After pushing the finish button i get the following stacktrace:
    Failed to create new JCO client connection WD_RFC_METADATA_DEST: com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscapeException: Error while obtaining JCO connection. at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:150) at
    com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.createJCOClientConnection(SystemLandscapeFactory.java:356) at
    com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.createJCOClientConnection(WDSystemLandscape.java:107) at
    com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionFinish(ButtonBar.java:224) at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:265) at
    com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at
    com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) at
    com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleAction(WebDynproMainTask.java:101) at
    com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:304) at
    com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649) at
    com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59) at
    com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248) at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154) at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116) at
    com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55) at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:760) 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:95) at
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160) Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve connection parameter for WD_RFC_METADATA_DEST at
    com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter4MsgServerJCODestinaton(JCOClientConnection.java:664) at
    com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:508) at
    com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:248) at
    com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:222) at
    com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:101) at
    com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:148) ... 30 more Caused by: java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:393) at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter4MsgServerJCODestinaton(JCOClientConnection.java:558) ... 35 more
    We are running WebAS 640 SP 14 on Unix.
    Greetings,
    Hannes
    Message was edited by: Hannes Defloo

    Hi
      Please configure your SLD. Your SLD holds the system definition. Define a SAP WebAS abap system and then try to create a Metadata connection using WebDynpro content administrator. Now you will be able to see the msg server defined in the dropdown. Also ensure that you have the message server entry in your services file.
    Refer these links for SLD
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/dc37520bdf4b48bb8f6d4329f073d5/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/24/8fa93e08503614e10000000a114084/content.htm
    Hope that helps.
    regards
    Ravi

  • Error  while creating a JCO Connection

    Hi i am trying to create a JCO Connection from sapj2ee engine
    my problem is i am getting an error  connection to msg server host failed ..
    When i select the Message Server the System Name and Logon Group fields are disabled and cannot be modified and the problem is there is a default system name field already present there  which remains there irrespective of whther i change
    the msg server...
    why is this happening...
    regards
    Nilesh Taunk.

    Hi Nilesh,
    exactly follow this link for the set up in Visual Admin..
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/cd2e807e0e45bf9da67354f452fc05/content.htm
    then refer these forums also...
    Re: Metadata problem
    i have already explained in step by step setting up of SLD.. in thisforum... refer this also
    Re: getting a BAPI from an R/3 system
                     Regards
                     Kishor Gopinathan

  • UIView.dll Terminating! error in Designer when creating a BW connection

    Impossible to create a new BW connection in Designer without having designer crashing.
    In the designer logs the following error is showing !!!!!!UIView.dll Terminating!
    Creating a new connection based on any other data provider type does work only when this is based on Bex query then does the error occured.
    Customer is using Serveur :
    Server is AIX
    BOXI 3.1 - sp3
    Integration kit sp3
    Transport have been imported in SAP
    BW version 7.01
    Initially they were on Designer BOXI 3.1 FP 1.4 (where it worked) and have upgraded using
    ENTRPRSECLNTTLS01_4-10007443.exe
    ENTERPRISECLNT03_0-10007619.EXE
    They have desinstalled and reinstalled designer and integration kit.
    Installed on a brand new machine and the error is still there.
    Same error in standalone mode
    Tried to test from my machine in standalone mode and cannot reproduced the error.
    Customer has tried as well creating connection using ''Use Single Sign On when refreshing reports at view time'' crashes designer, it does not matter what user they use at all it is the same all time.
    Same on different client machine too.
    Any idea ? Anyone has encounterred the same problem
    MDA logs are showing
    'Failed to locate the LogFormat settings in the registry. In this case, the LogFormat will use the default format.'
    Thanks
    Steph

    HI Stephanie:
        Hopping you solve that customer's issue, I would like to ask you if you found the source of the error.
         Even I am trying something different than yours, I am  having the same issue as your customer.
         One MDA.LOG file is created with the same message multiple times in multiple lines. The file has not other message and the message is :
    'Failed to locate the LogFormat settings in the registry. In this case, the LogFormat will use the default format.'
    We got a BoXi 3.1 server on Windows 2003 using a CMS database in a windows MS-SQL 2005 server SP4.
    Installing BOXi 3.1SP3 the connection server did not start and the MDA.LOG wsa created. Uninstalling SP3 from it, the Connection server start, but the MDA.log is being created again.
    Could you let me know if you solved and what this MDA.log means? Thanks
    Reinaldo

  • Error creating JCA connection factory in NWA

    Hi,
    I need to load an file with idoc content into a XML.
    So parameter IDOCXmlToFlatConvertor is required  and it's necessary to create a JCA Connection Factory in NWA.
    I'm trying to do it using :
    /people/william.li/blog/2009/04/01/how-to-use-user-module-for-conversion-of-idoc-messages-between-flat-and-xml-formats
    http://help.sap.com/saphelp_nwpi711/helpdata/en/b5/bd93642dd3410f90ebea702399fac4/frameset.htm
    But, when i try to create a JCA Connection Factory in NWA, systems returns next error:
    com.sap.engine.services.connector.exceptions.BaseDeploymentException: Can not set authentication user store "null" in security context "MRD_300" for connector "MRD_300" in application "sap.com/tc~sapjra".
    at com.sap.engine.services.connector.deploy.util.security.SecurityUtils.deploySecurity(SecurityUtils.java:507)
    However, creating JCA connection as indicated in this blog, security tab doesn't allow any change  and field user store can't be modified.
    How to do it?
    Carme

    Hello Carme,
    From the error , I can see that the name of the JCA Connection Factory that you are trying to create in NWA is: "MRD_300".
    This beautiful blog by William will surely help you rectify the problem.
    /people/william.li/blog/2009/04/01/how-to-use-user-module-for-conversion-of-idoc-messages-between-flat-and-xml-formats
    Kindly check if you have done the following in your configuration:
    1. Copy and create new dependent JCA Connection Factory from the JCA resource: "SAPJavaResourceAdapter15" 
    2. You have to go to the "Configuration Properties" tab (and not Security tab) of your JCA connection Factory (MRD_300) to enter the credentials that will be used by this CF. Make sure that you enter the details properly. Eg. In your case, just check if the password is entered.
    3. Also, check if the JCA resource "SAPJavaResourceAdapter15" is up and running (green traffic light). Else, restart the corresponding Java Service from NWA -> Operations Management -> Start & Stop -> Java Services
    I hope this should solve your problem.
    Regards, Gaurav.

  • Error creating communication to SAP Service and Support.

    Hi guru,
    I hava an error while configuring in SAP solution manager 7.0 SP12  in SPRO transaction the "initial configuration part I " : the wizard configuration give me the error "Error creating communication to SAP Service and Support"
    Error creating communication to SAP Service and Support
    Message no. IMG_FASTCONF004
    Diagnosis
    Error creating communication to SAP Service and Support.
    If i create the two RFC connection manually ( SAP-OSS and SAP-OSS-LIST-O01 ) then when I returned to SPRO to make the "initial configuration part II " this tell me that there is an error in basis configuration.
    How can I solve this problem ?

    markus , this is the first step i made after the installation of Sol Manager : this step have created the RFC   SAPOSS ( and is working ).
    Ok - good.
    I am speaking about solution manager , that in basic configuration try to create the other RFC.
    yes - I´m aware of that.
    I would update to the latest service pack first (SP17 or SP18) before you start with the confiugration. The new SPs have much better wizards. SP12 is pretty old already.
    Markus

  • Unable to create a Relational Connection to SAP Netweaver BW Infoprovider

    Hi Experts,
    I'm tring to create a relational connection to SAP Netweaver BW Infoprovider: Information Design Tool
    And have mentioned all the parameters needed for the connection correctly.
    Current version is BW 7.4 and IDT 4.1
    But m getting the error which is returning from the host due to failed RFC Connection which I have not understood.
    Please guide me how to resolve this error and what is the reason behind this error. .
    Kindly see the attached file of error.
    Your answers will be helpfull.
    Thanks & Regards,
    Shruti

    Hi,
    Check the attached wiki link to setup RFC connection.If this not already setup then ask your basis team to setup RFC connection.Before creating the IDT connection test the RFC connection in sm59.
    SAP BW With RFC JCO Connections In Information Design Tool - Business Intelligence (BusinessObjects) - SCN Wiki
    if you set the manual call back then add higlighted parameters in the IDT connection.
    Amit

Maybe you are looking for