BackOffice Server 4.5 aka how to get the best of 1990’s Microsoft Server Tech!

Stylized logo!

Every so often, I’ll get either emails or messages from various people wanting to run their own exchange server setup in a similar method that I have setup, except that they are lacking either Windows NT Server discs, or even the Exchange server disc.  I always end up pointing people to eBay, although contrary to the last few years, prices of old Exchange Server have gotten expensive.  However there is a different SKU, and way to get them both, plus a lot more, enter the late 1990’s server craze of product consolidation, Microsoft Back office.

Back Office media kit

In all version 4.5 comes on 7 CD’s containing:

  • Windows NT Server 4.0/IE 5.0/MMC 1.0
  • SQL Server 7.0
  • Proxy Server 2.0/Option Pack
  • Exchange Server 5.5
  • Site Server 1.0
  • Systems Management Server 2.0
  • SNA Server 4.0

Before server virtualization took off, the trend for small branch offices and small organizations was to get a single server and try to run everything all at once.  Of course this leads to an incredible amount of inter-tangled dependencies, and possible collisions when involving 3rd party software, along with possible performance issues for stacking so much onto one box.  How times have changed!  Where today we may run all the same services on a single physical box, however with each server component getting its own VM, it lends to far better stability as you don’t have so many applications with possible DLL/system versioning issues, and better resource management as you can easily prioritize VM’s or even suspended ones that are infrequently needed.  Having lived through it, there was nothing like having a needed service pack for one issue on one component, which then broke something else.  Needless to say this is why we have virtualization, and things like docker to deal with DLL hell.

CD’s

There is no real difference between these Back office versions of the server apps, which is why I would recommend this over a standalone package as you get so much more.

SMTP along with POP and IMAP, are largely unchanged.  While Outlook 2016 may not support Exchange 5.5 directly, you can configure it as an IMAP server, and connect just fine.  I’d highly recommend something like stunnel to wrap it with modern encryption, something that Windows NT 4.0 is lacking.  Combined with an external relay to do “modern” features like DKIM, spam filtering and obscuring your server’s direct connection on the internet, there is nothing wrong with using it as a backed, even in 2017.

SQL 7 is the first version in the “rewrite” of Sybase SQL, supporting the new client libraries, which .Net 4.5 on Windows 10 can still happily connect to, unlike SQL 6.5 and below.  I use it occasionally to quickly prototype stuff as needed or load up datasets to transform them.  I also like the SQL scheduler to do jobs in steps, as it can catch error codes, and you can setup elaborate processes.

I can’t imagine having a use for SNA Server anymore as IBM had shifted all their mainframes from SNA, to TCP/IP.  I would imagine with a current software contract that is what people would be using, but somehow I’d like to imagine some large organization still using 3270’s on people’s desks, and a SNA gateway to bring sessions to people’s desks.  But that is highly unlikely.  Back in the day COM/TI was a big deal to take COBOL transactions and package them up as Microsoft COM objects to later be called either directly, or middleware via DCOM.  Although who knows, when it comes to legacy stuff, Im sure somewhere has type 1 token ring MAU’s, and SDLC links.

Packages like Back Office is what basically pushed out Novel from the market as they didn’t develop their own solutions in time, and deploying server software to Novel Netware proved to not only be very precarious, but along with it’s single application process space, proved to be extremely unreliable.  Not to mention that older protocol companies like DEC, IBM or Novel were entrenched in their own proprietary network stacks, and TCP/IP was frequently seen as something to be purchased separately both for the OS, and the application.  Microsoft certainly did the right thing by having a free TCP/IP for Windows for Workgroups, and including it in Windows NT, and Windows 95.

As always the option Pack for Windows NT 4.0 nearly brings it up to the functional level of Windows 2000, and is a great way to build that virtual corporation for testing.

 

36 thoughts on “BackOffice Server 4.5 aka how to get the best of 1990’s Microsoft Server Tech!

  1. So people do mail you about that? 😀
    I just got BackOffice Server 4.0 following your hint. 4.5 wasn’t available on our eBay. I just checked the US eBay… now I’m wondering, is the Developer Edition of 4.5 worth getting?
    I guess for my purposes all of these are fine.

    Cheers,

    Florian

  2. Hobbyist Appletalk? Done! http://www.synack.net/~bbraun/avpn.html

    Although its not a “traditional” Appletalk network, just a tunnel to a netatalk server over TCP/IP. There are Appletalk tunneling (over TCP/IP) protocols out there that can connect two networks, but they weren’t widely supported outside of the Shiva Fastpath 5 or the Cayman Gatorbox routers.

    • the site is down… Although what I was thinking was a bridge, so you would run this on a windows or unix/os x machine on your network, and it then picks up the apple talk packets and sends them to other bridges. that way you only need one machine to do the bridging, and the othermachines just need ethenet…

  3. I have actually used SNA Server in a hobby network. Granted, all I did was hook it up to one of my AS/400s and use 5250 terminal emulation.

    • Well that is kind of cool! .. How do you connect? on a LAN with DLC? SDLC cards?

      I really should have ran a packet capture when I used to have access to a mainframe to get the LU going active, and a terminal session going live, along with input & output….. Don’t know why I never did.

  4. Ex-friend sent me the Back Office 4.5 MSDN CDs nearly 15 years ago. Didn’t have the hardware resources to run it back then, since I was limited to a 1999 IBM Aptiva and I wasn’t going to mess with it.

    About 5 to 7 years ago, I had installed it in Virtual PC, had Exchange setup and was able to manage a Windows NT 3.1 and 4.0 Workstations from it. Even had Outlook 97 working and Web Access. I must say, it was really easy to use. Got bored eventually. Probably should give it a try again. I also have Small Business Server 2000 and 2003, but never played with them. 15 years ago, when I dreamed of having access to all this software and what I would do, now I do and I don’t care.

    I should check my MSDN sub to see if they still host the defunct Mid Market Server 2008 and another variant.

    • It’s always the way, isnt it?

      Microsoft has killed Exchange in the newer small business servers as they are steering everyone towards the hosted office 365 stuff.

      I just think it’s neat in the age of fast machines, emulating things like routers, switches, and servers make it possible to build up an entire intranet on a single machine.

Leave a Reply