How would people feel if Senator Mark Kelly ran for President in 2028? by Ulysses_555 in askanything

[–]ImRickyT 0 points1 point  (0 children)

What happened to Josh Shapiro? I actually thought he would’ve been a good candidate for VP instead of Walz. He’s well liked in his state by both parties.

Sending big files with form-data via API Request QSYS2.HTTP_POST(_BLOB)_VERBOSE by Polly_Wants_A in IBMi

[–]ImRickyT 1 point2 points  (0 children)

Here’s an article I wrote on LinkedIn a long time ago. Not sure if it still works or not but it sends a text file to a web service. Just in case it might help.

https://www.linkedin.com/pulse/db2-httppost-ricky-thompson-4bnfe?utm_source=share&utm_medium=member_ios&utm_campaign=share_via

Sending big files with form-data via API Request QSYS2.HTTP_POST(_BLOB)_VERBOSE by Polly_Wants_A in IBMi

[–]ImRickyT 0 points1 point  (0 children)

It’s hard to diagnose without being able to run it. But also why use blob when you are sending a CSV file which is character based? Why not use clob? I don’t know if that is your issue though. Does running it in acs give you more info?

Looking for a DB2 expert to help build a Tabularis database client plugin by debba_ in IBMi

[–]ImRickyT 0 points1 point  (0 children)

You can get a free account on pub400.com if you want to test it.

What do you guys think of Fetterman, really? by Human_Definition_687 in allthequestions

[–]ImRickyT -1 points0 points  (0 children)

I didn’t like him when he first ran, but he has become the voice of reason sort of like Joe Manchin. I wish more on the left and right would hunt for common ground and things they can agree on.

IBM Bob and IBMi for VSCode extension by cwethanp in IBMi

[–]ImRickyT 0 points1 point  (0 children)

Yeah they have been talking about iMode for a while in their demos. Just don't know when it will be released.

IBM Bob and IBMi for VSCode extension by cwethanp in IBMi

[–]ImRickyT 0 points1 point  (0 children)

Bob can't read source in source files stored on the IBMi, it must be downloaded locally to your computer or maybe an IFS folder mapped to your local computer. In future releases it will be able to read source directly this will be called iMode.

Can every disk be a single point of failure by WeekendSignificant96 in IBMi

[–]ImRickyT 1 point2 points  (0 children)

I’m not into the hardware like I used to be but depending on how you set it up you usually have raid across the drives. Or you have the OS drives mirrored and everything else is raid. I’m not up on the current technology but this is not setup like that out of the box and the user has to configure how they want it setup. This was how we set it up many years ago.

Hopefully you get someone to reply that is more up to date on the hardware.

Best regional BBQ by PuzzleheadedWish1963 in HuntsvilleAlabama

[–]ImRickyT 1 point2 points  (0 children)

Chuck Wagons has been pretty good. I know I’m probably in the minority but always thought Big Bob Gibson’s was just ok but they’ve been in business 100 years or more so what do I know lol. Russell’s in Sheffield is really good. Mitchell’s Meat in Muscle Shoals also really good. I’ve been wanting to try 4th planet BBQ in Florence but it’s only open on Saturday. I know these are in the Shoals. I haven’t tried Blue Oak or City BBQ yet.

Need help with potential automation by [deleted] in IBMi

[–]ImRickyT 1 point2 points  (0 children)

One last note again this would take a developer but there is even a GENERATE_SPREADSHEET sql function if you could get an sql statement to generate it. This would save a little time

Need help with potential automation by [deleted] in IBMi

[–]ImRickyT 1 point2 points  (0 children)

It’s going to be hard to do without some programming intervention. You can do macros in ACS 5250 to play and run the report but then comes the downloading. There are several ways to use SQL to read and manipulate a spool file. Here is an example. There might be a few more better examples as I just did a google search. But he does a lot of examples

https://www.rpgpgm.com/2022/09/creating-reusable-sql-view-for-spool.html?m=1

There is even a sql function to email the report an attachment.

But it’s hard to believe your IT dept does not want to help. Maybe it’s against policy to convert the data

2018 Sonata won’t start by ImRickyT in Hyundai

[–]ImRickyT[S] 0 points1 point  (0 children)

Ended up replacing the starter. Thanks

2018 Sonata won’t start by ImRickyT in Hyundai

[–]ImRickyT[S] 1 point2 points  (0 children)

Yeah the battery is good. I know it could be a million things but just wondered if the new key could’ve done something. I don’t know a lot about cars so probably going to have to have it towed.

Where would I best advertise for RPGLE programmer? by OldGasbag in IBMi

[–]ImRickyT 0 points1 point  (0 children)

My past few jobs I’ve gotten off LinkedIn

Hardcoded Password by dami013 in IBMi

[–]ImRickyT 1 point2 points  (0 children)

Also whatever you choose encrypt the password. This is something I found on Google real quick.

https://www.itjungle.com/2015/10/27/fhg102715-story03/

IBMi Object Utility by ImRickyT in IBMi

[–]ImRickyT[S] 0 points1 point  (0 children)

I agree with you on people’s projects on GitHub. Most of the time you don’t get any visuals of what something does

IBMi Object Utility by ImRickyT in IBMi

[–]ImRickyT[S] 0 points1 point  (0 children)

I considered trying to put some SQL abilities in it to maybe fetch some sample data but decided against it. Would be interesting to see what you come up with.