Webutil upload is holding the file that it uploads

Hi am creating n application using a lot of webutil commands to upload files that were scanned onto the users machine. I am having the following problem - after a call the webutil upload I try to call the webutil delete file to delete the file that was jsut uploaded off of the users machine. the problem is that once the file gets uploaded it does not get released until I am all the way out of internet exploerer - not only out of the application but totally out of internet exploerer.
I am going to attach part of the code and notice that I need to be able to delete the file from the users machine after it is uploaded.(in the same session)
v_random_number := random_number(6);
INSERT INTO NEEDS_TO_BE_MOVED (RANDOM_NUMBER,APPLICATION_NAME,USER_MACHINE_NAME,DOC_NAME,
                    DOC_MOD_DATE_TIME,USER_ID,DOC_TYPE,DOC_PAGE_COUNT)VALUES
                    ( V_RANDOM_NUMBER,V_APPLICATION_NAME,V_COMPUTER_NAME,V_ACTUAL_DOC_NAME,
                    SYSDATE,USER,NULL,NULL);
UPLOAD_BLOB_TO_DB(V_DOC_NAME,'RANDOM_NUMBER = '||V_RANDOM_NUMBER);
COMMIT;
v_boolean_delete_file:=WEBUTIL_FILE.DELETE_FIL(v_doc_name);
--this is the code for the UPLOAD_BLOB_TO_DB proc
PROCEDURE UPLOAD_BLOB_TO_DB(P_FILE IN VARCHAR2,P_WHERE IN VARCHAR2) IS
l_success boolean;
BEGIN
l_success := webutil_file_transfer.Client_To_DB
(clientFile => P_FILE
,tableName => 'NEEDS_TO_BE_MOVED'
,columnName => 'DOCUMENT'
,whereClause => P_WHERE
,asynchronous =>false
,callbackTrigger => null
if l_success
then
SET_ALERT('File uploaded successfully into the Database');
else
SET_ALERT('File upload to Database failed');
end if;
exception
     when others
     then
     SET_ALERT('File upload failed: '||sqlerrm);
END;
          

can someone please respond to this issue that I having.
I need to get thsi working ASAP!!!

Similar Messages

  • How do I upload and attach the file to Service Request

    [This thread was migrated from the On Demand Developer Forum in the old Siebel Community]
    drangineni
    New Contributor
    Hi,
    I am trying to upload a file and add it to a Service object as an
    attachement. I greatly appreciate if you could provide any code or
    sample...
    Thanks.
    Daya
    Product: CRM OnDemand
    10-21-2006 10:58 AM
    Re: How do I upload and attach the file to Service Request...
    BigSlick
    Valued Contributor
    On Demand doesn't support adding attachments via web services. One
    solution I've seen is depending on the scenario is to create a web link
    field on an object that's based on a custom text field. Your web service
    can populate that custom field and the web link can generate a dynamic
    link to the file in On Demand's UI. However, this depends on where the
    attachment is located and if the user needs some sort of firewall access.
    Hope this helps
    -BigSlick
    10-23-2006 11:43 AM
    ==============================================================================
    Click on the board or message subject at the top to return.

    Yes this still holds ture.
    Bardo

  • How can I display the front panel of the dinamically loaded VI on the cliente computer, the VI dinamically loaded contains files, I want to see the files that the server machine has, in the client machine

    I can successfully view and control a VI remotly. However, the remote VI dinamically loads another VI, this VI loaded dinamically is a VI that allows open others VIs, I want to see the files that contains the server machine, in the client machine, but the front panel of the dinamic VI appears only on the server and not on the client, How can I display the fron panel with the files of the server machine of the dinamically loaded VI on the client computer?
    Attachments:
    micliente.llb ‏183 KB
    miservidor.llb ‏186 KB
    rdsubvis.llb ‏214 KB

    I down loaded your files but could use some instructions on what needs run.
    It seems that you are so close yet so far. You need to get the data on the server machine over to the client. I generally do this by doing a call by reference (on the client machine) of a VI that is served by the server. THe VI that executes on the server should pass the data you want to diplay via one of its output terminals. You can simply wire from this terminal (back on the client again) to an indicator of your choosing.
    Now theorectically, I do not think that there is anything that prevents use from getting the control refnum of the actual indicator (on the server) of the indicator that has the data, and read its "Value" using a property node. I have never tried this idea but it seems t
    hat all of the parts are there. You will need to know the name of the VI that holds the data as well as the indicator's name. You will also have to serve all VI's. This is not a good idea.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • My iTunes Match won't load past step 1; All songs in my library say "Exceeded Limit", even the ones that were uploaded before.

    My iTunes Match hasn't been working for a couple of days. It said I had exceeded the song limit, so I was going through my library and clearing out some songs. When I deleted the songs, the box that asked if I wanted to delete them from the cloud wasn't showing up. I decided to update my iTunes Match before deleting anything else. When I attempted the update, Step 1 moved incredibly slowly, then stopped working before reaching Step 2. When this has happened in the past, I have been advised to try several troubleshooting tactics from the support forum and from writing to Apple support in the past. The first one is to turn off iTunes Match, restart the computer, and turn on iTunes Match again. I did that. The same problem occurred. I tried the second trouble shooting tactic, which was to turn off iTunes Match, close iTunes, find the iTunes Library Genius.itdb and iTunes Library Extras.itdb and move them to the trash, then run a Repair Disk Permissions using Disk Utility, then turn iTunes Match back on. I tried that. The same problem occurred. I went to my iTunes library to see the iCloud status of my songs, and every single song was listed as not being in the cloud yet and had the "Exceeded Limit" status, even the songs that have been in my cloud for over a year. I checked a few of the forum topics here on the support site. One suggested opening up iTunes while holding down the Option button, creating a new library, then turning on iTunes Match and deleting songs from the cloud that way. Then open up the original library and turn on iTunes Match. I did that. The status of my songs hasn't changed, nor can iTunes Match load past Step 1. Does anyone know what I can do to fix this?

    Maybe I didn't explain it properly, but that's one of the things I described trying in my first post. It helped get songs out of my cloud that I didn't need there, but iTunes Match still couldn't get past the first step. Last night I deleted the iTunes Library Extras.itdb, iTunes library Genius.itdb, iTunes Library.it, and iTunes Library.xml files from my computer, entered Time Machine, and recovered those same files that had been backed up after the last time I added music (the time the problem began.) After recovering those files I opened iTunes and turned Match back on. For some reason, it worked, even though those were the files that existed when the problem initially occurred.The combination of having songs removed from the cloud as well as restoring those original files must have done something, but I have no idea why that fixed the problem.

  • How can I know the name of the file that the user has currently open ?

    Hello
    I'm developing a module for x3dv.
    http://hiperia3d.blogspot.com/search/label/X3DV%20Module%20For%20Netbeans
    I am going to add a button to open the files when I click it.
    I just need to know how can I know the name of the file that the user has currently open in the editor. What variable holds it in Netbeans?
    Thank you
    Jordi

    If you are using the JFileChooser to open the document, I would create another class with this included:
    //initiate class variables
    private File f;
    //create JFileChooser
    JFileChooser fc = new JFileChooser();
    fc.setMultiSelectionEnabled(false);
    fc.setFileSelectionMode(JFileChooser.FILES_ONLY)
    //set the chooser to initialise File f with the file selected
    int status = fc.showOpenDialog(null);
    if (status == JFileChooser.APPROVE_OPTION)
         f = fc.getSelectedFile();
    public File getFile()
         return f;
    }

  • WHen I choose an album, upload a file(s), just as the file(s) is uploaded the file I have chosen disappears and I am asked to choose album again. If I ignore this and drag a file onto the sceneline, I get the "where is the file " message" and when click o

    WHen I choose an album, upload a file(s), just as the file(s) is uploaded the file I have chosen disappears and I am asked to choose album again. If I ignore this and drag a file onto the sceneline, I get the "where is the file " message" and when click on the file it is looking for I get the message "This type of file is not supported, or the required codec is not installed". I have made many little films before but always have this problem now. Any suggestions?

    Margaret
    Although we are continents apart - Australia (Perth) vs North America (US), we will not let time zones interfere with getting your Premiere Elements 8.0/8.0.1 working.
    1. The usual Premiere Elements 8 drill.
    a. Are the automatic features of Background Rendering and AutoAnalzyer turned Off?
    For Background Rendering, see Premiere Elements workspace Edit Menu/Preferences/General. For AutoAnalzyer, see Elements Organizer workspace Edit Menu/Preferences/AutoAnalyzer Options.
    b. Are you running the program from the 8.0.1 Update? If not, see Help Menu/Update?
    c. Do you have the latest version of QuickTime installed on your computer with Premiere Elements 8.0/8.0.1?
    Apple - QuickTime - Download
    2. The usual computer drill....for your Windows XP 32 bit (SP3, I presume)
    a. Is computer opitimized, defragmented, etc.
    CCleaner - PC Optimization and Cleaning - Free Download
    b. Are you running your computer from a User Account with Administrative Privileges? That is important for Premiere Elements 8 as well as for its
    required QuickTime. In addition, right click the computer desktop icon for Premiere Elements 8 and select and apply Run As Administrator.
    3. Project Specifics
    For now, import your source media into the project from the computer hard drive using the project's Get Media/Files and Folders. Leave the Elements Organizer and Albums out of the equation for now. We will circle back to it soon after we decide everything else is working as it should be.
    a. You need to set a project preset. And, that project preset should match the properties of your source media. So important to know properties of source media.
    b. When you import your source media into a project you will get a red line over its content if the project preset is not a match - either because you set the wrong one or the program does not have a match for your particular video. That red line means that you are not seeing the best possible preview of what is being played back in the Edit area monitor. To get the best possible preview, you hit the Enter key of the computer main keyboard to get a rendered Timeline (red line goes from red to green after this type of rendering). That green line over your rendered Timeline indicates that you are now getting the best possible preview. This is solely a preview thing. Longer story, but I will leave it at that for now.
    c. Check Edit Menu/Preferences/Scratch Disks to assure that those Scratch Disks are being saved to a computer hard drive location with enough free space to accept them. Make sure that you do not have pile ups of previews files, conformed audio files, and conformed video files.
    See Local Disk C\Documents and Settings\Owner\My Documents\Adobe\Premiere Elements\9.0
    Never move, delete, or rename source files after they have been imported into a project which has been saved/closed. Otherwise, nasty media disconnect problems. You have only copies of media in Premiere Elements. The originals are on the hard drive, and the project must trace back to the originals where they were at import.
    Based on the above, try to start a new project. But, let me know ahead of time what you will be importing into the project. I am looking for
    Video
    video compression
    audio compression
    frame size
    frame rate
    interlaced or progressive
    pixel aspect ratio
    If you do not know, we could try to get that type of information from knowing the brand/model/settings for the camera that recorded the video.
    Photos
    Pixel dimensions and how many photos?
    Lots and lots of details, but eventually they all mellow into one workflow that you can customize for your projects.
    Please do not hesitate to ask questions or to ask for clarification. We can go at whatever pace you feel comfortable with.
    ATR

  • Using DW CS6; when uploading a site DW changes all dates to today; how can I upload without changing the file-dates?

    Using DW CS6; when uploading a site DW changes all dates to today;
    how can I upload the site whilst preserving existing file-dates?
    Thanks
    Paul

    How are you uploading?
    I do not see this behavior in DWCS4 or DWCC (I assume nothing changed in DWCS6 and then back for DWCC, but I could be wrong).
    However, when I upload, I only select the files I have modified after an initial "Upload Entire Site? Yes/No" prompt. If you aren't selecting specific files to upload, and you're overwriting the files on your server with new copies of your entire local site each time, the mod dates would show as the date/time of your upload.
    To select only the files that have changed since your last upload...
    1. Right click on your local root folder in the Files window under Local View
    2. Go to Select > Newer Local from the context menu
    3. Wait until DW is done talking to the server, it could take a while, when it's done, all of the files that have a newer mod date locally than their server counterparts will be selected
    4. Click the Put (up arrow) button
    For me, this process never changes the dates of files that aren't part of the upload.

  • How can clients view video file that I upload to my Creative Cloud area?

    How can clients view video files that I upload to my Creative Cloud area?  Is there a special password that they have to use to gain access?
    Thanks for any guidance.
    Dave

    As a video professional, i agree and am VERY disappointed with this policy.  I attended CC presentations at various conventions, film festivals and meetups for a year-and-a-half before I made the leap to CC, and no one EVER mentioned a restriction to transferring video files.
    Whether it's to save storage space or not, that's how it APPEARS to the end user.  Anybody who knows ANYthing about how video pirates commit their crime (which it most-certainly is), knows that there are plenty of FREE, untraceable (or nearly-anonymous) resources to carry it out.  The need for anyone to pay $30 or more per-month to do it with an acct that has their info attached to it is ludicrous!  If anything it's CONTRIBUTING to piracy to encourage creatives to transfer their material to collaborative parties using a less-secure, more heavily-trafficked third-party service than the one they're paying for exclusive use for.
    Adobe's policy makers need to review this restriction and remove it or provide ANOTHER reason why it exists because this one doesn't fly.  And if it continues, make sure a disclaimer gets inserted in CC pitch presentations because likely half of the attendees are working with video.

  • Cannot see the files I have uploaded into icloud

    I I have a problem that I cannot see my files that I have uploaded into icloud. They do not show up when I sign into icloud. All I see is the normal apps that are normally there like "mail, pages, general, ect..." and not the files that I have uploaded into icloud. The icloud app on my ipad shows that they have been added to icloud but they seem invisable. I must be able to locate them so that I can resuse these file for my online class. The class only allows the file files to be used on an ipad or iphone. I have asked the people at Apple but haven't got a solution. I pray someone can help me. How can I find or see them? Thank you.

    Once you download something it should be saved in your music library on iTunes.  You should not have to go into the iCloud in order to retrieve it again.  If it is the first time retrieving it sure there will be the cloud icon but after that there shouldn't be a problem unless something is set up incorrectly in your settings.          

  • HT4796 How can I take the files that were migrated from my PC to my Mac and add all those files to my current user instead of having 2 users?

    How can I take the files that were migrated from my PC to my Mac and add all those files to my current user instead of having 2 users? Having to log out just to sign in on a different user to access the files is absurd.
    Do I make all the files sharable to all the NOW users on the mac then just delete the files? Or can i erase my account that I made when starting up my new mac and then just use the one with the transferred files?
    I just dont want to have to og in and out of 2 different accounts .. Help please.         
    -Nina

    Sorry. /Users is a folder path. It would be similar to C:\Users (if that exists on Windows).
    So, in the Finder, select Computer from the Go menu.
    You'll see Macintosh HD, double-click that to open it.
    In there you'll see several folders. One is Users. That is where all the user Home folders exist. Select the other account's home folder and go to step 3.
    If you have any more confusion, please stop and ask. We'll get there.
    If you feel more comfortable, you can just log into that other account and move the files into /Users/Shared.
    Then, log into the account you wish to use and copy the files from the Shared folder and paste them into your Home folder, wherever they belong, Documents, Music, Pictures, etc.  That just takes a little more work. Transferring them into Shared, and then copying into your home sets the permissions on the files so that you won't have a problem accessing them later. The steps I provided just prevent you from having to do the double move, since you are not going to use the old account once you are done.
    Quick unix shorthand. If someone gives you a file path that begins with a /, that means the root of the hard drive, ie Macintosh HD (if you haven't renamed it). The path separator in unix is /, not \.
    A path that starts with ~/ means your Home folder, the one inside /Users named with your account name.

  • I have converted most of my windows media files to itunes. However I had to close it down about 3 quarters of the way through. It then processed the album art. How can I convert the files that it didn't finish doing the first time? thanks

    Hi there,
    hope you can help me. I helped my sister convert her window media files to itunes and set up an account for her. Unfortunately her computer is really slow and it was really late and we had to turn it off. It processed some of the album art for the files that it had converted. However, some songs were not converted and because there was quite a few left, I don't really know which ones did not get converted as I selected  all of the folders. How do I find out which ones I have left to convert and put the rest of the songs onto itunes for her please? Or are they on the itunes still as they showed up initially on itunes in the list to be converted.
    Thank you!

    You could convert them all again and then dedupe, or use a Windows search to reveal all the WMA files and then try to work out which still need to be converted. If you're lucky iTunes would have processed the imports in alphabetical path order so it would just be a matter of working out where it had got up to...
    tt2

  • I download a file in the torrent site which is MP4 but unfortunately i tried to delete it but i can not. but all the files that i have is easily to delete only MP4 files i can't delete in the download foldeer please try to help dont know what to do please

    i download a file in the torrent site which is MP4 but unfortunately i tried to delete it but i can not. but all the files that i have is easily to delete only MP4 files i can't delete in the download foldeer please try to help dont know what to do please

    Well you can sync your iPod/iPhone to yur computer or laptop then take the photos off of your iPod like taking photos of of a SD card (from a normal camera) or off of a USB..! Good Luck. plz tick this saying This solved my question if it helps you.

  • How do I find the file that spotlight index is stuck on? (already know the file name)

    I was re-indexing my whole drive and it was going pretty smoothly until it was stuck for about 24 hours. When i took a look in console, this is what appeared:
    mdworker32(7488) deny iokit-open IOHIDParamUserClient (Importing type 'com.makemusic.mus' using 'file://localhost/Library/Spotlight/Finale.mdimporter/' - diagnostic:0 - find suspect file using: sudo mdutil -t 12366294)
    When I looked back, that "com.makemusic.mus" error message had pretty much been going on all day. I've tried to look for that file in the library preferences folders but I couldn't find them. I am using finale 2012. Can anyone tell me where I can find that file?
    Thanks

    Thanks for the update.
    The user is oracle and group is dba. I know from the name of the file that it is coming from oracle apps (somewhere in a custom program).
    Asgar

  • I've installed LR on my new Mac - How do I find/what is the name of the file that opens to bring up my existing photos (on my external hd)?

    I've installed LR on my new Mac - How do I find/what is the name of the file that opens to bring up my existing photos (on my external hd)?

    Bookmarks and history are stored together in your profile folder in a database file named places.sqlite. These articles should help with restoring as much or as little of your other profile as you like:
    Locating the folder: [https://support.mozilla.com/en-US/kb/Profiles Profiles | How to | Firefox Help]
    The following article has suggestions for recovering bookmarks: [http://support.mozilla.com/en-US/kb/Lost%20Bookmarks Lost Bookmarks | Troubleshooting | Firefox Help].
    To move more settings, see: [https://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile Recovering important data from an old profile].
    Hope this helps.

  • How can i format my external hard drive to write files from Mac without loosing the files that i alredy have on my external hard when i used it with windows?

    How can i format my external hard drive to write files from Mac without loosing the files that i alredy have on my external hard when i used it with windows?
    I have been using Windows to write files to my 1TB WD external hard drive and I do not want to format to loose the files capacity of around 500GB
    Someone, Please help

    Hi Allen,
    Is there any way to store the back up to Mac and restore after formating?

Maybe you are looking for

  • Help! My main content has moved outside of my page and ruined every other page in the site....

    I am new at using dw and building sites and now I came accross a problem that I can't figure out. I was going to add new content to one of my pages in my site and this happened above. I quickly exited before saving and when I reopened the file it rem

  • Currently stuck with a locked iPhone because of Applecare

    I have an iPhone 3GS that is a replacement phone provided by Applecare warranty when my original iPhone 3GS seriously overheated and met an early demise. The original iphone when it was replaced by Applecare was already out of contract (as it was rep

  • One more iBook won't start. Please help...

    Hi, I apologise for my English from the very beginning. Be patient please... I see from older topics that I am having a rather common problem. I just got this iBook G3 900 MHz 12' 680 Mb RAM from Ebay. It lasted 5 days (working fine) and then it sudd

  • Standby problem - Z60m

    In Windows XP, sometimes when I put my Z60m into standby mode, it will not boot back up. It normally will enter the standby state correctly, with the standby light being the only indicator that is lit. After some amount of time (usually between ten t

  • Mac - Active Directory limitations?

    Hi, a client of mine has a 99% Windows environment based on Windows 2003 AD architecture. The last percent are Macs and Apple claims : "...Mac OS X builds in support for all of Microsoft's proprietary Active Directory services". And then "..This mean