cancel
Showing results for 
Search instead for 
Did you mean: 

MII 15 Xacute Query does not handle blank XML output

Former Member
0 Kudos

Issue in recent installed MII 15.0 system. If a transaction has a blank output xml paramter. Xacute Query does not handle blank XML output and returns Fatal error - "Premature End of File"

It works okay in 12.1 where Query response - " No Data Returned". Any suggestions?

MII 15.0 SP5 Patch 0

Accepted Solutions (0)

Answers (2)

Answers (2)

swaroop_anasane
Active Contributor
0 Kudos

To add, if you do not want to change your trx, use LegacyProcessingMode attribute for the transaction.

You can set this flag under Transaction --> Attributes.

Regards,

Swaroop

swaroop_anasane
Active Contributor
0 Kudos

Hi Ram,

This actually is a case with 14.0 as well, so if you have a designated property marked as "Output", you will have to assign some value to it or else remove the output variable itself.

Best way is to check your output and if there's nothing, send a message saying no data available to output variable. This would avoid ajax fail.

You get above error when your output variable is undefined or is a document with no rows.

Thanks,

Swaroop