Specify DRM Application in DRM Batch Client execution

Hi,
I have a development environment with two DRM applications DRMAPPGL and DRMAPPCM.
I am running a Standard Table Export routine in the application DRMAPPCM using the below command line syntax in a batch program:
SET TIMESTAMP=%time:~0,2%%time:~3,2%%time:~6,2%_%date:~4,2%-%date:~7,2%-%date:~10,4%
SET DRMBATCHCLIENT=E:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client\drm-batch-client.exe
SET Explogs=E:\Jobs\ODI\Logs\
SET DRMID=administrator
SET DRMpassword=password
SET ProcessManager=net.tcp://localhost:5212/Oracle/Drm/ProcessManager
REM Export process for Account
%DRMBATCHCLIENT% /op=E /u=%DRMID% /pw=%DRMpassword% /url="%ProcessManager%" /log="%Explogs%CPPLAccountExp%TIMESTAMP%.log" /xtype=E /xname="AcctTableExp" /cver="Hyperion Planning" /pver="Hyperion Planning" /fhier="Account" /thier="Account"
I keep getting the error:
8/27/2012 2:31:48 PM - *** Oracle DRM Batch Client starting ***
8/27/2012 2:31:48 PM - EInvalidParamError with message: "The name supplied on the Export Name parameter (Account_Table_Export) was not found using Standard object access privileges in the Data Relationship Management database. Use the /objectaccess parameter to specify a different object access privilege." while running Export
8/27/2012 2:31:48 PM - => ERROR: Error during initialization: The name supplied on the Export Name parameter (Account_Table_Export) was not found using Standard object access privileges in the Data Relationship Management database. Use the /objectaccess parameter to specify a different object access privilege.
8/27/2012 2:31:48 PM - *** Oracle DRM Batch Client stopping ***
The object access is the default "Standard", since the Export is a Standard Export and not system or user.
I am thinking this is because, the application does not know which DRM application to use.
But I do not see any mention in the DRM user guide document, which says what key should be used when executing the export, to specify the DRM application name.
I am thinking if it is the Process Manager URL, but it does not seem like it is possible to specify the application name there either.
Can anyone help me out here, I need to know how I can tell the Batch client to use that export routine from the DRM application "DRMAPPCM".
Thanks,
Anindyo

I figured out what I needed.
The Process Manager service URL for each application is found on the DRM Configuration Management Console.
When you create a new DRM application, a new process manager URL is associated with the application.
I found out that the port number for that application is different from the other DRM application.
Regards,
Anindyo

