Install and configuration on the SharePoint server 2007 issue

Hi All,
           I have Microsoft Sharepoint 2007 on Windows 2003 and I am trying to Integrate Adobe Lifecycle Rights Management Server which is on Windows 2008 R2 server.
          I am trying to Install and configuration on the SharePoint server 2007 but during installation getting error "Failure adding assembly to the cache: Unknown Error"
Please check the Edited install.bat file and error log.
Install.bat
set _my_datetime=%date% %time%
@echo on
echo Begin Installation at %_my_datetime%
echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
@echo off
@SET GACUTILEXE="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\gacutil.exe"
@SET TEMPLATEDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE"
@SET RESOURCESDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources"
@SET WEBAPPDIR="C:\Inetpub\wwwroot\wss\VirtualDirectories\80"
@SET SITEURL="http://sharepoint7:80/sites/DCADC"
@SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.EXE"
REM      cd $(ProjectDir)
%GACUTILEXE% /nologo /i AdobeLCSharepoint.dll /f
%GACUTILEXE% /nologo /i AdobeLiveCycleConnector.dll /f
%GACUTILEXE% /nologo /i AdobeLiveCycleWorkflow.dll /f
pushd %TEMPLATEDIR%\features
      Echo Deactivating LiveCycle Connector feature with WSS
      %STSADM% -o deactivatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
      Echo Deactivating LiveCycle Workflow feature with WSS
      %STSADM% -o deactivatefeature -name LiveCycle/Workflow -url %SITEURL% -force
      Echo Uninstalling LiveCycle Connector with WSS
      %STSADM% -o uninstallfeature -filename  LiveCycle\feature.xml -force
      Echo Uninstalling LiveCycle Workflow with WSS
      %STSADM% -o uninstallfeature -name  LiveCycle/Workflow -force
popd
      Echo Copying source files to WSS \TEMPLATE directory
      xcopy TEMPLATE %TEMPLATEDIR% /e /y /i
      Echo Copying Feature Resource files to WSS 12\Resources directory
      xcopy Resources %RESOURCESDIR% /e /y /i
      Echo Copying Resource files to %WEBAPPDIR%\App_GlobalResources directory
      xcopy App_GlobalResources %WEBAPPDIR%\App_GlobalResources /e /y /i
pushd %TEMPLATEDIR%\features
      Echo Installing LiveCycle Connector  with WSS
      %STSADM% -o installfeature -filename  LiveCycle\feature.xml -force
      Echo Installing LiveCycle Workflow with WSS
      %STSADM% -o installfeature -name  LiveCycle/Workflow -force
      Echo Activating LiveCycle Connector  with WSS
      %STSADM% -o activatefeature -filename  LiveCycle\feature.xml  -url %SITEURL% -force
      Echo Activating LiveCycle Workflow with WSS
      %STSADM% -o activatefeature -name LiveCycle/Workflow -url %SITEURL% -force
popd
      Echo Restarting IIS worker process
      IISRESET
