GitHub user dmainou added a comment to the discussion: "Error decoding password using AES" - occurs intermittently
Without being able to looka at your pipeline it is hard. Take this into consideration. Hop is a streaming platform, this means that when executing a pipeline everything happens at the same time. Therefore, there is a chance that Hop is trying to connect to the DB before you have a chance to decrypt the password. My 2 c is that you lans the password upstream, decrypt if necessary than set it either as a parameter downstream or an environment variable. The variable can then be passed to your DB connection either as part of the solution or as a single row. GitHub link: https://github.com/apache/hop/discussions/5636#discussioncomment-14217108 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org