Runtime Workbench - Proxy Runtime

In the Runtime Workbench, I got an error status in the component "Proxy Runtime".
Result of Self-Test:
    Can the SLD be reached?   (successful)
    Does the Integration Engine know the business system? (error)
    Are roles in SXMS_CONF_ITEMS and SLD consistent? (error)
Details:
    Tested: RFC destination, ping, getLCR server, read cache, BS defined
    Function LCR_GET_OWN_BUSINESS_SYSTEM failed (return code = 1)
    No role for business system defined in System Landscape
Can anyone tell me how to solve this problem?

Hi,
This basically means that your back end system where you generate your proxy, was NOT registered in SLD properly.
Proceed as follows in SLD:
1. If your system has not been registered as a technical system, you will have to register it using transaction RZ70 (Prior to that, you also need to make sure the RFC destination SLD_UC has been properly configured to point to your SLD program registered in PI gateway )
2. Create your business system referring to the technical system above, pointing to the client where you want to generate your proxy.
Hope it helps,
Lim...

Similar Messages

  • Runtime Workbench Proxy Runtime Configuration

    Hi
    I'm trying to setup the RWB proxy runtime configuration. However our ERP system shows up as an ALE-Logical system and not a Business System in the Configuration tab of the RWB and doesnt appear at all in the Component Monitoring tab so we cant monitor messages from it through the RWB.
    We've tried deleting the business and technical system and re-registering them with RZ70 as well doing a CPA Cache refresh. But that hasnt resolved the issue.
    I have compared this system to another system in the SLD which does show up as a Business System and can be monitored through Component Monitoring. They seem to be exactly the same.
    Is there some kind of setting we are missing on the ERP system?
    Thanks
    Riaz

    Hi Riaz & kesava,
    RWB Proxy runtime setup can be seen from RWB->Component Monitoring under Components section Domain XI->Integration Engine.
    Check the following
    1)Can the SLD be reached?  - RFC destination, ping, getLCR server, read cache, BS defined
    2) Does the Integration Engine know the business system?   - Business system name = BS_100, Role = Application System
    3)Are roles in SXMS_CONF_ITEMS and SLD consistent?   - Role = Application System
    4)Has an Integration Server destination been defined?   Destination 'XIabcd100' to the Integration Server 
    Cheers
    Veera

  • Using a proxy

    Hi All,
    My company uses a proxy server to connect to the internet. I have made the necessary settings in    Window>Preferences>Workbench-->Proxy settings in Netweaver Developer Studio. But I can deploy and run a web dynpro application only if I disable the proxy on the browser. I contacted my administrator and he says that the proxy settings on Visual Administrator has been set. Is there anything else to be done apart from this?
    Regards,
    Rachel

    Hi,
    For Proxy Setting go thru this link. This explains very clearly. 
    External Web Service
    For more information go thru this link.
    Error while creating a webservice model
    Regards,
    Sridhar

  • Error in Runtime Workbench, Component Monitoring, Proxy Runtime

    Hi,
    I have the following error in the Runtime Workbench, under Component Monitoring->Integration Engines->Proxy Runtime. The error message is Ping Status: “Unable to logon to system xxx in language EN with user XIRWBUSER”. However, I am unable to find out where the account and password are specified in order to correct this. Any help would be appreciated.

    Hi,
    it can be for some system configured on http destination or the sld system configured for this server.
    take a look at tx sxmb_adm for the http destination to discover witch destination is been used. then, on sm59, find the server that is been called for this http destination and check on that server if this user is ok there.
    to check sld, go to tx sld_apicust discover witch is the sld system configured for this server. After log on to sld system and check the user.
    Maybe the user is ok on the destination system, so, check the password on sm59 (if the problem is with an http dest) or sld_apicust (if the problem is the connection to sld).
    regards.
    roberti

  • Par file deployment from nwds - sap-plugin.log error

    i'm trying to deploy par file
    all my setting are right, but i get error that i see in sap-plugin.log file
    Server returned HTTP response code: 401 for URL: http://sapepdev:50100
    does anyone knows how to fix that problem?
    is my "nwds-> preference-? workbench-> proxy " settings should be like the settings in the browser?
    thanks
    Roni

    the error in sap-plugin.log is:
    [02.01.07 / 11:05] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://sapepdev:50100/irj/servlet/prt/portal/prteventname/upload/prtroot/com.sap.portal.runtime.system.console.ArchiveUploader?login_submit=on&j_user=amit-y&j_password=123456&j_authscheme=default&uidPasswordLogon=Log%20on
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:800)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:363)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:435)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:221)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:416)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:350)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:531)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:112)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

  • Errors while Starting SAP NetWeaver

    Hi,
      I noticed that my netweaver studio is lot of time to startup and when i look for the logs i see a huge list of exceptions most of them are similar and i pasted the exception below.
    I am using
    SAP NetWeaver Developer Studio
    Version: 2.0.11
    Build id: 200502210240
    How to resolve this
    Thanks in advance
    !ENTRY org.eclipse.debug.core 4 2 Jun 28, 2005 22:15:26.708
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.debug.core".
    !STACK 0
    java.lang.ClassCastException
         at com.sap.ide.eclipse.debugExtensionPlugin.DebugSourceLocator.<init>(DebugSourceLocator.java:38)
         at com.sap.ide.eclipse.debugExtensionPlugin.DebugExtensionPlugin$DebugListener.handleDebugEvents(DebugExtensionPlugin.java:33)
         at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:787)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
         at org.eclipse.core.runtime.Platform.run(Platform.java:413)
         at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:819)
         at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet(DebugPlugin.java:266)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugElement.fireEvent(JDIDebugElement.java:140)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugElement.fireCreationEvent(JDIDebugElement.java:130)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.createThread(JDIDebugTarget.java:441)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget$ThreadStartHandler.handleEvent(JDIDebugTarget.java:1580)
         at org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch(EventDispatcher.java:135)
         at org.eclipse.jdt.internal.debug.core.EventDispatcher.run(EventDispatcher.java:211)
         at java.lang.Thread.run(Thread.java:534)
    !ENTRY org.eclipse.debug.core 4 120 Jun 28, 2005 22:15:26.708
    !MESSAGE An exception occurred while dispatching debug events.
    !STACK 0
    java.lang.ClassCastException
         at com.sap.ide.eclipse.debugExtensionPlugin.DebugSourceLocator.<init>(DebugSourceLocator.java:38)
         at com.sap.ide.eclipse.debugExtensionPlugin.DebugExtensionPlugin$DebugListener.handleDebugEvents(DebugExtensionPlugin.java:33)
         at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java:787)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
         at org.eclipse.core.runtime.Platform.run(Platform.java:413)
         at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java:819)
         at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet(DebugPlugin.java:266)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugElement.fireEvent(JDIDebugElement.java:140)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugElement.fireCreationEvent(JDIDebugElement.java:130)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.createThread(JDIDebugTarget.java:441)
         at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget$ThreadStartHandler.handleEvent(JDIDebugTarget.java:1580)
         at org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch(EventDispatcher.java:135)
         at org.eclipse.jdt.internal.debug.core.EventDispatcher.run(EventDispatcher.java:211)
         at java.lang.Thread.run(Thread.java:534)

    Hi,
    I got this solution from SAP and it worked.
    This is a known problem that appers due to an implementation bug,
    while trying to read the proxy information. The studio expects non-
    empty value for key com.tssap.config/proxy, located in
    [YourDevStudioInstallationPath]\eclipse\plugins\com.sap.java.ide\pl
    ugin_customization.ini file. During the installation no value is
    assigned to this key (as you mentioned - no proxy in your case). The
    problem will be fixed for SP14, however there is a workaround:
    1. Change the value for key com.tssap.config/proxy in
    plugin_customization.ini to something like this - proxy:80.
    2. After this change the DevStudio should start and you'll be able to
    configure your proxy settings from Menu Window->Preferences-
    >Workbench->Proxy Settings. (In your case - disable the proxy
    server)

  • Error while Importing a Web Services Model

    Hi,
    I have developed an Web Dynpro application for sending an e-mail message, using an e-mail Web service provided by an external service provider (in this case http://webservices.matlus.com/scripts/emailwebservice.dll/wsdl/IemailService) as provided in the SAP NetWeaver Online Help Documentation.
    When i attempt to import a Web Service (mentioned above ) using UDDI or URL as the WSDL source  i get a error whose description goes as follows
    " Invalid WSDL or WSDL not Found, Please specify different WSDL or Check WSDL location entered in the previous screen"
    There are steps provided for carrying settings changes if my HTTP connection to the e-mail Web service uses an HTTP proxy.
    However this can be done only after the Model (Using Import Web services has been created). The above error does not allow me to proceed to create the Model and do the subsequent HTTP settings
    Can Somebody help in this regard
    Badrinath Parthasarathi

    Valery,
    I have checked the Proxy settings in the DEV studio at Window->Workbench->Proxy Settings and they are in sync with my Browser Proxy settings.
    Yes, I do have to go thru proxy server for Internet access
    Could you advice which proxy settings would i need to carry out.
    Also One question. As i am using a external (Non-Local)Web Service would i need to register the Web Service?
    Would any UDDI Config settings need to be done on my part such as
       -  Setting the UDDI Registery
       -  Creating Users to access UDDI Client
       -  Carrying out related HTTP proxy settings
    Thanks N Regards
    Badrinath Parthasarathi

  • Cannot deploy app files to j2ee engine in NWDS

    Hi,
      I`ve got NWDS ver. 2.0.15 and I am trying to deploy some files to app server but I got message
    Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I am almost 100%  it`s because I need to use proxy to connect the server. I set up proxy settings in window->preferences->workbench->proxy but I think this option doesn't affect to j2ee engine connection. Cause for example I can access portal on port 50000 using my browser (with set up proxy), but I cannot deploy PAR file what`s more the settings window->preferences->SAP Enterprise portal are correct and the same which I used to connect portal using web browser.
      I was thinking about other way to check the connection and SDM Remote GUI came on my mind. Does anybody know how to set up proxy in this program?

    Rich,
      I did it and I am absolutley sure that host and message server are correct. I think that the problem is that to connect server the connection should be via proxy. And I think beacuse of it connection desnt work.
    Look at my example I can connect portal via web browser with configured proxy, but I cannot deploy PAR file using NWDS with the same port and host as I used in browser.
    I have configured proxy in NWDS (window->preferences->workbench->proxy) but I am affraid that this setting doesnt take affect to j2ee engine settings and Enterprise portal deployment settings.
    Now I am looking for tool which gives me possibility to connect SDM some other way with proxy. Or maybe there is some soft that allows me to set all outgoing network connections to go via proxy.

  • PAR File upload Failed in NWDS

    Hi ,
    i.While i m trying to deploy PAR file from NWDS it showing Error like this"<b>PAR Fileupload Faild Please Check the user Name And Password</b> " .Also I tried this with admin Userid and Password,it showing the same error.
    ii.I can able to Login in to the Portal,But i cant deploy the PAR File.
    Help me to get through this .
    Regards,
    Malini.V

    Hello Malini,
    There is no configuration on server side for uploading PAR files. Please check your EP Server settings they can be the only cause of error. In NWDS please go to Windows->prefrences->SAP Enterprise Portal. Provide all the necessary details over there.
    You should use a user id which is having super_admin role assigned to it.
    In case you still get error that upload failed, In NWDS please go to Windows->prefrences->Workbench->Proxy Settings. remove proxy if it is there.
    Also the upload can fail depending of the content of the file, please ensure that there is no error in the code you are using.
    Regards
    Atul Shrivastava
    PS:Award points for helpful answer.

  • Error while starting SAP NetWeaver Developer Studio

    Hi,
    I have installed Java SDK (v1.4.2_09) and Netwearver development
    studio (2.0.13) on my laptop.When i try to lanch the development studio
    i get an error, (!MESSAGE Exception launching the Eclipse Platform:).
    Please see the error log for the details.
    Please help!
    Regards
    Fatima
    !SESSION Aug 15, 2005 14:44:56.32 -
    java.version=1.4.2_09
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide -consolelog -debug C:\j2sdk1.4.2_09\bin\java.exe
    -Xmx512m
    -Xms128m
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -DallUserDir='C:\Documents and Settings\All Users\Application Data'
    -cp C:\Program Files\SAP\JDT\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\Program Files\SAP\JDT\eclipse\SapIde.exe -showsplash 600
    -consolelog
    -debug  -data C:\Documents and Settings\shahpurf\Documents\SAP\workspace -install file:C:/Program Files/SAP/JDT/eclipse/
    !ENTRY Startup 1 0 Aug 15, 2005 14:44:56.32
    !MESSAGE Sap NetWeaver Developer Studio - Build: 200507190119
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Aug 15, 2005 14:44:56.262
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:286)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:795)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:602)
    Caused by: java.lang.reflect.InvocationTargetException
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:861)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         ... 7 more
    Caused by: java.lang.NumberFormatException: For input string: ""
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:489)
         at java.lang.Integer.parseInt(Integer.java:518)
         at com.tssap.config.ProxySettings.parse(ProxySettings.java:184)
         at com.tssap.config.ProxySettings.loadFromPreferences(ProxySettings.java:114)
         at com.tssap.config.Startup.runBeforeWBStartup(Startup.java:39)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:65)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         ... 8 more

    Hi,
    I got this solution from SAP and it worked.
    This is a known problem that appers due to an implementation bug,
    while trying to read the proxy information. The studio expects non-
    empty value for key com.tssap.config/proxy, located in
    [YourDevStudioInstallationPath]\eclipse\plugins\com.sap.java.ide\pl
    ugin_customization.ini file. During the installation no value is
    assigned to this key (as you mentioned - no proxy in your case). The
    problem will be fixed for SP14, however there is a workaround:
    1. Change the value for key com.tssap.config/proxy in
    plugin_customization.ini to something like this - proxy:80.
    2. After this change the DevStudio should start and you'll be able to
    configure your proxy settings from Menu Window->Preferences-
    >Workbench->Proxy Settings. (In your case - disable the proxy
    server)

  • Problem installing dev studio

    I have installed the dev studio on a windows workstation and it will not start, I get the following error
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Aug 17, 2005 07:25:13.767
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:286)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:795)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:602)
    Caused by: java.lang.reflect.InvocationTargetException
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:861)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         ... 7 more
    Caused by: java.lang.NumberFormatException: For input string: ""
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:489)
         at java.lang.Integer.parseInt(Integer.java:518)
         at com.tssap.config.ProxySettings.parse(ProxySettings.java:184)
         at com.tssap.config.ProxySettings.loadFromPreferences(ProxySettings.java:114)
         at com.tssap.config.Startup.runBeforeWBStartup(Startup.java:39)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:65)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         ... 8 more

    Hi,
    Search for file "plugin_customization.ini" in PDK installation directory. ( C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.java.ide )
    open plugin_customization.ini file and for parameter
    "com.tssap.config/proxy= " , put 80 at the end and restart the PDK.
    80 -->IF you are not using proxy server to hook to internet.
    If you are using Proxy server , provide that port number.
    plugin_customization.ini=80.
    If you are not using the Proxcy server to hook to the internet .. DO THI SSTEP.
    Once PDK is opened in the PDK GUI, go to Windows (Menu) --> Preferences --> Workbench --> Proxy Settings --> uncheck the use a proxcy server.
    Reply back were you able to solve

  • Confugration settings for Webservice

    Hi All,
    I am facing problem while calling wsdl's in Portal Component application (Portal service from client side).
    Error : Connection timed-out.
    Can anyone tell me what are the confugration settings needs to be done before I call wsdl's.
    I am using proxies in order to connect to internet.  Please, gimmie possible solution. Appreciate your time and inputs,
    Thanks & Regards,
    Ravi Kumar.

    Hi Ravi,
    you must set up your proxy settings.
    Go to <b>Windows -> Preferences</b>.
    Under <b>Workbench -> Proxy Settings</b> set up your <b>proxy address & port</b>.
    Also I had this problem and this solve it.
    In alternative you can edit the logical ports under your Web Services in the same way.
    remember: awards points for good answers.
    Best regards,
    Gianluca Barile

  • Error in Netweaver 2004s SP12

    Hello All,
    When i am trying to import web service from Netweaver 2004s SP12 , i am getting an error as :
    Error in loading WSDL file check the error log.
    but while importing from  Netweaver 2004s SP07 we are able to import the web service.
    Please help me in resolving this error because i want to work on SP 12 .
    Thanks
    Sonal

    hi sonal,
        Go to Netweaver IDE>window>prefrences>workbench>proxy settings
    check wether check box "Use a Proxy Settings" is checked or unchecked.
    If it is checked try to uncheck the check box and try to import the webservice.
    Try this in vice versa also.
    Hope this might help u.
    regards,
    saleem

  • Flash CS6: Android debug "unable to connect to the debugger"

    I'm using Flash CS6 on a Windows 7 machine. I'm trying to debug on a Nexus 4 (yes, USB debugging is enabled on the device).
    When I select "AIR Settings > Deployment > Debug" and publish, the app is installed on my device but it just shows a black screen for awhile, then finally a dialog on my phone appears that says:
    Adobe AIR
    Unable to connect to the debugger (MyPC.home)
    Enter IP address or Hostname:
    [text input]
    [OK] [Cancel]
    Neither IP or hostname seems to connect the debugger.
    If I press Cancel I can use the app. I can also deploy the app as "Device release" just fine. I just don't get any debug output in Flash Pro, which makes debugging really hard since I can't see exceptions or trace actions.
    I'm basically stuck and unable to debug. Any ideas?
    Thanks!
    -Aaron

    Hi Arun,
    You are sure the details that you have configured for the portal are correct?
    The Developer Studio that you are using is the sap SP level as EP?
    There is no proxy server between you and the portal? Check your Dev studio settings via Window>Preferences>Workbench Proxy settings.
    Cheers
    Dan

  • Question for download WSDL

    what is this error?
    how can solve?
    Cannot download WSDL from http://bj-ep.demo.com.cn:50000/GRMGWSTest/service?wsdl&style=rpc: Cannot connect to http://bj-ep.demo.com.cn:50000/GRMGWSTest/service?wsdl&style=rpc: bj-ep.demo.com.cn

    hi luo,
    check web service link is working/alive by placing it in normal browser, usually it would return WSDL ( description in XML) format.
    if it is okay and not getting wsdl in NWDS, enter proxy in NWDS. Window-Preference-Workbench-Proxy settings.
    nikhil

Maybe you are looking for

  • How do I change my password on my computer ?

    How do I change my password on my computer ?

  • How to load a class dynamically and then a call a method?

    Hi I want to call a method from a class,which class is loaded dynamically. Consider a classA and ClassB.. ClassB contains a method showvalue() which returns a String value. I want to load a ClassB dynamically in ClassA,and call the method showvalue()

  • Memory Leak in UIWebview on loading NSURLRequest

    I have created a custom browser for my app. Whenever i load a url request into web view a memory leak is seen. A snapshot of the same is shown below Please note that no backtrace has been shown which makes life more painful. In my application a simpl

  • Colour safe for broadcast help...

    Hi all.... Right, not too sure about this one.... Having taught myself coulor corrections, luminance and Gammas etc.... I am now being carefull at my colour levels throughout my sequences, I am left with an issue. My sequence is done and I am about t

  • App update issues

    I have a known good apple id and passord, but when I go to update app's that I am alerted to update ie:facebook,yahoo I enter my known good password and I get a message from sign in iTunes Store that my Apple ID or password is incorrect Please help