Hi Friends,Click on 'Save' link on DCT, it should auto-save and auto-generate the DCR.The file name is a number, which should come from a property file.And I'm making a server call in my js file as below to an ipl file:IWDatacapture.callServer("https://"+server+"/iw-bin/auto_sequence_num.ipl", params);Steps to do in that ipl file: 1) Check a property file lockinfo ('iwlockinfo') 2) if the property file is not locked then lock the file ('iwlock') 3) open the file, get the sequence number, increment it, write into it, close it. 4) submit (iwsubmit) the property file to STAGING to release the lock.I want to know the 'iwlockinfo', 'iwlock' and 'iwsubmit' command syntax and usage in an ipl file.Thanks,Sreeni
Hi Friends,Click on 'Save' link on DCT, it should auto-save and auto-generate the DCR.The file name is a number, which should come from a property file.And I'm making a server call in my js file as below to an ipl file:IWDatacapture.callServer("https://"+server+"/iw-bin/auto_sequence_num.ipl", params);Steps to do in that ipl file:1) Check a property file lockinfo ('iwlockinfo')2) if the property file is not locked then lock the file ('iwlock')3) open the file, get the sequence number, increment it, write into it, close it.4) submit (iwsubmit) the property file to STAGING to release the lock.I want to know the 'iwlockinfo', 'iwlock' and 'iwsubmit' command syntax and usage in an ipl file.Thanks,Sreeni