ContributionsMost RecentMost LikesSolutionsRe: SQL server snap - Unexpected Re-throwing connection error “Unexpected rethrowing” is an SSL exception raised by the Java runtime (v11). A full stack trace would be helpful to troubleshoot this further. I recommend creating a support ticket to resolve this. At the bottom of Getting Help | SnapLogic, you’ll see links to our online support portal. SnapLogic Getting Help Automate employee workflows from talent management to employee on and offboarding, all in one platform. Re: SQL server snap - Unexpected Re-throwing connection error Thank you for trying these things. Frustrating I’m sure. Let me do a little more investigation. I will post another update today. If that doesn’t help you, I’ll recommend creating a support ticket as the next step. This seems configuration or environment related. Re: SQL server snap - Unexpected Re-throwing connection error A couple things to try on your Groundplex. If you don’t specify a JDBC jar, the SQL Server snap pack will use the jdbc driver bundled with the snap pack (a 4.0 driver). So, try that if you haven’t already. Try adding this property to the Url Properties at the bottom of the account. trustServerCertificate=true If neither of the above help, let’s trying pinning the TLS version. Add this property to Url Properties. Try v1 then v1.2. I’m not sure of TLS version enabled for 2016 sql server. sslProtocol=TLSv1 OR sslProtocol=TLSv1.2 Let us know results. Re: SQL server snap - Unexpected Re-throwing connection error Hi @tharunm You had posted a previous message in community with less information. This connection error is being returned from the SQL server driver. “null” is suspect here, and suggests something isn’t defined or can’t be reached. It may be a firewall issue. I assume you’ve verified the credentials. Can you verify that you are indeed able to connect to this host and port. https://social.msdn.microsoft.com/Forums/sqlserver/en-US/1300d370-3736-431b-8912-a0152779453c/unable-to-open-port-no1433?forum=sqlgetstarted Re: "Fail safe upon execution" checkbox in the Type Converter @Vladyslav This is a new feature that was added in December 2021. I’m less familiar with this snap but see the checkin comment stating that the new checkbox converts data into a string if the type is not compatible. The ticket has been updated requesting documentation to be updated too. Re: NetSuite always trowing an error even if the bill is created successfully Hi @Alix : This might require a bit more investigation. The stack trace is helpful, but the error message is from Netsuite. The message indicates a duplicate reference number for the vendor, but you recognize this and it appears you have tried many such numbers. I’m less familiar with Netsuite setup, so not sure if this can be fixed there. I would suggest logging a support ticket. We have many folks who are well versed in Netsuite. You can copy and paste this message into the ticket. SnapLogic Getting Help Automate employee workflows from talent management to employee on and offboarding, all in one platform. Re: Kubernetes for snaplogic - custom metrics not working @Igor_Bozhinovski Could you please create a support ticket to resolve this issue ? You can copy and paste what you’ve provided here. I’m sorry to have to ask you to do this, but with the holidays, absences, etc… I’m afraid the response time here may be delayed. Logging a support ticket will ensure traction on this issue. Happy Holidays! SnapLogic Getting Help Automate employee workflows from talent management to employee on and offboarding, all in one platform. Re: Is there a way to update the Mainframe IMS tables using Snaplogic Hi @Sanssnap I don’t think this is possible at the moment. However, we do have a CopyBook snap which is able to read from a Mainframe and output JSON. We reached out to the snap maintainers and it would be possible to go the other direction. This work would need to be spec’d and implemented. If you do want to pursue this, speaking with your SnapLogic CSM to discuss an enhancement request is probably a good next step. Re: Kubernetes for snaplogic - custom metrics not working @Igor_Bozhinovski @AnetaTrajkovska Thank you for the information. I’ve passed information along to our K8 team. Re: Kubernetes for snaplogic - custom metrics not working Hi @Igor_Bozhinovski I reached out to our Kubernetes team. They have some questions: Is cluster enabled on the Snaplex manager Nodes tab? ( enable_k8s_auto_scaling ) Could you share your kube-prometheus-stack’s custom_values.yaml and prometheus-adapter’s custom_values.yaml files ? (please mask any sensitive data in these files) What cloud provider are you using? AWS EKS? Another route is to create a support ticket where you’ll probably feel more comfortable sharing your configuration. However, maybe we can solve this with just a little more information. 🙂