Path of po_top and cus_top

HI ,
I register custom report (emp.rdf with out parameter) inn e-business suite 11i report present in lOV but when I check it view it generate error my question is that what is po_top and cus_top and can I move emp.rdf in cus_top or po_top and explain about these and also give the information about this directories and path of these directories.I create a emp.rdf in oracle reports 10 g.
thanks,
best regards,
shaz khan

thanks for replay,
can this necessary for "register oracle reports in e-business suite 11i" actually I deploy my custom report (emp.rdf) which is present in directory (like d:\shaz\emp.rdf) and I register this report in e-business suite 11i by using following steps.can EBS auto detect this directory and how it possible oracle auto detect this file (emp.rdf) I can't move this file(emp.rdf) in any EBS directory .
when I run my report (in EBS run>request>single_request>emp.rdf) then reports generate error and this message show on screen your report did not generate output. some body say me you move your report(emp.rdf) in these directories (move the .rdf file from local machine to server into the respective path
     CUS_TOP\11.5.0\Reports\US\ .rdf
     PO_TOP\11.5.0\Reports\US\ .rdf ) but I don't know about these directories so please help .
CUSTOM REPORTS REGISTRATION IN EBS 11i
1.     Connect to the application and select system administrator create Executable
2.     Executable Name (Any User defined Name)
3.     Application Name(Where the .rdf file located)
4.     Execution Method (Oracle Reports for reports)
5.     Execution File (.rdf file Name)
6.     Create Concurrent program and attach 1)Executable
7.     Parameters
8.     Incompatible Programs
9.     create Request Group attach Concurrent Program
10.     Create responsibility attach
1.     Request Group
2.     Menu
3.     Data Group
11.     Create User Attach Responsibility to the User
12.     User will submit the request from SRS (Standard Request Submission) Window
SELECT
user_id UserID,
user_name          UserName,
creation_date     Cdate
FROM fnd_user          
Executable = System Administrator => Concurrent = > PRogram =>Executable
Concurrent Program =                          => Concurrent = > Program => Define
Request Group     =                         => Security = >Responsibility => Request
responsibility =                         => Security = >responsibility => define
user               =                         =>Security     =>User               =>Define
SRS Window          =     View=>Requests=>Submit New Request => OK =>Select Program Name
                                                                      =>Click Submit Button
Press NO =>Select find Button =>
1.     Click View output button to open the output file.
2.     Click View Log button to open the log file.

