HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installing Omnidex on HPUX
Operating System - HP-UX
1826213
Members
2726
Online
109691
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-18-2005 03:19 AM
03-18-2005 03:19 AM
Installing Omnidex on HPUX
Hello Everyone:
We are installing Omnidex 4.0.10 as part of the Amisys Advance (AA) Rel 2 installation, on OS 11i, rp7410 2xpartitioned server. We have already installed Microfocus COBOL, Java 1.4.2.07, Perl 5.8.6, apache, tomcat and suprtool 4.8.10. All of these are installed on partition 0 and the Oracle 9.2.0 database and Omnidex again is installed on partition 1, with communication via a vlan connection.
We are able to get the AA web page running, however, on submitting any query produces a "error: calling Do External: 1" message.
Hopefully, someone can help with the following:
1) does the omnidex server process odxsrvr need to run on the Oracle database server in addition to having the odxaim process running on the AA app server?
2) any help on resolving the above error message? Amisys suggests that it is as a result of COBOL being installed incorrectly, but I am not convinced of this (and neither is Microfocus' tech support) since we can compile and run COBOL programs outside of the AA app.
Any help would be greatly appreciated...
Thanks
--Youlette
We are installing Omnidex 4.0.10 as part of the Amisys Advance (AA) Rel 2 installation, on OS 11i, rp7410 2xpartitioned server. We have already installed Microfocus COBOL, Java 1.4.2.07, Perl 5.8.6, apache, tomcat and suprtool 4.8.10. All of these are installed on partition 0 and the Oracle 9.2.0 database and Omnidex again is installed on partition 1, with communication via a vlan connection.
We are able to get the AA web page running, however, on submitting any query produces a "error: calling Do External: 1" message.
Hopefully, someone can help with the following:
1) does the omnidex server process odxsrvr need to run on the Oracle database server in addition to having the odxaim process running on the AA app server?
2) any help on resolving the above error message? Amisys suggests that it is as a result of COBOL being installed incorrectly, but I am not convinced of this (and neither is Microfocus' tech support) since we can compile and run COBOL programs outside of the AA app.
Any help would be greatly appreciated...
Thanks
--Youlette
If at first you don't succeed, change the rules!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 03:27 AM
03-18-2005 03:27 AM
Re: Installing Omnidex on HPUX
1) does the omnidex server process odxsrvr need to run on the Oracle database server in addition to having the odxaim process running on the AA app server?
If its accessing oracle data, its helpful torun on the same parition but not required. Oracle can be configured to allow access of data via the NIC card, host to host. To do so, tnsnames.ora and sqlnet.ora will need to be configured to do it.
2) any help on resolving the above error message? Amisys suggests that it is as a result of COBOL being installed incorrectly, but I am not convinced of this (and neither is Microfocus' tech support) since we can compile and run COBOL programs outside of the AA app.
Microfocus Cobol is infamous around here. If its install, configuration and test procedures were not followed exactly, it will simply return error codes. It does not have a facility for running on a different host than the application that is using it. It can't be on a different vpar, as far as I know.
SEP
If its accessing oracle data, its helpful torun on the same parition but not required. Oracle can be configured to allow access of data via the NIC card, host to host. To do so, tnsnames.ora and sqlnet.ora will need to be configured to do it.
2) any help on resolving the above error message? Amisys suggests that it is as a result of COBOL being installed incorrectly, but I am not convinced of this (and neither is Microfocus' tech support) since we can compile and run COBOL programs outside of the AA app.
Microfocus Cobol is infamous around here. If its install, configuration and test procedures were not followed exactly, it will simply return error codes. It does not have a facility for running on a different host than the application that is using it. It can't be on a different vpar, as far as I know.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 04:41 AM
03-18-2005 04:41 AM
Re: Installing Omnidex on HPUX
Steven,
The tnsnames.ora and sqlnet.ora files are already configured correctly access the db partition via the vlan.
We already have the odxaim process running on the application partition (per the AA docs). I want to verify whether or not we need odxaim and/or odxsrvr running on the database partition. This is not in the docs.
Microfocus COBOL is installed on the same partition as the Amisys Advance application, along with OMNIDEX (where odxaim is started). ONLY the Oracle database and a second recommended installation of Omnidex are installed on the second partition. I also mentioned that COBOL works without any errors outside of the AA app, thus, I am not convinced that it is a COBOL issue.
I am hoping to get a response from someone who is also migrating AA from hp3000 to HPUX platform and can shed some light on this.
The tnsnames.ora and sqlnet.ora files are already configured correctly access the db partition via the vlan.
We already have the odxaim process running on the application partition (per the AA docs). I want to verify whether or not we need odxaim and/or odxsrvr running on the database partition. This is not in the docs.
Microfocus COBOL is installed on the same partition as the Amisys Advance application, along with OMNIDEX (where odxaim is started). ONLY the Oracle database and a second recommended installation of Omnidex are installed on the second partition. I also mentioned that COBOL works without any errors outside of the AA app, thus, I am not convinced that it is a COBOL issue.
I am hoping to get a response from someone who is also migrating AA from hp3000 to HPUX platform and can shed some light on this.
If at first you don't succeed, change the rules!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 04:59 AM
03-18-2005 04:59 AM
Re: Installing Omnidex on HPUX
Hopefully someone else will respond then.
I agree with the installation problem diagnosis on the Cobol. The product is a PITA and the only way I got it working was a special, complex document from our HR software Vendor.
SEP
I agree with the installation problem diagnosis on the Cobol. The product is a PITA and the only way I got it working was a special, complex document from our HR software Vendor.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP