Running rules silently on save.

Hi,
I was thinking in doing something that I don't know if its possible.
I would like to run 2 rules when a user saves a form, but the 2nd rule would run "silently" without the user noticing.
So imagine I have 2 rules:
Rule A takes 2 seconds to run.
Rule B takes 30 seconds to run.
I would like the following workflow:
1. User presses save
2. Rule A runs with the page values of the form
3. Planning says to the user: Data is saved. Rule run with success.
4. Rule B is launched with the same page values of the form, running sillently without showing anything.
5. After 30 seconds rule B finishes, without feedback.
Is this possible somehow?
Thank you

If the second calcs doesn't use RTP you can add it into the task list for the user entered data. So user doesn't need to wait for it ends
If RPT are used your question more interesting. I've looked in RDBMS but can't found any flag for rules silent mode. Maybe it will apear one day.
But what should be done by user between first and second transaction? Another save maybe, hence another concurrent proces... a bit more users doing the same things. They all think the data updated in 2sec but it's not true - admin can see the queue of concurrent.

Similar Messages

  • How to run Applet silently?

    Hello,
    I have a script saved in StartUp folder as an Applet. At the startup, user will prompt to click Run to run the applet. Is there a way to run it silently without user's input?
    I am running OS9.2.
    Thanks.

    If you mean an AppleScript, open the Script Editor in the Applications (Mac OS 9):Apple Extras:AppleScript folder, choose Save As from the File menu, and then save it as an application with the option to show the startup screen disabled. This cannot be done if the script was saved as run only, but another method may work in this case.
    (19601)

  • Running Rules on "Locked"/Promoted Planning Units

    Hi All,
    I'm using Hyperion Planning and Smart View Version 11.1.2.2.
    Does anyone know if it is possible to prevent users from being able to run rules on data that is supposedly "locked out" by virtue of a Planning Unit? I was under the impression that Planning Units were supposed to control who could change the data rather than simply who could type numbers into forms, maybe I had this wrong? It seems a bit of a transparent piece of functionality if users can still change numbers after they've passed ownership to someone else.
    A working Example:
    A user can promote their data, but is still able to go back to a form where that data sits and run Rules on-Save, through Right-click menus or through Smart View.
    I'm worried about someone accidentally interfering with data whilst another user is analysing it etc.
    Am I missing something here?
    Regards
    Ed

    Hi, Ed.
    You're right, Planning has so many parts to be developed. PU promotion doesn't prevent users from running BR's
    If you're really worry about it you can think up a workaround.
    You have to create a new form having design simular to a PU hierarchy. User have to enter data (suppose 1) in intersection of Scenario, Version, Entity and Account (if used in PUH) All others dims member should be Begbalance, Product n/a etc.
    All BR's you need to prevent from executing while PU is approved, freezed or just owned by the reviewer or in other cases you think about should include extra code before original calculation takes place. You simply check the value of 1 in all calculated PUs in current BR and throw an error if meet it (@RETURN with some justified text message)
    So when one user (lets say first owner) has finished entering data he goes to the form discussed above and enters 1 for related PU. You can build a task list having such steps After that no one can execute BR successfuly
    Try this maybe it helps you
    Vladimir

  • Aim to process all files in folders on desktop to run through photoshop and save in multiple locations

    Aim to process all files in folders on desktop to run through photoshop and save in multiple locations
    Part one:-
    Gather information from desktop to get brand names and week numbers from the folders
    Excluding folders on desktop beginning with "2" or "Hot"
    Not sure about the list of folders
    but I have got this bit to work with
    set folderPath to "Hal 9000:Users:matthew:Desktop:DIVA_WK30_PSD" --<<this would be gained from the items on the desktop
    set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
    set folderName to last text item of folderPath
    set my text item delimiters to "_WK"
    set FolderEndName to last text item of folderName
    set brandName to first text item of folderName
    set my text item delimiters to "_PSD"
    set weekNumber to first text item of FolderEndName
    set my text item delimiters to oldTID
    After running this I have enough information to create folders in multiple locations, (i need to know where they are so that photoshop can later save them in those multiple locations
    So I need the following folders created
    Locally
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_LR" --(Set path for Later)PathA
    Hal 9000:Users:matthew:Pictures:2011-2012:"WK" + weekNumber: brandName: brandName + "_WK" + weekNumber + "_HR"--(Set path for Later)PathB
    Network
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:"Week" + weekNumber:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathC
    Volumes:GEN:Website_Images --(no need to create folder just set path)PathD
    FTP (Still as a normal Volume) So like another Network
    Volumes:impulse:"Week" + weekNumber
    Volumes:impulse:"Week" + weekNumber:Brand
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_LR"  --(Set path for Later)PathE
    Volumes:impulse:"Week" + weekNumber:Brand:brandName + "_WK" + weekNumber + "_HR"  --(Set path for Later)PathF
    I like to think that is end of Part 1
    Part 2
    Take the images  (PSD's) from those folders relevant to the Brand then possibly run more applescript that opens flattens and then saves it in the locations above.
    For example….
    An image in folder DIVA_WK30_PSD will then run an applescript in Photoshop, lets call it DivaProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:DIVA_WK30_LR and of course save the image as original filename.
    Then from the next folder
    An image in folder Free_WK30_PSD will then run an applescript in Photoshop, lets call it FreeProcessImages within this we then save to PathA, PathB, PathC, PathD, PathE, PathF the folder path of C should therefore look like this
    Volumes:GEN:Brands:Zoom:Brands - Zoom:Upload Photos:2012:Week30:Free_WK30_LR and of course save the image as original filename.
    The photoshop applescript i'm hoping will be easier as it should be a clearer step by step process without any if's and but's
    Now for the coffee!!

    Hi,
    MattJayC wrote:
    Now to the other part, where each folder was created (and those that already existed) how do I set them as varibles?
    For example,
    set localBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", localBrandFolder)
    This line was used to create more than one folder as it ran though the folders on the desktop. The next part is I will need to reference them to save files to them.
    You can use a records
    Examples
    if you want the path of localBrandFolder_High_Res  of "Diva", if "Diva" is the second folder of the Desktop
    You get the path with this : localBrandFolder_High_Res of record 2 of myRecords
    if you want the path of localWeekFolder  in the first folder of the Desktop
    You get the path with this : localWeekFolder of record 1 of myRecords
    Here is the script
    set myRecords to {}
    set dtF to paragraphs of (do shell script "ls -F ~/Desktop | grep '/' | cut -d'/' -f1")
    repeat with i from 1 to number of items in dtF
        set this_item to item i of dtF
        if this_item does not start with "2_" and this_item does not start with "Hot" then
            try
                set folderPath to this_item
                set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
                set folderName to last text item of folderPath
                set my text item delimiters to "_WK"
                set FolderEndName to last text item of folderName
                set brandName to first text item of folderName
                set my text item delimiters to "_PSD"
                set weekNumber to first text item of FolderEndName
                set my text item delimiters to oldTID
            end try
            try
                set this_local_folder to "Hal 9000:Users:matthew:Pictures:2011-2012"
                set var1 to my getFolderPath("WK" & weekNumber, this_local_folder)
                set var2 to my getFolderPath(brandName, var1)
                set var3 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var2)
                set var4 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var2)
                --set up names to destination folders and create over Netwrok including an already exisiting folder
                set this_Network_folder to "DCKGEN:Brands:Zoom:Brand - Zoom:Upload Photos:2012:"
                set var5 to my getFolderPath("WK" & weekNumber, this_Network_folder)
                set var6 to my getFolderPath(brandName, var5)
                set var7 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var6)
                set website_images to "DCKGEN:Website_Images:"
                --set up names to destination folders and create over Netwrok for FTP collection (based on a mounted drive)
                set this_ftp_folder to "Impulse:"
                set var8 to my getFolderPath("Week" & weekNumber, this_ftp_folder)
                set var9 to my getFolderPath(brandName, var8)
                set var10 to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", var9)
                set var11 to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", var9)
                set end of myRecords to ¬
      {localWeekFolder:var1, localBrandFolder:var2, localBrandFolder_Low_Res:var3, localBrandFolder_High_Res:var4, networkWeekFolder:var5, networkBrandFolder:var6, networkBrandFolder_Low_Res:var7, ftpWeekFolder:var8, ftpBrandFolder:var9, ftpBrandFolder_Low_Res:var10, ftpBrandFolder_High_Res:var11}
            end try
        end if
    end repeat
    localBrandFolder_High_Res of record 2 of myRecords -- get full path of localBrandFolder_High_Res in the second folder of Desktop
    on getFolderPath(tName, folderPath)
        tell application "Finder" to tell folder folderPath
            if not (exists folder tName) then
                return (make new folder at it with properties {name:tName}) as string
            else
                return (folder tName) as string
            end if
        end tell
    end getFolderPath

  • How to run a silent configuration for Forms and Reports 11g ?

    Hi all,
    I've run a silent installation for Oracle Forms and Reports 11g R2 in Windows 7 64 bit.
    I made it using a response file called install_only.rsp. Now I want to run the configuration also in silent mode.
    How can I do it ?
    I know that I can use a template called configure_only.rsp. However, i don't know what is the correct syntax for the command to start configuration.
    Should I use the same setup.exe installer and inform configure_only.rsp as response file ?
    The command below is the appropriate command for this task:
    setup.exe -silent -response configure_only.rsp
    Or is there another way to be followed?
    Thanks a lot.

    Alright, I eventually found the answer.
    Configuration must be run from directory on windows.
    Command is shown below:
    <FORMS_HOME>/bin/config.bat -silent -response <path-to-response-file>

  • How to install and run Rules Manager in XE

    I tried using Rules Manager in XE. Soon realized it is not installed. I ran the install scripts. Now it complains that java is not installed. Could not find initjvm scripts in XE. Has any one tried running Rules Manager on XE?

    Hi
    Notice that Java in the database is not available. See http://download-uk.oracle.com/docs/cd/B25329_01/doc/license.102/b25456/toc.htm#BABDDIAE...
    HTH
    Chris

  • I want to download and install adobe flash player. When I do so one occur. A dialog box appears but it has no run option but a save file or cancel option.

    # Question
    I want to download and install adobe flash player. When I do so one of 2 things occur. A dialog box appears but it has no run option but a save file or cancel option. The other is if the proper dialog box appears, I agree and the a different box appears and there is foxfire with a red circle with a diagonal line across is appears.

    I find the easiest way to install Adobe Flash is to use the manual installers. You just need to download the installer to your computer, then run it to install Flash. For more details see http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    That link states you should uninstall earlier versions, as you don't have the version of Flash used by Firefox you can skip that step.

  • Why does running PDF Maker or Save As PDF cause MS Word 2013 to fail?

    When I run PDF Maker or Save As .pdf in MS Word 2013, the Word program quits - why?forumnotifier
    forumnotifierWhy does PDF Maker not work with MS Word 2013?
    Why does PDF Maker cause Word 2013 to fail?Newsgroup_User

    BizGuru,
    Somethings to consider.
    --| In Windows - the OS needs a goodly space for 'elbow room' - you don't want to have HDD free space drop below something like 15%.
       Say your HDD is 600GB, 60GB free space is leaving you 10%...
    -| RAM - May not be enough; more is better <g>.
    --| Virtual Memory - if in Windows, open up Task Manager. Look at all the "stuff" there. Most is not required by the OS.
        Most of the listing is "stuff" associated with a full cart of processes associated with things you may not need or use but they suck up resources.
    --| Graphics - Processing images into PDF can be resource intensive. Having a dedicated graphics card with enough ram makes a difference.
    Be well...

  • Run a silent installation of Adobe Creative Suite 2.0

    When you purchase a volume license for Adobe Creative Suite 2.0, Adobe provides an option that allows you to run a silent installation (that is, an installation with preselected options and no interface) on Windows or Mac OS X. In a silent installation, a custom installer runs the installers for each product in the suite by using command-line installation tools built into the operating. system
    Download this file and double-click to extract the Mac_suite_silent_install.sh script. Follow the instructions in document #331297 http://www.adobe.com/support/techdocs/331297.html
    to perform a silent installation of Adobe Creative Suite 2.

    When you have all your data backed up:
    Insert the 10.4 install disk.
    Re-boot and hold down the C key.
    When the installer loads choose Installer menu > Disk Utility
    Select Macintosh HD on the left hand pane. Then click the Erase tab. Select Mac OS Extended with Journalling.
    Erase the drive.
    Quit Disk Utility.
    You are now back in the Installer. Simply follow the onscreen instructions.
    HTH
    mrtotes

  • Running the program which saves file in sap directory in background

    Hi guys,
    how to Run the program which saves file in sap directory in background? Thanks!

    Hi Mark,
    AL11 is a transaction that shows your application server something like an windows browser.
    If you want to store file in your application server then you can write a code which uploads the data in to a file on application server.And you can run your code in background also.
    Use function module :SAP_DATA_CONVERT_WRITE_FILE to write file on the application server.
    If you want to upload file manually then use TCODE :CG3Z.
    Hope this will you out.

  • How to start/run Rule Author GUI?

    hi,
    how we can start / run Oracle Rule Author GUI (part of Oracle Business Rules of Oracle AS)?
    as iv seen most of documentations n tutorials state only the 'usage' of it n none of those describe that how to start / run Rule author gui,,
    Best Regards

    hi ,
    i did all the tasks specified in this guide,,,but it is not mentioned here that how to restart RULEAUTHOR? and when i tried to start it by :
    http://machinename:7777/ruleauthor/
    it gives me HTTP 404 Not Found.
    plz tell me what to do ?
    Best Regards

  • Is it possible to run Rules/Seq from SmartView while connected to Essbase?

    Is it possible to run rules/sequences from SmartView while connected to Essbase URL in 9.3.1 version?
    Current environment does not have planning and we have to run rules while connecting to Essbase.
    Using http://<<ServerName>>:9080/aps/SmartView URL.
    There seems to be no way we can do it. Referred to DBAG, Planning and SV document but not mentioned.
    Thanks in advance!

    Hi,
    If you have attached you business rules to Essbase database connection in EAS, you should see them under Calculation Options. If you attached only Planning connection, you will have to connect to Planning in Smartview to execute business rules.
    Else, you will see only calculation scripts attached to the Essbase application.
    Let me know if it helps.
    Cheers
    RS

  • Enable-MSDSMAutomaticClaim can't run this silently?

    Hi,
    I am trying to run the following command however, it always asks for a confirmation, but I am trying to run this in a script for automated configuration. is there any way i can run this "silently" which will accept the Yes or All confirmation?
    Enable-MSDSMAutomaticClaim –BusType iSCSI
    thanks
    Steve

    Hi,
    This appeared to work when I ran it as a command (both approaches whether it be separate lines or all in one) however, when i ran it as part of a script it still prompted me for an answer. I am therefore rather confused as to why it would work as a command
    but not in a script. You would have thought all commands which require an answer would include a -Confirm parameter but this appears to not have one.
    Steve
    It appears the documentation is a little sloppy.  
    According to this: 
    http://chinnychukwudozie.com/2013/11/11/configuring-multipath-io-with-multiple-iscsi-connections-using-powershell/
    That's actually a function, not a cmdlet.  And it appears they've not provided a parameter for Confirm.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • How do you run CalcMgrCmdLineLauncher.cmd for a ruleset that runs rules in multiple databases?

    Hi all,
    Just having recently upgraded to 11.1.2.2, I'm just trying to update our batch files to automate the running of some business rulesets using CalcMgrCmdLineLauncher.cmd. I can get business rules working ok, and rulesets that only run rules within the same database working, but I can't seem to get the rulesets running where the rules are running against multiple databases.
    I know the syntax is CalcMgrCmdLineLauncher.cmd -f:%PWD% /A:%PlanAPP% /U:%RUNUSR% /D:%EssbCapexDB% /S:%BR%
    but for the /D: argument, putting one of the databases in there doesnt work.
    The batch runs, it even says its successful in the log but its too quick and looking at the job console it didnt run.
    I can run the ruleset manually no problems.
    Anyone know how to fix this?
    Thanks

    One stated to "search cmd, right click, and run as admininstrator" but where is this?
    In the search field in your Vista start menu, type cmd
    Next, right-click on the cmd that comes up and select "Run as administrator".

  • When I upgraded to Mountain Lion on my iMac, it will no longer allow me to use selected folders from iPhoto to run as my screen saver.  Is there anything I can do to fix that?

    When I upgraded to Mountain Lion on my iMac, it will no longer allow me to use selected folders from iPhoto to run as my screen saver.  Is there anything I can do to fix that? Thanks for your help.

    Does this involve iPhoto i some way? Seems more like an issue with your web browser.

Maybe you are looking for

  • Std report transactions in SAP MM

    Can somebody provide me all Std SAP MM transactions for SAP MM. Urgent pl. Thanks

  • Account assigned PO doesn't transfer to R/3

    We are using extended Classic scenario with PDP. We are able to complete the cycle w/o account assigned PO like, PR transfer to EBP, Creation PO in sourcing cockpit in EBP & same PO gets transferred to R/3. But whenever PR is account assigned with P

  • How do I autofill user info in a webform/webapp?

    There will be a link across our whole site that says "Report a problem". This should open up a popout window with fields like Operating System Browser & version etc Those I already have set up with js. However, I would like to be able to pre-fill thi

  • Documentary Batch Field for Line item when calling BAPI_GOODSMVT_CREATE

    hi all, Iam unable to locate the Documentary Batch Field for each line item while posting a Goods Issue using BAPI BAPI_GOODSMVT_CREATE. BAPI2017_GM_ITEM_CREATE structure has got no field to enter the DB number against each line item. Although its no

  • Last use of RMI object instance

    I have an RMI object with instance variables. As clients of this remote object method make calls on it, these instance variables are used and modified. My question is; Is there a way where I can check when the last call from the client where made usi