Work allocation to multiple machines

I have maintained Master Data for material and work center.
When I create a production order for for material system allocates it only to only one work center.
Cycle time is say 1 hour (60 minutes)
shift time is 480 minutes (workable time) (one shift)
I have maintained individual capacities 5 machines in workcenter capacity data
so actual available time is 480 x 5 = 2400 min.
prd order qty is 100
I want system to allocate work to all 5 machines so that the processing is finished in 2.5 days
but as per currant setting system is allocationg to only one machine and system shows it will take 12.5 days for processing.
please provide a solution.
thanks and regards
rajiv

Dear,
it is simple.
Your capacity is 8hrs a day and 5 m/cs
Capacity per day is = 40hrs
To get 1 product form a m/c it will take 1hr.
Hence for 100 qty, it will take 12.5hrs in normal case, if you go for parallel sequence, then it will take 2.5hrs.
Hence you are actually looking for parallel sequence so that m/cs can be processed paralalelly.
In this case you have advatage of confirming the qty m/c wise.
One moer option is make 5 splits in routing, this also will give he same result. In operation overview in splitting sub screen,
activate required spliting
No of splits = 5.
please come back if required

Similar Messages

  • Export to CSV from tracker crashes Acrobat on multiple machines.  (xml works though)

    I have encountered a crash exporting data to csv from a distributed PDF in the tracker, yet exporting to xml works.  This occurs on multiple machines.
    I can email dump file if requested.
    [Product]
    (0x1): Windows 7 Ultimate[/Product]
    [Edition]
    Ultimate[/Edition]
    [BuildString]
    7601.17727.x86fre.win7sp1_gdr.111118-2330[/BuildString]
    [Revision]
    1130[/Revision]
    [Flavor]
    Multiprocessor Free[/Flavor]
    [Architecture]
    X86[/Architecture]
    [LCID]
    1033[/LCID]
    [/OSVersionInformation]
    [ParentProcessInformation]
    [ParentProcessId]
    3124[/ParentProcessId]
    [ParentProcessPath]
    C:\Windows\explorer.exe[/ParentProcessPath]
    [ParentProcessCmdLine]
    C:\Windows\Explorer.EXE[/ParentProcessCmdLine]
    [/ParentProcessInformation]
    [ProblemSignatures]
    [EventType]
    APPCRASH[/EventType]
    [Parameter0]
    Acrobat.exe[/Parameter0]
    [Parameter1]
    9.5.0.270[/Parameter1]
    [Parameter2]
    4f03f71d[/Parameter2]
    [Parameter3]
    AcroForm.api[/Parameter3]
    [Parameter4]
    9.5.0.270[/Parameter4]
    [Parameter5]
    4f03ea18[/Parameter5]
    [Parameter6]
    c0000005[/Parameter6]
    [Parameter7]
    0011222d[/Parameter7]
    [/ProblemSignatures]
    [DynamicSignatures]
    [Parameter1]
    6.1.7601.2.1.0.256.1[/Parameter1]
    [Parameter2]
    1033[/Parameter2]
    [Parameter22]
    0a9e[/Parameter22]
    [Parameter23]
    I have a zipped dump file if someone at Adobe wants it.

    Yes, the application is loaded and then closed for each file. I agree it's not ideal, but that's just how it works. So 45 minutes for 200 files comes down to about 13 seconds per file, which is reasonable considering it has to open Word, open the file, convert it to a PDF and then close Word.
    You can request this feature to be improved here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    By the way, you should make sure that you have the latest version of Acrobat available, to ensure maximum compatibility.

  • Run invoke-command on multiple machines at the same time

    Hey all so I read that if I store my New-pssession in a variable then used that in my invoke-command it would run all computers at the same time.
    $a = Get-Content "C:\Users\cody-horton\Desktop\list.txt"
    $session
    for($i=0;$i -lt $a.Length;$i++){
    if(!(Test-Connection -Cn $a[$i] -BufferSize 16 -Count 1 -ea 0 -quiet)){
    Write-Host $a[$i] -foregroundcolor red
    else{
    $session = New-PSSession $a[$i]
    Invoke-Command -Session $session -FilePath "\\My computer\C`$\Users\public\Documents\zip folder.ps1"
    What exactly am I doing wrong I just need to run this script on multiple machines at the same time.
    Thanks.
    Edit: Also what would be the best way to close all the sessions thanks.

    Hi there,
    So what I think you are doing wrong here is that you are overwriting the value in $Session everytime you executed code inside for loop. try the below:
    $a = Get-Content "C:\Users\cody-horton\Desktop\list.txt"
    $session = @() #define this as an array
    for($i=0;$i -lt $a.Length;$i++){
    if(!(Test-Connection -Cn $a[$i] -BufferSize 16 -Count 1 -ea 0 -quiet)){
    Write-Host $a[$i] -foregroundcolor red
    else{
    $session += New-PSSession $a[$i] #add the new session to the array, at the end it will be a collection of sessions
    Invoke-Command -Session $session -FilePath "\\My computer\C`$\Users\public\Documents\zip folder.ps1" #I think the above one won't work..first you need to copy the script locally on the machine and then execute it#Why this won't work because of Second-Hop Authentication
    Have put comments where I edited your code.
    Hope this helps
    Knowledge is Power{Shell}. http://dexterposh.blogspot.com/

  • Multiple Machine Render question

    Alright, so I just realized that After Effects (I'm running CS3) can utilize multiple machine renderings. At first, I thought this would be great since my typical renders are anywhere from 45 minutes to 2 hours. But, after much playing around, I realized that it only works for sequences.. which isn't much help because I export the majority of my work as DV Streams or MOV files! Is there any way I can get it to do formats other than image sequences or am I SOL?
    I also considered buying a few moderate-end machines and putting together a small render farm in case I couldn't, but I wouldn't know where the best place is to start with something like that (I'd imagine determine what software works, but I can't find much info on that, really).

    for PC's only =====
    i wrote my own dos scripts to setup network rendering (remotely start after effects engines, copy projects to a watchfolder, and setup RenderControlFiles, copy and install fonts, etc ... took me a while to write and set up and is really the property of the company I work for), but the basics are below and from my in-house help file. Works better for us than collecting footage, basically, just substitute local drive volume names with UNC names, save the project, submit to the watchfolder, in its own directory, and add an RCF text file (try collecting footage, an RCF file will be generated so you can see whats in it). The thing that took me longest to debug was to install required fonts remotely ... any way read the basics
    THE FOUR BASIC REQUIREMENTS
    The basic requirements for any software that can network render, are that
    (1)
    all participating computers are able to access the original source footage,
    (2)
    any required fonts are loaded and active on the participating renderers,
    (3)
    any plugins and codecs used are also installed and available, and
    (4)
    all rendered frames, ie, output are send to a common storage area; single frames sequences are the best output format, a single streamed format, like an AVI, MPEG, or Quicktime Movie cannot be created by more than one computer at one time. However if your render queue has multiple single file streams queued, multiple render slaves can render the multiple queued streams, with one slave rendering one of the streams at a time two or more render slaves cannot render the same stream at the same time.
    SETTING UP YOUR PROJECT TO NETWORK RENDER
    Source Footage Paths
    The first problem in the below example is that all the source footage is referenced using local paths. The default network rendering method Adobe use is really best suited to archiving, wherein the footage is collected from the source computer and copied to a common server in a hierarchial tree structure. In this example the source footage is comparatively short, but still over 900mb long, so there is a time issue involved, a network traffic issue, a storage issue at the server end, a server management issue, and if the network render fails, or needs to be redone, this step will need to be repeated or the process hacked by an appropriately skilled person.
    To network render, all source imagery should use a file path that can be seen by other computers on a network. The best method is to use UNC (universal naming convention) paths, ie \\computername\sharedvolume\foldername\foldername\imagename.
    In the above example a badly pathed file N:\TV1 Promos\sas\sas1.aif could be made legal by re-pathing to \\regan\zone2\TV1 Promos\sas\sas1.aif assuming that zone2 is an explicitly shared volume.
    TIP: you can create as many share points as you want. You could, for example create an additional share point N:regan\one2\TV1 Promos\sas and call it SAS so it appears as the share \\regan\SAS. Just right-hand click on the folder you want to share, select SHARING from the menu, create the new share and give it a meaningful name; on XP systems, you also need to specify read/write access permissions.
    You can create a shortcut to this or any other share, leave it on your desktop, and that will save you time navigating to that point or typing out \ \ r e g a n \ s a s
    Alternatively, you can highlight a network path in explorer, copy that text, and keep pasting it when subsequently specifying paths.
    There are not limitations on how many share points you can create.
    An further alternative method would be to use the administrative share path, \\regan\N$\TV1 Promos\sas\sas1.aif. Here the drive letter N: is replaced by \\regan\N$. This method is particularly useful where the volumes are not explicitly shared.
    One other method is to map shared volumes or folders to a drive letter, but for this to work, the drive mapping must be consistant across all participating renderers, so you would have to run around these computers mapping network shares to drives on a per job basis as required, so it is not at really very practical.
    After Effects 6.5 introduced a smarter way if the project is opened on another computer on the network, it will attempt to replace the locally specified footage paths, with network paths. Mostly it works okay, sometimes it doesnt. Footage that is sourced from mapped network drives, for example where W: drive refers to \\Gfxserver2\graphics2, will have problems.
    The best way is to use the UNC paths from the begining of the projects construction, then there is never an issue, and the project will always be portable, but if you forget or cant be bothered, or think that using network rather than local paths is slowing you down, ...
    1) save your project,
    2) open your project on another machine
    3) reload one of the missing footage files ... the rest should fill themselves in, if they dont they are probably on another drive
    4) check the output is network pathed
    5) save the project, and submit that version to the render farm
    Ultimately, for this project to network render successfully, the source footage needs to be completely specified in a manner where it is accessable by any machine on the network, so use must be made of
    \\computername\VolumeLetterDollarSign\foldername\foldername\imagename, or
    \\computername\sharedvolume\foldername\foldername\imagename, or
    \\computername\sharedfolder\imagename methods.
    Output Footage Paths and Render Settings
    Once the source files have been amended to include a full network pathname, the parameters for the render can be set.
    STEP ONE
    In the Render Queue window, firstly choose a single frame Output Module, such as TARGA or JPEG; a single file streamed format, like an AVI, MPEG, or Quicktime Movie CAN NOT be created by more than one computer at one time. However if your render queue has multiple single file streams queued, multiple render slaves can render the multiple queued streams, with one slave rendering one of the streams at a time two or more render slaves cannot render the same stream at the same time.
    STEP TWO
    In the Render Settings, make sure you turn off storage overflow and turn on skip existing frames so that once any frames that have been network rendered, those frames will not be rendered again by another machine.
    STEP THREE
    The destination for the outputted animation should include the full network pathname, so that all the outputted files end a up in the same place.
    Warning: If local paths are inadvertently used here the rendered files could be scattered over any local hard drive of the machines that will be rendering the animation, and each rendering machine would not be able to determine which frames had been rendered by other machines, so each machine could end up rendering the entire sequence itself, it the drive letter exists on that rendering machine.
    Again it doesnt really matter which of the network naming methods is employed; either
    \\computername\VolumeLetterDollarSign\foldername\foldername\imagename, or
    \\computername\sharedvolume\foldername\foldername\imagename, or
    \\computername\sharedfolder\imagename will work.
    STEP FOUR
    The project with its network pathed source and output files specified, and render queue setup would then be saved.

  • Grouping the same Resources Names and summarizing % Allocation from multiple files in one master file

    Hello,
    We are reviewing resource % allocation from multiple project files at once in a 'master' project file (via the Insert -> Project function). Each resource has the same name in each of the respective 'sub-files', and so we created a group in the master
    to group by name.
    When we apply the group to the resource usage view, the hours summarize correctly for 'Work', but when switching to % allocation to make things easier, the 'Summary' line doesn't sum the individual lines below it:
    url: goo.gl/r6daeI (I can't paste a link in this message right now)
    Does anyone have a solution for this nesting?
    Thanks!

    VSAT Ryan,
    I don't have Project open at the moment but a couple of thoughts come to mind. First of all it sounds like you are creating a dynamic master without a resource pool. In that configuration, your resources will show separately for each subproject. If you instead
    create a static master (i.e. uncheck the Link to Project option in the lower right corner of the Insert Project window when you build the master), identical resources in each subproject will automatically be combined into a single resource in the new master.
    Then you won't need to use grouping to see the data you want. Another advantage of creating a static master is that it will not be prone to file corruption like a dynamic master. The disadvantage of a static master is that it is a snapshot in time of the subprojects
    and there will be no dynamic interaction between the static master and the subproject files. You will need to build a new static master each time you want to update the combined data for all subprojects. This however is a pretty easy process and you can record
    a macro while doing it the first time such that it be even easier thereafter.
    Another approach is to create a resource pool file. That consolidates all resources into a single resource only file and should also eliminate the need to use grouping to get the data you want. And with a resource pool, you won't necessarily need to create
    a master since the pool file will contain the resource data you want. Use of a resource pool is however also a linked structure like a dynamic master and is therefore also prone to file corruption.
    Hope this helps
    John

  • How to run JMS in multiple machines?

    hello all,
    i am new to jms, so please let me know how to run jms in multiple machines.
    i mean, iin one machine publisher and the queue/topic are running, in other machine listener/clent. so client and the publisher must be running in an application servers. so it means only two app servers can send and receive messages?
    then what is the advantage of JMS?
    I think the sender will be sending messages and the listener can get them at later time, is my understanding is correct?
    Please let me know how it works in multiple machines? and how shold i start now?
    please give me the details....
    thanks in advance.
    charan

    Hi Charan!
    If I understand your questions right, yes, you can use JMS on several physical machines. They connect using JNDI.
    However, you cannot communicate asynchronously through JMS alone. The benefit of JMS is that you have a common interface to use when talking to a messaging provider, like WS MQ, Sonic MQ, etc. Most vendors support JMS, and those who do are called JMS providers. They are required to implement either the Queue functionality or Topic functionality (or both). When using a JMS provider, you really see the benefit of JMS. How else would you secure that your system is loosly coupled? Also, by using JMS and Message Driven Beans you get the benefits of container managed transactions, object pooling, etc.
    If you do not have a JMS provider, you still have the benefit of a loosly coupled system by using JMS to integrate your applications, but in a large system, you should consider a tool for asynchronous messaging(again WS MQ, Sonic MQ, etc).
    I would recomend you start by reading the JMS section of the J2EE tutorial provided by sun.
    -K-

  • Error 0xC004C032, Office failed install, multiple machines

    I suppose this is a minor problem in the great scheme of things. And maybe, depending on your point of view, it's not a problem. Allow me to explain.
    I'm trying to install the trial version of Office 2013, and I did so successfully on laptop A. However, laptop A's hard drive failed within days, and I obtained a new machine, laptop B. (Certainly, this would be a situation that comes up from time to time,
    considering the gazillions of Office installs happening.)
    I tired to install the trial v of Office, but the Activation seemed to have stalled with the
    Error 0xC004C032, the multiple machines error.
    Oddly enough, Office opens and it seems to work. But instead of 60 days trial, it says 30 days.  I remember 60 on laptop A.
    So, is there any solution other than creating a new Hotmail e-addy and installing under a new account? (I hate making new e-addies; I feel personally-attached to my old one. :-( )
    Why is the trial now at 30 days? Why does it even work without activation?
    {||} Nehmo {||}

    Hi Nehmo,
    Are you using Office Professional Plus 2013 or Office 365 ProPlus? As can be seen from this site, for Office Professional Plus 2013, you can try it for 60 days, but for Office 365 ProPlus you will only have 30 days:
    http://www.microsoft.com/en-us/evalcenter/evaluate-office-365-proplus
    Have you downloaded the installation file from the same source/site? With the same Microsoft account?
    You can go to FILE>Account to check the product information and see if it has been activated.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Networked Music Library - How to refresh multiple machines' library window?

    I want to have my iTunes music library on a network hard drive, accessed by multiple machines.
    But, if I add / rip new tracks into the library, only the machine that ripped the tracks knows they are there. The others are oblivious to the new tracks.
    How do I get the other machines to automatically check the library to see if any new tracks have been added, and add them to their respective library windows if they find any?
    Thanks - Dave G.

    Interesting question! And, one that I will use often, so I did a test.
    My main library is on my iMac, my travel library is on my MBP. Once back home, simply choose File:Import:Library/Project. Now browse to the MBP (file sharing must be enabled), and select the travel library & import. I did NOT have Aperture running on the MBP during the import.
    It works quite well.
    Steve

  • Unable to update client on multiple machines

    Hi All,
    I am completly new to ARD and trying out it features. I have ARD with unlimited clients. I was able to see all the machine (G5) and their client and then I tried select all the clients and selected task to "Upgrade client" which did not work at all. Then I tried selecting individual client and upgrade was successful. Can anyone tell me if I need anything special in order to run task on multiple machines at once?
    Thanks,

    I have just installed it today, I had the same experience. I couldn't update multiple clients at the same time, even had a problem updating some individual clients. I put it down to the client being busy at the time, it eventually did update after several tries.

  • Getting FCPX to export to multiple machines in Compressor

    We have 3 - 2013 Mac Pro Towers (grey) 1 new late 2013 Mac Pro (black), 2 - 2013 - 27” iMacs and 2 - 2013 Mac Mini’s. All are running the latest version of FCPX (10.1.1) and Compressor (4.1.1) on OS X 10.9.2.
    The Mac Pro (trash can) and the iMacs are connected through Thunderbolt and all of the other machines are connected through a gigabit network. We are exporting to a 12TB Thunderbolt RAID.
    We have 100 - 90 minute edits we need to export to an MKV file format each week. We are trying to use multiple machines to export these on. We have set up Compressor on each machine and added them as “Shared Computers” in the Compressor preferences.  When we finish the edit and “Send to Compressor” the multiple machines do not pick up the export and share the work.
    All computers are set as "Shared" with no passwords required. We have selected "All Interfaces" for the network sharing Preferences.
    All machines are editing on FCPX and exporting through Compressor fine on their own. The part we are trying to sort out is the machines sharing the work in Compressor.
    Any help or suggestions would be appreciated.

    https://discussions.apple.com/community/professional_applications/compressor_4
    Try the Compressor forum.
    Al

  • How to setup Print server on multiple machines?

    Hi,
    Can someone please let me know the process to setup Print Server on multiple machines?
    This is what I have been thinking.
    1. Install Ghostscript on all the machines.
    2. Setup Print Server on all the machines.
    3. I guess I have to point the IP address somewhere as final step?
    Thanks in advance
    PM

    The steps you have mentioned is correct.
    When you set up the print service ,you will define the URL for Financial Reporting web application server in the .properties file and this will get registered in the HSS registry(This is the step where you run the FRprintserversetup.cmd).So when you run the setup from each print server there will entries created for the same in HSS registry.Then there will internal logic which will work on which server should take which process.
    Thx

  • Report using charts not work on non-development machine

    Post Author: ftsoft
    CA Forum: .NET
    using visual studio report uses charts.  works fine on development machine when I move the web app to a test machine which does NOT contain visual studio, the chart report does not worknote: other reports which only display data records work fine. the space where the charts should be displayed contain the following two lines CrystalReportViewer - CrystalReportViewer1 Error: Fail to render the page.  any help would be appreciated

    Solution suggested worked for me. 
    On my test server Crystal was trying to use the c:\temp directory to write the temporary images, my report always ran ok on the test server.  On the live server CRW was running under with the ASPNET account and / or my own user account. 
    I ran FileMon and filtered on the aspnet_wp.exe process across both servers and ran the application up to the point of generating the issue.  The FileMon output from the test server showed no issues we as the output from FileMon off the live server showed an access denied message.
    I gave access right to the relevant accounts on the relevant folders on the live server and the report ran fine.

  • Web Report not working on a different machine

    Dear Experts,
    I published my bex reports in Web. Url's works fine on my machine, but if I check the same Url on any other machine it gives a message 'page cannot be displayed'.
    How can all the users view the reports on web? How sould I publish them?
    Thanks,
    Gnana

    Hi Sarah,
    If I understand you correctly,
    Case1:
    this is my url(http://itctest01:8020/sap/bw/bex?SAP-LANGUAGE=E&PAGENO=1&CMD=PROCESS_VARIABLES&VARIABLE_SCREEN=X&REQUEST_NO=1&dummy=#variables).
    You want me to paste this url in C:\WINDOWS\system32\drivers\etc
    Is it sufficient if I do this on my machine or I have to copy this url in other users.
    Case2:
    this url will be saved in C:\WINDOWS\system32\drivers\etc
    in my machine, I need copy this url and send them to all users??
    I searched for this, I don't find this url in C:\WINDOWS\system32\drivers\etc.
    Is this url stored in a different format in C:\WINDOWS\system32\drivers\etc?
    Thanks Sarah!!

  • Managing sole iTunes library with multiple machines on-the-go with database&media on external drive?

    Hi fellows. Trying to organize & revamp my iTunes library & wish to achieve a configuration but lack the expertise to achieve it. My objectives are:
    Objectives
    +1. for my multimedia content to be stored/accessed from an external hard disk+
    +2. to keep the entire iTunes multimedia & all necessary operating files as self-contained as possible,+
    +3. Allow multiple machines to manage import of new content into library, i.e. download new episodes of podcasts, rip new music & movies into the library, sync-ing of iPod even when said machine is nowhere near my external hard disk (this is the tricky one)+
    _Justification for my objectives_
    For objective #3, it's not that I'm trying to be funny. My use case is I've 1 laptop (main machine & always at home) & 1 netbook (brought to school daily). Most of my iTunes usage will be via the stay-at-home laptop; but I may wish to add/manage new content onto my iTunes library/iPod while I'm outside (hence, decoupled from my external hard disk at home).
    I'm not trying to be funny for objective #1 either. I wish to have a streamlined process of retaining & re-instating my iTunes library meta-data across system re-format, i.e. where the iTunes library db files' location may be changed (most obvious being the new "My Music" folder path in Win7 from WinXP)
    _What I'm well aware of_
    I understand that storing/re-locating multimedia on external hard disk is no-kick to iTunes veteran. I also understand that after a new installation of iTunes, I can move the fresh copy of "iTunes_library.itl" & "iTunes_library.xml" files to my external volume & point iTunes to their new address from the 2nd launch onwards. I also understand any new machines I introduce into my environment can be directed to that exact copy of iTunes library database files when I install iTunes & pressing "Shift" key upon their launch. Lastly, I also understand that I will have no access to my multimedia files (for playback) while I'm outside, but I can still add new content, & download new podcasts & remove old content from my library/iPod
    _The question_
    However, what I have difficulty achieving, is launching iTunes on my on-the-go machine(s), without a local copy of the iTunes library database files. I doubt iTunes will be able to launch at all, & if I create a new library (just to launch iTunes), it will not possess content from my main media collection & likely to wipe out my iPod.
    _My novice attempt & its inadequacies_
    My 1st instinct, is to have the iTunes library database files stored in the cloud. More specifically, I can store them files in my DropBox folder/account, & have every machine update to a single latest version of iTunes library database files upon Internet connection. However, this method depends on:
    +* the DropBox application to exist forever,+
    +* assumed the installation path of DropBox (or any applications for that matter) to persist/remain unchanged across future versions of operating systems,+
    +* Will corrupt any un-sync-ed version of my iTunes library database files when I launched iTunes without 1st updating the local cached copy of them database files (suppose I manage my iPod playlists via iTunes on a plane)+
    _Open for recommendations_
    So here I'm, all ears to any fine recommendations you iTunes veterans have to offer. Thanx in advance.

    In case anyone is interested in these sorta thing:
    UPDATE #4: Unfortunately, if you discover you tagged something wrong after importing the songs, even when you correct the tags, iTunes will not re-organize the folder hierarchy, as long as “Keep iTunes Music folder organized“ is UNchecked, even if the songs were imported via the “Automatically add to iTunes folder” channel.
    Example: I imported a folder of Andy Lau songs into my library, unbeknownst to me, some of the songs had their “Artist” tagged as “Andy Lau“, while some had theirs tagged as “Liu De Hua“. Naturally, the 1st time round I imported them, 2 separate folders were instantiated as to iTunes, those were names of 2 distinct artists (this is expected, & acceptable behaviour). The downside is, even if I re-tagged all those songs with “Andy Lau” as the artist, iTunes will no longer re-organize & consolidate all them songs into a single “Andy Lau” artist folder (because I’d “Keep iTunes Music folder organized” UNchecked remember?)
    Well, you may suggest that I check that option when managing my future library & uncheck it right before launching/using my main, current library. The thing is, iTunes preferences persist across libraries, & one day I will forget to uncheck that option, launch my main library & lose all my current music folder structure to iTunes’ re-organization (which I don;t want, as of yet). Which brings me to another update:
    UPDATE #5: My future iTunes library has “I:/iTunes_Media” as iTunes’s “Home” folder. This setting persists even when I switch back to my main, current library. Which means, if I’d my external volume connected while launching/using my main, current library, all new content will end up in that folder on the external volume! Which messes up the whole scheme of things! Arghz!
    UPDATE #6: Here’re some updates with regards to ID3 tags:
    * the “Album Artist” in Windows (7) Explorer = the “Album Artist” field in iTunes 9
    * Modifying a ID3 tag field using Windows (7) Explorer will update BOTH the v1 & v2.3 version of the ID3 tags on the song (if the song has both versions of tags embedded & if the field exists in both tag versions). If you update the tags via iTunes, only the v2.3 tags get updated. This is surprising.
    * the “Contributing Artist” field in Windows (7) Explorer = the “Artist” field in iTunes 9 & the “Artist” field in ID3v1 tags (changes in tany of the 3 fields will affect the other 2 respectively)
    o However, iTunes Media folder organization will only adhere to the value saved in the “Album Artist” field [if you change the value of "Contributing Artist" in Windows (7) Explorer, the "Artist" field in iTunes or the "Artist" field in a song's ID3v1 tags, no folder re-organization will occur]
    UPDATE #7: Some updates with regards to workflow:
    Decided to retain all non-music content within a sub-folder named “non-music” beneath the main album folder (& take strict precautions to import songs only). The exception is “m3u” playlist files. Have read elsewhere if you import a folder of songs & there’s an “m3u” playlist inside, your library may have duplicates and/or the tags of those songs you just imported could be screwed, etc.

  • On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion. They DO work on a lenovo machine but not my imac

    On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion.
    They DO work on a lenovo machine but not my iMac. reset Pram - no luck. took speakers from wife's desktop, they
    do not work when jack plugged into my iMac - Sys Prefs "SOUND" only lists "internal speakers/ built in" as available options.
    I used my altec lansing speakers on 3 macs including this one for 5-6 years.....now with Mountian Lion I can only get internal speakers???
    Ideas? Any/All help would be greatly appreciated - been going nuts with this for 2 days now.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for