Questions tagged [tandem]

Tandem Computers, Inc. was the dominant manufacturer of fault-tolerant computer systems for ATM networks, banks, stock exchanges, telephone switching centers, and other similar commercial transaction processing applications requiring maximum uptime and zero data loss. The company was founded in 1974 and remained independent until 1997. It is now a server division within Hewlett Packard.

Tandem Computers, Inc. was the dominant manufacturer of fault-tolerant computer systems for ATM networks, banks, stock exchanges, telephone switching centers, and other similar commercial transaction processing applications requiring maximum uptime and zero data loss. The company was founded in 1974 and remained independent until 1997. It is now a server division within Hewlett Packard.

Tandem's NonStop systems use a number of independent identical processors and redundant storage devices and controllers to provide automatic high-speed "failover" in the case of a hardware or software failure.

54 questions
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
1 answer

SWT tandem scrollbars in composite

I'm trying to add a button above the create two ScrolledComposites that scroll in tandem snippet from swt snippets the problem is that if I put the example code in a different Composite than the shell the example not working import…
yossico
  • 3,421
  • 5
  • 41
  • 76
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
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

Group tandem records

I have a table like this: | A | B | ----------------- | 22.1 | 15.8 | | 12.15 | 4.55 | <- Duplicate record | 12.15 | 4.55 | <- Duplicate record | 12.15 | 4.55 | <- Duplicate record | 30.4 | 44.12 | | 10.5 | 7.58 | | 31.2 | 65.1…
aditya
  • 302
  • 3
  • 15
0
votes
1 answer

soapui- access tandem DB

I want to access tandem database, and for that i set Driver : com.tandem.t4jdbc.SQLMXDriver and test connection gives following error com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [com.tandem.t4jdbc.SQLMXDriver],…
Pooja
  • 2,162
  • 5
  • 33
  • 64
-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…
-2
votes
1 answer

How can I configure Pericom Tandem Emulator(TN6530) with QTP

I know how to connect Hummingbird with QTP but dont know how to configure Pericom Tandem Emulator(TN6530) . I dont even know if it supports hillapi or not. Please provide detailed answer.
1 2 3
4