Similar Messages

  • DRM Batch Client Error - ORA03135 connection lost contact

    Hi All,
    We have the DRM 11g installed on Windows machine and migrated this server recently to a new datacenter(DC1) however the database connected to this DRM server is still on the original datacenter(DC2).
    DRM works fine after the migration except for few issues in the nightly jobs scheduled on DRM server for doing exports. The scheduled job is invoking DRM batch client and failing with the following error.
    Unexpected error in drm-batch-client: Error received from DRM Process Manager service using address: net.tcp://localhost:5210/Oracle/Drm/ProcessManager/: ORA-03135: connection lost contact
    However this error does not occur if we restart the DRM services(thru config console) and rerrun the batch client automatically. Looks like DRM is loosing connectivity to the application server process , is it anything do with the timeouts between IIS and Weblogic server ?
    Any insights on this problem would be really helpful.
    Thanks,
    RB

    Hi RB,
    This isn't going to be connection between IIS and Weblogic as DRM does not use Weblogic (aside from the manual configuration for the DRM web service). The error that you're getting is being returned from your database server and seems to indicate that the connection to the Oracle database server has been dropped for some reason. There are some suggestions on what to do to try and resolve the ORA-03135 error here ORA-03135 Connection Lost Contact Tips
    Regards
    Craig

  • 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

  • DRM Batch Client error during export

    Hello,
    I am experiencing an error when using the DRM Batch Client to execute export books. The same export process fails sometimes and runs to completion successfully at other times. When it fails, it does not always fail in the same place within the export process, and the error is as follows:
    2/2/2011 8:31:40 PM - ERemotableException with message: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Timeout expired" while running Export Book
    2/2/2011 8:31:40 PM - => ERROR: Data Relationship Management Server returned error: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Timeout expired."
    2/2/2011 8:31:40 PM - *** MDMConnect stopping ***
    Because this issue is sporadic, it seems like there could be a few possible causes:
    1. Network issues
    2. SQL connection/time-out issues -- These particular exports are writing to SQL tables versus flat files
    3. Am wondering if there are any known issues with the MDMConnect? Or are there time-out settings we can adjust?
    We currently have our in-house IT chasing down any possible network or SQL issues. Does anyone know of any issues with the batch client, or have ideas on any other possible causes? Any help is greatly appreciated. Thanks!
    EJ

    There is a timeout setting in DRM system preferences and there are mulitlple session timeout settings in IIS that you may need to configure. Try the system preference first. For very large jobs, ie. hundreds of thousands of nodes with hundreds of properties per node, you'll need to update settings in IIS as well.

  • Run a batch file from separate windows box to invoke DRM batch client

    I need your suggestions on the following. 
    ODI & DRM are installed on separate boxes.
    Now I want ODI to invoke a batch file (kept on DRM - Windows box, this batch file invokes DRM batch client to export the metadata). I tried using shared folder concept,but no success.
    Any pointers please?

    This should work for you-
    Create a batch file on your current server (ODI) and write in the path to the other batch file on the other server.
    //Server2completename/D$/Path/yourbatchfile.bat
    From ODI call your batch file that you created on the same machine.. which will inturn call the other batch file on a different machine to execute batch client.
    Also can you paste the errors that you may be getting.. need to check if you are getting any specific issue related to this.
    Thanks
    Denzz

  • Lost connection to DRM Application

    Hi,
    We are seeing the below DRM error in windows event viewer logs,
    ERROR Oracle.Drm.Client.DrmEventHandler [(null)] - Lost connection to DRM Application: XXX
    System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
    Server stack trace:
    at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Oracle.Drm.ProcessManager.IProcessManager.GetProcessMgrID()
    at Oracle.Drm.ServiceReferences.ProcessManagerControllerClient.GetProcessMgrID()
    at Oracle.Drm.Client.DrmEventHandler.ThreadStart()
    Can you please let us know what exactly is causing this
    Thanks

    Hi,
    We are facing the same issue in our 11.1.2.3 environment. Was there any solution at all please ?
    Thanks,
    Manju.

  • DRM Application Hang

    Is there any known issue regarding DRM Application Hang?
    we are frequently getting application hang error when all the following activities are running concurrently:
    -multiple active user connections.
    -blender/Automator running as a batch in the background
    -web interface communicating with DRM to perform updates/selects.
    The only way we are able to resolve this is by a windows server restart, even the console force stop/start does not work(console does not even start on an application hang)
    We have the DRM server on a Windows 2003 Terminal server and our Database is Oracle 11g on a unix box. Though we have some timelag due to physical locations of these servers, The performance has been ok which was manageable.
    Please let us know if there are any work arounds.
    Thanks
    S

    One thing I have observed was that the blender selections have a significant impact on its performance. If the blender has AllExcl\Val\Vefi selected under Hierarchy settings its takes more time eventually hanging up the system I think the performace is better when we have a selected property blend.
    I deal with huge hierarchies like close 200,000 nodes per hierarchy, and working with MDM i have found out that using automator updates works more efficiently than a blender and we have automated all that stuff using batch scripts.
    I also remember oracle running a fix for the blender issues we were having and haven't encountered it lately.
    TD

  • Keyhole DRM Application has encountered  a problem and needs to close

    Every time I try to run one of the games I have downloaded
    from Shockwave e.g Ciao Bella I get the error message
    "shockwave.com Keyhole DRM Application has encountered an
    problem and needs to close".

    I am having the same problem. I have done everything that
    support has told me and still has not helped. I went ot properties
    of my game and the description given is shockwave.com Keyhole DRM
    Application. What in the world is going on? No one seems to be able
    to help anyone with this problem.

  • 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

  • Migrate DRM application from PROD to TEST environment

    How I can migrate all DRM application from PROD to TEST environment. The first way this is using migrate utility and then create all export/import utility. But this way does not give 100% guaranty of identity the PROD and TEST environment.
    As relation database I am using Oracle DB. Can I migrate DRM application using exp/imp utility for oracle users (MDM and MDM_DB) and after that changing information directly in oracle tables in the TEST environment?

    This response is not timely but others may find it useful...
    You can use the Oracle database export and import processes, but there are several additional steps in the process. In general this is a high risk endevour that should not be attempted by the faint of heart. (See #3 below!) Attempt at your own peril.
    1) Make a copy of the Username table so that you have the Test versions of the encrypted passwords for DRM internally managed accounts. These will need to be updated post import if there are any differences.
    2) After you delete the tables in Test, it's best to create them with the install scripts prior to import because once an Oracle table containing a blob datatype has a stored value the Oracle import is no longer tolerant of changes in target tablespace names for all tables containing blobs within that schema. (Known bug) However, the create tables install script has an insert statement or two that need to be commented out or the import will create duplicate rows that will cause errors enabling constraints.
    3) After the import completes all exports and books need to be modified to no longer point to production target locations, especially for exports to database tables! Ideally this step would be completed and QA'd prior to starting the application server; however, the application server must be running if the migration utility is going to be leveraged to propagate these updates so the process I use is to lockout all users until this step is completed.
    4) Also note that if the Prod and Test app servers are not using the same authentication settings the system preference needs to be changed or the application server may not start.

  • Refresh Planning application using batch client

    Hi All,
    I'm trying to refresh the planning application using batch client and I'm not winning so far.
    This is what I have in my script.
    Execute Deploy
    Parameters(ApplicationName, InstanceName, Refresh Outline)
    Values('MyAppName', 'MyInstanceName', 'True');
    Error: [Line 8] The application name MyAppName is invalid for instance with name MyInstanceName.
    This is what I had earlier:
    Execute Deploy
    Parameters(ApplicationName, InstanceName, ApplicationServer, HubProject, Refresh Outline, ClearAll, CheckIntegrity, waitforcompletion, purgeTransactions, escapeValidateRules, deployOption)
    Values('MyAppName', 'MyInstanceName', 'MyApplicationServe', 'Default Application Group', 'True', 'false', 'false','true', 'False', 'true', 'AppView');
    Error: 2010-09-01 14:17:29,406 ERROR Unable to delete application MyAppName due to following reason: Cannot Deploy the Application, It is already deployed.
    Any Ideas?
    Thanks

    I changed 'Execute Deploy' to 'Execute Redeploy' my script ran successfully

  • Can I know how to get App Store applications get DRM removed for enterprise testing?

    Can I know how to get App Store applications get DRM removed for enterprise testing?

    http://www.apple.com/business/vpp/

  • Action script though batch client

    While importing data using Action Script, if we have properties with same label name which belongs to different namespaces, DRM is not able to identify which property it should actually point to. Generally when we run the script from UI, we manually select the correct property in UI.
    Now, what can be done to achieve the same functionality when we run the script from batch client.
    Suppose we have two properties, with same label name as ACCOUNTCODE which are present in two different namespaces,
    ESSBASE.ACCOUNTCODE
    CUSTOM.ACCOUNTCODE
    Now while importing the action script, system is unable to determine to which ACCOUNTCODE property it should point. What changes in action script or any other places  can be done to make the system enable to point to the correct property.

    Our client wants it this way only (having same property labels across Namespaces). Is this possible to have Property Names or Fully qualified Property Names instead of Labels in hierarchy export of DRM?

  • Error using Batch Client

    Hi,
    We've been facing issues using the DRM Batch Client.
    As per the User Guide, we've created a .cfg file with only an Export operation in it.
    On the cmd prompt, we navigate to the folder where the drm batch client.exe is located.
    However, when we type in :
    drm-batch-client.exe/cfgfile=path& filename,
    we receive the following error message:
    '/cfgfile' is not a recognizable command.
    Are there any additional settings to be applied?
    Thank you for your assistance.
    Tejas.

    Did you configure your Batch client? Run the drm-batch-client-credentials.exe and assign the drm user/password (needs to have admin level access)
    Use the complete File path while invoking the batch file i.e.
    C:\oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client\drm-batch-client.exe /cfgfile="<filepath>\export_Hierarchy.config"
    -Geeta

  • ADF: How to setup of a Batch Client project?

    Hi,
    I want to write a simple ADF application which uses no GUI. In the "New Gallery" wizard is no batch/commandline client type available. Is that kind of client not supported? Unusual for ADF applications?
    I selected a JClient Empty Form from the "New Gallery" which generated a DataBinding.cpx and some other files in my project. I created a new Java class (including a main() method) and copied some ADF startup code into the main method:
    String amClassname = "batchclient.model.AppModule";
    String configName = "AppModuleLocal";
    ApplicationModule am = Configuration.
    createRootApplicationModule(amClassname, configName);
    Starting the application, I got an error:
    oracle.jbo.JboException: JBO-33001: Cannot find the configuration file /batchclient/model/common/bc4j.xcfg in the classpath
    In the project editor, I appended the path to my model project classes to the classpath of my client project and the application runs fine. With JDev9i, a batch client was simpler to develop.
    Do I missed some documentation/samples which explains the development of batch clients or is there a simpler way to generate the batch client (project)?
    Thanks, Markus

    Thx S.
    Basically the program is used to create/delete/modify entries in a table and mantain the Address information.
    The buttons to show the pop-up where the information is maintained are in the ALV button bar and I can deal with them in my user command.
    I'm not looking for an alternative (for example a program to upload an excel and so one); I would like to know if it is possible to define something to identify which button has been pressed in a Batch Input.
    You will get the same issue trying to catch in a Batch Input actions on SE16N.
    Thanks
    arnau
    Edited by: Arnau Mustieles on Jan 16, 2012 10:40 AM
    Edited by: Arnau Mustieles on Jan 16, 2012 10:41 AM

