Subcomponent Information

Configuration Object Model Application Block for .NET

7.6.x

Genesys Telecommunications Laboratories, Inc. © 2008–2013

Contents

Introduction

Subcomponent Version AIX HP-UX Linux Solaris Tru64 UNIX Windows
7.6.201.09 [04/18/13] – Hot Fix           X
7.6.201.08 [06/08/12] – Hot Fix           X
7.6.201.07 [11/05/10] – Hot Fix           X
7.6.201.06 [05/28/10] – Hot Fix           X
7.6.201.05 [11/13/09] – Hot Fix           X
7.6.201.04 [10/02/09] – Hot Fix           X
7.6.201.03 [07/31/09] – Hot Fix           X
7.6.201.02 [02/20/09] – General           X
7.6.200.10 [12/17/08] – General           X
7.6.000.08 [02/29/08] – General           X

Known Issues and Recommendations


Introduction

This document applies to all 7.6 releases of the Configuration Object Model (COM) Application Block for .NET subcomponent that are specified in the Contents (above). For a list of other .NET Platform SDK subcomponents, or to read about the .NET Platform SDK in general, see the Platform SDK & Application Blocks for .NET Release Note.

Note: Genesys follows applicable third-party redistribution policies to the extent that Genesys solutions utilize functionality of commercial or non-commercial third parties.


Release Number 7.6.201.09 [04/18/13] – Hot Fix

New in This Release
Corrections and Modifications

New in This Release

This is a hot fix for this product. This section describes new features that were introduced in this release of the Configuration Object Model Application Block for .NET.

Corrections and Modifications

There are no corrections or modifications in this release.

Top of Page


Release Number 7.6.201.08 [06/08/12] – Hot Fix

New in This Release
Corrections and Modifications

New in This Release

This is a hot fix for this product. This section describes new features that were introduced in this release of the Configuration Object Model Application Block for .NET.

Corrections and Modifications

There are no corrections or modifications in this release.

Top of Page


Release Number 7.6.201.07 [11/05/10] – Hot Fix

New in This Release
Corrections and Modifications

New in This Release

This is a hot fix for this product. This section describes new features that were introduced in this release of the Configuration Object Model Application Block for .NET.

Corrections and Modifications

There are no corrections or modifications in this release.

Top of Page


Release Number 7.6.201.06 [05/28/10] – Hot Fix

New in This Release
Corrections and Modifications

New in This Release

This is a hot fix for this product. This section describes new features that were introduced in this release of the COM Application Block for .NET.

Corrections and Modifications

There are no corrections or modifications in this release.

Top of Page


Release Number 7.6.201.05 [11/13/09] – Hot Fix

New in This Release
Corrections and Modifications

New in This Release

This is a hot fix for this product. This section describes new features that were introduced in this release of the COM Application Block for .NET.

Corrections and Modifications

There are no corrections or modifications in this release.

Top of Page


Release Number 7.6.201.04 [10/02/09] – Hot Fix

New in This Release
Corrections and Modifications

New in This Release

This is a hot fix for this product. This section describes new features that were introduced in this release of the COM Application Block for .NET.

Corrections and Modifications

This release includes the following corrections and modifications:


Users can now move Person objects into folders that are not empty with the COM Application Block. Previously, Person objects could only be moved into empty folders. (ER# 231731789)


The QuickStart Application included with this release includes the required app.config file. (ER# 232418431)


Top of Page


Release Number 7.6.201.03 [07/31/09] – Hot Fix

New in This Release
Corrections and Modifications

New in This Release

This is a hot fix for this product. This section describes new features that were introduced in this release of the COM Application Block for .NET.

Corrections and Modifications

There are no corrections or modifications in this release.

Top of Page


Release Number 7.6.201.02 [02/20/09] – General

New in This Release
Corrections and Modifications

New in This Release

There are no restrictions for this release. This section describes new features that were introduced in this release of the COM Application Block for .NET.

Corrections and Modifications

There are no corrections or modifications in this release.

Top of Page


Release Number 7.6.200.10 [12/17/08] – General

New in This Release
Corrections and Modifications

New in This Release

There are no restrictions for this release. This section describes new features that were introduced in this release of the COM Application Block for .NET.

Corrections and Modifications

This release also includes the following corrections and modifications:


Access groups can now be updated normally. Previously, this resulted in a Configuration Server error. (ER# 197687172)


The COM Application Block for .NET now allows you to add a DN to a DN Group without an error occurring. (ER# 193501339)


Members can now be successfully added to access groups. Previously, this resulted in a Configuration Server error. (ER# 194505624)


The COM Application Block for .NET has been updated to handle access group operations correctly. Previously, an error could occur when trying to clear all members from an access group. (ER# 135663794)


The COM Application Block for .NET can now delete switch access codes correctly. Previously, an error sometimes occurred. (ER# 192084041)


You can now use the COM Application Block for .NET to update Solution objects in Configuration Server. (ER# 172659741)


Top of Page


Release Number 7.6.000.08 [02/29/08] – General

New in This Release
Corrections and Modifications

New in This Release

There are no restrictions for this release. This section describes new features that were introduced in the initial 7.6 release of the COM Application Block for .NET.

Corrections and Modifications

This release includes the following corrections and modifications that were made between Release 7.5 or earlier releases and the initial 7.6 release:


Deleting a CfgCampaignGroup no longer causes an ArgumentException to be thrown. (ER# 108177111)


The Id property of CfgPortInfo can now be initialized. (ER# 107676517)


The AppType and AppRank properties of CfgPersonRank can now be initialized. (ER# 107676514)


The Name and Code properties of CfgSubcode can now be initialized. (ER# 107653991)


The CfgCampaignGroupQuery class now includes a CampaignDbid property. (ER# 100539441)


The SaveObject(AppOfType(TServer)) method no longer removes the switch from AppOfType(Tserver) in Configuration Server. (ER# 119418241)


Top of Page


Known Issues and Recommendations

This section provides the latest information on known issues and recommendations associated with this product.


The QuickStart Application that is included with the COM Application Block for .NET 7.6.201.03 is missing the required app.config file. This file should be located in the <Platform SDK Installation>\ApplicationBlocks\Com\QuickStart folder, and should contain the following text:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <!-- The configuration server URI -->
    <add key="Uri" value="tcp://yourhost:yourport"/>
    <!-- The client name with which to connect to configuration server -->
    <add key="ClientName" value="StarterApp"/>
    <!-- The value should be a string representation of a member of the CfgAppType enum found in the Configuration protocol library -->
    <add key="ClientType" value="CFGAgentDesktop"/>
    <!-- The user name with which to connect to configuration server -->
    <add key="UserName" value="default"/>
    <!-- The password with which to connect to configuration server -->
    <add key="Password" value="password"/>
  </appSettings>
</configuration>

(ER# 232418431)

Found In: 7.6.201.03 Fixed In: 7.6.201.04

You cannot use the COM Application Block for .NET to update Solution objects in Configuration Server. (ER# 172659741)

Found In: 7.6.000.08 Fixed In: 7.6.200.10

It is not possible to use the COM Application Block for .NET to remove an account (ACE) from an object's Access Control List (ACL). (ER# 122871490)

Found In: 7.5.000.11 Fixed In: 

Top of Page