In implementation we need the iso8583 message be packet with the Binary representation of the bitmap field, something like the following with a lengh of 64:
in order to be according with the Message Packet Specifications of the host, but now i receive and error message error org.jpos.iso.IFB_BYNARY : problem packing field -1
how can i manage this issue:
Thanks for your help
¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8
http://downloads.yahoo.com/ieak8/?l=e1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---
[jpos-users] Re: Binary representation of the bitmap field
(Note that DE 1 is, in reality, the definition for the Secondary bitmap...but jPOS sees it as a nod to the primary, so those two are in lock-step).
Andy Orrock
On Wed, Sep 30, 2009 at 06:06, Fernando Del Carmen Taveras <fdelcarmen2000@...> wrote:
In implementation we need the iso8583 message be packet with the Binary representation of the bitmap field, something like the following with a lengh of 64:
in order to be according with the Message Packet Specifications of the host, but now i receive and error message error org.jpos.iso.IFB_BYNARY : problem packing field -1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---
[jpos-users] Re: Binary representation of the bitmap field
by Fernando Del Carmen Taveras
::
Rate this Message:
I will appreciate other recommendations or ideas for handling this matter in jpos.
thanks !
--- El mié 30-sep-09, AAO <aaorrock@...> escribió:
De: AAO <aaorrock@...> Asunto: [jpos-users] Re: Binary representation of the bitmap field A: jpos-users@... Fecha: miércoles, 30 septiembre, 2009, 9:03 am
Are you sure about that? That would be most unusual. They don't want the BCD representation of the bitmap?
I pulled up a representation industry spec and it says of the Bitmap:
Bit Map, Primary b 64
But, then further on in this spec (which is typical), you see how they actually want you to send the data; in this example, you have two options:
b 8 bytes (if BCD option) or 16 hex bytes (if display option)
The first option is implemented by IFB_BITMAP
The second option is implemented by either IFA_BITMAP or IFE_BITMAP.
In all cases the packager length you define is 16. jPOS figures out the rest.
(Note that DE 1 is, in reality, the definition for the Secondary bitmap...but jPOS
sees it as a nod to the primary, so those two are in lock-step).
Andy Orrock
On Wed, Sep 30, 2009 at 06:06, Fernando Del Carmen Taveras <fdelcarmen2000@...> wrote:
In implementation we need the iso8583 message be packet with the Binary representation of the bitmap field, something like the following with a lengh of 64:
in order to be according with the Message Packet Specifications of the host, but now i receive and error message error org.jpos.iso.IFB_BYNARY : problem packing field -1
¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8
http://downloads.yahoo.com/ieak8/?l=e1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---
[jpos-users] Re: Binary representation of the bitmap field
BTW, where you say you want a "the binary representation" of this...what you're actually asking for is a character-representation of the binary list of settings. And do you need ASCII or EBCDIC?
Andy
On Thu, Oct 1, 2009 at 07:29, Fernando Del Carmen Taveras <fdelcarmen2000@...> wrote:
I will appreciate other recommendations or ideas for handling this matter in jpos.
thanks !
--- El mié 30-sep-09, AAO <aaorrock@...> escribió:
De: AAO <aaorrock@...> Asunto: [jpos-users] Re: Binary representation of the bitmap field
A: jpos-users@... Fecha: miércoles, 30 septiembre, 2009, 9:03 am
Are you sure about that? That would be most unusual. They don't want the BCD representation of the bitmap?
I pulled up a representation industry spec and it says of the Bitmap:
Bit Map, Primary b 64
But, then further on in this spec (which is typical), you see how they actually want you to send the data; in this example, you have two options:
b 8 bytes (if BCD option) or 16 hex bytes (if display option)
The first option is implemented by IFB_BITMAP
The second option is implemented by either IFA_BITMAP or IFE_BITMAP.
In all cases the packager length you define is 16. jPOS figures out the rest.
(Note that DE 1 is, in reality, the definition for the Secondary bitmap...but jPOS
sees it as a nod to the primary, so those two are in lock-step).
Andy Orrock
On Wed, Sep 30, 2009 at 06:06, Fernando Del Carmen Taveras <fdelcarmen2000@...> wrote:
In implementation we need the iso8583 message be packet with the Binary representation of the bitmap field, something like the following with a lengh of 64:
in order to be according with the Message Packet Specifications of the host, but now i receive and error message error org.jpos.iso.IFB_BYNARY : problem packing field -1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---
[jpos-users] Re: Binary representation of the bitmap field
Are you sure you want every bit represented using a byte (either in ASCII 0x30/0x31 or EBCDIC 0xF0/0xF1) ?
I think you are confusing the wire protocol (the real bytes going over the wire) with a display-time format provided by your endpoint.
If you want the former, you need to create your own BitmapPackager.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---
[jpos-users] Re: Binary representation of the bitmap field
by Fernando Del Carmen Taveras
::
Rate this Message:
De: AAO <aaorrock@...> Asunto: [jpos-users] Re: Binary representation of the bitmap field A: jpos-users@... Fecha: jueves, 1 octubre, 2009, 10:22 am
Got it. That's beyond my pay grade.
BTW, where you say you want a "the binary representation" of this...what you're actually asking for is a character-representation of the binary list of settings. And do you need ASCII or EBCDIC?
Andy
On Thu, Oct 1, 2009 at 07:29, Fernando Del Carmen Taveras <fdelcarmen2000@...> wrote:
I will appreciate other recommendations or ideas for handling this matter in jpos.
thanks !
--- El mié 30-sep-09, AAO <aaorrock@...> escribió:
De: AAO <aaorrock@...> Asunto: [jpos-users] Re: Binary representation of the bitmap field A: jpos-users@... Fecha: miércoles, 30 septiembre, 2009, 9:03 am
Are you sure about that? That would be most unusual. They don't want the BCD representation of the bitmap?
I pulled up a representation industry spec and it says of the Bitmap:
Bit Map, Primary b 64
But, then further on in this spec (which is typical), you see how they actually want you to send the data; in this example, you have two options:
b 8 bytes (if BCD option) or 16 hex bytes (if display option)
The first option is implemented by IFB_BITMAP
The second option is implemented by either IFA_BITMAP or IFE_BITMAP.
In all cases the packager length you define is 16. jPOS figures out the rest.
(Note that DE 1 is, in reality, the definition for the Secondary bitmap...but jPOS sees it as a nod to
the primary, so those two are in lock-step).
Andy Orrock
On Wed, Sep 30, 2009 at 06:06, Fernando Del Carmen Taveras <fdelcarmen2000@...> wrote:
In implementation we need the iso8583 message be packet with the Binary representation of the bitmap field, something like the following with a lengh of 64:
in order to be according with the Message Packet Specifications of the host, but now i receive and error message error org.jpos.iso.IFB_BYNARY : problem packing field -1
¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8
http://downloads.yahoo.com/ieak8/?l=e1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---
[jpos-users] Re: Binary representation of the bitmap field
To clarify: one byte per bit? (that would be really weird)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-users@... To unsubscribe, send email to jpos-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/jpos-users
-~----------~----~----~----~------~----~------~--~---