Trying to get actual information on setting up WMS to use CAD.

We're trying to figure out how to set up a WMS system that can be used to run CAD on 5 or 6 workstations.  I'm assuming that they will have to be in their own instances of Windows.  I'd like to know what hardware would be needed, what software
would be needed and what licenses will be needed.  Is there anyone out there that can help on this?
Thank you!

I will take a crack at this. I'm going to *ASS*ume you intend to use something lighter weight like AutoCAD LT 2015 and not something like SolidWorks or Catia. My pick would be a Lenovo TD340 with at least a hex core Xeon. Preferably dual hex CPUs. ( Hyper-V
requires at least one core or thread per session.) There is a how to article for MultiPoint Hyper-V on the Multipoint blog. http://blogs.technet.com/b/multipointserver/archive/2012/10/24/windows-multipoint-server-2012-creating-virtual-desktop-stations-part-1.aspx
http://blogs.technet.com/b/multipointserver/archive/2013/01/22/windows-multipoint-server-2012-customizing-virtual-desktop-template-part-2.aspx At least 64gb ram and 7 SAS hard drives. 2 boot HD in. RAID 1, 4 HD in RAID 10, and 1 global hot spare. Do not use
the on board Intel software RAID. Get the real hardware card. Dual hot swap power supplies. For video card, at least an NVidia Quadro k4000. This should give you at least 4 "direct connected" seats. If you need longer distance from the server, you'll need
either USB over Ethernet clients of better still, remote FX capable thin clients GreenBridge makes a nice USB over Ethernet client and HP has several models of RemoteFX clients, though NOT cheap. If you go with remote clients, I would also add a quad port
Intel Ethernet card for NIC Teaming. For software you'll need 1 Multipoint Pro license, per user, server/device combo CALs, Windows 7/8 Enterprise Open License w/ Software Assurance. (This provides upgrade/downgrade and virtualization and remote access rights)
Windows 8.1 will provide better RDP experience than 7. If this is for non-profit, you can get Software very cheaply ( cost of administrative fees ) from TechSoup.org Microsoft is VERY generous with sw donations to non-profits. More so than any other company.
If this is commercial or education use, you'll have to buy from a reseller like CDW.com To get good performance, the cost adds up pretty quickly in both hardware and licensing. You might actually do better just getting individual workstations like the Lenovo
E32 with pre loaded Windows Pro. I bought a few of those for about $1100 each + $400 each to upgrade to 32gb ECC Ram. Those came with Quadro k600 , Quad XEON 1245, 4gb non-ECC ram, 1TB HD. We are running SolidWorks 2014, but not dealing with very complex models.
Hope this helps. Good luck on your CAD project.

