sharepoint 2010 search service round robin error - sharepoint-2010

We have one sharepoint server (sp1) and the database server (db5). To get some features of sharepoint to work, we installed sharepoint on the db5 server.
The sharepoint search service topology does not show db5 as a query component, but (apparently) randomly, the round robin system returns the db5 server in the url to the search service. this causes an error:
EventID: 8313 SharePoint Web Services Round Robin Service Load
Balancer Event: EndpointFailure Process Name: w3wp Process ID: 11352
AppDomain Name: /LM/W3SVC/793880394/ROOT-1-130661322414428557
AppDomain ID: 2 Service Application Uri:
urn:schemas-microsoft-com:sharepoint:service:ac46e57625f540e592ef16d8cafbae41#authority=urn:uuid:6a161a722144223e6a4d11faa95b89994&authority=https://sp1:32542/Topology/topology.svc
Active Endpoints: 1 Failed Endpoints:1
Affected Endpoint:
http://db5:32542/ac46e57625f540e593ef18d8cafbae41/SearchService.svc
the correct address should not have the http://db5:32542...I believe it should be http://sp1:32542.
I have a suspicion that the problem is in the load balancing/round robin. Somehow there is a setting that allows sharepoint to serve the db5 server as the host.
I want to remove db5 as an available server in the load balancer/round robin system.

can you try :
Run Get-SPServiceInstance
Located the ID of the Project Application Service.
Run Stop-SPServiceInstance ServiceID
Wait and confirm the service was stopped by running Get-SPServiceInstance again
Run Start-SPServiceInstance ServiceID

Related

BizTalk configuration troubleshooting

I am trying to configure BTS 2016 3.12.774.0 against SQL Server v 17.9.1. They are running on separate servers running Windows server 2016 64 bit OS.
The Enterprise Single Sign On database (SSODB) and the Business Rules Engine DB (BizTalkRuleEngineDB) get created but only to BRE is configured when I go into Biztalk Config.
I have had the servers rebooted but no change.
The Ent SSO Service does not exist in Services
User doing the install is in groups Biztalk Server Admin, Application Users, Server Operators and SSO Admin, Affiliate Admin all at the domain level.
Names of both servers are 13 characters.
Not sure what to look for in the configuration logs. I have searched for the words Error, Fail, Exception but there are none.
A new attempt to configure gave the following error:
Microsoft BizTalk Server Configuration Wizard ------------------------------ Failed to create the SQL database 'SSODB' on SQL Server 'servername10' (with SSO Administrator account 'SSO Administrators'). (SSO) For help, click: go.microsoft.com/fwlink/… ------------------------------ ADDITIONAL INFORMATION: (0xC0002A21) An error occurred while attempting to access the SSO database. (SSO) For help, click: go.microsoft.com/fwlink/… ------------------------------ An error occurred while attempting to access the SSO database. See the event log (on computer 'servername10') for more details. (SSO)
There is no SQL Server v 17.9.1. That version number is one for SSMS.
BizTalk Server 2016 does not support SQL Server 2017. Hardware and Software Requirements for BizTalk Server 2016
Please post the error text, either from the little red X or the error log. There will always be an error. BT Config will never silently fail.

The Windows SharePoint Services adapter runtime does not have permissions to invoke the adapter Web service

I recently was working through a lab integrating BizTalk Server 2010 with SharePoint Server 2010. The idea was to have an InfoPath form submitted to an http end point. BizTalk would receive the InfoPath form, transform it, and then upload the form to a SharePoint document library.
This would make use of a send port configured to use the SharePoint Services Biztalk Adapter.
However, when I submitted the InfoPath form, it successfully submitted to the HTTP endpoint, but it did not upload to the SharePoint library. Further digging produced the following error:
Error details: The Windows SharePoint Services adapter runtime does not have permissions to invoke the adapter Web service. In order to fix this issue, you have to add the ADVENTUREWORKS\BizTalkHost Windows account to the "SharePoint Enabled Hosts" Windows group on the Windows SharePoint Services machine. This operation will allow BizTalk host instances running under ADVENTUREWORKS\BizTalkHost Windows account to invoke the adapter Web service in order to send and receive messages to or from SharePoint sites. The group membership will not take effect until you restart the BizTalk host instance.
This error was triggered by the Windows SharePoint Services receive location or send port with URI wss://biztalkdemo:80/LoanApplications.
Windows SharePoint Services adapter event ID: 12458".
Once I added ADVENTUREWORKS\BizTalkHost Windows account to the "SharePoint Enabled Hosts" Windows group on the Windows SharePoint Services machine facing same issue and infoPath is not able to transfer from BT to share point library and message got dehydrated?
Other question regarding share point adapter configuration for CreditOrderSharePoint -- in the configure pipeline dialog box, in the processingInstructionOptions box, type 1 and then insert the processing instructions you specify in the xmlAsmProcessingInstruction box -- type ---
<?mso-infoPathSolution solutionVersion="1.0.0.21" productVersion="14.0.0"
PIVersion="1.0.0.0"
href="http://biztalkdemo/LoanApplications/Forms/template.xsn"
name="urn:schemas-microsoft-com:office:infopath:LoanApplications:http---
LoansProcessor-LoanApp" language="en-us" ?><?mso-application
progid="InfoPath.Document" versionProgid="InfoPath.Document.2"?>
So where do I get this information ?
ADVENTUREWORKS\BizTalkHost service account also need to be added to SharePoint site:
1.Go to your SharePoint site http://BIZTALKDEMO/
2.Go to Site Settings
3.Go to Site Administration
4.Click on Manage site groups
5.Click on Contributors
6.Add Members...(ADVENTUREWORKS\BizTalkHost)
7.Add \Sharepoint Enabled Hosts
8.Restart BizTalk host instance from the Admin MMC

