I need to connect to Oracle Database from the Octopus Powershell Add script
When i do that i am receiving a bad image exception when i tried to do this manually from the32bit powershell in the server it is working as expected.
Could you please provide me the solution on how to force Powershell step in Octopus Process to work with 32Bit powershell
While there’s no way to call the 32 bit version of powershell directly from Octopus, but you can achieve this by running a script that calls the 32 bit version of powershell to execute your intended process.