We are attempting to set up a new HL7 import for linklogic. I need to now how to determine what is an available port for the new HL7 interface. I cannot find the port listing for the current HL7 interfaces. I know how to create new xrs xrf files and complete the rest of the installation. I just can't remember where to view the port assignments within linklogic. GE support will not assist without creating a purchase order etc. Thanks in advance for any assistance.
Do you mean TCP port for it to listen on? Open a command prompt, then netstat -aon | find "LISTENING" will show you ports that are in use.Pick one that isn't listed. It's rather arbitrary.
The last column will show the process ID so you can correlate that with the Linklogic PID in task manager if you wish.
If you look at your stations under Administration > LinkLogic you will need to locate your DTS and then you can see the list of used ports and assign them there.
Like Mgryder say
in administration>System>linklogic>stations>click on station type twice to bring the dts up in the list.
click on the dts you want to see the ports.
the list should be at the bottom after the import and export task settings.
Thank you all so very much! I knew that I could see them somewhere, but couldn't locate it again. Really appreciate everyone taking the time to help me out. You all have a wonderful week.