RUDY RAMOS

Forum Replies Created

Viewing 14 replies – 1 through 14 (of 14 total)
  • Author
    Replies
  • in reply to: SSL Connection #84462
    RUDY RAMOS
    Participant

      where do I check to find out if i have it or not?

      in reply to: SSL Connection #84460
      RUDY RAMOS
      Participant

        I want to know if I have everything that I need be able to build an intreface via SSL.

        Is ther a special module that I need to acquire from INFOR in order to be able to do an SSL interface?

        in reply to: SSL/TLS protocol and SOAP question #80314
        RUDY RAMOS
        Participant

          Do I ned a license from Cloverleaf for SSL?

          where do I start to do an SSL conection

          in reply to: Removing Leading Characters #84151
          RUDY RAMOS
          Participant

            Jim, sorry to bother you, but can you call me, I am not sure what I am doing wrong.

            in reply to: viiewing a single message through shell window #82530
            RUDY RAMOS
            Participant

              where do you get the mid# from?

              in reply to: OBX segment Truncating #84057
              RUDY RAMOS
              Participant

                I am running Cloverleaf version 5.8. Can you give me a call

                Rudy 480-495-9024

                in reply to: copy command #83750
                RUDY RAMOS
                Participant

                  Russ, thanks for your response.

                  I was cpturing data from the inbound message, instead of grabbing the already change data from the outbound message.

                  TXA10 from inbound message was blank, but TXA10 from outbound message was populated.

                  Thanks for your assistance.

                  in reply to: copy command #83747
                  RUDY RAMOS
                  Participant

                    I just realize that my original concat command would have worked, my issue was that I was copying TXA9 into TXA10, so I was trying from the inbound message, but the inbound TXA10 was empty only the outbound TXA10 field was populated. I should have used the outbound TXA field as the source so that it should have worked. Hope it helps anyone who is trying to do the same thing.

                    in reply to: copy command #83745
                    RUDY RAMOS
                    Participant

                      I used copy temp variables

                      copy txa12.0 into @docid

                      copy txa10.0 into @physid

                      copy txa10.1 into @physname

                      CONCAT

                      @docid

                      =-

                      @physid

                      =-

                      @physname

                      DEST

                      TXA16.0

                      Output Below,it still copies only txa12

                      TXA|1|2||||20160217111900|20160217111942||123456^TEST^DOCTOR ONE|123456^TEST^DOCTOR ONE|01343^MINUTEMAID^DEBRA^S|64587||||64587- – |PA

                      in reply to: copy command #83743
                      RUDY RAMOS
                      Participant

                        Yes, I just tried the destination notation below and I get the same result on TXA16 (only TXA12 included in TXA16

                        0(0).TXA(0).#16(0).[0]

                        in reply to: copy command #83742
                        RUDY RAMOS
                        Participant

                          Version 5.8

                          in reply to: copy command #83739
                          RUDY RAMOS
                          Participant

                            TXA Segment

                            TXA|1|2||||20160217111900|20160217111942||123456^TEST^DOCTOR ONE|123456^TEST^DOCTOR ONE|01343^MINUTEMAID^DEBRA^S|64587||||64587|PA

                            TXA12 Value=64587

                            TXA10.1 =123456

                            TXA10.2 = TEST

                            The onlything that is placing on TXA16 is TXA12(64587)

                            I need to place all three into TXA16.

                            in reply to: copy command #83737
                            RUDY RAMOS
                            Participant

                              is there a way to specify, say 8 characters from field txa12, 7 characters from TXA10.1 and 15 characters from TXA10.2?

                              in reply to: copy command #83736
                              RUDY RAMOS
                              Participant

                                I did use the concat command, but it still only place TXA12 into TXA16

                                I don’t mind if it truncates once it gets into TXA16, but I do need to place as much data as possible into TXA16. Why is it only copying TXA12, and not TXA10?

                                Source

                                Concat

                                0(0).TXA(0).#12(0).[0]

                                0(0).TXA(0).#10(0).[0]

                                0(0).TXA(0).#10(0).[1]

                                Destination

                                0(0).TXA(0).#16(0)

                              Viewing 14 replies – 1 through 14 (of 14 total)