Subsequent configuration to deploy SAPUI5 Application and to activate Gateway service

Hi All,
Subject: I want to know the subsequent configuration in the Gateway system in order to create gateway project in SEGW & register the service to the system alias and deploy SAPUI5 Application in the BSP repository.
I have attached the SAINT Tcode & SICF Tcode details snapshot.
When deploying the eclipse project to the bsp repository, we are getting authorization error. And we dont have authorization for SICF. I found that some ui5 service nodes are inactive, for example ui5_ui5, ui2. Kindly help me at this crucial phase. Your comments are highly appreciated. I want to know the subsequent activities that has to be done in that gateway system.
Thanks in Advance.
S.Vikgnesh

Finally found an answer !
You have to add this to your neo-app.json file : "authenticationMethod": "none"
It's set to saml2 by default.
Here's what my neo-app.json file looks like :
  "authenticationMethod": "none",
    "routes": [
            "path": "/onpremisegw",           
            "target": {
              "type": "destination",
              "name": "onpremisegw"
            "description": "onpremisegw"
Regards

Similar Messages

  • Deploying large applications and common used classes

    I've got an application containing EntityBeans, statefull/stateless
    SessionBeans, and a Webapplication. Every component is packed in a jar File
    and all together in an EAR-File as an application.
    Those EJBs share some common classes, for example:
    EjbA in A.jar and EjbB in B.jar share a Helperclass C.
    Where do I put this class C? I try to avoid to put this class C in the
    Classpath of the application server. And when I put C in both jar-Files I
    got a ClassNotFoundException in one of the EJBs. I'm using WLS 6.0.
    Any ideas? Thanx in advance.

    FYI, this is fixed in 6.1
    Torsten Friebe wrote:
    Hi Daniel,
    thanks, this article answers my question. But does WLS 6.0 or 6.1 allready
    support J2EE Packaging as described in J2EE 1.3 Spec (PFD3) Chapter 8?
    Cheers
    Torsten
    "Daniel Hoppe" <[email protected]> schrieb im Newsbeitrag
    news:[email protected]..
    Hi Torsten,
    there is no really good solution so far. Check out this link, it
    elaborates this topic in detail.
    http://www.onjava.com/pub/a/onjava/2001/06/26/ejb.html
    Cheers,
    Daniel
    -----Ursprüngliche Nachricht-----
    Von: Torsten Friebe [mailto:[email protected]]
    Bereitgestellt: Freitag, 29. Juni 2001 11:59
    Bereitgestellt in: environment
    Unterhaltung: deploying large applications and common used classes
    Betreff: deploying large applications and common used classes
    I've got an application containing EntityBeans, statefull/stateless
    SessionBeans, and a Webapplication. Every component is packed
    in a jar File
    and all together in an EAR-File as an application.
    Those EJBs share some common classes, for example:
    EjbA in A.jar and EjbB in B.jar share a Helperclass C.
    Where do I put this class C? I try to avoid to put this class C in the
    Classpath of the application server. And when I put C in both
    jar-Files I
    got a ClassNotFoundException in one of the EJBs. I'm using WLS 6.0.
    Any ideas? Thanx in advance.

  • Deploying JEE application and SOA Applications on the same SOA Dom

    Are there known issues in deploying SOA Applications and Weblogic/JEE application on the same SOA Domain.
    Couple of the issues that I can think of is if that
    If SOA Domain is unstable it will also impact JEE applications.
    SOA Domain depends on the SOA DB and there is no such db dependency for a weblogic server.
    In the past we have been creating seperate domains for Weblogic and Weblogic Integration domains.
    Anythoughts ?
    Any information on this topic would be greatly appreciated.
    Thanks
    Pavan

    Yes, it is possible to do this using virtual servers.
    In your example, you will have two different virtual servers and two http listeners (localhost/8181 and localhost/8282).
    When you deploy a war file, you can specify which virtual server to use. (--virtualservers option on asadmin deploy command, admin console has a virtual server text box on deployment screen).
    After deployment, the applications will only be available on the http listeners that map to the virtual servers they were deployed to.
    Can you also post the problem that you are running into with 8.1 update 2?
    Hope this helps,

  • Error While deploy VC Application and Par file

    Hi Experts,
    The deployment of par or VC application worked fine, but last one week i am getting error while deploying par or VC application.
    I am getting pop-up window while deploy VC Application. That pop-up window shows Portal Request Failed. (com/sap/netweaver/bc/uwl/UWLException).
    I am getting Error like this, Please Check the user ID and password, while deploying par from NWDS.
    I have checked my userid and password, it is correct. I checked with admin userid and password, it shows the same error.  it is showing same for my team members userid also.
    I have checked logs and traces in server, nothing is logging regarding this deployment error.
    Where is the problem, please anybody help me.  I am using EP7 SP9.
    Thanks and Regards,
    Chinnadurai R

    Hi Detlev,
    I checked all the permission in the SECURITY ZONES, all the setting are correct in the portal.
    I informed to our BASIS Team, they found that problem is, one process always running in SDM. It didnt let to deploy another PAR file. They cann't able to open the SDM after gave the SDM username and password, its shows "still processing". So, how can we kill the process ? They restarted the SDM and also J2EE Engine, its still processing. After that they restarted the Machine also, still the process going on.
    How can we rectify the problem ?..
    Thanks & Regards
    Chinnadurai R

  • Deploy an Application and its components

    I am using Weblogic 6.1, sp1, with Win2k.
    I am trying to deploy my application (myapp.ear) which has 3 components,
    2 webapp comp and an ejb component.
    I have the Myapp.ear file in <weblogic home>/config/baiju/application
    directory
    and the components are listed in the config.xml file as follows :
    <Application Deployed="true" Name="Baiju-WebLogic"
    Path=".\config\mydomain\applications\Baiju-WebLogic.ear">
    <WebAppComponent Name="Baiju-WebLogic-Backoffice"
    Targets="Baiju" URI="Baiju-WebLogic-Backoffice.war"/>
    <EJBComponent Name="Baiju-WebLogic-Ejb"
    Targets="Baiju" URI="Baiju-WebLogic-Ejb.jar"/>
    <WebAppComponent Name="Baiju-WebLogic-Store"
    Targets="Baiju" URI="Baiju-WebLogic-Store.war"/>
    </Application>
    The problem is, when I start the Server it does not deploy the application
    "Baiju", if I go to admin console
    I can see the application as deployed ("its checked") and also its 3
    components, but I am not able to access the pages.
    Also this problem is not consistent, it sometimes work, with absolutely no
    change made to anything, I just re-start the server.
    I have my server running in Production Mode.
    (-Dweblogic.ProductionModeEnabled=true)
    Any help is appreciated,
    Thanks.
    Baiju.

    have a very similar situation in which an ear file deployed thru' the
    console is NOT getting picked up on restart. The file has been copied to
    config/mydomain/applications but does NOT show up in the .wlnotdelete
    directory when I restart the server. When I deployed the ear file initially,
    it was all ok. The home interfaces showed up in the JNDI treee but on
    restart, everything disappeared. It is running in the production mode.
    BTW everything works fine when I deploy using a JAR.
    "Baiju Gajjar" <[email protected]> wrote in message
    news:[email protected]...
    Hi Mihir,
    I am not deloying the application through the console, I have an ear file
    which I have in
    <Weblogic home>\config\<myapp>\applications
    folder as Baiju-WebLogic.ear file. If I start the server in developmentmode
    it is able to deploy
    it properly. It should be able to deploy even in production mode as it is
    listed in the config.xml
    file. Also this deployment is not consistent, it some does deploy it and
    some times it doesn't.
    Thanks,
    Baiju.
    "Mihir Kulkarni" <[email protected]> wrote in message
    news:[email protected]...
    Please set the Loggin level to the highest value ie,StdoutSeverityLevel="64".
    This will give you detailed information about the individual components
    in
    the
    ear being deployed. The config.xml entries look fine to me.
    Are you deploying the applications through the console ? As you arerunning
    with the productionMode=enabled, the server would not pick up anythingfrom
    the applications dir unless you have deployed it through the console. Doyou
    face the same problem when you are running in the dev mode ?
    Baiju Gajjar wrote:
    I am using Weblogic 6.1, sp1, with Win2k.
    I am trying to deploy my application (myapp.ear) which has 3
    components,
    2 webapp comp and an ejb component.
    I have the Myapp.ear file in <weblogic home>/config/baiju/application
    directory
    and the components are listed in the config.xml file as follows :
    <Application Deployed="true" Name="Baiju-WebLogic"
    Path=".\config\mydomain\applications\Baiju-WebLogic.ear">
    <WebAppComponent Name="Baiju-WebLogic-Backoffice"
    Targets="Baiju" URI="Baiju-WebLogic-Backoffice.war"/>
    <EJBComponent Name="Baiju-WebLogic-Ejb"
    Targets="Baiju" URI="Baiju-WebLogic-Ejb.jar"/>
    <WebAppComponent Name="Baiju-WebLogic-Store"
    Targets="Baiju" URI="Baiju-WebLogic-Store.war"/>
    </Application>
    The problem is, when I start the Server it does not deploy theapplication
    "Baiju", if I go to admin console
    I can see the application as deployed ("its checked") and also its 3
    components, but I am not able to access the pages.
    Also this problem is not consistent, it sometimes work, with
    absolutely
    no
    change made to anything, I just re-start the server.
    I have my server running in Production Mode.
    (-Dweblogic.ProductionModeEnabled=true)
    Any help is appreciated,
    Thanks.
    Baiju.

  • Is there any way to use RUN button to deploy the application and open IE...

    Hi
    Thank you for reading my post
    i used to use Run button to compile / deploy and run (opening the browser to project context path) .
    i want to know is there any way to use RUN button to deploy an application to standalone OC4J and opening browser?
    I know that we can define ear or war deployment profiles and use them to deploy the application to stand alone server , but i want a single click solution.
    thanks

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • How can deploy the application and data to client?

    As I know, I can burn a CD with http://mobileserver/setup/webtogo/setup.exe and distribute this CD to client to install web-to-go Client.
    But how can I create a package for client to install my application and data?
    What tools should I use? Where can I get the information?
    Can you give/show me a simple example to make a package and install the package?
    Thanks a lot.

    Only the carrier to whom the device is locked can unlock it.
    StraightTalk is not a supported carrier... not all features may work.

  • How to deploy sca files and navigate to web services?

    Hello All,
    Installed SAP MDM 7.1 and also got sapmmc on my desktop.. Wondering how can I deploy sca files and how can I get web service navigator page to see web services? Any light on this?
    Thanks
    Rajeev

    Hi,
    Please find details below:
    1. How to deploy SCA files:---> You need to deploy these .SCA files through JSPM on any JAVA AS server (7.0 or 7.1 depending upon .sca files version you have). make sure your MDM version should be minimum 7.1.02.51.
    2. How to get webservice Page:--> To Access web service page using the following link
    http://<Netweaver Java AS Machine>:<NetWeaver Java AS HTTP port>/webdynpro/dispatcher/sap.com/tcmdmwsgeneratorui/WSGenerator
    For more details please check [this|http://help.sap.com/saphelp_nwmdm71/helpdata/en/45/018c03166a0486e10000000a155369/frameset.htm] link.
    Regards,
    Shiv

  • Deploying SAPUI5 applications on SAP Gateway as the application server

    Hi,
    We are just trying to ramp up on Fiori architecture and utilizing SAP netweaver gateway in combination with SAPUI5 to build new generation user interfaces.
    Most of the demos and tutorials I see involve utilizing the SAP netweaver gateway as the oData services provider with the UI components hosted on a separate web server like Apache. Looking at Fiori apps, it looks like they utilize the SAP gateway as the web server itself, without having the need of a separate web server.
    Are there some instructions and guidelines for porting a SAPUI5  UI application (UI components) on to the SAP Netweaver gateway, similar to how Fiori does?
    thanks,
    Nitin

    Hi Neeta,
    You would need to consider additional factors to make that decision. Primary of which is what is the landscape being used by your customer. You have to consider things like how the users will access the app? What would be the security and authentication mechanism? Would you need reverse proxies or load balancing? Does the customer already have an existing infrastructure for web based applications which you should plug into?
    First off, I will assume you have a NW Gateway system in place for the services that are being used by the SAPUI5 app. If that is the case, then you can certainly deploy the UI app on the same server. The process described in the blog above would end up creating a BSP application, which can then be captured in a transport and moved to QA/Production.
    On the other hand, if your customer has already has an existing infrastructure for hosting and serving up Web based applications, you may want to leverage that existing infrastructure instead.
    You can get in touch with me if you would like to discuss further.
    thanks,
    Nitin

  • I am trying to deploy an application and it fails with the error below.

    How do I resolve this deploy problem?
    Log messages: 
    [3/22/13 9:28:42:539 CDT] 000000d9 ApplicationSt E com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl create ApplicationStoreImpl:create:application exists:6201:FMLA: version :2.0
    [3/22/13 9:28:42:539 CDT] 000000d9 ApplicationSt E com.adobe.idp.applicationmanager.application.impl.ApplicationStoreImpl create ApplicationStoreImpl:create:ExceptionFMLA : version : 2.0 : has already been created. only updates to the application are supported after they are created
    [3/22/13 9:28:42:539 CDT] 000000d9 ApplicationMa E com.adobe.idp.applicationmanager.service.ApplicationManagerService _importApplicationArchive ApplicationManagerService:importApplication():DSCException:FMLA : version : 2.0 : has already been created. only updates to the application are supported after they are created
    [3/22/13 9:28:42:555 CDT] 000000d9 ApplicationMa E com.adobe.idp.applicationmanager.service.ApplicationManagerService _importApplicationArchive ApplicationManagerService:importApplication():archive cleanup exception:9601:null

    Hi,
    Are you trying to import an application in the server as a LCA? Have you checked whether that application was existing previously or not? Sometimes if the application archieve is corrupted this type of situation might happen. Another reason might be you have already deployed application of the same name. try to undeploy the application if you have in the same name and try doing it. You can also import that in thw orkbench if you have got individual files.
    Thanks,
    Bibhu.

  • Where is security configuration for deployed web application stored

    Hi,
    We have deployed a folder as a web application. The changes I am making in Deployments -> web application -> Security -> URL Pattern -> Roles -> Edit a Stand-Alone Web Application URL Pattern Scoped Role is not saved and it is getting lost when I restart the application.
    For example I have added "AppTesters" group in "valid-users" url-pattern.
    Can anybody help me where these settings are stored and why it is not getting saved across application restarts.
    Thanks,
    Sambath.

    How are you restarting your weblogic Admin Server?
    This is only possible if some how while your Admin Server is restarted, the ldap directory that is present int the %DOMAIN_HOME%/your_domain/servers/AdminServer/data directory is deleted or updated with the previous values.
    This may give you some idea how to proceed with this issue.
    Thanks,
    Sandeep

  • Deploy BPM application and keep all data of old tasks

    Hi all,
    Currently, whenever i redeploy bpm application to weblogic server, all tasks information saved in database will be changed (the value of state attribute will be changed to 9). So i think it's not good in Production environment. I want to configure to keep all data of old tasks whenever deploy again.
    Does anyone knows the solution for this ?
    Thanks.

    Hi,
    Do you mean when you re-deploy the BPM composite application?
    Do you overwrite the older version of the composite or deploy as a new version?
    If you deploy a newer version, your existing task information should remain as it is otherwise it'll change to stale...
    Regards,
    Jang Vijay Singh

  • Application and start page for service professional (copy of SERVICEPRO)

    Hi,
    Can u pls advice me as to what should be the values for the following parameters for the business role SERVICEPRO:
    1. Role Configuration key
    2. Technical profile
    for the selected technical profile:
    - Startup application
    - Start Page
    I would want this profile to allow all the service related transactions. Kindly advice an approach.
    Regards,
    DP.

    No response hence closing thread!

  • MDS error while deploying the application in 12c

    Hi,
    I'm  using JDeveloper -  12.1.2.0.0
    I'm trying to deploy the application and encountered the following error:
    oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document   
    MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "WebCenterFileMetadataStore" is invalid.   
    MDS-01255: The property partition-name has not been supplied.
    I see the MDS metadata entries are present in adf-config.xml located at .adf folder.
    The same configurations are working in 11g environment, but seing this error in 12c.
    Are there any changes to be done for adf-config.xml file in 12c setup?
    Any inputs would be helpful.
    Thanks
    Ravi

    Ravi, have you migrated the application?
    If yes you should make a small test with a fresh 12c app to see how the descriptors have changed.
    The release notes don't reveal a change in the setup. !"c migration on the other side sometimes adds descriptos or add entries into the meta data. Thats why I always try to create a app under12c first to see which entries and descriptors are needed. Then I compare them with the data after the migration.
    Timo

  • Problem deploying an application with more task flow

    Hi all,
    I am using Jdeveloper 11.1.1.0 and weblogic 10.3.1
    I am trying to deploy an application that has more task flows.
    I am in the home page and I click on a button and I go to a new task flow.
    If I run the application from Jdeveloper it works, but if I deploy the application and try to do it I have this error on the page .jspx:
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    and this error on the server log:
    servlet failed with Exception oracle.adf.controller.security.AuthorizationException:ADFC-0619: Can't check authorization at:
    '/myFolder/calledTaskFlow.xml#myViewActivityoracle.adf.controller.internal.security.AuthorizationEnforcer.handleFailure<AuthorizationEnforcer.java:147>
    oracle.adf.controller.internal.security.AuthorizationEnforcer.checkPermission
    oracle.adf.controller.internal.security.AuthorizationEnforcer.checkRead
    oracle.adf.controller.internal.security.AuthorizationEnforcer.getTaskFlowDefinition
    oracle.adfinternal.controller.activity.TaskFlowCallActivityLogic.findTaskFlowDefinition
    What's the problem?
    Thanks
    Edited by: user10799119 on 2-set-2009 6.27

    I have not understood well what you mean: "Its better you create an EAR profile, have proper ADF Security set up in Jdev with users and roles, and also proper roles and permissions assigned to taskflows, and then deploy the profile directly from JDev."
    I have proper ADF Security set up in Jdev with users and roles, and also proper roles and permissions assigned to taskflows, and then deploy the profile directly from JDev. After that I have deployed my application to EAR file. I am using the EAR file create by default by Jdeveloper. Is this correct? Or have I to create another profile?
    "If you still wanna deploy the EAR, check the Users and Roles section under security in the Weblogic console. Users and Roles need to be configured in Weblogic as well. In 11g they get deployed automatically but with any previous version of Jdev you might have to check this in the WLS console."
    In the weblogic console, clicking on Security realms --> myRealm --> providers, I have defined myAuthenticator
    I am using Jdeveloper 11.1.1.0 and web logic server 10.3.1, so it seems to me that users and roles get deployed automatically
    what have I to do?
    thanks

Maybe you are looking for