2

I am using ISO8583 Sampler in JMeter for Sending ISO Messages, i had put Necessary Plugins & JAR files like JPOS. However i get "MTI not available" in the Sampler Response

Settings in ISO8583 Connection Configuration

Packager Configuration :- test-generic-validating-packager.xml file from JPOS 2.1.4

Host Name :- 192.168.1.104
Port Number :- 8080

Field wise Data in ISO8583 Sampler

003 380000      
011 00000000XXXX        
012 20200821${__time(HHmmss,)}      
017 20200821        
024 200     
032 0       
034 000000      
041 0000000000000MBK        
049 INR     
102 IBKL  01310200000XXXX       
123 MBK     

Output of Sampler

Thread Name: Thread Group 1-1
Sample Start: 2020-08-21 17:18:09 IST
Load time: 0
Connect Time: 0
Latency: 0
Size in bytes: 0
Sent bytes:0
Headers size in bytes: 0
Body size in bytes: 0
Sample Count: 1
Error Count: 1
Data type ("text"|"bin"|""): text
Response code: 
Response message: org.jpos.iso.ISOException: MTI not available

When i put MTI as 1200 or 0800 in the ISO Sampler, JMeter is unable to send the Request to the Server

Can someone help me out in this??

The same i able to process with Neoload Tool..

Andrés Alcarraz
  • 1,570
  • 1
  • 12
  • 21
  • 1
    Hi, that exception usually happens if you try to send a message without MTI, how are you setting the MTI? In the field you put the field 0, i.e. the MTI is not present. Also is there some more detailed logs you can share? – Andrés Alcarraz Aug 21 '20 at 21:15
  • Thank You, I added Field 0 as per document, now it Worked.. – Abhishek Jangra Aug 22 '20 at 05:33

1 Answers1

3

As per this documentation aren’t you missing the configuration of field 0 for MTI:

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116