ContributionsMost RecentMost LikesSolutionsRe: SFTP Connection with PPK file You're welcome! Re: SFTP Connection with PPK file Hi Kamila, Could you please try the following in the SshPrivateKeyPath: sessionOptions.SshPrivateKeyPath = $"{BRApi.Utilities.GetFileShareFolder(si, FileShareFolderTypes.ApplicationRoot, Nothing)}\...Re: SFTP Connection with PPK file Hi Kamila, Could you please share the code you have for sessionOptions? Kindly ensure that all credentials are removed before sharing. Best regards, Mithun Re: SFTP Connection with PPK file Hi Kamila, I hope this message finds you well. Please follow the steps below to set up the SFTP connection: Save the .ppk file into the fileshare folder. Use the .ppk file in the sessionOptions ...Extract incremental data from cube I am looking to implement an incremental data extraction feature for our cube data. Specifically, I need to extract all data from inception and continue to do so on a quarterly basis, including any u...SFTP Connection with PPK file Hi Everyone, Has anyone worked on establishing an SFTP connection in extensibility rules using a PPK file? I am currently facing an issue where, despite setting the SshPrivateKeyPath property in the...SolvedRe: SIC Password and API keys are stored in a plain text file Hi Ryan, Its working now. I have to use database connection while using BRApi.Utilities.ExecRemoteGatewayBusinessRule Thank you, Mithun Re: SIC Password and API keys are stored in a plain text file Hello, Your assumption is correct. I am using SFTP with WinScp. I have a existing database connection in SIC. Can I use that in BRApi.Utilities.ExecRemoteGatewayBusinessRule Re: SIC Password and API keys are stored in a plain text file I am not sure if the remote BR is giving issue. I tried print the output of the remote BR but didn't get anything. Re: SIC Password and API keys are stored in a plain text file I am trying to connect in SFTP. I did create a smart integration function and calling it from extensibility rules but getting the issue as HostName is not set. ObjectResultValue is null or empty.