set _my_datetime=%date% %time%
@echo on
echo End Installation at %_my_datetime%
@echo off
Error Log
E:\Adobe LiveCycle Connector-2007>set _my_datetime=Wed 08/22/2012 14:40:28.27
E:\Adobe LiveCycle Connector-2007>echo Begin Installation at Wed 08/22/2012 14:40:28.27 
Begin Installation at Wed 08/22/2012 14:40:28.27
E:\Adobe LiveCycle Connector-2007>echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
"Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
Failure adding assembly to the cache: Unknown Error
Failure adding assembly to the cache: Unknown Error
Failure adding assembly to the cache: Unknown Error
Deactivating LiveCycle Connector feature with WSS
Operation completed successfully.
Deactivating LiveCycle Workflow feature with WSS
Operation completed successfully.
Uninstalling LiveCycle Connector with WSS
Operation completed successfully.
Uninstalling LiveCycle Workflow with WSS
Operation completed successfully.
Copying source files to WSS \TEMPLATE directory
TEMPLATE\FEATURES\LiveCycle\Elements.xml
TEMPLATE\FEATURES\LiveCycle\Feature.xml
TEMPLATE\FEATURES\LiveCycle\Workflow\feature.xml
TEMPLATE\FEATURES\LiveCycle\Workflow\workflow.xml
TEMPLATE\IMAGES\LiveCycle\applyPolicy.png
TEMPLATE\IMAGES\LiveCycle\applyReaderExtn.png
TEMPLATE\IMAGES\LiveCycle\createPdf.png
TEMPLATE\IMAGES\LiveCycle\liveCycle.gif
TEMPLATE\IMAGES\LiveCycle\pdficon_small.gif
TEMPLATE\LAYOUTS\LiveCycle\ApplyPolicy.aspx
TEMPLATE\LAYOUTS\LiveCycle\ApplyReaderExtensions.aspx
TEMPLATE\LAYOUTS\LiveCycle\GeneratePDF.aspx
TEMPLATE\LAYOUTS\LiveCycle\InvokeGenericProcess.aspx
TEMPLATE\LAYOUTS\LiveCycle\LiveCycleSettings.aspx
TEMPLATE\LAYOUTS\LiveCycle\LoggingSettings.aspx
TEMPLATE\LAYOUTS\LiveCycle\Workflow\LCWorkflowSettings.aspx
16 File(s) copied
Copying Feature Resource files to WSS 12\Resources directory
Resources\AdobeLiveCycleConnectorCore.de-DE.resx
Resources\AdobeLiveCycleConnectorCore.de.resx
Resources\AdobeLiveCycleConnectorCore.en-US.resx
Resources\AdobeLiveCycleConnectorCore.en.resx
Resources\AdobeLiveCycleConnectorCore.fr-FR.resx
Resources\AdobeLiveCycleConnectorCore.fr.resx
Resources\AdobeLiveCycleConnectorCore.ja-JP.resx
Resources\AdobeLiveCycleConnectorCore.ja.resx
Resources\AdobeLiveCycleConnectorCore.resx
9 File(s) copied
Copying Resource files to "C:\Inetpub\wwwroot\wss\VirtualDirectories\80"\App_GlobalResources directory
App_GlobalResources\AdobeLiveCycleConnector.de-DE.resx
App_GlobalResources\AdobeLiveCycleConnector.de.resx
App_GlobalResources\AdobeLiveCycleConnector.en-US.resx
App_GlobalResources\AdobeLiveCycleConnector.en.resx
App_GlobalResources\AdobeLiveCycleConnector.fr-FR.resx
App_GlobalResources\AdobeLiveCycleConnector.fr.resx
App_GlobalResources\AdobeLiveCycleConnector.ja-JP.resx
App_GlobalResources\AdobeLiveCycleConnector.ja.resx
App_GlobalResources\AdobeLiveCycleConnector.resx
App_GlobalResources\AdobeLiveCycleWorkflow.de-DE.resx
App_GlobalResources\AdobeLiveCycleWorkflow.de.resx
App_GlobalResources\AdobeLiveCycleWorkflow.en-US.resx
App_GlobalResources\AdobeLiveCycleWorkflow.en.resx
App_GlobalResources\AdobeLiveCycleWorkflow.fr-FR.resx
App_GlobalResources\AdobeLiveCycleWorkflow.fr.resx
App_GlobalResources\AdobeLiveCycleWorkflow.ja-JP.resx
App_GlobalResources\AdobeLiveCycleWorkflow.ja.resx
App_GlobalResources\AdobeLiveCycleWorkflow.resx
18 File(s) copied
Installing LiveCycle Connector  with WSS
Operation completed successfully.
Installing LiveCycle Workflow with WSS
Operation completed successfully.
Activating LiveCycle Connector  with WSS
Operation completed successfully.
Activating LiveCycle Workflow with WSS
Operation completed successfully.
Restarting IIS worker process
Attempting stop...
Internet services successfully stopped
Attempting start...
Internet services successfully restarted
E:\Adobe LiveCycle Connector-2007>echo End Installation at Wed 08/22/2012 14:41:00.29 
End Installation at Wed 08/22/2012 14:41:00.29
Waiting...
Regards,
Amol Sahare

This might be an issue with the gacutil that you are using. I have used the gacutil that comes with Microsoft SDK.
You can install Microsoft SDK from http://www.microsoft.com/en-us/download/details.aspx?id=3138

Similar Messages

  • Hi, I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mail are not receiving. Mail queue showing Connection refused error. Please help me

    I am new to Mac and i managed to install and configure all the services. Now my issue is when i sending mail using the local server to internal, mails are not receiving. Mail queue showing Connection refused error. Please help me
    Thanks
    GIRI

    Try this -> http://support.apple.com/kb/TA38632?viewlocale=en_US

  • How to install and configure Sun java messaging server 6 2005Q4

    Hi all,
    Please tell the steps to install and configure Sun Java Messaging Server 6 2005Q4.
    Thanks.

    You aren't providing a lot of informations... in this case the answer could be: run the command
    /cdrom/jes_05_q4_dvd/Solaris_sparc/installer
    if you just want to install messaging server on a single host, for evaluation purpose, in the documentation
    http://docs.sun.com/app/docs/doc/819-4879
    there is an exhaustive guide. If instead you're trying to addres some specific question, then please give us more details such as O.S., schema version, and so on...
    regards

  • Installating and Configuring RBS for SharePoint 2013

    Hi,
    I was following this article http://technet.microsoft.com/en-us/library/ee748631(v=office.15).aspx#provision in
    order to provision the BLOB Store for Content Database, in the step no.6 and the third SQL query, it is asking me to create a folder under “C” directory called ‘Blobstore’ which is on the same SQL server but here I would like to use some other remote server
    or network shared drive other than current SQL database server in order to provision ‘Blobstore’. Please advise if it is possible?
    Just FYI my client is not ready to use any third party tools in order to do any configuration.<o:p></o:p>
    Thanks in advance
    Ali

    It is not possible using the Microsoft RBS provider. The storage must be presented as a local volume to the SQL Server (this includes volumes mounted over an iSCSI or Fiber Channel interface, for example).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Installing and configuring additional Edge Server role[2007] in AD site

    Hello Guys,
    We are planning to migrate our edge server to a new hardware. so my plan is to install new edge server and configure in a new hardware first and then decommisioing the old one.
    Currently we have four servers deployed as below.
    Edge Server - INEDGE001
    HUB/CAS - INHUBCAS002 & INHUBCAS003
    Mailbox - INMBOX004
    Kindly provide the steps for this edge server harware migration.
    ~Karthick

    Hi,
    Based on my research, here are the steps about moving Edge server to a new hardware:
    1.Capture all of your Edge Transport server configuration data
    2.Shut down the existing Exchange 2007 server
    3.Reset the computer account for the existing Exchange 2007 server
    4.For drives that contained Exchange 2007 data, configure drive letters on the new server to map to or match the configuration of the old server.
    5.Setup new Exchange 2007
    6.When the Setup program has completed, install the Exchange 2007 service pack that was installed on the existing server.
    7.Install any Exchange 2007 post-service pack hotfixes that were installed on the existing server.
    8.Copy the ImportEdgeConfig.ps1 script to the root folder of your user profile on the server that you are restoring.
    9.Validate the configuration file, and create an answer file that will provide server-specific information when the file is imported
    10.Open the answer file, and modify any settings that are invalid for the server.
    11.Import the Edge Transport server configuration by using the ImportEdgeConfig.ps1 script.
    12.Run the EdgeSync process to replicate Active Directory information to Active Directory Application Mode (ADAM) and perform regularly scheduled synchronization.
    For more detail inforamtion, you can refer to the following article:
    http://technet.microsoft.com/en-us/library/bb332339(v=exchg.80).aspx
    Thanks,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Angela Shi
    TechNet Community Support

  • Installing and configuring microsoft sharepoint server 2013

    Could you please advise where can I get this book "installing and configuring microsoft sharepoint server 2013"? Thanks for your help.

    There is a free ebook here:
    http://www.microsoft.com/en-us/download/details.aspx?id=30384
    It's also the title of a section of technet but that's not available in printed format as far as i know.
    http://technet.microsoft.com/en-us/library/cc262957.aspx

  • How to install and configure the SQL Server

    Hi All,
    We have to install SQL server in the new server because the old server is crash and need to upgrade. Please advice How to install and configure the SQL Server to run SAP Business One 8.8 successfully and what part we do have to give attention.
    Kind Rgds,
    Steve

    Hi,
    Try this solution:
    The step-by-step installation guide can be found in the documentation included in the installation media. (\Documentation\SystemSetup\AdministratorGuide_SQL.pdf).
    Below are some important parts that you should pay attention to during the Installation process.
    Resolution
    Collation setting: It must be set as SQL_Latin1_General_CP1_CI_AS,even the company DB is non-english location. The company DB will be created as corresponding collation settings automatically.
    Instance and TCP Port : It is recommended to run SBO on default instance and TCP port 1433. Otherwise,some optional components such as B1i may not work properly.
    Native Client: SQL Server Native Client should be installed on every client machine to enable the ODBC connection to DB server.
    Rgds,

  • Step by Step of how to Install and configure the Web Server Core 2008 R2

    I encoutred a couple of problems installing a Web Server Core 2008 R2 edition including the remote connection and for people who are encountring the error :
    "The WinRM client cannot complete the operation within the time specified" or the error : " Could not connect to the specified
    computer. Details: Unable to connect to the remote server "   I think those couple of video will be helpfull,
    so I decided to record and share this experience with you by producing the server core from A  to Z to avoid the headache that I encountred
    during my experience. The lab environment is vmware but you can use hyper v or even physical lab if you want as  the steps are the
    same
    http://www.youtube.com/playlist?list=PLzayUN5B2cXMoyziV4oUs94P6EZT6QVmc
    watch?v=5z1NiWUJdGU  Wipe generation
    watch?v=Q3BoLkWWAC4  hard disk preparation
    watch?v=lOPvy-cn0Uk  server core installation
    watch?v=gTnOUJfRkDg  configure the web server
    watch?v=0ofvknXMNsc  install .net framework in the webserver
    watch?v=K4ADBzZeM6E  install the web server role
    watch?v=oGHC0sbe17Y  remote control the server
    watch?v=SpzAsRkjV40  continue the remote configuration
    watch?v=XjPD8U_y29I  Create and alias for the web server
    watch?v=Pim1T6z6DJM  Configure a Win 7 machine to control
    Enjoy  the vids
    The complexity resides in the simplicity Follow me at: http://smartssolutions.blogspot.com

    Hi MASNSN,
    Thanks for your sharing =)

  • How to install and configure ms exchange server 2007 both role hub and edge transport role in one network

    How to install and configure ms exchange server 2007 both role hub and edge transport role in one network 

    Hi,
    Edge role is design for perimeter networks, to keep security risks minimum.  So it’s not recommended to have edge role in internal network. Must have separate network or subnet for edge services.
    If you are playing around it in labs, then you can put edge role within same subnet as other exchange roles and no specific requirements in that case.
    Thanks.
    MachPanel - Premium Cloud Automation Solution

  • Installing and Configuring the Apache HTTP Server Plug-In

    Hi,
    I am using WL10.3 in Linux machine.
    I have an environment where I have a single WL server in a domain that is deployed with the web-application
    And I have another domain where I have two managed servers in a cluster that is deployed with the business.
    Now, I want to configure a Apache HTTP server to make it work as a proxy along with the weblogic.
    In my current scenario, the stand alone server proxies the req to the cluster and that is defined in a jndi.properties.
    Now, what should I do if I want to use the Apache
    I have the following questions:
    1. Forget about my env, generally how can I install and configure Apache HTTP plug-in?
    I see we already having libproxy_61.so file inside /bea/wlserver_10.3/server/plugin/linux/i686
    Do i need to install the patch even then as told in http://www.oracle.com/technology/deploy/security/wls-security/2793.html?
    2. While am adding the lines in httpd.conf ,
    LoadModule weblogic_module modules/mod_wl_22.so
    Should I put ibproxy_61.so instead of mod_wl_22.so in this line?
    3. Just by configuring the proxy, the session replication and load balancing will be ensured?
    4.And for my configuration as stated at the beginning few lines, what can be the best architecture?
    Your help is really appreciated.

    Hi,
    Below blog would give you a clear understanding of the Integrating Apache with Weblogic. All your questions are been answered in the below blog.
    http://www.prasannatech.net/2008/07/integrating-apache-tomcat-weblogic.html
    You can for sure apply the patch provided in CVE-2008-3257).
    Keep posted with your findings and let us know if you need any further clarification.
    Regards,
    Hussain

  • What do I need to install Integration Kit for SharePoint Server 2007

    What do I need to install the Integration Kit for Microsoft Office SharePoint Server 2007? It gives me an SP3 needed error but does not tell me what SP3. Has any one sucessfully installed this kit? Please help.

    Hi,
    The sharepoint PIK is available for BO enterprise only. SP3 is refering to BO enterprise XIR2 SP3. This Service Pack is not available for CR 2008. In order to integrate CR 2008 in BO enterprise XIR3 you need to install SP0 on top of CR 2008. But as I said above without BO enterprise you won't be able to use the PIK.
    I copied the following system requirements from our Install Guide for BOE XiR3 PIK:
    System requirements
    For a list of system requirements, consult the Platforms.txt file included
    with your product distribution. For additional important information that may
    pertain to your deployment, it is also strongly recommended that you consult
    the Release Notes included with your product distribution.
    In general, the following components must be installed and configured
    correctly before you install the BusinessObjects Enterprise XI 3.0 Portal
    Integration Kit:
    u2022 Microsoft Windows SharePoint Services or Office SharePoint Portal
    Server 2003.
    u2022 BusinessObjects Enterprise XI .NET SDK (on your SharePoint machine
    or machines).
    u2022 Microsoft Windows Server 2003 (any edition).
    u2022 BusinessObjects Enterprise and Crystal Reports (on either the same
    machine and/or on a different machine).
    Kind regards,
    Tim

  • How to install and Configure sharepoint foundation on administrator account ??

    Hi there guys dev
    I want to try sharepoint foundation for first time .
    I installed windows server 2012 ans sql server 2012 and then installed sharepoint foundation 2013 .
    now when I want to create a new server farm enter my windows name as database name and then enter my administrator account name as username ans it's passwors as password but after then when I click on next to create new server farm give this error :
    "the administrator account can't use for new server "
    please help how can I create a new server farm with administrator account .
    I don't want to create it with  the active directory domain and add new forest and create it with my domain name ?
    if does it a way to create a new server farm with administrator account so please help to create it ?
    thanks dear
    Great Regards :
    Raha
    whit the best regard : Raha

    Hi Raha,
    According to your description, my understanding is that you got an error when you created a new farm with the administrator account by runnning configuration wizard.
    Is the SQL Server installed in the server that hosted SharePoint 2013 Foudation? If not, please make sure the server hosted SQL Server has the same account with the server hosted SharePoint 2013 Foudation.
    Please run the SharePoint 2013 Products Configuration wizard with ‘Run as administrator’.When you entered the user’s name, please use the format ‘domain\user_name’.
    In addition, please check the log file to find more information about this issue. The path is : C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS.
    Also , you can use Event Viewer to find the log by Start->Run->event viewer.
    Here is an article for installing and configuring SharePoint 2013,  please take a look at:
    http://sharepointv15.wordpress.com/2012/07/19/installing-sharepoint-2013-preview/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • INST-07408: Unable to install or configure the product on a 32-bit JVM on a 64-bit machine. Make sure to install and configure the product in supported modes.

    Hi there, i have an issue installing oracle forms and reports. its throwing this error"INST-07408: Unable to install or configure the product on a 32-bit JVM on a 64-bit machine. Make sure to install and configure the product in supported modes." on step 5. I have jdk 64bit installed, weblogic server was installed successfully but iam getting stuck somehow.
    Below are details of my pc.
    OS Name    Microsoft Windows 7 Professional
    Version    6.1.7601 Service Pack 1 Build 7601
    Other OS Description     Not Available
    OS Manufacturer    Microsoft Corporation
    System Name   ...........-HP
    System Manufacturer    Hewlett-Packard
    System Model    HP ProBook 4530s
    System Type    x64-based PC
    Processor    Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date    Hewlett-Packard 68SRR Ver. F.23, 09/03/2012
    SMBIOS Version    2.6
    Windows Directory    C:\windows
    System Directory    C:\windows\system32
    Boot Device    \Device\HarddiskVolume1
    Locale    United Kingdom
    Hardware Abstraction Layer    Version = "6.1.7601.17514"
    User Name    ...........-HP\................
    Time Zone    South Africa Standard Time
    Installed Physical Memory (RAM)    4.00 GB
    Total Physical Memory    3.94 GB
    Available Physical Memory    1.00 GB
    Total Virtual Memory    7.87 GB
    Available Virtual Memory    1.25 GB
    Page File Space    3.94 GB
    Page File    C:\pagefile.sys

    To clarify further....  It is important to note that Forms/Repors 11.1.2.x software (including WLS and JDK) must be of the same archetecture as the machine.  In other words, you cannot use the 32bit Forms/Reports 11.1.2 software on 64bit Windows.  If you are using a 64bit OS, you must install the 64bit software.  Again, this would include Forms/Reports, WLS, and JDK

  • [Forum FAQ] How to install and configure Windows Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely

    As we all know,
    the Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. We can add the Windows Server
    Essentials Experience role in Server Manager or via Windows PowerShell.
    In this article, we introduce the steps to install and configure Windows
    Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely. For better analyze, we divide this article into two parts.
    Before installing the Windows Server Essentials Experience Role, please use
    Get-WindowsFeature
    PowerShell cmdlet to ensure the Windows Server Essentials Experience (ServerEssentialsRole) is available. (Figure 1)
    Figure 1.
    Part 1: Install Windows Server Essentials Experience role locally
    Add Windows Server Essentials Experience role
    Run Windows PowerShell as administrator, then type
    Add-WindowsFeature ServerEssentialsRole cmdlet to install Windows Server Essentials Experience role. (Figure 2)
    Figure 2.
    Note: It is necessary to configure Windows Server Essentials Experience (Post-deployment Configuration). Otherwise, you will encounter following issue when opening Dashboard.
    (Figure 3)
    Figure 3.
      2. Configure Windows Server Essentials Experience role
    (1)  In an existing domain environment
    Firstly, please join the Windows Server 2012 R2 Standard computer to the existing domain through the path:
    Control Panel\System\Change Settings\”Change…”\Member of. (Figure 4)
    Figure 4.
    After that, please install Windows Server Essentials Experience role as original description. After installation completed, please use the following command to configure Windows
    Server Essentials:
    Start-WssConfigurationService –Credential <Your Credential>
    Note: The type of
    Your Credential should be as: Domain-Name\Domain-User-Account.
    You must be a member of the Enterprise Admin group and Domain Admin group in Active Directory when using the command above to configure Windows Server Essentials. (Figure 5)
    Figure 5.
    Next, you can type the password for the domain account. (Figure 6)
    Figure 6.
    After setting the credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 7)
    Figure 7.
    By the way, you can use
    Get-WssConfigurationStatus
    PowerShell cmdlet to
    get the status of the configuration of Windows Server Essentials. Specify the
    ShowProgress parameter to view a progress indicator. (Figure 8)
    Figure 8.
    (2) In a non-domain environment
    Open PowerShell (Run as Administrator) on the Windows Server 2012 R2 Standard and type following PowerShell cmdlets: (Figure 9)
    Start-WssConfigurationService -CompanyName "xxx" -DNSName "xxx" -NetBiosName "xxx" -ComputerName "xxx” –NewAdminCredential $cred
    Figure 9.
    After you type the commands above and click Enter, you can create a new administrator credential. (Figure 10)
    After creating the new administrator credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 11)
    After a reboot, all the configurations will be completed and you can open the Windows Server Essentials Dashboard without any errors. (Figure 12)
    Figure 12.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Part 2: Install and configure Windows Server Essentials Experience role remotely
    In an existing domain environment
    In an existing domain environment, please use following command to provide credential and then add Server Essentials Role: (Figure 13)
    Add-WindowsFeature -Name ServerEssentialsRole
    -ComputerName xxx -Credential DomainName\DomainAccount
    Figure 13.
    After you enter the credential, it will start install Windows Server Essentials role on your computer. (Figure 14)
    Figure 14.
    After the installation completes, it will return the result as below:
    Figure 15.
    Next, please use the
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with a remote computer. You can use the commands below:
    Enter-PSSession –ComputerName
    xxx –Credential DomainName\DomainAccount (Figure 16)
    Figure 16.
    Then, please configure Server Essentials Role via
    Add-WssConfigurationService cmdlet and it also needs to provide correct credential. (Figure 17)
    Figure 17.
    After your credential is accepted, it will update and prepare your server. (Figure 18)
    Figure 18.
    After that, please type “Y” to continue to configure Windows Server Essentials. (Figure 19)
    Figure 19.
    2. In a non-domain environment
    In my test environment, I set up two computers running Windows Server 2012 R2 Standard and use Server1 as a target computer. The IP addresses for the two computers are as
    below:
    Sevrer1: 192.168.1.54
    Server2: 192.168.1.53
    Run
    Enable-PSRemoting –Force on Server1. (Figure 20)
    Figure 20.
    Since there is no existing domain, it is necessary to add the target computer (Server1) to a TrustedHosts list (maintained by WinRM) on Server 2. We can use following command
    to
    add the TrustedHosts entry:
    Set-Item WSMan:\localhost\Client\TrustedHosts IP-Address
    (Figure 21)
    Figure 21.
    Next, we can use
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with the remote computer. (Figure 22)
    Figure 22.
    After that, you can install Windows Server Essentials Experience Role remotely via Add-WindowsFeature ServerEssentialsRole cmdlet. (Figure 23)
    Figure 23.
    From figure 24, we can see that the installation is completed.
    Figure 24.
    Then you can use
    Start-WssConfigurationService cmdlet to configure Essentials Role and follow the steps in the first part (configure Windows Server Essentials Experience in a non-domain environment) as the steps would be the same.
    The figure below shows the status of Windows Server Essentials.
    Figure
    25.
    Finally, we have successfully configured Windows Server Essentials on Server1. (Figure 26)
    Figure 26.
    More information:
    [Forum
    FAQ] Introduce Windows Powershell Remoting
    Windows Server Essentials Setup Cmdlets
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • Is there a way to "unsync" your iPhone from one computer so you can sync it to a new one?

    I had connected my iphone to a family member's computer simply to upgrade my software, and now I have a new macbook pro and it wants to delete all of my apps that are on my phone and replace them with what was on it at the time that I did the upgrade

  • Problem executing Business Rule in BPM 11g

    I've createad one business object CPFBObject which contains several attributes. My requirement is that if relationship is parent the it goes to human task otherwise to end. for thet I've written the business rule which is as not working properly. Ple

  • Word Wrap

    Hi Guys I neec to use word wrap in JTable cells but can't figure-out how to do it; can any of you help me? Many thanks Patrick

  • Validation errors in Dreamweaver CS3

    Hello has anyone dealt with running their page against the Validator and then trying to interpret the results?  I am seeking help on this. Many thanks!

  • How to delete all files on hard drive

    I am selling my iMac 27" and I want to deleted all of my files except for the IOS Lion.  Can anyone explain how to do this and get the hard drive back to a factory setting so that I can sell the computer and not have to worry about content being on t