Location of xdodelivery.cfg delivery Configuration file and how to use it

I am trying to use xdodelivery.cfg for setting various Server Properties and calling
this in my Delivery Wrapper Java Program.
First of all i am not able to find this file anywhere on Oracle Apps APPL_TOP,So i have created this xdodelivery.cfg file in $CUSTOM_TOP/resource directory.
Then in my Java Program I have set Java system property by calling java.lang.System.getProperties().put("XDO_TOP", "/path/to/xdotop") which points to Physical Directory of as CUSTOM_TOP as /u01/app/appltop/cust
Then i am Calling req.setServer("PRINTER_NAME") method in Java Wrapper Program to call PRINTER_NAME properties.
But i am not able to get any success in it. User Guide is mentioning following thing
"The location of the configuration file is
{XDO_TOP}/resource/xdodelivery.cfg
where {XDO_TOP} is a Java system property that points to the physical directory.
This system property can be set in two ways:
• Pass -DXDO_TOP=/path/to/xdotop to the Java startup parameter
• Use a Java API in your code, such as java.lang.System.getProperties().
put("XDO_TOP", "/path/to/xdotop")
The system property must be defined before constructing a DeliveryManager"
Please give me solution of how to go about it .I mean using xdodelivery.cfg file
Thanks
Darshan

Hi,
I am facing a similar issue while using the configuration file, can you please list out the steps for setting the XDO_TOP Java System property, I have tried setting a Run Time environment variable XDO_TOP to the path of the xdodelivery.cfg file in my qapache port, but the file is not getting picked up.
Any pointers would be appriciated,
Thanks,
Ankul
[email protected]

