Wednesday, April 15, 2020

Infor CSI Installation and Database Server Change name after install


If you are facing the same with me . I have duplicate CSI VM to changing VM name for CRP but after change server name we found we can't create customer order online . we have checked because of server name of SQL still the same of live so you have to use my script as below  after that you have to restart SQL Service and try to create customer order line again.

select @@servername

exec sp_dropserver 'Current SERVERName'


exec sp_addserver 'To be SERVERName','local'

select @@servername


Thursday, July 25, 2019

ถ้าคุณกำลังมองหา Software และ ทีมงานทีปรึกษา ด้าน ERP และ Supply Chain ?


Infor Cloud Suite  Industrial (SyteLine)

             ถ้าคุณกำลังมองหา Software ด้าน ERP  และ ทีมงานที่มีประสบการณ์ที่ทำให้ลูกค้า พัฒนาต่อยอดธุระกิจ ได้อย่างต่อเนื่องตลอดระยะเวลา 15 ปี คือเรา KM X TEN Co.,Ltd.   Tel: 097-0574836 , Aree.k@kmmt.co.th






Saturday, June 15, 2019

Infor CSI : Preassign Lot

Infor CSI : Preassign Lot
Preassign Lot Functional  : if you are facing the issue how to record rawmaterial by roll and you want to know this material roll issued to which your production order so that i want to share you one of functional on Infor CSI(SyteLine) that is Preassign Lot for Job Order , Purchase Order .




Preassign Lot  on Job Order:

Preassign Lot on Purchase Order



Issue Material to Job Order : system will recorde Material Lot and Job Lot  that will help you to tracking.


This is one of solution . we can workaround on this function as per your requriement .
Please contract us if you want to get any support : www.kmmt.co.th







Thursday, January 17, 2019

Customer that has [Customer: (Blank)] does not exist errro for setup PO to CO Cross Site

Customer that has [Customer: (Blank)] does not exist errro for setup PO to CO Cross Site
if you are facing the problem when you click Cross site at the PO header .

Customer that has [Customer: (Blank)] does not exist

please check for replication rule and site

Site/Entry->Site User MAP -> put the user there


Wednesday, September 19, 2018

default set site for SyteLine ERP direct query

if you want to write the scritp to run the query or sp of standard you must to put the script before you call sp standard.

DECLARE @Site SiteType
DECLARE @Infobar InfobarType

EXEC dbo.SetSiteSp
  @Site = 'BCT' --site ที่ต้องการ update
, @Infobar = @Infobar OUTPUT

update table set ....