App Layer: ThinApp Integration

Current situation:
Only Native Installed Apps can be assigned as App Layers.
Of course also ThinApps can but they have to be part of a Mirage App Layer which doubles the work...
Feature request:
Integrate ThinApps to be deployed side-by-side to native Mirage App Layers.
As an example it would be useful to import or specify the location of the ThinApp Repository, which would then allow us to select and assign the different ThinApps (executables, not MSI's!).

Yes.
I would like to see one connection point for all applications (Win, Mobile, SaaS)

Similar Messages

  • App Layer: Capture Cleanup

    Current situation:
    A recored App Layer cannot be managed in any way. Any recorded data, including garbage, will be part of an App Layer.
    Feature request:
    Have the possibility to cleanup the App Layers by interacting with the actual captured data.
    Something like a ThinApp Capture folder where we can remove unneded data like MSI installer backup files, other temporary data, etc.
    Best Regards,
    Don

    +1

  • Passing blob from app layer to web layer

    Hi,
    We have some PDF files stored in Oracle database. I can retrieve them out using the ejb's from the app layer, but can not pass it to the web layer as a blob. I guess blob data type is not serializable. Appreciate any suggestions.
    Adam

    a blob is a specfic datatype and should not normally be exposed to the web tier. So try using a byte array or byteStream. Both work for me.
    -lp

  • ASA app layer inspection and CX IPS inspection

    ASA application layer inspection is critical for protocols such as FTP and SIP for well known reasons.  When implementing a CX module, my understanding is that either the ASA implements inspection or the CX implements inspection.  For instance, if I want my CX to inspect HTTP I need to forward that traffic via a policy-map to the CX engine and ensure that the ASA is not configured to inspect HTTP.  Easy enough.
    What I am unclear about is if it is desired for the CX to inspect protocols such as FTP and SIP.  In my case I'm running the CX IPS which does list some FTP and SIP threats.  If I direct this traffic to the CX for IPS inspection, where would the app layer inspection occur for processing SIP embedded IP addresses or FTP secondary channels?  Or, is it necessary to ensure these protocols remain inspected by the ASA?  Finally, does the answer change for the WSE license?   

    Hogoqo,
    Thanks for the reply. Does this config mean that "default-inspection-traffic" will not be sent to the IPS module?
    What I initially wanted was to send ALL traffic to the IPS module, and also use statefull inspection for the default-inspection-traffic.
    Is this a bad practice (to send all traffic to the IPS module)?
    The ASA is configured with 3 interfaces (inside, outside, dmz), with an e-mail server in the DMZ. In the future, there will also be e-commerce servers in the DMZ.
    Should I send to the IPS module only traffic that has the destination as one of the DMZ servers?
    I am new to IPS, and kind of confused.
    Thanks!

  • App Layer: Activate / DeActive

    Current situation:
    App layer is always visible (active) for all users
    Feature request:
    Have a feature to activate /deactive app layer based on user group (ad).
    all App Layers could be part of deployment.

    Yes.
    I would like to see one connection point for all applications (Win, Mobile, SaaS)

  • Change grey background behind app layer

    Hi,
    Wondered if there is a way to make the grey area behind the app layer, which shows up while flex is loading, another colour?
    Cheers

    This LiveDocs page will give you information answering your question:
    http://livedocs.adobe.com/flex/3/html/help.html?content=app_container_2.html
    Search for "Overriding the default Application container styles" within that page.
    The backgroundColor property specifies the background color of the Stage area in Flash Player, which is visible during application loading and initialization, and a background gradient while the application is running. By default, the backgroundColor property is set to 0x869CA7, which specifies a dark blue-grey color.
    If this post answers your question or helps, please mark it as such.

  • App Layer: Dependencies

    Current situation:
    App Layers that have dependencies need to be covered and assigned manually by the admin.
    Feature request:
    Add the capability to define App Layer Dependencies:
    Doesn't need to be a dynamic dependency recognition, since this would be very difficult to code and it requires knowledge of the individual apps.
    Instead it could be implemented statically:
    The admin defines which packages depend on each other. Once assigning an App Layer with dependencies, the dependent App Layers are automatically assigned as well.
    Best Regards,
    Don

    repost

  • SSO to Web App using Application Integrator - not working (SP15)

    Hi,
    I have created a web app system and generic app integrator iview for my web application (and set up user mapping etc.), following the Application Integrator how-to guide but it does not log me into my web application. I have got the Yahoo example working, and if I use a HTTP System & URL iview for my web application, that also works. Can anyone tell me what the problem could be, or where I should start looking?
    If I use a http sniffer, I can see the correct URL and parameters in the following:
    function requestTargetURL() {
          var theURL = "<b>HTTPS://(myserver)/log-in.htm?op=(####)&pwd=(####)</b>";
          var dsmObj;
          if (hasNestedFrameStructure()) {
            location.replace(theURL);
            dsmObj = parent.EPCM.DSM;
          } else {
            document.body.scroll = "no"; // for IE only
            var theIframe = document.getElementById("iframe_GETRedirect_592312569");
            theIframe.style.visibility = "visible";
            theIframe.src = theURL;
            dsmObj = EPCM.DSM;
            document.title = 'JDS';
        function onloadhandler(){
          setTimeout("requestTargetURL()",1);
    but something else must be happening for it not to work. Can anyone give me any pointers?
    Many thanks
    Jane

    Bit of a weird one: I've found a way to make it work but I'm not sure exactly how... the problem was that the portal was opening my web app URL in an iFrame (which can be seen from the code above). I tested this by just creating a html page with the URL + parameters in an iframe, and it wouldn't log me in (and took over the whole browser). So I guess the problem is with my web app rather than the portal.
    However... I then discovered that if I add my web app address to the Local Intranet security zone in my browser (IE6) settings (before it was in the Trusted Sites zone), it no longer minded being in an iFrame, my test html page worked and so does the portal iview. I cannot find which security setting is causing this - I've tried changing the Trusted Sites to match the Intranet zone settings exactly, but it still doesn't work if my web app address is Trusted opposed to Intranet.
    If anyone has any idea what is causing this behaviour, I'd be very grateful - obviously it isn't a portal issue but I'd still like to find out the cause in case it comes up again in the future.
    Many thanks,
    Jane

  • SSO to Web App using Application Integrator - not working

    Hi,
    I've set up App Integrator for my web application, following the Yahoo example in the guide. My URL template is <System.protocol>://<System.server><System.uri>?<Authentication> and the fraction for user mapping is op=<MappedUser>&pwd=<MappedPassword>.
    It doesn't log me in. Even if I change the URL template to the actual address of my web app and use a real user & password (rather than <Mapped..>), it still doesn't work.
    I've got SSO to my web app working using a HTTP system and URL iview but I would really like to see the App Integrator working as well. Any ideas?
    Many thanks
    Jane

    Can anyone please help with this? I installed a http sniffer so maybe I could see what was going on. My HTTP System simply goes to the URL with the parameters added as expected, but the app integrator one is a bit more complex - I can see the URL & parameters in this function:
        function requestTargetURL() {
          var theURL = "<b>HTTPS://(myserver)/log-in.htm?op=(####)&pwd=(####)</b>";
          var dsmObj;
          if (hasNestedFrameStructure()) {
            location.replace(theURL);
            dsmObj = parent.EPCM.DSM;
          } else {
            document.body.scroll = "no"; // for IE only
            var theIframe = document.getElementById("iframe_GETRedirect_1593748234");
            theIframe.style.visibility = "visible";
            theIframe.src = theURL;
            dsmObj = EPCM.DSM;
            document.title = 'JDS';
        function onloadhandler(){
          setTimeout("requestTargetURL()",1);
    and the server/username/password are all correct but there's a lot of other stuff in there which I'm not sure how affects it. Anyone know have any ideas why this isn't working? Does it matter that my web app is https but the portal is http?
    Any help greatly appreciated!
    Thanks in advance
    Jane

  • Apps 11I - Apex Integration

    I'm in the process of attempting to prove out to my business community that Apex can be integrated with the E-Business Suite. Current env is 11.10.5.2 linux, with 10.2.0.4 on single tier. I've installed apex to the database without issue. I've followed the notes found on the web for the DAD & httpd.conf, as well as metalink note :373604.1 to allow authentication against an E-Business Suite user.
    My problem is two fold :
    Currently, when attempting to access the pls/apex/apex_admin uri for the first time, I am prompted for a username / password. after several attempts, i finally hit on the apps/apps-pwd combination that works. Once into the workspace, i have configured the authentication against the fnd_web_sec procedure. However, any attempt to authenticate against and E-Business user receives the dreaded invalid credentials. I should also say that i have the workspace_schema parsing as the apps schema in the database.
    Below is my DAD configuration :
    DAD_apex]
    connect_string = TEST
    password = ap3x
    username = APEX_PUBLIC_USER
    default_page = apex
    document_table = wwv_flow_file_objects$
    document_path = docs
    document_proc = wwv_flow_file_mgr.process_download
    reuse = Yes
    enablesso = No
    stateful=STATELESS_RESET
    nls_lang = American_America.UTF8
    custom_auth = Basic
    Any help would be greatly appreciated.
    Thanks
    James

    Thanks Kofi,
    Here is the authentication procedure I'm using. It is currently owned by apps with execute to the XX_APPS schema ( apex custom schema). With a synonym created by the xx_apps schema. There was a white paper from one of the OUAG conferences by Rod West that stated to ensure the custom schema in Apex was parsed as apps. That way to have visibility. Based on our plan, end users would have no access to developing their own reports.
    function ebiz_suite_auth (p_username IN VARCHAR2, p_password IN VARCHAR2)
    return boolean
    as
    begin
    if fnd_web_sec.validate_login(p_username, p_password) = 'Y' then
    return true;
    else
    return false;
    end if;
    end;
    We've defined the custom authorization scheme with the "return ebiz_suite_auth;" function.
    Thanks
    James

  • SOA 11g Worklist Apps Customisation and Integration with Plumtree Portal

    Hi,
    We want to migrate an existing application build using SOA Suite 10.1.3.3 to 11.1.1.2.0.
    In the 10g application the worklist application was customised and the customised apps was linked as a remote portlet in BEA Plumtree Portal.
    1)In 10g the worklist application source code is available (\SOA_Oracle_Home\bpel\samples\hw\worklistapp) for customisation but is that possible for 11g ?
    (The location of the default deployed worklist apps in 11g is /../mdw_home/user_projects/domains/soa_domain/servers/soa_server1/tmp/_WL_user/worklistapp).
    Can we take the source code and customize in jdev and deploy under a different contextname in 11g??
    3)Our existing 10g worklist was customised a bit in terms of look and feel and for some custom authentication and it was deployed in the 10g SOA Server.
    A sample jsp application was created and the login page of the custom worklist apps was linked in a inframe so that it works when integrated with the Plumtree portal as a remote portlet. And this worked perfectly in 10.1.3.3 SOA Suite.
    However the 11g SOA worklist login when tagged in a jsp as an inframe in plumtree portal is giving a warning message
    Warning: Unable to load content in a frame. Frame content will load at the top level. On cliicking the OK button the worklist page is opening. This is with Firefox browser . however form IE7 or 8 its timing out from portal.
    As per http://newsoalife.blogspot.in/2009/09/framebusing-in-adf.html
    changing the web.xml for the worklist can help.
    Can anyone please let us know on the same as this appeas an unsupported one.
    Regards
    Ashif

    Hi,
    Can you check the log file.u are getting any error.can you check wf_error table also u are getting any error.
    Can you check consumer in AQ tables.
    Thanks,
    Rahul

  • Mail app and .mac integration

    I wonder if someone can help. I have previously often drafted email on my home power book using mail app and saved as drafts and then worked on them later when away from home through .mac. This worked perfectly with 10.3 but with 10.4 messages are completely jumbled with html tags.
    I'm not the only person finding this problem please see (slightly angry) discussion below:
    http://discussions.apple.com/thread.jspa?messageID=1097134&#1097134
    dot mac support state that it is an mail app support problem, which I now think is correct since testing with mozzila thunder bird works fine.
    It seems a real shame that the tight integration between .mac mail and mail app is starting to slip. For clarification i'm composing in plain text in mail.app
    Any help would be gratefully accepted, before i dump mail and jump over to thunderbird.
    Chris

    Hi Dave,
    you should also ask in the specific .mac forums here.
    Edited: Sorry, I see you already did it!
    Message was edited by: Jean-Pascal Roche

  • Partner App OAS SSO integration does not work

    Hi All,
    I try to make OAS SSO work. I have app I built in HTML DB, I try to make it work as Partner Application for OAS SSO. I've done all requierments to install SSO SDK and try to make it work - it was fruitless.
    Then I try to make Test App work (\ssosdk307_032101\demo\plsql\) - it was fruitless also.
    I received the same error messages in Apache error_logs:
    [Thu Nov  4 12:06:54 2004] [error] [client 192.168.83.43] [ecid: 1099562814:192.168.83.197:9461:0:1,0] mod_plsql: /test2/test_setup HTTP-503 ORA-6550 Call to WPG_SESSION API Failed.
    [Thu Nov  4 12:06:54 2004] [error] [client 192.168.83.43] [ecid: 1099562814:192.168.83.197:9461:0:1,0] mod_plsql: ORA-06550: line 4, column 2:
    PLS-00201: identifier 'FLOWS_010500.WPG_SESSION' must be declared
    ORA-06550: line 4, column 2:
    PL/SQL: Statement ignored
    ORA-06550: line 5, column 16:
    PLS-00201: identifier 'WPG_SESSION_PRIVATE.CREATE_SESSION' must be declared
    ORA-06550: line 5, column 2:
    PL/SQL: Statement ignored
    ORA-06550: line 6, column 15:
    PLS-00201: identifier 'WPG_SESSION_PRIVATE.GET_LW_USER' must be declared
    ORA-06550: line 6, column 2:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 2:
    PLS-00201: identifier 'FLOWS_010500.WPG_SESSION' must be declared
    ORA-06550: line 7, column 2:
    PL/SQL: Statement ignored
    Could someone point me what to do in order to make it work? I guess I miss some step but I don't know what one I've missed :(((
    Thanks,
    Sergiy

    Scott,
    Thanks for your reply. I double check instruction and re-done all steps. I try to start demo application (I didn't even go further tneh step 4 in Install.txt!)
    from ...\ssosdk307_032101\demo\plsql\Readme.txt 5. To verify the web server setup, go to the following URL to see the test page:
    http://<hostname>:<port>/pls/<dad_name>/<schema_name>.test_setup
    , but I receive the same error messages in IE and in Apache error_logs.
    I see at this point one weak area - this is DAD. As I understand I need to create dad in dads.conf, am I right?
    Maybe I didn't created it right?
    Could you post some working dad for SingleSignOn?
    Thanks,
    Sergiy

  • Sun One Studio 4 U1 to App server 7 integration

    I start the Application server 7 with the command line 'asadmin start-appserv' and everything seems to work fine. I can log on to the administration via http://localhost:4848/admin and see that the server1 instance has started and exists. I go back to the runtime tab in Sun ONE Studio and the the Server Registry has no entry for the SunOne App server. (I know it used to cause I deployed apps to it!) What happened? is there a way to 'Refresh' the Server Registry or the Installed Servers underneath?
    Any idea's would be appreciated
    Cam

    Thanks for all the information. What I had to do was this:
    (By the way this is with the Enterprise Try and Buy edition)
    After searching around I got to Options -> IDE Configuration -> System -> Modules -> J2EE support -> Sun One Application Server 7
    the properties had an Enabled = false. I couldn't set it to true though. SOoooo I registered (I thought I was already but ... ). I then went and Updated EVERYTHING under Sun ONE Studio. After this I still could not update this property so I went back and updated EVERYTHING under NetBeans (I think there was an Open API support module that I suspect was the one I had to update). After this I was able to set the property flag to true and voila! the Sun ONE application server was settable to true and it appeared in the Server Registry.
    There is still a slight nagging problem though
    When I set this to true however, it asked that I set a bunch of other things to true as well, (EJB Build, EJB Assembly, etc) While I don't know why it wouldn't set them up by itself it didn't. So after setting them to true the module icons appear with a red 'T' through them. I don't know what this means. ( I searched help for 'icons' 'T', etc, but didn't find anything). It seems to be working now though so that's good! I'll try to deploy a couple of applications and see what happens.
    Thanks for your help

  • How is the Oracle apps 10g is integrated with e-business suite

    Gurus
    I am new to oracle.i don't have any knowledge about oracle apps versions and its releases. please tell me something very basic about these.
    Regards
    Nitin

    "Oracle Applications Concepts Manual" should be helpful
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/11iconcepts.pdf

Maybe you are looking for