Hi, Team
While running from source code, it is importing .Xml files into the data window, but from the Exe. It is not importing to the data window and it is throwing error code -4. The code which I used to import is given below.
lds_xml = create datastore
lds_xml.dataobject = 'd_temp_rcvr'
ll_ret = lds_xml.ImportFile(XML!,ls_path +"\"+ ls_CurrFiles)