Overwrite issue when I Submit

When I submit a FCP project and I'm doing it a second time using a different setting and/or destination I always get the yellow exclamation point with this message:
"This target will overwrite an existing file with the same name. To preserve existing file, change the destination or name of the output file."
This happens despite the fact that I change the name and the destination. I actually change the name even before I send from FCP.
Please explain what I can do.

ah, are you using the same project batch each time? Because it will remember the output name. The source file name and output file name are separate objects. The overwrite warning is about the output name, and if it still exists you'll get a warning. You can simply choose to ignore it if you don't care if the output file is overwritten, say in doing multiple trials of different settings on the same source file.

Similar Messages

  • Issue with To_number when we submit Shipping report from Document set

    Hi All
    We have a report in Shipping responsibility which works fine when we submit from Standard Request form, when we submit through Document set we are getting error
    as Invalid Number for to_number conversion in formula columns which is ok from sql developer
    begin
    select to_number(rtrim(ltrim(nvl(attribute6 ,'0') ))) ---decode(weight_uom_code,'LB', gross_weight * .4536, gross_weight)
    into v_gross_weight
    from wsh_new_deliveries
    where delivery_id = :pick_slip_number;
    Any hints for fixing this will be helpfull
    Thanks
    Kamalakar.G

    Hi
    When used this where delivery_id = to_number(:pick_slip_number); it worked
    As same rdf file is used by 2 Concurrent Programs it worked for One program for other program it gave error Invalid Number ORA-01722: invalid number
    select to_number(rtrim(ltrim(nvl(attribute6 ,'0') ))) ---decode(weight_uom_code,'LB', gross_weight * .4536, gross_weight)
    into v_gross_weight
    from wsh_new_deliveries
    where delivery_id = to_number(:pick_slip_number);
    Thanks
    Kamalakar G

  • Minor Layout Issue when Printing Invoices in Chrome (v20.0.1132.47)

    This is a relatively minor issue in the big scheme of things but a client of ours has reported a layout issue when bulk printing invoices in Chrome. It could be default browser behaviour which BC has no control over but I thought I’d submit it anyway.
    It occurs when you’re viewing the default Order Report (http://www.yourdomain.com/AdminConsole/#!/CRM/OrderList.aspx) in the BC v3 interface and you want to print invoices in bulk (see screenshot below).
    When you print invoices in bulk in Chrome they print on overlapping pages, as opposed to Firefox where each invoice will print on a separate page, which makes management much easier for our client. I’ve tried tinkering with the print settings inside of Chrome but I can seem to change it.
    Does anyone know a way around this or are we dealing with default browser behavior that is out of our hands?
    Cheers,
    Matt
    [email protected]

    Could someone assist please?
    I am having a similar problem.
    thanks

  • Issue related with Submit to spool.

    Hi All,
    Please provide you inputs to resolve the below issue :
    Requirement : To generate spool before output ALV display.
    Issue : when below statement is executed for creating spool.
          SUBMIT report name TO SAP-SPOOL
                            SPOOL PARAMETERS lv_print_parameters
                            WITHOUT SPOOL DYNPRO
                            VIA JOB lv_name NUMBER lv_number
                            AND RETURN.
    It returns back to my report program and perform authorization check on selection screen, which fails.
    Please let me know how to avoid this authorization check  after return from SUBMIT.
    Thanks in advance.

    Hi,
    Try as below,
    *Submit report as job(i.e. in background)
    data: jobname like tbtcjob-jobname value
                                 ' TRANSFER TRANSLATION'.
    data: jobcount like tbtcjob-jobcount,
          host like msxxlist-host.
    data: begin of starttime.
            include structure tbtcstrt.
    data: end of starttime.
    data: starttimeimmediate like btch0000-char1.
    Job open
      call function 'JOB_OPEN'
           exporting
                delanfrep        = ' '
                jobgroup         = ' '
                jobname          = jobname
                sdlstrtdt        = sy-datum
                sdlstrttm        = sy-uzeit
           importing
                jobcount         = jobcount
           exceptions
                cant_create_job  = 01
                invalid_job_data = 02
                jobname_missing  = 03.
      if sy-subrc ne 0.
                                           "error processing
      endif.
    Insert process into job
    SUBMIT report-name and return
                    with p_param1 = 'value'
                    with p_param2 = 'value'
                    user sy-uname
                    via job jobname
                    number jobcount.
      if sy-subrc > 0.
                                           "error processing
      endif.
    Close job
      starttime-sdlstrtdt = sy-datum + 1.
      starttime-sdlstrttm = '220000'.
      call function 'JOB_CLOSE'
           exporting
                event_id             = starttime-eventid
                event_param          = starttime-eventparm
                event_periodic       = starttime-periodic
                jobcount             = jobcount
                jobname              = jobname
                laststrtdt           = starttime-laststrtdt
                laststrttm           = starttime-laststrttm
                prddays              = 1
                prdhours             = 0
                prdmins              = 0
                prdmonths            = 0
                prdweeks             = 0
                sdlstrtdt            = starttime-sdlstrtdt
                sdlstrttm            = starttime-sdlstrttm
                strtimmed            = starttimeimmediate
                targetsystem         = host
           exceptions
                cant_start_immediate = 01
                invalid_startdate    = 02
                jobname_missing      = 03
                job_close_failed     = 04
                job_nosteps          = 05
                job_notex            = 06
                lock_failed          = 07
                others               = 99.
      if sy-subrc eq 0.
                                           "error processing
      endif.
    Regards,
    Santhosh.

  • Installing Multiple Custom Resource Providers - Overwriting Issue

    Hi everyone!
    I am working in a POC environment for WAP.
    My current situation is the following:
    I am experiencing what seems to be an overwriting issue since the extension of the custom resource provider installed last always appears while the extensions of previously installed custom resource providers disappear from the WAP management portals. 
    How would I go about installing two different custom resource providers in WAP so that their extensions may co-exist in the left navigation pane in the management portals? Although I know I can just declare multiple extensions within the same resource provider
    to achieve a similar result, I would still like to know how to correctly present multiple co-existing extensions using two different custom resource providers in WAP.
    Thank you!

    If you are getting this only first time, you should look at all the global registrations done (like navigation view model etc.) to see if you are somehow ending calling this up twice and the dataset accumulate it. When you navigate to some other page and
    comes back, the data fetch is happening again and it replaces the old duplicated dataset some how. With everything happening async, it is a bit tricky to debug this. Try to match the code with the provided samples and see if you can find something different.
    One time I have seen this issue consistently happening for tenant. It was happening when I had two subscription on that tenant for the same RP, and the RP code was not filtering results based on subscription. So the same information was returned twice.

  • UIL issues when trying to send to cross-farm record center.

    We have two sharepoint 2010 farms. Both are patched to SP2 Decemer CU
    Farm A is heavily used and has all the collaboration items (propject offices, ect..)
    Farm B is only for special applications and hosts the record center.
    When we try to submit sites from farm A to Farm B's record center, it fails. It's failing due to users not existing in Farm B's UIL.. These users have never authenticated to it. Some of the users generating the errors have left and their
    active directory accounts are now disabled.
    From reading, I've gathered that users get stored in the User Information List only when they access the site for the first time. And that user accounts
    who are inactive in AD get flagged in the UIL as beign deactivated.
    How would I manage the above scenario?
    We want records moved from Farm A to Farm B to be the same..  That  it keeps all users permissions as-is in Farm B.. (Even those user accounts that have left and those who have never authenticated in FARM B) 
    Is the solution to
    copy over Farm A's site collection's UIL to the other farm (farm B) and then the other farm's record center will accept the  data (if so, how can this be achieved)?
    I also read that
    Metalogix ControlPoint could possibly help us with this? 
    Any guidance would be greatly appreciated.
    Thank you,
    Erik

    Thank you for your response. I guess this problem is not seen often as not many people have attempted to submit sites cross farm using the record center functionality of SP2010.
    Just to give more info.. Here are the ULS for both farms.
    Source farm ULS Log (FARM 'A'):
    Timestamp               Process                                
     TID    Area                           Category                     
     EventID Level      Message  Correlation
    06/27/2014 15:31:15.03  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Logging Correlation Data     
     xmnv Medium Name=Request (POST:http://sharepoint.lac-bac.int:80/SiteDirectory/EPO/PO/_layouts/docsetsend.aspx?List=%7BEF64E117%2D3822%2D4565%2DB2EB%2D2DF009174F18%7D&ID=10111&Source=http%3A%2F%2Fsharepoint%2Elac%2Dbac%2Eint%2FSiteDirectory%2FEPO%2FPO%2FProject%2520Documents%2FForms%2FPersonalViews%2Easpx%3FPageView%3DPersonal%26ShowWebPart%3D%7BD852A819%2DA71A%2D4F6A%2DB6F8%2D416504A2FF43%7D) 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:15.09  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Logging Correlation Data     
     xmnv Medium Site=/ 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:15.29  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Monitoring                   
     b4ly High Leaving Monitored Scope (EnsureListItemsData). Execution Time=82.6389 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:15.31  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 Web Content Management         Publishing                   
     7fz3 Medium Setting [Display] as the FormContext.FormMode for the current page 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:15.43  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 Web Content Management         Publishing                   
     7fz3 Medium Setting [Display] as the FormContext.FormMode for the current page 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:15.43  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 Web Content Management         Publishing                   
     7fz3 Medium Setting [Display] as the FormContext.FormMode for the current page 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:15.78  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Monitoring                   
     b4ly High Leaving Monitored Scope (EnsureListItemsData). Execution Time=80.6198 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:16.20  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Server              General                      
     a2tj Medium RowLimit unset...using default RowLimit for query: <OrderBy Override='TRUE'><FieldRef Name='FileDirRef' /><FieldRef Name='FileLeafRef' /></OrderBy> 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:19.34  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Monitoring                   
     b4ly High Leaving Monitored Scope (DocumentSet: Export Project Documents/10001 - Digital Office project). Execution Time=3294.5604 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:26.57  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          General                      
     7022 Critical The
    http://lob.lac-bac.int/sites/rc/_vti_bin/OfficialFile.asmx site is not properly configured for this request. 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:26.57  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Monitoring                   
     b4ly High Leaving Monitored Scope (DocumentSet: SendToOfficialFile Project Documents/10001 - Digital Office project). Execution Time=10999.3995 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:26.92  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Monitoring                   
     b4ly High Leaving Monitored Scope (Render Ribbon.). Execution Time=171.1368 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    06/27/2014 15:31:26.95  w3wp.exe (V41SPWEB03:0x1F38)             0x2724 SharePoint Foundation          Monitoring                   
     b4ly Medium Leaving Monitored Scope (Request (POST:http://sharepoint.lac-bac.int:80/SiteDirectory/EPO/PO/_layouts/docsetsend.aspx?List=%7BEF64E117%2D3822%2D4565%2DB2EB%2D2DF009174F18%7D&ID=10111&Source=http%3A%2F%2Fsharepoint%2Elac%2Dbac%2Eint%2FSiteDirectory%2FEPO%2FPO%2FProject%2520Documents%2FForms%2FPersonalViews%2Easpx%3FPageView%3DPersonal%26ShowWebPart%3D%7BD852A819%2DA71A%2D4F6A%2DB6F8%2D416504A2FF43%7D)).
    Execution Time=11964.3773 2ffa6244-70fc-4a38-9801-b409a3c9cf2b
    Destination farm ULS (FARM 'B'):
    06/27/2014 15:31:19.55 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://lob.lac-bac.int:80/sites/rc/_vti_bin/OfficialFile.asmx) 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:20.93 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/sites/rc 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:20.94 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation General 72nz Medium Videntityinfo::isFreshToken reported failure. 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:21.04 w3wp.exe (0x184C) 0x0AE4 Document Management Server Content Organizer qfkz Medium Routing Engine: A rule succeeded, the rule destination is: /sites/rc/Project 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:21.04 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation General g8g8 Medium Begin Query the AD to get the user email and display name. 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:25.55 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation General g8g9 Medium End Query the AD to get the user email and display name. 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:26.39 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (DocId.ItemChangedInternal). Execution Time=80.8497 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:26.39 w3wp.exe (0x184C) 0x0AE4 Document Management Server Content Organizer 1yv6 Medium Routing Engine: Successfully routed item
    http://sharepoint.lac-bac.int/SiteDirectory/EPO/PO/Project%20Documents/10001%20-%20Digital%20Office%20project.zip to DropOffLibrary/10001 - Digital Office project.zip in site
    http://lob.lac-bac.int/sites/rc 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:26.57 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation General 8kh7 High The user does not exist or is not unique. 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:26.57 w3wp.exe (0x184C) 0x0AE4 Document Management Server Records Center glf3 Critical Failed to save incoming file 'http://sharepoint.lac-bac.int/SiteDirectory/EPO/PO/Project%20Documents/10001%20-%20Digital%20Office%20project.zip'
    to destination 'http://lob.lac-bac.int/sites/rc/DropOffLibrary/10001%20-%20Digital%20Office%20project.zip'.  Metadata contained a user field which could not be resolved.  Ensure users exist and source authentication type exists on destination. 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:26.57 w3wp.exe (0x184C) 0x0AE4 Document Management Server Content Organizer cf6o Unexpected Routing Engine: File
    http://sharepoint.lac-bac.int/SiteDirectory/EPO/PO/Project%20Documents/10001%20-%20Digital%20Office%20project.zip could not be routed to /sites/rc/DropOffLibrary in site
    http://lob.lac-bac.int/sites/rc : The user does not exist or is not unique. 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:26.57 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation Performance nask Monitorable An SPRequest object was not disposed before the end of this thread.  To avoid wasting system resources, dispose of this
    object or its parent (such as an SPSite or SPWeb) as soon as you are done using it.  This object will now be disposed.  Allocation Id: {D356DFDB-3CF6-43B3-B39E-4B5D64424979}  To determine where this object was allocated, set Microsoft.SharePoint.Administration.SPWebService.ContentService.CollectSPRequestAllocationCallStacks
    = true. 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    06/27/2014 15:31:26.57 w3wp.exe (0x184C) 0x0AE4 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://lob.lac-bac.int:80/sites/rc/_vti_bin/OfficialFile.asmx)). Execution Time=7015.4328 6159c5fe-10c6-4c7b-8afe-be37bf03180e
    When we submit a record that has users that have never authenticated in Farm 'B', we get error: 
    When we remove those users from the site and re-submit to the record center, we get:
    I doubt our business would go for creating dummy AD accounts.. So if anyone has seen and resolved this issue some other way (If it's Microsoft supported.. I'm thinking along the
    lines of modifying the UIL?), I would be interrested in hearing how it was done.
    Thank you.

  • Issue when uploading Sales data from DSO to Cube.

    Dear All,
    I have an issue when I am uploading Sales data from DSO to Cube.  I am using BI 7.0 and I have uploaded all sales document level data to my DSO.  Then I use a transformation rule to calculate the Sales Value when I am doing DTP to cube.  Cube has customer wise aggregation data.
    In DSO I have NetPrice(KF) and Delivered_QTY(KF).  I do a simple multiplication routine in the transformation from DSO to Cube.
    RESULT =   SOURCE_FIELDS-NET_PRICE * SOURCE_FIELDS-DLV_QTY .
    At the moment I use Active Table(With out Archive) on the DSO to get the data since this is my first load.
    Issue is that the figure (Sales Value) in the cube is incorrect. I am getting a very large values which is impossible.
    Can someone please help me.
    Shanka

    Hi,
    are you sure that cube has customer wise aggregated data..since it will always aggregate the values of the key figures for the same set of characters...
    did you checked the values for the key figures as well and if even they are inflated or is the problem with this key figure only.
    During the data load the records may aggregates first for the same values of characters and then multiplication will be happening....if that is the case then you may have to multiply the values before storing it in the data package and then let it aggregate....can be achived through start routine...
    but first verify if other key figures are also having the same issue.
    Thanks
    Ajeet

  • File formatting issues when saving PDF as PPTX in Acrobat XI Pro

    Hi guys,
    I have some issues when I'm saving my PDF (initially comming from InDesign) as PPTX. The format is suddenly changing, leaving a blank zone, and some of the pages are rotated.
    Is it a problem comming from the Indesign or from the Acrobat options itself? I have already tried changing the chekboxes in the option box when I'm saving, but nothing worked.
    If someone has an idea how to fix that, i would be very grateful! Thanks in advance

    Which dot version of Acrobat XI are you currently using in your export?  Is the PDF file tagged?  If not, then you may want to tag the PDF file before exporting it.

  • Mid 2009 17" MacBook Pro battery shutdown issue when waking from sleep.

    My unibody 17" MacBook Pro occasionally shuts down on waking from sleep when it isn't plugged in.
    When I open the lid to wake it I can hear the hard drive and fans starting to spool, and then the next second it's off and silent. The laptop doesn't mind being turned on again after it does this and might go a week without doing it again, equally it might do it next time I try and wake it from sleep. It does this regardless of battery charge level.
    coconutBattery says the battery still has 86% of its designed capacity, and I haven't noticed anything else untoward regarding battery charging or performance when in use.
    So my question is two fold:
    1) Does it sound like the battery's internal processor is malfunctioning, or could it be something else?
    2) If it is the battery's internal processor, will replacing the battery replace the processor, or are they fitted separately (in defference to the 'internal' part of its name)?
    Cheers,
    James
    nb. just in case it makes any difference, the laptop is a 17" Mid-2009 MacBook Pro, 2.8GHz Core 2 Duo with 4Gb Ram running OSX 10.7.3

    James
    I have had issues when i press the space bar from sleep, sometimes it wakes but others i'm forced to power it on with the power button.
    Is this similar to anything you've experianced?
    Its so inconsistantly these days, but i'm also connected to an external screen.

  • I reinstall the Yosemite due to the wifi issue, when finished, the iMovie was not installed, I try to download it from app store, but it's not free. How can I get iMovie back?

    I'm using a mid 2014 13" rmbp. I reinstall the Yosemite due to the wifi issue, when finished, the iMovie was not installed, I try to download it from app store, but it's not free. How can I get iMovie back?

    It's something to do with the main user account (not iTunes account) on my Mac because I logged in with another account and it downloaded fine, I installed it on the HDD and even though the date in App Store was 16th October 2014, it is the full installer of 10.10.2.
    To try to resolve this problem, I have copied the installer app elsewhere and deleted it but App Store still will not allow me to download it with my main user account yet just allowed me to update iTunes.
    I had a brainwave last night that it might have been related to me changing the default downloads folder to one not on my boot drive (to save disk space on my main boot drive) but having changed it back, tried again, rebooted and tried yet again, deleted my App Store preferences. nothing has worked.

  • OBIEE 11g - issue when export hierarchy to a csv

    Hello,
    I have an issue when I try to export to a csv file a report containing a Logical Dimension field, when I export just the first level of hierarchy is exported and not all the records. When I export to another format (such as excel) all the records are exported correctly. Do you know what can I do in order to have all the records exported to a csv?
    Thanks!
    Solange.

    This is a bug see below.
    Bug 13083479 : EXPORT DATA TO CSV FORMAT DOES NOT DOWNLOAD EXPANDED HIERARCHICAL COLUMNS
    Proposed workaround : OBIEE 11.1.1.5: Pivot Table Report Export To Csv Does Not Include Hierarchical Data [ID 1382184.1]
    Mark if answered.!
    Thanks,
    SVS

  • Performance issues when creating a Report / Query in Discoverer

    Hi forum,
    Hope you are can help, it involves a performance issues when creating a Report / Query.
    I have a Discoverer Report that currently takes less than 5 seconds to run. After I add a condition to bring back Batch Status that = ‘Posted’ we cancelled the query after reaching 20 minutes as this is way too long. If I remove the condition the query time goes back to less than 5 seconds.
    Please see attached the SQL Inspector Plan:
    Before Condition
    SELECT STATEMENT
    SORT GROUP BY
    VIEW SYS
    SORT GROUP BY
    NESTED LOOPS OUTER
    NESTED LOOPS OUTER
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS OUTER
    NESTED LOOPS OUTER
    NESTED LOOPS
    NESTED LOOPS OUTER
    NESTED LOOPS OUTER
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    TABLE ACCESS BY INDEX ROWID GL.GL_CODE_COMBINATIONS
    AND-EQUAL
    INDEX RANGE SCAN GL.GL_CODE_COMBINATIONS_N2
    INDEX RANGE SCAN GL.GL_CODE_COMBINATIONS_N1
    TABLE ACCESS BY INDEX ROWID APPLSYS.FND_FLEX_VALUES
    INDEX RANGE SCAN APPLSYS.FND_FLEX_VALUES_N1
    TABLE ACCESS BY INDEX ROWID APPLSYS.FND_FLEX_VALUE_SETS
    INDEX UNIQUE SCAN APPLSYS.FND_FLEX_VALUE_SETS_U1
    TABLE ACCESS BY INDEX ROWID APPLSYS.FND_FLEX_VALUES_TL
    INDEX UNIQUE SCAN APPLSYS.FND_FLEX_VALUES_TL_U1
    INDEX RANGE SCAN APPLSYS.FND_FLEX_VALUE_NORM_HIER_U1
    TABLE ACCESS BY INDEX ROWID GL.GL_JE_LINES
    INDEX RANGE SCAN GL.GL_JE_LINES_N1
    INDEX UNIQUE SCAN GL.GL_JE_HEADERS_U1
    INDEX UNIQUE SCAN GL.GL_SETS_OF_BOOKS_U2
    TABLE ACCESS BY INDEX ROWID GL.GL_JE_HEADERS
    INDEX UNIQUE SCAN GL.GL_JE_HEADERS_U1
    INDEX UNIQUE SCAN GL.GL_DAILY_CONVERSION_TYPES_U1
    TABLE ACCESS BY INDEX ROWID GL.GL_JE_SOURCES_TL
    INDEX UNIQUE SCAN GL.GL_JE_SOURCES_TL_U1
    INDEX UNIQUE SCAN GL.GL_JE_CATEGORIES_TL_U1
    INDEX UNIQUE SCAN GL.GL_JE_HEADERS_U1
    INDEX UNIQUE SCAN GL.GL_JE_HEADERS_U1
    INDEX UNIQUE SCAN GL.GL_JE_BATCHES_U1
    INDEX UNIQUE SCAN GL.GL_BUDGET_VERSIONS_U1
    INDEX UNIQUE SCAN GL.GL_ENCUMBRANCE_TYPES_U1
    INDEX UNIQUE SCAN GL.GL_SETS_OF_BOOKS_U2
    TABLE ACCESS BY INDEX ROWID GL.GL_JE_BATCHES
    INDEX UNIQUE SCAN GL.GL_JE_BATCHES_U1
    INDEX UNIQUE SCAN GL.GL_SETS_OF_BOOKS_U2
    INDEX UNIQUE SCAN GL.GL_JE_BATCHES_U1
    TABLE ACCESS BY INDEX ROWID GL.GL_PERIODS
    INDEX RANGE SCAN GL.GL_PERIODS_U1
    After Condition
    SELECT STATEMENT
    SORT GROUP BY
    VIEW SYS
    SORT GROUP BY
    NESTED LOOPS
    NESTED LOOPS OUTER
    NESTED LOOPS OUTER
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS OUTER
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS OUTER
    NESTED LOOPS
    NESTED LOOPS OUTER
    NESTED LOOPS
    NESTED LOOPS
    NESTED LOOPS OUTER
    NESTED LOOPS
    TABLE ACCESS FULL GL.GL_JE_BATCHES
    INDEX UNIQUE SCAN GL.GL_SETS_OF_BOOKS_U2
    INDEX UNIQUE SCAN GL.GL_JE_BATCHES_U1
    TABLE ACCESS BY INDEX ROWID GL.GL_JE_HEADERS
    INDEX RANGE SCAN GL.GL_JE_HEADERS_N1
    INDEX UNIQUE SCAN GL.GL_SETS_OF_BOOKS_U2
    INDEX UNIQUE SCAN GL.GL_ENCUMBRANCE_TYPES_U1
    INDEX UNIQUE SCAN GL.GL_DAILY_CONVERSION_TYPES_U1
    INDEX UNIQUE SCAN GL.GL_BUDGET_VERSIONS_U1
    TABLE ACCESS BY INDEX ROWID GL.GL_JE_SOURCES_TL
    INDEX UNIQUE SCAN GL.GL_JE_SOURCES_TL_U1
    INDEX UNIQUE SCAN GL.GL_JE_CATEGORIES_TL_U1
    INDEX UNIQUE SCAN GL.GL_JE_BATCHES_U1
    TABLE ACCESS BY INDEX ROWID GL.GL_JE_LINES
    INDEX RANGE SCAN GL.GL_JE_LINES_U1
    INDEX UNIQUE SCAN GL.GL_SETS_OF_BOOKS_U2
    TABLE ACCESS BY INDEX ROWID GL.GL_CODE_COMBINATIONS
    INDEX UNIQUE SCAN GL.GL_CODE_COMBINATIONS_U1
    TABLE ACCESS BY INDEX ROWID GL.GL_PERIODS
    INDEX RANGE SCAN GL.GL_PERIODS_U1
    TABLE ACCESS BY INDEX ROWID APPLSYS.FND_FLEX_VALUES
    INDEX RANGE SCAN APPLSYS.FND_FLEX_VALUES_N1
    INDEX RANGE SCAN APPLSYS.FND_FLEX_VALUE_NORM_HIER_U1
    TABLE ACCESS BY INDEX ROWID APPLSYS.FND_FLEX_VALUES_TL
    INDEX UNIQUE SCAN APPLSYS.FND_FLEX_VALUES_TL_U1
    TABLE ACCESS BY INDEX ROWID APPLSYS.FND_FLEX_VALUE_SETS
    INDEX UNIQUE SCAN APPLSYS.FND_FLEX_VALUE_SETS_U1
    INDEX UNIQUE SCAN GL.GL_JE_HEADERS_U1
    INDEX UNIQUE SCAN GL.GL_JE_HEADERS_U1
    INDEX UNIQUE SCAN GL.GL_JE_HEADERS_U1
    Is there anything i can do in Discoverer Desktop / Administration to avoid this problem.
    Many thanks,
    Lance

    Hi Rod,
    I've tried the condition (Batch Status||'' = 'Posted') as you suggested, but the qeury time is still over 20 mins. To test i changed it to (Batch Status||'' = 'Unposted') and the query was returned within seconds again.
    I’ve been doing some more digging and have found the database view that is linked to the Journal Batches folder. See below.
    I think the problem is with the column using DECODE. When querying the column in TOAD the value of ‘P’ is returned. But in discoverer the condition is done on the value ‘Posted’. I’m not too sure how DECODE works, but think this could be the causing some sort of issue with Full Table Scans. How do we get around this?
    Lance
    DECODE( JOURNAL_BATCH1.STATUS,
    '+', 'Unable to validate or create CTA',
    '+*', 'Was unable to validate or create CTA',
    '-','Invalid or inactive rounding differences account in journal entry',
    '-*', 'Modified invalid or inactive rounding differences account in journal entry',
    '<', 'Showing sequence assignment failure',
    '<*', 'Was showing sequence assignment failure',
    '>', 'Showing cutoff rule violation',
    '>*', 'Was showing cutoff rule violation',
    'A', 'Journal batch failed funds reservation',
    'A*', 'Journal batch previously failed funds reservation',
    'AU', 'Showing batch with unopened period',
    'B', 'Showing batch control total violation',
    'B*', 'Was showing batch control total violation',
    'BF', 'Showing batch with frozen or inactive budget',
    'BU', 'Showing batch with unopened budget year',
    'C', 'Showing unopened reporting period',
    'C*', 'Was showing unopened reporting period',
    'D', 'Selected for posting to an unopened period',
    'D*', 'Was selected for posting to an unopened period',
    'E', 'Showing no journal entries for this batch',
    'E*', 'Was showing no journal entries for this batch',
    'EU', 'Showing batch with unopened encumbrance year',
    'F', 'Showing unopened reporting encumbrance year',
    'F*', 'Was showing unopened reporting encumbrance year',
    'G', 'Showing journal entry with invalid or inactive suspense account',
    'G*', 'Was showing journal entry with invalid or inactive suspense account',
    'H', 'Showing encumbrance journal entry with invalid or inactive reserve account',
    'H*', 'Was showing encumbrance journal entry with invalid or inactive reserve account',
    'I', 'In the process of being posted',
    'J', 'Showing journal control total violation',
    'J*', 'Was showing journal control total violation',
    'K', 'Showing unbalanced intercompany journal entry',
    'K*', 'Was showing unbalanced intercompany journal entry',
    'L', 'Showing unbalanced journal entry by account category',
    'L*', 'Was showing unbalanced journal entry by account category',
    'M', 'Showing multiple problems preventing posting of batch',
    'M*', 'Was showing multiple problems preventing posting of batch',
    'N', 'Journal produced error during intercompany balance processing',
    'N*', 'Journal produced error during intercompany balance processing',
    'O', 'Unable to convert amounts into reporting currency',
    'O*', 'Was unable to convert amounts into reporting currency',
    'P', 'Posted',
    'Q', 'Showing untaxed journal entry',
    'Q*', 'Was showing untaxed journal entry',
    'R', 'Showing unbalanced encumbrance entry without reserve account',
    'R*', 'Was showing unbalanced encumbrance entry without reserve account',
    'S', 'Already selected for posting',
    'T', 'Showing invalid period and conversion information for this batch',
    'T*', 'Was showing invalid period and conversion information for this batch',
    'U', 'Unposted',
    'V', 'Journal batch is unapproved',
    'V*', 'Journal batch was unapproved',
    'W', 'Showing an encumbrance journal entry with no encumbrance type',
    'W*', 'Was showing an encumbrance journal entry with no encumbrance type',
    'X', 'Showing an unbalanced journal entry but suspense not allowed',
    'X*', 'Was showing an unbalanced journal entry but suspense not allowed',
    'Z', 'Showing invalid journal entry lines or no journal entry lines',
    'Z*', 'Was showing invalid journal entry lines or no journal entry lines', NULL ),

  • Urgent help - PO issue when receiving

    Dear gurus
    i have an urgent production issue, i have done a mass conversion of all the master data from one plant to another, the scenario is that they are closing down and stopping operations at old plant and moving the entire operations to new plant under the same company code, so for this i did the entire MM master data conversions
    i also changed the delivering plant and address using MASS T-code for all the open PO's line items from old plant to new plant (some of line items had partial open qty and some of them entire open qty)
    <b><u>1st issue:</u></b>
    But when i am doing VL31N inbound delivery, the PO qty is NOT showing up automatically in the delivery qty field, so it is causing issues when trying the do a GR
    <b><u>2nd issue</u></b>
    also another issue is that in the Goods Movement Data tab while using VL31N for GR, it is by default showing the old plant still and is grayed out even though the PO line item contains the new plant code and delivery address, so how can we change the receiving plant to new plant and why it is not picking the new plant still
    so can you please help me on this issue and let me know if there is any settings or resolution
    thanks a lot in advance and appreciate your expert advices
    chakri

    dear chakri,
    you have written that you have converted the material master data, but what about the existing puchase orders, you have to copy all the orders in the new plant .
    or if possible try to chane the delivery address in in the item details of the P.O.
    rewards if useful.
    ashish

  • How to calculate the total of bytes transferred when I submit a PDF Form in A. Reader

    Hello,
    I need to know some way for calculate the total of bytes transferred when I submit a PDF form using JavaScript, hereby:
    b ******************************************************************
    i var service_url = http://some_webservice/;
    i var send_type = "PDF";
    i var doc = event.target;
    i doc.submitForm( { cURL: service_url, cSubmitAs: send_type } );
    b ******************************************************************
    b The reason:
    I need to indicate the percentage of bytes sent to the server, in real time. Adobe Acrobat shows a progress bar and the transferred quantity in bytes, but Adobe Reader doesn't. Is in this case, when I need to find a way in order to make something similar.
    b Than you for your time.

    You can use SharePoint Designer and calculate the total in xslt view. Refer to the following post for more information
    http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/04/24/how-to-total-calculated-columns-in-a-sharepoint-list.aspx
    http://blog.metrostarsystems.com/2012/12/03/jennys-sharepoint-tip-sum-calculated-columns/
    Cheers,

  • I'm trying to create a new ichat Acc because for some reason the old one is not working, so I go to Create an Apple ID and start creating a new apple ID, when I submit the Acc it tells me that my Email address is already verified for another Apple ID and

    I'm trying to create a new ichat Acc because for some reason the old one is not working, so I go to Create an Apple ID and start creating a new apple ID, when I submit the Acc it tells me that my Email address is already verified for another Apple ID and thats the only email address I have... What can I do?

    There is no way to consolidate iTunes accounts.
    Setting up an iPhone has never required creation of a new Apple ID.
    You've apparently purchased content with both Apple ID's.  Sign into the device with the correct Apple ID and sync the content.

Maybe you are looking for

  • Delimiter_based E-Text in Bi Publiser 11.1.1.5.0

    hi, I'm in the process of creating delimiter_based e-text in bi publisher 11.1.1.5.0 and came across the scenario to set the tab as the delimiter. Can someone send link or any information on how to set the tab as delimiter in e-text template. thanks

  • Ethernet Connection non-existant - tried everything!

    I am connecting to the internet via a wired router. my brother also uses the router, and has no problem connecting with it. I tried his cable and it worked fine - without having to configure. so i tried another ethernet cable - still no connection, s

  • I can import files from my computer

    when i go to importa a song from my computer to i tunes it says an unnown arror has occored

  • Strange Key Commands Issue - Please Help

    I understand how to make/delete and export key commands. I made a key command preference that I like that doesn't involve the screen set key commands ... herein lies the issue. I delete the commands (1,2,3,4,5,6,7,8,9) that are assigned to screen set

  • Transfering music with itunes sharing

    I am running latest version of iTunes (11.2.2) on both Macs with Mavericks. I can setup sharing just fine, and can play music from Mac A on Mac B. The problem is I cannot transfer music. I cannot see any options to import, or a Home icon although I c