Abhishek Jangra
Abhishek Jangra

Reputation: 21

Unable to Send ISO 8583 Messages Through JMeter

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..

Upvotes: 2

Views: 2700

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34536

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

Upvotes: 3

Related Questions