We are having an issue with getting over MUSE waveforms through Cloverleaf WHEN they hit a certain size. In our test environment (which produces OBX-5 data that is about 90k large) our TCL code works fine, the waveform comes in, we UUDECODE it then BASE64 encode it to send over to our Webblob.
However our PROD MUSE produces waveform data that hits between 180k-200k and we are failing to get these through the TCL. Debugging this the issue is the UUDECODE- data is fine right before the UUDECODE line but we end up with null data once the UUDECODE is run.
I know the data itself is valid since I can take it and run it through a similar TCL proc locally using Komodo but for whatever reason we can’t get the same code to work on Cloverleaf.
Does anyone have any ideas? Maybe a max string size we are running into? Thanks!