1. Anto Kuriyan
  2. PowerBuilder
  3. Tuesday, 23 July 2024 10:39 AM UTC

 

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)

David Peace (Powersoft) Accepted Answer Pending Moderation
  1. Thursday, 25 July 2024 14:04 PM UTC
  2. PowerBuilder
  3. # 1

Silly Question

Is your DW d_temp_rcvr in the PBR file?

Just wondering if the DW exists in the EXE

Reagrds

David

Comment
There are no comments made yet.
Anto Kuriyan Accepted Answer Pending Moderation
  1. Thursday, 25 July 2024 07:15 AM UTC
  2. PowerBuilder
  3. # 2

Hello John and Andreas 

 

Runtime Dll's already there but not solving the issue, but there is a window upgrade happened recently may be due to this still in investigation 

Comment
There are no comments made yet.
John Fauss Accepted Answer Pending Moderation
  1. Tuesday, 23 July 2024 11:25 AM UTC
  2. PowerBuilder
  3. # 3

Have you deployed the runtime dll’s that provide this functionality?

Check the topic named “runtime files” in PB Help.

Best regards, John

Comment
  1. Andreas Mykonios
  2. Tuesday, 23 July 2024 11:32 AM UTC
It is PBXerces.dll, xerces-c.dll that are required...
  1. Helpful 1
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.