< Back
Set-ISHIntegrationWorldServer
Post
NAME Set-ISHIntegrationWorldServer
SYNOPSIS
Sets configuration of WorldServer.
SYNTAX
Set-ISHIntegrationWorldServer -Name <string> -Uri <string> [-MaximumJobSize <int>] [-RetriesOnTimeout <int>]
[-Timeout <TimeSpan>] [-SOAP <SwitchParameter>] -Mappings <ISHLanguageToWorldServerLocaleIdMapping[]> -Credential
<PSCredential> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHIntegrationWorldServer cmdlet sets configuration of WorldServer.
PARAMETERS
-Name <string>
The name (alias) of WorldServer.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Uri <string>
The Uri to WorldServer.
Required? true
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
-Timeout <TimeSpan>
The HTTP timeout (Used for REST client only).
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-SOAP <SwitchParameter>
The type of the API Protocol.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Mappings <ISHLanguageToWorldServerLocaleIdMapping[]>
The mapping between trisoftLanguage and worldServerLocaleId.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The credential that will be set.
Required? true
Position? named
Default value
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-ISHIntegrationWorldServer -ISHDeployment $deployment -Name "ws1" -Uri "https:\\\\ws1.sd.com" -Credential
$credential -MaximumJobSize 5242880 -RetriesOnTimeout 3 -Mapping $mapping
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 WorldServer 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 $credential is a set of security
credentials, such as a user name and a password. Parameter $mapping is a object with pair of properties, where
ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationWorldServerMapping cmdlet.
RELATED LINKS
New-ISHIntegrationWorldServerMapping
Set-ISHServiceTranslationOrganizer
Remove-ISHIntegrationWorldServer
SYNOPSIS
Sets configuration of WorldServer.
SYNTAX
Set-ISHIntegrationWorldServer -Name <string> -Uri <string> [-MaximumJobSize <int>] [-RetriesOnTimeout <int>]
[-Timeout <TimeSpan>] [-SOAP <SwitchParameter>] -Mappings <ISHLanguageToWorldServerLocaleIdMapping[]> -Credential
<PSCredential> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHIntegrationWorldServer cmdlet sets configuration of WorldServer.
PARAMETERS
-Name <string>
The name (alias) of WorldServer.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Uri <string>
The Uri to WorldServer.
Required? true
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
-Timeout <TimeSpan>
The HTTP timeout (Used for REST client only).
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-SOAP <SwitchParameter>
The type of the API Protocol.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Mappings <ISHLanguageToWorldServerLocaleIdMapping[]>
The mapping between trisoftLanguage and worldServerLocaleId.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The credential that will be set.
Required? true
Position? named
Default value
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-ISHIntegrationWorldServer -ISHDeployment $deployment -Name "ws1" -Uri "https:\\\\ws1.sd.com" -Credential
$credential -MaximumJobSize 5242880 -RetriesOnTimeout 3 -Mapping $mapping
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 WorldServer 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 $credential is a set of security
credentials, such as a user name and a password. Parameter $mapping is a object with pair of properties, where
ISHLanguage is InfoShare language identifier retrieved from New-ISHIntegrationWorldServerMapping cmdlet.
RELATED LINKS
New-ISHIntegrationWorldServerMapping
Set-ISHServiceTranslationOrganizer
Remove-ISHIntegrationWorldServer