Best practices export video with 5.1 surround sound

I've created my first 5.1 FCPX project and would like to play on an Apple TV2 as well as a Windows 7 HTPC running Windows Media Center.  I've been trolling this and FCPX discussions and still having much difficulty.  I've exported Quicktime movie using ProRes 422, opened in Compressor 4 and verified that file has six channel audio.  I seletect target, HD for Apple Devices, Device Apple TV HD and select include 5.1 sound. 
Here is the summary for output:
Name: HD for Apple Devices (10 Mbps)
Description: Compatible with Apple TV (2G), iPad, and iPhone/iPod touch with Retina Display
File Extension: m4v
Estimated size: 117.7 MB
Device: Apple TV HD
Frame sync rate: Automatic
Video Encoder
          Width and Height: Automatic
                    Selected: 960 x 720
          Pixel aspect ratio: HD (960x720)
          Crop: None
          Padding: None
          Frame rate: (100% of source)
                    Selected: 29.97
          Frame Controls: Automatically selected: Off
          Codec Type: H.264
          Multi-pass: On, frame reorder: On
          Pixel depth: 24
          Spatial quality: 50
          Min. Spatial quality: 50
          Temporal quality: 50
          Min. temporal quality: 50
          Average data rate: 5 (Mbps)
          Maximum data rate: 14 (Mbps)
Audio Encoder
          Sample Rate: 48.000kHz
          Channels: 2
          Bits Per Sample: 16
          AAC encoder quality: high
          Data rate: 128 Kbps
Include Dolby 5.1 Audio track
Compatible with Mac, PC, iPad, Apple TV (1st gen.), Apple TV (2nd gen.) and iPhone 4,
Resulting m4v file only has 2 channels as seen in get file info and when playing on the ATV2 and HTCP.
What am I missing here?
TIA
DJK

I had the same problem - my findings:
- source has 6 channels --> verified via inspector in Compressor
I create 1 Job (in compressor) with exactly this source:
- one with (a modified) "HD for Appledevices..." giving a *.m4v and "Include 5.1" checked - output is stereo
- one with Quicktime - H.264 + Audio = 5.1  giving a *.mov that does have the 5.1 track
So I consider case #1 as a bug in Compressor 4.02 or the Settings-profile.
Anoying - because I am almost sure it worked in the past!
regards
Hausi

