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
Subscribe to:
Posts (Atom)
How to fixe database in restoring mode
RESTORE DATABASE YourDatabaseName WITH RECOVERY;
-
รวมคำศัพท์ที่สนใจ ERP & Programmer ที่จะต้องเขียนโปรแกรมที่โรงงาน ที่จำเป็นต้องรู้เพราะไม่งั้นเวลาได้ Requirement มาแล้วเราจะไม่เข้าใจ แ...
-
Backflush เกี่ยวกับ Syteline ERP,Dynamix ,Baan,SAAP คืออะไร แปลว่าอะไร คำถามนี้ถ้าถามแบบนี้ตอบไม่ยากครับ นั้นคือ ทุก Software เหมือนกัน ซึ...
-
วันนี้เราจะมาคุยกันเรื่อง CO- Product และ อะไรคือ By Product ถ้าใครอยู่ในวงการ ERP อยู่แล้วก็คงไม่ยากในการที่จะตอบว่าอะไรคืออะไร มันสำคัญมาก...