Biztalk Project Organization - Recommeded Practice

Hello:
We are planning to leverage BizTalk pub/sub infrastructure to send (publish) and subscribe (send) messages. We have number of web services independently deployed
and maintained.  The service projects are organized in TFS under Main > Source. The Source folder contains the sub folders for each and every service. The existing structure looks like this
Root
Main
Source
Service A
Service B
Service B
Now that we will be using BizTalk as pub/sub infrastructure, we will have to create several BizTalk projects for the schemas, subscribers, maps, etc. The question
what’s the recommended practice to organize the BizTalk projects for the above Scenario? Does it make sense to create another folder under main for BizTalk and organize all BizTalk projects under it? Something like this:
 Root
Main
Source
BizTalk
Subscriber 1 // BizTalk subscriber project 1
Subscriber 2 // BizTalk subscriber project 2
Schemas // Holds all canonical schemas
Service A
Service B
Service B
Please advise the recommended practice

IMHO,  BizTalk projects also follow same semantics as other project types regarding TFS project structure. You might want to decide this based on how your teams are organized and manage work items etc. If you are using BizTalk 2009 or later, TFS Build
integration is available.
Here are some videos that you can have at,
http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521312950167008799
http://www.cloudcasts.net/ViewWebcast.aspx?webcastid=2521072060555401694
http://msdn.microsoft.com/en-us/biztalk/ff603634
HTH.
Please mark it as answer by clicking on "Propose As Answer", if it helps. My Blog : http://dotnetizen.blogspot.com