Similar Messages

  • Where to find old backup files and how to use it to restore

    Hi,
    Need help. I did a OS update to iOS 6 today.
    Before the update I did backup my phone on my PC.
    But since that backup there was a new back up that created automatically when I connected my phone back to the PC. Now with some issues I want to rollback to previous backup. But this backup file is not visible in the restore from backup list. Is there anyway I can manually find this file and try to restore from it.
    In the backup folder I can see a few files with previous backup time stamp but not sure how I can use these files and which file to use..
    Pls help.. Thanks.

    Open the Users folder on the internal drive, drag the migrated home folder to the desktop, and provide your administrator password.
    (77054)

  • How to create a flat files and how i used this

    hi Guys and gals,
    I am david. I want to know how to create a flat files. I don't know about it also. pls explain it and also pls help me to create a flat files. If u have any program for creating pls send me.
    I want to know about retrive the datas from flat files and also insert a record into it.
    pls guide me
    i need this immediately
    david

    void newMethod() throws Exception {
         // Reading from a flat file
         String data;     
         BufferedReader br = new BufferedReader(new FileReader("c:\filename1.txt"));
         while ((data = br.readLine()) != null) {
              System.out.println(data);
         // Writing to a flat file
         BufferedWriter bw = new BufferedWriter(new FileWriter("c:\filename2.txt"));
         bw.write("sample data");
         // After writing the data close the file
         bw.close();
    }

  • Configuring file and JDBC adapter using MAX DB

    Dear Experts..!!!
    The problem description is i need to store a text file in Database(MaxDB).....
    in receiver communication channel there is database connection in that i want to know what entrys to be done..... and plz do let me know is there any other things to be done to achieve the output.

    Hi Vinod,
           I also do not have idea about MaxDB, but you can refer these links. It will help you out in getting some more information about MaxDB and XI:
    <a href="/people/joerg.hoffmeister/blog/2006/12/07/maxdbsdn:///people/joerg.hoffmeister/blog/2006/12/07/maxdbsdn
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/maxdb">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/maxdb</a>
    Go through the home page of MaxDB on SDN, it has plenty of information to help you.
    Regards,
    Subhasha ranjan

  • HOW TO READ FILE AND HOW TO USE IT IN PATTERN EX. READ_TEXT

    I WANT TO USE A PROGRAM'S CONTENT ND I WANT TO PASS AS PARAMETER IN A PATTERN..HOW TO DO THT.PLZZ REPLY...
    EX. I HAV CREATED A STANDARD TEXT ZCREATE_TEXT AND I WANT TO SEND THIS AS A PARAMETER TO READ_TEXT...HOW TO DO THIS..

    Hi,
    When you create a Std Text in SO10 and save, it is saved with 4 parameters
    like TEXT NAME, LANGUAGE, TEXT OBJECT, TEXT  ID. these are the four parameters by default will be created for any std text when you create a TEXT in SO10 or in any document.
    You will know this 4 parameters from SO10 screen.
    enter text, display.
    from Menu -> GOTO -> HEADER, see them.
    Next when you wants to fetch this text using READ_TEXT fun module
    yopu have to pass this 4 parameters to that fun module.
    see the doc
    READ_TEXT
    READ_TEXT provides a text for the application program in the specified work areas.
    The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.
    After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES.
    If a reference text is used, SAPscript automatically processes the reference chain and provides the text lines found in the text at the end of the chain. If an error occurs, the system leaves the function module and triggers the exception REFERENCE_CHECK.
    Function call:
    CALL FUNCTION 'READ_TEXT'
    EXPORTING CLIENT = SY-MANDT
    OBJECT = ?...
    NAME = ?...
    ID = ?...
    LANGUAGE = ?...
    ARCHIVE_HANDLE = 0
    IMPORTING HEADER =
    TABLES LINES = ?...
    EXCEPTIONS ID =
    LANGUAGE =
    NAME =
    NOT_FOUND =
    OBJECT =
    REFERENCE_CHECK =
    WRONG_ACCESS_TO_ARCHIVE =
    Export parameters:
    CLIENT
    Specify the client under which the text is stored. If you omit this parameter, the system uses the current client as default.
    Reference field: SY-MANDT
    Default value: SY-MANDT
    OBJECT
    Enter the name of the text object to which the text is allocated. Table TTXOB contains the valid objects.
    Reference field: THEAD-TDOBJECT
    NAME
    Enter the name of the text module. The name may be up to 70 characters long. Its internal structure depends on the text object used.
    Reference field: THEAD-TDNAME
    ID
    Enter the text ID of the text module. Table TTXID contains the valid text IDs, depending on the text object.
    Reference field: THEAD-TDID
    LANGUAGE
    Enter the language key of the text module. The system accepts only languages that are defined in table T002.
    Reference field: THEAD-TDSPRAS
    ARCHIVE_HANDLE
    If you want to read the text from the archive, you must enter a handle here. The system uses it to access the archive. You can create the handle using the function module ACHIVE_OPEN_FOR_READ.
    The value '0' indicates that you do not want to read the text from the archive.
    Reference field: SY-TABIX
    Default value: 0
    Import parameters:
    HEADER
    If the system finds the desired text, it returns the text header in this parameter.
    Structure: THEAD
    Table parameters:
    LINES
    The table contains all text lines that belong to the text read.
    Structure: TLINE
    Exceptions:
    ID
    The text ID specified in the parameter ID does not exist in table TTXID. It must be defined there together with the object of the text module.
    LANGUAGE
    The parameter LANGUAGE contains a language key that does not exist in table T002.
    NAME
    The parameter NAME contains the name of a text module that does not correspond to the SAPscript conventions.
    Possible errors:
    The field contains only blanks.
    The field contains the invalid characters ‘*’ or ‘,’.
    OBJECT
    The parameter OBJECT contains the name of a text object that does not exist in table TTXOB.
    NOT_FOUND
    The system did not find the specified text module.
    REFERENCE_CHECK
    The text module to be read has no text lines of its own but refers to the lines of another text module. This reference chain can include several levels. For the current text, the chain is interrupted, that is, one of the text modules referred to in the chain no longer exists.
    WRONG_ACCESS_ TO_ARCHIVE
    The exception WRONG_ACCESS_TO_ARCHIVE is triggered if an archive is accessed using an incorrect or non-existing archive handle or an incorrect mode (that is, read if the archive is open for writing or vice versa).
    reward points
    regards,
    ANJI

  • Zip or Jar files and how to use them

    Hi ,
    I have this problem. I have some .class that must be
    packaged some way to deploy in the application user's directory. At some point of the execution the application will ask to create some object define in one of that classes I mentioned. So how can I package those classes, in a jar file or in a zip file? And most important will it work out ?!.
    Many thanks in advance.

    Using JAR Files: The Basics

  • How to  configur hibernate in NetWeaver and how to use   in NETWEAVER

    Hi,
    Now i am useing Ejb's for my application in NetWeaver .
    Can i use hibernate instead of Ejb's in NetWeaver.
    if Ok,please tell me the procedure for how to configur hibernate and how to use.
    Thanqqqqqqq
    Guru

    You should read this documents first:
    Using Hibernate on SAP WAS - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2ae0614a-0601-0010-a491-a9a635f06613
    Hibernate on SAP NetWeaver - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/14f55178-0801-0010-0bac-974ed17e51d3
    and then considering integration of your app with DAO design pattern proposed by Spring Framework. More on this is available here:
    Spring Integration on SAP NetWeaver - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73af6078-0801-0010-8fa1-deaa9647c5dd
    and here: http://static.springframework.org/spring/docs/1.2.x/reference/orm.html#orm-hibernate
    Regards,
      Marcin Zduniak

  • What are LRPREV files, and how do I open them?

    I uploaded some pictures onto my laptop from my phone. They seem to have disappeared completely, as they are no longer on my phone, in any of my laptop folders (i've checked several times) or my laptop recycling bin. Having said that, many LRPREV files have appeared in a couple of my folders, which I had not seen before. Putting 2 and 2 together, it seems like the photos from the phone may have unintentionally been converted into this file type.
    My main problem is that I can't open them, so I can't see them to find out. What are LRPREV files and how can I open them? Otherwise, would I be able to convert them into a file type which I should be able to view?
    I would also be grateful if anyone had any suggestions of where my photos may have gone to.
    Thanks.

    I am no expert but have had LR since LR3. Did you import the photos into your LR catalog? It sounds like you have at least viewed the photos using LR or they would not show up in your LRPREV files. LRPREV files are those that have been at least looked at in LR because LR automatically makes previews (thumbnails) of photos you have actually added to a catalog or at least attempted to import. When you upload photos from your phone what folder do you send them to? Why are the original files no longer on your phone, do you automatically delete photos after you import them? You shouldn't do that until you at least confirm you can see them on your computer and have backed them up to at least a second, preferably offline, location. I would open your LR catalog and look for for a line in your navigation module indicating recent imports? I probably haven't helped you much.

  • When I open iPhoto 9.2.1 it says that my library needs to be upgraded but when I upgrade the library I am trying to open (33 GB worth of pictures from 2006) the new application says it cannot read the files and how to find them on the system to reimport?!

    When I open iPhoto 9.2.1 it says that my library needs to be upgraded but when I upgrade the library I am trying to open (33 GB worth of pictures from 2006) the new application says it cannot read the files and how to find them on the system to reimport?! and then I'd like to erase the original files since the space requirement is huge!!!! Why is upgrading software iPhoto such a pain. I've gotta get a presentation done and all I get for my money is roadblock!!!

    hello, it sounds like the library is damaged.
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 

  • Which file type should I use and how I use it?

    Hello!
    I need to create a file with some data that has been inserted manually.
    In this file, for example, there are:
    ProjectName1: string1, string7… string10, date1
    ProjectName2: string11, string15… string20, date2
    ProjectNamek: string 100, string 116 … string 140, date1
    I know only one thing: one of the strings.
    What I need to find in the file:
    I need to find the string at one of these rows and get its ProjectName and date.
    For example: if I have string15,
    I should find string15 in the file, and get its ProjectName and date:
    ProjectName2, date2
    Which file type should I use and how I use it? What is the best solution?
    Thanks!

    800512 wrote:
    I need to create a file with some data that has been inserted manually.
    In this file, for example, there are:
    ProjectName1: string1, string7… string10, date1In addition to Pandiya's advice, if the string is always in exactly the above format
    (ie:
    1. ProjectName always starts the line and ends with a ':'.
    2. The rest of the strings on the line are separated by ", " and will never contain ", "
    you might also want to have a look at String.split().
    Winston

  • Where do I find the Adobe pdf 9.0 printer description file and how do I install it?

    Where do I find the Adobe pdf 9.0 printer description file and how do I install it? Operating system is Windows 7 and I have Adobe Creative Suite 5.5 installed. Adobe Acrobat X Pro just updated to version 10.1.8

    Hi. Thanks for the replyl
    I'm in prepress, working mainly with Quark XPress for advertising files and with Word, Photoshop, everything, for many years. My older computer is the workhorse with Quark 6.5 and CS4 and OSX 10.4.11. Everything is set up for me to produce PDF x1a files by printing .ps files from Quark and Word, and InDesign.
       My newer computer, OSX 10.9.4, must now be used to a greater extent. So I have Quark 9 and 10 and now Creative Suite for the Cloud. But I don't have any Adobe PDF printer which I select when I print .ps files and place into my Distiller Watched Folder. I by pass selecting the Adobe PDF printer in Word and just print straight to .ps. The .ps file just sits in the Watched Folder and no longer flows into Distiller, processed and out. Is this the way of the future? I just want a smooth, fast flow for PDF's. I want them to be PDF x1a compliant for hi-quality printing.
    Thought you might help to give me info as to how one uses Distiller (or not) with the new operating system and latest programs. Can't seem to find any info as of yet by searching the Adobe FAQ's and the Internet in general.
    Thanks alot.
    Larry Winer

  • Where to locate and how to use the filter thershould to binarized image

    Good morning friends. I am using
    Labview with VDM and let me know where to locate and how to use the
    filter thershould. Also that parameters used to binarized image captured
    via webcam and display it in black and white.
    Thank you very
    much.

    Is the image that you are getting a RGB one? Use color plane extraction and then use a binary threshold to convert it into a binary image. You can also directly use a color threshold and convert a rgb (color) image to a binary image.

  • How to update Ztable from Excel file and how to check conditions ,

    HI this uday,
    pls help me how can i update Ztable from Excel file and how to check conditions .
    regards
    uday
    Moderator message: please (re)search yourself before asking.
    Edited by: Thomas Zloch on Jul 13, 2010 12:00 PM

    Hi
    Use Fm : ALSM_EXCEL_TO_INTERNAL_TABLE.
    L_INTERN : internal table with your fields .
    make sure that the fields in the Excel should be formatted (as numeric , characher ) depending upon the data types .
    LOOP AT L_INTERN INTO WA_LINTERN .
            MOVE WA_LINTERN-COL TO L_INDEX.
            ASSIGN COMPONENT  L_INDEX OF STRUCTURE WA_INREC TO <FS> .
            IF SY-SUBRC = 0.
              MOVE WA_LINTERN-VALUE TO <FS>.
            ENDIF.
            AT END OF  ROW .                                    "#EC *
              APPEND WA_INREC TO IT_DATA.  "
              CLEAR WA_INREC.
            ENDAT.
         ENDLOOP.
    Regards
    Swapnil

  • I cannot locate all of my tool .tpl files.  How can I replace them?

    I cannot locate all of my tool .tpl files.  How can I replace them?

    You can store your tool preset anywhere you wand.  Each version of Photoshop ships with some Adobe supplied tools presets these are installed in the Tools folder in Photoshop Presets  folder. You can use Search in Finder or Windows File explored to find all *.tpl files on your system.

  • Can any one tell me how to write the properites files and how to acces

    can any one tell me how to write the properites files and how to acces thoose files
    plz let me no
    thanks in advance

    http://www.exampledepot.com/egs/java.util/Props.html

Maybe you are looking for

  • Seeing all events in month view

    I need to be able to see all of my events in a day, while in month view. But instead on days I have 4 or more all day events I only see one or two all day events and only three dots show above these. How can I see all of these events while viewing th

  • Error -8785 while burning disc 2 of 3 during Back Up to Disc...

    I regularly back up my iTunes library to DVD media-i hadn't done it in a few months and when I went to do so today using regular HP DVD+R discs that I've used before for this, the first disc burned fine (I needed three discs total, per iTunes). Discs

  • Getting list of directories within a directory - NULL

    I am getting a NULL POINTER EXCEPTION when trying to get a list of directories from a directory. <% main_dir = new File("test_dir"); dirs = main_dir.list(); if(dir==null){ %> ERROR: dirs is null<p> Main Dir: <%=index_dir%> <% } %> It is returning tha

  • Flash actionscript question!

    This is a external.as for loading images Do anyone of you knows where gone wrong?? the images can't be loaded.... thanks! I attached my code here! :)

  • FTP query

    Is it possible to dynamically take ftp server parameter in receiver file adapter from the payload and post the file?