ContributionsMost RecentMost LikesSolutionsRe: Need physical path to file Unfortunately, I cannot send you the BR but can provide some sample code for you. Please note that the following two DLL files (provided by purchasing the DidiSoft software) need to be placed into th...Need physical path to file I am implementing a BR that pulls a file from FTP. The file is encrypted so I need to decrypt it using a third party library. In order to decrypt it, I need to pass in a physical path to the PGP key ...SolvedRe: Need physical path to file My pleasure Re: Need physical path to file Hi KKGamer, Not sure why but I'm unable to reply to this thread. Send an email to hrunyon@compintelligence.comand I'll send you what you need. Thanks, Re: Need physical path to file Hi KKGamer, OneStream does not include the ability to do thePGP decryption/encryption out of the box, that I know of anyway. Wehave a third party component called DidiSoft that we use for other ap...Re: Need physical path to file Actually I got it. I was uploading the file to the application DB folder vs. the File Share folder. I was able to get everything to work. Re: REST API stopped working after upgrade to 7.1 I am also having the same issue, did you ever get this resolved? Thank you in advance. Re: Create Table As Select You can try and create the table first and then do the insert like... Using dbConn As DbConnInfoApp = BRApi.Database.CreateApplicationDbConnInfo(si) 'Create the table, only need this once Dim sqlD...Re: Update Task via Connector BR Hifranciscoamores, Thank you for this, I'm almost there. I can get the taskID via the your snippet but found out the TaskActivityID property on the ExtendedArgs class is READ-ONLY. I'll keep trying...Re: Update Task via Connector BR Thank you. My issue is that I cannot simply add a parameter to the Connector entry point. I need to declare the object and set the TaskActivityID correctly. I just cannot find out what the ID is, as ...