Actions
Bug #4859
closedJet Runtime Has detected Unrecoverable Error-libsaxonhec.dll transformToString not found
Start date:
2020-12-17
Due date:
% Done:
0%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.2.1
Fixed in version:
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
When trying to run the following code, i am getting this error:
Error: C:\Program Files\Saxonica\SaxonHEC1.2.1\libsaxonhec.dlltransformToString not found
12072020
JET RUNTIME HAS DETECTED UNRECOVERABLE ERROR: system exception at 0x00007fffed7d0a68
print(fcfilename)
proc=saxonc.PySaxonProcessor(license=False)
print('Test Saxon/C on Python')
print(proc.version)
xslt30_processor = proc.new_xslt30_processor()
xslt30_processor.set_cwd(".")
transform=xslt30_processor.transform_to_string(source_file="S:/QA/Projects2/SBE/schematron/NJFC_0814_22000040437.xml",stylesheet_file='S:/QA/Projects2/SBE/schematron/AccountTransfer-runtime-compiled.xsl',output_file='S:/QA/Projects2/SBE/schematron/testresults.xml')
msg=xslt30_processor.get_xsl_messages()
print(fcfilename)
printed=[]
if msg is not None:
i=0
while i <msg.size:
if str(msg.item_at(i)) not in printed:
print('\t'+msg.item_at(i))
printed.append(str(msg.item_at(i)))
Files
Related issues
Please register to edit this issue
Actions