PowerPivot Configuration Tool

I have 3 SharePoint SP1 Servers installed on Hyper-V 2012.  Each host have Windows 2012 R2
I am trying to run SharePoint Configuration on my farm server and each time, it gives me an error occurred while configuring the server. I rebooted the servers, the services and try to force the re-installation with PowerShell commands;
Get-SPTimerJob -Id 2d535c93-b838-484e-9528-e3250c2e8318 | ForEach-Object {$_.Delete()}
Install-SPSolution -Identity PowerPivotFarmSolution.wsp -GACDeployment –Force
I use two physical SQL serveurs; 
SQL 2012 Enterprise SP2 with CU4 for my farm configuration
SQL 2012 Enterprise SP2 with the instance of PowerPivot for SharePoint.
It stop at the Deploy Farm Solution with these errors:
Configuration Farm Level Integration
Add Deploy PowerPivot Solution
Failure while running action: Deply Farm Solution
Running PS Script failed.  Reason: Solution failed to deployed
reason: DEV01: The solution was successfully deployed.
Dev02: The solution was successfully deployed at 03/05/2015 14:21:28
Exception while executng action DeployFarmSolution: Running PS Script failed.
I cannot use the PowerServices in SharePoint since O can't configure it properly.
Need help to understand waht is going on.

