Intermittent report file write error in process model

Hello,
We have recently seen a couple errors we have not seen before, that are intermittent.   This occurs in the single pass entry point sequence, the first "write UUT report" step (the non-on-the-fly one).  The error message is as follows:
"An error occurred calling 'Save' in 'Report' of 'NI TestStand API 4.0'
A file with the pathname 'T:\HTC' already exists.. Error writing to file 'T:\HTC\WING\3WWE\StressTest.seq\StressTest_Report[NO_UUT_SERIAL_NUM13][3 23 37 PM][4 28 2008] - TS2.html'."
So when breaking here, and looking at Locals.ReportFilePath (which is the pointed to variable in the specifiy module of this step), it was indeed defined as:
T:\HTC\WING\3WWE\StressTest.seq\StressTest_Report[NO_UUT_SERIAL_NUM13][3 23 37 PM][4 28 2008] - TS2.html
So everything looks correct, but it thinks that "T:\HTC" is the entire path.  So the next thing I did, after much confused pondering, was go to the "variables" tab while in break, and add an extra backslash to the part following "T:\HTC" in Locals.ReportFilePath so that the path is now:
T:\HTC\\WING\3WWE\StressTest.seq\StressTest_Report[NO_UUT_SERIAL_NUM13][3 23 37 PM][4 28 2008] - TS2.html
I hit retry and it worked.  So my question is, if teststand is thinking the "\W" is an escape code, why does it work 99%+ of the time, and suddenly this weird problem? 
Thanks

"A file with the pathname 'T:\HTC' already exists."
This error indicates that there was a file called "T:\HTC" so the report saving code was not able to create a directory with that name. I doubt this has anything to do with backslash escaping anything since there is no expression evaluation involved and \W is not a valid backslash escapable character anyway.
Why you had a file called HTC I do not know, but I looked and that is what this error is for. The Report saving code attempts to create all of the intermediate directories if they do not already exist and if one happens to exist, but is a file and not a directory you will get this error (it is the error we get from the operating system). It is possible there is a issue with the OS where it incorrectly reports this error in some cases (perhaps with multithreaded access), but that I do not know for certain.
In searching for known OS issues I found the following:
http://support.microsoft.com/kb/q268897/
"On the other hand, an attempt to create a new C:\Development\Bin folder through the use of CreateDirectory() will fail with "ERROR_ALREADY_EXISTS". In this case, the API fails when it should succeed."
Although it does sound like it was fixed in a service pack. Are you by any chance using NTFS on Windows 2000 and are not up to date with the lastest service pack?
Also it's possibly an unknown OS bug, what OS version are you using and can you reproduce the problem in a simple case?
Also, just to be sure you might want to make sure nothing is creating a file called 'T:\HTC' in your code.
Hope this helps.
-Doug
Message Edited by dug9000 on 04-30-2008 10:58 AM

