EPMA - Batch Client

Hi,
Can you batch up the tasks of creating ADS files etc? Thinking a great way to backup Planning EPMA apps would be the ability to batch up some functionality of creating ADS files, calc mgr rules, webforms etc... Is there a way to batch that stuff up?

Thats really what I want to do. I want to batch the LCM. Was thinking it might be in the EPMA batch guide as when you goto LCM via Shared Services the navigation is to Foundation->EPM Architect.
So LCM batch info would be found in the Foundation documentation then?

Similar Messages

  • EPMA batch client with Essbase application - does not update aliases

    Hello,
    We are using EPMA 11.1.2.1 for managing outlines for Essbase applications.
    Changing aliases in EPMA and launching manually redeploy from Workspace, with flag "Full Deploy" change correctly the aliases in Essbase..
    Using the EPMA batch client to redeploy the Essbase application deletes all aliases in Essbase outline.
    Someone knows how to solve this problem or what am I doing wrong in the EPMA script?
    thanks...
    this is the EPMA script:
    SET bpmaserverurl=http://epma_server/hyperion-bpma-server;
    SET workspaceurl=http://work_space_server/workspace;
    login admin,password;
    Execute reDeploy
    Parameters(ApplicationName, InstanceName, waitforcompletion, deployOption)
    Values('PNL', 'ESSBASE_STUDIO_SERVER:essbase_server_name', 'True', 'AppView');
    Quit;
    Edited by: AlexPavel on May 20, 2011 1:21 PM

    Hi,
    Thank you for posting in Windows Server Forum.
    From your description it seems that you are facing issue only with windows 8\8.1. So firstly suggest you to check with application support team, whether they have whole support for application with newer version. Also check once with application support team
    regarding this issue.
    This issue occurs because the local taskbar does not receive the EVENT_OBJECT_NAMECHANGE event from the system due to a timing issue. The EVENT_OBJECT_NAMECHANGE is needed to update the taskbar title information.
    More information (For reference).
    The taskbar may not show the application name correctly when using a Terminal Server RemoteApp
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • EPMA Batch Client - Can I launch business rules created in Calc Manager?

    I'm currently on a project where we have implemented an EPMA Planning app (v 11.1.1.2), and we need to schedule business rules to run in batch. In the past, I used the command line launcher to perform this task. Unfortunately, the command line launcher is really a part of EAS, so it would appear that I cannot use this method to launch a rule created in Calc Manager. Is this correct?
    It looks like my other option is to use the EPMA Batch Client. In looking at the "Execute" command in the documentation, it doesn't reference the ability to run a business rule. The docs are fairly limited, so I'm wondering if I really CAN launch a business rule from here.
    Has anyone scheduled a business rule (created in Calc Manager) to run in batch? If so, what method did you use? If all else fails, I can create a calc script and run it from MaxL, but I'd rather not have multiple versions of the code floating around.
    Thanks!
    - Jake

    Hi Jake,
    One of the known issues in 11.1.1.3 is :-
    You cannot launch a business ruleset with runtime prompts from the Planning command line launch (7205464).
    Whether this means you can't run calc manager BR's from command line I am not sure.
    There is no documentation in this area so I assume it can't be done yet.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Log files in EPMA batch client

    Hi All,
    I want to make log files while using EPMA Batch client.
    I am using -T and -R option to make the log files. But its not working correctly. Can anyone tell whats wrong with this?
    I used belong command.
    epma-batch-client.bat -C"D:\Ads File\DimAddDeploy.txt" -T"D:\Ads File\Trace.log" -R"D:\Ads File\ResultFile.txt"
    Also when we run ImportParameters to add the dimensions , I need to make a log file. Instead of going to the URL for checking logs, can we import the URL contenst in a seperate log file?
    Thanks in advance.

    Hi Jake,
    One of the known issues in 11.1.1.3 is :-
    You cannot launch a business ruleset with runtime prompts from the Planning command line launch (7205464).
    Whether this means you can't run calc manager BR's from command line I am not sure.
    There is no documentation in this area so I assume it can't be done yet.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Properties that are updateable and which ones not using epma batch client

    Can anyone provide list of properties (HFM/Essbase etc.) that are updateable and which ones not using epma batch client?

    This will be documented in the batch client and related documentation on the EPM documentation portal

  • EPMA Batch client command Equivalent to Select Top Member

    Hi
    I am looking for EPMA batch client command equivalent to performing "Select Top Members" in web against a shared dimension in Application library.
    I can find commands for exclude members in the document but could not find any Dimension Property or Command which will help me to automate this.
    Thanks in Advance.
    Ram

    I don't believe there is a command that will do that yet.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Export Dimensions using EPMA Batch Client

    HI,
    Does anyone know if there is a way to export the dimensions from EPMA using a command line tool like the EPMA Batch Client. I have gone through the guide and there are commands to import the dimensions but none to export them from EPMA. We are on EPM 11.1.2.1 version and all our apps are using EPMA with planning so unfortunately i cannot use the planning outline extractor tool either. Thanks

    You can use LCM to export a hierarchy, and that can be scripted LCM batch utility. Create a migration to the file system with LCM. Select the hierarchies you want to export. When you get to the point where it asks you to execute the migration, there is also an option to save an XML file with the options you selected. You can use that xml file with the utility. Details are found at http://docs.oracle.com/cd/E17236_01/epm.1112/epm_lifecycle_management/frameset.htm?launch.htm.
    The exports are in the import/export folder under the ID of the person executing the migration. The folder/files can be copies anywhere.
    Kyle Goodfriend
    http://www.in2hyperion.com
    h4. Please make sure to assign the post as answered and the responses as answer or helpful so others may benefit from your experience.

  • EPMA Batch Client login

    When logging in with EPMA Batch client I get this error,
    2012-05-29 11:17:46,223 ERROR java.net.ConnectException: Connection refused: connect
    2012-05-29 11:17:46,225 INFO Exiting with return code 800 - login Failed
    I am using the same login info as I use logging in from WorkSpace.
    From command line,
    D:\Oracle\Middleware\EPMSystem11R1\products\Foundation\BPMA\EPMABatchClient\epma-batch-client.bat -C"D:\Batch\Scripts\DimBuild.txt" -R"D:\Batch\Logs\DimBuild.log" -Uadmin -PDevPassword
    /*DimBuild.txt*/
    set bpmaserverurl=http://localhost/hyperion-bpma-server;
    set workspaceurl=http://localhost:19000/workspace;
    Login;
    Execute Import Parameters(importtype, profilename, filename, waitforcompletion)Values('InterfaceTables', 'Division', '', 'true');
    Logout;
    QUIT;
    Where can I look to troubleshoot?
    Thasnk,
    Jz

    Check the URL being used:
    SET BPMAServerURL=http://webservername:port/hyperion-bpma-server;
    webservername - Server in which IIS is installed and you can see the hyperion-bpma-server virtual directory
    SET WorkspaceURL=http://workspaceservername:port/workspace;
    workspaceservername - Server in which WebServer is installed and re-directed to the workspace webapp server (May be IIS or Apache)
    HTH-
    Jasmine.

  • EPMA Batch client corrupted

    Hi,
    The EPMA batch client in my system is of 0 KB. If anyone know the alternative ways to get back the batch file. please let me know.
    For any further queries reach me at my email. ( [email protected] )
    Regards
    shaik

    The correct forum to post EPMA questions is:
    EPM System Infrastructure

  • EPMA Batch Client Error (Version 11.1.1.3)

    Issue: I receive the following error message when I execute my batch command: “The application "CompSls" has been redeployed with message "UNKNOWN" and job id "-1"”.
    Does anyone know what is causing this error. I have outlined the steps I followed to replicate the error:
    Step 1: Created a text file named “EPMA_METADATA_DEPLOY_BATCH.txt”in the following directory:
    a. C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\
    b. The syntax within the text file is a follows:
    //LOGIN
    set BPMAServerURL='http://hyperion/hyperion-bpma-server';
    set WorkspaceURL='http://hyperion:19000/workspace';
    login fakeuser, fakepassword;
    //EXECUTE REDEPLOY
    Execute Redeploy
    Parameters(ApplicationName, InstanceName, ApplicationServer, HubProject,
    waitforcompletion, purgeTransactions,deployOption, datasourcename, createoutline, refreshoutline,CreateSecurityFilters, SharedMembersSecurityFilters, ValidateSecurityFilterLimit)
    Values('CompSls','Default','Default','Planning Applications','true','true','AppView','HYPPLAN1PROD','false','true','false','false','false');
    QUIT;
    Step 2: Syntax to call EPMABatchClient from command line:
    call epma-batch-client -C"C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\EPMA_METADATA_DEPLOY_BATCH.txt" -T"C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\EPMA_METADATA_DEPLOY_BATCH_TraceFile.log" -R"C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\ EPMA_METADATA_DEPLOY_BATCH_ResultFile.txt" -LOn -SFalse
    – fakeuser -fakepassword
    Edited by: user10954026 on Jan 26, 2011 8:51 AM
    Edited by: user10954026 on Jan 26, 2011 8:53 AM
    Edited by: user10954026 on Jan 27, 2011 7:07 AM

    Hi!
    Did you get to fix this? Oracle Patch or Workaround?
    Thanks!
    Cheers,
    Rafael

  • ODI OS command call epma batch client failed to run

    hi expert,
    I have a question to ask for solution.
    My problem is that ODI OS Command failed to run epma batch client to import dimension members and deploy to application .
    I am using ODI 11g and EPM 11.1.2.1. I added the ODI_Agent to opmn as service. tested agent ok.
    I installed ODI as client can run ODI packages to update dimension members choosing ODI agent to run. The package shows run successfully in ODI operator. But when I check the EPMA job console. no dimension update job ran.
    my ODI OS command as below:
    cmd /cE:/Oracle/Middleware/EPMSystem11R1/products/Foundation/BPMA/EPMABatchClient/epma-batch-client.bat -CE:/Scripts/Import_FIN_DIM.txt -RE:/Oracle_data/Finance/IMPORT_FINANCE.log -LOn -SFalse
    any ideas ?
    regards,
    Chris

    Check the script. Your command does not return any specific code. Even if the EPMA batch client returns an error code, DOS does a poor job of communicating it back to java programs which is what ODI agents are. Now, since the code failed, you have to investigate the reason in your script.
    My suggestion is to wrap your command in a script, check for the returned error code in that script and then write a error file or update a table or point to a specific line in log file so that ODI can find if the process was successful or not. Then call the wrapper script from ODI.

  • Error while running EPMA Batch client in 11.1.1.3

    I am using the following syntax to refresh a plannin app
    Execute Deploy Parameters(ApplicationName,InstanceName,ApplicationServer,HubProject,waitforcompletion,purgeTransactions,deployOption,datasourceName,RefreshOutline) Values ('Appname','PLANNING','PLANNING','PLANNING','true','true',‘AppView’,DSNname','true');
    but I am getting the following error message
    Missing single quotes on the value " 'AppView','DSNname','true' "
    I have checked the DSN name and I'm passing the correct parameter.
    Would appreciate any help on this.
    Thanks

    There is a single quote missing on in your example in front of DSNName, here is a working example from 11.1.2.1 though it should be similar for your version.
    Execute Deploy Parameters(ApplicationName, InstanceName, ApplicationServer, HubProject, ClearAll, CheckIntegrity, waitforcompletion, purgeTransactions,  deployOption, datasourceName,CreateOutline,RefreshOutline,CreateSecurityFilters,SharedMembersSecurityFilters,ValidateSecurityFilterLimit) Values ('EPMASAMP', 'Default', 'Default', 'Planning', 'false', 'false', 'true', 'true', 'AppView', 'EPMASAMP','false','true','false','false','false');
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • EPMA 11.1.2.1 batch client LOADID, Full Deploy, Clear MetaData missing

    Looks like EPMA batch client in 11.1.2.1 does not have any mention of some of the options available through workspace. Options like LOADID, Fully Deploy and Clear Metadata are no where to be found.
    Has anyone found work arounds for these? Kindly share your thoughts.
    Regards
    JamesO

    First log an enhancement ticket with Oracle.
    Your next move is to find someone that can hack the Java code and perform non-Oracle approved customizations -- in my experience this can be as easy as four hours of research and work or could take quite a bit longer -- then you have to ask if you are paying for this work is it worth a few thousand dollars of time if you don't have these skills in your company to leverage and also if you ever do patching the customization needs to be remade and may not be as easy as the first time.
    Regards,
    John A. Booth
    http://www.metavero.com

  • Batch client in EPMA

    Hi,
    i just want to use batch client to update member property in EPMA. But the batch client is not installed in windows server, it is in UNIX.
    Can I still do that in UNIX according to the Batch Client Guide? If so, how can i log in to the path?
    Thank you.

    Hi,
    Thank you.
    I have tried to launch the epma-batch-client in Unix as below, but it shows some error. You can see the below.
    I just use PuTTY to log into the BatchClient directory  in Unix and launch the epma-batch-client.bat like below,
    <server>:../oracle/epm/EPMSystem11R1/products/Foundation/BPMA/EPMABatchClient>epma-batch-client.sh
    it show error: ..<server> does not exist or is not readble.
    I also tried that:
    <server>:../oracle/epm/EPMSystem11R1/products/Foundation/BPMA/EPMABatchClient>./epma-batch-client.sh
    it shows the same error.
    I wonder if it is the user has no access to execute the epma-batch-client.bat?
    Thank you.

  • How can I force DRM-BATCH-CLIENT to create a non-combined Book export

    We are running EPM 11.1.2.1 and feeding master data from DRM to Planning via a Book.
    This process has been working fine run from a client. We export the Book and DRM delivers a zip file to the client PC which we can place on the server and load.
    We are now trying to automate the end to end process so are looking at using the DRM Batch Client.
    If we run with "CombineExportOutput=Y" we can create a single text file no problem.
    Whenever we set "CombineExportOutput=N" we can't get any export file created.
    We really want to do is to get the same zip file with multiple dimension files inside it as we do when running from the client. How do we do this?
    The manual indicates that the files created take their names from the exports but I am not sure about where this comes from.
    The exports and books are set with a target of 'Client'
    Our redacted config file is show below:
    [General]
    Operation=Export
    UserName=<user>
    Password=<passwd>
    URL=net.tcp://<drmserver address>:5211/Oracle/DRM/ProcessManager
    LogFileName=C:\rja\DRMEXPORT.log
    ObjectAccess=System
    [Export]
    ExportType=Book
    OutFile= "C:\rja\DRM_Book\Plan_Book.zip"
    BookName="PSPB_Book"
    CombineExportOutput=N

    OK, I can see that now. Strange that DRM is under System Integration and not EPM (kinda understand it but the various EPM bits do seem to be treated differently across the Oracle website).
    PLUS if I look at [The Forum Desription|https://forums.oracle.com/forums/forum.jspa?forumID=409] it states :
    Covers Hyperion Financial Data Quality Management, Hyperion Data Relationship Management (formerly Hyperion MDM), and respective administration/development topics
    I would not have posted if that description had not been there - can anyone update it?
    I have re-posted the thread!
    Edited by: 949747 on 23-Jan-2013 19:11

Maybe you are looking for

  • Media player on website no longer working after upgrade to 23.1

    Site is www.Jelli.com. Problem seems to be a icecast player. Everything was fully functional prior to upgrade. after upgrade gets error listed below. TypeError: jelli.page.player.ICECAST_PLAYER is null http://radio.jelli.com/16913499eb7a905ac699dc717

  • From 10.1.5 to 10.4.8

    I've successfully upgraded to 10.4.8 and have been upgrading third-party software to get everything running smoothly. A couple of things have come up, though: My Expander no longer works, though, it says it needs the Stuffit Engine. Can anybody tell

  • Video Out on iPhone 4 and iOS 6

    To watch downloaded video, I connect my iPhone 4 to my TV using an AV dock-to-component cable. Since installing iOS 6, my iPhone says it "does not support that accessory." I knew of the video out issues with iPhone 5 but didn't read anywhere that it

  • Printing causes ALL apps to give "Not Responding " error

    After installing the recent round of Apple software updates ( iweb, pages, numbers, iphoto, etc) anytime I try to print from any application it causes the app to go into not responding mode..... the print diolog box never appears. If I force quit the

  • Reminder to perform Service Entry Sheet

    Hi All, May I know is there any existing reports that I can utilise to send reminder to user to perform Service Entry Sheet after services have performed? Thanks.