Installing Powershell 2.0 on Windows Small Business Server.

How do I install Powershell 2.0 on Windows Small Business Server Standard edition? I keep getting the error "This update is not applicable for your computer" on trying to install Windows6.0-KB968930-x64. I already have the .Net Framework installed. Any
pointers on how this can be done, step by step procedure, would be highly appreciated.

well, we have SBS2011 Standard wich has PowerShell 1.0 in the system32 subfolder.
I am not shure how to install v2.0 due to same Problems as mentioned above. my ps1 cmdlets are not beeing recognized :-(
immer wieder dankbar für die TechNet Unterstützung
Go back and read the post very carefully.  Perform all instructions as written.  You do NOT have PowerShell V1 installed on SBS 2011.  It cannot be installed on 2011.  The folder you are looking at has nothing to do with the version.
¯\_(ツ)_/¯

Similar Messages

  • Can i install windows server 2008 r2 under Windows Small Business Server - Premium

    I have purchased Windows Small Business Server 2008 - Premium and i want to know if i can install Windows Server 2008 R2 and activate the same under the same license.
    Also if there is a link to download the ISO file of the server.

    hello,
    with the SBS 2008 premium Edition you have the Windows Server 2008 Standard but NOT the 2008 R2 Version.
    for installing the second Windows Server 2008 includes on the Premium Edition you do not Need to download a Iso file.
    on this link:
    http://technet.microsoft.com/en-us/library/cc794696(v=ws.10).aspx is mentioned the following:
    To install Windows SBS 2008 Premium, do the following:
    Install Windows SBS 2008 Standard.
    For installation instructions about how to install Windows SBS 2008 Standard, see the
    Windows Small Business Server Installation Guide at http://go.microsoft.com/fwlink/?LinkID=125717.
    Install the second server by using Windows Server 2008, included with Windows SBS 2008 Premium, and then join it to the Windows SBS 2008 domain.
    For second server installation information, see
    Implementing a Second Server on Your Windows Small Business Server 2008 Network at http://go.microsoft.com/fwlink/?LinkId=125734.
    thanks
    diramoh

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • OSX 10.9 compatibility with Windows Small Business Server 2011?

    Hi
    I'm hoping someone here may be able to help me as our external server guys have been particularly unhelpful!
    I'm the only Mac on a Windows server, which has recently been upgraded (??) to Windows Small Business Server 2011. I've recenty upgraded the work iMac to 10.9, but ever since the server change, I'm having intermittent dificulties saving files. Often, I get and error saying the file cannot be saved as I don't have permission to access the folder - which then worryingly REMOVES the file I'm trying to overwrite WITHOUT WARNING.
    If I'm using Photoshop save for web, I get errors when clicking 'Save' to say that it can't, but does save the file, plus a second with a gibberish file name.
    Most worryingly though, is that now on two occasions caused the iMac to crash and shutdown immediately, which is not good at all. Once was moving a file to overwrite another in the Finder, the second (today) was saving from Illustrator.
    I'd noticed weird things with our old 2003 server before the switch and when I was still on 10.6 - mainly that my iMac was slow when connected (Adobe apps etc opened in a flash when unconnected, but took minutes when plugged in), but now I'm on 10.9 and the new server installed, these saving issues have arisen. (I ended up wiping the Mac and completely reinstalling everything to cure that slowness issue - never did find out what it was!).
    The server guys are adamant that this has nothing to do with the server, and is all linked to my iMac - personally I'm not so sure, but I'm asking here to see if anyone else has had issues? It seems like some kind of permission problem? Do I need any special network settings for it to play nicely with the Windows server? My internet, email all goes through it, and I use it to store my work, but I'm not linked to any other server software in any way.
    If anyone may have any clues to help I'd be really grateful!
    Many thanks!
    Ben

    Thanks for the response - this is why I'm asking though- I can't see anything on the iMac which would be causing this, and saving files to a folder on a server is a pretty basic fuction, and I can't risk the crashes. I don't see how the iMac connection would be causing this, or for the files to 'vanish' but if it is the iMac settings I'll need to find a fix. Every one else is okay, but I'm the only one using this software and filetypes. Surely the Windows software would have some kind of instructions for connecting Macs?
    I was hoping someone may have experience and if any additional network settings might be needed. I will check with Apple support also to see if they have any info, but thought I may get a good response here.
    What I meant by the "server guys" is that's it's an external company we pay to look after it - so I'd hoped they might have at least looked into it for me, but it's a brick wall "We don't support Macs" response... which is why I think it's unhelpful - even though they supplied the software knowing it needs to have multiplatform support...
    It's really frustrating.
    And I hope nobody does insist I use Windows... please... I'd have to leave....
    EDIT - "We"?? - Do you work for them!?

  • How can I connect 10.4 Mac to Windows Small Business Server 2003?

    I have seen some other discussions touching on this topic and have tried the various solutions but am getting nowhere. I can't connect my iBook, which is running Tiger, to our office's server, a Windows Small Business Server 2003. I am the only Mac user and as a Mac devotee actually spent my own hard cash for the iBook. (I work for a non-profit with low funds.) Previously, when our office had a different server and I had Panther, I could access the server. Then it was purely an academic exercise, since I had no need to access the shared files. Now I have a project that requires this, and I am stumped. Our part-time IT consultant is also stumped. We have tried a lot of the suggestions from other posts, to no avail. I suggested to the IT guy that there could be a problem regarding the encryption of my password, and I think he tried that. We have tried various versions of the domain name. The server comes up in the list when I follow the "go--connect to server--browse" path, but we come up empty. We've gotten error message -36, a message that we are trying to connect an alias to something that can't be found, and a message that we don't have enough information to go any further (something like that). I am writing from my eMac at home, so I can't reconstruct the situation right now. I have found in my extensive internet search that Thursby has something called ADmitMac that is pretty expensive software ($119 for one person) that I could install on the iBook and could help me access the Windows Small Business Server 2003 without doing anything else to the server. Does anyone know if that would that work? Any suggestions would be so appreciated!
    eMac and iBook   Mac OS X (10.4.4)  

    I have specific errors listed below:
    Actually, I have been encountering similar problems.  I have an end user who wants to connect to an SBS 2003 server, and can not connect/use RWW because the Active X will not work, cannot use the VPN in PPTP mode because Windows 8 disallows the connection
    ("Error 942: The connection could not be established because the authentication method used by your connection profile is not permitted for use by an access policy configured on the RAS/VPN server."), and cannot use an L2TP VPN connection because it requires
    a certificate "Error 766: A certificate could not be found. Connections that use the L2TP protocol over IPSEC require the installation of a machine certificate, also known as a computer certificate.".  I attempted to utilize the SBS Connection Tool downloaded
    from RWW, but it fails with a proxy error ("Unable to execute custom script (Configure proxy settings for IE). Required file could be missing." - likely due to the PPTP tunnel it tries to use). I went so far as to install the Enterprise CA on the server, installed
    the Hotfix
    (KB922706) so that the website could be accessed from Vista and above, and installed the requested certificate.  The VPN fails to connect after
    it times out and fails to negotiate a connection.  This last one is "Error 789: L2TP connection attempt failed because the security layer
    encountered a processing error during the initial negotiations with the remote computer."
    I have screenshots to share if anyone cares to see.  I really just get the feeling that Microsoft is trying to kill SBS 2003 by ingoring it into oblivion. 
    The VPN works fine with Windows 7 clients by the way.

  • About SQL 2008 on any Windows Small Business Server

    Hi, I try to install only 1 Server, we need that server run all setting (manage) of domain controller, active directory and sql. Please let me know if its possible install SQL 2008 (What ever versión) on Windows Small Business Server what
    ever year (2012, 2008, Etc.) without having problems with the domain controller, firewall, sharing the SQL to network computer and the Windows Server year and versión we need? Thank!

    Hi,
    Please refer to following article and check the operating system requirements for SQL Server 2008.
    Hardware and Software Requirements
    for Installing SQL Server 2008
    Based on your description, I understand that you want to install the SQL Server on a DC.
    For security reasons, it is recommended that you do not install the SQL Server on a domain controller. So, it would be better if you put the SQL server on a second server or a virtualized server rather than on the SBS itself.
    You may encounter problems when installing SQL Server on
    a domain controller
    Using SQL Server in Windows Small
    Business Server 2008 Premium Edition
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Joining Windows Server 2008 to Windows Small Business Server 2008

    We have Windows Small Business Server 2008 and it came with a copy of Windows Server 2008 and MS SQL. (A packeged deal from Microsoft).
    Long ago I installed Windows Server 2008 and MS SQL on a computer and joined it with SBS2K8.
    My Windows Small Business Server 2008 crashed and I had to redo it and now I can't get the Windows Server 2008 to join it.
    We are not using the computers for a domain or anything but they are on our network with regular IP addresses.
    The Windows 2008 Server uses the SBS2K8's IP address for it's DNS. The DNS for the  SBS2K8 is 127.0.0.1
    We are using Windows Server 2008 for SolidEdge and MS SQL has to authenticate against the SBS2K8 to run.
    Should I hook both computers up to a switch for their own network to get them talking to each other?
    Do I have to put the Windows 2008 Server name in the SBS2K8 for a user?
    Please advise and thanks.

    Hi:
    Read the warning at the end of this and be sure you follow it.
    Can you explain further this part:  We are not using the computers for a domain or anything but they are on our network with regular IP addresses.
    I ask because SBS MUST be a domain controller or it will not work.  Right click My Computer -  Properties - Computer name tab and let us know if the SBS is "domain" or "workgroup".
    What I expect is the SBS is a Domain, and when you reinstalled it it becomes a new domain, even if it has the same name.  The Server was a member server in the old domain, so the solution to this is to change the Server 2008 with SQL from domain to
    workgroup in the same place as above, then after it restarts rejoin it to the SBS domain by changing it once again to Domain.
    Both the SBS and the Server 2008 should have static ip addresses and the SBS should be the DHCP server for the rest of the network, not your router/firewall.
    Warning:  You MUST check in control panel - users on the Server 2008 to verify you have a local administrative level account and you are positive you know the password for that account.  When the server restarts after being placed into workgroup
    mode the domain administrator will no longer be able to logon to the Server 2008.
    Larry Struckmeyer[SBS-MVP] If your question is answered, please mark the response as the answer so that others can benefit.

  • Migration of Windows Small Business Server 2003 to Windows Server 2012 Essentials

    Hi,
    I am trying to migrate Windows Small Business Server 2003 to Windows Server 2012 Essentials by following the steps given in the link below:
    http://technet.microsoft.com/en-us/library/jj200112.aspx
    I have looked at other threads on the forum but none of them have been too helpful.
    The issue: When
    I run the Migration Preparation Tool on the Source Server, it runs successfully and does not report any errors. However, when I try installing Windows Server 2012 Essentials on the Destination Server, it displays an error that says 'Source
    Server not prepared for migration: After you run the Migration Preparation Tool successfully on your source Server, click retry'.
    The Source Server has 2 network adapters-one for the local network and the other for connection to the internet and the router is set as the default gateway this adapter.
    Since it is mentioned in the documentation - 'configure your Source Server to use one network adapter', I'm wondering if this is the issue and I need to make changes in this configuration? 
    On running the Microsoft IT Environment Health Scanner tool it
    reported an error - 'DNS Server listening on multiple addresses' and a warning ‘Domain Controller listening on multiple addresses’. Both point to the same solution KB 272294 (http://support.microsoft.com/kb/272294).
    But it did not remove the errors.
    Other steps performed:
    As per the steps, I performed a backup, installed recent service packs and synchronized the source server time with external source.
    On running the Best Practices Analyser. It shows 3 warnings.
    - The threshold for the Allocated Memory alert is set to the default value. However the server has more than 2 GB of RAM installed.
    - Microsoft Outlook Client not installed" Text="Microsoft Outlook Client is not installed in the ClientApps folder. You must run Windows SBS integrated setup.
    - The MSFW instance should use the latest available service pack for Microsoft SQL Server 2000. The MSFW instance should use the latest available service pack for Microsoft SQL Server 2000.
    I also ran the Ran netdiag.exe, dcdiag.exe commands
    and no failures were reported.
    The Event Viewer does not show any errors.
    Not sure to what extent these warnings would affect the migration. 
    Any help would be appreciated. Thanks!

    The SBS2003 needs to use one NIC only so you'll need to change that before starting. If it is the premium version and has ISA server installed, that will need to be removed first.  See:
    http://blogs.technet.com/b/sbs/archive/2011/07/01/sbs-2011-standard-migrations-keys-to-success.aspx
    -- Al

  • Error detected by export DLL. Microsoft Windows Small Business Server 2003 SP 1

    Post Author: craig.engelbrecht
    CA Forum: .NET
    I have an Excel report that stopped working on a live environment a couple months ago.When I run the report I get the error 'Error detected by export DLL'.The server is running Microsoft Windows Small Business Server, Service Pack 1 and is using Crystal Reports 9.I am unable to replicate this error on other environments running the same configuration.I tried installing 'crnet11win_en.exe', even though this was a fix for Windows Server 2003 SP2, still no luck. Does anyone have any ideas on what is causing this and how it can be fixed?? Thanks,Craig

    Thanks Ludek
    We found the issue after doing control tests, here.
    We found that our crystal viewer, developed in .NET 2003, does not work with XP SP3, even with the fix crnet11win_en.exe.
    Our control test, was:
    Ran report with XP SP2, exported ok
    Upgraded pc to XP SP3, then ran report again, Report failed to export, with error message as described.
    Had a crystal viewer set for  using .NET 2005 files, but not yet ready for deployment to users, tested and was able to export to excel using .NET 2005 with XP SP3.
    The issue seems to relate to exportmodeller.dll, which was the issue in the past when XP was upgraded and stopped the export function from working before.

  • Windows Small Business Server 2003 R2 support?

    Does any one know if Oracle Application Server 10g Release 2 (10.1.2.0.2) can be installed on Windows Small Business Server 2003 R2?
    Thanks.

    Here is an article from the apple support website that might help out.
    http://support.apple.com/kb/HT2099?viewlocale=en_US
    http://support.apple.com/kb/TS1693
    http://www.apple.com/iphone/enterprise/
    Hope these help.

  • Windows Small Business Server 2003 R2 ??

    Hi,
    I am trying to set up an exchange account on my iphone. My company is running "Windows Small Business Server 2003 R2"
    What does R2 Stand for, and is it compatable with the iPhone?
    I have managed to fully install the SSL certificate on my phone, yet it is still not working.
    My Remote Web Workplace is http://office.companyname.net/
    What would I enter into the server box?
    Any help would be greatly appriciated!
    Kind Regards
    Tim

    Here is an article from the apple support website that might help out.
    http://support.apple.com/kb/HT2099?viewlocale=en_US
    http://support.apple.com/kb/TS1693
    http://www.apple.com/iphone/enterprise/
    Hope these help.

  • Migration from Windows Small Business Server 2003 to Snow Leopard Server

    Hello,
    I'm going to migrate a Windows Small Business Server 2003 Standard to a Mac Mini Snow Leopard Server 10.6.x in a few weeks.
    I have 2 questions :
    Is there an official process to migrate my Exchange server datas ?
    Snow Leopard Server has it Wizards to help me to muigrate datas to proper services ?
    Thanx
    Regards,
    Gil DERENNE aka --( dB )--

    Thank you for your reply
    My network will be Apple only in a few time (1 server, 1 iMac and 1 Mac Pro).
    Now, I want to replace server and all services installed on it :
    - Active Directory (replaced by Open Directory)
    - Users/Groups/machines
    - NAT/Firewall and Backup (will be replaced by a Time Capsule)
    - VPN for mobile access
    - File and Printer sharing
    - Fax Services with Fax/Modem 56K !oops! (replaced by a free service offer by my ISP)
    - Mail/Calendar/Address book and notes with Exchange (replaced by each service to serv right thing : Mail, iCal, Address book...).
    I know what to do with all things but not for replacing Exchange and transfer datas to each similar service in Snow Leopard.
    In the network, Mail Server will be used by Outlook with IMAP protocol and other services by web interface (Windows computers are not a problem for me, it can be alone and only access web if necessary).
    The number of clients inside the LAN :
    - 2 iPhones
    - 1 iPod Touch
    - 1 PC Windows Vista (for a few time) with some VM (Linux and Windows)
    - 1 iMac 27' with 1 VM (Windows)
    - 1 LAN Printer HP Deskjet 6127 (RJ45 Static IP connection)
    The number of clients outside the LAN :
    - 3 PC Windows XP
    - 2 PC Windows Vista
    - 5 Nokia Smart Phones
    When I'm going to by the Mac Mini Server with Snow Leopard Server, is there some support to help me to do it whith them and is it free or do I have to buy AppleCare to access to this service ?

  • Long filenames osx connecting windows small business server

    Hi, I'm connecting my mac to a windows small business server, all works fine. The only thing is, all the filenames on the server, longer than 31 characters, are shortened, so I can't read the names the right way. Anyone knows how to fix this?
    tanx Kaj-jan

    I had the same problem. The way we fixed it was with $1800 software installed on the server. Not ideal, however.
    Connecting via SMB in Leopard should give you no problems. Tiger's a little weird, though, which is why we bought the expensive software. An excellent resource is http://www.macwindows.com/AD.html
    It's an issue with Windows Server - it has the same support for Apple's AFP networking protocol as Windows NT 4.0 (with its 2GB filesize and 31 character limit).

  • Warning: Palm OS Treos and Windows Small Business Server 2008

    If you use a Treo smartphone with the Palm operating system, beware:  it does not work with Microsoft Windows Small Business Server 2008.
    Palm acknowledges this failure and has no intention of fixing it. 
    There are at least two problems:
    (1) You must turn off all email security on the Exchange mail server to sync with Treos.
    (2) AutoSync locks up the Palm each time it occurs, and must be turned off.
    Here's the transcript of my chat w/tech support. After this, I spent a few hours on the phone and got the same answers.
    [12:35 AM] Gary says: Hello.
    [12:35 AM] Handoff connection active (1/5140).
    [12:35 AM] x says: Hi. Please see the question sent earlier.
    [12:36 AM] Gary says: Could you please be more specific about the issue?
    [12:37 AM] x says: Our Palms will not talk to Exchange Server 2007 unless all its security
    features are turned off. This is a problem with Palm/VersaMail. When will it be corrected?
    [12:38 AM] Gary says: Yes, that is true. I am sorry for the inconvenience this may have caused.
    [12:38 AM] Gary says: I am very sorry to inform you that currently we do not have any information on this.
    [12:39 AM] x says: Apology accepted and appreciated. But when will this be fixed?
    [12:40 AM] Gary says: Unfortunately we do not have any sort of update on this. I suggest you to post the
    feedback in the Palm Website.
    [12:41 AM] x says: Okay, next question:  Every AutoSync locks up the Palm, so we have to turn
    AutoSync off. Do you intend to rectify this problem?
    [12:42 AM] Gary says: I understand your concern. Is it happening with all the Palm devices?
    [12:42 AM] x says: Yes.
    [12:43 AM] Gary says: Do you receive any error message before locking up the Treo?
    [12:43 AM] x says: No.
    [12:46 AM] Gary says: Okay, as this happening with all the devices to me it looks like the issue should be
    diagnosed closely to find the root cause. Was this happening with the Exchange Sever 2003?
    [12:46 AM] x says: No
    [12:46 AM] Gary says: So, the AutoSync feature is Locking the device from the day you upgraded to the
    Exchange Sever 2007.
    [12:46 AM] Gary says: Am I correct?
    [12:47 AM] x says: yes.
    [12:48 AM] Gary says: Okay, as this is the issue related to the sync with the Exchange Server 2007 and the
    AutoSync to find out the root cause I will escalate this issue to our escalation channel which is our Voice
    Support Team.
    [12:48 AM] Gary says:
    I will provide you all the information and guide you in the correct direction to address this issue.
    [12:48 AM] Gary says:
    I suggest you to get in touch with the Voice Support and I am sure they will fix the issue.
    [12:49 AM] Gary says:
    I will provide you a Service Request, when contacting the Voice Support, provide this Service Request Id and you will get a free Technical Support.
    [12:51 AM] Gary says: Please provide me your Last name, First name, complete address, phone number,Email address, date and place of purchase of device and serial number of the device to create a Service Request Number.
    [12:51 AM] x says: Of course I provided all this when I logged in, but here it is again:....
    [12:54 AM] Gary says: Thank you for providing all the information.I need 5 minutes to register the device and create a Service Request.
    [12:55 AM] x says: Thanks for your help, and confirmation of the incomprehensible failure to support Exchange Server 2007.  We're this close to dumping these things if this is the kind of tech support Palm intends to provide.
    [1:00 AM] Gary says: Thanks for staying on hold: I am sorry for the delay. I can understand the inconvenience you are facing.
    [1:01 AM] Gary says: Based on the information you provided, I created a service request for you in our database.  The Service Request number is : 1-51558238041
    [1:01 AM] x says: Will I get an email?
    [1:01 AM] Gary says: Using this service request number, you need to contact our Voice Support department.  Voice Support Department number is 877-426-3777. Voice support will be available from  5:00AM to 9:00PM (PST) on weekdays and from 8am - 5pm PST on weekends.Please note down the above given Service Request Number and Voice Support Number or else you will lose this information once the chat session is closed.
    [1:02 AM] Gary says: Yes, I will email this chat session to you.
    [1:02 AM] Gary says: Is there anything else I can assist you with today?
    Post relates to: Treo 755p (Sprint)

    The problem is the default security profile isn't compatible. You can go into the Power shell command line and remove the default activesync mailbox policy.
    Post relates to: None

  • Compatibility with Windows Small Business Server

    I bought an iMac recently and it's a revelation.
    I have been getting p$%^&d off with my Sony Vaio + Windows 7 setup at our small business. All the usual rubbish, no need to list it.
    So I bought a 15" Mac Book Pro for work, with Office 2008 (I have that on the home iMac and it's fine for my purposes).
    We have Microsoft Small Business Server at the office. My question is will I be able to sync with that - i.e. store and retrieve my documents between the Mac and the server? Or do I need Parallels and Windows 7 on the Mac? Or have I screwed up?
    Any pointers appreciated thanks!

    Hi and welcome to Discussions,
    have a look at this http://www.applesource.com.au/how-to/soa/Connect-a-Mac-to-Windows-Small-Business -Server/0,2000451082,339287478,00.htm
    While written for OSX 10.4 Tiger it should nonetheless be applicable for OSX 10.6 as well.
    Hope it helps
    Stefan

Maybe you are looking for

  • How to access a PDF file from Oracle DATABASE SERVER

    Hi I have some pdf files in "\home2\docs" directory in Oracle database server 10g. (OS is Linux) I want to access those pdf files from my client system through Oracle Forms. How is it possible? Please Help!!!! It is very urgent !!! Expecting fast res

  • Interactive reports do not execute with Z business role

    Hi all, We have created interactive reports which are working fine and displaying results with a standard business role. However, the report does not even execute when we use a custom business role - no blank screen no error, but the report does not

  • Add 1 to a column in a loader file

    Hi , My .ctl has a field as field position(02:07) char I would like to increment the value in this field. So I tried field position(02:07) char "to_number(:field,'999999')+1" or field position(02:07) integer external ":field + 1" or field position(02

  • Deleting unwanted words in iPhoto Slideshows

    I have learned--finally--to add captions to individual images in my slideshows, but now I want to delete words that I didn't--intentionally--put there.I put six images into a Slideshow I made for training purposes. I added "test 1" for image one, "te

  • AU Instrument Keyswitch Workaround

    I have a virtual instrument library 8Dio Adagio Violins via Kontakt 5. Great product, however all patches are sets of articulations using keyswitches. For my setup I have built a template using a mixture of orchestral instruments and selecting the be