Similar Messages

  • Video with 5.1 surround sound only shows up as center left and right in FCPX?

    When I import a video that already has 5.1 surround sound, the clip will show up in only center left and right, according to the audio meters.  Other files with surround sound will sometimes play in only the center and left channel.  I know the file has 5.1 surround sound because it plays fine through my home theater and it shows there's 6 channels in video information....It just doesn't play right in Final Cut. 

    gjg8195 wrote:
    When I import a video that already has 5.1 surround sound, the clip will show up in only center left and right, according to the audio meters.  Other files with surround sound will sometimes play in only the center and left channel.  I know the file has 5.1 surround sound because it plays fine through my home theater and it shows there's 6 channels in video information....It just doesn't play right in Final Cut. 
    Make sure your Project Audio and Render Properties/Audio Channels are set for Surround:
    You then need to define your audio stems in the Inspector based on channel, like this:
    -paul.

  • Error while Connecting report Best Practices v1.31 with SAP

    Hello experts,
    I'm facing an issue while trying to connect some of my reports from Best Practices for BI with SAP.
    It only happens when it's about info sets, the other ones that are with SAP tables go smoothly without a problem.
    The most interesting is I have already one of the reports connected to SAP info sets.
    I have already verified the document of steps of creation of additional database that comes with BP pack. They seem ok.
    Here goes what Crystal Reports throws to me after changing the data source to SAP:
    For report "GL Statement" one of the Financial Analysis one which uses InfoSet: /KYK/IS_FIGL_I3:
    - Failed to retrieve data from the database; - click ok then...
    - Database connector error: It wasn't indicated any variant for exercise (something like this after translating) - click ok then
    - Database connector error: RFC_INVALID_HANDLE
    For report "Cost Analysis: Planned vs. Actual Order Costs" one of the Financial Analysis one which uses InfoSet: ZBPBI131_INFO_ODVR and ZBPBI131_INFO_COAS; and also the Query CO_OM_OP_20_Q1:
    - Failed to retrieve data from the database; - click ok then...
    - Database connector error: check class for selections raised errors - click ok then
    - Database connector error: RFC_INVALID_HANDLE
    Obs.: Those "Z" infosets are already created in SAP environment.
    The one that works fine is one of the Purchasing Analysis reports:
    - Purchasing Group Analysis -> InfoSet: /KYK/IS_MCE1
    I'm kind of lost to solve this, because I'm not sure if it can be in the SAP JCO or some parameter that was done wrongly in SAP and I have already check possible solutions for both.
    Thanks in advance,
    Carlos Henrique Matos da Silva - SAP BusinessObjects BI - Brazil.

    I re-checked step 3.2.3 - Uploading Crystal User Roles (transaction PFCG) - of the manual where it talks about CRYSTAL_ENTITLEMENT and CRYSTAL_DESIGNER roles, I noticed in the Authorizations tab that the status was saying it hadn't been generated and I had a yellow sign, so then that was what I did (I generated) as it says in the manual.
    Both statuses are now saying "Authorization profile is generated" and the sign is now green on the tab.
    I had another issue in the User tab (it was yellow as Authorizations one before generating)....all I needed to do to change to green was comparing user (User Comparison button).
    After all that, I tried once more to refresh the Crystal report and I still have the error messages being thrown.
    There's one more issue in one of the tabs of PFCG transaction, it is on the Menu one where it is with a red sign, but there's nothing talking about it in the manual. I just have a folder called "Role menu" without anything in it.
    Can it be the reason why I'm facing errors when connecting the report to SAP infoSets? (remember one of my reports which is connected to an infoSet works good)
    Thanks in advance,
    Carlos Henrique Matos da Silva - SAP BusinessObjects BI - Brazil.

  • Best practice for dealing with Recordsets, JDBC and JSP?

    I've spent the last three years developing web apps using JSP, Struts and Kodo JDO for persistence. All of the content for the apps was created as Java objects using model classes and saved to an Oracle db. Thus, data retrieved from the db was as instances of the model classes and then put into Struts form beans, etc.
    I changed jobs last month and am now having to use Servlets with JDBC to retrieve records from db tables and returning it into Recordsets. Oh, and I can't use Struts in my JSPs either. I'm beginning to think that I had it easy at my previous job but maybe that's just because I was used to it.
    So here are my problems/questions:
    I have two tables with a one to many relationship that I need to retrieve data from, show in a jsp and be able to update eventually.
    So here's what I am doing:
    a) In a servlet, I use a SQL statement to join the tables and retrieve the results into a Recordset.
    b) I created a class with a bunch of String attributes to copy the Recordset data into, one Recordset row per each instance of the bean and then close the Recordset
    c) I then add the beans to an ArrayList and save the ArrayList into the session.
    d) Then, in the JSP, I retrieve the ArrayList from the session and iterate over each bean instance, printing the data out to the jsp. There are some logic statements to determine when not to print redundant data caused by the one to many join.
    e) I have not written the code to update the data yet but was planning on having separate jsps for updating the (one) table and the (many) table.
    Would most of you do something similar? Would you use one SQL statement to retrieve all of the data for display and use logic to avoid printing the redundant part of the data? Or would you have used separate SQL queries, one for each table? Would you have saved the results into something other than an instance of a bean class that represents one record in the RecordSet? Would you have had a bean class with attributes other than Strings - like had a collection attribute to hold the results from the "many" table? The way that I am doing everything just seems so cumbersome and difficult compared to using Struts and JDO before.
    Your help/opinion will be greatly appreciated!

    Would you use one SQL statement to retrieve all of the data for display Yes.
    and use logic to avoid printing the redundant part of the dataNo.
    I believe in minimising the number of queries. If it is a simple one-many join on a db table, then one query is better than one + n queries.
    However I prefer to store the objects in a bean class with attributes other than strings - ie one object, with a collection attribute to hold the related "many" records.
    Does the fact you are not using Struts mean that you have to use scriptlet code? (shudder)
    Or are you using JSTL, or other custom tags?
    How about tools like Ant? Junit testing?
    The way that I am doing everything just seems so cumbersome and difficult
    compared to using Struts and JDO before.Anything different takes adjusting to. Sounds like you know what you're doing for the most part. I agree, in terms of best practices what you have described so far sounds like a step backwards from what you were previously doing.
    However I wouldn't go complaining about it too loudly, too quickly. If you're new on the block theres nothing like making a pain of yourself, and complaining how backwards the work they have done is to put your new workmates' backs up
    Look on it as a challenge. Maybe discuss it quietly with a team leader, to see if they understand how much easier/better/less error prone such approaches can be?
    Struts, cumbersome as it can be, definitely has the advantage of pushing you to follow good MVC practice.
    Good luck,
    evnafets

  • Best practice for dealing with Recordsets

    Hi all,
    I'm wondering what is best practice for dealing with data retrieved via JDBC as Recordsets without involving third part products such as Hibernate etc. I've been told to NOT use RecordSets throughout in my applications since they are taking up resources and are expensive. I'm wondering which collection type is best to convert RecordSets into. The apps I'm building are webbased using JSPs as presentation layer, beans and servlets.
    Many thanks
    Erik

    There is no requirement that DAO's have a direct mapping to Database Tables. One of the advantages of the DAO pattern is that the business layer isn't directly aware of the persistence layer. If the joined data is used in the business code as if it were an unnormalized table, then you might want to provide a DAO for the joined data. If the joined data provides a subsiduray object within some particular object, you might add the access method to the DAO for the outer object.
    eg:
    In a user permissioning system where:
    1 user has many userRoles
    1 role has many userRoles
    1 role has many rolePermissions
    1 permission has many rolePermissions
    ie. there is a many to many relationship between users and roles, and between roles and permissions.
    The administrator needs to be able to add and delete permissions for roles and roles for users, so the crud for the rolePermissions table is probably most useful in the RoleDAO, and the crud for the userRoles table in the UserDAO. DOA's also can call each other.
    During operation the system needs to be able to get all permissions for a user at login, so the UserDAO should provide a readPermissions method that does a rather complex join across the user, userRole, rolePermission and permission tables..
    Note that f the system I just described were done with LDAP, a Hierarchical database or an Object database, the userRoles and rolePermissions tables wouldn't even exist, these are RDBMS artifacts since relational databases don't understand many to many relationships. This is good reason to avoid providing DAO's that give access to those tables.

  • Export Video with Multiple Audio Tracks

    I need to be able to export video with audio on multiple tracks. I have moved to CS6 from FCP 7 where this was rather easy to do. I can make a preset in AME with more than enough mono tracks but after the encode the video is always smashed to one mono track. I am not doing a 5.1 mix, there are different mic's on each track that need to remain independant of one another and mixing them down within Premiere is not feasable. Are there no options to just have the audio 'pass through' like Compressor? Sorry if there are other posts but I have been searching forever and can not find a simple answer on this topic.
    Also, is there no way to have the source timecode burn in? Putting a filter on the video in a sequence is unacceptable, I am very displeased to find that this doesn's seem possible in AME or Premiere, it has been part of Apple's suite for years.
    Example of my preset from Compressor:
    Name: Apple ProRes 422 (Proxy)
    Description: QuickTime movie with Apple ProRes 422 (Proxy) and audio pass-through
    File Extension: mov
    Estimated size: unknown
    Audio: multi-track pass-through
    Video Encoder
              Width: (100% of source)
              Height: (100% of source)
              Pixel aspect ratio: Default
              Crop: None
              Padding: None
              Frame rate: (100% of source)
              Frame Controls: Automatically selected: Off
              Codec Type: Apple ProRes 422 (Proxy)
              Multi-pass: Off, frame reorder: Off
              Automatic gamma correction
    Progressive
              Pixel depth: 24
              Spatial quality: 50
              Min. Spatial quality: 0
              Temporal quality: 0
              Min. temporal quality: 0
    Timecode Generator
              Position: Lower Right--Title Safe
              Alpha: 1.000
              Label: Source Timecode
              Start Timecode at 00:00:00:00 false
              Text Color: r:0.0000, g:0.0000, b:0.0000
              Font: Helvetica, 36

    Hi James,
    For exporting a multitrack .wav file, you have to start a project with a multichannel audiomaster (3-16 tracks).
    Copy and paste your complete edit to the new editsetting.
    Now in the audiomixer you can route your audiolayers to the multichannel you like.
    (CH1+2 pan to left is channel 1, pan to right is channel 2 and for a stereo track pan to center : channel 1 for left and channel 2 for right.)
    Then you export your project to a 3-16 tracks multitrack .wav file.
    When you need mono tracks you can import your multitrack .wav file in premiere. Then send it to Audition (edit in Audition) and then adobe will convert the file into mono tracks.
    You'll find the mono tracks in your audio capture folder or can premiere search for then by 'reveal in explorer'.
    The multi track .wav file has got timecode within the file.
    When exporting in QT you can also choose for a multitrack audio file. It also contains your timeline timecode.
    .avi or .mp4 video files cannot be exported with more than 5.1 channels of audio
    MXF OP1a in XDCAMHD can also be exported with max. 16 channels of audio. It also contains your timeline timecode.
    Hopefully you can get further with Premiere Pro with this info.
    Succes with it!!
    gr. Mano

  • Best practice to deal with computer or departed employee

    Dear All,
        I would like to inquire about the best practice to deal with computer and computer account of a departed employee. should be disabled, reset, deleted, or just kept as it is until it is needed by another user?
    Regards
    hiam
    Hiam

    Ultimately your needs for their identities and equipment after they leave are what dictate how you should design this policy.
    First off, I recommend disabling the account immediatly following the employee's departure. This prevents the user from using their credentials to log on again. Personally I have a "Disabled Users" OU in Active Directory. When I disable accounts
    I move them here for easy future retrieval.
    It is possible the user may return, or if they have access to certain systems you may need the account again. I would keep the accounts for a specific amount of time (e.g. 6 months, but this depends on your needs) and then delete them after this period of
    time.
    If the employee knows the passwords to any shared accounts (not a good idea though many organizations have these) or has accounts in other systems that do not use Active Directory authentication, immediately change the passwords to these accounts again following
    the employee's departure.
    If the employee had administrative access to their computer (not a good idea, though is the reality in most cases) you should disable the computer account and remove it from the network. This will prevent the employee from remotely accessing the machine
    until you are able to rebuild or inspect it for unapproved changes.
    Ask the user's manager, team members, and subordinates if there are any files that the employee would have stored on their computer. Back these up as necessary.
    Most likely you will reuse the computer for another employee. For best results you should use an image so you can re-image their machine and not have to worry whether they had installed any unwanted software (backdoors, viruses, illegal software, etc).
    Hope this helps.
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Best practices of integration with SAP Netweaver

    Hi All,
    I'm totally new to SAP Netweaver but I have a task to integrate our system with SAP ECC (R/3). We are using SAP Netweaver 6.4. The goal of integration is to provide for user list of available modules (Sales and Distribution, Human Resource, Payroll, etc) and when user selected for example Payroll we need to display list of available BAPIs. In general weare able to create Enterprise Web Service for some BAPI and consume it. But the problem is that everytime when administrator changed BAPI process (for example added new field to Business Object) we need to regenerate wsdl and change our client application. Does Netweaver provide some Web Service which can retrieve list of applications, list of BAPI processes and can retrieve meta data of some BAPI? Something like Partner Web Service interface?
    We are looking for best practices of integration with SAP Netweaver. We are trying to develop something like adapter which will be able to pull data into SAP ECC system is there any generic way to develop this adapter?
    Thanks in advance for your help.
    Yura.

    Hi Yura !!
    As far as I know, this is not possible yet. Using SAP Netweaver XI/PI, although it adds value to the webservice scenario exposing BAPI functionality, it also needs to maintain a refreshed version of the BAPI definition in its repository. Depeding the complexity of the change in the BAPI structure, maybe PI may allow you to continue working without changes.
    Maybe a good practice is not to make too much changes to a production BAPI, instead make a review in development environment, and once it is stable, use it in production. Other good practice is to keep older versions of BAPIs and add the changed ones as new versions to have back-compatibility
    Regards,
    Matias.

  • When I rec videos with iPhone 5 the sound doesn't exist but only a annoying noise..WHY?!

    Suddenly now when I rec videos with iPhone 5 the sound doesn't exist but only a annoying noise..WHY?!

    Only songs that are physically stored on the iOS device can be deleted with a swipe. Songs that have been listened to, and are in the temporary cache, apparently can not be deleted with a swipe. The easiest way to get rid of these songs is to go to Settings > General > Usage, tap Music (you may need to scroll down in the list), swipe across "all music" then tap the delete button. This will delete ALL music on the device.
    Also, iCloud and iTunes Match are not the same service.

  • Best Practises ►Repurposing videos with Captivate and export as SCORM

    I'm new to Captivate and SCORM.  I have a series of 6 basic video Lessons (MP4s) which make-up one Course.  Lerners must complete (pass a summary quiz) each lesson before they can move on to the next.  We want to repurpose these files to create a more immersive UX.  I'm looking for a "best practices" suggestion for this work.
    Currently the plan looks like this:
    Re-edit existing videos into sets of smaller clips.
    Create Captivate project/s using the edited clips and adding other Captivate tools/features e.g. navigation, quizzes etc.
    The Captivate project/s will be exported/saved as SCORM package/s.
    We will up-load the SCORM package/s to Moodle.
    I'm very new to this, I've not yet created a SCORM-based Moodle project, and am not clear on how they "work," but that's for the Moodle forums.
    Should I create one large "Course" with Captivate that contains all of the content from all 6 MP4s?  This will require us to rely on Captivate's functions to control access to each lesson.  Each lesson has a summary quiz; learners must pass each quiz before they can move to the next lesson.  This one SCORM package is than imported into one Moodle course.
    Should I create six smaller "Lessons" with Captivate that contain only the content from one MP4?  This will require us to rely on Captivate's functions to control progress through only one lesson.  The summary quiz will be 'administered' by Captivate/SCORM.  When the learner passes the summary quiz the lesson is complete.  We will rely on Moodle's access control functionality to then provide access to the next SCORM package.
    If anyone has experience with this sort of project, or can offer some advise I would appreciate it.
    Thanks
    Larry

    While I cannot claim enough expertise to state these are best practices, I offer them as food for thought as you work out your implementation. We use Moodle and Captivate in combination. We do kindergarten to grade 12 curriculum and we realized that there is a huge number of lessons that can be repurposed for multiple grade levels and we also have more than one copy of many of our courses.
    What we decided to do was to use what would be equivalent to a repository for the lessons portions. These have interactives in them for practice of the new concept but they are not scored. Our many courses that use a particular lesson can then link to the one instance of the lesson from the repository. This saves us a lot of disk space, development time in new course builds, and if we need to fix or update the lesson we merely have to do it once. Those are huge benefits.
    Anything that will score to the grade book runs inside a course so the SCORMs can 'talk' to the course the student is in, so homework, quizzes, and tests are housed inside Moodle courses.
    We can place links to the repository lessons easily into the SCORM final landing pages of after the pretest or provide the ability to link to the lesson as feedback if a student is having trouble with a particular question.
    We are also starting a project of building interactive walkthroughs for each problem that will be housed in the reporitory. If students get stuck, they can be linked out to the walk through. This is a great way to do these because their homework will not have to be weighted down with a walk through for every problem. That will make them faster to load, but yet when they do need a walk through we can link them out from the SCORM to the deep and interactive added support for just what they need.
    So far, this setup has worked well for us. We are not expecting any major changes such as a new domain name on the repository. If your repository domain name or server structure for your repository is likley to be in flux, then this setup is not ideal.

  • Best practice for Video over IP using ISDN WAN

    I am looking for the best practice to ensure that the WAN has suffient active ISDN channels to support the video conference connection.
    Reliance on load threshold either -
    Takes to long for the ISDN calls to establish causing the problems for video setup
    - or is too fast to place additional ISDN calls when only data is using the line
    What I need is for the ISDN calls to be pre-established just prior to the video call. Have done this in the past with the "ppp multilink links minimum commmand but this manual intervention isn't the preferred option in this case
    thanks

    This method is as secure as the password: an attacker can see
    the hashed value, and you must assume that they know what has been
    hashed, with what algorithm. Therefore, the challenge in attacking
    this system is simply to hash lots of passwords until you get one
    that gives the same value. Rainbow tables may make this easier than
    you assume.
    Why not use SSL to send the login request? That encrypts the
    entire conversation, making snooping pointless.
    You should still MD5 the password so you don't have to store
    it unencrypted on the server, but that's a side issue.

  • Best practice for developing with CRM 2013 (On Premises)

    Hello all.  I'm just starting to work with CRM, and I have some questions that hopefully will be simple for the seasoned developers.  It's mostly just some best practice or general how-to questions for the group.
    - When creating a new Visual Studio CRM Project I can connect to my CRM Instance and create new WebResources which deploy to the CRM instance just fine, but how can I pull all the existing items that are in the CRM Solution into the Visual Studio CRM project?
     Or do I need to export the solution to a ZIP, expand it with SolutionPackager.exe, then copy these into my Visual Studio project to get it into sync?
    - When multiple developers are working on changes is it best to keep everything in a Visual Studio project as I mentioned above, or is it better for everyone to have their own instance of CRM to code with so they can Export/Import solutions as needed then
    these solutions be manually merged before moving into a common Test/QA environment?
    - When modifying the submenu on a CRM form is it suggested to use Ribbon Workbench or is it better/easier to just export the solution, expand it with SolutionPackager.exe,  modify ribbondiff and anything else required for the change, package it
    back up, then reimport to CRM?  I've heard from some that Ribbon Workbench has some limitations, but being green I wasn't sure what those limitations might be or if it'd be best to just manually make these changes.  Or is thre any way to have a copy
    of ribbondiff in Visual Studio and deploy this without having to repackage the Solution and Import in the ZIP?
    I think that's it for now :)  Thanks for any advise or suggestions.  I really want to start learning the in's and out's of CRM and how all the pieces fit together.  Also can someone direct me to some documentation or books that might give
    more insight on developing for CRM 2013 or 2015 (moving to this soon)?
    Thanks for your time.

    Hi Sam
    Also interested in best practice around this area - especially recommended development routes, unit testing, continuous integration etc - it would be great if you posted here if you find any good articles etc. At the moment we tend to just push changes
    onto a live system as and when appropriate and I'd prefer to move away from that...
    Thanks
    Stuart

  • Best Practice Bandwidth & Video Settings

    Does Adobe have a best practice for bandwidth and video settings for meeting rooms?  Please share .
    Many thanks...
    Lynn

    OK. For live I find it depends on the number of individuals streaming live video. If you are in the 1-5 range, there shouldn't be a big issue for using the highest quality setting for the live video. 5+ I would start bringing it down in quality and ultimately you may need to take it to the lowest quality for a large number of live videos.
    For on-demand video, I stick with settings around the following:
    FLV
    720 X 480
    800 kbps
    These numbers are just a guide, going above them may lead to performance issues, and going below may improve the experience. In the end it all comes down to what you are willing to trade in quality for bandwidth required to deliver it.
    For room bandwidth settings, I generally don't change it from LAN unless I know that my audience will require some bandwidth throttling. Shifting down to DSL/Cable will reduce the quality of everything in the room by limiting how much bandwidth can be used. It's a good feature if you need it, but can be frustrating if you don't.
    These are just my thoughts on settings as a user, as I don't work for Adobe. I've not seen any documentation from Adobe about recomendations (just a chart of what bandwidth will be consumed on average by each function in Connect). If anyone else has thoughts or guidelines they have put together, please share them.

  • CRM Best Practices V1.2007 with ERP HR Integration, C01 and C05

    Hi,
    working on Best Practices CRM V.1.2007 I  now should proceed with Building Block C01 (CRM Organizational Model).
    I want to use the CRM System integrated with a new installed ERP System and HR Integration.
    Therefore I have to use the Building Block C05 (CRM Organizational Model with HR Integration) instead of C01 (CRM Orgnizational Model)
    My Question: Is it allowed to proceed with C05 by doing the work direct from the SAP GUI Menu; afterwards I could confirm the steps in the Solution Builder for C01?
    Regards, Andreas

    Hi Andreas,
    Yes, you could do that. But be aware that the other building blocks for master and transaction data replication should not be started unless you are done with the org model BB C01.
    Regards,
    Padma

  • What is best practice for dealing with Engineering Spare Parts?

    Hello All,
    I am after some advice regarding the process for handling engineering spare parts in PM. (We run ECC 5)
    Our current process is as follows:
    All materials are set up as HIBE's
    Each material is batch managed
    The Batch field is used for the Bin location
    We are now looking to role out PM to a site that has in excess of 50,000 spare parts and want to make sure we use best practice for handling the spare parts. We are now considering using a basic WM setup to handle the movement of parts.
    Please can you provide me with some feedback on what you feel the best practice is for dealing with these parts?
    We are looking to set up a solution that will us to generate pick lists etc and implment a scanning solution to move parts in and out of stores.
    Regards
    Chris

    Hi,
    I hope all the 50000 spare parts are maintained as stock items.
    1. Based on the usage of those spare parts, try to define safety stock & define MRP as "Reorder Point Planning". By this, you can avoid petty cash purchase.
    2. By keeping the spare parts (atleast critical components) in stock, Planned Maintenance as well as unplanned maintenance will not get delayed.
    3. By doing GI based on reservation, qty can be tracked against the order & equipment.
    As this question is MM & WM related, they can give better clarity on this.
    Regards,
    Maheswaran.

Maybe you are looking for

  • Can't print to officejet 6500 E709a from networked computer

    Today I've tried reinstalling my printer software multiple times and I still can't get the printer to print. "Print Test Page Fails." The printer itself works fine on the computer it's connected to with a USB. It works fine from my second networked c

  • 4.6 strange display problem

    You can see in the image above that the display of the game is offsetted by some amount vertically. The white section is not supposed to be there. In fact the blue is meant to be flush with the bottom of the screen. This happened by making two change

  • E72 and SIP - unable to make sip calls

    I have my E72 configured with SIP using the nokia sip client. Receiving calls work fine, however being called on my sip number causes the calling phone to go ' busy' when I pick up on the E72 Anyone a clue? No software updates available for my E72 Th

  • No Picture or Photo in the Contacts

    Hello, When i sync my iPod, i don't get the picture for the contact in the contacts menu, even tough i have it in the address book... is it supposed to be certain size?? Thanks

  • Removing vendor from HMRC approved list (UK Specific)

    Hi , Is it any recent  notes avialble for removing vendor from HMRC approved list to control outbout delivery . This is UK specific or EU specific . or any standard control are their for this . Thanks RB