Importer - basic question

Hello All,
Referring to the Premiere Pro SDK documentation covering Importers, the first line of the chapter reads:
"Importers provide video and/or audio from the media source. This source can be a single file, a
set of files, a communication link between another application, etc"
Then the imOpenFile8 selector says:
"Importers that don’t open their own files, or importers that only open a single file should
not use this suite."
I'm probably mistaken, but the two statements appear to be conflicting, creating some confusion for me.  We intend to build a standard Importer plugin that creates a communication link between another application and as such will not be explicitly opening files.  The example provided is great start, but I need more help.
Here's my question:
Assuming our plugin sets imImportInfoRec.canOpen to false as I think it should when it creates a communication link with another application, can someone please explain how a standard importer is interfaced with when importing? If possible, I would also like to know the sequence of calls.
Thank you,
MirandaTech

Hi there,
In that case, it sounds like you would want to write a standard importer plug-in.  You could start with the SDK File Importer plug-in sample as your guide.  Since your plug-in will be working with another process to perform file handling, you'll want to set canOpen.  This will tell Premiere Pro that you want your plug-in to receive the imOpenFile8 and imQuietFile calls, which is where you should open / close any file handles.
Regards,
Zac

Similar Messages

  • Basic question about importing wma files

    Hi, I have a basic question about importing wma files. I ripped some cd's on a Mindows computer using Media Player, but now want to copy them to my Mac and use them in iTunes on my Mac. when I use Import in iTunes, nothing happens and I cant even seem to copy them one by one using the Music folder.
    Can someone help me?
    thanks
    eMac   Mac OS X (10.4.4)  

    iTunes for Mac doesn't support .wma files.
    If you can use a PC to convert them, you can use one of many freeware applications. Google for 'wma to mp3'.
    For the Mac there's the shareware program EasyWMA that can convert them.
    Hope this helps.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

  • Basic questions on data modeling

    Hi experts,
    I have some basic questions regarding data modeling within MDM. I understand the available table types and the concept of lookup fields. I know that the MDM data modeling concept is different to the relational concept. But having a strong database background my first step was to design a relational data model which I would like to transfer to a MDM repository. Unfortunately I didn't found good information material on this. So here are some questions maybe you can help me:
    1) Is it the right approach to model n:m relationships with multivalued lookup fields? E.g. main table Users with lookup field from subtable SapAccounts (a user can have accounts in different SAP systems, that means more than one account).
    2) Has a record always be unique in MDM repositories (e.g. should we use Auto ID's in every table or do we have to mark a combination of fields as unique)? Is a composite key of 2 or more fields represented with marking these fields as unique?
    3) The concept of relationships in MDM is only based on relationships between single records (not valid for all records in a table)? Is it necessary to define all relationships similar to the relational data model in MDM? Is there something similar to referential integrity in MDM?
    4) Is it possible to change the main table to a sub table later on if we realize that it has also to be used as a lookup table for another table (when extending the data model) or do we have to create a new repository from scratch?
    Thank you for your answers.
    Regards, bd

    Yes you are correct. It is almost difficult to map relational database to mdm one. But again MDM is not 'just' a database. It holds much more 'master' information as compared to any relational db.
    1) Is it the right approach to model n:m relationships with multivalued lookup fields? E.g. main table Users with lookup field from subtable SapAccounts (a user can have accounts in different SAP systems, that means more than one account).
    Yes Here you need to use MV look up tables or can also try Qualifier tables if it gets more complex
    2) Has a record always be unique in MDM repositories (e.g. should we use Auto ID's in every table or do we have to mark a combination of fields as unique)? Is a composite key of 2 or more fields represented with marking these fields as unique?
    Concept of uniqueness differs here that you also have something called Display Fields (DF). A combination of DF can also be treated as Unique one. For instance while importing records if you select these DF as a combination, you will eliminate any possible of duplicates based on this combination. Auto Id is one of the ways to have a unique id once record is within MDM. While you use UF or DF to eliminate any possible duplicates at import level
    3) The concept of relationships in MDM is only based on relationships between single records (not valid for all records in a table)? Is it necessary to define all relationships similar to the relational data model in MDM? Is there something similar to referential integrity in MDM?
    Hmm... good one. Referencial Integrity. What I assume you are talking is that if you have relationships between tables then removing a record will not be possible as it is a foreign key for some record. Here MDM does not allow that. As Relationships within MDM are physical and not conceptual. For instance material can have components. Now if material does not exist then any relationship to components is not worthwile to maintain. Hence relationshsip is eliminated.  While in relational model relationships are more conceptual. Hence with MDM usage of lookups and main table you do not need to maintain these kind of relationships on your own.
    4) Is it possible to change the main table to a sub table later on if we realize that it has also to be used as a lookup table for another table (when extending the data model) or do we have to create a new repository from scratch?
    No. It is not possible to convert main table. There is only one main table and it cannot be changed.
    I went for the same option but it did not work. What I suggest is to look up your legacy system one by one and see what fields in general can be classified as Master, Reference, Transactional - You will start getting answers immediately.

  • Basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005 and there is no Microsoft office or Excel driver installed in Production

    Hi all,
    I got one basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005. I wanted to know How this package works in production where there is no Microsoft office or Excel driver installed. To check that there is excel driver installed
    or not, I followed steps: Start-->Administrative Tools--> Data Sources(ODBC)-->Drivers and I found only 2 drivers one is SQL Server and another one is SQL Server Native Client 11.0.
    Windows edition is Windows Server 2008 R2 Enterprise, Service Pack-1 and System type is 64-bit Operating System.
    We are running this package from SQL Server Agent and using 32-bit (\\Machine_Name\d$\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTExec.exe /FILE "\\Machine_Name\d$\ Folder_Name\EtL.dtsx" /CONFIGFILE "\\Machine_Name\d$\Folder_Name\Config.dtsConfig"
    /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E) to run this package. I opened the package and tried to find out what connection we have used and found that we have used "Excel Connection Manager" and ConnectionString=Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=F:\Fares.xls;Extended Properties="EXCEL 8.0;HDR=YES"; and source is ‘Excel Source’
    I discussed with my DBA and He said that SSIS is having inbuilt Excel driver but I am not convinced.
    Could anyone please clear my confusion/doubt?
    I have gone through various links but my doubt is still not clear.
    Quick Reference:
    SSIS in 32- and 64-bits
    http://toddmcdermid.blogspot.com.au/2009/10/quick-reference-ssis-in-32-and-64-bits.html
    Why do I get "product level is insufficient..." error when I run my SSIS package?
    http://blogs.msdn.com/b/michen/archive/2006/11/11/ssis-product-level-is-insufficient.aspx
    How to run SSIS Packages using 32-bit drivers on 64-bit machine
    http://help.pragmaticworks.com/dtsxchange/scr/FAQ%20-%20How%20to%20run%20SSIS%20Packages%20using%2032bit%20drivers%20on%2064bit%20machine.htm
    Troubleshooting OLE DB Provider Microsoft.ACE.OLEDB.12.0 is not registered Error when importing data from an Excel 2007 file to SQL Server 2008
    http://www.mytechmantra.com/LearnSQLServer/Troubleshoot_OLE_DB_Provider_Error_P1.html
    How Can I Get a List of the ODBC Drivers that are Installed on a Computer?
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/07/07/how-can-i-get-a-list-of-the-odbc-drivers-that-are-installed-on-a-computer.aspx
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi S Kumar Dubey,
    In SSIS, the Excel Source and Excel Destination natively use the Microsoft Jet 4.0 OLE DB Provider which is installed by SQL Server. The Microsoft Jet 4.0 OLE DB Provider deals with .xls files created by Excel 97-2003. To deal with .xlsx files created by
    Excel 2007, we need the Microsoft ACE OLEDB Provider. SQL Server doesn’t install the Microsoft ACE OLEDB Provider, to get it we can install the
    2007 Office System Driver: Data Connectivity Components or
    Microsoft Access Database Engine 2010 Redistributable or Microsoft Office suit.
    The drivers listed in the ODBC Data Source Administrator are ODBC drivers not OLEDB drivers, therefore, the Excel Source/Destination in SSIS won’t use the ODBC driver for Excel listed in it by default. On a 64-bit Windows platform, there are two versions
    of ODBC Data Source Administrator. The 64-bit ODBC Data Source Administrator is C:\Windows\System32\odbcad32.exe, while the 32-bit one is C:\Windows\SysWOW64\odbcad32.exe. The original 32-bit and 64-bit ODBC drivers are installed by the Windows operating system.
    By default, there are multiple 32-bit ODBC drivers and fewer 64-bit ODBC drivers installed on a 64-bit platform. To get more ODBC drivers, we can install the 2007 Office System Driver: Data Connectivity Components or Microsoft Access Database Engine 2010 Redistributable.
    Besides, please note that 2007 Office System Driver: Data Connectivity Components only install 32-bit ODBC and OLEDB drivers because it only has 32-bit version, but the Microsoft Access Database Engine 2010 Redistributable has both 32- bit version and 64-bit
    version.
    If you have any questions, please feel free to ask.
    Regards,
    Mike Yin
    TechNet Community Support

  • 2 Basic questions

    Hai guys,
    i am beginner in Webdynpro.i have
    2 basic questions in abap webdynpro.
    1)after a view is designed,while generating the application,we usualy get  a web applicaiton.and use the url to access the developed screen.
    can we,alternatively,generate a ABAP transaction instead?(like instead of URL ,we shud get a tcode,like normal abap dynpro)
    in other way,i want to develop abap dynpro using webdynpro tools.
    2)can we take a webpage,and covert in into meta data and thus,use it to create the view?(the reverse of what we do)

    Hello shravan,
    Regarding your first question: YES, you can attach a normal ABAP transaction to a WDA application.
    Check out this report code I wrote, you just need to change the k_wdappl_name constant value to your application name:
    REPORT y_abindi_001.
    CONSTANTS: k_browser      TYPE string VALUE 'IEXPLORE.EXE',
               k_mandt_prefix TYPE string VALUE '?sap-client=',
               k_wdappl_name  TYPE string VALUE 'YTEST_WD2'.   "Nombre de la aplicación
    DATA: g_mandt_param TYPE string,
          g_url         TYPE string.
    START-OF-SELECTION.
      CONCATENATE
        k_mandt_prefix
        sy-mandt
      INTO g_mandt_param.
      CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = k_wdappl_name
        IMPORTING
          out_absolute_url = g_url.
      CONCATENATE
        g_url
        g_mandt_param
      INTO g_url.
      CALL METHOD cl_gui_frontend_services=>execute
        EXPORTING
          application            = k_browser
          parameter              = g_url
          maximized              = 'X'
        EXCEPTIONS
          cntl_error             = 1
          error_no_gui           = 2
          bad_parameter          = 3
          file_not_found         = 4
          path_not_found         = 5
          file_extension_unknown = 6
          error_execute_failed   = 7
          synchronous_failed     = 8
          not_supported_by_gui   = 9
          OTHERS                 = 10.
      IF sy-subrc <> 0.
        WRITE:/,'Error al ejecutar Browser (',k_browser,')'.
      ENDIF.
    Then attach a report transaction to this program, that's it.
    Regards.

  • Color Balance File Output - A Basic Question

    Hello,
    A basic question: if I want to bring uncorrected QT files into Color for auto balancing, do I have to bring the rendered files into FCP in order to finish the files as self contained QT files? Is there a way in Color to output the new files, bypassing FCP?
    If I can do this, what is a recommended workflow for automating this process: bringing hundreds of clips into Color, batch auto balancing the files, and outputting the corrected files to a watch folder?
    Thanks!

    Stuart Baker2 wrote:
    If I can do this, what is a recommended workflow for automating this process: bringing hundreds of clips into Color, batch auto balancing the files, and outputting the corrected files to a watch folder?
    Have you actually tried the Auto Balancing feature? There was a recent thread on it you might want to dig up.
    I doubt it'll work the way you want and is more likely to make a shot worse than improve it.
    AFAIK, it's not something that's scriptable. Go Help > User Manual for how to import shots bypassing FCP. It's covered extensively and clearly.
    HTH.
    - pi

  • Basic Questions on UITableView

    Hi, I'm trying to learn the iPhone API by creating a simple table application and I have some basic questions. There are stuff in the example code and the docs that seem to contradict, and I'm hoping some people can clarify.
    1) Table View Programming for iPhone OS, it says that UITableView must have a delegate and a source. I take it that in the example code (let's use TableCellSubivews) RootViewController is the source and TableViewCellSubviews is the delegate?
    2) If so, why does TableViewCellSubviews adopt the UIApplicationDelegate protocol and not UITableViewDelegate? In fact, I don't think any of the classes in the example code adopt UITableViewDelegate.
    3) In the UITableViewDelegate reference, it names didSelectRowAtIndexPath as a method. In the example code, why is in the didSelectRowAtIndexPath a method in the RootViewController, and not the delegate itself?
    Thanks for any explanations that anyone can give to help a noob!

    {quote}
    1) Table View Programming for iPhone OS, it says that UITableView must have a delegate and a source. I take it that in the example code (let's use TableCellSubivews) RootViewController is the source and TableViewCellSubviews is the delegate?
    {quote}
    There are 3 things that need to be done when setting up a tableview:
    1- the tableview controller itself, which determines how the tableview is set up, decides on the view, etc..
    2- the data source: the controller in 1) above needs to ask someone "give me the cell with the data for row #x. That's the job of the data source
    3- The delegate: some things for the table view need visible stuff such as the height of a row, whether a row should have a checkmark, etc... That's the job of the delegate.
    Now what often happens is that people do not specify a data source nor a delegate. What this means is that the controller performs all 3 jobs. Again, if the controller does not specify its delegate (or no class registers as its delegate), then the controller acts as its own delegate. (that answers your second question)
    {quote}
    3) In the UITableViewDelegate reference, it names didSelectRowAtIndexPath as a method. In the example code, why is in the didSelectRowAtIndexPath a method in the RootViewController, and not the delegate itself?
    {quote}
    That's a tricky question.
    The thing is that both the data source AND the delegate adopt a method called didSelectRowAtIndexPath. But they're for very different purposes. For the delegate, it's simply a notification by the controller that "hey, this row was selected, you may want to do something with it", i.e. change the color of the font, add a checkmark, etc...
    For the data source, it's much more important (and required!): the controller is saying "hey, someone requested row #x. Please give it to me!" This includes getting all the data and setting up the whole row, then returning it to the controller.
    Hope this helps clear things up.

  • Basic questions about recovery/repair preparation

    When I got my machine, over two years ago, I made repair disks on DVD's per Toshiba's instructions. Now, with my nightly backups, I have it make a system disk image on a NAS device. 
    If I were to have a large failure and need to restore my system,  is there anything I can do now that would prevent me from having to go back to my inital system install of two+ years ago and start reinstalling everything?  
    I guess what I'm wondering is if would making another set of more recent repair disks be useful at all in giving me a "jump start" on recovery and how my scheduled system disk image fits into the picture. I've heard some folks say system disk images from a NAS device can't be used but they were not particularly credible sources so I don't know.
    Probably pretty basic questions, but having recently had a scare with my machine, I want to be sure I'm as prepared as I can be.
    Thanks.
    Solved!
    Go to Solution.

    Now, with my nightly backups, I have it make a system disk image on a NAS device.  ....  I've heard some folks say system disk images from a NAS device can't be used...
    If you cannot boot from an optical disc or flash drive to a program that restores from that NAS image, Sally, then it's useless. What system/procedures are you using? Read the manual.
    The original recovery discs in my view are not very helpful. I would use them only to establish whether hardware is at fault when debugging a problem. Daily backups are the best source of recovery. We keep ours for ten days and test the recovery procedure from time to time.
    Most of us who make backup disk images create them on an external drive connect via USB. Windows 7 already has such a backup program. One can boot from a repair disc to restore that image.
    As you realize, this is important Let's sort it out.
    -Jerry

  • DVD studio basic questions...

    HI!
    I have mostly used FCP to make web videos, so making a DVD is new for me. I used iDVD in the past for family videos, but that's about it.
    Some basic questions...
    1) Does DVD Studio work from different FCP files? Meaning, can I create all the "chapter sections" in my dvd in different FCP files? Is that the best way to do it? Or does it all have to be done in one FCP file with some sort of chapter marker system?
    2) Does DVD Studio read from FCP direct or from exported .dv files?
    3) Do I have a choice of using FCP or exported .dv files?
    I ask these so I know the right way to approach my FCP project.
    Also, if it can use .dv files, then I can outsource the authoring of making the DVD to someone else to save me some time. This is harder to do with the FCP files.
    FINALLY...
    4) When I used iDVD in the past and dvds I buy in the store, all I could get was about 1 hour on a dvd.
    With DVD studio, how can you make a longer DVD that can fit more than 1 hour, as I am making a professional product for duplication.
    Thanks sooooooooo much for your wisdom..... john

    Hi John - in response:
    1) yes, it can certainly do so. However, you can also use a single timeline in FCP, set chapter markers and add the DVDSP meta data (click 'm' twice in the FCP timeline to get the chapter marker window, and add the data there). You might also add the markers when in DVDSP - all fairly easy to do. I often use lots of different FCP clips to make a single track in DVDSP - you have to think of a DVDSP timeline very differently to a FCP one... in DVDSP the timeline can hold completely different films and you use chapter markers to help delineate it all. You only need to use a new track in DVDSP if it helps with the overall structure for the disc, or if you've used 99 chapter markers in the first one already.
    2) yes, it can. Using a FCP reference file is possible, as is using an exported .dv file. The difference is a matter of preference, largely. I tend to export out of FCP as a QT self-contained file, encode it using compressor to be mpeg2, and then import into DVDSP. You can, of course, go from FCP directly to compressor without making the QT file. The output from compressor is what you are after for DVDSP - you can use QT or .dv files right into DVDSP, but they get compressed to MPEG2 as the disc is built. The encoder in DVDSP is not a particularly refined tool, and Compressor will give you so many more options, including encoding the audio to AC3 (dolby digital) which is a very important thing to do!
    3) yes again... see above? You can't use the FCP project files, you certainly can use other file types, but you really ought to use MPEG2 files from Compressor. You'll get a better looking result.
    4) yes... this all comes down to the way the footage is encoded (I'm labouring the point, but Compressor is your friend here again). There are lots of ways you can squeeze more onto a standard 4.37Gb disc - it is easy to get 2 hours on if you know what you are doing. This could be an entire thread of it's own, but the basics are that you need to use Dolby Digital audio (AC3) which has a tiny file size but a decent audio sound. This leaves you with more space on your disc for the video. The more you compress the video (use lower bitrates like 3Mbps) the smaller the file will be, and therefore the more footage you can fit onto the disc.
    The problem is that lower bitrates can result in lower quality. This is especially true if your footage includes pans, zooms, shimmering water, leaves on trees, fades and so on. You tend to get blocky areas that look poor. Higher bitrates certainly help, but you get larger file sizes and thus can fit less on the disc... it's always a trade off between file size and quality. With iDVD the encoding decisions are taken for you, and you can't control it, but it fortunately does a pretty decent job.
    There is no set or enciding rules that will work for every piece of video you have got, however you can go a long way using variable rate encodes (VBR) that have a range from 4 - 7.4Mbps. In order to know whether the resulting file will fit onto your disc you have to do some good old 'bit budgeting'. There are online tools to help you where you type in the length of your footage in minutes, and the size of your DVD capacity, and it tells you what the bitrate needs to be in order to fit the space available. Be careful though - it cannot tell what your footage is, and you have to preview the results yourself to judge if the quality is right.
    A tip is to find the 'problem' areas in the footage, make a short (2mins) clip and encode that at different bit rates. When you find one that works well, use that for all of the footage. As long as you use 2 pass (VBR) encodes in Compressor, it will assign lower bitrates to the easier sections, and higher bitrates to the problem areas.
    There are many other encoders out there which are better than Compressor - have a look at Cinemacraft on a PC for a start - but you pay a premium for them. They also take a while to learn, but the trick to making a great looking DVD is to use great looking source footage and encode it well before making the DVD. If you encode as part of making the DVD then you've missed the point and you'll get 'average' results at best!

  • Basic question, how to create rtf template with a given xml file

    Hello guys
    I am new to BI publisher and I am learning how to create rtf templates using given xml fiel definitions by following the bi publisher guide
    The steps I am following is:
    1, create template using template builders, which is downloaded into MS words.
    2, In the empty template, map the xml columns with template field using BI publisher tag
    3, upload the template to BI Publisher as a layout.
    That's all I can understand.
    My question is:
    1,in which above step do I import XML file into template builder (if not bi publisher), how to do so?
    2,After template is created, how to associate this template layout with existing reports in BI Publisher, or is it necessary at all?
    3,In the template content in MS Word template builder, what should I enter other than BI publisher tags for mapping XML field to desired template field
    Or, if my understand of this process is entirely wrong, what's the right process of creating rtf template with a given XML file definition
    Thanks

    If you have a BI Publisher desktop installed, have a look a the demos,.. should answer most of your basic questions.
    (Windows) Start->Programs->Oracle BI Publisher Desktop->Demos
    Invoice Demo - good one for those with E-Business Suite
    Report Demo - Sample using BI Publisher

  • MapViewer - A team of newbies and definitely basic questions...

    Dear All,
    We are a team of programmers who are very new to MapViewer. We are an experienced team of GIS programmers, however, we find difficulty in applying known functions to MapViewer. It's a great application, but a lot of unknowns.
    We have very basic questions, as well as advanced ones. I would like to summarize them as follows:
    1. How can I let the map to be zoomed into a specific feature?
    2. How can I execute a query to find a specific feature?
    3. How can I execute network analysis query to find the shortest path or paths between two or more nodes?
    4. How can I find out the nearest node to the location when user clicks on an arbitrary location on the map?
    5. How can I execute generic queries, without (this is important) need to send/receive XML queries?
    6. The bottomline is: we just want to use ready made functions to make it as easy as possible.
    Anyhelp is greatly appreciated. We are stuck with the basics of MapViewer (Oracle Maps).
    Please help us find the light :)
    Best regards.
    Desperate MapViewer Team!

    Here are some quick answers, hopefully they are not too late.
    1. You will construct a theme (mostly a dynamic one) that contains the specific feature, then call the theme's setBoundingTheme(true). Typically what we see people do is: a) create a dynamic theme with a query that selects a set of features; b) create a FOI layer based on the theme (MVThemeBasedFOI); c) call the setBoundingTheme(true) on the FOI layer. The end result, is that MapViewer will process your query and return the FOI data to the Oracle Maps JavaScript client, which will zoom the map to include the set of features in the FOI layer. Check out Oracle Maps tutorial #35 for an example.
    2. This is partly answered above. Basically you will construct a theme with a dynamic query string. You may want to check out tutorial #37 which finds out and displays the buffers around a set of points; the buffers are constructed via a SQL query at run time.
    3. This is not really a MapViewer question; rather, you may need to consult the Oracle Spatial routing engine XML API; the gist is you send the XML route request to the routing server, which returns a set of coordinates for your directions, which you can construct (MapViewer) FOI objects out of and display them on the map.
    4. I'm not sure our routing engine or network data model API has such a function ready for use; what you can do is if you can formulate the SQL query string (with the current location represented as a binding variable), then you can create a theme out of this query condition, and simply supply the location at run time to get the set of nodes.
    5. Can you please elaborate on what do you mean by generic queries? A simple usage scenario will help.
    6. We understand; there are quite a lot of things that can be made easier out of the box and we are working towards that. in the mean time, just ask questions if you have them; and always check out the Oracle maps tutorials first (actually reading the MapViewer primer article should be the absolute first step :) ).
    thanks
    LJ

  • CIF queue type basic question

    Hi,
    I have one basic question regarding CIF.
    We are assigning queue type to scm system at two places.
    1. In SCM system with tcode-/SAPAPO/C2(Assign logical system to buisness system group)
    2. In Ecc system with tcode-CFC1(Define target system operation mode and queue type)
    Is it required both above setting should have same value?
    If it could have different value what is impact?
    Why it is required to assign queue type for SCM system at both places and not for ecc?
    Regards,
    Santosh

    Hi Santosh,
    let me try to explain cutomizing setting:
    /sapapo/c2 (APO): This TX  is more comprehensive than CFC1 on ECC site (as you know).
    Firstly you have to define the queuetype of the connected ECC system (or the connected ECC systems). Therefore you have to use the Log. System names of the ECC system and the settings are simmilar to CFC1 but it is used for SCM->ECC transfer.
    As you know, you have to define also an entry for your SCM system which looks like the entry in CFC1 and therefore it looks superfluous. The reason is, that the error handling can be defined here. You can activate the "postprocessing" for your SCM system and / or your ECC system. The CIF framework checks this entry and put faulty queues into postprocessing (TX /sapapo/cfp) or as SYSFAIL into SMQ1/SMQ2. Therefore it is important that you choose the same queue type as you did it in CFC1 for your SCM system.
    CFC1 (ECC): Here you have to assign the Log. System name of your SCM which is connected to your ECC and you have to define the Queue type (I - INBOUND, INITIAL - OUTBOUND). The setting is used for the transfer from ECC->SCM. It is possible (not recommended!!!
    Stefan

  • Basic Question - adding a downloadable PDF

    Hi:
    This is a pretty basic question but after searching the
    Dreamweaver Bible I can't find the answer. I want to put a word
    document on a site. I am considering 2 options: 1) just put a
    downloadable PDF on the site or 2) import the text from the word
    doc and just put it as another page on the site. All I can figure
    out so far is to cut and pace from the word doc to a dreamweaver
    page. I'm reading about import word html command but can't find it.
    My questions are: 1) how to I include a PDF file and 2) where is
    the import word html command located.
    Thanks,
    Rex

    This file -
    http://www.irishhuntersandjumpers.com/News_files/contract.pdf
    is not there. Where did you put it? You did upload it, right?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "halfpint23" <[email protected]> wrote in
    message
    news:fol1ng$e3$[email protected]..
    > Done all the above.
    >
    > Running DW MX2004.
    > I have a pdf file created by my attorney of my
    stallion's breeding
    > contract. I
    > need to have it downloadable from a link in my website.
    The file resides
    > in a
    > folder in the Site, and is linked correctly, I think. I
    highlighted the
    > words I
    > wished to create as a link, right-click on them as
    highlighted, select
    > create
    > link, etc.
    > When I run it on the 'net, I get the dreaded 404 Page
    Not Found screen.
    >
    > I have moved the file to another folder, re-linked etc
    three times, and
    > still
    > get the same result. The Browser Preview brings it up
    flawlessly! PDF file
    > is
    > in Acrobat 7.0, file size is about 160k.
    >
    > Here is the page in question
    >
    >
    http://www.irishhuntersandjumpers.com/Ollie03.html
    >
    > I really do need to resolve this pretty soon, breeding
    season is upon us!
    >
    > Thanks in advance for any help.
    >

  • Moving from Entourage to Mail - basic questions

    Once my shiny new iMac arrives, I intend to stop using Entourage (v.X) for email and switch to Mail.
    I've never used Mail before, so I've got a few basic questions - I hope someone can help!
    1. Is there a limit on how many emails / attachments Mail can hold? Entourage is infamous for unrecoverably crashing if you let its Database get bigger than 2Gb (4Gb with a patch).
    2. How easy is it to archive Mail emails? And how easy is it to then access them for reference, if required?
    3. Can I easily transfer my Entourage address book to Mail?
    Hope someone can help!

    Robin,
    Mail creates a separate account folder for each email account you have. It also has a another folder to hold mailboxes/folders that you use to organize and archive messages away from Inboxes, Sent, etc.
    With each separate mailbox (Inbox, Sent or custom folder) there is no limit on number of messages, but with Mail 2.x (the one in Tiger) the size of each mailbox, including message attachments, must be kept below 2 GB. The only limit on the overall Mail folder, including On My Mac mailboxes, is the space on your hard drive, or boot partition, where your Home folder resides.
    It is not convenient (nor necessary) to archive outside of the Mail folder where all mailboxes/folder reside, although backups can be made for disk failure, etc.
    Open the Address Book application, and you will find under File, the command to Import. For what you can Import, check AB Help, searching on import and Entourage, and you will find Entourage listed as a source -- see also:
    http://docs.info.apple.com/article.html?path=AddressBook/4.0/en/ad808.html
    Ernie

  • Basic question about storage and safety in iMovie '11

    A very basic question about storage and safety:
    I want to keep a backup of my raw footage on my external hard drive prior to begin working on the movie in iMovie. I want to do this:
    1. Upload the digital files from my camcorder to my Desktop *(as opposed to iMovie)*
    2. Duplicate that footage/clips.
    3. Put the duplicate clips/footage into a folder labeled with the name of that footage (like "Fun At the Dentist" or "Jimmy Learns How to Yodel").
    4. Drag the folder with the footage/clips into my external hard drive into a pre-existing folder titled "Backups/duplicates of all of my raw footage/clips." This big granddaddy folder will house all of the child folders of different movies.
    5 Then, open up iMovie '11 and import the raw footage/clips from my Desktop rather than from my camcorder.
    6. Then I want to make a duplicate of my finished movie and put it in my external hard drive in a "Finished Movies" folder.
    I know that the original raw unedited footage will always be in iMovies '11 but I want the original to also exist immediately accessible in my external hard drive.
    QUESTION:
    Is this viable? Is it wise? (I know it goes an extra unnecessary step, but aside from that.)
    *Do you have any precautionary advice?* Should I do something in my iMovies '11 preferences? What?
    In earlier years with iMovie '04 or '06 (cannot recall) I made many novice errors and ended up losing audio to my finished movie. I also lost footage.
    This time around with iMovie '11 I don't to make such novice, ignorant errors.
    Thanks so much for any comments to this question.
    -L

    Yes I'm sure it will work great for you.
    The iFrame format is something Apple has come up with. The reason for its existence is unknown to me so I can only speculate. But it seems to me that Apple "invented" this format in order to have devices such as Ipod/Ipad/Iphone/Ixxx create clips that are editable on consumer hardware such as already mentioned devices but also standard Mac computers, without the need for format conversion.
    iMovie converts most input formats during import, which takes a lot of time, and this need for conversion often comes as a surprise to most people new to home video editing.
    iFrame has a resolution of 960x540 which is long way from the common standards of 1920x1080 and 1280x720. If your end target is YouTube however, this may not be too bad though. However if you intend to go with YouTube HD, you may find iFrame footage to look wrong since they are effectively upscaled to a higher resolution.
    Technically iFrame uses the H.264 algorithm, a smaller frame size (960x540) and a rather low compression scheme. This will result in large files, but the plus side is that the files are ready for editing without the need for any conversion and iMovie will natively edit the files.