Similar Messages

  • HT1373 i have a broken desktop which had my itunes account on it. I am trying to get the information onto a new laptop and itunes programme but cannot. I also cannot get my iphone 5 to be recognized on the new itunes. HELP

    i have a broken desktop which had my itunes account on it.
    I am trying to get the information onto a new laptop and itunes programme but cannot. I have only managed to copy over some of my music as i had it on an external drive.
    I also cannot get my iphone 5 to be recognized on the new itunes.
    HELP

    iTunes as you see it in the application window uses a series of files and folders contained in the iTunes folder.  Some people make the mistake of only backing up their media in which case all you have is a bunch of media files without the iTunes structure.  In that case you have to build a new library yourself.
    What exactly do you mean "not recognized"?  The phone does not show up on the computer at all, or it does but it says it will wipe the phone?  The wipe the phone stuff is again because it cannot find the original library to which it was synced.  You need to transfer the entire iTunes folder from the old computer or the backup you made of it.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

  • Itunes  11.4.0.18 crashing when clicking on app store  Itunes is getting crash when clicked on app store. I tried to get some information for this crash and got the above message in debugging mode. Please fix this if required but i am unable to open

    Itunes  11.4.0.18 crashing when clicking on app store
    Itunes is getting crash when clicked on app store. I tried to get some information for this crash and got the above message in debugging mode. Please fix this if required but i am unable to open app store.

    Click here and follow the instructions to change the iTunes Store country.
    (97125)

  • I'm trying to get the home sharing set up on my iPhone and iPad and they aren't responding

    I'm trying to get the home sharing set up on my iPhone and iPad and they aren't responding

    I can upgrade to an Iphone 5 three days early with Verizon? I already have verizon contract, update is on the 20th

  • Problem while trying to get meta data from entity in CRM 2011 using java

    Hi,
    I have been trying to get the meta data from entity. Below is the code what i have tried.                                 
    EntityFilters entfilter = new EntityFilters();
    EntityFilters_type0 eftypes [] = new EntityFilters_type0[]{EntityFilters_type0.Attributes};
    entfilter.setEntityFilters_type0(eftypes);
    EntityFiltersE entityFiltersE = new EntityFiltersE();
    entityFiltersE.setEntityFilters(entfilter);
    Boolean RAIP = new Boolean(true);
    OrganizationServiceStub.ParameterCollection parameterCollection = new OrganizationServiceStub.ParameterCollection();
    OrganizationServiceStub.KeyValuePairOfstringanyType entityFilters = new OrganizationServiceStub.KeyValuePairOfstringanyType();
    entityFilters.setKey("EntityFilters");
    entityFilters.setValue(entityFiltersE);
    OrganizationServiceStub.KeyValuePairOfstringanyType retAsIfPublished = new OrganizationServiceStub.KeyValuePairOfstringanyType();
    retAsIfPublished.setKey("RetrieveAsIfPublished");
    retAsIfPublished.setValue(RAIP);
    parameterCollection.addKeyValuePairOfstringanyType(entityFilters);
    parameterCollection.addKeyValuePairOfstringanyType(retAsIfPublished);
    OrganizationServiceStub.OrganizationRequest request=new OrganizationServiceStub.OrganizationRequest();
                request.setRequestName("RetrieveAllEntities");
                request.setParameters(parameterCollection);
                OrganizationServiceStub.Execute org_execute = new OrganizationServiceStub.Execute();
                org_execute.setRequest(request);
    ExecuteResponse resp  =  serviceStub.execute(org_execute);
    And getting the below error.
    [ERROR] The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter
    http://schemas.microsoft.com/xrm/2011/Contracts/Services:request. The InnerException
    message was 'Element value from namespace http://schemas.datacontract.org/2004/07/System.Collections.Generic cannot have child contents to be deserialized as an object. Please use XmlNode[] to deserialize this pattern of XML.'.  Please see
    InnerException for more details.
    Please help me if any one have an idea on this error.
    Thanks in advance.

    Hi
    Did you get this resolved ?

  • HT5622 Trying to get a training room set up with Apple ID's.  Does Apple block an IP if they receive multiple requests for accounts?

    We are training 63 new employees today.  Trying to set up an Apple ID's and iTunes.  All but 4 credit cards are being denied.  Will Apple block an IP if they receive multiple requests from an IP within "x" minutues?

    Hey EdMartin,
    Thanks for the follow up. If your issue persists, I recommend contact iCloud Support as outline at the closure of this resource:
    OS X: Using and troubleshooting Back to My Mac with your iCloud account
    http://support.apple.com/kb/ht4907
    If you still are unable to use Back to My Mac reliably
    Contact iCloud Support. Be sure to provide the following information:
    1. A detailed description of your network setup for each computer, including router types or models and modem brands.
    2. The details or screenshots of any diagnostic messages provided in the Back to My Mac System Preferences pane. (For assistance with screenshots, see this article for OS X Lion or this article for OS X Mountain Lion.)
    3. The results of the traceroute performed on each computer when checking for a multiple NAT setup. (For assistance with capturing the traceroute, see this article for OS X Lion or this article for OS X Mountain Lion.)
    4. The Computer Name and Local Hostname of each of your computers.
    5. Any other troubleshooting steps you have performed.
    Thanks,
    Matt M.

  • Get Volume Info.vi returns error 7 when trying to get disk information on cRIO-9025

    Hi,
    I'm using a cRIO-9025 controller and wish to get the disk volume information of drive C: using the Get Volume Info function in the file I/O palette. When I run the function with the path as "C:\", the function returns an error 7 indicating that the path is incorrect.
    I have used this function prior to this with cRIO but unfortunately I do not have any older devices with me to verify this now. I'm using LabVIEW 2009 SP1.
    Many thanks!
    Cheers!
    Sankah2k
    Solved!
    Go to Solution.

    I'm not sure whether c:\ is a valid path on CRIO,
    the following code should get your paths:
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!
    Attachments:
    getvolumes.png ‏19 KB

  • I am trying to get waveform information out of my Tektronix TDS3034B scope. My implementation of serial polling of the status b yte register isn't working - any ideas???

    My .VI is attached.  Any, and all, suggestions would be greatly appreciated.  My vi configures the oscilloscope, setting it for a single sequence (sample) waveform capture, then my attempt was to poll the status register until the 4th bit was set.  The problem is that it never gets set.  I know this because I put an indicator to light when it was true.  Is there something that needs to be sent to the scope to cause it to enable the status register 4th bit when a waveform has been captured? 
    Attachments:
    Configure 10u.vi ‏49 KB

    Jryan,
    Arrays in LabVIEW are "zero indexed" meaning that the first element in
    an array has an index of zero.  If you are sure your instrument
    should be setting the 4th bit in the status register, then you will
    want index 3.  You could also use NI-Spy for a better look at what's happening on the GPIB bus.
    Robert Mortensen
    Software Engineer
    National Instruments

  • Trying to Get Some Information Off the Computer

    Hey.
    I'm doing a powerpoint for a school project using the Microsoft Powerpoint System on the Mac. I need to be able to save it to some kind of disk, and be able to start it up on another teacher's regular PC. I'm putting in a blank disc, and I try to save it using the iDisk, or whatever, but it doesn't show up! I know the answer is probably really obvious, but I'm at a loss for what to do! If this is completely not right, then could someone just give me another explanation for moving all this information?
    Thanks in advance,
    Any help is GREATLY appreciated!

    On the desktop, use Finder to go to the folder where you have saved your PowerPoint Presentation.
    Insert a blank CD into the disk drive. After you see the icon for a CD on your desktop, click on the saved powerpoint presentation and while holding down the mouse button drag it, and drop it, on the CD icon.

  • My facenow app is not showing in the setting so how I can get that in my setting and I m using iPhone 4S wid io6

    Facenow app is showing in my setting in my iPhone 4S wid ios 6

    It's called "facetime".  Where did you get the phone?  Facetime is banned by law in some countries in the Middle East and has been permanently removed from phones sold there.

  • Trying to get ADE to recognize my NookColor, which I used for 3+ years with my Dell desktop.

    Per posts I just read, I tried to check the files on my NookColor, but keep getting a window that says "I am not authorized to access this device" and that I must use the "security tab." WHAT security tab?? I just started using Win7 on this new HP sys unit; is there a security tab hidden somewhere that I can't figure out? HELP! I just downloaded a book from my local library and have only 21 days to read it. Need to get my NookColor back online fast!

    When Sky placed a provision order with BT Wholesale it would have been rejected on the basis that there was already an active line/account with a different service provider, in this instance BT Retail. It is a bit odd the previous person who lived there didn’t cancel the account because you could have run up a massive bill in her name.
    Sky shouldn’t have really told you to get the line put in, ‘your name’. All they should have said was to get the previous occupant to cease her service so the line was spare and you could then take over it with a service provider of your choice.
    As you have now signed up to BT Retail you will inevitably be tied into some sort of contract, your only hope is that there is some sort of get out period, you know where if you change your mind in 14 days of something like that you can cancel it with no obligation. I am unsure if BT Retail have that or not but I am sure when you called BT they explained the terms and conditions to you.

  • AE Crash trying to get the user 'language' registry key

    This is a strange crash I get just opening all sorts of different AE projects.
    <140735243008352> <ASL.ResourceUtils.GetLanguageIDFromRegistry> <0> Unable to obtain the User 'Language' registry key at: Software\Adobe\After Effects\10.5.1\ Defaulting to 'en_US'.
    It happens on a wide variety of projects just on opening them. Almost all are 720p. but some have footage, others are just PSD or other image files (PNG, JPG). Many of them have trapcode particular 2.1/form 2, but some don't. 
    I have to find another project, open it, and then hope it doesn't cause a crash. If not, then I can go back and open the project that crashed upon opening and it works fine. It may open a few times without problems, and then upon opening it another time, it will crash with the same warning.
    I have a MacPro 2.66 GHz quad-core with 16GB RAM running 10.7.1 with an ATI Radeon HD 4870 card with 512MB of memory.
    Seems rather bizarre to crash on trying to get a language registry setting, so any ideas for correcting this would be most helpful.  Thanks.
    Pete

    I'm having a similar issue with After Effects.  I have Adobe After Effects CS5.5 (v.10.5.1) and it keeps crashing when switching between AE and other programs.  Here's a video of what's happening with mine.
    I don't have any special plug-ins loaded except for what came with the program.  OpenGL rendering is turned on and have tried turning it off to see if it make the problem go away and it doesn't make a difference. 
    Greatly appreciate any assistance I can get on this.
    Computer System
    Dell Precision M6600 Laptop
    Intel(R) Core(TM) i7-2920XM CPU @ 2.50GHz
    16GB RAM
    2GB NVIDIA Quadro 4000M
    Driver Version 285.62
    Optimus is turned off so it's just the Quadro 4000M Card - no Intel HD Graphics in the background
    413GB Free (687GB Total) Primary HD
    200GB Free (250GB Total) D Drive
    Windows 7 64-bit SP1 Professional
    Adobe Master Collection CS5.5 (Website Download)
    After Effects v.10.5.1 Update (Website Download version)

  • It is Possible to get Preflight information using javascript...?

    Hi EveryOne!!!
    I'm new baby to Acrobat using javascript .Please Help me?
    It is Possible to get Preflight information(trim size, colorspace and fonts) using javascript...?
    Thanks in Advance.
    -yajiv

    As Bernd says you can collect the page boxes via JS but nothing about the color spaces, graphic objects or fonts.
    For example to see the dimensions of the media box, use this in the JS console:
    var aRect = this.getPageBox("Media");
    var width = aRect[2] - aRect[0];
    var height = aRect[1] - aRect[3];
    console.println("Page 1 has a width of " + width + " and a height of " + height);
    The valid PageBox names are Art, Bleed, BBox, Crop (default) and Trim. The results are reported in Points (1/72 inch).
    You can find the total number of pages in a document using this.numPages and the current page with this.pageNum

  • Setting Apps Context when using Apps Adapter

    Hello,
    I am calling a TCA API using the Apps adapter and it's only pulling data for one org. I updated the wsdl file set up from "Sysdamin" and "System Administrator" to the correct user and responsibility but my bpel process is still only retrieving only one org. Has anybody tried setting context and managed to get it to work?

    I am trying to get customer information using HZ_PERSON_CUST_BO_PUB.GET_PERSON_CUST_BO. I changed the wsdl file as suggested in the following document,
    http://download.oracle.com/docs/cd/E12524_01/integrate.1013/e10536/T430238T430243.htm#aoa_apis_procpartnerlink in the "Prerequisites to Configure PL/SQL APIs" section but didn't work ie my bpel process still couldn't retrieve data for multiple org.

  • On a Mac OS X version 10.4.11 and itunes 9.1.1.  Can't update to itunes 10.6Trying to get a previously purchased song.  Can't use the purchased option under quick link - nothing shows up and won't let me purchase an already purchased song.  What can I do?

    On a Mac OS X version 10.4.11 and itunes 9.1.1.  Can't update to itunes 10.6, Mac too old. Trying to get a previously purchased song.  Can't use the purchased option under quick link - nothing shows up and won't let me purchase an already purchased song.  What can I do?

    If possible you need to upgrade OS X. However, what you can upgrade to is dependent on what your Mac hardware and configuration is which you have not provided in your profile.

