CosmosDB로의 Azure 마이그레이션 프로젝트에서 '지정되지 않음' 오류가 발생합니다.

CosmosDB로의 Azure 마이그레이션 프로젝트에서 '지정되지 않음' 오류가 발생합니다.

Mongodb 서버를 Azure Cosmos로 마이그레이션하려고 합니다. Azure Database Migration Services에서 마이그레이션 서비스를 만들었으며 다음 설정을 사용하여 프로젝트를 만들려고 합니다.

Source server name: my server
Server port: 27017
User Name: user
Password: password

오류가 발생했습니다. 연결 오류인 것 같습니다. 내 설정에 따르면 연결 문제가 없어야 한다고 생각하지만 마이그레이션 서비스에서 일부 정보가 누락되었기 때문에 오류가 발생한 것 같습니다.

오류 추적은 다음과 같은 문제로 시작됩니다.

Error type
Failed to connect, please check error details
Error Detail
The connection timed out. Possible reasons for this include
the address and/or port was not correct or the server is not running.
A timeout occured after 30000ms selecting a server using 
CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, 
LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }.
Client view of  cluster state is { ClusterId : "2", ConnectionMode : "Automatic",
Type : "Unknown", State : "Disconnected", Servers : 
[{ ServerId: 
"{ ClusterId : 2, EndPoint : "Unspecified/<my server>:27017" }",
EndPoint: "Unspecified/<my server>:27017"

Unspecified나는 그것이 어디서 나오는지 이해하지 못합니다 . 제가 구성하지 않은 것 같은데 이 오류를 제거하려면 무엇을 구성해야 하는지 모르겠습니다.

/services/MigrationServiceMongo/projects/MigrationMongoTest/tasks/SqlConnect... Azure로 전송된 요청의 네트워크 트래픽을 확인한 결과, 요청에서 입력으로 입력으로 입력 dataSource되어야 하는 항목이 채워져 있지만 비어 있는 것을 확인했습니다 serverName. 그것도 관련이 있는 것 같아요.

어떤 아이디어가 있나요?

관련 정보