IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  PubdatacurrentDate issue returning 00 hour

    Posted Tue July 22, 2003 06:42 PM

    When we call currentDate passing it a pattern of HHmm we get the hour of 24 when we expect 00. In other words, when the time is after midnight and before 1:00am, the hour of 24 is returned. 12:30am is displayed as 2430 which should be displayed as 0030.

    Has anyone else run into this?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: PubdatacurrentDate issue returning 00 hour

    Posted Tue July 22, 2003 07:29 PM

    I saw that with the kkmm pattern (24:01). Changing the pattern to HHmm solved it (00:01).
    Interesting let us know the cause.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: PubdatacurrentDate issue returning 00 hour

    Posted Wed July 23, 2003 09:13 PM

    We also had the same issue. Pattern kkmm need to be changed to HHmm in several places(eg: WmEDI services addGroupEnvelope, addICEnvelope etc.,).


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: PubdatacurrentDate issue returning 00 hour

    Posted Fri July 25, 2003 02:09 PM

    Upon further investigation we found that a few webMethods EDI services need to be updated since they have a pattern of kkmm instead of HHmm.

    1. wm.b2b.edi.util:addGroupEnvelope
    2. wm.b2b.edi.util:addICEnvelope
    3. wm.b2b.edi.util:addICEnvelopeEDIFACT

    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: PubdatacurrentDate issue returning 00 hour

    Posted Fri July 25, 2003 03:05 PM

    Ray,

    Interestingly I reported this and the GS06 problem to Tech support in 4.6 and found that they still existed in 6.01. The other issue with addGroupEnvelope is that the GS06 is still treated as a alphanumeric with leading zeros where the Standard dictates that it numeric. Your Partners will drop the leading zeros and the FA’s won’t reconcile.

    HTH


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 6.  RE: PubdatacurrentDate issue returning 00 hour

    Posted Mon July 28, 2003 10:06 PM

    FYI
    WmEDI_6-0-1_Fix7 solves the above mentioned problem. It only refers to addICEnvelopeEDIFACT and not just addICEnvelope.
    Wonder what that means?

    Article ID: 1610880442 What is this?
    Quick Access URL: [url=“http://advantage.webmethods.com/article/?id=1610880442”]http://advantage.webmethods.com/article/?id=1610880442[/url]
    Release Date: 16-May-2003
    Description Fixes the time pattern from “kkmm” to “HHmm” for addICEnvelopeEDIFACT service.

    Fixes AK2 segment overwrite problem for generateFA service.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: PubdatacurrentDate issue returning 00 hour

    Posted Tue December 07, 2004 11:57 AM

    Hey,

    Is there any fix for this in 4.0.2.

    Thanks,
    Madhu M.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB