dib0 / HL7Fuse

HL7Fuse is a "Swiss pocketknife" for your HL7 development needs in the .Net framework. HL7Fuse is based on SuperSocket in combination with NHapi and NHapiTools. This combination provides a powerful and solid base to build you HL7 application or HL7 test framework. In fact, if you use HL7Fuse as is, it can function as a mesasge hub, so you can receive one message and send this (using filters) to many client systems.
MIT License
77 stars 48 forks source link

MLLP Implementation #2

Closed Gehlot closed 9 years ago

Gehlot commented 9 years ago

Hello i removed file session and file server file because i want to run and check code through break point in mllp session and mllp server where we found error .

error is show in image

error

dib0 commented 9 years ago

Hi,

So if I understand correctly you used the standard config file provided with the solution, removed the FileServer from the configuration, then started a debugging session?

I'm not sure why it can't start the MLLPServer. Did you check the log-files to see if there is any error? The logfiles are located in {solution directory}\HL7Fuse\bin\Debug\Logs. The err.log should give a reason why this happend.

Please let me know if there is (or isn't) any error and what the error is.

Bas

dib0 commented 9 years ago

Reading your comments in the "Start MLLP Server and MLLP Session and Remove File Server and File Session." issue, I think this one is resolved?

I hope you find my tips in the last comment helpful for using either HL7Inspector or creating your own HL7 test-client (maybe using NHapiTools along with NHapi).