Group file already exists

Can someone please explain what causes this error:
OCA-30023: error fetching result set
[POL-3253] group file already exists
I am using Oracle Lite 8. I have created a view that returns all records from a table with the related data from other tables. Whenever I use this view in a query, adding a where clause with a date range, I get the above mentioned error. This only happens when the database is open in another application. If I use the view in a query without a where clause, it works fine, but I get more data than I want to view. The view is shown below.
Thanks for any info.
John Valentino
create view EventViewEx
     (EventIndex,LogDate,Tool,ModuleId,Module,Type,Event,StrDesc1,StrDesc2,StrDesc3,StrDesc4,IntDesc1,FptDesc1,UserName) as
select     Event.EventIndex,
     Event.EventDate,
     Tool.ShopOrder,
     Event.ModuleID,
     Module.ModuleName,
     Event.EventType,
     Names.Name,
     Event.EV_StrDesc1,
     Event.EV_StrDesc2,
     Event.EV_StrDesc3,
     Event.EV_StrDesc4,
     Event.EV_IntDesc1,
     Event.EV_FptDesc1,
     Users.UserName
from     Event,
     Names,
     Module,
     Tool,
     Users
where     Event.ToolIndex = Tool.ToolIndex
and     Event.NameId = Names.NameId
and     Event.ModuleId = Module.ModuleId
and     Event.UserIndex = Users.UserIndex;

Thanks John. We downloaded the omwb13100 zip file.
Instead of using the default repository, I tried to log-in to a database on the local NT machine to recreate a new repository. Everything went fine afterwards.
We're all set for now but it would be nice to find out what happened to the default repository. Thank you.

