Web service Deployement

Hi,
I have published pl/sql procedure as web service and deployed by right clicking deploy. Now I can only access it on the same machine on which web logic server is installed.
How can I deploye the web service to be called by any other application?
Thanks,
/ZAB

Hi
In browser, type http://yourdomainhost:domainport/console. Say if your using local jdeveloper, try, http://localhost:7101/console. Login with domain username, password. On left side, click on Deployments. On right side, you will see list of already deployed EARs, WARs, JARs etc. click on button named Install. Follow the screen shots, Browse and select your .WAR file. click next and at one point it will show list of Servers where to deploy. Select all of them and click on Finish. Then access the WSDL with that server host, port.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/12c/03-DeployApps/deployapps.htm
http://onlineappsdba.com/index.php/2008/08/12/deploy-application-on-oracle-weblogic-server/
If you just have WebServices, you can deploy as .WAR file. But if you have more projects like other EJBs etc, then from Application Properties -> create a new Deployment Profile like EAR. You can refer JDeveloper docs on how to generate EAR and WAR files from JDeveloper IDE.
You can create DataSources/Connection Pools also from Weblogic Console.
Thanks
Ravi Jegga

Similar Messages

  • DLL files adding while web service deployement

    hi,
    I created a webservice out of a java file which uses custom C dll files. I have deployed this webservice on the applicaiton server but it doesnot seem to have the dll in the war file. Could anyone please seuuget what settings i have to make so that i can pick up dll files while creating the war file?
    Thanks
    Sravanti

    I don't think that is it specific to just .NET web services. I have tried with a web service created with TIBCO BusinessWorks (Middleware product) that did not work either. The wsdl validated correctly in soapUI, so I think it just must be the implementation of the parser which is looking for some specific format.
    When in doubt, go with either the manual reference or with pl/sql using one of the api's.

  • Web Service Proxy DC in NWDS 7.3

    Hello,
    We are planning to upgrade our SAP NetWeaver Portal platform from 7.0 to 7.3.
    Currently, we have created following type of DCs in SAP NWDS 7.0: -
               1. Portal Application Standalone (packed in SDA) : ( mainly JSPDynpage & custom UWL connectors)
               2. Web Service Deployable Proxy DC  : (to be used in JSPDynpage to call web service)
    Can anyone please suggest what type of DCs we need to create in NWDS 7.3 and some tips while migrating the code?
    Please help.
    Thanks & Regards,
    Amey Mogare

    Thank you very much Amey for the answer! I'm gonna try your approach and will get back to you if I have any confusion!
    May I bother you with another question?
    I'm facing a problem after deploying and starting EAR file (regarding to a Service) on
    SAP NetWeaver Application Server Java. The error occurs when the service is started and the error  message indicates the soapconfig.xml because of a missing function (let's name it X). Just to make  sure weather the problem is caused by soapconfig.xml file or not, I did a test! The point is that when  I remove the folder containing soapconfig.xml and create EAR file, after deploying it, the same error  is issued meanwhile there is no soapconfig.xml file deployed!!
    I would like to know what's your idea about this problem! Is there any configuration section in Sap  NWDS Application server Java in which we can change the path regarding to soapconfig.xml or any  other file??
    Many thanks for your help in advance!

  • Web service problem (Timeout)

    hello
    i hope this is the right category to post my problem
    i want to use the service "customerCRMChangeRequestConfirmation_In"
    but i get this error message: "Error getting response; java.net SocketTimeoutException: Read timed out.
    on my search to fix this problem i found the SAP Note 826419.
    with following advice:
    ===========================================================================================
    Version NW 7.10
    Using NetWeaver Administrator
              o For standard Web service deployable proxy:
                1.  Open SAP NetWeaver Administrator in a browser: http:// "Web Services Administration".
                3.  Choose "Proxy Definitions by Name" and click "GO".
                4.  Select the proxy you want to configure.
                5.  Choose the "Configuration" tab.
                6.  Choose the "Logical Ports" tab.
                7.  Select the logical port you want to configure and choose "Edit".
                8. Choose the "Transport Settings" tab.
                9. Edit the "Max wait-time for HTTP response (in milliseconds)" field.
                10. Click "Save" to save the settings.
    ============================================================================================
    but in my Transport Settings are no "May wait-Time for HTTP response-field"
    what is the problem? i have an SAP CRM IDES System with Netweaver 7.1
    do I need to install an sp?
    I also found this solution for my read time out problem:
    http://wiki.sdn.sap.com/wiki/display/TechTSG/%28WSR%29Problems-P01
    but this solution with "Visual Administrator" is for java stack, right?
    thank you for your help!
    kind regards
    sven möller

    Hi Sven,
    There could be several reasons for this timeout but seeing as this is an IDES System things should generally work fine (it's not always the case though).
    I would suggest increasing the socket timeout on SoapUI & then test the webservice again. If you are unsure of how to do this just Google 'SoapUI Test Case Socket Timeout' or something similar. You first need to create a test suite/case & then you can control the socket timeout on SoapUI.
    Just in case, I would also check that the webservice service is configured correctly by launching transaction code SOAMANAGER from the IDES CRM & searching for this service (look for the change customer service under service providers). Just verify that all endpoint configuration is correct.
    I would also verify if you have the necessary authorizations (for your IDES login user) to change a customer.
    Lastly, I would setup a trace/recording using the ICF Recorder for your IDES login user (Google 'SAP ICF Recorder' for correct usage). Turn on the recorder to trace your incoming request in IDES & trace the outgoing response from IDES.
    You could also try viewing Transaction Codes ST11 & ST22 that trace incoming requests into the IDES Application Server. This may highlight any authorization related issues.
    Best Regards, Trevor

  • Consume a Web Service from a Webcenter aplication | Checkinuniversal servi

    HI
    Im trying to consume the checkinuniversal service from my webcenter application.
    Steps done as instructed in the URL below
    http://www.oracle.com/technology/obe/obe11jdev/11/wsdc/wsdc.htm
    But when i try to cehkin the document from my webcenter application it showin an error ' Content item 'scs' was not successfully checked in. The content item must have a primary file.'
    Is there any other way to checkin content from webcenter application through java code/CIS/ or any one has idea about primary file issue-how to resolve it.
    Can you please share your ideas/ sample code(CIs) if any
    thanks Smith

    Hi Paolo,
    maybe I faced the same issue. I solved it reading the thread:
    web service deployable client
    Hope this help
    Cheers
    Roberto

  • Web Service Error - no service endpoints found

    Hi,
    I tried to create a web service deployable proxy project to consume an external third party web service url. There were no files generated for Logical Ports and Proxy Classes, though there are files generated for WSDL and SEIs. A further test on http://ip:port/index.html -> web service -> Enter the WSDL URL of the Web service -> No Service Endpoints Found, prove that something wrong with the url. 
    Any idea for me to check what goes wrong with the web service url? or could it due to firewall?

    In the meantime, there are also consuming my java-created web service using the test tool from http://www.soapclient.com/soaptest.html.
    Error given as below, from the
    wsse:InvalidSecurity0012BF1423AB0047000000350000065C00041741F13F5CDC : Found 0 operation definitions using keys: Key name:'first-body-element-ns' key value:'urn:EMMWSWsd'; Key name:'SoapRequestWrapper' key value:'sendMOtext'; 0012BF1423AB0047000000350000065C00041741F13F5CDC : Found 0 operation definitions using keys: Key name:'first-body-element-ns' key value:'urn:EMMWSWsd'; Key name:'SoapRequestWrapper' key value:'sendMOtext';
    From my application log, error shown as below:
    #1.5#0012BF1423AB0047000000360000065C00041741F13F5DA5#1151471894671#com.sap.security.core.server.ws.service.ServerSecurityProtocol#sap.com/AdapterWSTabEAR#com.sap.security.core.server.ws.service.ServerSecurityProtocol.handleRequest#J2EE_GUEST#230####800311f0066511dba3770012bf1423ab#SAPEngine_Application_Thread[impl:3]_5##0#0#Error#1#/System/Security/WS/SecurityProtocol#Java###An error occurred while processing the message security. Reason: . See trace entry .#3#com.sap.engine.interfaces.webservices.runtime.OperationNotFoundException#Found 0 operation definitions using keys: Key name:'first-body-element-ns' key value:'urn:EMMWSWsd'; Key name:'SoapRequestWrapper' key value:'sendMOtext'; #[no trace for com.sap.security.core.server.ws.service.ServerSecurityProtocol (severity above PATH)]#
    #1.5#0012BF1423AB0049000000370000065C00041741F475BD3F#1151471948578#com.sap.security.core.server.ws.service.ServerSecurityProtocol#sap.com/AdapterWSTabEAR#com.sap.security.core.server.ws.service.ServerSecurityProtocol.handleRequest#J2EE_GUEST#230####a024a020066511db954d0012bf1423ab#SAPEngine_Application_Thread[impl:3]_9##0#0#Error#1#/System/Security/WS/SecurityProtocol#Java###An error occurred while processing the message security. Reason: . See trace entry .#3#com.sap.engine.interfaces.webservices.runtime.OperationNotFoundException#Found 0 operation definitions using keys: Key name:'first-body-element-ns' key value:'urn:EMMWSWsd'; Key name:'SoapRequestWrapper' key value:'sendMOtext'; #[no trace for com.sap.security.core.server.ws.service.ServerSecurityProtocol (severity above PATH)]#
    Anyone has any idea what's the rootcause of all the incompatibility?

  • Consuming web services with Attachments

    Hello,
    I need to consume a web service with attachements (mime type) from sap was j2ee 7.0 (nw2004s).
    When I try to generate the web service deployable proxy using nwds (version 7.0.06), I get the following error message
    "Invalid WSDL or WSDL not found, please specify different WSDL.."
    Removing references to"wsi:swaRef" from wsdl, above error is not displayd and wsdl is correctly processed
    <complexType name="ArrayOf_tns2_swaRef">
    - <sequence>
      <element maxOccurs="unbounded" minOccurs="0" name="swaRef" nillable="true" type="wsi:swaRef" />
      </sequence>
      </complexType>
    Unfortunately, we have not been able to find any SAP documentation (online help, oss note,,,) describing if SAP WAS Java 7.0 supports this standard.
    Has anybody already worked with Web Services with attachments ?
    Thanks in advace,
    Regards
    Berta

    hi berta,
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/ea656273b74cf386a1f29fc55721fd/frameset.htm
    HTTP error 406 when consuming a Web Service with attachment
    let me know u need any further info
    bvr

  • Consume a Web Service from a Web Page

    I had tried out the Tutorial "Consume a Web Service from a Web Page". I have encountered this error :
    ; nested exception is: java.lang.NullPointerException.
    oracle.adf.model.adapter.AdapterException: DCA-40010: The Web Service call failed. The service returned a SOAP fault with the message: [S:Receiver] EJB Exception: : java.lang.NullPointerException
         at oracle.model.freightjb.CalculateFreightBean.calculateFreightCost(CalculateFreightBean.java:23)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy170.calculateFreightCost(Unknown Source)
         at oracle.model.freightjb.CalculateFreight_5vfuh6_WSOImpl.__WL_calculateFreightCost_WS(CalculateFreight_5vfuh6_WSOImpl.java:72)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    I tried to modify abit the code as i changed the web method parameter from object (BatchOrder order) to variables(eg. int) and it works. When I test the Web Services I need to select the include checkbox den it works nicely else i will also encounter this problem. Does this mean the web services can not take it object as parameter?

    Hi Paolo,
    maybe I faced the same issue. I solved it reading the thread:
    web service deployable client
    Hope this help
    Cheers
    Roberto

  • Creating Java web service Proxies in  nwds 7.3

    Hi Experts,
    I'm trying to consume the WSDL (Which has been generated from PI. ESR) by following the below thread in NWDS 7.3 but I'm not successful in doing so.
    https://help.sap.com/saphelp_nwesrce/helpdata/en/45/100c6be9f87201e10000000a155369/content.htm
    In NWDS 7.0 I could able to do generate Java proxy by creating the project File-->new -->project-->web services-->Deployable Proxy Project--> and Proj name and Finish. Once created it will open in Web services Prospective and appears in Client Explorer and we can create the proxy by right clicking --> new--> client Proxy Definition. I want the same thing in NWDS 7.3 also, but in 7.3 I'm struggling to have the similar steps, I found above help document but it is not that clear. Appreciate if any one has document or point to the right thread which has document/example in performing the sa,e thing in NWDS7.3.
    Below is the screenshot from NWDS7.0. But want to do the same in NWDS 7.3

    Thank you so much Durga, for providing the documents, really helpful. However I have created the Web dynpro DC as below and had few questions when doing it in NW 7.3 version.
    Points which I have performed.
    1) Created the Web dynpro Java (Web services) DC and application in NWDS 7.3 version.
    2) Created the Model's and imported the WSDL from local/ESR (SAP PI web service)
    3) created the Service Groups and which populated Service references
    4) Deployed the DC in the AS Java 7.3 and configured the Consumer Service Groups for interacting during run time.
    Now my question is can we import multiple WSDL's by creating multiple models as shown in the picture? along with the multiple service groups in the same web dynpro java DC? Will it work?
    And if yes, If want to use this model from this (Web services) DC to another DC if I add this as dependency and model to the public parts that will do the trick? or will I have do any other configuration/ settings to use this DC in any other DC? Appreciate  if you could take a look at this and advise?

  • JAAS Login Module using Deployable Web Service proxy

    Hi,
    We've created a JAAS Login Module that calls a deployable web service proxy to validate users on Netweaver Portal 2004 SP19. To do this the following steps were taken:
    1) created a deployable web proxy named 'SGU_proxy' and uploaded it to server. This project created 2 files: 'SGU_proxy.ear' (the one uploaded) and 'SGU_proxyClientAPI.jar'.
    2) created a Java project named 'AgregacaoLoginModule' with a single class to authenticate users, this is the class that calls the web service with the username and password. This project references the deployable web proxy project (Properties > Java Build Path > Projects > checkbox marked next to project SGU_proxy).
    3) exported the Java project class, not including the 'SGU_proxyClientAPI.jar'.
    4) created a 'J2EE Server Component' > 'Library' project named 'AgregacaoLoginModuleJ2EE'.
    On the 'provider.xml' file added 2 jars: 'AgregacaoLoginModule.jar' and 'SGU_proxyClientAPI.jar'. References were made to the standard portal libraries. No references were made to the proxy 'SGU_proxy' or the 'AgregacaoLoginModule' project.
    The library was uploaded to the server, everything was ok and no errors were reported.
    The login module was configured on the server and is called when users try to acess Portal server.
    The problem is that when trying to authenticate users: after getting a reference to the proxy using jndi I get a ClassCastException. Note that this proxy is used in a WebDyn Pro application and is working fine.
    The web service client proxy generated the interface 'pt.agregacao.ws.sgu.Servicos' and from jndi I get 'class pt.agregacao.ws.sgu.ServicosImpl'. So this seems to be ok, why the exception?
    Is it necessary to had a reference to 'SGU_proxy' on the 'AgregacaoLoginModuleJ2EE' project? If so, how?
    Thanks in advance.
    Alvaro

    Hi,
    We've created a JAAS Login Module that calls a deployable web service proxy to validate users on Netweaver Portal 2004 SP19. To do this the following steps were taken:
    1) created a deployable web proxy named 'SGU_proxy' and uploaded it to server. This project created 2 files: 'SGU_proxy.ear' (the one uploaded) and 'SGU_proxyClientAPI.jar'.
    2) created a Java project named 'AgregacaoLoginModule' with a single class to authenticate users, this is the class that calls the web service with the username and password. This project references the deployable web proxy project (Properties > Java Build Path > Projects > checkbox marked next to project SGU_proxy).
    3) exported the Java project class, not including the 'SGU_proxyClientAPI.jar'.
    4) created a 'J2EE Server Component' > 'Library' project named 'AgregacaoLoginModuleJ2EE'.
    On the 'provider.xml' file added 2 jars: 'AgregacaoLoginModule.jar' and 'SGU_proxyClientAPI.jar'. References were made to the standard portal libraries. No references were made to the proxy 'SGU_proxy' or the 'AgregacaoLoginModule' project.
    The library was uploaded to the server, everything was ok and no errors were reported.
    The login module was configured on the server and is called when users try to acess Portal server.
    The problem is that when trying to authenticate users: after getting a reference to the proxy using jndi I get a ClassCastException. Note that this proxy is used in a WebDyn Pro application and is working fine.
    The web service client proxy generated the interface 'pt.agregacao.ws.sgu.Servicos' and from jndi I get 'class pt.agregacao.ws.sgu.ServicosImpl'. So this seems to be ok, why the exception?
    Is it necessary to had a reference to 'SGU_proxy' on the 'AgregacaoLoginModuleJ2EE' project? If so, how?
    Thanks in advance.
    Alvaro

  • How to use a deployable proxy to consume a web service?

    HI Gurus,
    I am following this article below which helpfully explains how to create a proxy. So far so good. I have been able to create a proxy. However, the article only describes how to build a proxy.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c7d0f7-153d-2a10-5d96-d334b67cd771
    In the concluding part of the document the author says "In my next article I will tell you how to use this deployable proxy to consume the web service in web application."
    I have looked around the SDN but have not been able to get the next part of this document.
    I have a JSPDynpage application which is required to consume a webservice. I want to use this proxt to consume the webservice.
    Any help or any other document that explains how to use a deployable proxy to consume a web service will be helpful.
    Thanks,
    SB

    Hi,
    Here is an example how to consume the deployable proxy in web application:
    http://help.sap.com/saphelp_nw70/helpdata/EN/ca/c8efe3e8a64163b01924ad4ccd706d/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/5c/971740198d8f5ce10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • Reusing deployable web service proxies

    Hi ,
    I am new to CE 7.1 and am wondering about reusing deployable web service proxies.
    In this link , it is written that
    "The Web service client and the Web service proxy must be in the same EAR and in the same module (EJB or Dynamic Web module)."
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/113a1221337249e10000000a155369/content.htm
    So what if two applications need to use the same deployable web service proxy ? You shouldn't generate 2 proxies. How do both applications use the same deployable proxy ?
    Thank you.

    Thierry,
    If I understand your question correctly, you have two applications (distributed across two or more DCs) and you want to use the same generated Web Service proxies in both the DCs.
    If this is the case and assuming that there are two EJB DCs (one containing the proxies and the other containing the actual WS client implementation) and one deployable App DC (containing reference to the two EJB DCs), then define Public Parts for the proxies and use the same in the required EJB DC. You may refer to my [article |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/d00fc143-5878-2c10-6f87-f868c1ae44e6] that explains this concept in a detailed manner.
    Br,
    Bala

  • Deployable web service proxies

    Hi,
    my understanding of deployable proxies is that their implementation is actually generated at deploy using J2EE Libraries of the target server . Since the deployable proxy implementation is retreived through the JNDI, I am led to beleive there is some container management done regarding the deployable proxy instances. Exp : a pool of proxy objects .
    Am I correct ? Can some tuning be done ?
    Can you give examples of changes that deployable proxy's tolerate compared to standalone proxys ? The only thing I can think of is a change in the j2ee server version or something like that. In the case the service definition (wsdl) changes ... both type of proxys are rendered useless... or aren't they.
    Other than this, the only other advantage I see to deployable proxies is the fact you can manage their security in the web service security service.
    Thank you

    Ken,
    I think you are looking for server environment variables.  I know when I was working with tomcat, I made the changes within server.xml and they differed from dev to test to prod, but the names were the same.  This way within your code you can get the cotext lookup the variable and use it instead.
    If this is what you are looking for, let me know.  I need the same thing on SAP Netweaver and haven't got to it, but will be getting to it next.
    Nathan.

  • URGENT - Deployable Web Service Proxy gets an unauthorized message

    Hello Guys!
    I had developed a <i>deployable web service proxy</i> that is called from a servlet. The web service is secured by a basic authentication. My servlet instantiates the proxy and I set the stub like the code bellow:
    Maintenance myMaintenance = (Maintenance)ctx.lookup("java:comp/env/MaintenanceWSProxy");
    MaintenanceViDocument port = (MaintenanceViDocument)myMaintenance.getLogicalPort("MaintenancePort_Document", MaintenanceViDocument.class);               
    port._setProperty("javax.xml.rpc.security.auth.username", "user");
    port._setProperty("javax.xml.rpc.security.auth.password", "password");
    But when I call the servlet, an exception is thrown:
    407 - Unauthorized
    Somebody knows what is happened?
    Thanks a lot!
    Best regards,
    Marcelo

    Hello Marcelo,
    i've got an impression that the return error code is related to servlet itself.
    Was the servlet deployed as a portal application or as pure j2ee (via SDM or via  portal support page)?
    Are you accesing it through portal framework or by a direct link to j2ee application?
    If it is an portal application - you need to set security policy for iView or for the application (depends on the way you use it. Via iView or via direct link)
    If it is an pure j2ee application, then you can define your security roles within the project. First of all, check those settings. Second step is done in VisualAdmin, where you map objects from UME to your security role defined in project.
    hope it helps.
    regards
    mz

  • Deployable Proxy for Web Service

    Hi experts,
    i try to create a deployable proxy for my web service. i created a dc in my NWDI configuration. When creating the Client Proxy Definition the ClientAPI.jar is not generated. When try this steps with a local project the API.jar gets generated and i can use this in my web module project.
    Is there a difference between, NWDI DC and local project regarding this issue?
    Thanks for any help,
    Rene

    hi
    good
    go through these links,hope these would help you to solve your problem
    http://help.sap.com/saphelp_erp2005/helpdata/en/2d/b9766df88f4a24967dae38cb672fe1/content.htm
    http://www.ifi.uzh.ch/archive/mastertheses/DA_Arbeiten_2004/Mueller_Samuel.pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92914af6-0d01-0010-3081-ded3a41be8f2
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0cac0dea-0d01-0010-edb4-8c7b068f4677
    reward point if helpful.
    thanks
    mrutyun^

