Updating jobs owners, creators and step users in tables TBTCO and TBTCP

In many projects I have been requested at some stage to update all jobs to use the proper batch user, and in some particular cases the clients decided that they wanted the owner and creator of the job to be updated too. I have designed below queries to accomplish such task directly on TBTCO and TBTCP tables:

Como compilar y programar binarios de GnuK en FST-01 (Procesador STM32) utilizando un clon de ST-LINK/V2 con OPENOCD manualmente o automáticamente con los scripts provistos por el repositorio de GnuK

Hace un tiempo adquirí un FST-01 para realizar pruebas de GnuK, durante estas pruebas encontré un problema que requirió re-programar el dispositivo. En este post les voy a describir el procedimiento para realizarlo utilizando la interface ST-LINK/v2 y OPENOCD.

How to compile and flash GnuK binaries to the FST-01 (STM32 processor) using ST-LINK/V2 clone with OPENOCD manually or with the scripts provided in the GnuK repository

I have just acquired a FST-01 to try out GnuK and during testing I found myself with an issue that required reprogramming the device. In this post I will describe the whole procedure to do it using an ST-LINK/v2 and OPENOCD.

Como chequear los de SAP code page disponibles en nuestro sistema y un ejemplo de su utilización.

Me hicieron una pregunta, que códigos de SAP code page tenemos disponibles en nuestro sistema? Y cual corresponde a UTF-8? En este post voy a explicar su respuesta, como chequearlo y mencionar un ejemplo de su utilización.

Parando canales de PI utilizando sentencias SQL

Durante la migración de un sistema PO se nos solicito que al momento de hacer el import que los canales fuera parados antes de instalar el application server, como ya habíamos realizado el import pero aun no teníamos el application server no tuvimos mas opción que hacerlo utilizando sentencias SQL. Esta es la explicación de las queries que utilizamos.

Parámetros del SWPM

Cuando estén ejecutando SWPM (antes conocido como sapinst) hay varios parámetros que puede resultar realmente útiles para modificar de que manera este se comporta. En este post voy a mencionar una lista de todos los parámetros y dar detalles sobre los 3 que mas utilizo.

SWPM Parameters

When running SWPM (A.k.a sapinst) there are a bunch of parameters you could use to modify its behavior, on this post I'll be providing a list of all the parameters available (Up to the version of the SWPM used in my case) and the three I use the most.