Maybe you are looking for

  • ACE connection refused but not when accesing directly the server

    Hello, I am facing the following problem when I try to load a specific webpage using the VIP: If I skip the load balancer and hitting the real server, then the page is correctly loaded: I capture traffic and I saw that the VIP sends a 400 http error

  • I installed Quicken for Mac.  I can't find the files to import.  Apple imported the Quicken files when I bought the Mac

    I have an IMac.  The apple store exported my files from my pc to Mac.  I installed Quicken for Mac.  I cannot find the correct files to import into Qucken.  I foound a foed saying Quicken back up but they don not have the correct extention.  Also  I

  • Email image attachment problem

    I have an 8300 curve and when I attach an email from my device to send out, it converts to image to a .vcf file when others get it.  I am using a Novell Groupwise email system on a BES server that is pushing to my device.  I can send and recieve emai

  • Sales Area Determination

    Hi Experts While creating Service Contract system ask the selection of sales area even though i maintained in customer master it should determined through sales area is their any thing i am missing in config Regards Raju

  • Migrating EBS from NFS to OCFS partiton

    Hi, Environment : 2 node RAC with PCP and 2 node (non rac) web and forms Oracle database 10.2.0.4 and EBS: 12.0.6 OS: OEL 4 We currently have our concurrent processing part on /erpp partition which is NFS now we wish to move it to OCFS partition /erp