Webform - Based on different Applications - version 11.1.1.3

Is it possible at all to create a Composite Form based on different Plan Types from different applications ?
Version I'm working on is 11.1.1.3.
I don't think so but thought of checking with the gurus :-)

Webforms have to be linked to the same application, you could have members that pull data from other applications using @XREF
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • BPC NW - Distribution of the input schedule based on two applications

    Hi all,
    I have one input schedule which is based on two different applications - one application on its own worksheet. In online mode it works correctly.
    For offline data collection I've created distribution list for this input schedule. And in the fixkey field I set dimension values for all dimensions of both applications, except Entity - it is defined in the varkeys field.
    For the first application, for which distribution list was created, I named dimensions like "DIMENSIONNAME" (e.g. "P_ACCT"), and for the second like "APPLICATION:DIMENSIONNAME" (e.g. "APSHELL:P_ACCT"), as it's written in the manual.
    The problem is that after input schedule distribution all dimensions of the second application on the second worksheet have the same values as it was when I saved input schedule to the server and not as it defined in the distribution list.
    All values of the first application are correct and have the same values as it defined in the distribution list.
    I checked it on BPC NW 7 and on BPC MS 5. It doesn't work in both systems.
    Question. Is it possible to distribute input schedules based on different applications correctly or not.
    If you have a version of BPC, check it please. I can paste distribution list here if it's needed.
    Edited by: Boris Rabinovich on Aug 14, 2009 11:09 AM

    Yes, it's hardcoded by evdre function on default.
    Brian,
    Do you have any experience with such tasks?
    What version of BPC do you have? Iu2019m using BPC7 NW SP3
    Edited by: Boris Rabinovich on Aug 20, 2009 9:20 AM

  • Use different java versions to start weblogic and run application.

    Hi All,
    I'm currently using weblogic707 which need java 1.4.1 to start up. However, i have this application that run only on java version 1.3.1. Is there any possibility to configure the weblogic to run my application on different java version?
    Thanks.
    wls

    Hi HMLunger,
    Did you install the SQL Server instance successfully? If not, please help to post the summary and detail logs for analysis. By default, the logs can be found in: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log.
    However, if you fail to start SQL Server Express service after successfully installing SQL Server,
    you might have to change the paths of the files by running the following scripts from the command prompt. For more details, please review this similar
    thread.
    NET START MSSQL$SQLEXPRESS /f /T3608
    SQLCMD -S .\SQLEXPRESS
    ALTER DATABASE model MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    ALTER DATABASE model MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    go
    exit;
    ALTER DATABASE msdb MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    ALTER DATABASE msdb MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    NET STOP MSSQL$SQLEXPRESS
    In addition, you can follow the steps in this KB article to uninstall SQL Server.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • How do I specify different emails for a form to send to based on different selections?

    How do I specify different emails for a form to send to based on different selections?
    Creating a form that can be sent to an email address is simple enoug but my problem I can't figure out.  There is a drop down menu on the form and based on what the user selects the form will be sent to 1 of 3 groups of email addresses.  How can I specify which group of email addresses belong to a particular dropdown menu selection?

    You can populate the drop down with a dataprovider that has the dropdown field and the emailgroup field.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import mx.events.FlexEvent;
          import mx.collections.ArrayCollection;
          [Bindable] private var dataAC:ArrayCollection = new ArrayCollection([
            {label: "one", email: "[email protected]"},
            {label: "two", email: "[email protected]"},
            {label: "three", email: "[email protected]"},
          private function changeFunc(evt:FlexEvent):void{
            txt.text = evt.currentTarget.selectedItem.email;
        ]]>
      </mx:Script>
      <mx:ComboBox id="cmbx" dataProvider="{dataAC}" valueCommit="changeFunc(event)"
        labelField="label" creationComplete="cmbx.selectedIndex=0"/>
      <mx:Text id="txt"/>
    </mx:Application>
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex / AIR Development, Training, and Support Services

  • Use different JRE versions in Oracle Discoverer 10g(10.1.2.0)

    Hello.
    We have a Oracle Forms application which also uses Discoverer Plus and Reports.
    Problem is we have some user clients who uses XP/IE 6.0 while otheres has Vista IE 8.0.
    Based on here
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA
    depending on OS/browser different plugin versions are required. If we
    Can we have different JRE versions in separate clients? Kinda confused with the matrix.

    Hi;
    Please check below which could be helpful for your issue:
    Overview of Using Java with Oracle E-Business Suite Release 12 [ID 418664.1]
    Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1]
    Oracle Jinitiator and Sun JRE/JPI Support for Oracle Forms Applications [ID 555720.1]
    Regard
    Helios

  • Load-balancing by application version

    Hi there. I have a pair of CSS-11501's that I'm using for load-balancing incoming connections for a specific software application. We have 2 versions of the software that connect to the same TCP port on the server side. Is there any way to have the CSS distinguish between the application versions so I can direct traffic to different clusters based on version, without the customer knowing?

    no way with the CSS.
    The CSS can understand http but not other applications.
    The ACE module in its next software release will be able to catch data on any application and make an action like loadbalance with it.
    Gilles.

  • In a single program how to lookup different EJB from different application

    Hi,
    I have deployed two applications app1 and app2 on oc4j.
    There is a stateless session bean in a1 called ejb1.
    And there is also a stateless session bean ejb2 in app2.
    I write a test jsp in app1 to lookup ejb1 and ejb2 as an application client. So I need to create an application-client.xml for it.
    <?xml version="1.0"?>
    <!DOCTYPE application-client PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application Client 1.2//EN" "http://java.sun.com/j2ee/dtds/application-client_1_2.dtd">
    <application-client>
    <display-name>ejbs</display-name>
    <ejb-ref>
    <ejb-ref-name>ejb1</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>class_of_ejb1Home</home>
    <remote>class_of_ejb1</remote>
    </ejb-ref>
    <ejb-ref>
    <ejb-ref-name>ejb2</ejb-ref-name>
    <ejb-ref-type>ejb2</ejb-ref-type>
    <home>class_of_ejb2Home</home>
    <remote>class_of_ejb2</remote>
    </ejb-ref>
    </application-client>
    However, When I run the test.jsp, It will report following error:
    javax.naming.NamingException: Error reading application-client descriptor: No location specified and no suitable instance of the type 'class_of_ejb2' found for the ejb-ref ejb2
    In fact, if I only lookup any of the ejb and the application-client.xml just specify only the according ejb-ref, everything is alright.
    But how to construct the application-client.xml so that it can suitable for 2 different ejb in different application? Do I miss something in doing it?
    Kindly advice!
    Queeny Tang

    Hi Debabrata Panda,
    I did add parent in web.xml, but it still encounter
    "Error reading application-client descriptor: No location specified and no suitable instance of the type 'class_of_ejb2' found for the ejb-ref ejb2"
    In my program, a jsp in app2 will lookup ejb1 of app1. In the same way, a jsp in app1 will lookup ejb2 of app2.
    if I declare in server.xml
    <application name="app2" path="../applications/app2.ear" parent="app1" auto-start="true" />
    <application name="app1" path="../applications/app1.ear" parent="app2" auto-start="true" />
    That will cause error reading application-client.xml for all
    ejbs.
    How to solve this.
    Thanks in advance!
    Yours Queeny

  • How to Launch an Integration Builder under two different java versions

    How to Launch an Integration Builder under two different java versions     1
    1. Situation     2
    2. How To Do     2
    2.1 jre preparation     2
    2.2 Put them into the system     2
    2.3 Execute a Java Web Start under jre 1.4.x version     3
    2.4 Change Java Runtime Versions     3
    2.5 Launch an Integration Builder     6
    1. Situation
    OS: windows 2000 pro – English
    Java version: jdk 1.5.x was already installed. (It’s not permitted to change.)
    I don’t have any authorization to install any software on the PC.
    But I need to use an Integration Builder.
    I already knew URLs of an Integration Builder (http://<hostname>:50000/rep/start/repository.jnlp).
    2. How To Do
    At this moment, an Integration Builder (XI 3.0) can be launch under jre 1.4.x environment (on windows).
    2.1 jre preparation
    I download j2re-1_4_2_10-windows-i586-p.exe from http://java.sun.com/j2se/1.4.2/download.html
    I installed it on my home PC and copied all files from C:\Program Files\Java\ j2re1.4.2_10\ into my USB.
    2.2 Put them into the system
    I pasted j2re1.4.2_10 folder from my USB into the windows 2000 pro system.
    Finally, I could list up all of javaws.exe under this system.
    c:\j2re1.4.2_10\javaws\javaws.exe
    c:\Program Files\Java\jdk1.5.0_05\bin\javaws.exe
    c:\Program Files\Java\jdk1.5.0_05\jre\bin\javaws.exe
    c:\Program Files\Java\jre1.5.0_05\bin\javaws.exe
    2.3 Execute a Java Web Start under jre 1.4.x version
    I executed c:\j2re1.4.2_10\javaws\javaws.exe .
    2.4 Change Java Runtime Versions
    Go to File-> Preferences -> Java
    As you can see, it indicates 1.5 version.
    Click [FIND] button.
    Click [NEXT] button.
    Click the j2re1.4.2_10 folder.
    Click [NEXT] button.
    A JRE Finder is able to find javaw.exe automatically. Or you can indicate C:\j2re1.4.2_10\bin\javaw.exe directly.
    Click [NEXT] button.
    Finally, there are two Java Runtime Versions. Now you need to uncheck the Enabled column of 1.5 version and check 1.4 version.
    Click [OK] button.
    Well, in the General tab, I selected None for Proxies.
    2.5 Launch an Integration Builder
    In the Location field, I typed the URL of an Integration Builder jnlp.
    http://<hostname>:50000/rep/start/repository.jnlp
    SAP Integration Builder comes up inside Applications area.
    Select it and click [Start] button.
    If you click Environment-> Integration Builder (Configuration), you can launch Integration Builder: Configuration.
    [PDF file location] with screenshots
    http://SDN.mobilian.org/SDN/How2LaunchIB.rar
    ===================Advertisement==========================
    How do you search SDN?
    What about [<b>SDN Search Widget</b>]?
    SDN Search Widget
    =========================================================

    I am not getting anywhere with deploying my application or
    applet.
    I have set up my bc4j project. It contains all my VO info,
    links, application module. (proj a)
    I then have another project with DbInfo in it(has all my rowset
    info), Multiple Frames, and my Applet.java file.
    Actually I have an Applet.java file and a Application.java file
    because I was seeing if both/either worked. Anyway they seem the
    same, except for that extra window that comes up when you run the
    applet.
    I follow the steps in the oracle directions (from earlier post).
    And all seems ok. But at ---->
    [*] Select the subdirectory under myhtml where your applet's HTML
    file
    is located, and enter the directory path of the 'staging'
    directory you
    created in step 3 above, if different from the default.</li>
    [*]Select the HTML files that JDeveloper created to run your
    applet.</li>
    [*]Select all of the Java source files in your project that make
    up the
    applet.</li>
    I have no HTML file associated with my applet, at least that I
    know of.
    So do I need to create one, or should it of been done
    automatically.
    Also, I trying to figure out what will be the best way to deploy
    my project. Applet or stand alone application is what my first
    choices have been so far. I have read that there is some issues
    with applets being served from a different server than the
    database. So a stand alone application was my front runner, but
    I haven't gotten either way to work yet.

  • Using project libraries for both web-based and AIR applications

    I need to develop substantial code to build both web-based and AIR applications.  Yes, they will have different features, especially when it comes to accessing files on the local file system.
    However, 98% of the code can be shared.
    I want to use a project library that can be used for both types of applications. Maybe using conditional compile when required to not use AIR API's in a web-based application.
    I found this (somewhat old) warning:
    Include Adobe AIR libraries Select this option if your library must use AIR features, such as access to the AIR APIs. Flex Builder then changes the library path of this new Flex Library project so that it includes airglobal.swc and airframework.swc. Web-based Flex projects cannot use this library.
    Do not select this option if you are writing a generic library intended to be used only in a web-based Flex application, or in either a web-based or AIR-based application.
    Does this apply to Flash Builder 4.5?

    I have found a workaround, but it's quite clumsy, involving a transfer vector (in old-fashioned terms) in the main application for each function in the AIR library.
    I have created a library for AIR classes only (fourdtext.fileOperations is there). 
    The AIR application provides "Function" values that any other code in the general-purpose libraries can use.
    It works, but it's nasty.
    In Main.mxml:
    import com.fourdtext.fileOperations.AxFiles;
    // this gets a list of native path strings, from and array of "File" objects
    public var AxGetListFunction:Function = AxGetListRedirect;
    private function AxGetListRedirect(list:Array):Vector.<String>{
        return AxFiles.AxGetList(list);
    In general-purpose code:
    var list:Array = event.dragSource.dataForFormat("air:file list") as Array;
    var AxGetList:Function = FlexGlobals.topLevelApplication.AxGetListFunction;
    listFiles = AxGetList(list);

  • DR database Needs Different Application Schemas

    I am looking for experienced thoughts on Logical Standby database configurations using Data Guard...
    I have a Production database containing three application-specific schemas along with a handfull of schemas supporting business data. The DR site needs to receive replicated business data, but allow extra schemas to exist to support DR-side apps, which have a configuration based on location. E.g. the DR-side apps need to be setup using paswords that are hashed using hostnames, which are different given the DR site...
    My initial thoughts are to use a Logical Standby configuration to solve this, opening the standby database to allow the creation of extra application schemas.
    Can anyone tell me how suitable a solution this is, or if there is a better alternative?
    Oracle documentation explains that Logical standby database are generally used to off-load reporting and backups so I am concerned that my solution is going to produce management problems later down the line.
    Any comments much appreciated!
    Richard

    Many thanks for getting back to me!
    I agree that Logical standbys are not ideal for DR, but I can't see any other option in my situation. The problem is that a Physical standby won't work because I need the DR database to contain different application data to the Live site.
    Can you think of any other approved/reccommended solutions or technologies that will help, where Prod and DR are both single instance 10g DBs?
    One thought is to have separate databases on the DR side: one to host the app schemas and one acting as a physical standby for business data.
    Many thanks again,
    Richard

  • CTS to different OS version

    Dear all
    We have very time crunching situation and we need to install ECC 6.0 system on HP server as DEV system.
    This HP server is RISC based and we have installed HP11.11 version on it.
    SAP and Oracle version will be ECC6.0 and Oracle 10g.
    A month later. we will install SAP ECC 6.0 and ORACLE 10g on HP_UX 11.31 on HP CISC server as DEV/QA/PRD server
    in this case.  Can we tp all the work we done on HP11.11 system to HP 11.31 system?
    Please let me know your experience.
    Thank you in advance.
    Jeongbae

    Hi Jeongbae,
    I don't understand the question..
    from the title of the question "CTS to different OS version " I guess you want to know, if there will be any inconsistency becasue of different os versions.
    If thats the question, then it will not have any inconsistency. Because, tp/r3trans works on database/OS independent. so the datafile/cofile created are os independent. (as long as you are on the same release like ECC 6)
    Regards,
    Debasis.

  • Different product versions displayed in spite of having applied misc v11.1.2.3.50x patches

    All,
    Once logged, here's what is displayed when I click on Help > About Oracle Enteprise Performance Management System Workspace, Fusion Edition then click on the [Show Details] button:
    Explore - 11.1.2.3.000.1175
    Reporting and Analysis Framework - 11.1.2.3.000.1175
    Impact Management - 11.1.2.3.000.1175
    Oracle® Hyperion Financial Reporting, Fusion Edition - 11.1.2.3.508.0939
    Hyperion® Web Analysis - 11.1.2.3.504.11705
    Oracle® Hyperion Enterprise Performance Management Architect, Fusion Edition - 11.1.2.3.500.2033
    Oracle® Hyperion Planning, Fusion Edition - 11.1.2.3.502.04
    Oracle® Hyperion Provider Services - 11.1.2.3.505.005
    Oracle Hyperion Auditing - 11.1.2.3.0
    Calculation Manager - 11.1.2.3.503.005
    Oracle Hyperion Common Administration - 11.1.2.3.0
    Oracle Hyperion Common Security - 11.1.2.3.0
    Oracle Hyperion Lifecycle Management - 11.1.2.3.0
    Hyperion Common Install - 11.1.2.3.0.8719
    Oracle HTTP Server - 11.1.2.0
    This is in spite of having successfully applied the following patches:
    PSU v11.1.2.3.500
    Patch 20029854 (Reporting And Analysis Framework v11.1.2.3.506)
    Patch 19466859 (EPMA v11.1.2.3.501)
    etc;
    .. then re-deployed the java web applications.
    I was wondering if anyone had any idea(s) as to the reason(s) why the above emboldened entries are still showing different product versions to the versions which the patches were supposed to have installed.
    Many thanks,
    JBM

    Unfortunately not every version will update when you apply a patch, it may be worth reading through a blog I wrote on product version - More to life than this...: Understanding product versions in workspace
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Web Application Versioning

    Can anyone point me in the right direction for resources on web application versioning schemes?
    I don't mean CVS. My company is developing a web application that we plan to install on application servers in many different locations for many companies - not just a central application server. So, as clients need things hot-fixed, we need a way to keep track of the versions of our code that fix the problem.
    One of the things that makes it more of a challenge is that many of our clients will need fixes immediately. We will not be able to push the entire .WAR file down to them - they will need their fixes one .class file at a time. Some of our clients are still on 28.8 modems, and getting a 6-20mb (or more) .WAR file would take too long.
    Does anyone have any idea if there is any way this might not be a nightmare?

    Your basic assertion is right: Gemini does depend first and foremost on OSGi.
    However, that doesn't mean to say that you can successfully use Gemini in any environment that supports OSGi. You might be able to get the bundles installed and perhaps even start them, but that on its own doesn't guarantee successful operation or decent integration with the container.
    There are lots of points at which Gemini might conflict with an app server which has an OSGi container. Take a simple example: Gemini Web is going to listen for HTTP requests on a given port. HTTP requests which come in to the app server's configured port will not necessarily be routed through to Gemini Web unless the app server is designed for that to happen.
    So if you start with an app server which is not designed to "host" Gemini, it seems to be that the best you'll end up with is "two in a box" - Gemini running inside the app server but essentially independent of it.

  • Splitting a background job over different application servers

    I am running my program in the background and its taking long to complete. I have done some optimizations and it has greatly improved but still not running as fast as I want because its processing large amounts of data and the amount of time that I want all the data to be processed is little compared to the runtime of the program so now I want to split the background job over different application servers. Can someone tell me how do I go about doing that and example ABAP code will be greatly appreciated.
    Many thanks

    Hello, If you are interested in BANK_PP_JOBCTRL, here are some of the inputs. Its work very efficeintly, though you will have to investigate a little bit froom your end.
    With in package bank_pp_jobctrl , you will find these FM. I have mentioned the use of it as well.
    RBANK_PP_DEMO_GENERATE_DATA: To create the Business data for Parallel Processing.
    RBANK_PP_DEMO_CREATE_PACKMAN: To create Packages out of the business data.
    RBANK_PP_DEMO_START : To process data in parallel.
    RBANK_PP_DEMO_RESTART: To re-process failed records during parallel Processing.
    You will need to call above in your report program in the same sequence as shown above based on you requirement. I did used only first three.
    TO generate events you will need to execute SE38: RBANK_PP_GENERATE_APPL to create application this will create the FM with numbers as shown below.
    Events: This PPF automatically triggers various events during the execution of theStart Program. Each of this event is associated with a custom function module which contains the business logic.
    For implementing this framework, at least the below mentioned methods should be implemented .
    0205 – Create Package Templates  : This method is used to write the logic for creating packages which in turn decides the data to be processed in parallel. This function module is called in loop at the loop ends only when the exporting parameter E_FLG_NO_PACKAGE has a value ‘X’ passed back to the Parallel processing framework.
    1000 – Initialize Package :This method is the first step in processing a package. It fetches all the parameters required for the parallel processing to start. All the parameters are passed to this FM as importing parameters and it is the responsibility of this FM to save it in global parameters so that it can be utilized by Parallel processing framework.
    1100 – Selection per Range : This method is used to read data for a package. The objects selected must be buffered in global data areas of the application for later processing. The package information is stored as interval in global parameters and this information is used to select the package specific data.
    1200 – Selection for Known Object List: This method is used instead of method 1100 if it is a restart run. The objects to be processed are known already.
    1300 – Edit Objects: The processing logic to be implemented using parallel processing for the selected objects is written in this method. This function module is used to implement the business logic and
    Also, obiviously you would like to log your messages , so the framwrok provides macros to do it.
    Let me know if you need some further help as I know there is very little information provided on this.
    Regards/Ajay

  • Cloning use the different gcc version between source system and target sys

    Hi All,
    Our system is: Application tier and Database tier is split to two servers.
    We should run a cloning, but I found the different gcc version on application tier on source system and target system.
    The source application tier server is RedHat Linux ES3, gcc version is 3.2.3
    The target application tier server is RedHat Linux ES3, gcc version is 2.9.6
    There is the same gcc version on database tier on source system and target system, they are gcc 2.9.6.
    My question: Can I use the different gcc version between source system and target system when I run an erp cloning?
    Thanks & Regards
    Owen

    Not necessarily, you might get some errors if the version is higher and it is not supported by the OS. An example is Note: 392311.1 - usr/lib/gcc/i386-redhat-linux/3.4.5/libgcc_s.so: undefined reference to 'dl_iterate_phdr@GLIBC_2.2.4'
    To be on the safe side, make sure you have the same version (unless you want to give it a try).

Maybe you are looking for