< Back
Set-ISHIntegrationTMS
Post
NAME Set-ISHIntegrationTMS
SYNOPSIS
Sets configuration of TMS.
SYNTAX
Set-ISHIntegrationTMS -Name <string> -Uri <string> [-UseSsl <bool>] [-MaximumJobSize <int>] [-RetriesOnTimeout
<int>] -Mappings <ISHLanguageToTmsLanguageMapping[]> -Templates <TmsTemplate[]> [-RequestMetadata
<ISHFieldMetadata[]>] [-GroupMetadata <ISHFieldMetadata[]>] -ApiKey <string> -SecretKey <string> -Credential
<PSCredential> [-HttpTimeout <TimeSpan>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
Set-ISHIntegrationTMS -Name <string> -Uri <string> [-UseSsl <bool>] [-MaximumJobSize <int>] [-RetriesOnTimeout
<int>] -Mappings <ISHLanguageToTmsLanguageMapping[]> -Templates <TmsTemplate[]> [-RequestMetadata
<ISHFieldMetadata[]>] [-GroupMetadata <ISHFieldMetadata[]>] -Credential <PSCredential> [-HttpTimeout <TimeSpan>]
[-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHIntegrationTMS cmdlet sets configuration of TMS.
PARAMETERS
-Name <string>
The name (alias) of TMS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Uri <string>
The Uri to TMS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-UseSsl <bool>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MaximumJobSize <int>
The max value of total size in bytes of uncompressed external job (externalJobMaxTotalUncompressedSizeBytes).
Required? false
Position? named
Default value 5242880
Accept pipeline input? false
Accept wildcard characters? false
-RetriesOnTimeout <int>
The number of retries on timeout.
Required? false
Position? named
Default value 3
Accept pipeline input? false
Accept wildcard characters? false
-Mappings <ISHLanguageToTmsLanguageMapping[]>
The mapping between ISHLanguage and TmsLanguage.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Templates <TmsTemplate[]>
The TMS templates.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RequestMetadata <ISHFieldMetadata[]>
The requested metadata.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-GroupMetadata <ISHFieldMetadata[]>
The grouping metadata.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ApiKey <string>
API key that is associated with a user.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SecretKey <string>
Secret - API key encrypted using HMACSHA256 with the password.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The user credential to get access to TMS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-HttpTimeout <TimeSpan>
The HTTP timeout.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-ISHDeployment <ISHDeployment>
Specifies the name or instance of the Content Manager deployment.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>Set-ISHIntegrationTMS -ISHDeployment $deployment -Name "ws1" -Uri "https:\\\\ws1.sd.com" -MaximumJobSize
5242880 -RetriesOnTimeout 3 -ApiKey "someApiKey" -SecretKey "someSecretKey" -Mapping $mapping -Templates $templates
This command enables the translation organizer windows service. Parameter -MaximumJobSize is the max value of
total size in bytes of uncompressed external job. In the TMS configuration section, this parameter has name
"externalJobMaxTotalUncompressedSizeBytes". Parameter $deployment is a deployment name or an instance of the
Content Manager deployment retrieved from Get-ISHDeployment cmdlet. Parameter $mapping is a object with pair of
properties, where ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationTMSMapping cmdlet.
RELATED LINKS
New-ISHIntegrationTMSMapping
New-ISHIntegrationTMSTemplate
New-ISHFieldMetadata
Remove-ISHIntegrationTMS
SYNOPSIS
Sets configuration of TMS.
SYNTAX
Set-ISHIntegrationTMS -Name <string> -Uri <string> [-UseSsl <bool>] [-MaximumJobSize <int>] [-RetriesOnTimeout
<int>] -Mappings <ISHLanguageToTmsLanguageMapping[]> -Templates <TmsTemplate[]> [-RequestMetadata
<ISHFieldMetadata[]>] [-GroupMetadata <ISHFieldMetadata[]>] -ApiKey <string> -SecretKey <string> -Credential
<PSCredential> [-HttpTimeout <TimeSpan>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
Set-ISHIntegrationTMS -Name <string> -Uri <string> [-UseSsl <bool>] [-MaximumJobSize <int>] [-RetriesOnTimeout
<int>] -Mappings <ISHLanguageToTmsLanguageMapping[]> -Templates <TmsTemplate[]> [-RequestMetadata
<ISHFieldMetadata[]>] [-GroupMetadata <ISHFieldMetadata[]>] -Credential <PSCredential> [-HttpTimeout <TimeSpan>]
[-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHIntegrationTMS cmdlet sets configuration of TMS.
PARAMETERS
-Name <string>
The name (alias) of TMS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Uri <string>
The Uri to TMS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-UseSsl <bool>
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MaximumJobSize <int>
The max value of total size in bytes of uncompressed external job (externalJobMaxTotalUncompressedSizeBytes).
Required? false
Position? named
Default value 5242880
Accept pipeline input? false
Accept wildcard characters? false
-RetriesOnTimeout <int>
The number of retries on timeout.
Required? false
Position? named
Default value 3
Accept pipeline input? false
Accept wildcard characters? false
-Mappings <ISHLanguageToTmsLanguageMapping[]>
The mapping between ISHLanguage and TmsLanguage.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Templates <TmsTemplate[]>
The TMS templates.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RequestMetadata <ISHFieldMetadata[]>
The requested metadata.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-GroupMetadata <ISHFieldMetadata[]>
The grouping metadata.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ApiKey <string>
API key that is associated with a user.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SecretKey <string>
Secret - API key encrypted using HMACSHA256 with the password.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The user credential to get access to TMS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-HttpTimeout <TimeSpan>
The HTTP timeout.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-ISHDeployment <ISHDeployment>
Specifies the name or instance of the Content Manager deployment.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>Set-ISHIntegrationTMS -ISHDeployment $deployment -Name "ws1" -Uri "https:\\\\ws1.sd.com" -MaximumJobSize
5242880 -RetriesOnTimeout 3 -ApiKey "someApiKey" -SecretKey "someSecretKey" -Mapping $mapping -Templates $templates
This command enables the translation organizer windows service. Parameter -MaximumJobSize is the max value of
total size in bytes of uncompressed external job. In the TMS configuration section, this parameter has name
"externalJobMaxTotalUncompressedSizeBytes". Parameter $deployment is a deployment name or an instance of the
Content Manager deployment retrieved from Get-ISHDeployment cmdlet. Parameter $mapping is a object with pair of
properties, where ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationTMSMapping cmdlet.
RELATED LINKS
New-ISHIntegrationTMSMapping
New-ISHIntegrationTMSTemplate
New-ISHFieldMetadata
Remove-ISHIntegrationTMS