Maybe you are looking for

  • Oracle on SuSE Linux 6.0-6.1-6.2

    If you are installing Oracle 8.0.5.0, Oracle 8.0.5.1,Oracle 8.1.5 (8i),Oracle WebDB 2.0.5.6.1,or Oracle OAS 4.0.7 please check the following page out for instructions... http://www.suse.de/~mha/oracle/ null

  • FTP task runs fine from SSIS Package Store, always times out in scheduled job

    SQL Server 2012 VS 2010 SQL Server data tools FTP Connection Manager  - port 21, chunk size 1kb, passive mode=false, saved plain text pw Downloads 1 csv file to local directory on SQL Server box This always works when run from the package.  And alway

  • Siri isnt showing on my iPad3 with ios6 ?

    I have an iPad3 and just downloaded ios6. I also added Siri. However, when I try to go to Siri, i dont see an app. I checked settings and turned Siri on. Nothing happens. I went to restrictions and wen i enabled them, most apps went away. Even if i t

  • Error Sql Loader  in prompt command

    Hi When I tried to execute loader from PROMPT WINDOWS sqlldr triton/en62ss63 control=ttiitm983501.ctl return me error   SQL*Loader-704: Erro interno: ulconnect: OCIServerAttach [0] ORA-12560: TNS:erro de adaptador de protocoloBut when I to execute fr

  • Netmask in solaris 11

    How can i configure the netmask in solaris 11 the netmask needs to be 255.255.255.128 ?