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

Similar Messages

  • 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

  • How to Setup Flash Builder ActionScript only project for iPad?

    Hello!
    Can someone give a short guide on how to setup an ActionScript only prject in flash builder such that it can be compiled using adt and deployed to the iPad?
    i created successfully iphone games using FlashIDE and PFI.
    now I'd like to create an iPad app using Flash Builder (ActionScript only). but I fail to load the compiled IPA to the ipad, keep getting different errormessages thus i think something with my projectsetup is wrong

    Yes, in Terminal you type a single line which is made from the path to the adt application, some parameters, and paths to other documents. Here's the full list of things:
    /Location/to/AdobeAIRSDK_2.6/bin/adt
    -package
    -target ipa-test
    -provisioning-profile /Location/to/Provision.mobileprovision
    -storetype pkcs12
    -keystore /Location/to/Certificates.p12
    -storepass password
    NameOfApp.ipa ApplicationDescriptor-app.xml
    -C /Location/to/swf  NameOfApp.swf
    splashscreens
    icons
    That "-C" line is clever, it does a directory change to the folder you give it, so after the -C /location/to/swf part it will then look in that same folder for other documents, and for where to build the IPA file.

  • HT1515 how to setup airport express as client mode

    How do I setup my airport express as clint mode? I have a printer that I want to use as a wireless printer. The printer is usb only printer. I want to use the Airport express to be able to connect to the existing network as client and be able to print wirelessly.

    The AirPort sets itself up in client mode automatically whenever it is configured to "extend" or "join" a wireless network.
    If you have an Apple router, the Express will configure itself to "extend" the wireless network, which will provide more wireless coverage in the are where the Express is located and enable the USB port, so that you can attach a compatible printer and configure it to work with the network.
    If you do not have an Apple router, the Express will attempt to "join" the network, which will also enable the USB port. The Express does not provide any additional wireless coverage when it "joins" a network.

  • How can I create DRM-BATCH-CLIENT book export to database

    We are running DRM 11.1.2.3.500 and feeding master data from DRM to DB via a Book.
    This process has been working fine run from a client.
    When i try to run this script it hangs, its not giving error also
    Our redacted config file is show below:
    [General]
    Operation=Export
    URL=net.tcp://<SERVERNAME>:5210/Oracle/Drm/ProcessManager
    LogFileName=C:\rdsc.log
    [Export]
    ExportType=Export
    ExportName=account_export
    OutFile= C:\export_data.txt
    CurrentVersionAbbrev=2014-08-currentversion
    please help me
    Thanks

    Make sure you have tested the Export before you automate it, to ensure the DB Connection is good and the results are populating in the target table.
    Try the following:
    [General]
    Operation=Multiple
    URL=net.tcp://<SERVERNAME>:5210/Oracle/Drm/ProcessManager
    LogFileName=C:\rdsc.log
    [Operations]
    OperationCount=1
    Operation1=Export
    [Export]
    Operation=Export
    ExportType=Export
    ExportName=account_export
    CombineExportOutput=False
    CurrentVersionAbbrev=Current_Version
    PrevVersionAbbrev=Previous_Version

  • How to setup resources in a WS project to be loaded from classpath?

    When I came in here to write this note, I saw the recent note titled "Placement of resources in WS project and runtime access", which is very similar to what I needed to know, but it isn't quite the same thing.
    I'm trying to put together a WebLogic WS project where the operations call out to a bean in a Spring context. I think I would use something like "ContextSingletonBeanFactoryLocator.getInstance("classpath*:applicationContext.xml")" in the operation.
    What I'm a little confused about is where I would put the Spring context file in my application. In a "plain" webapp, I would just put it into WEB-INF/classes, but that seems like a "protected" directory in Workshop.
    What is the best way to set this up?

    Ok, I guess I should have been clearer. When I said that "WEB-INF/classes" appears to be a "protected" directory in Workshop, I meant that I can't even see that directory when viewing the project in Workshop. The only way I know it's there (besides knowing it should be there) is when I tried to create that directory in the project, and seeing in the file browser that it's already there.

  • 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

  • How to Setup Batch Management Level (Material vs Client)

    Hi Experts,
    I had a question about the level at which I should be setting up Batch Management. The requirements that we have are:
    - We want uniqueness in the batch being created.
    - We have split valuation active at the Batch Level.
    Hence, we have nailed down to the following 2 options: 1. Client level or 2. Material level. (I know that I will not be using Plant level because we do a lot of STO's and we do not want to lose the characteristics in the Batch at the plant level. So the plant level is out of scope.)
    Client Level: Although the client level gives us the uniqueness and supports most of our requirements, my fear with going at the client level is that it is too rigid and MAY cause problems in the future. Is that true? What would be issues/ concerns that you have faced when you have had Batch Management activated at the client level.
    Material Level: If I setup the system at this level, I would like to be able to create a Batch number for a material across the entire client only once. E.g. MAT1 can have BATCH 123 only once across the whole client. MAT 2 can have BATCH 123 but the Material# and the Batch # uniqueness should be maintained thoroughly.
    I would like to try out this level but my problem is I am unable to understand and setup this level completely. I have gone through some pretty good discussion on this topic but still am unable to understand it thoroughly. The link to this discussion is (http://www.sapfans.com/forums/viewtopic.php?f=27&t=80407). If you refer to this link, it says u2013 Client/ Material Level. What does client/material level mean? Can you please help me understand it. Also, if I setup Batch management at this level, I would like the system to auto-generate numbers for me exactly as I have mentioned above. Is there a way to do so? I was trying to setup the BATCH_MAT number range object with the batch level at Material level but the system seems to always default to the BATCH_CLT level and give us numbers. Is there a way to fix the system to check the BATCH_MAT number range object and give the batch numbering per my requirements. What happens if I use the Material Level Batch management with BATCH_CLT number range object?
    Your help is highly appreciated.
    Edited by: TV_SINR on Jul 16, 2010 8:52 PM

    Check following customizing:
    Logistics General --> Batch Management --> Specify Batch Level and Activate Status Management
    If you want to change the batch level, you have to start conversion to activate the change.
    Note that you cannot reset conversion from plant level to a higher level, read the documentation for customizing of
    "Specify Batch Level and Activate Status Management".
    If you want to work with same batches for different materials, you should use "Batch unique at material level".
    Logistics General --> Batch Management --> Batch Number Assignment
    Here you can define how the system should create batch numbers.
    Best Regards, Dirk

  • How to setup the client application for the RMI?

    Question:
    I write a short program of RMI It contain server and client
    if server and client are run on localhost they are running ok
    but run client application on remote machine it occure issuses.
    How to setup the client on remote machine?

    hello Dhanraj K, for gmail accounts there shouldn't be much manual configuration required. please try to set it up like described in [[Add an email account to the Mail app in Firefox OS]]

  • How to setup default gateway in a DHCP client. The default gateway will be the Ip address of the server that has RRAS installed, hence routing cabalities.

    How to setup default gateway in a DHCP client. The default gateway will be the Ip address of the server that has RRAS installed, hence routing cabalities.

    Hi Bill,
    Thank you for replying back...Yes, I was actually asking how do you set the default gateway address on the DHCP server?,
    I believe I got the answer below:
    To configure the DHCP default gateway option Click Start, point to Administrative Tools and then click DHCP. In the console tree, expand the applicable DHCP server, expand IPv4, and then right-click Scope Options Click Configure Options, check 003
    Router, type the applicable Server name and IP address, and then click OK.
    Thank you

  • How to setup mail client in Data Integrator 11.7 to make use of mail_to()

    How to setup mail client in Data Integrator 11.7 to make use of mail_to() function.
    I am using mail_to() function in one of my job to know the status of source file. If source file is not ready, our DI job should fail and send mail notification with reason for failure.
    But mail_to() function is not sending any mail. I guess I need to set up email client.
    Any one please help to resolve this issue.
    Thanks
    Phani

    From the DI documentation that comes with the installation:
    To use this function, a mail client must be installed and running on the Job
    Server computer that calls the function. The login account for the mail client
    must have the same user name and password as the Data Integrator service.
    The type of client varies by the operating system:
    u2022 If the Job Server is on a computer running the Windows operating
    system, then the mail client must comply with MAPI (message application
    programming interface). In addition, the mail client must be configured as
    the default mail client. For example, Microsoft Outlook is a MAPI-based
    mail client.
    If the Job Server is on a computer running the UNIX operating system,
    then the mail client must be mailx-compliant.
    So:
    Mail client installed and configured and set as default
    Mail client uses the same credentials as the job server service
    Or use another function: smtp_to();
    If still not working or you are not allowed to use an installed mailclient on your box, then try Blat: http://www.blat.net/

  • How to setup the connection between non-unicode client and unicode server?

    hi.
    we played the program in 4.6x that call a data from unicode server (ECC6.0) to non-unicode server.  ( not played in the unicode server.)
    When a program ended that English Character was normal, but Korean Chinease... was unknown text.
    I think conversion from unicode to non-unicode is a main reason.
    General Notes are issued for the unicode side rfc connection configuration.
    but, i want to know how to setup into the non-unicode system to interface with unicode system.
    I hope your great answer.

    Hi,
    For taht you have to deploy korean and chinese langauges seprately on non unicode system.Then try to connect to the unicode system.It will work for you.
    Regadrs
    Vijay kumar

  • How to setup Charms in a 2 tier landscape ?

    Hi All,
    We have a two tier landscape i.e only having development and production system so how to setup STMS and all other settings in this type of scenario.
    Can we use Virtual system in STMS as a Quality system ? If yes then please guide us and tell me how to proceed as if we dont know how to add virtual system in SMSY in solman. Please provide us with a clear picture and give us detail documentation if possible.

    Hi All,
    Please tell me as per the SAP standard recommendation is it necessary to have a cycle like DEV->QUAL-PROD for Charms as we are not having any Quality system or Client here in our landscape.
    Please suggest a way how to proceed in this case. Please help me out.

  • How to setup a BW test system?

    Hi
    We are having R/3 and now we are planning to install BW. Now a few questions are coming to us like...
    1. In what cases we need a test system? Can we bypass test system and have development and productive system only?
    2. How to setup a test system? Should we reload data from R/3 test system or can it be sourced from BW Productive system (in order to get more historical data)?
    3. Has anybody setup a test system and loaded data from BW Productive system before?
    Any suggestions will be highly appreciated.
    Regards,
    Pundit

    Hi Arjun,
    It is depends on client, for eg:say if client follows Sixsigma processes, then give much importance on Quality. So in this scenario it becomes much clear to have Quality box, If for other clients who don't have much Quality processes in place. you can take up the Quality (test) in Development box itself.
    And it also depends on data you want have test on. For some clients they move much of their historical data for testing purpose..
    Also some clients mainatain all 3 boxes(Dev,QA & Prod.)in sink..so that it would be easy for any changes or whatsoever.
    Hope this helps...
    Best Regards,
    DMK
    *Assign points if it helps...

  • How to setup a KDC for Kerberos Authentication

    Hi,
    I am new to Kerberos. I am trying to execute the sample codes on Sun site but i am not understanding how to setup a KDC.
    Please help me.
    Regards.

    Hi Alexander,
    create the proxyauth.txt file in the roor directory of you MI Client installation and add the following paramters to the text file:
    MobileEngine.Sync.Proxyuser= Username for Proxyserver
    MobileEngine.Sync.Proxypw=Password for Proxyserver
    Regards
    Tahran

Maybe you are looking for

  • N8 HDMI only works in portrait mode, gets disconne...

    Hi. Like the title states, my Nokia N8 HDMI works as expected in portrait mode but when I turn the phone sideways (like when I want to play Angry Birds) it immediately gets disconnected. Even the small "HDMI" logo in the top right corner disappears.

  • Text labels missing under Library and Viewer icons in V31

    I just built a multi-folio app with DPS Pro Edition. I specified V31. When I preview the resulting Developer app on my iPad, the text under the small "Library" and "Viewer" icons at the bottom of the screen is missing. The Library and Viewer icons ar

  • INFO about CMX classroom Training

    Dear All, If anybody know Cisco Mobile Exchange ,GGNS Training partner ,Please help me out to search a good training partner for CMX,GGNS,Thanks in advance,

  • Connecting to the internet for the first time

    i have a new macbook, and i dont have a clue how to connect it to wireless networks. I dont even know what equipment you need. I have attempted to connect it to the house wireless network, and while it connects, the internet does not work on it. I ne

  • Black Screen ending/finishing a Presentation

    Hello! Something is making me very mad. I use Keynote to create movies to use inside my interactive books. I create a small animation with music using Adobe Flash and exporting as .mov. So I open Keynote, use a small picture as background and paste t