tuxedo錯誤碼6_TUXEDE返回的所有錯誤代碼

TUXEDE返回的所有錯誤代碼

tuxedo/include/atmi.h定于了TUXEDE返回的所有錯誤代碼。

/*

* tperrno values - error codes

* The man pages explain the context in which the following error codes

* can return.

*/

#define TPMINVAL 0 /* minimum error message */

#define TPEABORT 1

#define TPEBADDESC 2

#define TPEBLOCK 3

#define TPEINVAL 4

#define TPELIMIT 5

#define TPENOENT 6

#define TPEOS 7

#define TPEPERM 8

#define TPEPROTO 9

#define TPESVCERR 10

#define TPESVCFAIL 11

#define TPESYSTEM 12

#define TPETIME 13

#define TPETRAN 14

#define TPGOTSIG 15

#define TPERMERR 16

#define TPEITYPE 17

#define TPEOTYPE 18

#define TPERELEASE 19

#define TPEHAZARD 20

#define TPEHEURISTIC 21

#define TPEEVENT 22

#define TPEMATCH 23

#define TPEDIAGNOSTIC 24

#define TPEMIB 25

#define TPMAXVAL 26 /* maximum error message */

The following list describes the general meaning of each error:

TPEABORT

A transaction could not commit because either the work performed by the

initiator or by one or more of its participants could not commit.

TPEBADDESC

A call descriptor is invalid or is not the descriptor with which a conversational

service was invoked.

TPEBLOCK

A blocking condition exists and TPNOBLOCK was specified.

TPEDIAGNOSTIC

The enqueuing of a message on the specified queue failed. The reason for

failure can be determined by the diagnostic returned via ctl.

TPEEVENT

An event occurred; the event type is returned in revent.

TPEGOTSIG

A signal was received and TPSIGRSTRT was not specified.

TPEHAZARD

Due to some failure, the work done on behalf of the transaction could have

been heuristically completed.

TPEHEURISTIC

Due to a heuristic decision, the work done on behalf of the transaction was

partially committed and partially aborted.

TPEINVAL

An invalid argument was detected.

TPEITYPE

The type and subtype of the input buffer is not one of the types and subtypes

that the service accepts.

TPELIMIT

The caller’s request was not sent because the maximum number of

outstanding requests or connections has been reached.

TPEMATCH

svcname is already advertised for the server but with a function other than

func.

TPEMIB

The administrative request failed. outbuf is updated and returned to the

caller with FML32 fields indicating the cause of the error, as described in

MIB(5) and TM_MIB(5).

TPENOENT

Cannot send to svc because it does not exist or is not the correct type of

service.

TPEOS

An operating system error has occurred.

TPEOTYPE

The type and subtype of the reply are not known to the caller.

TPEPERM

A client cannot join an application because it does not have permission to do

so or because it has not supplied the correct application password.

TPEPROTO

A library routine was called in an improper context.

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/531944.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/531944.shtml
英文地址,請注明出處:http://en.pswp.cn/news/531944.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

java中finally和return的執行順序