Maybe you are looking for

  • Passing the values from one pgm to another pgm (Calling pgm has no sel scr)

    Hi gurus, In my requirement i need to pass the values from one program to another program. I am using SUBMIT statement . But , the program which i am calling has no selection screen. So how can i pass the values? Please help me ASAP. Regards, Bhanu.R

  • 500 internal server erro while opening the work item

    Hi In my report manager 's UWL to approve the expense of his employee while clicking on the workitem he is facing the error 5oo internal server error .Failed to process request .Please contact your system administrator. Root cause : The initial excep

  • FileInputStream's read() outputs differently when not stored in a variable

    Here's my original code: import java.io.*; class ShowFile {      public static void main(String[] args)      throws IOException{           FileInputStream fin = new FileInputStream(args[0]);           int i;           do {                i = fin.read

  • Server 2008 R2 RDP: limit max number of rdp connections per user group?

    Hello everyone, I have a Windows Server 2008 R2 with RDP installed. I want to create a couple of user groups which will have 5 different users in each. Then I would like to limit RDP connections, let's say 2 connections for the first group and 3 conn

  • Disable/hide Command Field in T-iViews

    Hi All, I have ctreatd some transaction iviews. I am using SAP GUI type as SAP GUI for windows, I there any way to disable/hide the command field so that user user cannot enter any other T-Code and navigate to that transaction. Waiting for your input