免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2792 | 回复: 1
打印 上一主题 下一主题

[Tuxedo] 求救!关于tuxedo客户端调用的问题(急,在线等!!) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-05-10 18:08 |只看该作者 |倒序浏览
我在AIX5.3 上安装了Tuxedo Version 8.1, 32-bit的客户端
在调用服务的时候出现下面的错误:
161753.sgjf4!?proc.405578.1.0: 03-29-2006: Tuxedo Version 8.1, 32-bit
161753.sgjf4!?proc.405578.1.0: LIBTUX_CAT:6031: ERROR: Unable to pre-process buf
fer before tranmission.  Error code(4/3617)
161753.sgjf4!?proc.405578.1.0: LIBWSC_CAT:1045: ERROR: Presend on message failed
161753.sgjf4!?proc.405578.1.0: LIBWSC_CAT:1011: ERROR: tpcall() message send fai
lure


请那位高手帮忙解决一下

论坛徽章:
0
2 [报告]
发表于 2006-05-10 18:12 |只看该作者
buf类型如下:   
    sendbuf=(FBFR32 *)tpalloc("FML32", NULL, 0);
    if(sendbuf==NULL)
    {
        GateLog(ERR_LVL,"Tpalloc sendbuf failed\n");
                return( -1 );
    }
    rval = Finit32(sendbuf, (FLDLEN32)Fsizeof(sendbuf));

    recvbuf=(FBFR32 *)tpalloc("FML32", NULL, 512);
    if(recvbuf==NULL)
    {
        GateLog(ERR_LVL,"Tpalloc recvbuf failed\n");
        tpfree((char *)sendbuf);
        return( -1 );
    }
    rval=Finit32(recvbuf, (FLDLEN32)Fsizeof(recvbuf));
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP