ContributionsMost RecentMost LikesSolutionsRe: Transition WinSCP operations to SSH.Net Hello! Great question; WinSCP, indicated by the name, has dependencies on Windows which will unlikely be used in as an underpinning operating system in future releases as some context as to the w...Re: SIC Online or Offline? Hopefully you were able to resolve this -- As Joakim suggested, there could be network devices that we've seen that have lower idle timeout thresholds that occasionally interfere. Also, we have revi...Re: SIC Password and API keys are stored in a plain text file mithun_laha , We have an example posted to connect without a remote business rule using a feature of SIC called direct connect. This works well for SFTP connections and could be employed to si...Re: SIC Password and API keys are stored in a plain text file Hello mithun_laha , Can you provide a brief example of what calls you're making in your code? Is it the remote BR that is returning this failure? Re: Smart Connector with access to SMB Fileshare MZ , I have a working example for you -- have to do some tricks to convert the file to base64 encoded string to pass it over but it works. public object Main(SessionInfo si, BRGlobals global...Re: Smart Connector with access to SMB Fileshare Ahh -- so you are egressing data; not ingesting. Do you know how large these files could potentially be? Re: Smart Connector with access to SMB Fileshare No problem MZ. The example code does return bytes; I could provide an example to save those bytes into the OS fileshare when it's retrieved if that would help. What are you doing with this data tod...Re: Smart Connector with access to SMB Fileshare Hello MZ , Good question; one thing worth noting is that while this path may functionally work, using SMB/CIFS over a WAN/VPN could have poor performance especially if the file sizes are small. Th...Re: SIC Password and API keys are stored in a plain text file You can simply run the windows service under an appropriate active directory user account and any connection to a relational database with a connection string using integrated or trusted security. ...Re: OneStream SAP Connector Question Using SIC as a pathway to interact/extract data from on-prem hosted instances of SAP is a supported scenario. We support this using a remote business rule in SIC and have a new Marketplace solution ...