Proprietary HP fault-tolerant server with associated operating system (Guardian) and tools. Originally manufactured by Tandem Computers and still often called "Tandems", they maintain a high degree of backward-compatibility and also provide an environment for the development and deployment of modern software. Use this tag if your question relates to the NonStop on either the Guardian or OSS personalities.
Questions tagged [hp-nonstop]
58 questions
0
votes
0 answers
Send files with Connect:Direct from HP NonStop (OSS) to UNIX
Have you have worked with Connect:Direct HP NonStop?
I wish to make the transmission of a file located in 'OSS' HP NonStop to UNIX.
Connect:Direct run it through NDMCOM in GUARDIAN90 but can not interpret my route home from OSS, they will have some…

neia
- 1
- 2
0
votes
1 answer
HPNonStop RestService Deployment
I build a Rest Service using Jersey and deploying it locally in Tomcat 6 it's working fine but When I am deploying into Hp-nonstop( I believe Tomcat 6) It's not coming up. Can you please help me with that.
I also tried to deploy an application…

Patel
- 31
- 6
0
votes
1 answer
NonStop ODBC: how the connections (ODBC servers) are assigned to CPUs?
We have an ODBC pool running on a NonStop server. The pool is connected to SQL/MX.
This pool is used by a few external Java applications, each of which has an JDBC pool connected to ODBC pool (e.g. 14 connections per application).
With time (after…

Vladimir Dyuzhev
- 18,130
- 10
- 48
- 62
0
votes
2 answers
Tandem process time calculation
Would really appreciate help in determining how I can calculate the time passed of a Tandem (Nonstop) process since its creation.
For example:
- I can get the Process creation time when I do a STATUS $proc, DETAIL and I get the textual time in…

Vu Nguyen
- 1
- 1
0
votes
2 answers
Problem getting Java Streams in HP Tandem (Non-Stop)
We are porting a simple Java application between Tandem NonStop systems, from G-Series to H-Series. Java version is 1.5.0_02.
When performing basic I/O tasks like getting output stream from or opening a client socket, we receive exceptions…

AndreaG
- 1,106
- 2
- 12
- 28
0
votes
2 answers
VB.Net falls over INTERVAL DAY(2) field type
I have an application written in VB.NET that collects information from an SQL/MX database via an ODBC driver. All works fine except for one specific table that contains two INTERVAL DAY(2) fields. When I run the query for this table I get an…

Rico Strydom
- 537
- 1
- 6
- 26
0
votes
3 answers
Calling C from COBOL: trouble with stderr
From my COBOL program, I'm calling my C module which itself makes calls to a proprietary library. This library insists on writing to stderr, although there's no stderr available since the main program is written in COBOL. Consequently, the program…

Philip
- 5,795
- 3
- 33
- 68
0
votes
5 answers
TACL error - HP NONSTOP Tandem
When I run a TACL script on HP NS (from 80') then I get the following error
$volume.subvolume.fooX File error 11
The TACL macro coresponding part is:
PURGE $volume.subvolume.fooX
I see through the TACL manual, but I could no find list of error…

user2013619
- 179
- 1
- 8
0
votes
1 answer
postgresql on HP NonStop system
I want to install postgres on HP NonStop J series server.
Can someone who is having experience on similar configuration help me out?
I did not found any postgres libraries/installation packages/patches for NonStop servers.
I am new to NonStop…

aashoo
- 404
- 4
- 13
0
votes
1 answer
API documentation for FTPopen(), FTPclose() et. al. on Tandem
I need to write a SFTP server in C for a HP NonStop (Tandem). There's an existing FTP server using functions such as FTPopen(), FTPput() and FTPclose().
Where can I find documentation on these functions?
As usual with HP NonStop documentation,…

Philip
- 5,795
- 3
- 33
- 68
0
votes
2 answers
Merging two tables where unique key comprises multiple columns
I have two tables A and B (with the same schema), and I want to merge them by inserting all entries from A into B. If table B already has data associated with a key from A, I want to silently drop those data.
The problem is that table B has a unique…

Philip
- 5,795
- 3
- 33
- 68
0
votes
1 answer
iPhone App for monitoring HP NonStop servers
We are planning to create an iPhone app that will monitor certain entities on the HP's NonStop platform. We already have our custom host web server components running on the NonStop platform handling http(s) requests and sending back XML response…

Saurabh
- 771
- 1
- 7
- 18
-1
votes
1 answer
how to FTP Enscribed file type of "U" to HP TANDEM non-stop server using python ftplib?
I have created a program to download file using ftplib and after editing the file content , I have uploaded to the HP TANDEM SERVER but the file is in ASCII format and it should be reflected as Enscribe file type "U" code 101,but it is reflecting as…

Manish Wadile
- 101
- 8