KF defaulting to multiple sources, both defined at more granular planning levels

Hello Experts,
I hope this will be an easy one for you Personally, I have been trying to figuring out how to overcome this issue and I must admit that I am short of solution.
So here is the situation:
I have two sets of data for my actual sales :
- First one is loaded at planning level @ Period | Product | National Group | Point of Sales(POS)
- The other is loaded @ Period | Product | National Group | Ship-To Party
To get a valid portrait of my actual sales, I must compare these two sets of data at a common planning level (i.e. @ Period | Product | National Group).
Then, the adjusted result must be "re"disaggregated @ Period | Product | National Group | Point of Sales, the base planning level used to forecast. 
Based on what I could understand from SAP2 model, I created the following key figures:
ActualsQtyPOS : Stored at base planning level @PERPRODNATPOS and calculated @PERPRODNAT. Here are the 2 calculation definitions I used:
ActualsQtyPOS@REQUEST = SUM ("ActualsQtyPOS@ERPRODNATPOS")
ActualsQtyPOS@PERPRODNAT = SUM ("ActualsQtyPOS@ERPRODNATPOS")
ActualsQtyShipTo : Stored at base planning level @PERPRODNATSHIPTO and calculated @PERPRODNAT. Defined with this calculation:
ActualsQtyShipTo@REQUEST = SUM ("ActualsQtyShipTo@PERPRODNATPOS")
ActualsQtyShipTo@PERPRODNAT = SUM ("ActualsQtyShipTo@PERPRODNATPOS")
AdjustedActualsQty : Created at base planning level @PERPRODNAT. This KF must be stored and editable. The value must be defaulted to ActualsQtyPOS@PERPRODNAT, unless no data exist (then, default to ActualsQtyShipTo@PERPRODNAT).
AdjustedActualsQty@REQUEST=SUM ("AdjustedActualsQty@PERPRODNAT")
AdjustedActualsQty@PERPRODNAT=IF(ISNULL("AdjustedActualsQty@PERPRODNAT"),IF(ISNULL("ActualsQtyPOS@PERPRODNAT"),"ActualsQtyShipTo@PERPRODNAT","ActualsQtyPOS@PERPRODNAT"),"AdjustedActualsQty@PERPRODNAT").
My issue : I tried several (and I mean several!) configuration possibilities. So far, the best result that I got was to default the good value in AdjustedActualsQty based on the calculation rule above. But my core problem persists: I am not able to edit manually the defaulting value and save the new value in the database.
Based on my comprehension, the problem would be related to ActualsQtyPOS and ActualsQtyShipTo Key Figures. Both are stored at a more granular planning level, and then calculated @PERPRODNAT level. In addition to storing them at their base planning level, would it be possible to store the aggregated results at a higher level (@PERPRODNAT)? This way, I would be able to use them as stored input in AdjustedActualsQty@PERPRODNAT calculation and duplicate the AdjustedActualsQty KF used in SAP2.
Any help would be greatly appreciate.
(I tried to summarize the best I can, don't hesitate if you need more details on some points.)
Best regards

Hi Philippe
you dont  need access to HANA, it is pure config
Go to Configuration -> Miscellanious --> Manage Planning Operator
If not existing yet, create a new type by clicking on teh white "sheet" symbole "create new" on the right side.
In the popup enter the EXACT name COPY (not more than one possible):
Provide info for "Add Job Procedure" and "Schedule Procedure":
Add Job Procedure = "SAP_SFND"."sap.sop.sopfnd.catalogue::SOPAPI_OPERATOR_SCHEDULER_JOB_ADD"
Schedule Procedure = "SAP_SFND"."sap.sop.sopfnd.catalogue::SOPAPI_EXECUTE_SCHEDULER_COPY_JOB"
Than add you operator lines by clicking on the plus symbol
with the following parameter:
DURATION
PERIOD_OFFSET
SOURCE_KFID1
SOURCE_KFID2
DURATION: e.g. 24 if you want to copy 24 months
PERIOD_OFFSET: e.g. 0 when you want to copy starting current months, or -1 if you want to start previous months
SOURCE_KFID1: starting keyfigure FROM which you copy. MUST NOT have any UoM or currency conversion
TARGET_KFID1: your target keyfigure. UoM or currency conversion in here is allowed
You could have SOURCE_KFID2 and TARGET_KFID2 as well. And you can have more than just one line.
Flag the batch and filter mode flags, but not interactive (not supported yet)
Provide a useful DESCRIPTION as that is seen by the users
Make sure that not too many users get the authoriozation for it as if you execute that withiout a filter accidentially it does not only change all values, but if you run more than one at a time that migt get to conflicts. Like normal batch jobs: You usually give admins or power users access
It copies on the very lowest possible level. You cannot tell the system as in APO-DP to copy on an aggregated level. PLus, source and target kf must have the same planning level. So you may copy from a calculated kf that does the calculation on the level of the target kf
Dont have any docu, sorry. Hope that helps
Yours
Irmi

Similar Messages

  • Address book multiple sources

    Address book i have set up address book to work with dropbox so all the macs in our office can share the same database this removes the need for all those all those syncing applications and for one person to be in charge of the database.
    Problem is you have to limit the personal info you want in the database as every one has access to it.
    I also have many family members using mac and it would be nice to be able to do something similar with them a unified family contacts book.
    Again you would have the same issues. If Address book could work like ical and operate with multiple sources. You could have all your contacts in one location but keep the info separated and private.
    Any one know if it is possible to achieve this or if something like Bento could

    Thank you, V.K. The good news is that the group is large and the email addresses are hidden in the BCC field so Jane won't know that I have two entries for her in my address book. (And yes, I know I could call them both "Jane Doe" but at some point I would probably shoot myself in the foot by deleting the duplicate without realizing why it's there.)
    I was surprised that whoever coded Address Book and/or Mail didn't use the usual convention of being able to select multiple entries in a list. This would be a nice enhancement for a future release; it's really not that unusual for someone to request that mail be routinely sent to both a home and work email address.

  • Howto deal with multiple source files having the same filename...?

    Ahoi again.
    I'm currently trying to make a package for the recent version of subversive for Eclipse Ganymede and I'm almost finished.
    Some time ago the svn.connector components have been split from the official subversive distribution and have to be packed/packaged extra. And here is where my problem arises.
    The svn.connector consists (among other things) of two files which are named the same:
    http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/features/org.polarion.eclipse.team.svn.connector_2.0.3.I20080814-1500.jar
    http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/plugins/org.polarion.eclipse.team.svn.connector_2.0.3.I20080814-1500.jar
    At the moment makepkg downloads the first one, looks at its cache, and thinks that it already has the second file, too, because it has the same name. As a result, I can neither fetch both files nor use both of them in the build()-function...
    Are there currently any mechanisms in makepkg to deal with multiple source files having the same name?
    The only solution I see at the moment would be to only include the first file in the source array, install it in the build()-function and then manually download the second one via wget and install it after that (AKA Quick & Dirty).
    But of course I would prefer a nicer solution to this problem if possible. ^^
    TIA!
    G_Syme

    Allan wrote:I think you should file a bug report asking for a way to deal with this (but I'm not sure how to fix this at the moment...)
    OK, I've filed a bug report and have also included a suggestion how to solve this problem.

  • Multiple source databases

    Hello,
    I need to load data into dimensions and cube from multiple source databases. We have separate transaction databases for each country, but data must be loaded into common target schema. At the moment we have created mappings which loads data from one source database.
    What is the best way to populate, for example customers dimension from customers transaction tables (located in multiple source databases) if business identifiers can overlap?

    I would break this up into two pieces: the load from the source systems into the staging area, and then the load from the staging area into the target table, which you mentioned was a dimension.
    There is no reason you would have to use views or synonyms if you don't want to. You could approach this either with a SET operator, in this case a union, that brought all the sources together into the staging table. However, I would likely create multiple mappings for each source system. I would create a mapping for each table that you have to pull data from, and then create a separate process flow that controls all the tables being pulled from a particular source database. This allows you to schedule the extractions from the source systems independently of each other in case they need to run at different times. The end result of all of this will be a series of staging tables that are loaded from source tables from all the different locations. For each of the singular mappings, I would create a constant that defined the source of the data for this mapping, and load that constant into a column called SOURCE_SYSTEM, or perhaps COUNTRY, as you mentioned. Then, this SOURCE_SYSTEM/COUNTRY column + SOURCE_SYSTEM_ID would serve as the natural key.
    You can choose to persist these tables (as an ODS of sorts) or not... that is up to you and your requirements.
    Finally, I would create a single mapping that loads the final target table from the single staging table.
    Let me know if this doesn't make sense.
    Regards,
    Stewart Bryson

  • Compile multiple source files

    sorry, this is maybe a newbie question.
    but iI have a problem compiling an application that use multiple sources files
    for exemple
    the class A is in the file 1
    the class B is in the file 2
    class A uses an instance of the class B
    class B uses an instance of the class A
    so i'm unable to compile these files coz each one tells me he doesn't know about the other
    Is there a way to define prototypes of class or fonctions before their use like in C/C++?
    Or is there another way i didn"t pay attention
    thanks all

    This is a minimal explanation of packages. For a full explanation of packages and how to compile and run Java programs, see this page:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/tools.html
    and read the Setting the Classpath and the How Classes are Found topics.
    Assume that your programs are part of a package named myapp, which is specified by this first line in each source file:
    package myapp;
    Also assume that directory (C:\java\work\) is listed in the CLASSPATH list of directories.
    Also assume that all your source files reside in this directory structure: C:\java\work\myapp\
    Then a statement to compile your source file named aProgram.java is:
    C:\java\work\>javac myapp\aProgram.java
    And a statement to run the program is:
    java myapp.aProgram
    (This can be issued from any directory, as Java will search for the program, starting the search from the classpath directories.)
    Explanation:
    Compiling
    A class is in a package if there is a package statement at the top of the class.
    The source file needs to be in a subdirectory structure. The subdirectory structure must match the package statement. The top subdirectory must be in the classpath directory.
    So, you generate a directory structure C:\java\work\myapp\ which is the [classpath directory + the package subdirectory structure], and place aProgram.java in it.
    Then from the classpath directory (C:\java\work\) use the command: javac myapp\aProgram.java
    Running
    Compiling creates a file, aProgram.class in the myapp directory.
    (The following is where people tend to get lost.)
    The correct name now, as far as java is concerned, is the combination of package name and class name: myapp.aProgram (note I omit the .class) If you don't use this name, java will complain that it can't find the class.
    To run a class that's NOT part of a package, you use the command: java SomeFile (assuming that SomeFile.class is in a directory that's listed in the classpath)
    To run a class that IS part of a package, you use the command java myapp.aProgram (Note that this is analogous to the command for a class not in a package, you just use the fully qualified name)

  • SLT Replication for the same table from Multiple Source Systems

    Hello,
    With HANA 1.0 SP03, it is now possible to connect multiple source systems to the same SLT Replication server and from there on to the same schema in SAP HANA - does this mean same table as well? Or will it be different tables?
    My doubt:
    Consider i am replicating the information from KNA1 from 2 Source Systems - say SourceA and SourceB.
    If I have different records in SourceA.KNA1 and SourceB.KNA1, i believe the records will be added during the replication and as a result, the final table has 2 different records.
    Now, if the same record appears in the KNA1 tables from both the sources, the final table should hold only 1 record.
    Also, if the same Customer's record is posted in both the systems with different values, it should add the records.
    How does HANA have a check in this situation?
    Please throw some light on this.

    Hi Vishal,
    i suggest you to take a look to SAP HANA SPS03 Master Guide. There is a comparison table for the three replication technologies available (see page 25).
    For Multi-System Support, there are these values:
    - Trigger-Based Replication (SLT Replication): Multiple source systems to multiple SAP  HANA instances (one  source system can be connected to one SAP HANA schema only)
    So i think that in your case you should consider BO Data Services (losing real-time analytics capabilities of course).
    Regards
    Leopoldo Capasso

  • Can we run parallel data collections to collect multiple source instance.

    Hi,
    We have a business requirement where we will have multiple Source(ERP) instance and single Destination(ASCP) instance. We would like to check if we will be able to run Data collections in parallel to collect multiple EPR instance in the same time window. This is to reduce the total planning process time duration as following data collections we will be required to run multiple plan runs.
    Please help me with your expert comments
    Rgds
    Sid

    You may instead use Continuous collections to save on time so it can run collections from both instances periodically throughout the day thereby reducing a single timespan to collect all the data.
    Thanks
    Navneet Goel
    Inspirage

  • Multiple sources for Logical Tables

    The order of the sources in the logical table(in case of multiple sources) will it affect the query results??

    Hi,
    OBIEE pick the LTS using this algorithm:
    1) every logical fact table is set to a dimension level, every level in the dimension has a number of elements at that level
    2) OBIEE multiply for every LTS all the numbers of elements defined for a specific LTS
    3) OBIEE pick the LTS that has the lower valure (like a cost of access, it picje the most aggregated table)
    4) if there are multiple LTS with the same cost, OBIEE choses the first in order of defiition
    Regards,
    Gianluca

  • Javadoc: warning - Multiple sources of package comments found for package

    h1. The Problem
    By creating the Maven Site for our software we receive the following error messages:
    javadoc: warning - Multiple sources of package comments found for package*
    We use maven with maven projects containing multiple maven modules.
    We have the same package names used in different modules (e.g. util-api with package util.text and util-impl with package util.text)
    Package Info are created using package-info.java files.
    We use maven-javadoc-plugin
    A search pointed to the following old links:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5095714
    http://forums.sun.com/thread.jspa?forumID=41&threadID=713300
    Does anyone experience the same problem? How can it be solved?
    h1. Our configuration
    $ mvn -version
    Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200)
    Java version: 1.6.0_14
    Default locale: de_CH, platform encoding: UTF-8
    OS name: "linux" version: "2.6.18-92.1.1.el5" arch: "amd64" Family: "unix"
    maven-javadoc-plugin version=2.6.1
    no special configuration

    h1. The Problem
    By creating the Maven Site for our software we receive the following error messages:
    javadoc: warning - Multiple sources of package comments found for package*
    We use maven with maven projects containing multiple maven modules.
    We have the same package names used in different modules (e.g. util-api with package util.text and util-impl with package util.text)
    Package Info are created using package-info.java files.
    We use maven-javadoc-plugin
    A search pointed to the following old links:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5095714
    http://forums.sun.com/thread.jspa?forumID=41&threadID=713300
    Does anyone experience the same problem? How can it be solved?
    h1. Our configuration
    $ mvn -version
    Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200)
    Java version: 1.6.0_14
    Default locale: de_CH, platform encoding: UTF-8
    OS name: "linux" version: "2.6.18-92.1.1.el5" arch: "amd64" Family: "unix"
    maven-javadoc-plugin version=2.6.1
    no special configuration

  • Multiple Source parameter in QueryString

    Hi Experts,
    I am having a Page with a Default list view of a custom list. With jquery i relink the click on the edit-button to a custom Edit-Form and i add the Source to the QueryString, like so:
    var myList = $('a[href*="84858E12"]');
    if(myList)
    myList.each(function ()
    var att = $(this).attr('onclick');
    if(att)
    if(att.match(/ID=([0-9]*)/))
    var id = $(this).attr('onclick').match(/ID=([0-9]*)/)[1];
    var bo = $(this).closest('td').next('td').next('td').find('a').text();
    $(this).removeAttr('onclick');
    $(this).attr('href', '/Lists/myList/Edit.aspx?ID=' + id + "&BO=" + bo + "&InitialTabID=Ribbon.Read");
    $(this).attr('onclick', 'GoToLink(this);return false;');
    So my starting page was http://xxx.com/Seiten/acm.aspx
    Then when i click to edit my custom Form comes up and URL is:
    http://xxx.com/Lists/myList/Edit.aspx?ID=80&BO=LE/2014/2000080&InitialTabID=Ribbon.Read&Source=http%3A%2F%2Fxxxt%2Ecom%2FSeiten%2Facm%2Easpx
    This custom Edit-Form has a list view Webpart on the bottom to show related data from another list. Also here i relinked the edit button to a custom edit form of that list, like so:
    var hu = window.location.href;
    var gy = hu.split("&");
    var source =gy[0]; var orgurl = hu;
    var com = $("a[href*='ListId=%7B636BE5B5%2D8BD7%2D4CC0%2D9856%2DAF1A0F272C97%7D']");
    if(com)
    com.each(function ()
    $(this).removeAttr("onclick");
    $(this).click(function(e)
    e.preventDefault();
    var currentid = $(this).attr('href').match(/ID=([0-9]*)/)[1];
    var encbo = getBO();
    $s = "/Lists/many/Edit.aspx?ID=" + currentid + "&BO=" + encbo + "&InitialTabID=Ribbon.Read" + "&Source=" + source + "%26BO=" + encbo + "%26InitialTabID=Ribbon.Read";
    location.href = $s;
    So when i click i go to the related data edit form, URL is:
    http://xxx.com/Lists/many/Edit.aspx?ID=94&BO=LE/2014/2000080&InitialTabID=Ribbon.Read&Source=http://xxx.com/Lists/myList/Edit.aspx?ID=80%26BO=LE/2014/2000080%26InitialTabID=Ribbon.Read
    When i save or cancel i will come back where i came from (works great!) but then my origin starting URL (http://xxx.com/Seiten/acm.aspx) is not there as the Source Portion of the QueryString (And until now i didn't
    set it somewhere). So when i now click cancel or save (I am in the first custom edit form) I am at the Default AllItems.aspx and not where i started from.
    So i tried to add a second Source Portion to the Source, like so:
    $s = "/Lists/xxx/Edit.aspx?ID=" + currentid + "&BO=" + encbo + "&InitialTabID=Ribbon.Read" + "&Source="
    + source + "%26BO=" + encbo + "%26InitialTabID=Ribbon.Read"
    + "%26Source=" + orgurl;
    This will not work! -SharePoint does not parse the 2nd Source Portion and adds a comma into the QueryString.
    Does anybody know how to get around this?
    Thanks, Ronny

    Hi Ronny,
    According to your description, my understanding is that you want to pass multiple Source parameters in Query String.
    Per my knowledge, the full URL should be http://xxx.com/Lists/many/Edit.aspx?ID=94&BO=LE/2014/2000080&InitialTabID=Ribbon.Read&Source=http://xxx.com/Lists/myList/Edit.aspx?ID=80%26BO=LE/2014/2000080%26InitialTabID=Ribbon.Read%26Source=http%3A%2F%2Fxxxt%2Ecom%2FSeiten%2Facm%2Easpx
    based on your need.
    The second ‘&Source’ should be replaced with ‘%26Source’ and then the URL can work.
    Please test with the URL above in the browser directly to see if the issue still occurs.
    If not, please check if there is anything incorrect in your code.
    More information are provided in the link below:
    http://raymondlittle.wordpress.com/2011/10/13/passing-source-querystring-value-which-contains-multiple-querystring-values-to-an-display-edit-or-new-list-item-forms/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Multiple sources for trusted reconciliation

    Hi All,
    Is it possible to have multiple trusted source in OIM . such as I have to different application (1)end-user and (2)support. Both type of user need to created OIM.
    When I do the recon. on support after recon of end-user . I find that users from end-user are deleted.
    I am doing trusted recon.
    Am I missing anything and how we can support multiple source for trusted recon.
    Cheers

    Hi,
    I know you can have multiple trusted sources, as long as you normalize the attributes on the way in.
    I have seen an implementation with multiple trusted sources that provide the information for different attributes, as well as the same (for example, employees can change their own name in one application, HR can change it in PSFT, but PSFT is also authoritative for PSFT number). Since the First Name and Last Name can be touched by both, when the reconciliation connectors/adapters push the data into the recon engine, the attributes are named the same from both places.
    You can go into the organization of the users, find the Xellerate User process for the deleted users and find out what triggered the deletion. I have no idea what is doing it...
    Some ideas: if you are using the AD adapter and have Delete Recon turned on, and are doing a trusted recon, then you might get into conflicts between the users. Other adapters don't have Delete Recon, so they won't do this. I haven't looked into the new generic connector, so I am not sure if it does this as well.
    Also, you can look at the data coming in from the recons in the Design Console's Reconciliation Manager. This might give you a hint as to why things are getting deleted.
    Also, since I haven't played with 9.0.3 yet, it might just be a bug (I just finished my installation though and will be doing recons next week and see -- i have multiple trusted sources).
    Hope this helps,
    Deb

  • Can we merge data from multiple sources in Hyperion Interactive Reporting ?

    Hi Experts,
    Can we merge data from multiple sources in Hyperion Interactive Reporting ?Example can we have a report based on DB2
    Oracle,
    Informix and Multidiemnsional Databases like DB2,MSOLAP,ESSBASE?
    Thanks,
    V

    Yes, Each have their own Query and have some common dimension for the Results Sections to be joined together in a final query.
    look in help for Creating Local Joins

  • Satellite L-50 can't play audio from multiple sources

    I can't play audio from multiple sources. This is very annoying when I have 2 youtube videos playing, if I start playing something on the media player, there is no sound on media player, it's the same when I have 2 media players open and 1 youtube video playing, youtube video doesn't have sound..
    I already have all the latest drivers, last DTS driver update was in 2014, sound update this year's february..
    25/02/14
    DTS Studio Sound
    DTS Inc.
    Windows 8.1 - 64 Bit
    1.01.2700
     I don't know if this makes sense, but I got newer DTS sound driver which I found, It's not my laptop model, but they all seem to be the same - v1.1.88.0 
    I uninstalled DTS software and still had the same problem, so it's not affecting sound driver in any way..
    10/02/15
    Sound Driver
    Integrated Device Technology Inc.
    Windows 8.1 - 64 Bit
    6.10.6491.0
    IDT audio driver has newer release date, but the driver version is the same as the 2013 one..
    Why are toshiba releaseing old driver as 'NEW' ?
    2nd is my speakers advanced settings, nothing changed when I disabled "Allow applications to take exclusive control of this device"
    Attachments:
    audio.png ‏6 KB
    test2.png ‏7 KB
    specs.png ‏16 KB

    Can you check the full model and part number from the laptop?
    - Peter

  • Satellite L50-A-19N can't play audio from multiple sources

    I can't play audio from multiple sources. This is very annoying when I have 2 youtube videos playing, if I start playing something on the media player, there is no sound on media player, it's the same when I have 2 media players open and 1 youtube video playing, youtube video doesn't have sound..
    It goes away when I plug out my headphones..
    I already have all the latest drivers, last DTS driver update was in 2014, sound update this year's february..
    25/02/14
    DTS Studio Sound
    DTS Inc.
    Windows 8.1 - 64 Bit
    1.01.2700
    I don't know if this makes sense, but I got newer DTS sound driver which I found, It's not my laptop model, but they all seem to be the same - v1.1.88.0
    I uninstalled DTS software and still had the same problem, so it's not affecting sound driver in any way..
    10/02/15
    Sound Driver
    Integrated Device Technology Inc.
    Windows 8.1 - 64 Bit
    6.10.6491.0
    IDT audio driver has newer release date, but the driver version is the same as the 2013 one..
    Why are toshiba releaseing old driver as 'NEW' ?
    2nd is my speakers advanced settings, nothing changed when I disabled "Allow applications to take exclusive control of this device"

    I see that the option called “give exclusive mode applications priority” has been checked.
    Usually different applications and programs can access the sound card simultaneously.
    For example: you can hear the sound in game, while you can run your own music via an external player.
    This is prevented with these options “give exclusive mode applications priority”.
    Maybe you should disable (uncheck) this option to prevent the different applications for using this exclusive mode stream.
    I did it for my DAC. I set the DAC for exclusive mode. Once my audio playback software starts to play music, no other software is able to share the DAC.
    However, I use Win 7 and Realtek sound driver… It’s another configuration.
    So it’s not known to me if your issue is related Win 8.1 system or maybe limitation of sound driver… it could be also possible that one of your sound applications don’t allow multiple sound streaming.

  • Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.

    Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data information (in .XML) which will be used in header/footer. Is it possible to put a run time generated DDX file in the watch folder and use it in Process. If possible how can I pass the file names in the DDX. Any sample Process will be very helpful.

    If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5
    Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | Adobe LiveCycle Blog ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2
    Thanks
    Wasil

Maybe you are looking for

  • Code fails in AS 2.0

    Hi, The flash swf that I have was published in flash 6, AS 1.0. I changed the publishing to use AS 2.0 to take advantage of some new features and my scroll functions have quit working. I believe the code issue is in the code block below: Actionscript

  • Display Settings error

    On my brand new S10e, when I boot up I get a Windows message that the Display Settings are set too low. I check the control panel and find the the settings are right 32bit and 1024x562 (if my memory services me right). I have removed and installed th

  • Change results in Inspection Point

    Dear All, I did the results recording using qe51n for three inspection points in one lot. i also did the force completion and the status is in 5. Now i want to change the result in one inspection point. How do i do that? QA22 or QE71 doesnt do it? Re

  • I've lost my SB Audigy installation CD. Is there any chance to have a microphone worki

    Yeah, I've lost my SB Audigy installation CD, and after a recent format I can't install AudioHQ, Creative Recorder, PlayCenter and all that software - I just have the drivers, which I downloaded from the internet. Is there any chance to have my micro

  • Need calibration for LR to show photos?

    LR 5.2 isn't showing my photo's. It goes through the motions but blank gray is displayed instead of the photos. This has happened to me before and recalibrating my display solved the problem. Now I am having trouble recalibrating and keep getting an