Hi,
If you have deployed the solution before but due to some reason it fails, and you need to redeploy it, the error like below may happen:
A deployment or retraction is already under way for the solution ".wsp", and only one deployment or retraction at a time is supported.
Please go to Central Administration > System settings > Manage farm solutions, cancel it. Or use powershell script to cancel it via stsadm -o canceldeployment -id.
http://convergingpoint.blogspot.com/2012/05/sharepoint-solution-deployment-stuck-at.html
Regards,
Rebecca Tu
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • How to change the SharePoint BI site in PowerPivot Configuration tool?

    Hi,
    I am trying to install PowerPivot on my existing SharePoint 2010 farm.
    The tool has somehow taken the BI site on http://SharepointSite:80 and does not let me change it.
    (I have not yet installed PowerPivot)
    Does anyone know how can I change that port?
    Thanks so much.

    Frob,
    Is this still an issue?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • PowerPivot for SharePoint configuration tool validation failed

    Validation fails when I run the PowerPivot for SharePoint configuration tool.  I've set up a virtual machine with Windows Server 2008, SQL Server 2012 (with SP 2) and SharePoint 2010.  The firewall is completely turned off (temporarily). 
    The SQL Server service is running (so is SQL Server Browser).  TCP/IP and Named Pipes are both enabled (disabling one or the other doesn't solve the problem).  Remote connections are enabled.  The services have been stopped and restarted every
    time I make a change to something.  Still getting the following error.  Can anyone help?  Thank you in advance!
    Cannot connect to the database server instance.  A network-related or instance-specific error occurred while establishing a connection to SQL Server.  The server was not found or was not accessible. Verify that the instance name is correct and
    that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    Solved it.  I used the IP address as the server name, instead of using the standard naming convention.

  • Oracle 8i Configuration Tools Fails on Install

    I found problems on the Oracle 8i Installation, on my Windows XP Desktop (SP1). I've selected the Minimal Installation, and all goes on. When they reach the Configuration Tools Section of Setup...
    It found the following fails:
    - Net8 Configuration Assistant, fail:
    Class not found: Files\Oracle\Ora81\network\jlib
    - Oracle Database Configuration Assistant, fail:
    There is no available output for this tool.
    Apparently, it doesn't create the Starter Database (my main need). I'm newbie in Oracle Database world (I'm MS-SQL Server DBA), so, if anyone can help me, I'll be glad...
    Thanks,
    Rafael

    Please turn on the debug trace in tip.properties
    Since we want to see why B2B did not start, we want to have as much trace as possible. Please set the following (in tip.properties)
    b2b.oracle.tip.DiagnosticLevel = DEBUG
    oracle.tip.LogType = text
    If there is an exception in also should be logged in /home/oracle/MTProd/opmn/logs/B2B~B2BServer~MTProd.helenab2b.helenachemical.com~1
    Please gather as much trace information as possible when you start the B2B Server manually.
    If opmn is not started, use the 'opmnctl start' command in $ORACLE_HOME/opmn/bin
    Then use the following command to start B2B:
    opmnctl startproc process-type=B2BServer
    Thanks,
    Eng

  • ID: How to use the test Configuration tool

    Hi all,
           I have done one simple file2file scenario and it is working fine( source file is reaching the destination).
          By using this scenario, i would like to know the use of test configuration.( which is in Integration Directory).
    I have given the input parameters what it has asked.
    Header details:-
    sender service,sender message interface and namespace.
    payload:-
    xml format( taken from message mapping)
    log result:-
    Sender Agreement
    Internal Error
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://xxxxx:8000/sap/xi/simulation?sap-client=000 User: XIDIRUSER
    Please help me how to work with this tool.
    Regards,
    Deviprasad.

    hi deviprasad...even i face the same problem whenever i tried using test configuration tool...
    i think it means...its trying to make a connection :  HTTP connection to ABAP Runtime ......which fails due to lack of proper authorization...
    if u login to ur integration builder with a user having the proper authoriztion(i dont know exactly)...u can do the test..... coz during the test there is a connection between java and abap stack...
    pls rectify me and convey me if u get the proper answer....or if i m wrong..
    pls try to do use the test after login to IB through a user with maximum authorization....

  • Dynamic Configuration Tool Issues

    Hi,
    Has anyone run into issues with the cisco dynamic configuration tool? I recently noticed I cannot customize the hardware I am trying to configure. This was not like this in the past.

    Hi Laurence,
    According to your description, you are creating a SQL Server Reporting Services report using SSAS cube as the data source, there are 40 parameters in the MDX query, so the performance is poor, right?
    In your scenario, you said that 10 of the parameters using existing function, so you suspect that the issue can be caused by the existing function. Based on my research, it seems that the existing function is not a problem. Only issue is that use existing
    function together with nonempty function, please refer to the link below to see the detail information about it.
    http://cwebbbi.wordpress.com/2009/03/31/existing-and-nonempty/
    In additional, I'd suggest you enable SQL profiler to monitor the queries fired by the query, once you find some queries took a very long time to run, consider creating the smaller cube partition or optimizing the query by adding index or partition
    to improve the query performance. Here are some links about performance tuning.
    http://www.bidn.com/blogs/DustinRyan/bidn-blog/2636/top-3-simplest-ways-to-improve-your-mdx-query
    http://blogs.msdn.com/b/azazr/archive/2008/05/01/ways-of-improving-mdx-performance-and-improvements-with-mdx-in-katmai-sql-2008.aspx
    http://www.packtpub.com/article/query-performance-tuning-microsoft-analysis-services-part1
    Hope this helps.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • HT5487 So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "inte

    So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "internet error". My Internet connection is fine with the Mac-book. It shows the iPad is listed under the Prepare logo up top as 1 but under supervise none are shown. Although it does show itself in iTunes. Also the profile I created is fresh and has no errors. We have tryed nearly everything I cna think of and online forums are not giving us to much info on this error. 

    A wag at this.  A port issue?
    "Apple Push Notification network setup
    When MDM servers and iOS devices are behind a firewall, some network configuration may need to take place in order for the MDM service to function properly. To send notifications from an MDM server to Apple Push Notification service, TCP port 2195 needs to be open. To reach the feedback service, TCP port 2196 will need to be open as well. For devices connecting to the push service over Wi-Fi, TCP port 5223 should
    be open."
    http://www.google.com/url?sa=t&rct=j&q=ports%20ios%20configure%20ipad&source=web &cd=1&ved=0CC0QFjAA&url=http%3A%2F%2Fimages.apple.com%2Fipad%2Fbusiness%2Fdocs%2 FiOS_MDM.pdf&ei=5lXGUPCcJMXx0gH2wYG4BA&usg=AFQjCNFzINvs7ktT-6o6Q_l4Qk2HkpjtCA&ca d=rja
    google: ports ios configure ipad
    Try it on your home network where there isn't a lot of 'controls' -- network filtering , firewalls, etc.
    Robert

  • OCS 2007 R2 Response Group Configuration Tool Failure

    Hello there.
    We are bringing back to life an old OCS installation. Customer performed a clean AD reinstall and we are in the process of re-installing OCS 2007 R2. All seems to work fine, except the RGS. When accessing the web tool we get this error:
    Response Group Configuration Tool Failure
    An unknown error occurred. The operation cannot complete successfully. Please contact the administrator if this problem persists.
    Click here to return Home.
    the Event viewer for application on the FE shows:
    Event code: 3005 
    Event message: Excepción no controlada. 
    Event time: 13/05/2014 12:13:01 p.m. 
    Event time (UTC): 13/05/2014 06:13:01 p.m. 
    Event ID: a74ea242095f4e8099bca266a7a5cc83 
    Event sequence: 8 
    Event occurrence: 1 
    Event detail code: 0 
    Application information: 
        Application domain: /LM/W3SVC/1/ROOT/Rgs-1-130444779241580315 
        Trust level: Full 
        Application Virtual Path: /Rgs 
        Application Path: C:\Program Files\Microsoft Office Communications Server 2007 R2\Web Components\Acd Files\ 
        Machine name: OCSR2-FE02 
    Process information: 
        Process ID: 6504 
        Process name: w3wp.exe 
        Account name: domain\RTCComponentService 
    Exception information: 
        Exception type: COMException 
        Exception message:  
    Request information: 
        Request URL: https://ocspool.domain.com:443/Rgs/Deploy/Default.aspx 
        Request path: /Rgs/Deploy/Default.aspx 
        User host address: 172.16.6.32 
        User: domain\user
        Is authenticated: True 
        Authentication Type: Negotiate 
        Thread account name: domain\RTCComponentService 
    Thread information: 
        Thread ID: 9 
        Thread account name: domain\RTCComponentService 
        Is impersonating: False 
        Stack trace:    en System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       en System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       en System.Management.ManagementObjectCollection.get_Count()
       en Microsoft.Rtc.Acd.Management.OcsApplicationContactSetting.Select(String condition)
       en Microsoft.Rtc.Acd.Web.UI.WorkflowTemplate.GetContactObject()
       en Microsoft.Rtc.Acd.Web.UI.WorkflowTemplate.AddedControl(Control control, Int32 index)
       en ASP.deploy_default_aspx.__BuildControl__control15(Control __ctrl)
       en Microsoft.Rtc.Acd.Web.UI.TemplateHelper.InstantiateWorkflowTemplate(AcdWorkflow workflow, ITemplate template, ControlCollection controlsToAddTo, String resourceClass, String templateResourcePrefix)
       en Microsoft.Rtc.Acd.Web.UI.AcdWorkflowList.CreateChildControls()
       en System.Web.UI.Control.EnsureChildControls()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Custom event details: 
    on the OCS logs I have:
    Unhandled exception occurred in the Response Group Service Configuration Tool. The operation could not complete successfully.
    Requested URL: /Rgs/Deploy/Default.aspx
    User / Host making the Request: domain\user/ 172.16.6.32
    Unhandled exception: System.Web.HttpUnhandledException - Se produjo una excepción de tipo 'System.Web.HttpUnhandledException'.
    Inner Exception: System.Runtime.InteropServices.COMException
    Cause: An unhandled exception occurred.
    Resolution:
    Check the exception.
    Windows server is installed in spanish, if you wonder why the mix in languages.
    We have been battling with this error for the last 2 weeks. Any help is greatly appreciated!
    FR

    Hi,
    Please check the configuration of the Response Group Service with the help of the link below:
    http://technet.microsoft.com/en-us/library/dd441277(v=office.13).aspx
    Please check the OCS components that are required to implement the Response Group Service below:
    Application Server and Response Group Service
    Language pack
    Administrative tools
    Web Components Server
    Internet Information Services
    Microsoft Office Communicator 2007 R2
    You can try to use the workflows that you crated to validate the deployment.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • SQL Server Configuration Tools Disappeared

    I know I used to have Server Configuration Tools, but when I just looked for it, it seems like it has disappeared.  I'm looking at this.
    I'm getting this login error.
    I used to be able to reset SQL Server using the Configuration Tools, but now I can't reset it, and I can't login.
    Please help!!
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

    Hello,
    When you connect using SSMS ( SQL server management studio) in server name give like 
    hostname\mssqlserver--if it is default instance
    hostanme\instancename if it is named instance
    hostname\SQLEXPRESS is it is express edition
    now go to run tyoe services.msc look for SQL server services check if it starte dor not if not please start in try connection using above information
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Test Configuration Tool: Sender Agreement Not Found

    Hi, All:
    We have new XI3.0 setup and I just want to test simple file to file scenario, but the file was picked up by sender file adapter, however, there is no message sent to Integration server.
    When I use Test Configuration Tool, the sender agreement is green, however, it also mention Sender Agreement Not Found, see below:
    ================================================
    Sender Agreement
    ================================================
    futhermore, Interface Mapping is not found either. Actually, Interface has been created on IR. Sender Agreement also created in ID.
    Anyone who has idea about these two errors ?
    Thanks in advance
    Liang

    Hi, Raj and Srinivas:
    Thanks for your reply.
    First of all, all the objects are activated,  secondly, when create sender agreement, I just need to input the Sender Service Name / Sender Interface / Sender Interface Namespace. Then finally select commnication channel.
    For any Receiver sides, they are grey out, I am not able to input anything.
    So, there is no "*" in any fields.
    I doubt if there is any setup wrong, especially for adapter engine, maybe some modules that are not functional for file adapter engine, since I also see other problems,  I might post them as separate thread.
    In Adapter monitor page, I did not see the adapter.
    In RWB, if I use IE, there is Error in the page, using Firefox, it is OK.
    Thanks And Regards !
    Liang

  • Install Oracle 9i in Redhat 7.1 hangs at Configuration Tools

    I have upgraded the binutil to binutil-2.10.91.0.4-1. Everything seems fine until Configuration Tools. The Oracle Net Configuation Assistant shows in progress status and did not completed. In the detail box, it shows Running Listener Control
    /u01/app/oracle/product/9.0.1/bin/lsnrctl start LISTENER.
    Any idea?
    Thanks,
    Ed

    Hi, I had the same problem. But I don't think its a serious problem at all.
    What I did was, stop the Net Configuration, so that it can carry on with configuring the Apache web server, followed by database creation. Only after the database was created successfully, then restart the Net Configuration again. It should work after database configuration.
    Cheers.

  • 9iAS Linux - ADMN 100999 - configuration tools aborted

    Hi
    I installed on SUSE Linux 8.0 the 9iAS R2, only the option A - J2EE and WebChache. Now I have following problems.
    1. Some configuration tools (OC4J, OPMN, DCM)were not initialized in the end of the installation. I read other postings with the same problems, but i never read a solution of these problems.
    2. After installing, i want to start the http server manually (dctml start -ct ohs) , but it doesn't work. I got the error message ADMN 100999. dctml -resyncInstance was not successful.
    Other admins has same problem, they reset the admin password and it worked.
    But I can not use the script resetiAspassword.sh because I never installed the infrastructure.
    If i want to start the http-server with enterprise manager (EM worked) I got an EMException.
    I have no idea to resolve the problems, perhaps you
    Thank You

    Hello Diana, i am having the same exact problem except it is on rh7.2. my initializations were also a problem: i have emctl but not dcmctl and therefore cannot run http. i am convinced i need to de-install/wipe clean/re-install. u r lucky because u r runninng on suse 8. u may consider de-install/re-install. i am going to wipe the directory clean this time becaue i have already tried de-install/re-install many times. thanx, david brown. webitplanet.com.

  • Configuration tool

    Do any one can expalin me about the configuration tool and give any link for guide line purpose

    Hi,
    http://help.sap.com/saphelp_nw04/helpdata/en/fb/f69f3f12e1eb0ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/2f/f79f3f12e1eb0ce10000000a114084/frameset.htm
    Template  Configuration Tool
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/dc68ec90-0201-0010-cd85-de89a636a663
    Regards,
    Prateek

  • Configuration tool problem

    Hi,
    I tried to use Configuration Tool for VPN. When I open a *.vpn file the program says:
    Impossible to reach temp folder.
    I'm using Win7.
    Can you help me, please?
    Thanks

    Hey serenc2, Welcome to the Nokia Forums!
    Have you tried viewing this link which can help you to configure your VPN on Configuration Tool? 
    You can also try do the following steps to fix the problem:
    Disconnect the USB cable and connect it again.
    If you use a USB hub with an external power source, verify it has been switched on.
    If you use a USB hub, try connecting the phone directly to the computer.
    Inspect the USB cable for problems and replace if necessary.
    Ensure that you are using an original Nokia cable and the correct cable type for your phone.
    Verify that you have selected PC Suite USB mode in the phone.
    Disconnect the cable, reboot the computer, and try again.
    Note; The connection problems may occur if you have previously unplugged USB devices without using the system tray utility for ejecting devices.
    Also if a working connection suddenly stops working you can try to repair it using the functionality existing in Nokia Configuration Tool
    Start > Programs > Nokia > Nokia Configuration Tool 6.0 > Uninstall > Repair Nokia Configuration Tool.
    This option fixes missing or corrupt files, shortcuts and registry entries.
    OR
    Go to Add/Remove programs on Control panel (called Programs in Windows 7).
    Select Nokia Configuration Tool installation and click Change/Remove.
    From the dialog choose Repair.
    I hope this has helped!
    Sheldrick
    Press the 'Accept As Solution' icon if I have solved your problem, Kudos my post if my advice has helped you!

  • Cisco dynamic configuration tool

    Currently cisco dynamic configuration tool is not working. What can I do?

    Richard,
    The power supplies in the 6120 / 6140s are auto sensing for 120-240 VAC. Please see Table 9 in the Nexus 5000 document for all supported cables:
    http://www.cisco.com/en/US/prod/collateral/switches/ps9441/ps9670/data_sheet_c78-461802.html
    Thank you,
    Matthew

Maybe you are looking for