Saturday, January 29, 2022

SQL Scheduling Job : How to Enable Agent XPs (Infor SyteLine by KMx10)

 

ปกติเมื่อเรา Install เรียบร้อยระบบไม่ได้เปิดฟังค์นี้ให้ ฉะนั้นเราจะต้องมาเปิดเอง เราใช้ฟังค์นี้เพื่อตั้งให้ SQL Server ทำงาน ตาม Schedule ที่เรากำหนดเช่นเราต้องการให้ระบบ Auto Import Sale Order จากอีกระบบเข้า ERP หรือ WMS


EXEC SP_CONFIGURE 'show advanced options',1

GO

RECONFIGURE

GO

EXEC SP_CONFIGURE 'show advanced options'

EXEC SP_CONFIGURE 'Agent XPs',1

GO

RECONFIGURE

No comments:

Post a Comment

Infor SyteLine (CSI) customize Custom Assembly

  if you are looking for script to test run Infor CSI Custom Assembly you can use below code. using System; using System.Collections.Generic...