・Windowsの資格情報から情報取得(Get Secure Credential) =>済
・取得した情報は、IDはString型、PasswordはSecureString型に格納 =>済
・テストをデバッグで実施 =>エラー発生(SecureString is not recommendedのような内容)
GPTに確認しながら、以下対応中です
・plainPassword = New System.Net.NetworkCredential(“”, securePassword).Passwordなどで、SecureString型をStringに変更 =>そもそもその段階までいっていないためNG
・システムアクティビティは22.4利用中⇒21.x版などのダウングレードも推奨 =>まだ試していません
・OrchestratorのCredentailAssetアクティビティの利用 =>エラー発生(エラーコード:ST-SEC-007"You do not have permission to use the specified credential asset.")=>これもOrchestratorの権限設定かと思いますが、そもそもSecureString型がうまくいってないため、ここを変更しても解消しないと想定
Check if the Credential asset is Robot specific asset. In case it’s configured as robot specific in the orchestrator, make sure you are adding your robot account specific value there.
You can also try creating a separate credential asset to test.