Questions tagged [hp-nonstop]

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.

58 questions
1
vote
0 answers

Executing a function based on an event where a function returns in c, is this possible in runtime?

the issue I'm experiencing , is certain applications make use of a library that has been created to include logging , we cannot recompile the code for the running applications as they are legacy applications. so I need to add functionality in the…
CK_ONE
  • 11
  • 2
1
vote
2 answers

JDBC database connection fails due to inexistent catalog

I am trying to query a NonStop SQL/MX database using JDBC. I have the correct driver and I manage to connect to the database and to initialize a statement with the following lines of code (which i found…
dokaspar
  • 8,186
  • 14
  • 70
  • 98
0
votes
1 answer

Tandem - Is there an equivalent to cURL in HP NonStop?

I need to execute a simple HTTP POST to a URL from the NonStop computer to make sure a service functions correctly. Is there a way to do this?
vuimo
  • 1
0
votes
1 answer

How to get the NONSTOP hp db driver?

How can I connect to a sql/mp or sql/mx database on Nonstop using python.? i have followed this to get the connection established to HP nonstop database, I am getting error as driver DRIVER={NonStop ODBC/MX 3.6} is not found. Help is appreciated.
0
votes
3 answers

TACL Filtering results from a history command

I have been trying to think of solutions for this but have not had much luck on my own. I am trying to create a macro/routine that will filter out certain results from the system as we normally get flooded by them. Is there a way to filter results…
Gizmo0
  • 13
  • 5
0
votes
3 answers

TACL How to use multiple Arguments

I was wondering if we have any TACL experts out there can can help me answer probably a very basic question. How do you inject multiple arguments into you routine. This is what I have currently so far [#CASE [#ARGUMENT / VALUE job_id/number /minimum…
Gizmo0
  • 13
  • 5
0
votes
3 answers

Is there a grep equivalent in TACL on HP-Nonstop?

As it says in the title; if yes, I would, of course, need a bash-like pipe in order to use it comfortably.
Benjamin Zach
  • 1,452
  • 2
  • 18
  • 38
0
votes
1 answer

How can I connect to a sql/mp or sql/mx database on Nonstop using python.?

I am trying to connect to a sql/mx database using python on OSS. However, it does not seem to be working. I would appreciate any solutions be it both to connect externally or from Python on OSS.
rynrain
  • 1
  • 1
0
votes
0 answers

JDBC BigDecimal - Precision Issue

When reading a decimal value with 12 digits after decimal point from a table using resultSet.getBigDecimal("COL1") it returns the value with some additional numbers at the end. For instance, the value on the table is 29963.26, but the value returned…
Thulasi
  • 126
  • 3
  • 19
0
votes
1 answer

HP Nonstop Tandem T4SQLMX driver double precision issue

I use T4SQLMX type 4 jdbc driver to read a double precision field from a SQL/MX table. The Actual value is 29963.26, however, the value read using the jdbc driver seems to be 29963.260000000002. This seems to be an issue even if I read it as…
Thulasi
  • 126
  • 3
  • 19
0
votes
0 answers

Invalid function argument when setting receivebuffer size by netty

Starting up micro services with wso2 msf4j throws error 4022 socket exception on one non-stop machine but works fine on multiple other machines machine including j and l series. We are currently using msf4j 2.1.0, ws02 5.1, and Netty 4.0.3. Most of…
0
votes
2 answers

JDBC DatabaseMetaData method not implemented by JDBC(T4SQLMX) driver

I am setting up a Spring-boot application to connect to HP NonStop Tandem's SQL/MX. First I achieved this connection by hard-coding the jdbc parameters like dataSource, URL, etc in the service section of the application and it worked (I was able to…
Thulasi
  • 126
  • 3
  • 19
0
votes
2 answers

Unstructured disk file conversion

I am working on TACL/OSS environment where I need to make a copy of unstructured disk file and then work on it. FUP DUP command creates a new copy of file which is unstructured one. I have code written in Unix for manipulating a file(.txt) tested on…
Christie
  • 19
  • 8
0
votes
1 answer

Python commands on OSS

I have extracted the python 2 package in OSS HP Non stop environment with the help of Network team. Does anyone know how to invoke python commands in OSS? If I try OSH it takes me to the Linux environment. When I try to access python its giving…
Christie
  • 19
  • 8
0
votes
1 answer

How to get started?

I am trying to get started with HP Nonstop and am trying to set up a local development environment http://h17007.www1.hpe.com/nl/en/enterprise/servers/integrity/nonstop/nonstop-development.aspx#.W8SYvxNKhQJ There are some dead links here. Does…
zatopek
  • 333
  • 2
  • 8