Maybe you are looking for

  • Home Sharing not working between wireless PC's / devices and ethernet wired PC's on the same router.

    Home Sharing is not working between wireless PC's / devices and ethernet wired PC's on the same router.  I installed a new Verizon FIOS ActionTec  MI424WR GigE wireless / ethernet router, replacing the original FIOS router.  With the old router Home

  • Bill of exchange receivable FBW3

    So far I have done f110, fbwe but while doing the fbw3 system is giving error The selected contra items are not permitted and must be corrected. Can you guide me. Any user manual on bill of exchange receivable? Best Regards, Sangeeta

  • Macro to remove duplicate rows between two worksheets

    Hi We have a master file which multiple users access through 'sharepoint'. The 'sharepoint' service had an issue, and this master file (which two users spend a day each working on) has not updated. We are left with two variations of the same master f

  • I can't change my preferences in the edit menu

    Please help me resolve this. I change, for example the funciton after a cd is inserted to "ask before import" and if I close the window and reopen it, the default setting has been selected. That goes for everything I change. I have tried restarting t

  • Skype crashes after answering call in windows 8.1

    My skype crashes after I answer a skype call in my brand new computer. Intel core i7 4790  Amd radeon 255 2 gb 8 gb ram i'll leave my dxdiag file here.. please help me.. Attachments: DxDiag.zip ‏12 KB