Loading

Error "We don't have credentials of all connections in tfl/tflx file" Occurs When Using Microsoft SQL Server With the Command Line(명령줄과 함께 Microsoft SQL Server를 사용할 경우 "모든 연결의 자격 증명이 tfl/tflx 파일에 없습니다." 오류 발생)

게시 일자: Apr 7, 2023
상세 설명

흐름에서 Microsoft SQL Server 데이터를 사용하고 명령줄에서 흐름을 실행하면 다음 오류가 발생합니다.

We don't have credentials of all connections in tfl/tflx file.tfl/tflx The following connection(s) were not      found:******.***********.*******.rds.amazonaws.com(파일의 모든 연결에 대한 자격 증명이 없습니다.. 다음 연결을 찾을 수 없습니다.******.***********.*******.rds.amazonaws.com)

인증 정보 파일은 포트 번호가 포함된 경우 다음과 유사하게 표시됩니다.

{
"databaseConnections":[
{
"hostname":"******.***********.*******.rds.amazonaws.com",
"port":"1433",
"username":"*******",
"password":"*******"
}
]
}

Cause

포트 번호는 Credentials.json 파일에 포함되지 않아야 합니다.

Tableau Prep Builder 인터페이스에서 MS SQL Server에 연결할 때 포트 정보가 없습니다.
사용자가 추가한 이미지
솔루션
Credentials.json 파일의 포트 번호를 삭제하고 새 파일로 명령을 실행합니다.

수정된 인증 정보 파일은 다음과 유사해야 합니다.
{
"databaseConnections":[
{
"hostname":"******.***********.*******.rds.amazonaws.com",
"username":"*******",
"password":"*******"
}
]
}
Knowledge 기사 번호

001475205

 
로드 중
Salesforce Help | Article