Similar Messages

  • Encountering ORA-29285: file write error

    Hi. I am running a simple code and got this error? ORA-29285: file write error
    I swear this is working yesterday and and all my write to text code =(
    Error starting at line 1 in command:
    Declare
    v_file utl_file.file_type;
    v_dir_folder varchar (30) := 'DATA_PUMP_DIR';
    BEGIN
    v_file := UTL_FILE.FOPEN(v_dir_folder,'Test.txt','w');
    UTL_FILE.PUT_LINE(v_file, 'text1');
    UTL_FILE.FCLOSE(v_file);
    END;
    Error report:
    ORA-29285: file write error
    ORA-06512: at "SYS.UTL_FILE", line 77
    ORA-06512: at "SYS.UTL_FILE", line 690
    ORA-06512: at line 8
    29285. 00000 - "file write error"
    *Cause:    Failed to write to, flush, or close a file.
    *Action:   Verify that the file exists, that it is accessible, and that
    it is open in write or append mode.

    989873 wrote:
    Hi. I am running a simple code and got this error? ORA-29285: file write error
    I swear this is working yesterday and and all my write to text code =(
    Error starting at line 1 in command:
    Declare
    v_file utl_file.file_type;
    v_dir_folder varchar (30) := 'DATA_PUMP_DIR';
    BEGIN
    v_file := UTL_FILE.FOPEN(v_dir_folder,'Test.txt','w');
    UTL_FILE.PUT_LINE(v_file, 'text1');
    UTL_FILE.FCLOSE(v_file);
    END;
    Error report:
    ORA-29285: file write error
    ORA-06512: at "SYS.UTL_FILE", line 77
    ORA-06512: at "SYS.UTL_FILE", line 690
    ORA-06512: at line 8
    29285. 00000 - "file write error"
    *Cause:    Failed to write to, flush, or close a file.
    *Action:   Verify that the file exists, that it is accessible, and that
    it is open in write or append mode.Does "Test.txt" now exist?
    If so, which OS user owns this file?
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • Backup failed with tar file write error (10054)

    Hi
    I have got the issue with the online backup.
    Database: Oracle 9.2.0.7
    SAP : 4.7
    Backup Server: Netbackp
    When ever i trigger the backup on few of my SAP Servers, it runs for a while and then at a point just get struck.
    Where for other systems it is running fine.
    Error:
    Incident:1
    http://80.00 18:52:28 INF - Waiting for mount of media id A00201 on server mk2sapp001-b.
    http://80.00 18:53:42 INF - Beginning backup on server mk2sapp001-b of client mk1sap01-b.
    http://80.00 18:55:10 FTL - tar file write error (10054)
    Incident:2
    http://80.00 12:05:50 BKR - G:\oracle\VWD\sapdata1\btabd_41\
    http://80.00 12:05:53 INF - Beginning backup on server mk2sapp001-b of client mk1sap01-b.
    http://80.00 12:08:13 FTL - tar file write error (10054)
    http://80.00 12:08:13 INF - Client completed sending data for backup
    After the step mentioned in bold it just get struck,
    There is no issue with the space at OS level
    I can see all process will still be running in task manager
    such as backint.exe, brbackup.exe, brconnect.exe
    But
    I don't find bpbkar32.exe Process, after the backup got struck.
    I have asked Network guys as well and they said every thing is fine from their side(such as Speed, Full Duplex)
    Its very important, please assist.
    Thanks in advance

    yes , i am using symantec netbackup,
    but every thing is fine from their side as well(settings).
    i have reinstalled the client as well.
    it runs for 1 hr and then it throws error.
    yesterday i scheduled two backup at two different time(at the interval of 1 hr) but they both failed (struck) at the exact same time(even seconds were same).
    So what do you say??

  • ORA-29285: file write error

    Hi,
    We are getting this error ORA-29285: file write error while writing to a text file using utl_file.putf package.
    Using fopen funtion in code to open file as below:
    V_FILEHANDLE:=UTL_FILE.FOPEN(v_file_path,'ABC','W', max_linesize);
    Here max linesize = 32000, so as far as I think, limitation on length of records while writing the file is not an issue.
    Further code is written as:
    UTL_FILE.PUTF(V_FILEHANDLE, v_text1||'|'||v_text2||'|');
    UTL_FILE.NEW_LINE(V_FILEHANDLE);
    UTL_FILE.FFLUSH(V_FILEHANDLE); -- This is called after every 500 lines are written to the file.
    UTL_FILE.FCLOSE(V_FILEHANDLE);
    We are encountering this error every now and then, and strangely this gets resolved when we re-run the program and file gets written successfully.
    Can someone please help on this please?
    Oracle database 11g, version: 11.1.0.7.0
    Thanks,
    Sonam

    Not enough information.
    964643 wrote:
    Hi,
    We are getting this error ORA-29285: file write error while writing to a text file using utl_file.putf package.
    Using fopen funtion in code to open file as below:
    V_FILEHANDLE:=UTL_FILE.FOPEN(v_file_path,'ABC','W', max_linesize);And what value has v_file_path got? Is this the name of an Oracle Directory Object as it should be?
    Here max linesize = 32000, so as far as I think, limitation on length of records while writing the file is not an issue.
    Further code is written as:
    UTL_FILE.PUTF(V_FILEHANDLE, v_text1||'|'||v_text2||'|');
    UTL_FILE.NEW_LINE(V_FILEHANDLE);
    UTL_FILE.FFLUSH(V_FILEHANDLE); -- This is called after every 500 lines are written to the file.
    UTL_FILE.FCLOSE(V_FILEHANDLE);
    We are encountering this error every now and then, and strangely this gets resolved when we re-run the program and file gets written successfully.
    Can someone please help on this please?Not without seeing complete code so that we can try and reproduce the problem or spot where you may be going wrong.

  • Invalid Report File Path Error

    I have included several Crystal Reports as embedded resources in a Visual Studio 2010 C# project.  When I try to run the application on a client PC I receive an invalid report file path error.  Why am I receiving this error if the rpt is embedded in the manifest?

    The following code now works on my development machine.  It obtains the server name and database name from the configuration file.  When I run on my client PC, however, it prompts me to log into the database.  It provides the correct server name but the database name is blank and integrated security is not checked.  The database name field is not enabled so I cannot provide a value.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine; //jp
    using CrystalDecisions.Shared; //jp
    namespace WindowsFormsApplication1
        public partial class FormRptArtist : Form
            private CrystalReport1 crReportDocument = new CrystalReport1();
            public FormRptArtist()
                InitializeComponent();
                ToolTip toolTip = new ToolTip(); toolTip.SetToolTip(btnHelp, "Flash Video Training / Help");
                helpProvider1.HelpNamespace = GlobalClass.gb_help;
            private void FormRptArtist_Load(object sender, EventArgs e)
                TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
                TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
                ConnectionInfo crConnectionInfo = new ConnectionInfo();
                Tables CrTables;
                bool repeat = true;
                while (repeat)
                    try
                        crConnectionInfo.ServerName = Properties.Settings.Default.CrystalServer;
                        crConnectionInfo.DatabaseName = Properties.Settings.Default.CrystalDatabase;
                        crConnectionInfo.IntegratedSecurity = true;
                        CrTables = crReportDocument.Database.Tables;
                        foreach (CrystalDecisions.CrystalReports.Engine.Table CrTable in CrTables)
                            crtableLogoninfo = CrTable.LogOnInfo;
                            crtableLogoninfo.ConnectionInfo = crConnectionInfo;
                            CrTable.ApplyLogOnInfo(crtableLogoninfo);
                        crystalReportViewer1.ReportSource = crReportDocument;
                        crystalReportViewer1.Refresh();
                        break;
                    catch (Exception exp)
                        MessageBox.Show(exp.Message);
                        DialogResult result1 = MessageBox.Show("Try Again?", "Database Connection Error",
                            MessageBoxButtons.RetryCancel);
                        if (result1 == DialogResult.Retry)
                            FormCrystalParms newWindow = new FormCrystalParms();
                            newWindow.ShowDialog();
                        else
                            repeat = false;
            private void CrystalReport11_InitReport(object sender, EventArgs e)
            private void btnHelp_Click(object sender, EventArgs e)
                GlobalClass.displayflashhelp(this, "formrptartist");     
            private void crystalReportViewer1_Load(object sender, EventArgs e)

  • SSAS Cube Dimension Processing Fails Reporting: File system error: A FileStore error from WriteFile occurred

    Hi,
    I have a SSAS Cube Database for which the processing had been stopped since the year 2012, but as the requirements have again come up, this cube needs to be processed on a daily basis again, to refresh the cube with new incoming data.
    As i was testing the cube processing steps before finally re-activating the cube processing in production, i came across a weird error while doing a manual processing for a Dimension.
    File system error: A FileStore error from WriteFile occurred. Physical file: \\?\D:\MSAS10.MSSQLSERVER\OLAP\Data\Citi.184.db\Dim Extended Data.0.dim\54.Extended Data.ksstore. Logical file: . . Errors in the OLAP storage engine: An error occurred
    while the 'Extended Data' attribute of the 'ExtendedData' dimension from the 'Citi' database was being processed.
    This error came to me while i was doing a process update for the dimension, i even tried to do a Process Full for the same dimension which did not help. I then did a Unprocess and then a Process Full, which didn't work as well.
    Can anyone please help me with this issue. I am using the SQL Server 2008 where the cube is hosted and the processing used to work fine earlier, but now its failing with this error.
    Thanks

    This looks like the 4GB string store limit. If you can upgrade to SQL Server 2012 Analysis Services, you can change a simple setting and grow beyond that 4GB string store limit.
    http://technet.microsoft.com/en-us/library/gg471589(SQL.110).aspx
    If you can't upgrade, what data is in that ExtendedData attribute? If it's a meaningless surrogate key that you don't need users to see, you can use this trick to avoid the 4GB string store limit:
    http://cwebbbi.wordpress.com/2012/08/10/storage-and-the-namecolumn-and-keycolumns-properties/ But if it's something the users need to see, there's not an easy way to fix it without upgrading to SSAS 2012.
    http://artisconsulting.com/Blogs/GregGalloway

  • Report file name error with Chinese Date format

    Hello,
    I am seeing an error at
    step Write UUT report in the standard model files.  This step is
    calling the API method save on the object Runstate.Report.
    The issue occurs on computers using chinese localization with the date in the report file name.
    Is this a known issue?  Is there a way to modify the filename before calling the above method to eliminate the problem?
    Solved!
    Go to Solution.

    An Error Message is attached. 
    WE have seen this on both Vista and XP.  We are using TestStand version 4.1.1.  I am not sure about the localization, but I have seen this on computers from Taiwan, Korea and Japan.  
    If I put a breakpoint in the Model file at the Write UUT Report Step, you can see Chinese Characters in the time portion of the file name.
    If you change the report name to not include the time and date, the error does not occur.
    We have seen this with ASCII and xml.  With XML, the error also occurs at the step "Add Root Tags to XML Report"
    Attachments:
    FileNameError.JPG ‏134 KB

  • Runtime error in process model and sequence still passes

    I am doing some custom initialization in the process model (in the ProcessSetup callback). I call a .NET module that may throw an exception under certain error conditions. This causes the the process model to jump to the Cleanup section of the process model (not the client sequence file cleanup) and that's okay. The problem I have is that in my UI I am getting the AxAppMgr_ExecutionEnded event and the e argument's exec.ResultStatus property indicates "Passed". I want it to indicate "Error" or "Incomplete" or something other than passed. The client sequence never ran at all. While it had no failures, it could not have passed.
    How do I force the status to be "Error" or something other than "Passed"?
    Solved!
    Go to Solution.

    Ryan,
    I am just getting back to this. Thanks for the response.
    I have my own sequence that gets called from ProcessSetup in the process model. That sequence sets up some station global variables for me including some Object References. One of the object references is a .NET object used to read a file. If that file does not exist, then the .NET object throws an exception which results in TestStand presenting a dialog with the error message and options about what to do next. I don't want our technicians getting that dialog box so I changed the Station Options to "Run Cleanup" on Run-time error. 
    The process model jumps to its Cleanup section when the run-time error is received. 
    Does that give you the information you need?
    Incidentally, I am able to look at the e.exec.ErrorObject in the AxAppMgr_EndExecution event handler and I can see the error as suggested by Doug above.
    Thanks.

  • ORA-06510 Message error in Process Modeller Designer

    HI�
    I'M DAVE
    I HAVE SOME PROBLEMS USING DESIGNER 6i.
    I log on to Windows Designer tools then I open Process Modeller Tool and I try to modify the previuous model process but, when I add a new process in the previous PM1 SATISFY CUSTOMER ORDER diagram, the GUI for Process Modeller is crashed, and displays the next message: ORA-06510.
    I really don't know the reason. The error message manuals tells me I should answer to the DBA.
    ANY BODY CAN HELP ME?
    THANK YOU�
    DAVE
    [email protected]

    I have found this problem myself,
    the only workaround I found is to not run more that 5 mappings in parallel.
    I speculate that this is caused by the amount off cursors that are opened to run everything in parallel,
    If so, you might try to increase the parallel settings of your database.
    cheers
    Robbert

  • File write error.

    I am trying to write a flat file out from a BPEL process. I get the following error when I invoke my partner link which is the Oracle File adaptor:
    <bindingFault>
    <part name="code" >
    <code>null</code>
    </part>
    <part name="summary" >
    <summary>file:/C:/OraBPELPM_1/integration/orabpel/domains/default/tmp/.bpel_ToCMSA1_1.0.jar/FlatFileOut.wsdl [ Write_ptt::Write(Root-Element) ] - WSIF JCA Execute of operation 'Write' failed due to: Translation Error. Error while translating message to native format. ; nested exception is: ORABPEL-11017 Translation Error. Error while translating message to native format. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. </summary>
    </part>
    <part name="detail" >
    <detail>null</detail>
    </part>
    </bindingFault>
    I don't understand why the file doesn't write. Any help would be greatly appreciated.
    Thank you.
    Mark

    Thank you for helping. My BPEL.xml file looks like:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase>
    <BPELProcess id="ToCMSA1" src="ToCMSA1.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="PartnerLink_IN">
    <property name="wsdlLocation">FileIN.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="PartnerLink_Out">
    <property name="wsdlLocation">FlatFileOut.wsdl</property>
    <property name="retryInterval">60</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="PartnerLink_IN">
    <property name="portType">Read_ptt</property>
    </activationAgent>
    </activationAgents>
    </BPELProcess>
    </BPELSuitcase>

  • Load blob to file. error: file write error

    Hi,
    I used procedure witch load blob to file. It's working at Oracle 10g, but its does't work on oracle 11g. Why?
    create or replace PROCEDURE load_blob_to_bfile (p_file_id IN VARCHAR2, p_directory IN VARCHAR2, p_ident in varchar2 default NULL)
    IS
    v_blob BLOB;
    v_start NUMBER := 1;
    v_bytelen NUMBER := 2000;
    v_len NUMBER;
    v_raw RAW (2000);
    v_x NUMBER;
    v_output UTL_FILE.file_type;
    v_file_name VARCHAR2 (200);
    BEGIN
    -- get length of blob
    SELECT DBMS_LOB.getlength (blob_content), filename
    INTO v_len, v_file_name
    FROM wwv_flow_files
    WHERE filename = p_file_id;
    -- define output directory
    v_output := UTL_FILE.fopen (p_directory, p_ident||'_'||v_file_name, 'wb', 32760);
    -- save blob length
    v_x := v_len;
    -- select blob into variable
    SELECT blob_content
    INTO v_blob
    FROM wwv_flow_files
    WHERE filename = p_file_id;
    v_start := 1;
    WHILE v_start < v_len AND v_bytelen > 0
    LOOP
    DBMS_LOB.READ (v_blob, v_bytelen, v_start, v_raw);
    UTL_FILE.put_raw (v_output, v_raw);
    UTL_FILE.fflush (v_output);
    /* Text only could be: UTL_RAW.cast_to_varchar2 (v_raw);*/
    -- set the start position for the next cut
    v_start := v_start + v_bytelen;
    -- set the end position if less than 32000 bytes
    v_x := v_x - v_bytelen;
    IF v_x < 2000
    THEN
    v_bytelen := v_x;
    END IF;
    END LOOP;
    UTL_FILE.fclose (v_output);
    END;
    directories is creaited and granted for read and write. It looks like file is created, but application rise the write file error, and files in directory is emty.
    TomasB

    So, I'm copying the file in a temp. BLOB with this function:
    FUNCTION get_remote_binary_data (p_conn IN OUT NOCOPY UTL_TCP.connection,
    p_file IN VARCHAR2)
    RETURN BLOB IS
    l_conn UTL_TCP.connection;
    l_amount PLS_INTEGER;
    l_buffer RAW(32767);
    l_data BLOB;
    BEGIN
    DBMS_LOB.createtemporary (lob_loc => l_data,
    CACHE => TRUE,
    dur => DBMS_LOB.CALL);
    l_conn := get_passive(p_conn); //get a passive connection
    send_command(p_conn, 'RETR ' || p_file, TRUE); //send Retrieve command to server
    BEGIN
    LOOP
    l_amount := UTL_TCP.read_raw (l_conn, l_buffer, 32767);
    DBMS_LOB.writeappend(l_data, l_amount, l_buffer);
    END LOOP;
    EXCEPTION
    WHEN UTL_TCP.END_OF_INPUT THEN
    NULL;
    WHEN OTHERS THEN
    NULL;
    END;
    UTL_TCP.close_connection(l_conn);
    get_reply(p_conn);
    RETURN l_data;
    END;
    Then I'm writing it into a local file:
    PROCEDURE put_local_binary_data (p_data IN BLOB,
    p_dir IN VARCHAR2,
    p_file IN VARCHAR2) IS
    l_out_file UTL_FILE.FILE_TYPE;
    l_buffer RAW(32767);
    l_amount BINARY_INTEGER;
    l_pos INTEGER := 1;
    l_blob_len INTEGER;
    BEGIN
    l_blob_len := DBMS_LOB.getlength(p_data);
    l_amount := DBMS_LOB.GETCHUNKSIZE(p_data);
    IF (l_amount >= 32767) THEN
    l_amount := 32767;
    END IF;
    l_out_file := UTL_FILE.FOPEN(p_dir, p_file, 'w', 32767);
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.READ (p_data, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_out_file, l_buffer, FALSE);     
    l_pos := l_pos + l_amount;
    END LOOP;
    UTL_FILE.FCLOSE(l_out_file);
    EXCEPTION
    WHEN OTHERS THEN
    IF UTL_FILE.IS_OPEN(l_out_file) THEN
    UTL_FILE.FCLOSE(l_out_file);
    END IF;
    RAISE;
    END;
    I've checked the blob before I'we wrote it ito the file (UTL_FILE.put_raw(l_out_file, l_buffer, FALSE)), and it contains no carriage-return.

  • Metadata file write error?

    I have the trial version of photoshop and bridge cs5 on my windows 7 machine.  I was trying to add keywords to a jpg file and I keep getting an error that it can't do it.  The file is on my external iomega ego encrypt drive.  If I copy the file to my desktop it will write the metadata just fine.  I have the drive unlocked, but it still won't work.  Is there a preference I need to change for this to work as I don't want all 300 GB on my hard drive.  Thanks for any advice in advance!
    Namaste,
    Kristen

    External drives have permission problems created by the winddows OS.  Right click on the Bridge icon and choose "run as admininstor".  Even if you are a single user and set up as adminintrator, this seems to make a difference.
    Hope this helps.

  • File Write error in application server

    Hi All,
                 I am getting an error for writing data to a file in application server.
    Is there any way or transaction where in I can check Read or write access to a file?
    Please help.
    Thanks in advance
    Sanu

    Hi Raja,
                  Thanks for your reply.
    I have checked the program and file path in AUTHORITY_CHECK_DATASET FM.
    Everything is ok.
    But still I getting an error while uploading data to application server.
    My query is, are there any transactions wherein we can view or maintain read / write authorization to a file or directory.
    Can you please put some more of ur thought in to it?
    Thanks,
    sanu

  • File Write Error upon Export Movie

    Using iMovie 9.09 under OSX 10.8.5
    My sequence of events:
    1.  Import from Canon digital video camera
    2.  Create a project from the imported clips (no edits - it is an athletic event)
    3.  Share to iDVD
    4.  In iDVD create a disk image, then exit iDVD
    5.  Back in iMovie, Share>Export Movie  (readying to upload to YouTube)
         Size to Export:  HD 720p
         Filename is unique from any other used in this sequence
    After rendering, get the following error:
    So far, my only recourse is to quit iMovie, and restart the computer.
    Any ideas?
    Thanks,
    Greg

    Using iMovie 9.09 under OSX 10.8.5
    My sequence of events:
    1.  Import from Canon digital video camera
    2.  Create a project from the imported clips (no edits - it is an athletic event)
    3.  Share to iDVD
    4.  In iDVD create a disk image, then exit iDVD
    5.  Back in iMovie, Share>Export Movie  (readying to upload to YouTube)
         Size to Export:  HD 720p
         Filename is unique from any other used in this sequence
    After rendering, get the following error:
    So far, my only recourse is to quit iMovie, and restart the computer.
    Any ideas?
    Thanks,
    Greg

  • LR 3 Bug Report - file renaming error - significant workflow issue

    System configuration:
    MacPro Dual 2x2.66Ghz Dual Core Intel Xeon
    9GB RAM
    OSX 10.6.4
    Lightroom Application on System Drive
    Canon .CR2 files and Lightroom Catalog on internal software-based RAID drive
    Camera Raw Cache set to 50GB and resident on System drive
    Here is the issue:
    Once I finish the first round of editing a group of photos, I then rename them with the title of the event and a sequence number. I use LR's batch rename feature in the Library module. If I then delete 1 or more of these photos and attempt to rename them again(same event title + numerical sequence), the new names do not properly apply the numerical sequence after the filename. Either of the following can happen, and whcih one will happen is not dependednt on what I do.
    1. The files can be renamed, with the first image having a sequence number 1 number higher than the lowest number I typed into the sequence box in the batch rename dialog (if I type a number 1, the sequence starts at 2). There are also random gaps in the sequence numbering scheme. For example, the numbers will count to 15, then skip to 17, then count to 176, then skip to 178. The rest of the files might be renamed correctly, or there might be gaps. The gaps always skip a single number, and most of the time the numbers skipped are odd numbers, though numbers with a 16 are usually skipped (16, 116, 216)
    2. The files can be renamed as mentioned above, but with the addition of a -1 to the end of the sequence (example: filename-200-1 or filename-3-1). The addition of the -1 is also random, though it is more common with lower-numbered files than higher-numbered files.
    I have experienced this bug on groups as small as 50 photos or as large as several hundred.  I have tried remaning the files to a completely different text/sequence combination and then back to the one I want, and it does not help the issue. The sequence numbering is more likely to have more gaps the more virtual copies are present in the series of photos being renamed.
    This is a major workflow issue for me because the files I deliver have to be named sequentially, without gaps, following a specific text/numer naming convention. The bug is currently adding many extra hours to my post-production time. Any assitance would be greatly appreciated.
    Thank you

    Thanks for the detailed description.  I was able to repro this with your steps and have logged a bug for futher investigation.
    Becky

Maybe you are looking for

  • How can I make all 40 audio clips the same volume?

    Hello, all! I'm finishing up a General Orientation video for new employees in Yellowstone National Park and am-this-close to being finished! I'm creating the video in Premier Elements 9 with some video footage and some still photos blended together. 

  • Why are my audiobooks in a playlist I didn't put them?

    I just checked my iTunes playlists, and all my audiobooks and podcasts are in a big project folder, where I didn't put them! What's more, iTunes won't let me delete them from the folder. What's gone wrong and how do I cure the problem? The books (fro

  • Pdf Security question

    I know I cannot prevent anyone from saving a pdf file. So, this is what I wish to do. I would like to be able to give access to a pdf file that can be opened from my server and the pdf file will open without asking for a password. That is, the pdf fi

  • Sym.play("loop"); This is not working

    Please'm having problems with the LOOP. 've Followed several tutorials but the file does not end LOOP function. You guys could send me a link where I can get a solution to this problem? // play the timeline from the given position (ms or label) sym.p

  • Supply and Demand Propagation not working in SCM5.0

    Just curious if anyone is using S&OP (Supply and Demand Propagation) in APO? I am using SCM v5.0 and Planning Area 9ASNP01 can not be initialized. OSS 832393 states:  The SNP propagation planning (planning area SNP 9ASNP01, transaction /SAPAPO/SNPSOP