Similar Messages

  • Project Organization Hierarchy

    Hi,
    Please some one explain the Business purpose of defining Project Organization Hierarchy. Why we need to define Project & expenditure Organization Hierarchy
    As per the user guide "An organization hierarchy illustrates the relationships between your organizations.When you define a hierarchy, you tell Oracle Projects which organizations are subordinate to which other organizations"
    What is use of informing "Oracle Projects which organizations are subordinate to which other organizations".
    If it is for reporting how it is help in the reporting? is the report rollup information in the top organizaiton?
    Thanks
    Govind

    Hi
    The organizations hierarchy is used in two places.
    A) When defining burden schedule for costing or billing, you can enter burden rate (multiplier) on any level of parent organization in the hierarchy. Then run Compile. The system allocates the multiplier value to all organizations which are subordinates of the organization which hold the multiplier.
    B) You can select any parent organization in the hierarchy and add to it the classification - Projects Invoice Collection Organization. The run the process to create Transaction Types in AR for that parent org. When generating invoices for a project and transferring them to AR, the system go up the hierarchy from the project owning organization till the first parent with that classification. The associate the appropriate transaction type to the invoice when imported to AR. This functionality depend on implementation options - non centralized invoicing.
    I think that standard Reporting within Oracle Projects does not roll up along the organization hierarchy. However, it may be rolling up in Projects Inteligence or OBIA.
    Dina

  • Evaluation period has ended trying to create a BizTalk project in Visual Studio 2013 ultimate

    Hi,
    I am doing a proof-of-concept with BizTalk, and I am using evaluation versions of everything involved, SQL server 2012 SP1, Windows server 2012, Visual Studio 2013 R2 and BizTalk 2013 R2. 
    All worked (relatively speaking) until I finally came to creating a BizTalk project in Visual Studio 2013 R2.
    I installed the relevant BizTalk components on that machine (windows 8.1 32-bit, non eval) and then I get the BizTalk evaluation period has ended error message. 
    I am sort of stumped, I have a long while left on the evaluation period on all involved software, anyone knows what this is about?

    Hi,
    Try repairing the BizTalk installation.
    Mark As Answer or Vote As Helpful if this helps.
    DPS Bali: I repaired the BizTAlk installation and it worked!
    Thanks a lot for your help!!

  • Export the Biztalk error to a file from the Biztalk project.

    Hi,
    I have created console app in VS 2012 to export the biztalk errors from Event Viewer to a text file.
    Here i have used eventlog class to fetch the application log errors on click of .Exe file it will generate the the text file.
    So I need to integrate this .exe or .net code to Biztalk project. How can i integrate this one. Any idea on this - how can i achieve this.
    Biztalk handles error but i need to export that biztalk error which occured in the application in to seperate text file in a location. Because  each time user needs to go to Adminstrative console then to EventViewer->Windows log->Application - >
    to view the Biztalk error. In this case i need to export the errors to a text file from the project instead of going to view error in Admin Console. i need some code samples on how to make it.
    But in .net we can achieve it using EventLog class to export the event viewer appplication log to a text file.As i said in first Earlier.Whether it can be integrate in to biztalk project through Custom Pipeline or any other way.
       

    Hi Vijayan,
    What is the objective of your requirement? Is this just to save user from going through Administrative console
    à EventViewer->Windows log->Application - > Filter event for BizTalk error?
    In this case you can create a custom event log for BizTalk and hold the events related to BizTalk in one node/category. So you’re users can directly to eventlog for
    Biztalk error. (FYI event log can be access without going through BizTalk admin console). So users can view information/warning/error specific to BizTalk in one view
    EventVieweràCustom
    viewàBizTalk.
    No automated steps required, just a simple one off configuration would do the trick. Read the following article on step-by-step guidance on achieving the same.
    Creating a custom event log under Event
    Viewer to log server events
    Or is requirement is due to some access issues you want to accumulate/consolidate all the BizTalk errors into one place so user can see BizTalk evenlog info in one place like
    a text file in a shared location, then the following article can help you to achieve the same.
    http://blogs.technet.com/b/heyscriptingguy/archive/2007/09/06/how-can-i-backup-an-event-log-to-a-text-file.aspx
    But what do you mean by integrate above process in to BizTalk. When you mean by “Biztalk handles error but i need to export that biztalk error which occured in the application
    in to seperate text file in a location”, are you looking to log the BizTalk “application” error/events i.e logging from your applications in BizTalk to a log file ? Then you can consider about using standard logging library like Enterprise
    Library Logging block, or NLog, or log4net. log4net can fit
    well comparing other logging framework.
    Following references can help you on this context:
    Write log file for Biztalk Logging
    with log4net – Sample
    Biztalk and Logging with log4net
    But keep in mind that this is application logging, i.e. logging from your BizTalk applications like logging while processing the message in pipeline/orchestration. But this will
    not log when one of the send port/receive location is stopped. These information are logged into eventlog.
    If you’re looking for application level logging then also know about
    BizTalk CAT Instrumentation Framework Controller. 
    Or if you want to your existing console application which exports the eventlog to text file to be automated, then use the Windows schedule task to run your console application
    periodically and let it export the errors to text file. You can console the export process in such a way that it can export the eventlog entries for the last one hour if you can configure the Windows schedule task to run every one hour to export the logs to
    text file.
    I have given various options, hope you can choose the one which suits your need best.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • How to use custom pipeline dlls in Biztalk Projects so that they appear in the send/receive pipeline configuration after deployment?

    I have a existing Biztalk application that uses custom pipelines for receiving excel files. I have the dll of that custom pipeline. Now i created another BT application that needs to use that same custom pipeline. But after i deploy the application in
    Biztalk, i can't see the  pipeline available in Receive pipeline configuration combo box during configuration. I have referenced the custom pipeline dll in my project before deploying, but that doesn't help. I also copied the dll in the C:\Program Files
    (x86)\Microsoft BizTalk Server 2010\Pipeline Components folder and C:\Program Files (x86)\Microsoft BizTalk Server 2010 folder, but that doesn't make the pipelines appear during configuration too.
    Can anyone give any idea on how can i use these custom pipeline dlls in project so that they appear in configuration after deployment?

    If you plan on using the deployed pipeline across multiple applications in BizTalk, the BizTalk Application (using the BizTalk Server Administration Console) should have the other application [where the pipeline is deployed] as reference.
    For e.g.: Custom Pipeline (myCustomPipeline) part of a BizTalk Project (dll - myCustomProject.dll) deployed under Application [Some Application] also to be used in another BizTalk Application [Some Other Applicaiton] then using BizTalk Server Administartor
    right click the "Some Other Application" and select "Properties"
    on the "Properties" page, left hand side, select "References"
    on the right-hand side, use "Add" to add the "Some Project" as a reference.
    Doing so will ensure that ALL resources (maps, schemas, orchestrations, send ports, receive locations, rules, etc.) deployed for "Some Application" are available/referensible in "Some Other Application".
    Regards.

  • LV 8 project organization

    This is a somewhat philosophical question about organizing a project in LV8. I understand pretty well how to organize the project for my main VI. What I'm wondering about are some VIs that will process the data produced by the main VI. Both the main VI and the data processing VIs will be turned into Windows executable files. Does it make sense to include the processing VIs in the same project as the main VI or are they better off in their own project? Are there any issues with maintaining the build specifications for the different files in the same project?
    George

    George,
    Project organization is strictly up to you.  As long as you have the VIs that you are going to be using for executables in the project, what you have included in them is just for organizational purposes.  That being said I would include everything that deals with that function.  As long as the build specifications have good names, having the data processing VIs in the project should make everything easier to read.  I might suggest having the data production VIs under one folder and the data processing VIs under another folder.  For me I would like to see how the data is being produced and analyzed.  Feel free to report with any thoughts.
    Andy F.
    National Instruments

  • Project organization help needed

    I work for a rather large health care company and we are just beginning our move from eGate to JCAPS. We have approximately 100 separate interfaces, each with an average of five eWays.
    Our initial idea was to organize our JCAPS projects as follows:
    Outer Project (equivalent to eGate schema)
    Inner Project (equivalent to eGate eWay)
    - collaboration
    - connectivity map
    - deployment profile
    - any external files, schedulers, etc needed by the collaboration
    Inner Project for OTD's
    Inner Project for Queues and Topics
    Inner Project for shared collaborations that are used by multiple projects (such as resending, journalling, etc)
    My concern is if we make a change to a single project, when we go to export that project to our production system, we may be forced to export a lot more than we need.
    I would like to know how others have organized their systems interfaces, and any issues they may have come up with.
    Thank You
    Steve

    I would be wary of creating projects within projects.
    The concept of project in JCAPS is nebulous.
    Even though JCAPS allows you to nest projects within projects the nested projects are treated more like folders.
    Like most other IDEs, projects are the ones created at root level.
    Unlike most other IDEs JCAPS does not have the concept of project view and file view.
    If you create an "Outer Project" and then inside it a bunch of "inner project" , JCAPS would treat the "Outer Project" as a project and all the inner projects as artifacts of this "Outer Project".
    If any other project were to refer to any one of these "inner projects", then JCAPS will assume that this other project is dependent on the "outer project".
    If you try to export this other project, it will export the whole "outer project" as a dependent project.
    So, if possible, I would try to create all projects at root level especially if they are going to be referenced by other projects.
    Use a flat structure rather than a hierarchical one. Use naming conventions to segregate and organize.
    Instead of
    ProjectA
    ProjectA1
    ProjectA2create
    ProjectA_ProjectA1
    ProjectA_ProjectA2
    If this looks too cluttered you might want to consider branching to separate major projects
    Also I would be careful of creating dependencies between projects.
    Lets say you have a JCD which refers to an OTD in another shared project.
    If somebody updates the OTD and creates a new version of the OTD, your JCD would automatically start referring to the new version.
    Without your knowing a build will pick up the new OTD.
    Of course if you know that a new version was created ,you can specify an older version of the OTD during a build.
    Not so if you are editing the JCD. Here you will be stuck with the latest version.
    This may or may not be what you want.
    A better alternative would be to copy over the OTD to your project and use the local version.
    Hope this helps.

  • ICloud document library organization best practices?

    While I think the iCloud document library could work pretty well if I was iOS-only, I'm still having some trouble organizing something that works with my work and personal Macs as well. A big gap is lack of an iOS version of Preview.
    But more importantly, I still keep documents organized by project, and I have a lot of project folders because, well, I have a lot of work! I'm not sure how to best reconcile that with the limitations imposed by iCloud Documents. And I'm not sure how/if Mavericks tags will really help.
    The best example I've seen of a best practice to organizing iCloud documents was in this blog post from the makers of iA Writer:
    http://ia.net/blog/mountain-lions-new-file-system/
    Their folder structure mirrored their workflow rather than projects, which I think could be interesting. They haven't updated it since Mavericks, and I'm curious how they might add tags. Perhaps tags would be used for projects?
    Right now, I tend to just keep documents in iCloud that I'm actively working on, since I might need to edit it at home or on my iPad. Once they're complete, I move them to the respective project folder on the Mac. Dropbox keeps the project folders in sync, which makes iCloud Documents feel redundant.
    This workflow still feels klugy to me.
    Basically, I'm asking, have you effectively incorporated iCloud Documents into your Mac workflow? What are your best practice recommendations?
    Thanks.
    Paul

    >
    Madhu_1980 wrote:
    > Hi,
    >
    >
    > As per the doc "Best Practices for Naming Conventions" https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90b213c2-d311-2a10-89bf-956dbb63aa7f
    >
    > In this doc, we see there are no prefixes or suffixes like DT_ for data types, MT_ for Message types, SI_ for service interfaces OM_ for operation mappings (MM_ in message mappings in earlier versions).
    >
    > but i have seen some people maintain these kind of conventions.
    >
    > For larger projects, what is the best option,
    > A) to strictly follow the instructions in the above document and not to maintain the object type prefixes or suffixes.
    > B) or to have this kind of prefixes in addition to what mentioned in the naming conventions doc.
    >
    > which is preferable, from point of long term maintainance.
    >
    > i would appreciate an opinion/guideline from people who had worked on multiple projects.
    >
    > thanks,
    > madhu.
    I have seen projects where they are specific to having DT_, MT_ prefixes and also projects which dont use them.
    Even though you dont have a DT_ or MT_ prefix for DT and MT, it would be essential to have AA, OA, OS, IS etc defining a message or service interface that will give you an idea of the mode and direction of the interface.
    On a generic term, i strongly feel that the naming conventions suggested by the document is quite enough to accommodate a large number of projects unless something very specific pops up.

  • What are project management best practices?

    I created a test project in Premiere Elements 12, and saved it in a directory named "Michaels Posters".   Then I archived the project to this directory and it created a "Copied_My\ new\ video\ project1" directory with all of the media files.  Then I added a video clip to the project, archived it again, and it created the "Copied_My\ new\ video\ project1_001" folder below.
    My first real project will be a video highlights video of my 4 years old for 2013.  This will involve editing the same project several nights a week, for maybe a couple of months.  This would result in numerous "Copied_My\ new\ video\ project1_NNN" directories being created, assuming I archive the project each night.
    So what is the best practices for managing a larger project like this, and avoid using a lot of disk space for the same project?
    Michaels\ Posters/
    ├── Adobe\ Premiere\ Elements\ Preview\ Files
    │   └── My\ new\ video\ project1.PRV
    ├── Copied_My\ new\ video\ project1
    │   ├── Adobe\ Premiere\ Elements\ Preview\ Files
    │   ├── Encoded\ Files
    │   └── Layouts
    ├── Copied_My\ new\ video\ project1_001
    │   └── Adobe\ Premiere\ Elements\ Preview\ Files
    ├── Encoded\ Files
    │   └── My\ new\ video\ project1.prel
    ├── Layouts
    └── Media\ Cache\ Files

    I do work with the LAST archived project file, which contains ALL necessary resources to edit the video.  But then if I add video clips to the project, these newly added clips are NOT in the archived project, so I archive it again.
    The more I think about it, the more I like this workflow.  One disadvantage as you said is duplicate videos and resource files.  But a couple of advantages I like are:
    1. You can revert to a previous version if there are any issues with a newer version, e.g., project corruption.
    2. You can open the archived project ANYWHERE, and all video and resource files are available.
    In terms of a larger project containing dozens of individual clips like my upcoming 2013 video highlights video of my 4  year old, I'll delete older archived projects as I go, and save maybe a couple of previous archived projects, in case I want to revert to these projects.
    If you are familiar with the lack of project management iMovie, then you will know why I am elated to be using Premiere Elements 12, and being able to manage projects at all!
    Thanks again for your help, I'm looking forward to starting my next video project.

  • Setting up a new Free Software Project, organizational help needed.

    Hi
    I need some help with a project I am working on.
    I have been working on this project for some time now. I have written a program using JDK 6 and Eclipse.
    The actual software is not the problem here. The actual problem, as I am starting to find out, is how to distribute this program.
    I think I have organized the actual files incorrectly. Since I have been working on this program for some time now, its gotten a lot bigger then
    I originally thought it would be. Also I have been using SVN and sourceforge, so I have been reluctent to make drastic changes to the layout of the
    source code.
    But I am starting to see that I need to adapt the source code to some standard if I am to either get other to help me or to release the program.
    And here is where your help comes in.
    I need to know how to organize my files.
    I have organized the *.java files in a somewhat orderly fashion, but from what I understand most source code is organized into "src", "lib", ect folders.
    This is what I need the help with.
    My program uses some external jar files that contain some methods, functions and class I use.
    I also have some images and icons used in the program.
    There are also files that are created, written to and read from the program, which I need to keep.
    What is the best way to organize these files and is there some sort of "standard of free software" out there?
    I would appreciate any help on the matter.

    Just a shot in the dark here...
    Are you JARring your project when you make it into a binary? You can JAR it the same way with your source, as well. As for the folders that you are talking about, I'm not an Eclipse user, but doesn't the IDE organize your files into packages and such while you are working on a project?
    My perspective comes from NetBeans. When I create a project, the IDE automatically creates an Ant file and also organizes the project into packages. For example, if I start a project called StripNewLines, my Main class will be located in a package called stripnewlines, which I can refactor later to something like net.mycompany.stripnewlines, for example. Then, when I need to include resources such as files or icons, I go into my file manager and simply create new folders under my project's source tree. For example, my project file tree may look something like:
    + StripNewLines/
    + dist/
    + lib/
    + StripNewLines.jar
    + README.TXT
    + src/
    +net/
    + mycompany/
    + stripnewlines
    + Main.java
    Once I get done adding my files and icons, it might look like this:
    + StripNewLines/
    + dist/
    + lib/
    + StripNewLines.jar
    + README.TXT
    + src/
    +net/
    + mycompany/
    + stripnewlines/
    + Main.java
    + files/
    + LICENSE
    + README
    + art/
    + file-open.png
    + exit.png
    + new.png
    Once I've added those files and icons to my file heirarchy in my file manager, NetBeans will automatically update the project and add the packages net.mycompany.files and net.mycompany.art. Then I just have to access them by their paths to use them in my application.
    Once you've gotten your application completed and compile it to a jar file, you can drop to a shell and use the `jar` command to "pack up" your source tree. By doing it this way, you have a single file for download as a binary and another single file for download as a source archive. Obviously, if you are using libraries, you will need to zip up or tarchive your lib/ folder and JAR file for the distributions, so that your external libraries will also be available to your application on another machine.
    Anyhow, just some thoughts. I do hope this helps you a little and doesn't confuse you more.
    Cheers,
    Sean Carrick
    PekinSOFT Systems

  • Project naming best practices

    hi
    the naming conventions for coding Java applications are clear to me. I'm  wondering what the best practices are for naming Java projects e.g. when creating a new project in NetBeans IDE or in BitBucket?
    thanks.

    the naming conventions for coding Java applications are clear to me.
    They are? What are they? Different orgs have their own naming standards. Other people have to be able to read, understand, maintain and enhance your code so standards are important.
    I'm  wondering what the best practices are for naming Java projects e.g. when creating a new project in NetBeans IDE or in BitBucket?
    No one but your own business users and IT team even cares what you name your projects.

  • Labview project organization and management

    I am looking for advice/resources for organizing and managing moderate to large applications in labview. I have created an application with over 100 vi's and want to ensure the easiest management and maintenance of the code for the future. Does anyone have opinions on vi libraries, folder use or other methods for keeping projects manageable as the size grows. Most of my past applications were less than half of this size so code control was easy and I could be more sloppy. I have kept good practice in regards to coding and reuse in labview but have not found many articles or software management for labview. I am looking to make the transition from the lab to more commercial products. I have 8 years of extensive self-taught labview experience (10+ years or general programming c/c++ ...) so I am familiar with coding techniques but have not seen too many software engineering and architecture techniques applied to thsi language. Any resources would be greatly appreciated.
    -Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

    We are the ones representing the "one with experience" for most of the new developers. As to organizing/structuring a project, I usually have created a directory for each of my projects, with sub-dirs based on major program functional blocks (i.e. User Interface, Initialization, Instruments, DAQ, etc.) containing the code specific to those functional blocks, usually with a sub-dir containing the type def'd controls for that function. Once I've passed a certain arbitray chosen point in the development process, which usually is determined by the complexity of the code to that point, I start making a copy of the master directory every morning, renaming it with a date code or to a newer version ltr/number than the previous day's and do my work in that, giving me a "revert" path. On some projects, at some customers, I have used SourceSafe, or other configuration management programs, but much of the time I am the only developer, so it isn't _as_ necessary. I have had mixed results with the various CM programs, they weren't developed to work with a graphical language like LabVIEW, so a lot of the tools won't work. There have been a few threads devoted to the problems and solutions that others have implemented in multideveloper environments, so a search should turn up some info. The biggest CM issue that I have been running into is the addition of "stuff" (utilities, new instruments, etc.) to the developers local LabVIEW palettes. It is one thing to be "checking out" pieces of the project's code, but it becomes problematic if there are things unique to the developers individual environment vs. things that are in the project's folder. You go to load some code and it can't find the version of the HP666A that "Bob" has in his instrument palette.
    Good luck,
    P.M.Message Edited by LV_Pro on 06-30-2005 10:28 AM
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Site Organization - Best Practices

    I am redoing a site that was originally created in FrontPage. All the pages are in the site folder. Before I selected DW, I investigated NetFusion. Their approach is to put each page in a separate folder according to the hierarchy. My site is over 70 pages which will be clumsy to navigate with all pages in 1 folder.
    My question is: what are Best Practices for organizing pages in a website?

    Nancy O. wrote:
    There are no hard & fast rules about organizing your site files.  It really comes down to what works best for you & your particular project.
    I like to keep all my main site pages at site root level and put my supporting files into sub-folders:
    Site - MySite (C:\MySite\
    about.html
    contact.html
    index.html
    services.html
    +images
    +includes
    +scripts
    +styles
    +Templates
    This is the way I generally do it myself ONLY because I use a lot of 'php include' files and using subfolders to organise pages creates a nightmare for my workflow. As my sites are general small max 20-30 base pages (mostly less as a lot of the information I use is called from a database to a template page - so may be 150 pages but only 20 base pages) they can be stored directly in the site root.
    Not sure I could do it this way if I didn't rely heavily on a database as there would be too many pages to store at root level comfortably (infact I do have a few non database sites where I do store pages in folders but then they don't rely on any php include files so I'm comfortable working that way too!)

  • Project organization suggestions needed.

    Plan is to make a 45 minute highlight video for highschool lacrosse team.  Used iMovie last year but looking to get better final quality.  Here is how we have done it in the past with iMovie. (and Pinnacle before that)   I shoot and cut most of the game footage.  Usually 2 cameras at each game.  I take roughly 2 hours of footage and try and cut it to 4-8 minutes for each game.  After 5-6 games I share a "Highlights 1".  End of season I have 3 or 4 "Highlights" files that I transfer to a buddy who makes 3 or 4 projects that are 3-4 minutes long laid down to music.  He also adds in footage from games that he filmed and cut himself.  I make a couple of fun, off field sections and a tribute to seniors.  We then lay all 7-8 projects together and make our movie.  Biggest issue we had with iMovie was the lose of quality each time we cut and then shared the footage.  Examples of what we have done in the past are posted on youtube under CanandaiguaAcadLax       We did not do any of the Season in the Balance segments.  Those guys were pros!!  A good example is at http://www.youtube.com/watch?v=90FU2rHnPr0
    Any project management help would be greatly appreciated.  How do we best organize?  Settings for sharing etc.  We are not video/computer guys  We do this because our kids play and it makes a great life time memory for the boys.
    Thanks for any suggestions.
    Mark

    To begin, if you use Pro Res as your export codec, you and he can swap and edit clips several times without discernable loss of quality. You can export your highlight films. He can import them and edit them and export versions that both of you can collaborate on.
    As to your organization question, there is no perfect answer.  I guess I would create a single library to hold all your work. I would a make single highlight event for all the games that will go into a multicam video. So if you had 5 highlight videos, you would have 5 events – each referencing the media from several games. Each would have a single multicam project.
    Wether you bring copies of  the media into your events is a judgement call – depending, for example, on how much space you have on your media drives.
    Good luck. Hope that gives you some ideas.
    Russ

  • Any tips for organizational best practices?

    Hello Community,
    I'm an amateur CC user, digital art dllettante and Adobe fangirl, who is trying to delve deeper into the software and learn to work at a more professional level ( or at least some facsimile thereof).
    Like lots (I hope) of amateurs,  I have a scattered collection of digital image files haphazardly organized, and have grown tired of scrolling through Aperture  when I want to find some inadequately-labeled image added at some forgotten date.
    The vast usefulness of Bridge is obvious.  There is so much that can be done  -- when one knows how -- that I'm  overwhelmed and intimidated by it.  
    There are likely some optimal ways of using it that are obvious to the pros, but that an amateur might not realize the value of.  I knos this myriad of options is here because professionals find them  useful for specific reasons,  but I'm too ignorant to realize the why's and wherefore's. 
    I'd like to find some resources that address the optimal ways of organizing with Bridge, so I don't spend hours assigning keywords and creating galleries and collections that will turn out to be completely bassackwards.
    Does anyone know of any books, tutorials, etc that cover How to (Effectively) use Bridge?  Not as in, "here's how to find the menu that will allow you to do x,y,z"  but as in,  "Here's why it's a good idea to do x,y,z rather than a, b, c"?
    Thanks for any advice!

    You might want to look into the books and videos by Peter Krogh, a recognized expert in organizing digital photos (DAM or Digital Asset Management for photographers). Most of the materials out there have to do with Lightroom, but you should be able to recognize enough of the features that also appear in Bridge and Aperture. The basic principles of photo tagging and organization are the same no matter what software you use to do it. Since you mentioned Aperture, you should also look into its organizational features because chances are it can do a lot of it as well or better than Bridge.
    Link to: Peter Krogh's recent videos and books

Maybe you are looking for

  • Drill down on posting date and Document number

    Hello Gurus, In a Bex report, I am looking at account balance on a keydate for a G/L Account. When I drill down based on posting date I do not see any values for the keyfigure 'Account balance as on key-date'....But after I drill down on posting date

  • APP prinout

    Hi gurus, I have an issue with the prinout. I have run the payment proposal for a usd payment. it gives me the message payment run successful. posting done. when i click on prinout, it gives me a message scheduled. However when i check in sp01, i don

  • Automatic Numbering

    I am trying to automatic number one of my Number's Sheets. In other words, if at some time I need to insert a new row and entry between numbers 10 and 11, how do I program Numbers to automatically insert 11 for the new row and allow the old row 11 to

  • Report and Form

    I created an application and added a Report and Form page. I cannot get the form to link properly to the source in the Report. When I click on the edit link in the report - only the columns set as link columns in the Interactive Report Attributes sho

  • Parsing Strings to Int, NumberFormatException ??

    Hey everyone... I am trying to convert some string to an int value.. Now this is what is exactly happening.. First i read some bytes into an array of bytes from a file. Then i use the toString() to convert it to a string. Once i get the string repres