ContributionsMost RecentMost LikesSolutionsRe: 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 Hellomithun_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 problemMZ. 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 HelloMZ, 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 ...Re: SIC Password and API keys are stored in a plain text file This is in fact a supported scenario to help with this situation. The option for the connection string you would use is called 'integrated security' and would allow the user-account the SIC service ...Re: Smart Connector with access to SMB Fileshare Apologizes for the delay in a response! SIC Would work for this scenario using Smart Integration Functions. You can invoke these to pick-up remote data from file shares up to 500-600mb or so and ...