MiteshBhatt

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 23 total)
  • Author
    Replies
  • in reply to: Receive and send response from same thread #121066
    MiteshBhatt
    Participant

      Hi Jim – Thanks for your reply. I did what you said and seems like I am getting the response back.

      Appreciate your help on this Jim!!

      in reply to: DB Calls #120109
      MiteshBhatt
      Participant

        Here’s what it turned out, the advance scheduling had * in seconds section.

        So the way it read HH:MM:SS and I had sent it to run at 12:01:* instead of 12:01:00

        With * it will run multiple times at 12:01 if it finishes within 60 seconds.

        Turned to be a configuration issue.

        Problem solved.

        in reply to: DB Calls #120094
        MiteshBhatt
        Participant

          It’s all TEST Data.

          in reply to: DB Calls #120090
          MiteshBhatt
          Participant

            Hi Peter – My SP doesnt update. Just does a selection.

            Also,

            If I am connecting to SQL Server through v6.2 and calling a stored procedure it is returning the same count as it shows in SSMS (SQL Mgmt. Studio).

            But if I am connecting the same SQL instance and calling the same stored procedure through v19.x, it is returning the record in SMAT DB for 10 – 16 times.

             

             

            Attached are the screenshots –

            1. SSMS_476_records file : Shows how SQL SSMS’s output — 476 records
            2. Cloverleafv19_5777_records : Shows 5000 some messages in v19 —- looks like a bug
            3. Cloverleafv6_476_records : Shows the same count as shown in SSMS, count matches, no issues
            Attachments:
            You must be logged in to view attached files.
            in reply to: Reading from message queues #119974
            MiteshBhatt
            Participant

              Hi Peter – Agreed WMQ to ASB would need development. When you say Cloverleaf setup is needed/config wise, you mean something like this as attached in MQS.png file.

              The issue i ran into is, I am getting error in process logs as:

              CANNOT OPEN
              [pd  :pdtd:ERR /0:  qa_ms_queue:07/12/2022 15:13:27] libmqic_r.so: cannot open shared object file: No such file or directory

              And I cannot find the installer for MQSeriesClient for our CentOS.

              Thanks for all your help Peter, appreciated!

               

               

              Attachments:
              You must be logged in to view attached files.
              in reply to: Reading from message queues #119972
              MiteshBhatt
              Participant

                Hi Peter – Good Morning.. thanks for your reply.

                For option 1: – Are you saying I need to have Cloverleaf connect to WMQ, but using what protocol? (mqs/java:ws or any other?)

                And then the next hop will be WMQ to Az Ser. Bus? That’s outside of Cloverleaf server, is that correct?

                Unfortunately, I cannot write a UPOC protocol, might need to check internally here or with Cloverleaf’s prof. services on the second option.

                Thanks a ton for your help, appreciated!

                in reply to: WS-REST Request #119848
                MiteshBhatt
                Participant

                  I tried the calls using SOAP UI as someone mentioned in some other thread, as POSTMAN is missing some headers that CLOVERLEAF needs, and I get the request visible in Cloverleaf. But it is sending HTTP 500 back to CLIENT.

                  Any thoughts what is EOF Prolog exception here?

                  [java:java:INFO/1:ite_ws_process_cmd:07/07/2022 18:06:54] org.apache.cxf.services.RESTProviderService.RESTProviderPort.RESTProvider:INFO: Outbound Message
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] —————————
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] ID: 6
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] Response-Code: 500
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] Encoding: UTF-8
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] Content-Type: text/xml
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] Headers: {}
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] Payload: <ns1:XMLFault xmlns:ns1=”http://cxf.apache.org/bindings/xformat”><ns1:faultstring xmlns:ns1=”http://cxf.apache.org/bindings/xformat”>com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] at [row,col {unknown-source}]: [1,0]</ns1:faultstring></ns1:XMLFault>
                  [java:java:INFO/1:ite_ws_process_cmd:–/–/—- –:–:–] ————————————–
                  Engine idle — 07/07/2022 18:07:04

                   

                   

                   

                   

                  in reply to: WS-REST Request #119847
                  MiteshBhatt
                  Participant

                    Hi – I modified the REST PROVIDER from default path to

                    https://localhost:8081/ws-fhir and now i see the requests coming in.

                     

                    The only problem I have now is,

                    If i hit the URL from Browser, I see the request in, with Error in Cloverleaf as EOF Prolounge.

                    And I hit the same URL from PostMan i dont see anything coming to Cloverleaf and the request times out in POSTMAN,

                    Any thoughts why the GET Request from POSTMAN is dying?

                    in reply to: REST API with PUT Request to JSON format #119836
                    MiteshBhatt
                    Participant

                      Hi Bill, We have to send a payLoad to a FHIR server to fetch a patient resource (from ADT) similar to your work. And I am new to Cloverleaf world. Would like to know how to setup a WS-Client to go out and fetch the resource in JSON.

                      Step 2 will be using basic or token authorization.

                      If you can help share the Config. then i can load and tweak according to my needs.

                      Thanks for your help in advance!

                      in reply to: REST API with PUT Request to JSON format #119835
                      MiteshBhatt
                      Participant

                        Hi Bill – Looks like we are doing similar, can we connect? or can you send me a copy of NetConfig to see if I can mimic your work?

                        Mitesh.Bhatt@Wolterskluwer.com

                        in reply to: Export USER-DATA from SMAT #119597
                        MiteshBhatt
                        Participant

                          Screenshot is attached

                          Attachments:
                          You must be logged in to view attached files.
                          in reply to: Export USER-DATA from SMAT #119596
                          MiteshBhatt
                          Participant

                            Hi Rob – Thanks for your reply.

                            I have a source which sends the HTTP GET without the body and the URL itself has the BODY baked into it.

                            And If i try to re-send to FILE -> It creates the file with the msgs.. but no meta-data file.

                            And attached the file with screenshots.

                            in reply to: Cycling SMAT #119232
                            MiteshBhatt
                            Participant

                              I created a another thread- here’s the link for the same.

                              Thank you for replying!

                              https://usspvlclovertch2.infor.com/forums/topic/cloverleaf-smatdb-files-growing-v6-2-3-x/

                              in reply to: Cloverleaf SMATDB files growing (v6.2.3.x) #119225
                              MiteshBhatt
                              Participant

                                I understand what you are saying, thank you John for  your help, appreciate it.

                                 

                                -Mitesh

                                in reply to: Cloverleaf SMATDB files growing (v6.2.3.x) #119223
                                MiteshBhatt
                                Participant

                                  Thanks everyone for your responses, appreciate that 🙂 This is a great community.

                                  Hi John – Did i say it correctly – I am fairly new to this.

                                  The,

                                  1. Setting under – OPTION – SITE PREFERENCE – SMAT (dictates what happens in SmatHistory folder

                                  Vs

                                  2. Setting under Process – Configure – “Each Process” (dictates on how to move the files from /exec/processes/processname to ./SmatHistory)

                                   

                                  And in my site setting 1 is enabled but not setting 2, so since nothing is moved into SmatHistory, no action is taken.

                                  I am not sure what should be the base number, but will start of with

                                  1- 10000 (site pref)

                                  2- 100000 (individual process)

                                   

                                  What would happen to the SMATDB file which is sitting in process folder – 30 gig (37376437248).

                                   

                                   

                                   

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