Skip to main content


 

Symptoms


Warning on K2 for SharePoint configuration analysis
 

Diagnoses


Verify App Catalogs and Permissions
-----------------------------------
Analysis Result : Passed
App catalogs found on Farm.
Catalog URL : http://devportal.seacorp.com/scapps
User has Shell Access : True
User has Contribute Access : True
URL C:UsersspadmDesktopK2 for SharePoint Application DeploymentConfiguration Analysis ScriptsTestAppCatalogTask.ps1, : Text View script
URL C:Usersk2spsetupAppDataLocalTempK2 Setup LogInstallerTrace161107_1.log, : Text View log file
URL http://technet.microsoft.com/en-us/library/fp161234(v=office.15).aspx, : Text More Information (TechNet)
URL http://community.k2.com/t5/General-K2-Utilities/SharePoint-2013-Health-Check-Script/ba-p/68124, : Text Run the SharePoint Health Check PowerShell Script (unsupported)
Duration: 4.3282092 seconds

Subscription Settings Service Application
-----------------------------------------
Analysis Result : Warning
Some or all Service Instances are not 'Online'.
A Subscription Setting Service Application was found.
DisplayName: SettingsServiceApp
Id: 175d4541-405e-4948-aecd-54b1f40f4658
Status: Online

Service Instance Status:
Id: 32323e51-ef47-466d-b389-6e834905204a
Status: Online
Server: SPServer Name=DEVPORTAL
Id: cae1e5bf-05df-4a4a-87c8-c70dfa49e82a
Status: Online
Server: SPServer Name=DEVSPAPP
Id: 36b71054-7b86-4a8a-9a3b-d10be207a096
Status: Disabled
Server: SPServer Name=DEVSPCACHE
Id: ffac4437-c6fd-4c1a-ae34-2321b151922b
Status: Disabled
Server: SPServer Name=DEVSPSEARCH
URL C:UsersspadmDesktopK2 for SharePoint Application DeploymentConfiguration Analysis ScriptsSubscriptionSettingServiceTask.ps1, : Text View script
URL C:Usersk2spsetupAppDataLocalTempK2 Setup LogInstallerTrace161107_1.log, : Text View log file
URL http://technet.microsoft.com/en-us/library/fp161236(v=office.15).aspx, : Text More Information (TechNet)
URL http://community.k2.com/t5/General-K2-Utilities/SharePoint-2013-Health-Check-Script/ba-p/68124, : Text Run the SharePoint Health Check PowerShell Script (unsupported)
Duration: 1.5781542 seconds

App Management Service Application
----------------------------------
Analysis Result : Warning
Some or all Service Instances are not 'Online'.
An App Management Service Application was found.
DisplayName: App Management Service
Id: 7db35792-6d78-4395-a141-57cfee2dcef2
Status: Online

Service Instance Status:
Id: 8b670dae-39de-4d1c-a186-bd6416c3956a
Status: Online
Server: SPServer Name=DEVPORTAL
Id: 44dc0e33-79f7-4b1c-a601-5f68bd854acf
Status: Online
Server: SPServer Name=DEVSPAPP
Id: 178bf81a-5b11-4031-a182-7feb22fd0afc
Status: Disabled
Server: SPServer Name=DEVSPCACHE
Id: 20387c5b-88d3-4739-8115-567f2cdc18e9
Status: Disabled
Server: SPServer Name=DEVSPSEARCH
URL C:UsersspadmDesktopK2 for SharePoint Application DeploymentConfiguration Analysis ScriptsAppManagementServiceTask.ps1, : Text View script
URL C:Usersk2spsetupAppDataLocalTempK2 Setup LogInstallerTrace161107_1.log, : Text View log file
URL http://technet.microsoft.com/en-us/library/fp161236(v=office.15).aspx, : Text More Information (TechNet)
URL http://community.k2.com/t5/General-K2-Utilities/SharePoint-2013-Health-Check-Script/ba-p/68124, : Text Run the SharePoint Health Check PowerShell Script (unsupported)
Duration: 0.4062601 seconds

The 2 servers that are disabled are a SharePoint Search server and a Cache server. I assume these are not required for K2 to operate. Just want to be sure.

Thanks,
Steven E Chase

 

Resolution

Issue:
Warning on K2 for SharePoint configuration analysis

Diagnosis:
When trying to register app in app catalog, page is not displaying correctly. In Chrome it is asking for authentication.
After researching, we found that the SharePoint site did not have a root site. After creating root site, the registration wizard started but we received an error. After running the following Powershell commands we were able to register,deploy, and activate K2.
Get-SPSecurityTokenServiceConfig
$c.AllowMetadataOverHttp = $true
$c.AllowOAuthOverHttp= $true
$c.Update()

Resolution:
Activated and tested K2
 




 
Be the first to reply!

Reply