Similar Messages

  • Can you view text outside of the canvas? as with the view menu you can see animation paths, bounding boxes and handles??? many thanks

    re: Motion 5
    can you view text outside of the canvas? as when using the view menu you can see animation paths, bounding boxes and handles???
    I'm in the middle of a text animation design treatment and unless my memory is completely failing I thought this was an option.
    An example would be selecting all layers and being able to see all bounding boxes and animation paths while moving along the timeline.
    Of course this could be quite a mess if you couldn't selectively chose which layers, its just with this current project it would be so helpful if
    I could see the text beyond the canvas to aid in my animations.
    many thanks,
    robert
    Motion 5
    2014 MacBook Pro 2.6Ghz i7
    16GB RAM
    OS X 10.9.5
    2011 Mac Pro
    4 Boot drives OS X 10.9.4, 10.10, 10.7, 10.8
    960GB OWC Mercury Accelsior_E2 PCI Express SSD (Current screaming fast boot drive)
    64GB RAM

    thanks for both of your responses
    I do understand shift + v " to "Show Full View Area" and shift + z to fill screen, etc.
    and command + & - for zooming
    what I'd like to do is selectively view, say, the text outside of the canvas as you can see the bounding box
    which contains the text or object when selecting one or all layers in the layers column
    I haven't used this feature in a while though I do recall using it in the past.
    Any help would greatly appreciated
    thanks,
    R.

  • How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi?

    How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi? There is probably a trivial, easy way to get this info, but I have not yet found it!  Thanks..

    Or if you want to grab all the paths programatically, try the attached VI.
    Open the top level that you want all the paths from and close all others, then open the
    attached and run it. It will return an array of all the VIs that the VI
    in question uses, including vi.lib VIs. You can filter these as well if
    you like.
    Ed
    Message Edited by Ed Dickens on 08-01-2005 07:01 PM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Get all paths.vi ‏29 KB

  • File Paths on windows and unix

    Hi
    I believe I read that when specifiying file paths in java, this is one aspect which is not platform independent. So if you develop something on windows which uses file paths if you wish to run it on unix you will need to change the syntax pertaining to the path. Is this correct?
    Cheers

    Well, generally file paths on unix and windows are very differently arranged, so it's actually fairly unlikely you'd want the same paths. Genarally files are either resources, best accessed with getResource/getResourceAsStream or they ought to be variable, perhaps stored in configuration (it's well worth getting to know java.util.prefs.Preferences).
    And I usually find that if I'm dealing with a directory heirarchy relative to some base directory the two parameter File constructor is cleaner than mucking about with path separators.

  • Evaluation paths MANASS, MSSDIREC and MSSREPS

    What is the major difference in Evaluation Paths : MANASS, MSSDIREC and MSSREPS ?
    Is there any location, that I can get the help on the standard SAP evaluation paths created ?
    Regards,
    Srikanth

    Hi,
    You can check all the evaluation paths through transaction OOAW (table T778A). Since evaluation path is comprised of a set of relationships, you can check each of the three that you have listed in your post. Select one and double click on the u201Cevaluation path (individual maintenance)u201D folder on the left side column. You will see each of the three is constructed out of different relationships.
    For a generic help, you can use F1.
    Hope this helps.
    Donnie

  • [svn] 4793: Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds

    Revision: 4793
    Author: [email protected]
    Date: 2009-02-02 11:20:06 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds
    Fix: When calculating the bounds position we should take into account the implicit scaling factor actualSize/naturalSize. Also did some refactoring, getting rid of the protected method calculateTopLeft.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17734
    Reviewer: Ryan
    tests: mustella gumbo/layout/GraphicElement
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17734
    http://bugs.adobe.com/jira/browse/SDK-17734
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    Thank you so much for replying.
    Yes I have removed and reinstalled WMP.
    I had good results with the PD6 application installed on the default path onto the C: drive with the one exception that if the application was launched by accident and the user data path was not available, the PD6 application would blow away my custom user path registry settings. Now that I know what they are I have made a .reg file to repair my registry to my desired user data paths.
    Installing the application on the removable drive appeared to help prevent me from launching the application by accident and overwriting my registry with default user paths.
    So which is the less of the two evils?
    If the application directory is not available, windows media player still tries to launch the .msi for installing PD6.
    If I install the application to the C: drive but the user data to the removable drive, launching the PD6 application without the user data drive will still corrupt my registry settings for a user data path.
    Both these issues seem like a logical (if not easy) fix that should be done in the PD6 application and installation package. I mean really, cannot anyone tell me why windows media player is checking the PD6 application directory? Why in PD4 did we have an option control for setting the user data path from the PD4 application? Why is this option not in the PD6 application, just the installer?
    I am given a choice during installation to move the user data to another non default location. Why else would this be provided if not to accommodate my kind of request to store the user data into an alternate location other than “My Document”. Certainly Palm is not trying to force the users on how to protect and store their personal data?
    Post relates to: Centro (Verizon)

  • [svn:fx-trunk] 16317: Adding mx/mx. swc to list of paths so arcade and zen will compile.

    Revision: 16317
    Revision: 16317
    Author:   [email protected]
    Date:     2010-05-25 14:40:09 -0700 (Tue, 25 May 2010)
    Log Message:
    Adding mx/mx.swc to list of paths so arcade and zen will compile.
    Modified Paths:
        flex/sdk/trunk/samples/themes/arcade/build.xml
        flex/sdk/trunk/samples/themes/zen/build.xml

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • At open, illustrator puts clipping path on images and slices it up HELP!

    I am still using CS2, but this same problem has happened when I open a legacy (older version) file in CS4.....   When I open a file, it all of a sudden has a clipping path around the image.  Also, it is slicing up some images randomly.  It is very strang and I can't explain it.  I just saved and closed the file yesterday and today I go to open it on the same computer and all the photos have these clipping masks around them and some are sliced into multiple pieces.  Can anyone help with this???

    It's easily explained: It is opening the data as if it were an EPS or PDF, so the fault is probably with the options you chose when you saved the files in
    CS2. Check them. also of course keep in mind that some specific features have notably changed, so it may do thius simply to retain appearance, which you can influence by setting teh respective prefs....
    Mylenium

  • Path/Shape tool and Hand tool are awful in CS6.

    We recently upgraded to CC at work and I do love the idea. Hypothetically, what could be better? Sadly, CC comes with CS6 which doesn't shine so well. Photoshop in particularl is hindering me and slowing down my productivity. Therefore I am sharing my thoughts and hoping something will get done.
    Paths/Shapes in CS6 are absolute trash. As an illustrator, I use these tools frequently on a daily basis. It used to be rapid and easy. Now, when I undo more than one stage I have to reselect the path, so that's +1 click per mistake.
    I used to love the expanded pathfinder view, of the shapes/pen tool. Now it's contained in a drop-down which feels very dumbed-down and is +1 click EVERY time I need to use something in there. REALLY AWKWARD and a complete pain to use. Especially if I select the wrong draw mode. Why is there not even the option to use the old expanded view, or a PATHFINDER PANEL added to Photoshop for 'traditional' users/illustrators?
    Seeing as that hasn't changed for as long as I can remember... I imagine that it is annoying a lot of people. I don't know how you thought it would be good to change that outright without even phasing it out gradually or offering the original view as well. Terrible. Don't even dare tell me to draw my paths in illustrator. Worse still, the infinitely useless marquee tool keeps the original expanded view! So it's not even like it couldn't have been done. Just. Annoying.
    Also the Hand tool is a right pain. Are you seriously telling me I can't scrub freely? Outside of the 'frame'?? That's retarded. Even if an imported layer is larger than my document bounds and the 'frame' I still can't even scrub outside of it?
    I've been a loyal user of photoshop for over 10 years and this is the worst update I've seen in all that time. There are great things happening, with the content aware stuff and better GL processing etc etc. Sadly, tried and tested features are being wiped out as you try and turn photoshop into one giant DESIGN button.
    Sorry for the massive rant. I had real high hopes for CS6 and to be honest, I'm moderately disappointed.
    I couldn't figure out where on earth to post this as I couldn't find a feedback button in photoshop. Which may also be a great idea to consider.

    Apologies for the triple post but this is still frustrating me.
    I don't understand why Adobe would do something that slows down long-term Photoshop users so much!
    When I am on the path selection tool, the little check mark to deselect all paths is gone. Why? It was one tiny button that didn't even add clutter and was impecably useful.
    Now, if I'm trying to add to my path or subtract from a path, the minute I switch my pen to this mode, the whole shape layer abides by that rule. So my existing path is inverted if I select subtract, etc.
    Why does the pen tool now control paths in the same way as the path selection tool? I thought that was the ENTIRE POINT of the path selection tool. For selecting and modifying a paths properties. Any modifiers applied to the pen should be strictly for once you draw with the pen? Again. More clicks, more undos and more workarounds to figure out. All of which seem much slower and more convoluted than every previous version of the CS.
    Also, where have the transform controls gone from the path selection tool? Once again, another click. Right click > free transform. Who thought that would be smart? Works for some but not me for a second.
    These bulky, childish cursors are annoying some of my colleagues too. Even precise cursors are now massive. Where have sleek, 1px thick cursors gone? Why have we got these chunky horible things that look like they're from the Sims or something?? I'm not playing a videogame. I'm working. I feel like a school child with these hilariously over-sized pointers.
    It's not even like a fix for these issues is needed. Simply revert back to the method which was practical and useful? With some of the new additions like the rubber band and illustrator style-stroke... All great stuff, if applied to the *real* path tool. Not this lame excuse of one. Why did you got screwing with what WAS one of the most versatile tools in photoshop? I can only hope this is the first stage of a major upgrade in this tool.

  • Form path in call_form and compilation error and status bar.

    Dear all,
    what should be the path in the call_form?
    my forms (developed in form 6i) give error when i run it in forms 9i. i have already compiled. with the form 9i.
    the status bar is invisible when running in the browser.
    i am new to developer 9i.
    thanks
    Muhammad Nadeem

    Hi:
    When you call the forms in the subdirectories, you need to use the full path. Example:
    CALL_FORM('c:\forms\D1\some_form');
    Of course, you realize that this makes your forms less portable and could in the future cause more problems than it solves. Is there any reason you cannot just keep all your forms in one directory and possibly use a prefix to manage them if they belong to different sub-applications?
    Thomas

  • How can I do the same as Windows Explorer with datemodified:11/6/2013 .. 11/13/2013 showing only changed files with path in tree and NOT every folder along the way as Finder seems to do by default? Thanks!

    I'm an Apple newbie.
    I'd like to be able to list each file in the "Desktop" tree (ie; on the desktop, or in any folder on the desktop, etc.), along with its path, that has been modified since a certain date.
    When I use Finder to do a similar search, I get tons of output including every folder in the path to the modified file, etc. Although I can view the path to the individual files in the output, I can't for example, order the output by path, etc.  Very difficult to sort through. I'd love to have output like the example above - just the filename and path for each changed file.  Possible?  Thanks in advance!
    Wayne

    The file structure is a little complex. I will use inbox as an example.
    Inbox (a large file with no file extension)
    Inbox.msf ( An index of inbox with tags etc. Can be deleted with only loss of tags)
    Inbox.sdb (a folder, indicating that the folder within Thunderbird has a sub folder.
    POP mail is stored in
    Appdata/Roaming/Thunderbird/Profiles/*.default/Mail/[Server name]/
    Local folder is stored in
    Appdata/Roaming/Thunderbird/Profiles/*.default/Mail/Local Folders/
    As long as you do not overwrite, you can copy and paste whole folder trees into local folders (stuff on your old computer under a mail account is best relocated to local folder and then sorted as necessary afterwards.
    Note that you should delete foldertree.json after making those sorts of copies (it forces a full refresh of the folder tree, no cache) and under no circumstances copy data with Thunderbird running. It can irrevocably corrupt things

  • FIle path between iTunes and music files broken

    Somehow I've managed to lose the file path connecting my songs on an external hard drive with iTunes. I've checked the advanced aoptions to make sure that iTunes is pointing to F: (instead of C:) but no dice.
    Obviously I can go through and reconnect them all individually but for 16,000 songs that's not an option. I also don't want to reload the song files (by opening them directly from the drive) and lose all my play count information.
    I've had this happen before when upgrading PCs or when the EHD was renamed and been able to fix it but this time nothing seems to work.

    Yes it has. I recently changed from laptop to PC and managed to load iTunes on PC, copy across playcount and album artwork information and have the EHD connected and showing the correct pathways. Everything was working fine for about 3 days. When launching iTunes a couple of days ago, it asked me to go through the setup screens again (which I did) and since then the file paths have been missing. I've been into the xml file of the iTunes library and it shows everything pointing to the default c: drive location. This may be because I read that consolidating the library (under the advanced tab) would help but it didn't.

  • File Path for Windows and Linux

    hi can any one give solution how to implement code for odi file copy .
    i am using Same Code for Windows and Linux
    OdiFileCopy "-FILE=#Var_Lookup_File_Path \ Employee.csv" "-TOFILE=#Var_Lookup_File_Path_Backup\Employee.csv" "-RECURSE=NO" "-OVERWRITE=YES" "-CASESENS=NO"
    the problem of above code is
    it is working in windows but my Prod is Linux environment.
    in linux \ not works.. / will work
    please suggest how to concatnate variable and file without' \' '/'

    Thanks Phani
    i think in OS command also we may give path like #variable\File Name.
    So how it will replace \ with / in Linux.
    Could you give code for my Scenario..
    Thanks for helping

  • A lot of messages "direct path write temp" and "direct path read temp"

    Hello, all
    Please, understand me, what is going on in my system (DB: Oracle database 11.2.0.3, OS: Windows 2008 R2).
    In AWR report (1 hour) I see next:
    Foreground Wait Events
                                                                 Avg               
                                            %Time Total Wait    wait    Waits   % DB
    Event                             Waits -outs   Time (s)    (ms)     /txn   time
    direct path write temp          132,627     0      1,056       8      0.8   21.7
    direct path read temp           308,969     0        565       2      2.0   11.6
    log file sync                    19,228     0        241      13      0.1    5.0
    direct path write                17,698     0        135       8      0.1    2.8
    db file sequential read          21,149     0         94       4      0.1    1.9
    SQL*Net message from dblin           59     0          5      86      0.0     .1
    Segments by Direct Physical Reads         DB/Inst: SGRE/sgre  Snaps: 1039-1040
    -> Total Direct Physical Reads:         392,273
    -> Captured Segments account for   94.7% of Total
               Tablespace                      Subobject  Obj.        Direct       
    Owner         Name    Object Name            Name     Type         Reads  %Total
    ** MISSING TEMP       ** TRANSIENT: 437734 MISSING ** UNDEF       38,290    9.76
    DBSNMP     TEMP       MGMT_TEMPT_SQL                  TABLE       38,242    9.75
    ** MISSING TEMP       ** TRANSIENT: 438784 MISSING ** UNDEF       37,790    9.63
    ** MISSING TEMP       ** TRANSIENT: 437312 MISSING ** UNDEF       37,661    9.60
    ** MISSING TEMP       ** TRANSIENT: 439257 MISSING ** UNDEF       37,477    9.55Some selects:
    SELECT   S.sid,
             T.blocks * TBS.block_size / 1024 / 1024 mb_used, T.tablespace, T.SEGTYPE
    FROM     v$sort_usage T, v$session S, v$sqlarea Q, dba_tablespaces TBS
    WHERE    T.session_addr = S.saddr
    AND      T.sqladdr = Q.address (+)
    AND      T.tablespace = TBS.tablespace_name
    AND      S.sid = 732
    ORDER BY S.username, S.sid;
    SID     MB_USED     TABLESPACE     SEGTYPE
    732     2          TEMP          LOB_DATA
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          INDEX
    732     1          TEMP          DATA
    732     1          TEMP          INDEX
    732     1          TEMP          LOB_INDEX
    select st.sid, sn.name, st.VALUE
    from V$statname sn, v$sesstat st
    where st.STATISTIC# = sn.STATISTIC#
    and (sn.name like 'sorts%')
    and st.sid in (select sid from v$session_wait where event like '%direct path write temp%')
    order by st.sid
    SID     NAME          VALUE
    732     sorts (memory)     591408
    732     sorts (rows)     102126
    732     sorts (disk)     0Why I do not see any disk sorts? If TEMP is used for no sort operations, then for which operations?
    How I can see that? How can I decrease direct path write temp without tuning SQL?
    Additional information:
    PGA_AGGREGATE_TARGET is set to big value - 6GB (3GB enough due to advisory recommendation)
    Please, help.
    Regards, user12103911.

    user12103911 wrote:
    SELECT optimal_count, round(optimal_count*100/total, 2) optimal_perc,
    onepass_count, round(onepass_count*100/total, 2) onepass_perc,
    multipass_count, round(multipass_count*100/total, 2) multipass_perc
    FROM
    (SELECT decode(sum(total_executions), 0, 1, sum(total_executions)) total,
    sum(OPTIMAL_EXECUTIONS) optimal_count,
    sum(ONEPASS_EXECUTIONS) onepass_count,
    sum(MULTIPASSES_EXECUTIONS) multipass_count
    FROM   v$sql_workarea_histogram); 
    OPTIMAL_COUNT OPTIMAL_PERC  ONEPASS_COUNT ONEPASS_PERC  MULTIPASS_COUNT MULTIPASS_PERC
    13150685      100           0             0             0               0No n-pass executions.That's a pretty convincing display - given that your AWR manages to NAME an object that is in the TEMP tablespace, an obvious point to follow up is global temporary tables. If you have any declared as "on commit preserve" (duration = 'SYS$SESSION') then you could have code which does "insert /*+ append */ into gtt", and if you then query this in parallel (or - since you're on 11.2.0.3 - the data volume is large enough) Oracle could choose to do direct path writes to load the GTT and direct path reads to read it back.
    Regards
    Jonathan Lewis

  • When i try and updat my itunes it says 'the path isnnt found' and that I 'dont have access to the location'??

    When i try to update my itunes an error message tells me 'the path cannot be found' and 'you dont have access to this location' any help?

    OK so you need to do a cleanup with the Microsoft Installer Cleanup Utility.
    First download the latest iTunes installer and save it on your PC
    http://www.apple.com/itunes/download/
    If you want Quicktime get it from here;
    http://www.apple.com/quicktime/download/win.html
    The Microsoft Installer Cleanup utility has been withdrawn by Microsoft because of compatibility issues with Microsoft Office so you will need to find a copy elsewhere – the installer is msicuu2.exe. You need version 3.
    Google  msicuu2.exe download
    mydigitallife in the above search has a copy of version 3
    Check for malware before installing it.
    Now uninstall iTunes and all related components using the method here:
    http://support.apple.com/kb/HT1923
    or for XP
    http://support.apple.com/kb/HT1925
    One or more of the uninstalls will fail, don't worry.
    Carry on and delete the files given in the method.
    Restart your PC
    Run the Microsoft Installer Cleanup Utility. (Start > All Programs > Windows Install Clean Up)
    If you get  permission denied error, Try Run as Administrator – an option if you right click on the program.
    Remove any references you find to the programs you removed - strictly speaking you only need to worry about those programs where the uninstall failed.
    If you don’t see an entry for one of the programs that did *not* uninstall, look out for entries that start All Users that are blank entries or have numeric entries that look like version numbers
    restart your PC and try installing iTunes

Maybe you are looking for

  • How to hide check-in, check-out and publish buttons

    hi, i am new here and hope someone can help me: users of a community can edit some content items. they can open these items with this link (from administrators guide for al interaction publisher 6.5 p. 10-28): </pcs:value>/published_tools/content_ite

  • USB Cable no longer responding after iTunes update?

    I recently downloaded the iTunes update version 6.0.4 to my Dell Laptop. However, when I go to synch up my iPod, upon plugging in my iPod, I get a message from my computer that says "USB Device not recognized". I have tried the USB connection in nume

  • OSX in virtual box

    Is there a way to create a disk image of osx, preferably clean, to run in virtual box? I would like to use this disk image to run sketchy software before i run it on my real copy of osx therefore (hopefully) avoiding viruses and keeping my personal i

  • Loading a picture or stream in BLOB

    Dear experts, I am able to update a BFILE field like the below example update emp set emp_photo=BFILENAME('IMAGE_DIR','Tired.JPG') where empno='7566'; But is there any simple way to update BLOB field with a picture. What i can find in my book is a pr

  • Synchronous HTTP scenario having a ? sender

    Hi Experts I've a synchronous scenario in which the sender can be any adapter but the receiver is only HTTP. The sender is supposed to send a file (can be xml or pdf) and 10 attributes (name/value pair) which are used for receiver HTTP adapter commun