注意:return的位置。。。從這幾個例子中可以看到,如果try之前沒有有條件的return,則try..catch..finally語句塊中的語句都是順序執行(如果try中或者catch中 有return語句,那么先執行該return,然后執行final…

oracle如何設置權限,ORACLE的權限設置

創建用戶create user abc identified by 123;----------------------------------------------------授權grant create session,create table to abcgrant create sysdba to database----------------------------------------------------然后conn abc密碼:123----…

有關try..catch..finally處理異常的總結

//看一下下面的程序,你能正確的寫出不同的testEx2()方法時,程序的最終打印出來的數據嗎....先不要看下面的答案 public class ExceptionTest { public ExceptionTest() { } boolean testEx() throws Exception { boolean ret true; try { ret te…

oracle key的含義,v$session SERIAL#字段的含義

liyx:#!/bin/bash||#Write by liyx||||#數據庫服務器地址||DBHOSTlocalhost||#數據庫登錄名||USERNAMEroot||#數據庫密碼||PASSWORDroot||#需要備份的數據庫 或 輸入類似 db1 db2 的列表清單 例 DBNAMES"all"||DBNAMES"ess_simple"||#備份MYSQL…

java.util.Scanner簡單應用

import java.util.Scanner; import java.io.*; public class FileScannerTest{public static void main(String args[]){ //**************Scanner 的一般用//1.public Scanner(InputStream source),利用InputStream 對象進行構造Scanner myScanner1 new Scanner(System.in);w…

oracle能查dml記錄么,如何查詢DML操作的詳細記錄

可以通過flashback_transaction_qurey視圖查詢eg:SQL> desc flashback_transaction_queryName Null? Type----------------------------------------- -------- ----------------------------XID …

krpano 場景切換 通知_一個基于Vulkan的異步場景加載設計

異步場景加載基本流程驗證完成。此方法理論上只需要使用3個Vulkan的指令隊列。對于移動平臺上的Vulkan,指令隊列數量極少,比如Adreno640只有3個指令隊列可用。所以理論上這一設計也適合目前的移動平臺使用。(1) graphic_queue:用于完成當前場…

oracle 數據庫回閃,各種數據庫閃回的總結

本帖最后由 guoyJoe 于 2013-3-26 21:15 編輯一、Fashback Query閃回查詢:Books-->APP-->Application Developers Guide - Fundamentals-->Flashback1、應用Flashback Query查詢過去的數據select * from t1 as of scn 44545454;select * from t1 as of tim…

poj 2528 Mayor's posters(線段樹+離散化)

1 /*2 poj 2528 Mayors posters 3 線段樹 離散化4 5 離散化的理解:6 給你一系列的正整數, 例如 1, 4 , 100, 1000000000, 如果利用線段樹求解的話,很明顯7 會導致內存的耗盡。所以我們做一…

漢儀尚巍手書有版權嗎_為什么“漢儀尚巍手書”會大行天下?

昨夜,我寫了篇文章《莫選最丑尚巍體,要選美麗中國字!》發到朋友圈、微信群里,得到了一些朋友的反饋,有位朋友居然還認識尚巍,把他的微信推給了我。我加了尚巍的微信,待他通過后,便連…

如何查詢linux服務器的網卡,Linux服務器如何查看有沒有無線網卡

還是實驗室那臺服務器,連不上網。有沒有界面,所以想著如何用一些命令來鏈接上熱點。當然,在Linux下鏈接wifi沒有win下那么一點就好了!首先我們需要的基本條件就是: 服務器上有無線網卡。[roottomato2 ~]# iwconfiglo n…

java中如何生成可執行的jar文件

java中如何生成可執行的jar文件最簡單的方法就是:jar -cfe Card.jar CardLayoutDemo CardLayoutDemo$1.class CardLayoutDemo$myAct ionListener.class CardLayoutDemo.class myClosingListener.class myPanel.class jar命令為java自帶的專用打包工具; c…

ecs硬盤數據遷移_阿里云ECS新增數據盤以及遷移數據方法

第一、檢查數據占用以及數據盤我們從探針可以看到,本身有30GB的硬盤只用到不到10GB,而且系統和WDCP面板/網站都系統盤中。通過fdisk -l 我們可以看到還有21GB的沒有格式化和掛載,系統只用到10.7GB。第二、對數據盤分區fdisk /dev/xvdb第三、查…

linux文件瀏覽 ls,linux瀏覽文件命令

在linux下我們要瀏覽文件的內容,可以通過相關的命令來執行操作,下面由學習啦小編為大家整理了linux下瀏覽文件命令的相關知識,希望對大家有所幫助!linux瀏覽文件命令1.cat[功能說明]查看文件的內容#cat本身是一個串接命令,把指定一…

python的多行語句可以使用反斜杠_python 為什么不用分號作終止符?

作者:豌豆花下貓 來源:Python貓一般而言,編程語言中使用分號“;”來實現兩種目的:作為語句分隔符:使用分號來分隔語句(statement),這樣就能在一行代碼中書寫多條語句(一行…

linux dlopen 內存,Linux下加載庫的有關問題(dlopenm, dlsym)

Linux下加載庫的問題(dlopenm, dlsym)如題, 程序中發現load庫成功,但是加載函數的時候報錯: undefined symbol functionname是很簡單的一個東西,因為不熟悉,所以老是弄不好,請各位指導!代碼如下&#xff1a…

grafana zabbix 模板_Grafana + Zabbix 監控系統搭建

rafana:一個靜態項目,需要聯合nginx、apache等使用,友好的如下顯示首先安裝 grafana官網http://grafana.org/download/ 有好多版本可選,好幾種包形式,三種安裝方式(官方說明):1、yum直接安裝 rpm包&#xf…

java二維數組的常見初始化

public class Test{public static void main(String[] args){//第一種&#xff1a;//int[][] arr1 new int[][]{{1,2}, {2, 3}, {4, 5}};int[][] arr1 {{1,2}, {2, 3}, {4, 5}};System.out.println("arr1的數值&#xff1a;");for(int i0; i<3; i)for(int j0; j…

linux svn 備份腳本,SVN熱備份腳本

SVN熱備份腳本2011-08-03 徐磊#!/bin/sh########################################################## Script to do incremental rsync backups# modidfy: wanjie.info# date: 2010/06/04# 這個腳本不是xulei寫的&#xff0c;我只是拿來主義&#xff0c;當然如果大家看不明白…

python如何刪除對象屬性_如何優雅的刪除對象中的指定屬性?

要優雅的話&#xff0c;使用 Lodash 的 omit 方法移除不要的屬性&#xff1a;const object { a: 1, b: 2, c: 3 };const result _.omit(object, [a, c]);// > { b: 2 }或者用 pick 方法只留下需要的屬性&#xff1a;const object { a: 1, b: 2, c: 3 };const result _.p…