Documented by: Atharv Sawant
Reviewed by: Raghavendra Hassan Doddachar
- Go to the SQL database server based on the plant.
-
Add a new query, (check if the ip address, and machine name is not duplicate) and add in the machine table
SELECT * FROM Z_ODLP_Printers
WHERE Plant = '1004'
AND Production_Line = 'ISBM'
INSERT Z_ODLP_Printers
VALUES (‘’, ‘’, ‘’)
- SELECT * FROM Z_ODLP_Machine
WHERE Plant = '1004'
AND Machine_Name = ‘M# 12’
INSERT Z_ODLP_Machine
VALUES (‘’, ‘’, ‘’)
- Check if machine name is not duplicate
SELECT * FROM Z_ODLP_Machines
- Go to the management console, click on add source system. Then, add Name and Description as the machine name
- Right click on the machine, go to socket source system. Add name, IP address, port, terminator.
Keep 99999999 in the max. number of retries. Then, go to servers section (keep unique port number)