Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"Failed creating application activity" error when you use the Test-CsUcwaConference cmdlet in Skype for Business Server 2015


View products that this article applies to.

Symptoms

In a Microsoft Skype for Business Server 2015 environment, you run the Test-CsUcwaConference cmdlet to verify that a pair of users can schedule, join, and then conduct an online conference by using the Unified Communications Web API (UCWA). You may find the test fails and the outputs return a "Failed creating application activity" error message. For example:

$cred1 = Get-Credential "CONTOSO\User1"
$cred2 = Get-Credential "CONTOSO\User2"
Test-CsUcwaConference -OrganizerSipAddress sip:User1@contoso.com -OrganizerCredential $cred1 -ParticipantSipAddress sip:User2@contoso.com -ParticipantCredential $cred2 -TargetFqdn pool.contoso.com
Target Fqdn: pool.contoso.com
Target Uri:
Result: Failure
Latency: 00:00:01.3141048
Error Message : Failed creating application activity.
Inner Exception:One or more errors occurred.
Inner Exception:One or more errors occurred.
Inner Exception:Object reference not set to an instance of an object.

The commands that are shown here test the ability of a pair of users (CONTOSO\User1 and CONTOSO\User2) to participate in a UCWA online conference.

↑ Back to the top


Resolution

To fix this issue, install the January 2019 cumulative update 6.0.9319.537 for Skype for Business Server 2015, Front End Server and Edge Server.

↑ Back to the top


Keywords: kb, kbfix, kbqfe, kbsurveynew, kbexpertiseadvanced, Failed creating application activity, Test-CsUcwaConference

↑ Back to the top

Article Info
Article ID : 4458682
Revision : 7
Created on : 1/4/2019
Published on : 1/8/2019
Exists online : False
Views : 269