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
1 answer
HP/Tandem TACL How to use the % as a value in the SQL like clause
In my TACL, I'm trying to create a variable used as input to an SQLCI command. I want to use a LIKE clause with a % as a wildcard. Every time it replaces the % with a ? causing the SQL statement to not return the desired results.
Code snippitz:
…

Michael Heath
- 28
- 5
0
votes
0 answers
Win64 openssl digest does not match SoapUI or HP Nonstop openssl
In the process of trying to determine how SoapUI creates the WS-Security header, and then duplicate that in openssl, I have found that the Windows version of openssl digest does not match what we are seeing in SoapUI and the openssl port that is on…

SRSeedBurners
- 1
- 1
- 3
0
votes
0 answers
OpenSSL vs. SoapUI signature values
We have a port of openssl on an HP Nonstop and have a requirement to send a SOAP request with the same security header which SoapUI is generating. Thus far, we have been able to get a match of the digest value (3 long days). Now I am throughly…

SRSeedBurners
- 1
- 1
- 3
0
votes
1 answer
SQLMX/IBM-liberty-datasource: Valid jdbc driver not found
I'm getting the below jdbc driver not found error, though I've included t4sqlmx-3.3.jar in /lib folder. What additional changes are required?

Espresso
- 5,378
- 4
- 35
- 66
0
votes
0 answers
Invalid timestamp received from non-stop SQL
I have a problem with the returned date from my database. I use an hp-nonstop SQL/mp database. My problem is that the time after the seconds isn't formatted correctly. However it is not that the date gets truncated after the milliseconds, there is…

J. Lev
- 307
- 3
- 19
0
votes
1 answer
Porting web service (SOAP) application to Tandem NonStop
Can anyone suggest the simplest way to implement a SOAP web service that:
implements a fairly simple protocol (incidentally, used for secure key management)
unwraps XML digital signatures
interacts with the Enscribe file system
does not have to be…

user741944
- 41
- 2
0
votes
1 answer
connect direct File (.cvs) file copy from Unix to HP Non stop
I am trying to copy a file from Unix to HP Non stop server through Connect Direct. But I am unable to copy the file. Following is what I am intending to do.
Copy a cvs file from Unix to Hp Non stop everyday.
The file will be…

Kishore
- 317
- 2
- 4
- 17
0
votes
1 answer
How to connect windows client to Tandem Pathway servers via TCP/IP
I have a Java client and a Tandem socket server program. I am able to connect to the server using the client but I want to configure the server program in a Tandem Pathway environment.
Can someone help me to configure the Tandem server program in a…

Ajitav Dutta
- 99
- 1
- 11
0
votes
1 answer
Not able to connect to an application server running in Tandem/NonStop using Java socket
I am new to Java socket programming and I am trying to connect to a Server running in Tandem/NonStop using a Java socket program.
The connection is getting refused.
Below is my Java program:
try {
Socket clientSocket = new Socket();
…

Ajitav Dutta
- 99
- 1
- 11
0
votes
0 answers
FTPSClient.listFiles() not working for NonStop/Tandem System
I am writing a small FTPS client that will download Enscribe files from NonStop/Tandem and will be processes in Windows. I am using the Apache Commons Net API to achieve this.
I am able to download and upload files from and to NonStop/Tandem. But I…

Ajitav Dutta
- 99
- 1
- 11
0
votes
1 answer
Java through JNI C code call Cobol program on HP Tandem
I would like to call Cobol program through java jni C code.
After calling my java code I got a following error: A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=fffffffff2667174, pid=1174405432, tid=4
This is…

uril
- 11
- 6
0
votes
1 answer
Not able to create .so file in httpd-2.4.18
While I am installing httpd-2.4.18 on non stop hp, I am not able to create .so file in modules. It creates only .a file. But .so file is required in httpd.conf. How to create .so file ?

hemant
- 1
- 1
0
votes
1 answer
Using Nonstop SQL with C#
Is there a way to connect to a HP Nonstop SQL database and perform CRUD operations from a C# based web application?
I have done some research on this and identified that Nonstop SQL can be accessed through ODBC drivers. However, there is clear…

Prashant
- 937
- 1
- 10
- 23
0
votes
1 answer
check if process is running in HP NonStop OSS Tandem
I have process name and would like to check if process is running in HP NonStop OSS. I created small C demo, but got error from Guardian PROCESS_GETINFO_ procedure. Error number is 3.
Below is my code. Could you please tell me what is the problem.…

uril
- 11
- 6
0
votes
1 answer
java.io.IOException: Bad file descriptor Jetty 9.2.10.v20150310
I started jetty in nonstop server on port 18095 and it was running fine, few days later suddenly noticed it consumes more CPU and when I check the log noticed the following log writing continiously
2015-07-08…

vels4j
- 11,208
- 5
- 38
- 63