Yvonne Gaffney

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 18 total)
  • Author
    Replies
  • in reply to: SFTP File Size issue on an AIX server #116014
    Yvonne Gaffney
    Participant

      We are getting the error trying to pick up the file (GET).

      in reply to: SFTP File Size issue on an AIX server #116010
      Yvonne Gaffney
      Participant

        We did try moving the file using the AIX SFTP commands.

        ftp> get CD00212A0UY.ZIP
        200 PORT command successful.
        150 Opening BINARY mode data connection for CD00212A0UY.ZIP (2495809173 bytes).
        CD00212A0UY.ZIP: short write
        No space left on device/filesize limit exceeded

         

        We cannot even pick up the file 🙁

        Guess we need to find some AIX help?  Was hoping someone on here had already dealt with this so I would not have to go so far.

        in reply to: Need to add CR at the end of each segment #77985
        Yvonne Gaffney
        Participant

          Maybe I should take the time to explain what we are trying to do, since there could be another solution.

          Took a flat file and translated it to hl7, but we did not want all of the records to go to into the database.  I copied the hl7 messages (hcidbdump) to a file which was then given to the user.  They went through the file and removed the messages they did not want to send.  Now they tried using both word and wordpad for this task.  When they save the file and we put it back on the Cloverleaf we are missing the control character; in some cases we lost the CR (word) and in others we lost the NL (wordpad).  Either way, I am trying to figure out how we can do this with some sanity.

          Suggestions on how to save this file without loosing the control characters or the best approach at putting them back in is appreciated.  

          Thanks ❓

          in reply to: Translation issue #76629
          Yvonne Gaffney
          Participant

            Attached is the portion of code where I am defining my phone numbers.  Here is the field results –>

            |PRI^^^^^^(202)-726-5800^^CO~PRI^^^^^^(202) 829-3753^^CF~^^^^^^””^^CB~^^^^^^(301) 530-9351^^CH~PRI^^^^^^””^^CC|

            This is the echo which is the values I am looking for on the next iteration

            second phone = (301) 565-0331

            outVals = 2ND

            in reply to: Translation issue #76628
            Yvonne Gaffney
            Participant

              Hi Robert,

              Yes there are more than 5 phone number coming in and I am using a .vrl file.  Why must I use an HRL file?  The file is being sent as a comma delimited file and not all of the phone numbers are together.

              in reply to: FTP error #74818
              Yvonne Gaffney
              Participant

                Confirmed that the “ACTIVE” was not checked.  Any other suggestions?

                in reply to: Broken pipe on an ftp feed #74160
                Yvonne Gaffney
                Participant

                  I have tried command line and it was successful.

                  It says unable to connect to the server.

                  in reply to: Broken pipe on an ftp feed #74158
                  Yvonne Gaffney
                  Participant

                    We have tried a lot a different things but still have not been able to connect.  Looking for suggestions at what could be preventing connection from the Cloverleaf to a Windows 2008 ftp platform.

                    Thanks

                    in reply to: single flat file record to multiple hl7 message #73443
                    Yvonne Gaffney
                    Participant

                      the vrl consists of

                      charge type

                      pt_name

                      MRN

                      FIN

                      Billing_doc

                      doc_id

                      cost_ctr

                      DOS

                      CPT_code (could be 1 or more of these)

                      diag 1

                      diag 2

                      diag 3

                      diag 4

                      So if I understand I would need a separate vrl to define each CPT code combination I have.  I am not sure I totally understand.  😥

                      But so that you understand I need to create an hl7 message for each CPT code I could have in the VRL file.

                      in reply to: read returned error 22 (Inv alid argument) #72546
                      Yvonne Gaffney
                      Participant

                        The vendor we are connecting with has a tcp max segment size of 960.  Is  there a way for us to modify the max segment size on the Cloverleaf?

                        in reply to: read returned error 22 (Inv alid argument) #72544
                        Yvonne Gaffney
                        Participant

                          To answer your questions….1) Yes when I bounce the interface is does go to an opening session – we have discovered that they must come up first or we will not resolve the connection issue.  2) Our T1 connection is not using VPN but firewalls on both sides.

                          Here is my result of the trace route I did –>

                          ci@clovth1:/quovadx/qdx5.6/integrator/cerner_id11/exec/processes/UMC> .34.1  <

                          trying to get source for 10.65.34.1

                          source should be 10.80.4.15

                          traceroute to 10.65.34.1 (10.65.34.1) from 10.80.4.15 (10.80.4.15), 30 hops max

                          outgoing MTU = 1500

                          1  10.80.4.3 (10.80.4.3)  1 ms  0 ms  0 ms

                          2  172.22.2.9 (172.22.2.9)  1 ms  0 ms  0 ms

                          3  10.32.1.6 (10.32.1.6)  0 ms  0 ms  0 ms

                          4  10.71.242.62 (10.71.242.62)  3 ms  3 ms  3 ms

                          5  * * *

                          6  * * *

                          7  * * *

                          8  * * *

                          9  * * *

                          10  * * *

                          11  * * *

                          12  * * *

                          13  * * *

                          14  * * *

                          15  * * *

                          16  * *

                          in reply to: tcpip packet question #72207
                          Yvonne Gaffney
                          Participant

                            Understood and Thanks Charlie.

                            Let me ask another question.  If I am processing a raw feed from one system to another – is the packaging  being done by the sending system or the Cloverleaf?

                            in reply to: Separating hl7 message w/ multiple FT1 segments #67485
                            Yvonne Gaffney
                            Participant

                              Great response gentlemen!

                              It was actually much easier than I expected 😀 !!  I also liked the idea that a level 1 person would understand what I did.

                              Thanks so much for your help!!

                              in reply to: FTP questions #63664
                              Yvonne Gaffney
                              Participant

                                So I cannot get the Cloverleaf to send more than one message at a time?

                                in reply to: FTP questions #63662
                                Yvonne Gaffney
                                Participant

                                  Just to make sure we are talking the same thing. Are you talking about the directory on the “Fileset Options” tab or on the “FTP Options” tab?  I do specify an Outbound directory on the FTP options tab.

                                Viewing 15 replies – 1 through 15 (of 18 total)