cancel
Showing results for 
Search instead for 
Did you mean: 

SUP 2.0 new obscure parameters

Former Member
0 Kudos

Hi experts

In the SUP 2.0 there is a property Bulk Load. I am using Mbs (DOE+SUP), what is the diference between Bulk Load and not use Bulk Load ?

Other new parameter is "streaming" , How do i use it in DOE+SUP ?

Anybody know some adtional documentation about these new feature ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Search System Administration for references to "stream parameter." The topic Verifying Device Client

HTTPS Setup provides this sample code for setting stream parameter:

"url_suffix=/ias_relay_server/client/rs_client.dll/

[SUP_FARM_ID];tls_type=RSA;trusted_certificates=rsa_root.crt;identi

ty=id_client.pem;identity_password=pwd;"

Ensure the application code has been modified to use the HTTPS protocol, port, and

stream parameters (with or without a relay server as is appropriate for your environment).

u2022 If you use relay server, and followed the previous steps in the Encrypting Replication-

Based Synchronization Connections task workflow, the application developer uses

these settings in the code to connect to the relay server's secure port. For example:

u2022 Port u2013 443.

u2022 Protocol u2013 HTTPS (this is equivalent to the MobiLink stream type).

u2022 Stream parameter u2013

"url_suffix=/ias_relay_server/client/rs_client.dll/

[SUP_FARM_ID];tls_type=RSA;trusted_certificates=rsa_r

oot.crt;identity=id_client.pem;identity_password=pwd;

"

Note: The identity=id_client.pem;identity_password=pwd

segments of the stream parameter are only required if you use a relay server HTTPS

port (requires client certificate mutual authentication). This configuration allows

the relay server to block denial-of-service attacks at the periphery of you network,

should you require that degree of security.