EPMA Batch Client

I'm on 11.1.2.3.00

I use the login admin passwordl. the following message in my script and make.

2016-01-17 04:43:47, 270 INFO login;

2016-01-17 04:43:51, 442 ERROR java.net.ConnectException: connection refused: connect

2016-01-17 04:43:51, 443 INFO out with 800 - login Failed return code

2016-01-17 04:43:51, 444-thank you for the INFO using EPMA Batch Client!

I was wondering the admin password SHOULD be "password"?

There is currently something else (Password123) and I tried to use this password in the script, and it still does not work.

That's why I wonder if I have to go back to just 'password '.

Or y at - it a way to transmit the correct password in the Login admin script, Password123. who does not?



Without the password was not to be the password that would be a security problem serious if it were, you have set the following variables properly:

bpmaserverurl

WorkspaceUrl

For example

You can also enter the username and password when calling a script.

See you soon

John

Tags: Business Intelligence

Similar Questions

  • EPMA Batch Client: HFM InstanceName?

    How do you find the name of the instance for the InstanceName parameter when you write the script of commands EPMA?

    I get the following error.

    2016 01-24 08:15:15, INFO 671 run deploy

    2016-01-24 08:15:15, 672 parameters (ApplicationName, InstanceName, ApplicationServer, HubProject, ClearAll INFO,

    2016-01-24 08:15:15, 673 INFO CheckIntegrity, waitforcompletion, purgeTransactions, deployOption, note)

    2016-01-24 08:15:15, 675 INFO values ('SimpleDemo', 'epmsystem1', 'epm11123', 'Default application group', 'false',

    2016-01-24 08:15:15 677 INFO 'false', 'true', 'true', "AppView", "deploy comments example");

    2016-01-24 08:15:16, 397 ERROR [line 8] could not find the instance with the name epmsystem1.

    2016-01-24 08:15:16, 398 INFO dating back code 405 - execute deploy down

    2016-01-24 08:15:16, 399-thank you for the INFO using EPMA Batch Client!

    A way to find it is to go to the EPMA Library, then click on the application, you can see the name of the Cluster in the details below.

    Second method is to start the Configurator

    Here is the NOMCLUSTER - 'DC-RPTT01. Close the configurator.

    Thank you

    Anjum Ara

  • EPMA Batch Client full deployment Option

    I want to request a HFM "deploy full" of active EPMA, how can I pass this parameter to the EPMA batch client?

    According to the responses of oracle support, this option is not available from the command line.

  • EPMA Batch Client import failed

    Hi all

    We have a planning application which is EPMA and we have implemented of scripts to automate the loading of files of ADS using EPMA Batch client. WEA re do this as part of our 11.1.2.2 migration towards 11.1.2.3

    11.1.2.2, we have all the components of EPMA installed on a server but 11.1.2.3 we EPMA distributed on 2 servers services

    EPMA, planning installed in PRDPLN001 and we see lot-client installed in PRDFND001 where most of the Services of the Foundation is installed

    We have scripts in PRDFND001 server and we get the below error

    2015-04-20 04:52:57, INFO coming out with return code 407 - 420 run import Failed

    2015-04-20 04:52:57, 422-thank you for the INFO using EPMA Batch Client!

    This is the step where it fails

    Set bpmaserverurl ='http: /PRDPLN001/hyperion-bpma-server';

    set workspaceurl =' http:// PRDFND001 : 19091/awb /';

    Run the import Parameters (profilename, filename, importtype, waitforcompletion) Values ('flatfile', 'TEST_BU', 'E:\InboundFiles\HYP_BU_EXPORT.ads','true');

    quit smoking;

    However, we are able to succeed the 'Validation' and the 'deployment '.

    What could be the possible reasons for the error

    Concerning

    Amarnath

    Just for everyone. I solved the problem

    In fact, I forgot to mention the error I wanted to come earlier. Apologies for this

    2015-04-21 10:23:02, 829 ERROR java.io.IOException: the system cannot find the path specified

    We have a batch separately script that calls the script mentioned above (according to the original post) and it looks like below before (not working version) and after (after a change of work)

    Front - Batch file

    off @echo

    echo % date of BU_LOAD: ~ 10% date: ~ 4, 2% date: ~ 7, 2%

    Set resultfile=ResultFile_BU_%date:~10%%date:~4,2%%date:~7,2%.txt

    E:\QA\Oracle\Middleware\EPMSystem11R1\products\Foundation\BPMA\EPMABatchClient\epma-batch-client.bat-CE:\Scripts\DIM_LOAD\TEST\TEST_BU_LOAD_ADS.txt-R"E:\Scripts\DIM_LOAD\Log\%resultfile%' - STrue

    CD /.

    Front - EPMA Script file

    Set bpmaserverurl ='http: / PRDPLN001/hyperion-bpma-server ";

    "Set workspaceurl ='http://PRDFND001:19000 / working space."

    login username, password;

    Run the import Parameters (profilename, filename, importtype, waitforcompletion) Values ('flatfile', 'TEST_BU', 'E:\InboundFiles\HYP_BU_EXPORT.ads','true');

    quit smoking;

    After

    off @echo

    echo % date of BU_LOAD: ~ 10% date: ~ 4, 2% date: ~ 7, 2%

    Set resultfile=ResultFile_BU_%date:~10%%date:~4,2%%date:~7,2%.txt

    CD ' E:\InboundFiles

    E:\QA\Oracle\Middleware\EPMSystem11R1\products\Foundation\BPMA\EPMABatchClient\epma-batch-client.bat-CE:\Scripts\DIM_LOAD\TEST\TEST_BU_LOAD_ADS.txt-R"E:\Scripts\DIM_LOAD\Log\%resultfile%' - STrue

    CD /.

    After - EPMA Script file

    Set bpmaserverurl ='http: / PRDPLN001/hyperion-bpma-server ";

    Set workspaceurl = "http://PRDFND00119000/workspace";

    login username, password;

    Run the import Parameters (profilename, filename, importtype, waitforcompletion) Values ('flatfile', 'TEST_BU', 'HYP_BU_EXPORT.ads', 'true');

    quit smoking;

    I've done below to solve the problem

    As the EPMABatch was not able to identify the location/path of the file ADS. I gave a CD command to go to the inboundfiles directory and called the EPMABatch directly from there, giving the file name directly. This time the file got loaded without any problems

    Not sure why it is not able to identify / detect the full path of the file. It worked very well in 11.1.2.2 version though. He had to dig to find the reason for the question

    Concerning

    Amarnath

  • Combining three versions in a single backup file using the batch client/config file

    Hello again,

    Is there anyway to get three versions in a single backup file using a config file and the batch client, currently we have this Configuration file:

    [General]

    Operation = Multiple

    Username =

    Password =

    URL = net. TCP://localhost: 5210, Oracle, Drm, ProcessManager

    LogFileName=D:\DRM\VIPTBAU\LOG_FILES\logfile.log

    [Activities]

    OperationCount = 3

    Operation1 = VIP_DIMENSIONS

    Operation2 = ACCOUNT_RF

    Existence3 = ACCOUNT_BS

    [VIP_DIMENSIONS]

    Operation = Backupversiontofile

    Connection = MONTH_END_BACKUP

    VersionAbbrev = TESTPROJ_VIP_DIMENSIONS

    filename = VIP_DIMENSIONS

    [ACCOUNT_RF]

    Operation = Backupversiontofile

    Connection = MONTH_END_BACKUP

    VersionAbbrev = TESTPROJ_RF_ACCOUNT

    filename = VIP_DIMENSIONS

    [ACCOUNT_BS]

    Operation = Backupversiontofile

    Connection = MONTH_END_BACKUP

    VersionAbbrev = TESTPROJ_BS_ACCOUNT

    filename = VIP_DIMENSIONS


    which generates three separate files. We tried using a single operation and listing the 3 times of the VersionAbbrev, but that didn't work and also list the 3 versions in a VersionAbbrev.

    If anyone has any ideas they would be greatly appreciated

    See you soon

    Chris

    Hi Chris Harris-Oracle

    DRM client batch supports export several versions of a single file and restore it back. You must specify the defined version name and the delimiter.

    You can configure the cfg below the backup file

    [General]

    Operation = Multiple

    Username =

    Password =

    URL = net. TCP://localhost: 5210, Oracle, Drm, ProcessManager

    LogFileName=D:\DRM\VIPTBAU\LOG_FILES\logfile.log

    [Activities]

    OperationCount = 1

    OP1 = VIP_DIMENSIONS

    [VIP_DIMENSIONS]

    Operation = Backupversiontofile

    Connection = MONTH_END_BACKUP

    VersionAbbrev = TESTPROJ_VIP_DIMENSIONS, TESTPROJ_RF_ACCOUNT, TESTPROJ_BS_ACCOUNT

    filename = VIP_DIMENSIONS

    Delimiter = comma

    to restore

    [VIP_DIMENSIONS]

    Operation = RestoreVersionFromFile

    Connection = MONTH_END_BACKUP

    SourceVersionAbbrev = TESTPROJ_VIP_DIMENSIONS, TESTPROJ_RF_ACCOUNT, TESTPROJ_BS_ACCOUNT

    TargetVersionAbbrev = TESTPROJ_VIP_DIMENSIONS, TESTPROJ_RF_ACCOUNT, TESTPROJ_BS_ACCOUNT

    filename = VIP_DIMENSIONS

    Delimiter = comma

    Try it tested and it works very well

  • DRM Batch Client; Combing all executables?

    Hello team,

    Currently my windows batch scripts works perfectly. I have no numbers of nay by saying, but I want to pass along a question.

    Currently, I use a lot of exports, BackupToFiles, RestoreFromFiles etc.  They are all on different schedules.  Where I can combine scripts, I do it.

    However, ss there a way to put all the executables in a scripts and only perform the operation, I feel like at any given time?  Now it seems that if I put all my executable in a script, all operations are started at the same time.

    For example, my "Account_Export.cmd" call my script "drm_batch_export.cmd" 3 times a day

    My 'CurrentVersion_Backup.cmd' call my script "Version_BTF.cmd" once a week

    etc.

    etc.

    (Of course, executable scripts are scripts that holds all of the syntax of the requested operation)

    Finally, is there a way to combine all my executables in a script, but only the kickoff of the operation when it is supposed to get the shot?


    Thank you!

    Hello

    My views could also separate them and just create a folder called CMD or executable and put all the batch files in this folder. Like putting a time check the various processes to run would only increase code complexity.

    However, if you still want to do this-

    Create a variable varTime in your batch file as shown below, don't forget not when hours are 1-9 there is extra space prefixed to the hours to explain the missing numbers and that's why we have the second line, which removes all space if there is.

    SET varTime = % time: ~ 0, 2% time: ~ 3, 2%

    The VALUE "varTime = % varTime: = %.

    so if the time is 09:59 the variable after the second line contains 959

    If the time is 13:30 then the variable after the second line will have 1330


    You can use this to write an If condition in the script of commands, so if the value of the variable is not equal to the time you want to run it in, it's going to go to the other party or to any specifier goto will quote you.

    You can use this for your desire to conditionally check the time.

    Thank you

    Denzz

  • Problem with ODIOSCOMMAND and controls customer

    EPMA 11.1.1.3
    ODI


    Hi all

    I would appreciate some help here.

    I have an ODIOSCOMMAND


    OdiOSCommand '-COMMAND = F:\Batch Client\batch.txt""-ERR_FILE=F:\Batch Client\ERROR.txt ' '-FILE_APPEND = YES ""-WORKING_DIR = F:\Batch Client\.


    It is the content of oIdentityFile

    Load a Script

    SET BPMAServerURL = "http://Localhost/hyperion-bpma-server";
    SET WorkspaceURL = "http://Localhost/workspace";
    login admin password;

    run (profilename, filename, importtype, waitforcompletion) parameter to import values ('interfacetables', 'Employee', ", 'true');

    quit smoking;


    My output for the client to batch files are empty

    \\Hyperion\products\Foundation\BPMA\EPMABatchClient\output

    And the session throws no error but everything continues to run and run.


    I can't access this 'http://Localhost/hyperion-bpma-server' when I put it in the browser.

    I tried commenting the line

    run (profilename, filename, importtype, waitforcompletion) parameter to import values ('interfacetables', 'Employee', ", 'true');

    but the right session continues to run.

    Any ideas?

    Thank you

    Surely you want to call a script batch not a text file, so a .cmd or .bat
    or directly the client utility to batch said.

    I use OS command so tool and use something like

    CMD /c C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\epma-batch-client.bat - CF: \Batch Client\batch.txt

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Client batch DRM does not

    Hello

    Our client batch worked.

    We are on 11.1.2.4 DRM...

    All of a sudden, we get this error message in the logs.

    10/09/2015-07:28:20 - * start Oracle DRM Batch Client *.

    10/09/2015 07:28:20 - = > ERROR: initialization error: there is no end point for listening to net .tcp://server: 5210/Oracle/Drm/ProcessManager/who can accept the message. This is often caused by a wrong address or SOAP action. See InnerException, if any, for more details.

    10/09/2015-07:28:20 - * stop Oracle DRM Batch Client *.

    No idea why it does not work? Thank you.

    With the new version changed the Manager process - link

    Your link - net .tcp://server: 5210, Oracle, Drm, ProcessManager.

    New link - net .tcp://server: 5210, Oracle, Drm, engine


    Try this and let us know if it works.

    Thank you

    Denzz

  • Run a batch file in windows separated box to call DRM client batch

    I need your suggestions on what follows.

    ODI & DRM are installed on separate boxes.

    Now, I want to ODI to call a batch file (kept on DRM - Windows box, this batch file called client batch DRM for export metadata). I tried to use the notion of shared folder, but without success.

    Pointers please?

    This should work for you-

    Create a batch on your current server (ODI) file and write in the path to the other file of commands on the other server.

    Server2completename/D$/path/yourbatchfile.bat

    Calling your batch file that you created on the same machine... which inturn will call the other on another machine batch file to run the batch client from the ODI.

    Also you can paste errors that you can get... need to check if you get any specific problem related to this.

    Thank you

    Denzz

  • EPMA - cannot load the metadata through workflow

    Hello

    I use planning and EPMA 11.1.2.1.

    I would like to load dimension flat file to planning: I created the flat file and the import profile, and when I import the file manually, there is no problem.

    But when I try to load it via Taskflow, I got the following error:

    [EPMADIM] [INTERNAL_ERROR:32] [EPMADIM-1] [EPMADIM.Hyperion.CommonServices.Exceptions.BaseException] [tid: 15] [ecid: disabled, 0] SVR_ERR_IMPORT_NO_FILENAME: failed to import the profile database 'Test '. Name of file not specified. At Hyperion.DimensionServer.ImportFlatFileParser.ValidateFileName)

    Here is the definition of taskflow:
    Application: EPMA architect
    Action: Dimensions of flat file import
    Profile name: URL and select import profile 'Test '.
    Import a file of dimensions: \\S92s08983\Projet_hyperion\Referentiels\MAP_Fonctions.txt (where S92s08983 is the web server EPMA)

    Thanks in advance for your help

    Fanny

    The batch client will be able to achieve what you want to do, have a read of - http://download.oracle.com/docs/cd/E17236_01/epm.1112/epma_batch_user/launch.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to trigger the Validation of batch after Action Script executed?

    Hello

    I have several validations that I need to put in the batch. I note that postings are triggered after the script of my action. What Miss me? Validations are assigned to the node and the hierarchy of the types.

    Validations do not pull so who runs the scripts of action via the batch client or web client.

    Appreciate all the help I can get,

    Sonny

    Then validations in real time are your option, or simply make the existing both.

  • Customer DRM batch throw no end point for listening error

    Hi Experts,

    I'm doing a DRM export to the file using batch processing utility. I use the following script:

    call C:\Oracle_OLD\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client\drm-batch-client.exe/op = export/u = username/PW = password/URL =net. "" TCP://localhost: 5211, Oracle, Drm, ProcessManager /log="D:\DRM_Batch\LogFile.log ' /xtype = Export /xname ="Export_Name"/outfile="D:\DRM_Batch\Test_Export.txt "/cver ="Version1"/pver ="Version1.

    When I run the above script, batch DRM client starts but I get the following error in the log file:

    06/08/2015-06:45:29 - * start Oracle DRM Batch Client *.

    06/08/2015 06:45:29 - = > error: initialization error: there is no end point for listening to net. TCP://localhost: 5211/Oracle/Drm/engine/SessionMgr that could accept the message. This is often caused by a wrong address or SOAP action. See InnerException, if any, for more details.

    06/08/2015-06:45:29 - * stop Oracle DRM Batch Client *.

    What I noticed, the url in the error message is different from the url that I use in the script. I think that due to this error that the export with the batch utility is a failure. Help, please.

    Thank you and best regards,

    Naveen.

    Hello

    Found the problem that caused this error. The active batch DRM client was somewhere else in the server. I tried to call the former client of lot.

    See you soon,.

    Naveen.

  • How to hide the user id and password in the batch scripts

    Hello

    Can help me hide the user id and the password in the batch scripts to automate the process of running script to export and action.

    Context: In my client project does not display user id and password that's why they are looking for guaranteed way to hide them.

    Thanks for your response in advance.

    Kind regards

    Sandra.

    Sandra,

    As stated by Craig Administrator's Guide is a good option.

    Let me give you a few steps I did in one of my projects.

    Open the command prompt and navigate to the location "C:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client"... here you can see many see as well other utilities.

    DRM-batch-customer - credentials.exe is the one that is used to encrypt the user name and password.

    Open this in the command prompt and choose the application that you want to encrypt the password.

    then remove the username and password from command script can run it... It does what you want

  • Install EPMA

    Hi all

    I installed 11.1.1.3 essbase, Shared Services, Reporting and analysis and planning on windows 2003 server. I would now like to install EPMA (in order to create an application that uses the application library). Could someone please light on what steps / care that I have to take for a successful installation.

    Thanks in advance

    Kind regards
    Madan

    Create a database for EPMA.
    Make sure that IIS is installed and active, as asp.net 2 or above is installed and activated.
    If you are using Oracle, you probably the oracle on the EPMA Server client.

    For more information, have a read of the doc to install:-http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_install_start_here.pdf

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • ODI and created from EPMA Planning Applications

    Dear all,

    ODI can be used with planning applications created from EPMA or it can be used only with traditional applications?
    Your response is much appreciated.

    ARO
    ioGGo.

    Hello
    Because the adapters supplied within ODI supports only the traditional planning applications, you can use ODI with the classic planning for the integration of metadata. This does not mean, however, that you cannot use ODI to feed metadata in in EPMA. You can load the metadata for the tables of the interface and automate integration using EPMA batch utility.
    In addition, you can always use it for data extract & load as essbase is essbase whatever your application is classic or EPMA.

    However, I must admit that it's more convenient to aid with the classic planning. Check out the blog of John Goodwin if you don't.

    See you soon,.
    Alp

Maybe you are looking for