Advanced Search
Search Results
161 total results found
Kiwiplan - Bag of Tricks for ESP and MAP/MES
Agents Agents ESP Agent Retry Errors Setup Agent can be set up to retry errors so that the system reprocesses failed requests. InfClient/Section/Agent General Name ...
Kiwiplan - Supplying Product Designs
This section describes how to set up one product design to be supplied by another. This scenario is needed when goods are produced for stock, but must be erected/finished at a future unknown date. This means we need a means of tracking stock of the unfinished ...
Kiwiplan - Multi-Plant Harmonization
What fields and areas that need to be standardize in ESP and MAP. This section was put together from the aspect if we were going forward either with one MAP database or Multi-MAP databases scenario. All plants in one ESP database Here is a list of fields/...
Kiwiplan - ULT Interface to Warehouse and Carriers
This is an interface that can be used to import loaded trucks at a remote location and also be able to ship them in ULT. Reference https://kall.kiwiplan.co.nz/kall/kiwiplan/issueViewer.do?id=5447259 Programs imptruck This program imports the jobs and uni...
Kiwiplan - ESP Stock Transfer
This is to be able to print out a stock transfer docket. ULT Setup Set the following MAP parameters to enable export of transfer data: GEN/EE/Layout Version for ULTDLD (ULT Export) to 2 pcsmenu:AP MAINTAIN PARAMETERS 1...
Windows - How To Fix DISM Source Files Could Not Be Found In Win10
https://sflservicesllc.atlassian.net/wiki/pages/createpage.action?spaceKey=Wiki&title=Windows%20Update%20-%20additional%20resources https://www.minitool.com/news/fix-dism-source-files-could-not-be-found-win10.html The DISM command “DISM / Online / Cleanup-Im...
Windows - Windows Logon Service
The logon process for how a system connects to a DC is pretty striaghtforward (read: Simple, but not easy) Workstation comes online and queries DNS SRV records to find all DCs Workstation attempts LDAP connection to ALL DCs found. Workstation qu...
MsSQL - Create Database Table from Code
declare @TableName sysname = 'TableName' declare @Result varchar(max) = 'public class ' + @TableName + ' {' select @Result = @Result + ' public ' + ColumnType + NullableSign + ' ' + ColumnName + ' { get; set; } ' from ( select repla...
Windows - Online Repair
Crashing Error SFC /SCANNOW DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-image /RestoreHealth
Windows - How to Switch Domain Controller
Find Current Domain Controller You can grab the domain controller that the computer is currently connected to with these steps: Select the “Start” button. Type “CMD“. Hold “Shift” and right-click “Command Prompt“. Select “Run as different ...
Apache - Server Multiple Site Setup
What you’ll need A server running Rocky 9 Linux Know the vi text editor, here's a handy tutorial. Basic knowledge of installing and running web services For those looking for a similar setup for Nginx, examine this guide. Linux Install...
Raspberry Pi - Kiosk
Configure kiosk mode clear chrome cache rm -rf ~/.cache/chromium ~/.config/chromium New one https://reelyactive.github.io/diy/pi-kiosk/ https://github.com/debloper/piosk Change hostname if not already done sudo hostnamectl set-hostname ??? sudo reboot ...
Linux - Samba Setup Rocky 9
Step 1: Install Samba on Linux To get started out with Samba, install the Samba core packages including the client package: dnf install -y samba samba-common samba-client Install-Samba in Linux The command installs the packages specified along with ...
Linux - Setup Rocky 9 SMTP Server
System Configuration Upgrade Current System dnf install epel-release -y dnf upgrade -y Configure SELinux setenforce 0 sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config Disable Firewall systemctl disable firewalld.service Install Core Tools...
MsSQL - Move TempDB To Another Drive
Sometimes as a database administrator, you need to move the TempDB database and log files to a new hard drive. This happens for example if you have installed SQL Server on C:\ and you no longer have space to process your queries. So it is necessary to move Te...
MsSQL - Set All User Tables to Simple on DEV/TEST Server
/* This script is to set all of the user database to simple on a DEV/TEST server Use the @Update and set to 1 for updating or 0 default to ready only Created By: Steve Ling 2024/09/05 */ USE MASTER declare @isql varchar(2000), @dbname varchar...
Service - Add Installer and Setup
Go to Solution Explorer and right-click on your project solution then go to the view designer then look at the design view then right-click on the design page and click on “add installer” and it will look like this:After adding the ProjectInstaller.cs you have...
Kiwiplan - Classic Purge Parameter Defaults
This is to give your plant(s) default set values for these parameters. Legend: PARAMS - Default for all CSC - Corrugator Scheduling Center RSS - Roll Stock System ULT - Unit Load Tracking WIP - ULT Work In Progress PARAMS is the default setting fo...
Log4Net - Wrapper
https://stackoverflow.com/questions/1028375/how-do-you-configure-and-enable-log4net-for-a-stand-alone-class-library-assembly
Windows 11 - Bypass Microsoft Account Requirement
Once on the following screen make sure you disconnect from the internet or have no internet connection and hit the "Shift-F10" keys to open a command prompt. Type this in the command prompt window "oobe\bypassnro" The computer will reboot Once you get t...