The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
MZ
1 year agoNew Contributor III
Outbound Files through SIC Using UNC
Need some ideas on how to out bound files from OS shared folders to a network driver using UNC through SIC (we are upgrading to 8.2 from 7.3). We have SFTP through SIC works already, however, this specific process cannot be replaced by SFTP at this time. I have seen discussions and recommendation about inbounding through SIC only.
5 Replies
- atalecki
OneStream Employee
I have been able to take a file from the OneStream fileshare and transfer it to an on-prem file share. Remote SIC business rules are required for this. I converted the file to a KeyValuePair(Of String, Byte()), and added a key value pair parameter to the SIC remote business rule.
Inside of the remote SIC function, I then used the File.WriteAllBytes("filePath", byte()) function to write the file to fileserver share.
- MZNew Contributor III
Thanks! We got some helps from OneStream remote consulting. The final solution is similar to what you mentioned that compressed data bytes passed over the SIF function as an argument.
- seanglyNew Contributor III
Hi MZ and Atalecki,
Do mind sharing the SIC Function script?
Regards
Related Content
- 3 months ago