- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DEC MessageQ v3.2 and TCPIP v5
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 10:38 AM
тАО04-11-2008 10:38 AM
DEC MessageQ v3.2 and TCPIP v5
I can make DEC MessageQ work with DECnet, but we may want to connect to some unix servers in the future for application migration.
Is there a way to make DEC MessageQ v 3.2 work with TCPIP connections under TCPIP v5.1 and later?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2008 02:55 PM
тАО04-11-2008 02:55 PM
Re: DEC MessageQ v3.2 and TCPIP v5
Upgrading to the TCP/IP Services V5.1 release seems somewhat unusual; that's an old and unsupported release, and there are definitely ECOs for that release. Is this part of a particular OpenVMS upgrade? I'd thing that 5.4 or 5.6 would be a better choice, while you're (probably) upgrading OpenVMS and upgrading TCP/IP Services.
Do consider looking around over at the BEA site, or directly asking the BEA folks.
http://www.bea.com
I'd expect you can get BEA MessageQ working with Unix when you need to, but you might be asked to load the current TCP/IP ECO, or for a TCP/IP upgrade (and possibly an OpenVMS upgrade) should you run into issues with your current V5.1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2008 07:49 AM
тАО04-15-2008 07:49 AM
Re: DEC MessageQ v3.2 and TCPIP v5
as far as i know dmq v3.2 is unsupported now, the latest bea version v5.0 is stable and works , you should be able to just recompile your apps with the new version and go, although entries for the queue names in v5.0 are case sensitive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2008 07:53 AM
тАО04-15-2008 07:53 AM
Re: DEC MessageQ v3.2 and TCPIP v5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2008 06:00 PM
тАО04-15-2008 06:00 PM
Re: DEC MessageQ v3.2 and TCPIP v5
with no problems. Do you have any specific details
rather than "doesn't work"?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2008 10:55 AM
тАО04-18-2008 10:55 AM
Re: DEC MessageQ v3.2 and TCPIP v5
Here's a copy of the log. I tried relinking all of DMQ after the upgrade, but the error remains the same.
I also have no idea what became of the distribution media here, so if there's something specific to the install that selects certain files depending upon the existing TCIP stack, I'm behind the eight-ball on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2008 05:21 AM
тАО04-19-2008 05:21 AM
Re: DEC MessageQ v3.2 and TCPIP v5
Based on the attached text file, the connection appears to be failing because something is looking for and not finding an unspecified logical name. (MessageQ isn't particularly helpful here with its error message; not listing the logical name that it is looking for is Not Helpful.)
Assuming TCP/IP Services has been configured and started, start looking at your logical name definitions.
If TCP/IP Services has not been configured and/or started, configure and/or start it now.
A Google search for MessageQ and gethostname shows the DMQ$TCPIP_LD_NAME logical name as "Override the default hostname returned by a call to gethostname(). This logical name can be used to define an alternate interface for the linkdriver activity". Which looks to be potentially useful here, though I don't know off-hand if your version has these.
The C gethostname() call is documented as returning the translations of the logical names (and current C RTL gethostname() calls are compliant with the TCP/IP Services logical name definitions), though there's a chance here that MessageQ has gone directly after the old logical names itself; that MessageQ is translating the values directly. Which means you should check for existing definitions of TCPIP$INET_HOST and TCPIP$INET_DOMAIN, and (if these translations are present) then check for the old names UCX$INET_HOST and UCX$INET_DOMAIN and -- though I don't usually recommend doing this -- define those, using f$trnlnm on the values you do have.
The versions I've looked at define both sets of logical names, starting at TCP/IP Services V5.0. MessageQ V3.2 is sufficiently ancient it may be looking at old names. But I'd expect newer TCP/IP Services to have defined what MessageQ is looking for.
If you're so inclined, SEARCH the MessageQ files for UCX$ strings, and see what it's looking for. (OpenVMS unfortunately doesn't have a strings command, but the SEARCH command can rummage through executable images.)
I'd look at why MessageQ and TCP/IP Services aren't playing well together here.
BEA documents V5.x as working with various Unix boxes, so there's some other issue there with either MessageQ or with the local IP network configuration that you'll want to get somebody to look at. If you're paying BEA for MessageQ or HP for OpenVMS support, do consider ringing them up.
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2008 07:49 AM
тАО04-22-2008 07:49 AM
Re: DEC MessageQ v3.2 and TCPIP v5
Logicals got rid of the errors, thanks for the pointer.
Now the program just ends without any indication of why, and wthout even attempting a tcp connection:-)
I hadn't checked before, but I do see my HP contract has MessageQ support (I really wasn't expecting it), so I'll pursue things that way.