Parellels Server or switch to a Windows Terminal Server

So we are implementing a Windows only accounting and project management software into our business that runs Macs, and this is undoubtedly the MOST IMPORTANT piece of software that we will run in our office. Hands down.
(We will also have people dialing in from the outside as well, so a VPN is needed to access the accounting/PM software)
I have two consultants that are offering two separate solutions.
First solution offered is to remove OSX server from our Mac Mini Server and install Windows Server with Terminal Services. The macs we have would run remote desktop connection to access the software and the field personnel would vpn in and access the software.
Second solution offered is to run Parellels server and install the windows software into that machine. (I really don't know how this works, but I've been told that it will).
I understand that there could've been a different setup to start with, but there's not and we have to work with what we've got. I also understand that there will be some that think it's sacreligious to convert the Mini to a "PC", but if its the best solution, then thats what'll happen.
So - I humbley ask to the community - what is your take on the two above?
From a maintenance standpoint, which will be easier to maintain and support?
Thank you for your help on this -
I appreciate it greatly.

Piperspace -
Thank you for the response.
Right now we have 3 mac clients, and the server is acting as a file server.
We host our email and calendars with Google Apps for Business.

Similar Messages

  • Can't install LabVIEW Run-Time Engine 6.1 on Windows Terminal Server

    With my system admin, we tried to install the LabVIEW Run-Time Engine 6.1 on our Windows Terminal Server NT4. And we get an error all the time:
    -install using the plugin
    -install using LVRTE.exe
    -install after rebooting the server
    But I remember that we could install the Run-Time Engine 6.0 on another Windows Terminal Server NT4.
    Is there any compatibility issues with the new Run-Time Engine 6.1 ??
    Thanks for your help
    Cyrille

    Cyrille,
    What is the error that you get when trying to install the run-time engine?
    Are you installing it from the LabVIEW CD, or did you download it from the web site?
    To further troubleshoot this problem, it would be best if you send us an email to [email protected] and send the above information.
    Also, try running the installer from the command prompt window, and use the following syntax:
    setup.exe/l*v
    This will save the error log to the file you specify. Send us also this file to help us troubleshoot.
    Thanks
    Zvezdana S.
    National Instruments

  • Cannot quit Visual FoxPro (Windows Terminal Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1)

    Hi everybody:
    This is not the typical question about this error, because the problem here is not about how to quit (CLEAR EVENTS then QUIT). The really and weird problem is that our application do no execute the error trapping routines (Try/Catch and ON ERROR) and tries
    to directly Quit.
    I have never seen something like this before, error trapping routines not executed.
    I try to explain the problem better:
    - The user click on the Citrix icon of our App
    - Citrix shows the executed processes (establishing connection, applying user config, loading profile, etc)
    - The Application (VFP 9 SP2) is started and in any moment, while loading, occurs an error that is not handled by error handlers, and it executes a "kind" of a Quit command, that we detect because have a ON SHUTDOWN to catch it, then the App shut
    down and the user must click the Citrix icon and start all over again, up to 7 times, when the App really load and work.
    - I think that it is useful to make clear that no QUIT command is really causing this, just the behaviour of the QUIT when an error occurs, but just while loading. If the App get completely loeaded, then everything works as expected
    Infraestructure:
    - Windows Terminal  Server 2008 + Citrix XenApp 5 + VMWare vCenter 5.1
    - There are up to 50 concurrent users max in every virtualized server
    - More than 10 GB of free disk space / Up to 4 GB ram
    - RAM Memory is never used to the max
    - CPU (Intel Xeon) is never used to the max (up to 90% in some cases)
    - Data (DBFs for temporal work) ar on local drive, not over network (to avoid network known problems with smb2-3)
    - There are connection to a Oracle 11 database for permanently storing the data
    About the errors:
    - They are not always the same or in the same place. In example, in one execution could fail the query of SET("Printer",2), in other execution could fail a SET PROCEDURE TO xxx ADDITIVE (sometimes already loaded), in other could fail a "DO
    WHILE .T." in a init event.... completely crazy, and in all cases the errors are not thrown, not a single error code, the App just try to quit, as if ALT+F4 where pressed.
    - All this does not happen allways to everyone, but happens many times in the day to many many users as to be worried
    - The same user can have this error many times a day, but not allways
    - Some of the problems started when migrating to Windows Terminal Server 2008, but didn't notice nothing special in the beginning, but a year later (last 2014) problems tend to go worse
    Tried solutions:
    - For the "SET PROCEDURE TO xxx ADDITIVE" error, a "IF xxx $ SET('PROCEDURE')" check was added
    - The "SET('Printer',2)" check was moved out of initialization code, so it executes when user want to print the first time. In this case was neccesary to talk with IT guys to map a default printer after the App runs, and not in background, as it
    was.
    - Other checks and modifications was made to minimize posibility of errors
    - Adding a timeout of 5 secs in the start of the program, to force a wait
    - Restart of virtual servers (not the phisical) every 3 weeks
    What I suspect:
    - Some Microsoft optimization (memory?, process execution?) in WTS-2008 may interfere?
    - Some VMWare memory management may interfere with WTS-2008?
    - Some Citrix management may interfere with both?
    - Server degradation because of day to day use
    Results until now:
    - Apparently, adding the timeout to force 5 secs delay and the restart of the server have made a notable enhancement in App start and running
    with far fewer
    errors
    Has
    this happened to anyone?
    Thanks! o_O
    Fernando D. Bozzo / Madrid (Spain)

    I never had this type of problems, but somewhat similar start up problems. I'd say it indicates resource problems. Low RAM can cause many unpredictable things. In my case loading much data at the begin of an application caused out of memory errors, which
    were reported and logged normally, though.
    I made a small tool using Windows API functions GetPerformanceInfo and GetProcessMemoryInfo, you'll find declaration and usage like usual at the News2News site. It's a bit lengthy and cluttered, but pretty much what you find there anyway, so I'll not post
    my utility code.
    I could quite clearly see how many users degraded available memory per session and at some time no further instance of the application was possible on the server. In my case RDP was used to start the app, Citrix will be quite the same, in the end the application
    runs on some server and users see the remote running application.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • Swing app in JDK6 continues to rendering slow in Windows Terminal Server

    Hi,
    Because Swing apps create interfaces internally and not using default OS APIs,
    when running into a Windows Terminal Server client, there is no way to optimize
    rendering. Windows Terminal Server and Linux FreeNX use a mechanism to send
    to client only commands to render the windows. But, because the way Swing works,
    not totally integrated to OS APIs, it's not possible for terminal servers to do this,
    and these servers render Swing like images, something like VNC do, very slower than.
    I have tested native apps and AWT apps, and the difference is very significant,
    something like 50-70% faster.
    Is there some project in Swing APIs or java.net open-sources to better this?

    We are also seeing this issue with a Compiere implementation. With 10 distributed sites across the US, our client wanted to use Windows Terminal Services to simplify the client desktop management of the Swing application.
    But performance is terrible...and screen painting issues a real problem. We are also on JDK5 still, so I'm discouraged to see that JDK6 doesn't appear to offer much improvement?
    Is there any project afoot to address this issue for installations using terminal services?
    Thanks,
    Peter

  • Installing SBO 2007A PL47 for use on Windows Terminal Server 2008

    SAP has announced it supports Windows Server 2008 32 bit. Does this mean it will also support Windows Terminal Server 2008 32 bit for hosted clients? Any input will be appreciated

    Hi,
    There is annoucment only of Windows Server 2008. You can check the status on service Market place under Supported platforms.
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    Under Product Availablity
    Regards
    Vikas
    SAP Business One FOrums Team
    Edited by: Vikas Rastogi on Mar 12, 2009 10:22 PM

  • How to install oo4o in windows terminal server

    does oo4o support windows terminal server 4, my computer is intel pentium 4 with 512 MB ram, but when i try to install oo4o ver 9, with client oracle 8, the windows can't appear. any one can help
    thanks

    You are looking for this information
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/dc4fcf93-8268-44f4-822a-d463d9443f6c/windows-7-and-server-2003-printer-server-issues?forum=winserverprint
    Alan Morris Windows Printing Team

  • Is BPC 7.0 compatible with Windows Terminal Server 2008?

    Is BPC 7.0 compatible with Windows Terminal Server 2008? We are having printing issues when on WTS 2003.

    BPC 7.0M SP08 was released on September 1st and now supports the client install on both Server 2008 and Windows 7 so yes, you should be able to use terminal server in Windows 2008 if you install SP08. It also has limited support for Office 2010, full support will come with SP09. SAP Note 1490544 is the central SP08 note, and 1504400 is the download note.
    -Brian

  • Remote Access to a Windows Terminal Server

    Hi,
    I used to work on Windows XP at home and would use the Remote Desktop to access my Windows Terminal Server at work. Now we have a iMac 24". Is there a Remote Access software for iMac that I can use to still connect to my office's terminal server?
    Vikrant Sharma

    Try this: http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=remotedesktopc lient
    Remote Desktop Connection for Mac.

  • B1 pelo WTS (Windows Terminal Server)

    Boa tarde a todos...
    Estou com um problema aqui na empresa que trabalho, foi implantado o B1 na unidade central e agora estamos implantando na filial de Porto Alegre....
    Os usuarios de Porto Alegre irão acessar a base de dados que fica na central em São Paulo via WTS (Windows Terminal Server )...
    Acontece que estamos enfrentando um grande problema com velocidade, visto que o acesso de Porto Alegre ficou extremamente lento.
    Alguem ja passou por uma situação parecida?
    Saberiam como melhorar essa questão da velocidade?
    Ou alguma outra sugestão para essa implantação?
    Edited by: Rui Pereira on Aug 6, 2008 1:54 PM
    Edited by: Rui Pereira on Aug 27, 2008 5:02 PM

    Oi
    Não existe uma forma de alterar o SAP B1 para melhorar limitações de conetividade remota.
    O WTS possui os seus próprios requisitos mínimos de comunicação e consoante o tamanho dos documentos e a quantidade de usuários conetados a performance vai ser mais reduzida.
    Caso a rede seja utilizada para outras atividades, como armazenamento de arquivos (Word, Excel, etc...) isso irá afetar ainda mais a performance da comunicação remota.
    Normalmente os valores recomendos são:
    Windows Terminal Services .        
    -Bandwidth per user =  20 - 40 Kb  
    -Memory per user =  50 - 70 MB     
    Nota: Estes valores são meramente indicativos e a documentação mais recente da Microsoft deve ser consultada relativamente a largura de banda recomendada tal como referido na nota SAP 675004.
    Paulo Calado
    SAP Business One Forums Team

  • Sap gui on windows terminal server

        Hi,
    are there best practices to install sap gui 7.30 on a Windows terminal Server 2008 r2?
    Regards
    Zulma

    hi Zulma,
    Please follow the step by step guide.
    SAP GUI 7.30
    Example
    How To Install SAP GUI 7.30 on Windows 8
    SAP GUI for Java 7.30 Release Notes
    Regards,
    Jamil

  • Install SAP GUI 7.20 on Windows terminal server

    Hi,
    I would like to install SAP GUI 7.20 on a Windows Terminal Server and configure it so that all users on the terminal server share a common configuration. As the installation is now all users have to define the systems in GUI the first time they start it, but I would like to do this globally. Is this possible?
    Best regards,
    Thor-Egil

    > estimated 20 or more users who will be using the WTS to do their specific transaction. How much ram do we need to put in the WTS to handle 20 or more users?
    This depends on what the users will do on that system. I suggest you contact the hardware vendor for a sizing of the machine.
    > and follow up question, do you recommend using terminal servers?
    It's an easy way to centralize the administration, you have got only one SAPGui installation.
    Markus

  • Tips to install Sap Gui On Windows Terminal Server 2003

    Does anybody know any method to install SapGui on Windows Terminal Server 2003 to share it to many users ?
    The problem is: when I try to install Sap Gui 6.40 via Control Panel-Add/Remove Programs it tells me that I must change the mode with "change user /install". I dont know the reason why it reports me that if I do it via Control Panel. And if I do that and then I launch the installation again it reports me the warning again.
    What should I do ?
    Thanks in advance for your help.

    We have SAP R3 4.6C.
    We want to optimize the bandwidth in a 802.11b radio. Because of that we dont want to run any application in the hand-held.
    We'll intend to launch a remote desktop on a dozen hand-helds connecting the Windows 2003 Terminal Services server. In this server we could run SAP GUI, WebSapconsole or the browser.
    Its important to note that the hand-held computers must only show the designed windows (sized to 16x20), removing title bars, transaction bar, menu bars, tool bars, status bars, etc. For this purpouse I think we can use WebSapconsole.
    With this method we have noticed that when a error or warning is displayed it hides some part of the screen instead of presenting in the status bar.
    I hope you all your doubts are clear now, if not just tell me.
    Thank you.
    PS. Sorry for my english.

  • Compile problem running jdev on Windows Terminal Server

    I am experiencing problems compiling java source files in jdev 9.0.3.1035
    Sometimes the class file is not created if i make (compile) only one source file.
    The jdev is running on a Windows Terminal Server 2000.
    The sources are on the same Terminal Server.
    The classes should be compiled to the Terminal Server as well.
    I am working on a Terminal session elsewhere.
    Anyone had this problem before ?

    Georg:
    Q1) What you mean with 'the class file is not
    created'? Is the .class file not overwritten? Is the
    class file for a new file not written? Did you delete
    the class file before compiling?I deleted the class file before compiling!
    Q2) I guess that sources and classes are used by you
    exclusively. Is this right?That is right!
    Q3) In the project settings under Common | Input
    Paths is the option 'Scan Source Path' enabled or
    disabled?Both options have the same effect!
    Q4) When the problem occurs: what is the active
    window (code editor or Navigator)? What node is
    selected in the Navigator?Tried following combinations:
    - Having selected the Project node in the Navigator and the code editor is active window
    - Having selected the class node in the Navigator and the code editor is active window
    - Having selected the Project node in the Navigator and the Navigator is active window
    - Having selected the class node in the Navigator and the Navigator is active window
    Q5) What are the exact steps you took when it
    happens? Do you use mouse or keyboard hotkeys? What
    buttons or menus do you use?- right click in code editor and choose Make from popup menu
    - right click on Long postings are being truncated to ~1 kB at this time.

  • Running LabVIEW applications on Windows Terminal Server

    I have built a client application in LabVIEW that one of our users want to run on a Windows 2000 Terminal Server...the question is; how does Windows Terminal Server handle the different sessions; does is launch multiple copies of the application and if so how about support files? In my case the client application has a configuration and a temp file in it's directory...if multiple users use the application on the terminal server; does it or can it be set up to make one copy of the app directory for each session? If not - is there a way / what is the best way to get separate configurations and temp files for each session?
    MTO

    You have a better chance to get a helpful reply if you ask in the Acrobat forum, or even at http://forums.adobe.com/community/licensing

  • Hydra (Windows Terminal Server) and Forte

    Is anyone aware of any attempts at using Forte with the windows
    terminal server software. I am interested in the possibility of using
    the terminal server concept for applications which are more of the
    "heads down data entry" type. The cost of a typical PC client (even a
    "thin" one) is not easily cost justified in these cases.
    It seems to me that using the terminal server concept would
    potentially be a lower cost approach to providing a Forte client in
    this type of application.
    If anyone has any thoughts or experience on this I'd appreciate
    hearing about it.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi Frank,
    I dont know much about citrix and SBO (just see a presentation at the techsummit), but I will start here , and then go on here .
    In the Citrix forums are some issues related to yours:
    http://support.citrix.com/isearch.jspa?searchQuery=sapbusinessone&searchForums=true
    Hope helps,
    Ibai Peñ

Maybe you are looking for

  • How can i create a hyperlink to individual emails?

    I would like to be able to create a hyperlink to click through to individualk emails.  I plan on creating a simple database in Excel and would like to be able to instantly access individual emails.  I have done this in the past with files stored on m

  • Point of view on running Mountain Lion on a late 2011 Mac Book Pro?

    I bought my MacBook Pro a couple of days before the current genneration came out in June of 2012.  I was told that Mountain Lion would run well even on the older genneration and I was convinced by the 'genius' that it would be well worth it to buy th

  • OnLine number in Ontario Canda

    Is it possible to get an online number form Toronto Canada?

  • Add / Put  Log4j messages in JTextField

    Hi All, This is the first time I am posting any messages to any forums . Hope someone may reply soon . My Problem is how to add log4j messages to the Swing Jtextfield. How to use LF5Appender to add the messages to swing component. I have tried many t

  • Networks in SAP PS Projects

    Hi All, Canyou please tell me whether it is better to use header assigned networks or activity assigned networks. Muzamil