No visible identification of source or file in current download activity

Thanks to excellent article the reasons for downloads occurring without deliberate request are understood. Is there any way of identifying what files or their source are being downloaded at any moment ? Unwanted or irrelevant material can become part of a session.

And to update, when I set my Project window to show thumbnails, no video or images are visible there either.  I can see audio waveforms.
We just downloaded and installed Premiere Pro CC 2014 onto my wife's 2008 Mac Pro running OS 10.9.4 with an ATI Radeon HD 2600 video card, and the software behaves correctly, in that I can see video just fine.
I've tried removing a bunch of Avid and Pro IO and Flip4Mac wmd codecs, but to no avail.  Still no video.
Shawn

Similar Messages

  • Different data-sources.xml files for each build

    Any thoughts on how to do this:
    I have two sets of data-sources. When I deploy the EAR to my stage box, I need to go to the "stage" data source of the other repositories. When I deploy the EAR to my production box, I need to use the production data sources for the other repositories
    I am using jdev 10.1.3
    There is a single data-sources.xml file - where, currently, I am manually editing the connection strings between deployments.
    I am using ant to build the EAR file.
    What is a more elegant way to do this?

    Use ANT script to build the EAR file.
    Have 2 different data-sources file one for production and one for stage.
    Based on the environment you want to deploy tell ANT to copy those files into the EAR.
    Just a suggestion.

  • Source XML File Issue....

    Hi All,
    I am importing a source xml file using import manager.But the Number of root nodes changes in the source file changes when i import a xml file with only 1 record and multiple record.So I am unable to maintain a same map for the same xml file with different records.I guess something is wrong in my xml structure.
    This is my source xml file:
      >><?xml version="1.0" encoding="utf-8" ?>
      >><ns1:MT_MDM_003_Shipping xmlns:ns1="urn:HaworthInc-com:Customer_Master">
      >><Record>
      >><Sales_Organization>1001</Sales_Organization>
      >><Distribution_Channel>00</Distribution_Channel>
      >></Record>
      >><Record>
      >><Sales_Organization>1001</Sales_Organization>
      >><Distribution_Channel>00</Distribution_Channel>
      >></Record>
      >></ns1:MT_MDM_003_Shipping>
    If i use the above file in the import manager I am seeing the Source dropdown (Source Hierarchy) where we select the source file as
    >>None
    >>ns1:MT_MDM_003_Shipping
    >>Records
    If i use the same import file with just 1 record  as follows
    >><?xml version="1.0" encoding="utf-8" ?>
      >><ns1:MT_MDM_003_Shipping xmlns:ns1="urn:HaworthInc-com:Customer_Master">
      >><Record>
      >><Sales_Organization>1001</Sales_Organization>
      >><Distribution_Channel>00</Distribution_Channel>
      >></Record>
      >></ns1:MT_MDM_003_Shipping>
    If i use the above file in the import manager Now I am seeing the Source dropdown (Source Hierarchy) where we select the source file as only.Records is missing
    >>None
    >>ns1:MT_MDM_003_Shipping
    >>Records (This is missing now)
    Since I am missing the Records I have to create the different map for the same file.
    Is there anything missing in the XML???Or the XML structure is wrong????
    Any Help greatly appreciated.

    Thanks for the reply,
    I am running into this error now,when I use schema gainst the xml file...
    Logon Error: Cannot load xml file
    Error:
    COM error 80004005 Unspecified error
    source = msxml4.dll Description = file:///c:/.........
    The "namespace provided differs from the schema's 'urn:Test-com:Customer_Master' targetNamespace
    XML File:
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:Import_File_Format_008_Correspondence xmlns:ns0="urn:Test-com:Customer_Master">
    <Record>
      <Customer_Nr>ZTEST001</Customer_Nr>
      <Company_Code>1001</Company_Code>
      <Acctg_clerk>03</Acctg_clerk>
      <Bank_statement>1</Bank_statement>
      <Acct_at_cust>ZZZZ1234</Acct_at_cust>
      <Decentralized_processing>x</Decentralized_processing>
      <Coll_Invoice_variant>z</Coll_Invoice_variant>
      <Customer_user>ZCUST USER</Customer_user>
      <Actclk_telno>CLERK TEL NR</Actclk_telno>
      <Clerks_fax>12345678</Clerks_fax>
      <Clerks_internet>clerk internet</Clerks_internet>
      <Account_memo>account memo</Account_memo>
      <Dunn_Procedure>1000</Dunn_Procedure>
      <Dunning_block>A</Dunning_block>
      <Dunnrecipient>CP3016</Dunnrecipient>
      <Legdunnproc>04/22/2008</Legdunnproc>
      <Last_dunned>04/21/2008</Last_dunned>
      <Dunning_level />
      <Dunning_clerk>06</Dunning_clerk>
      </Record>
      </ns0:Import_File_Format_008_Correspondence>
    XSD File:
      <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns="urn:Test-com:Customer_Master" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:Test-com:Customer_Master">
      <xsd:element name="MT_MDM_008_Correspondence" type="DT_MDM_008_Correspondence" />
    <xsd:complexType name="DT_MDM_008_Correspondence">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">51f4f670330e11ddabec00112539c3ab</xsd:appinfo>
      </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="Record" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb01c4111ddabe302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Customer_Nr" type="xsd:string">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb11c4111ddccfa02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Company_Code" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb21c4111dd818902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Acctg_clerk" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb31c4111dda34102004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Bank_statement" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb41c4111dda01702004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Acct_at_cust" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb51c4111dd817202004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Decentralized_processing" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb61c4111ddb52602004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Coll_Invoice_variant" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb71c4111ddca1902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Customer_user" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb81c4111ddb7a302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Actclk_telno" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb91c4111ddca3502004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Clerks_fax" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bba1c4111ddaad102004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Clerks_internet" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbb1c4111dd956902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Account_memo" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbc1c4111ddb20902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunn_Procedure" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbd1c4111dd87e302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunning_block" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbe1c4111dd9aaa02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunnrecipient" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbf1c4111dda84302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Legdunnproc" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc01c4111ddae5402004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Last_dunned" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc11c4111dd82e802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunning_level" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc21c4111ddc26a02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunning_clerk" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc31c4111ddce7f02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:schema>

  • I imported pics to catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive. Can I merge cats and will new path to source files be correct if when inporti

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

  • I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I'm not really sure how to get those source files back

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

    Is there any solution (other than buying
    I really think 'buying' is the best solution on this one.  Ideally, you would have at least five internal hard drives.
    System
    Projects
    Cache/Scratch
    Media
    Exports
    Use externals and network drive only for backup.

  • How can you deny bash system access when sourcing a file?

    I'm having another one of my "Linux noob" moments. This is probably easy to answer for the experienced bashers here.
    I need a bash function to extract data from a PKGBUILD for use in other scripts. I want to write it in such a way that there is no significant risk when checking PKGBUILDs from possibly untrusted sources. It would be unreasonable to request the user to manually inspect every PKGBUILD when only extracting information (i.e. not building the package) and when dealing with many PKGBUILDs.
    The function itself is very simple in the unsafe version:
    for ARG in $@; do
    source "$ARG"
    echo "$pkgname $pkgver $pkgrel"
    done
    The reason that I want to source the file is to catch variable changes within the script (obviously missing the build function, but there are some that change outside of it). Parsing the file externally is likely to miss some changes.
    How can I safely source the PKGBUILD? Ideally I want to completely limit access to the system, specifically the users home directory. Is there a way to do this as a user without write permissions? Is this what the "nobody" user is for?
    I've considered using chroot but that appears to need root privileges. I want to avoid sudo.
    Thanks.
    Last edited by Xyne (2009-05-19 11:09:25)

    Well, unsetting the PATH seems a good idea, but what if the pkgbuild contains sth like this:
    pkgver=$(uname -r)
    or any similar manner of dynamically generating one of the variables Xyne's interested in by using a command in a subshell? While the following works (i.e. fails as it should):
    ~$> OLDPATH=$PATH;export PATH="";/bin/bash -r -c 'foo=$(rm foo);foo=$(/bin/rm foo)';export PATH=$OLDPATH
    /bin/bash: rm: No such file or directory
    /bin/bash: /bin/rm: restricted: cannot specify `/' in command names
    any legitimate use of command substitution will fail as well. Not to mention redirection, which is disabled in a restricted shell as well.
    And yes, disabling (possibly) malicious bash builtins may be done as well, but it will fail as well if they are used in a legitimate way.
    Using "nobody" also relies on the assumption that the user's files aren't world-writable. I think the only safe solution is using a chroot after all, but maybe I'm missing something here.

  • How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software.

    How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software. I downloaded open office to my mac to try and save money. It worked well for a while. Now I get this pop-up message that asks me to "Reopen" and when I select the option, nothing happens. I cannot save my documents anymore and I cannot convert them to word. Help!

    dwb wrote:
    Does OpenOffice output Word documents by default or do you have to select it manually?
    You have 17 options to save as in Open Office, one of which is .doc  files,  yes it needs to be saved manually.
    You may be able to default to DOC, but have not tried same.
    Since Open Office is 99% same as Word, I use it, or Word, either one.  Open Office is a bit less buggy than Word 11'

  • How to find out the source program file in Proposal in Sales Online in CRM

    How to find out the source program file in Proposal in Sales Online in CRM

    You can find it in the oracle->apps->prp directory.
    It is the $JAVA_HOME

  • Failed to open source schema file:null Error Xform File Creation - CustomerPartyEBM

    Hi All,
        We are creating a Provider ABCS which is generated by AIA Service Constructor with SyncCustomerPartyList Operation in CustomerPartyEBM, We are able to compile the process susccesfully but when we create a Trasformation file with source as CustomerPartyEBM and Target has Siebel ABM, then the xsl file in design view pops up a error message saying - "Failed to open source schema file:null". When tried with other EBM's its working fine its only for CustomerPartyEBM.
    Do anyone had idea on this?
    Thanks a lot,
    RR.

    Thank you both for your responses.
    You were on the right track.
    I was attempting to use a 'dodgy' brand (SKY-Silver) of DVD-R for the creation of the disk set.
    On changing over to TDK disks, the problem did NOT repeat.
    Strangely enough, the dodgy ones worked great for creating copies of the set once it was completed.
    Again, thanks to you both.

  • Can't add effects to source quicktime files in FCP 5 Academic

    I'm working on a project for someone, and their source files are .mov files. They have already composed the files into the timeline and they need some color correction done to some of the clips. When I double-click the clips on the timeline and open them up in the viewer, I drag the color correction filter over to that clip in the viewer. When I change the color settings in the filter tab, nothing happens to the clip. When I drag the color correction filter to the source file in the browser, I can make the changes that I need, but when I put it into the timeline the changes aren't there. I have never had this problem, but I usually work with files that I capture myself as mpegs. Is there an issue with the source quicktime files?

    hey there,
    i'm cool. but tired. sorry that i got that wrong... just like "yep, i'm a bit of a n00b but not that much..."
    alright...
    the procedures that both of you were describing are just exactly what i do. exactly. DRAGGING filter onto the clip, DOUBLECLICKING the clip, CHOOSING filter in viewer, MODIFYING the filter, CHECKING the result in viewer - video.
    no effect.
    to answer your questions one after another...
    - i use fcp 6.0.3
    - tried to apply standard fcp built-in filters (sorry, don't know the english labels for 'em... but whatever: ANY filter i use HAS NO EFFECT)
    - source material is .mov, dv-pal, pal-ccir 601, 720*576, no alpha, normal composite-mode.
    - yesterday, i trashed fcp preferences with fcprescue6. didn't help, obviously.
    - repaired file permissions.
    - i searched the forum for 2hrs. negative result (apart from this thread opened by jjzlbass)
    - what i didn't do yet was to reinstall the whole thing. if nothing else helps, i'm going to try this...
    once again, i hope to be clever enough to follow standard operating procedures when applying filters. but: neither audio nor video filters work in my system anymore.
    i'm grateful for your help
    m
    Message was edited by: 00Piano

  • Importing open source jar files

    Hi
    I have written a program, a Java application (Prog 1), which uses some opensource jar files and it runs fine.
    Now I am trying to create an applet (another program in same project) which will show the output from Prog 1 on a webpage.
    But when I try to do this, the applet does not get loaded into the browser and shows me the (ClassNotFound) error that a class file which is in the open source jar file cannot be found.
    why is this happening and what can be done?
    Please help.

    ... and what JAR is the class in, which it reportsas
    The jar file is htmlparser.jar, but this file is
    already added in the project classpath
    No it isn't. The run-time "classpath" is specified by what you put in the <applet> tag. It has nothing to do with the classpath you specified at compile-time. You need to add htmlparser.jar to the "archive" entity.
    archive="YahooExt.jar,htmlparser.jar"
    (if I have the correct separator, which I believe is a comma, according to this resource: http://java.sun.com/j2se/1.4.2/docs/guide/misc/applet.html)
    And of course htmlparser.jar needs to live on the web server, in the same directory as YahooExt.jar in the example above.

  • Decode statement in a mapping involve Source Text File & Table.

    Hi All,
    Oracle 9i Warehouse Builder Client: 9.2.0.4.0
    Oracle 9i Warehouse Builder Repository: 9.2.0.2.0
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
    Does OWB allow to use Decode statement in a mapping involves Source Text File and Oracle Table.
    My understanding is it's not possible, since OWB makes use of Sqlloader. For this work arround could be make use of External Table instead of Text Flat File.
    However I came across an old posting (June-2003) which says that this feature is available OWB 9.2.
    Following is the url:
    IF THEN LOGIC from Flat File to Table
    Can someone please confirm this?
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi all,
    If you want to validate correctly this mapping you must to :
    1. Right click on the mapping, then Configure
    2. Right click on Sql Loader Data Files, then Create
    3. Verify that the location name is correct and complete the Data File Name
    4. OK
    The validation is now OK.
    I hope it will be help you
    Best Regards
    Samy

  • How to create empty text file on target system for empty source text file

    Hi All,
    I have an issue in handling empty file in the Text (FCC) to Text (FCC) file scenario. Interface picks text file and delivers on target system as text file. I have used FCC in both sender and receiver CCs.
    Interface is working fine if the source file is not empty. If the source text file is empty (zero Bytes), interface has to delivery an empty text file on target system.  I have setup empty file handling options correctly on both CCs.
    But when I tried with an empty file I am getting the error message 'Parsing an empty source. Root element expected!'.
    Could you please suggest me what I need to do to create an empty text file on target system from empty source text file?
    Thanks in Advance....
    Regards
    Sreeni

    >
    Sreenivasulu Reddy jonnavarapu wrote:
    > Hi All,
    >
    > I have an issue in handling empty file in the Text (FCC) to Text (FCC) file scenario. Interface picks text file and delivers on target system as text file. I have used FCC in both sender and receiver CCs.
    > Interface is working fine if the source file is not empty. If the source text file is empty (zero Bytes), interface has to delivery an empty text file on target system.  I have setup empty file handling options correctly on both CCs.
    >
    > But when I tried with an empty file I am getting the error message 'Parsing an empty source. Root element expected!'.
    >
    > Could you please suggest me what I need to do to create an empty text file on target system from empty source text file?
    >
    > Thanks in Advance....
    >
    > Regards
    > Sreeni
    the problem is that when there is an empty file there is no XML for parsing available. Hence in case you are using a mapping it will fail.
    What ideally you should do is to have a module that will check if the file is empty and if so write out an XML as you want with no values in the content/fields.
    Or the next choice would be to have a java mapping to handle this requirement. I guess that on an empty file the java mapping will go to an exception which you can handle to write out your logic/processing

  • Source Data file format for FDM

    Hi,
    I am new in FDM and have couple of question on data loading.. We are using FDM to load the data in Essbase. Please help me on these-
    Question 1:
    In source data file, suppose, we have around 300 account members and around 100 PO numbers. There are multiple 'PO numbers' records for each 'account member'.
    As per our requirement, we need to sum up the all values for 'PO number' column for each account.
    For example, suppose, we will get data file as below. Here, Important point is, I don't have dimension for 'PO number ' in Essbase. I will get the accounts data corresponding to 'PO number' but there is no dimension in Essbase to store data at 'PO number' level.
    Account column PO number Actual Estimated
    A001 P0123_10 10.00 15.00
    A001 P0123_20 20.00 25.00
    A002 P0123_30 30.00 35.00
    A002 P0123_40 40.00 45.00
    A002 P0123_50 50.00 55.00
    A003 P0123_60 60.00 65.00
    A003 P0123_70 70.00 75.00
    A003 P0123_80 80.00 85.00
    and so on
    Now we want to sum up the data for each Account member i.e
    Account column Actual Estimated
    A001 30.00 40.00
    A002 120.00 135.00
    and so on ---
    As per my understanding, While defining the *'Import format'* for this source data file , we will not consider the column for 'PO number' and will define the mapping with merge option. Hence, multiple record for each account will be accumulated.
    Please suggest me on this.. Is my understanding correct or how will handle this type of scenario?
    Question2:
    Suppose, we have data for multiple scenarios ( i.e. Actual, Estimated etc) in one excel sheet, which will be used in FDM as a source file? As per admin guide, we have POV for Category and data will be loaded for that selected POV only. In this case, will FDM consider the data for each selected POV scenario or how FDM will function in this case... do we need to have separate files for each scenario...
    Please help me to solve these problems...
    Thanks & Regards,
    Mohit Jain

    QUESTION1: If you ignore the PO field in the import you will get the accumulating behaviour you describe. Not sure what you mean by using merge in the mapping. The default behaviour of FDM is to accumalate all non-unique lines following the mapping process you don't have to set anything
    QUESTION2: Data will only be loaded to the selected Category in the POV if you have data in the file that needs to be targetted at a different scenario you will need a seperate load file containing that data and choose the alternate category in a seperate manual workflow process

  • Does Editing a clip after using the "Open in Timeline" command in the event browser alter the source media file?

    Does editing a clip after using the "Open in Timeline" command in the event browser alter the source media file?

    C5ELEN wrote:
    . Didn't we have that in 7?  Seems like I remember we could set the number of undo levels.
    Legacy FCP has Revert Project to return to the last saved version, and it has Restore Project to go back to one of the autosaved versions. The maximum number of undo's can be set in user preferences. A lot different than X.
    Russ

Maybe you are looking for

  • Select Query LQUA Table

    Hi Experts Can Any one tell me , Is there anything wrong in this select query, As per my knoledge everything is Fine, But Still i am getting SY-SUBRC = 4 for this Query, Its a Warehouse Management table LQUA i have Used. TABLES:mara,lqua. *Internal T

  • JETech H0781 bluetooth headset won't work.

    I bought the  JETech® H0781 Universal Bluetooth Headset from Amazon. It said in the title that it was compatible with the 4s. It plays music okay and the microphone works with Siri, but when I take a call, neither me or the caller can hear me, and I

  • Life in the slow lane

    I know I'm slowing down as I get older, but what about my G5 Quad? I thought by adding more ram (2gb) video renderings and such would progress at a faster pace. Haven't noticed any marked improvement. Maybe I'm not using it correctly or my settings a

  • Has anyone heard anything about the next N86 FW?

    It has been nearly 3 months since the last maintenance release, v21. The major update, v20 was released a long time ago. Since then, I haven't even heard of any rumour or info about the next FW update for the N86. Has anybody here heard anything or k

  • HT201303 Iv tired everything to change my serIcuty passwords and I can't I don't remember even filling them out HELP!!!

    Iv tired everything to change my serIcuty passwords and I can't I don't remember even filling them out HELP!!!