How do i map a small business server's windows path to my imac

Trying to map a Small Business Server's shared drive on my business network to a new iMac on the same network. Ethernet hardwired into network. I can see other PC's but not the server. Trying to enter the server's name and shared drive but having no luck.

Did you use Finder to enter the name address?
Finder menu Go>Connect to Server>' then enter something like afp://127.0.0.1/sharename
For connecting to windows it will probably be smb://IPaddress/sharename

Similar Messages

  • How to install Apex on small business server with IIS already installed?

    I am building an Oracle Application Express application for a small not-for-profit and they only have a single small business server that is already running the microsoft IIS server. Can I install the Oracle Http server and run both the Oracle and IIS on the same mahine?

    Can I install the Oracle Http server and run both the Oracle and IIS on the same mahine?Absolutely. I'm running Oracle HTTP Server, Tomcat, and IIS on my laptop. Just make sure you don't have port conflicts and you should be problem free.
    - Mark

  • 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

  • How to install Small Business Server 2008 in an existing Active Directory domain

    It is shown on this page:
    http://support.microsoft.com/kb/884453, "How to install Small Business Server 2003 in an existing Active Directory domain".
    Is it possible to do this with SBS2008 ?
    If "YES", are there any published information about the procedure ?

    Yes, it is. Thank you very much.
    But there is something that confuses me - I want to migrate from Win2003Std to SBS2008. And also, I want to keep the existing Win2003Std as a second DC for a long time.
    But it is written in the shown article:
    ... After the migration is finished, you must remove the Source Server from the network within 21 days. ...
    Is this rule mandatory for the scenarios where the Source Server is Std, not SBS ? As I know, I can have more than one DC(Win2003Std/Win2008Std) together with SBS2003. But what about SBS2008 ?

  • How long does Microsoft Small Business Server 2008 support?

    Hi,
    How long does Microsoft SBS 2008 (Vista like server installation)? At what time we have to upgrade our server?
    Thanks, 
    Eddy

    Hi Eddy,
    Below article take you to support like cycle of SBS 2008.
    http://support2.microsoft.com/lifecycle/?p1=13231
    You will not see exact support date mentioned here as the underlying component is a Windows 2008 server and if you take windows 2008 the extended support is still the year 2020 as per the below Microsoft article.
    http://support2.microsoft.com/lifecycle/?p1=12925
    and life cycle of various Microsoft products can be cross checked at the below reference article:
    http://support2.microsoft.com/gp/lifeselectserv?wa=wsignin1.0
    Upgrade ?
    I suggest you to plan upgrade based on your requirement ? What applications you are using on existing environment and what user need you are expecting ? based on these you need to plan whether you need to migrate to a new platform or not ? Also you need
    to decide which version of Windows you want to migrate ? SBS version ? or Non SBS versions ( I mean other than SBS family).
    You can see more details on Windows Essentials here: http://en.wikipedia.org/wiki/Windows_Server_Essentials
    http://blogs.technet.com/b/sbs/archive/2012/07/05/windows-small-business-server-essentials-becomes-windows-server-2012-essentials.aspx
    Feel free to post for any queries.
    Regards, Prakash Nimmala Skype : Prakash.Nimmala Email ID : [email protected] Whenever you see a helpful reply, click on Vote As Helpful &amp; click on Mark As Answer if a post answers your question. http://prakash-nimmala.blogspot.in/

  • How to upgrade windows small business server 2011 essentials to windows small business server 2011 standard

    how to upgrade windows small business server 2011 essentials to windows small business server 2011 standard(OEM system Builder Pack)?

    Hi,
    Based on my experience, there is no upgrade path for OEM licensing. In addition, only SBS 2008 Standard can upgrade to SBS 2011 Standard, and there is no path to so
    that from SBS 2011 Essentials. I am sorry to say that you may need a migration instead of an upgrade.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • HT1277 how to configure mail OSX 10.9 (iMac) with Small Business Server 2003 ?

    How to set up mail on brand new iMac OSX 10.9 with Small Business Server 2003

    Can you clarify a little more? What part of SBS are you referring to when logging in? Via VPN? Remote Web Workplace? Etc?
    I administer a SBS2003 network and actually use a Macbook to do it all. Hopefully I'll be able to help!

  • 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.

  • Email Encryption Small Business Server 2008

    We have are running Small Business Server 2008 with Exchange 2007. Our firm needs to have a look at email encryption. This is a relatively new concept that we are dealing with, we are a bit confused with how it works.
    Can the email encryption be set up on the SBS server? Or do we need to get 3rd party software installed onto the server?
    The emails need to be encrypted that go out of the office, our clients have a variety of email programs that they use.

    Hi,
    By using the TLS protocol, you can help improve the security of SMTP communication in Exchange 2007. Please
    refer to following article and check if can help you.
    How to Use TLS Authentication in Exchange
    2007 to Send and Receive Messages with Third-Party E-Mail
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • 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!?

  • Small Business Server 2011 Essentials Remote Web Access fails to connect to Windows 8.1 PC

    I am using Remote Web Access (RWA) gateway with Small Business Server 2011 Essentials.
    There are several workstations all running Windows 7, and have been using RWA without an issue for well over a year.
    There is now a Windows 8.1 Pro PC added to this domain, but the Remote Desktop does not connect.
    The Windows 8.1 PC appears in the RWA pages, It requests the credentials to connect, and then fails with the following error:
    Remote Desktop can't find the remote computer "COMPUTERNAME". This might mean that the "COMPUTERNAME" does not belong to the specified network. Verify the computer name and domain that you are typing to connect to.
    I can connect to all other PC fine (running Windows 7). I have tried from different locations and PC's and the results are the same.
    I thought I had fixed this problem a few weeks back.  After running all updates on the server and Windows 8.1 PC, and rebooting both, the RDP worked, but I think it only worked once and then failed the next time someone tried to use it. I have not had
    a successful connection to the Windows 8.1 PC since.
    I am at a loss on how to troubleshoot this as there are no errors on the system which can't be accessed.
    Any suggestions will be appreciated.

    Hi Mr Cheese,
    à
    I turned off the Firewall on the Windows 8.1 PC and the RDP is now working.
    Thanks for sharing in the forum. Your time and efforts are highly appreciated.
    Based on your description, this issue is related to Firewall. Would you please let me know current situation
    of this issue?
    Just addition. Please open Control Panel, select Windows Firewall and click Allow an app or feature through
    Windows Firewall. Then please check if Remote Desktop is allowed. Meanwhile, please click Advanced settings in Windows Firewall panel and click Inbound Rules, then check if rules which be related to Remote Desktop were enabled.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Windows Small Business Server 2008 shutdown 180days 38 4

    Hello to everyone, 
    I'm trying to solve a problem in a friend server.
    i'm working on a Small Business Server 2008, it's a DC, NO sharepoint, NO Exchange (there is another software), NO DHCP (firewall do it), WINS and DNS enabled.
    Some days agoo Server has shutdown and in event viewer i found this 2 errors:
    38 and 4
    Event ID 38:
    "The Additional Server Count Check detected a condition in your environment that is out of compliance with the licensing policy. This server will be automatically shut down if the issue is not corrected in 68 day(s) 19 hour(s) 30 minute(s). Please look
    for additional events for Additional Server Count Check to troubleshoot."
    Event ID 4:
    "The Additional Server Count Check in the Licensing component did not pass because error 0x8007200a occurred in function f1031 [PFVK]. 
    The specified directory service attribute or value does not exist.
    I tried slmgr.vbs -dli and it's Licensed correctly.
    So i ran dcdiag /q and i've seen many errors like this:
    EventID: 0x0000168F
    Deleting dynamic of the DNS record '_kerberos._tcp.dc._msdcs.dominio.local. 600 IN SRV 0 100 88 server.dominio.local. 'failed on the following DNS server.
    I ran dcdiag /fix but problem still remains. 
    I really don't know how to fix this issue...
    Anyone have an idea?
    I also thought to use, in the extreme case, -ream , like slmgr.vbs -rearm, but i don't know how many times i can rearm server.
    Thank you and have a nice day

    Here you are DCPromo Log, it's in Italian 'cause is an Italian Server, btw i can translate.
    Controllo dell'installazione dei file binari di Servizi di dominio Active Directory in corso...
    Installazione Servizi di dominio Active Directory
    Convalida dell'ambiente e dei parametri in corso...
    Impossibile creare una delega per questo server DNS perch‚ la zona padre autorevole non Š stata trovata oppure non esegue il server DNS Windows. Se si sta effettuando l'integrazione con un'infrastruttura DNS esistente, Š consigliabile creare manualmente una delega per il server DNS nella zona padre per garantire una risoluzione dei nomi affidabile dall'esterno del dominio nameserver.local. In caso contrario, non Š necessario eseguire alcuna operazione.
    Verranno eseguite le azioni seguenti:
    Configurare il server come primo controller di dominio Active Directory in una nuova foresta.
    Il nome del nuovo dominio Š nameserver.local e corrisponde anche al nome della nuova foresta.
    Il nome NetBIOS del dominio Š nameserver
    Livello di funzionalit… foresta: Windows Server 2003
    Livello di funzionalit… dominio: Windows Server 2003
    Sito: Default-First-Site-Name
    Opzioni aggiuntive:
    Controller di dominio di sola lettura: No
    Catalogo globale: S
    Server DNS: S
    Crea delega DNS: No
    Cartella database: C:\Windows\ntds
    Cartella file di registro: C:\Windows\ntds
    Cartella SYSVOL: C:\Windows\sysvol
    Il servizio Server DNS verr… configurato in questo computer.
    Il computer verr… configurato per l'utilizzo di questo server DNS come server DNS preferito.
    La password del nuovo amministratore di dominio Š identica alla password dell'amministratore locale di questo computer.
    Avvio in corso...
    Verifica della necessit… di installare Console Gestione Criteri di gruppo in corso...
    Premere CTRL+C per: Annulla
    Configurazione del computer locale per l'hosting di Servizi di dominio Active Directory
    Creazione della partizione di directory: CN=Schema,CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 1585
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 1250
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 966
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 739
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 535
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 367
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 204
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 57
    Creazione della partizione di directory: CN=Configuration,DC=nameserver,DC=local in corso. Oggetti rimanenti: 0
    Creazione di oggetti Servizi di dominio Active Directory nel controller di dominio Active Directory locale
    Impostazione delle informazioni sul criterio LSA
    Impostazione della radice del nome DNS del computer a nameserver.local
    Protezione in corso di machine\software\microsoft\windows
    Protezione in corso di machine\system\currentcontrolset\control
    Protezione in corso di machine\system\currentcontrolset\control\class
    Protezione in corso di machine\system\currentcontrolset\services
    Protezione in corso di c:\windows\system32\spool
    Operazione sul controller di dominio completata.
    Configurazione del servizio Server DNS nel computer in corso...
    Installazione di Servizi di dominio Active Directory completata in questo computer per il dominio nameserver.local.
    Questo controller di dominio Active Directory Š assegnato al sito Default-First-Site-Name. Ô possibile gestire i siti con lo strumento di amministrazione Siti e servizi di Active Directory.
    I controller di dominio Windows Server 2008 hanno un nuovo valore predefinito, pi— sicuro, per l'impostazione "Consenti algoritmi di crittografia compatibili con Windows NT 4.0". Il valore impedisce che "client" Microsoft Windows e non Microsoft SMB usino algoritmi di crittografia vulnerabili di stile NT 4.0 per stabilire sessioni su canale sicuro con controller di dominio Windows Server 2008. Ne consegue che operazioni o applicazioni che richiedono un canale sicuro gestito da controller di dominio Windows Server 2008 potrebbero non funzionare.
    Le piattaforme interessate dal cambiamento sono Windows NT 4.0, i "client" non Microsoft SMB e dispositivi NAS che non supportano algoritmi di crittografia pi— avanzati. Ci sono inoltre conseguenze per alcune operazioni in client che eseguono versioni di Windows precedenti a Vista con Service Pack 1, come l'aggiunta a un dominio effettuata dall'Utilit… di migrazione ad Active Directory o da Servizi di distribuzione Windows.
    Per ulteriori informazioni, vedere l'articolo 942564 della Microsoft Knowledge Base all'indirizzo http://go.microsoft.com/fwlink/?LinkId=104751.
    Ô necessario riavviare il computer per completare l'operazione.

  • UDP when adding Server 2012 R2 to a Small Business Server 2003 Domain

    So we have a Small Business Server environment. Migrating to Windows Server 2012 R2 VMs. Currently the entire old SBS environment is still in existence. I've added 2nd 2012 DC, 2012 RDS VM, and a Server 2012 File Server as well that will host the UDPs.
    (Everything is working so far) BUT On the RDS Server I point the UDP Wizard to the share created on the File Server. The UDP does not appear to be created when logging into a desktop collection. The template VHDX is there but nothing else is created in the
    shared folder on the file server.
    I've stumbled upon people having issues with network shares and SMB versions. Do you think this could be an issue with the SMB client, etc since I'm adding them to an older domain? IF so how do I check or upgrade the client version? Will this cause the existing
    SBS 2003 users from seeing this network share or cause any other issues? I really didn't think it would be an issue because the File Server and the RDS Server are both 2012 R2.
    Thanks for any help!

    Hi,
    Thank you for posting in Windows Server Forum.
    Here letting you know to just recheck the configuration. If possible, try to remove the old UPD and collection; create new user under ADUC, Add that user to the same domain as of file server & RDS Server 2012 R2, then create a new share on your file server,
    create new collection, and provide the actual path of the share and after that it will create a template. Once user will login to the client system for 1st time there will be available UPD (vhdx file) for the users.
    For more detailed you can refer following article.
    Easier User Data Management with User Profile Disks in Windows Server 2012
    http://blogs.msdn.com/b/rds/archive/2012/11/13/easier-user-data-management-with-user-profile-disks-in-windows-server-2012.aspx
    Working with User Profile Disks on Session-Based Desktop Deployments
    http://www.virtualizationadmin.com/articles-tutorials/vdi-articles/general/working-with-user-profile-disks-on-session-based-desktop-deployments.html
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Remote Access to Windows Small Business Server System via VPN

    Same old story: I use macs at home but I want to be able to connect to our small company Windows network over the internet to pick up and put down files.
    Said company network consists of a server running Microsoft Small Business Server and Exchange. The data sits on some network drives (Z: etc, you know the sort of thing).
    I've sorted out email access - I just connect to the Exchange Webmail interface and do all that using a web browser at home.
    Now for data: well, I have successfully connected to our company network using VPN PPTP by following the guidance in Pogue's Missing Manual. The VPN window reports that I am connected to ip 192.168.0.150 which our network guru tells me is the address of the "Internal virtual network adapter on the VPN." The actual server PC with the data on it is at .100.
    Now, he's a great guy and everything but is definitely a Microsoft man only. When I asked him how to browse our network files on the server he told me to set up a network share using Windows explorer.
    So..can anyone please advise how I can translate that action into OSX land? I have searched the Apple support papers but with no success. These days most hits for VPN concern the blessed iPhone....
    I have tried in the finder running connect to server and typing in smb://servername. That returns error code -36 "the finder cannot complete the operation because some data in [that address] cannot be read or written". I have tried using the company lan IP address for the server instead and that returns "name or password is not correct".
    I appreciate these things often depend completely on the fine details of our setup. If nothing else, does anyone know a good book to assist here - Pogue is a great basic guide but not really detailed enough for this sort of thing. Failing that, how do I find out what error -36 means? Ta.
    Message was edited by: Matt McGrath bis

    For error -36, might try this...
    http://docs.info.apple.com/article.html?artnum=301580
    For stubborn Mac<->Windows® problems...
    http://www.thursby.com/products/admitmac.html
    Other solutions...
    http://www.thejackol.com/2005/09/21/os-x-and-windows-server-2003-file-sharing/

  • 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

  • Error with connecting to TEST in Financial Reporting Studio

    Test server is confirmed working as seen connecting to EPMA in Workspace. However, when it comes to connecting to Test in FRS, after changing the Test URL to Test server in the startup box, I received the following error message: "You are not authori

  • Why not use Arch Linux only?

    Named as an Arch Linux "Linux Addict" (according to my upgraded user profile ), for some times I have asked myself why use other distros than AL, especially RedHat, SuSE and Mandrake. What do they provide what AL doesn't? One of the roles of RedHat b

  • Help with os x Lion download

    Hi all, I am brand new here. I downloaded the new os x Lion, and ever since I did, I keep getting a message that looks like it is on a thumb drive that states: "There was a problem connecting to the server. url's with the type "File" are not supporte

  • Error after updating to AiE 2.28 - No login possible

    Hello, after updating my AiE Eclipse installation to 2.28 i can no longer login into our development systems. An internal error occurred during: "Logging on to system .xxxxxx". com/sap/mw/jco3/eclipse/Registry Ideas to solve this issue? Regards, Chri

  • Application hangs on quit, but doesn't appear in Activity Monitor

    When I tried to quit an application, it became not responding. The Dock and the Force Quit Applications window showed that it's still running, but there's no entry with the application name in Activity Monitor. Trying force quitting by right-clicking