Similar Messages

  • POL-3253 - Group file already exists

    We have a daily process that converts MS Access 97 to Oracle using Migration Workbench. This has been working fine until we got the following error from the error.log file:
    EXCEPTION :LoggingImpl._writeLog java.sql.SQLException: [POL-4202] can't update while select is active in read-committed mode
    EXCEPTION : LoadTableData.run() : [POL-3253] group file already exists
    Is there any site that I can look up this error message or can somebody please tell me what this meant? Thanks.
    null

    Thanks John. We downloaded the omwb13100 zip file.
    Instead of using the default repository, I tried to log-in to a database on the local NT machine to recreate a new repository. Everything went fine afterwards.
    We're all set for now but it would be nice to find out what happened to the default repository. Thank you.

  • Files Already Exist when Reconnecting Presumably Missing Files

    I am struggling to clean-up several hundred files in my PSE organizer database.
    Whenever I run the reconnect all command (or any other command that requires reconnecting first), PSE locates a large group of presumably missing files. PSE's "Reconnect Missing Files" dialogue shows me the former location of the files. I browse to that location and find the files still there. I then select the file and press reconnect. Unfortunately, I then get an error that says "The file already exists in the catalog." This clears the missing file problem for the moment. However, when I run another missing file check, it will again find these same files. I have attempted to reconnect them several times but PSE continues to tell me that they need to be reconnected but still knows where the files are.
    I have already run a database repair (no errors were found).
    I also ran a database optimization without issue.
    Some system information:
    Win7 Home Premium Service Pack 1
    Dell XPS i7 Computer
    6gb RAM. >350gb of free hard disk space
    PSE 12....but also had the same problem on PSE 11. I upgraded hoping that the problem would be solved. It wasn't.
    Thanks for any assistance in clearing this problem for me.
    -Bruce

    I solved my own problem...although I do not know what caused it nor why Adobe's program didn't fix it for me.
    The "missing" entries that were being highlighted were all duplicate entries. Adobe won't allow for a duplicate entry to the same physical file. I deleted all the offending entries and this cleared my problem. I hope this solution helps others.
    -Bruce

  • PSE 12 - FILE ALREADY EXISTS

    PROBLEM: "FILE ALREADY EXISTS" - PSE 12 Organizer & Editor – (creates separate files for the grouped scanned photo process, in a single pass) using Editor IMAGES/DIVIDE SCANNED PHOTOS this results in system replacing existing files (ie “scan-123 copy2.jpg”, “scan-123 copy3.jpg”, “scan-123 copy4.jpg”)  Unable to reset auto sequence number(123) to reset it to a good restart number because editor choose start number not me (ie “scan-501 copy2.jpg”………….).  Is there a fix?

    Do you get the option to name the file when saving?  If so then try to over-ride the default name by inserting some characters at the end or numbers.  Scan01, scan02 etc  or even Scan00000001, Scan0000002 etc\ etc
    G/L

  • ORA-01184: logfile group 1 already exists

    After startup nomount, I try to create database as follows:
    CREATE DATABASE SISDEV04
         LOGFILE GROUP 1 '/sisdev04/dbs/log01a.dbf'
    SIZE 10M
         ,     GROUP 1 '/sisdev04/dbs/log01b.dbf'
    SIZE 10M
         ,     GROUP 2 '/sisdev04/dbs/log02a.dbf'
    SIZE 10M
         ,     GROUP 2 '/sisdev04/dbs/log02b.dbf'
    SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev04/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev04/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    However, I receive such error:
    ORA-01501: CREATE DATABASE failed
    ORA-01184: logfile group 1 already exists
    I have checked that there is no files in '/sisdev04/dbs/' before I issue the command, what can I do?

    Hello...
    Excuse me..
    May be I have same problem..
    I use Oracle Streams to replicate table in one to another database. While i configure setup replication occur this errror.
    How to resolve this problem i have?
    SQL> SQL> Connecting to source database as STRMADMIN
    SQL> Executing ..
    SQL> connect STRMADMIN/******
    SQL> Connected.
    SQL> SQL> SQL> Executing ..
    SQL> DROP DATABASE LINK DBSTG
    SQL>
    Database link dropped.
    SQL> SQL> Executing ..
    SQL> CREATE DATABASE LINK DBSTG connect to strmadmin identified by ****** using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.4.10.21)(PORT=1521)))(CONNECT_DATA=(SID=dbstg)(server=DEDICATED)))'
    SQL>
    Database link created.
    SQL> Executing ..
    SQL> ALTER SYSTEM SET LOG_ARCHIVE_CONFIG='DG_CONFIG=(dbstg,dbsd)' scope=both
    SQL>
    System altered.
    SQL> Executing ..
    SQL> ALTER SYSTEM SET LOG_ARCHIVE_DEST_3='SERVICE="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.4.10.21)(PORT=1521)))(CONNECT_DATA=(SID=dbstg)(server=DEDICATED)))" ASYNC NOREGISTER VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=dbstg' scope=both
    SQL>
    System altered.
    SQL> Executing ..
    SQL> ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_3=DEFER scope=both
    SQL>
    System altered.
    SQL> CONNECT TO DOWNSTREAM DB AND SETUP LOG PARAMS
    SQL> Executing ..
    SQL> connect strmadmin/******@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.4.10.21)(PORT=1521)))(CONNECT_DATA=(SID=dbstg)(server=DEDICATED)))
    SQL> Connected.
    SQL> SQL> Executing ..
    SQL> DROP DATABASE LINK DBSD
    SQL>
    Database link dropped.
    SQL> SQL> SQL> Executing ..
    SQL> CREATE DATABASE LINK DBSD connect to STRMADMIN identified by ****** using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=t0031)(PORT=1521)))(CONNECT_DATA=(SID=dbsd)(server=DEDICATED)))'
    SQL>
    Database link created.
    SQL> Executing ..
    SQL> CREATE OR REPLACE DIRECTORY STANDBY_LOG_LOC AS '/u01/app/oracle/admin/dbstg/srl_dbsd/'
    SQL>
    Directory created.
    SQL> 1* CREATE OR REPLACE DIRECTORY STANDBY_LOG_LOC AS '/u01/app/oracle/admin/dbstg/srl_dbsd/'
    SQL> Executing ..
    SQL> ALTER SYSTEM SET LOG_ARCHIVE_CONFIG='DG_CONFIG=(dbstg,dbsd)' scope=both
    SQL>
    System altered.
    SQL> Executing ..
    SQL> ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_3=ENABLE scope=both
    SQL>
    System altered.
    SQL> Executing ..
    SQL> ALTER SYSTEM SET LOG_ARCHIVE_DEST_3='LOCATION=/u01/app/oracle/admin/dbstg/srl_dbsd/ VALID_FOR=(STANDBY_LOGFILE,PRIMARY_ROLE)'scope=both
    SQL>
    System altered.
    SQL> Executing ..
    SQL> ALTER DATABASE ADD STANDBY LOGFILE GROUP 4 ('/u01/app/oracle/admin/dbstg/srl_dbsd/log4a.rdo', '/u01/app/oracle/admin/dbstg/srl_dbsd/slog4b.rdo') SIZE 104857600
    SQL> ALTER DATABASE ADD STANDBY LOGFILE GROUP 4 ('/u01/app/oracle/admin/dbstg/srl_dbsd/log4a.rdo', '/u01/app/oracle/admin/dbstg/srl_dbsd/slog4b.rdo') SIZE 104857600
    ERROR at line 1:
    ORA-01184: logfile group 4 already exists
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Error from SQLPLUS: 160

  • PSE 9 and 5 will not import - says the file already exists in the catalog !

    I've already wasted 2 days looking for answers to this. When someone buys this program, at least half of the price is paying for the database in the Organizer - yet even John Ellis himself, who seems to know more than anyone about it, has gone to Lightroom. This is bad coding!!!
    Upgraded from 5 to 9. If you read my previous posts, this took 2 days too, and phone help from a tech, because it would not install in my XP computer. It did upgrade the Organizer from 5, although many of the symbols are unusable and don't work to help me identify my tags. However, now I see that neither 5 nor 9 is able to look at a file and display thumbnails that are in it.
    I move files around a lot for my business. Any half-way good database should be able to find the missing files, and also add any new images. Say I have 10 images in file A, then add 2 more to make 12. It can't see the added images! Says can't import, the file already exists in the catalog.
    I tried: updating thumbnails, recover, repair, in both 5 and 9 - nothing works. to import the images that I can SEE in these folders! I read here  that it will not import files if the same name is somewhere else. That alone is a problem.  But I think it's more than that: even if the file used to be in another folder, folder B, it won't recognize that it's in folder A now!
    Since PSE9 uses sql db, shouldn't that be better than 5 and be able to do simple tasks like this?
    Any advice or similar experiences eagerly welcomed.

    Thank you for replying, dj paiqe.
    Do you mean the first little section that says photos may not be displaying? Yes, those just reveal hidden photos and are very basic. I did them.
    I guess we disagree about databases and what they are designed to do, or maybe I didn't explain this well.
    I did not move the images outside of the catalog: I move them to various folders, all already imported WITHIN the catalog, as I send them to various editors. (these are all drawings, not photos, and I do this professionally, so it needs to work).
    Folder A and Folder B and Folder C have already been imported into the catalog. So if I move 2 images from folder B into folder A, the Organizer is simply lost, says image already exists, and everything is totally screwed up, as the image is no longer in folder B, and it can't find it in folder A!!! The problem is, unless I memorize the image name, say Image 9, I can't tell it to reconnect, as there is no longer an image in front of me! So there are 2 images, without names, now nowhere to be found. Inefficient, to say the least.
    I've never tried Lightroom or Filemaker, but I cannot believe that they would lose data like this. I think it's the Folder coding that's not working in PSE, and I wanted this to work so badly!!!!!
    I am willing to do it the PSE way, since you now have captions, keywords, etc, and it is a very powerful database, when it works. I understand that one is supposed to move images within the Organizer, obviously. But now many images are disconnected. I could start all over importing, but is there any way to do that without losing tags and categories?

  • SharePoint Library - If I save file from Excel File Save As - then I always get "File already exists. Do you want to replace it?" - Upload works fine though.

    Hi there,
    In my SP 2010 document library - When I try to save an Excel file from File > Save As menu to the document library it always prompts me "File already exists. Do you want to replace it?" even though the file does not exist in that document library.
    To the same document library - if I upload a file then it accepts it all fine.
    Any clues why I cannot save files using File > Save As menu?
    Thanks.

    Hi,
    As I understand, the notification pops up when you save an excel file to SharePoint library, while when directly upload file to library, there is no wrong.
    Please confirm if the issue occurs to other machines.
    Please open Microsoft Office Upload Center on the issue machine, then click settings, clear cache via checking Delete files from the Office Document Cache when they are closed.
    http://office.microsoft.com/en-in/excel-help/office-document-cache-settings-HA010388664.aspx
    If the issue occurs to client, I’d recommend you also ask the question in Excel forum:
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=excel
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Weird CS4 error when saving eps files on a Mac: "...specified files already exist in the target location"

    Hi There,
    All 3 workstations in our studio are experiencing weird file behavior when re-saving eps files from Illustrator.
    Basically Illustrator creates a new file in addition to the original and adds a "-01.eps" onto the file name. If you re-save your original, Illustrator brings up a dialogue box that states:
    Some of the specified files already exist in the target location. The files marked below will be replaced:
    filename.eps
    filename-01.eps
    We've been deleting the "-01.eps" files each time but it's becoming tedious. The behaviour occurs when re-saving an eps file to a server or the desktop.
    All machines are new Quad-core MacPros running:
    - Leopard 10.5.8
    - Illustrator CS4 14.0.0
    We've checked for Illustrator updates from within Illustrator but we seem to be running the latest version.
    Is anyone else experiencing this behavior?
    Any help or pointers in the right direction would be much appreciated.
    Cheers
    Ben

    Thanks for the reply.
    The error occurs when we save the document but if we choose save as, "Use Artboards" seems to be unchecked so not sure if this issue is related or not. Will re-save the document using save as then see if the issue persists.
    Why do we still use eps?
    Basically because we've found it to be much more compatible. Our entire logo library is in eps format (18 years worth) partly because it was previously the only format to use and partly because it allows account managers to send logos to clients, printers, TV stations etc and not involve the studio (saving out an eps version).
    Although "Create PDF compatible file" is a good idea, we've encountered costly issues with colours and images - especially if the recipient is using old CS software, non-Adobe software or is using some kind of hardware RIP. We now just go with what we know works.
    But I do find saving eps versions of everything to be a bit painful. In fact, I've always found Illustrator in general to be a bit painful when compared with Photoshop or AfterEffects. Illustrator seems like it's been developed by a different company some times!
    Cheers, and thanks for the help.

  • Pop up saying File already exists when saving an excel file while running exe

    I have an excel file which I read and write in my application.
    When I run the application in development system, it works fine. However when I run the application as an exe and try to save the excel file, it says that 'The file already exists and Do you want to replace?'.
    Why does this question asked for exe?
    PFA my write excel VI
    Thanks in advance.
    Attachments:
    Write to Excel.vi ‏25 KB

    Hi Princess_swa,
    The problem may be that when you build an exe, it adds another folder called 'builds' into the filepath.
    A good way to fix this is to create a case structure, putting extra strip paths into your filepath if running an exe.
    I have attached a screenshot of my code doing exactly this for you to look at. The code creates a 'base path' which is then used to reference all of my file paths in my code - and therefore, they will always have the right number of strip paths when it is run. (Note: in my code I have 2 extra strip paths, due to where I've placed the folder, but one should be sufficient.)
    Also there is a 'Check if folder exists' VI which you can again link to a case structure, and change the filename if it already exists. Again, I have provided a screenshot of my code which does this.
    Hope this helps,
    Lou
    Attachments:
    runtime strip paths.png ‏9 KB
    check folder exists.png ‏5 KB

  • Share: File already exists. It doesn't: Won't Replace

    FCPX 10.0.9 OSX 10.7.5
    Never had any trouble exporting before. 
    Share---- Export File----- (select location as the 1tb HD)- fcpx says file already exists, do you want to replace?  Hit Replace, and it just cycles the same error, until cancelled.
    Does this on every single fcpx project, even those that worked fine before.
    Share--- E-mail  ----- fcpx immediatley throws a quicktime -50 error. 
    Share ------ Export File (select loction as the desktop or any other folder) ---- fcpx give the quicktime -50 error.
    I don't think I've changed anything. 
    All saving works fine on all other programs that I use.
    I am trying to save to the internal drive in my macbook pro
    disk utilty says the drive is fine.
    You got me....?

    I did that and got rid of some of the early frame errors.  i was able to export a section of clips, but then it would never export past frame 7065 no matter what clip was holding that place (at least that is what I think).  Even then it only worked with master file exports.
    I was wrong about this.  Don't use it if you are troubleshooting your problem with this thread.
    What was happening is that there was a black frame at the end of the clips that were throwing errors.  I had to check the errors on that frame.  I don't konw if they are dead frames or simply black frames, but all of them had those bad frames in the original clips themselves (and as a result in the timeline if I had inserted the WHOLE clip, or at least any subclip including that last bad frame).  The only position they were was at the end of the clip. 
    The solution was to find the offending frame in the timeline and then cut it out.  IN my case there were 5 of them.
    Note: that the title does not reflect the problem.  That problem was that it didn't like where I was saving (not specificing a directory, not sure why it was allowing me to choose the destination as my HD, and gave a less than helpful error on that). 

  • "file already exists in the destination" during application build

    I am trying to build an executable and have gotten the following error:
    The file already exists in the destination.
    C:\Program Files\National Instruments\LabVIEW 8.2\vi.lib\Sentech LV 82\Shared Library - Trigger SDK\StTrgApi.dll
    WHen I start the build I go to "Build Executable" then click "Build"
    The VI for the project I have open is the Startup VI and I do not list any Dynamic VIs or Support FIles.
    I am using Labview 8.2
    I installed a user library for a USB camera from Sentech wich I am using and it works fine in Labview 8.2
    When I try to do the build I get the error shown above. The file it is referencing is there along with the .lvlib file.
    I tried removing the file shown in the error message to see what would happen and I continue to get the same error even though the file is not there. I even restarted LV and still got the same error.
    I am new to the application builder (v7 ?) and have not been able to find any good tutorials. Does anyone have any ideas on this error or a good place to learn more about app builder.
    Thanks
    Keith

    I am new to the application builder (v7 ?) and have not been able to find any good tutorials. Does anyone have any ideas on this error or a good place to learn more about app builder.
    Thanks
    Keith
    Hi Keith,
    you can check this Link out for a tutorial on app builder.
    Regards,
    Denver 

  • Cannot create a file when that file already exists, but should overwrite

    Hi,
    I need the same file name which is at Sender side and when it reaches to Receiver directory without timestamp.
    for eg., Sender side : Yeswanth.txt
    and also receiver side   :  Yeswanth.txt
    but, here it should overwrite the existing file (because, the sender side file name is always constant) at receiver directory when the job schedules for each time.
    Processing parameters i has given on Receiver side:
    File Construction Mode  :  Create
    put file  : Use Temporary File
    and I enabled the Adapter Specific Message Attributes at Sender side and Receiver side.
    Error getting receiver side at communication channel :
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException:
    Yeswanth.txt: Cannot create a file when that file already exists. : com.sap.aii.adapter.file.ftp.FTPEx: 550
    Yeswanth.txt: Cannot create a file when that file already exists.
    Reward points for useful answers.
    Regards,
    Yeswanth.
    Edited by: YeswanthRaj Kumar on May 23, 2008 8:20 AM

    Hi Yeswanth
    Then you can try with a "Add Counter". This will create new file each time with the same name but a counter will be added to the file name at the end specifying the number of times it is created.
    You can also the specify the format to create the counter once select this option u can correspondingly fill the Format and step fields.
    Will this be fine.
    Regards
    Ashmi

  • Database Adapter Configuration Wizard "File already exists" error

    I'm uding JDeveloper 10.1.3.1 on an XP machine running Java 1.5.0_06 and having trouble editing SOAOrderBooking.bpel as part of the tutorial.
    The tutorial calls for me to drag a new Database Adapter onto the diagram, select the "soademo_ssn" database and, on page 3 of the wizard select "Perform an operation on a table" and have only "Select" checked.
    When I click "Perform an operation on a table", the 5 tickboxes enable and are checked but the mouse pointer remains as an hourglass. If I press "Next" without doing anything else, the Wizard title changes to "Select Table" but never draws its controls, aside from the "Back" etc buttons along the bottom and the decorative graphic to the left. If I do try unchecking boxes to have only "Select" selected, every check box state change generates the error "File already exists" and the path of the .mwp file whose name I specified earlier. The file does exist, but it didn't before I entered the wizard.
    I've tried with three different filenames, and with two different database connections- both of which check out fine when I do "Test connection" in their property pages from the Connection Navigator.
    If I delete the file after each check state change, I can stop the errors appearing after I untick each checkbox, but the wizard still hangs on pressing "Next" whether the file is there or not.
    Does anyone have any suggestions?

    I am facing the same issues.
    I want to pick the new files and retain the files after polling.
    Any idea on this would help me to solve this issue.
    Thanks in advance.

  • FTPEx: 550  : Cannot create a file when that file already exists.

    Hi experts,
    I am working on idoc to file scenario and PI 7.1. The idoc is split into 3 files.
    In sxmb_moni , the message is successful , but in rwb( Message montoring) i am geeting the fllowing  Error message.
    ' Delivering the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server '172.19.125.190:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 /Storedata/Outbound/0000001802: Cannot create a file when that file already exists. '. For details, contact your FTP server vendor..'
    and this error message is not displayed for all the target files , some files are getting created succesfully.
    After some times , the file in error status , gets created automatically.
    What may be the reason.?
    Thanks in advance .
    Best Regards,
    Anil

    There seem to be already some files in your Target Directory with the same name as your new files (which the CC is trying to place) and the CC is not able to overwrite the existing files and hence the error...check this.
    Check: http://help.sap.com/saphelp_nwpi71/helpdata/EN/44/69d7cfa4b633eae10000000a1553f6/content.htm
    14.      Select the File Construction Mode.
    u25CB       Create
    The file is created. The document received last is saved in each case.
    If you want the created file to be overwritten, select Overwrite Existing File. If you do not set the indicator, processing is stopped until the created file is processed.
    You can only set the indicator if you select Use Temporary File under Put File below.
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Jul 28, 2009 6:59 PM

  • How to check if the file already exists in the client directory

    Hi all.
    I'm on devsuite 10g. I'm using webutil to download files from DB using webutil function db_to_client.
    What I need is to check if the file already exists in the client directory and if yes to display a message to ask the user if he wants to overwrite or no. How can I make this???
    Here is the code that I'm using to download the file.
    Thanks all for the collaboration.
    Fabrizio
    declare
    file_path varchar2(2000) := null;
    BEGIN
    /** I ask where saving the file on the client machine **/
    file_path:= webutil_file.file_selection_dialog
    (directory_name => null,
    file_name => :bin_docs.name,
    file_filter => '',
    title => 'Saving file',
    dialog_type => save_file, --save_file
    select_file => TRUE);
    /** I download the file from DB to client **/
    if webutil_file_transfer.DB_To_Client_With_Progress
    ( file_path ,
    'BIN_DOCS',
    'DOC' ,
    'doc_id = '||:bin_docs.doc_id,
    'Downloading file',
    ' '||:bin_docs.name) then
    msg_alert('Download del file avvenuto con successo','I',false);
    else
    msg_alert('Si è verificato il seguente errore in fase di download '||SQLERRM,'I',false);
    end if;
    end;

    How about something like the below:
    Note: I have a yes/no alert to asking if they want to over-write the existing file.
    DECLARE
    file_path VARCHAR2(2000) := null;
    over_write BOOLEAN := TRUE;
    BEGIN
    /** I ask where saving the file on the client machine **/
    file_path:= webutil_file.file_selection_dialog
    (directory_name => null,
    file_name => :bin_docs.name,
    file_filter => '',
    title => 'Saving file',
    dialog_type => save_file, --save_file
    select_file => TRUE);
    IF webutil.file_exists(file_path) THEN
    /** check a file by the same name exists in the selected directory **/
    IF show_alert('Ask_overright') != alert_button1 THEN
    /** If we say no then set over_write value to false **/
    over_write := FALSE;
    END IF;
    END IF;
    IF over_write THEN
    /** I download the file from DB to client **/
    IF webutil_file_transfer.DB_To_Client_With_Progress
    ( file_path ,
    'BIN_DOCS',
    'DOC' ,
    'doc_id = '||:bin_docs.doc_id,
    'Downloading file',
    ' '||:bin_docs.name) then
    msg_alert('Download del file avvenuto con successo','I',false);
    ELSE
    msg_alert('Si è verificato il seguente errore in fase di'
    ||' download '||SQLERRM,'I',false);
    END IF
    END IF;
    END;
    cheers
    Q

Maybe you are looking for

  • Java APP inside a Win32 Window

    Hello, Q1: I need to embed a complete java swing application inside an existing win32 application window (I have the HWND of it). How to do this ? Q2: Is it possible to set the native Win32 parent window of a JFrame with JNI ? Cheers, Mik

  • Expand/Collapse a frame in Screen Painter

    Hi, I have a requirement to implement the Address screen and have a problem to add an collapse icon in a Frame. I found in transaction CRMD_BUS2000126 window, where the frames are implemented. In screen painter I can only put the appropriated fields.

  • Resizing video in a PDF

    I have a video which I want to insert in a PDF, but it's 90 MB wmv file. That works okay in the PDF, but my email provider won't allow me to attach anything bigger than 20MB. Is there a way to constrain the video when you insert it in a PDF so I can

  • I have 4 emails in junk folder, but I cannot access them, all i get is a "no message " sign

    I have four messages in my junk folder but I cannot access them, when i click on the folder I get "No message selected" Help

  • Regedit does not display all the registry keys

    For some reason not all existing keys in the registry are being displayed when using regedit utility. I know that the key exists because it is added by my code and it is being read back by the programming code correctly. However regedit cannot find i