Error while publishing Lightswitch application remotely from Windows 7 PC to Windows 2003 Server having IIS 6.0

I am trying to publish a Light Switch 2012 application as Web Application from Windows 7 PC to Windows 2003 IIS server, .Net Framework 4.0
The publish Summary as follows
Application Name - User Test
Application Version - 1.0.6.0
Application Type : Browser
Application Server : IIS Server
Authentication : Windows Authentication
Database : Do not publish
Error details while publishing with the option "IIS server has lightswitch deployment prerequisites installed".
============================================================================
102 Web deployment task failed. (15/04/2014 16:24:51) An error occurred when the request was processed on the remote computer.)
(15/04/2014 16:24:51) An error occurred when the request was processed on the remote computer. The entry type 'unknown' was not expected at this time. The serialization stream may be corrupted.
When published without the option "IIS server has lightswitch deployment prerequisites installed".
the applications publishes successfully, But when the application is accessed from Browser it says authentication error.
I have searched a number of blogs with the same issue, but none have answered.
Any help will be highly appreciated.
From the errors you can conclude :
Your server does not have lightswitch deployment prerequisites installed.
There is a problem with authentication.
You must further investigate what authentication problem occurs. As the question is now, there is no way to guess what the problem is.
I would suggest the following steps to workaround the authentication error.
Keep the option in the publish wizard i.e "IIS server has lightswitch deployment prerequisites installed". and
1.In publish wizard choose the option "Yes,Create an application
Administrator" and mention your login credentials.
2.Make sure you have rights on the database that you supplied while deploying
the application. for example I use "sa" account to deploy the
database.
3.In webconfig file, makesure you are the admin to the app.
/* !-- If no admin user exists, create an admin user with this user name->
add key="Microsoft.LightSwitch.Admin.UserName" value="DOMAIN\EMPID" />
*/
4. Assuming If you are able to deploy the application with no errors and still get the get authentication info or load error, check the table called [dbo].[aspnet_Applications] in the deployed database and makesure
your app name mentioned in the table data.If not the issue is with
database permissions.
5.Makesure your UserID shown up in the table [dbo].[aspnet_Users]
Hope this information helpful :)

visual studio 2012 publish mvc 4 site to godaddy

From visual studio 2012 i am trying to publish my mvc 4 site to godaddy (windows plesk panel) but cannot get the Connection right.
how do i get this information:
Service Url?
Username - is this my go daddy username and pass?
Destination URL?
i have tried a combination of "www.godaddy.com" and my domain that i purchased, but have not been successful.
i get the following error:
Web deployment task failed. (Could not connect to the remote computer ("[domain]"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE.)
i then tried the IP that Go daddy said my site was on and i got UserNotAdmin:
Error 1 Web deployment task failed. (Connected to '[ip]' using the Web Deployment Agent Service, but could not authorize. Make sure you are an administrator on '[ip]'. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_NOT_ADMIN.)
any information on how to upload the site step by step would be cool (im a big noob at this :))

Unable to open Queue from WCF windows service

I have a problem in getting WCF Windows Service reads from un-authenticated public Queue in another server in another domain.
Both servers are Windows Server 2008 R2.
When i set the windows server running user as Network Service , i receive MQ_ERROR_ACCESS_DENIED (0xC00E0025). When i set the user of the windows service to Local System i receive a different error A security package specific error occurred (80070721)
Is there any configuration i'm missing at any of the 2 servers? I enabled DTC at both sides
If you are going cross domain you need to grant receive permissions on the queue to "Anonymous Logon"