Go to System Configuration > Platform Configuration > Logging.
- Logger = sql
- Log Level = INFO
- Appenders = Console,Rolling
Note: first of all create/duplicate(user-defined) Object Structure(OS) from MXMeterData as below
Goto > Integration > Object Structure; Filter and select default MXMeterData OS
Click on Duplicate Object Structure from Section Action area to create new as below mentioned details
from psdi.server import MXServerfrom psdi.mbo import MboConstantstoday = MXServer.getMXServer().getDate()v_remarks = '\r\n' + 'Date: ' + str(today) + ': 'print '\r\n'print '-----------------------------------------http://maximodeploy.blogspot.com/-start--------------------------------------------'print v_remarks + 'My description modified?: ' + str(V_DESC_modified)print v_remarks + 'Old description was: ' + str(V_DESC_initial)print v_remarks + 'New description is: ' + str(V_DESC)print '\r\n'print '-----------------------------------------http://maximodeploy.blogspot.com/-end--------------------------------------------'
#Function definition
def getMboSet(objectName):
return MXServer.getMXServer().getMboSet(objectName, mbo.getUserInfo())
#Function Call
wo = getMboSet("PR")
"mxd.db.updateWithoutRowstamp" to 1.
New > D-Person Demo Person AQ_PERSON_OS
Consumed by : Integration
Support Flat structure Flag : True
Source Person
Exclude all column except , personid, firstname, lastname
New > D-ESPerson Demo Enterprise Service Person AQ_PERSON_ES
Operation: Sync
Object Struction: D-Person AQ_PERSON_OS
Action > Enable Event Listner