AnyChat技术支持论坛

标题: 有关207错误代码 [打印本页]

作者: Code    时间: 2014-1-4 17:37
标题: 有关207错误代码
问题如下:客户端登陆业务层推送客户端需要的数据(需要操作数据库),使用安卓客户端多次登陆退出测试,会触发207错误代码。之后客户端无法再登陆。 是否是因为业务层操作时间过长导致超时,如果超时是否能设置超时时长?(急)

作者: admin    时间: 2014-1-4 17:44
您好,请上传一下核心服务器的日志文件,谢谢!
作者: admin    时间: 2014-1-4 17:52
另外您还可以将业务服务器的调试模式打开(AnyChatServerSDK.ini,将里面的DebugMode改为1),会输出更多的日志信息供分析,包括回调函数的执行时间等。
作者: Code    时间: 2014-1-5 11:18
[2014-01-04 17:39:02(602)]        Successful communicate with the business server!
[2014-01-05 11:07:39(758)]        Fails to communicate with the business server!
[2014-01-05 11:07:46(571)]        Successful communicate with the business server!
[2014-01-05 11:14:32(446)]        Fails to communicate with the business server!
[2014-01-05 11:14:34(790)]        Successful communicate with the business server!


这是核心的日志
作者: Code    时间: 2014-1-5 11:19
[2014-01-05 11:14:34(258)]        AnyChat Server SDK Init,V4.8, Build Timeec 19 2013 10:26:22
[2014-01-05 11:14:34(258)]        Invoke        BRAS_InitSDK(0x0)
[2014-01-05 11:14:34(274)]        Success connected to anychatcoreserver...
[2014-01-05 11:14:34(790)]        OnUserLogoutActionExCallBack(UserId:3, dwErrorCode:212)        Elapse:0ms
[2014-01-05 11:14:41(227)]        VerifyUserCallBack(UserName:460036720058717,UserId:2)        ErrorCode:0        Elapse:0ms
[2014-01-05 11:14:41(336)]        Invoke        BRAS_TransBufferEx(ID:2-Len:1304)
[2014-01-05 11:14:41(383)]        OnUserLoginActionCallBack(UserId:2,UserName:460036720058717)        Elapse:156ms
[2014-01-05 11:16:05(571)]        OnTransBufferCallBack(UserId:2,Len:83)        Elapse:0ms
[2014-01-05 11:16:27(899)]        Invoke        BRAS_TransBuffer(ID:2, buf[0]=0x3c, buf[45]=0xa, Len:46)
[2014-01-05 11:16:27(899)]        OnUserLogoutActionExCallBack(UserId:2, dwErrorCode:0)        Elapse:16ms
[2014-01-05 11:16:34(180)]        VerifyUserCallBack(UserName:460036720058717,UserId:3)        ErrorCode:0        Elapse:0ms
[2014-01-05 11:16:34(227)]        Invoke        BRAS_TransBufferEx(ID:3-Len:1304)
[2014-01-05 11:16:34(352)]        OnUserLoginActionCallBack(UserId:3,UserName:460036720058717)        Elapse:125ms
[2014-01-05 11:16:36(571)]        Invoke        BRAS_TransBuffer(ID:3, buf[0]=0x3c, buf[45]=0xa, Len:46)
[2014-01-05 11:16:36(586)]        OnUserLogoutActionExCallBack(UserId:3, dwErrorCode:0)        Elapse:15ms
[2014-01-05 11:16:37(805)]        VerifyUserCallBack(UserName:460036720058717,UserId:4)        ErrorCode:0        Elapse:0ms
[2014-01-05 11:16:37(821)]        Invoke        BRAS_TransBufferEx(ID:4-Len:1304)
[2014-01-05 11:16:37(821)]        OnUserLoginActionCallBack(UserId:4,UserName:460036720058717)        Elapse:16ms
[2014-01-05 11:16:39(836)]        Invoke        BRAS_TransBuffer(ID:4, buf[0]=0x3c, buf[45]=0xa, Len:46)
[2014-01-05 11:16:39(836)]        OnUserLogoutActionExCallBack(UserId:4, dwErrorCode:0)        Elapse:0ms
[2014-01-05 11:16:40(915)]        VerifyUserCallBack(UserName:460036720058717,UserId:5)        ErrorCode:0        Elapse:0ms
[2014-01-05 11:16:40(930)]        Invoke        BRAS_TransBufferEx(ID:5-Len:1304)
[2014-01-05 11:16:40(946)]        OnUserLoginActionCallBack(UserId:5,UserName:460036720058717)        Elapse:16ms
[2014-01-05 11:16:43(211)]        Invoke        BRAS_TransBuffer(ID:5, buf[0]=0x3c, buf[45]=0xa, Len:46)
[2014-01-05 11:16:43(211)]        OnUserLogoutActionExCallBack(UserId:5, dwErrorCode:0)        Elapse:0ms
[2014-01-05 11:16:44(133)]        VerifyUserCallBack(UserName:460036720058717,UserId:6)        ErrorCode:0        Elapse:0ms
[2014-01-05 11:16:44(165)]        Invoke        BRAS_TransBufferEx(ID:6-Len:1304)
[2014-01-05 11:16:44(165)]        OnUserLoginActionCallBack(UserId:6,UserName:460036720058717)        Elapse:15ms
[2014-01-05 11:16:46(508)]        Invoke        BRAS_TransBuffer(ID:6, buf[0]=0x3c, buf[45]=0xa, Len:46)
[2014-01-05 11:16:46(508)]        OnUserLogoutActionExCallBack(UserId:6, dwErrorCode:0)        Elapse:16ms

这个是(AnyChatServerSDK.ini,将里面的DebugMode改为1)后的日志
作者: Code    时间: 2014-1-5 12:47
admin 发表于 2014-1-4 17:52
另外您还可以将业务服务器的调试模式打开(AnyChatServerSDK.ini,将里面的DebugMode改为1),会输出更多的 ...

已经贴上  能看出问题吗?
作者: admin    时间: 2014-1-5 13:38
两点建议:
1,更新核心服务器,业务服务器到最新的V4.9版本,看问题是否能解决!
2,用我们标准的业务服器,看是否正常?
作者: Code    时间: 2014-1-5 13:47
admin 发表于 2014-1-5 13:38
两点建议:
1,更新核心服务器,业务服务器到最新的V4.9版本,看问题是否能解决!
2,用我们标准的业务服 ...

不做业务逻辑处理  是正常的
作者: admin    时间: 2014-1-5 13:48
全部更新到V4.9是否正常?如果不正常,请上传核心服务器,业务服务器的log信息,谢谢!
作者: Code    时间: 2014-1-5 14:04
admin 发表于 2014-1-5 13:48
全部更新到V4.9是否正常?如果不正常,请上传核心服务器,业务服务器的log信息,谢谢!

[2014-01-05 14:02:12(305)]        AnyChat Server SDK Init,V4.9, Build Time:Jan  1 2014 11:40:33
[2014-01-05 14:02:12(305)]        Invoke        BRAS_InitSDK(0x0)
[2014-01-05 14:02:12(836)]        Success connected to anychatcoreserver...
[2014-01-05 14:02:13(368)]        OnUserLogoutActionExCallBack(UserId:-2, dwErrorCode:212)        Elapse:0ms
[2014-01-05 14:02:17(743)]        VerifyUserCallBack(UserName:460012032782286,UserId:2)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:17(743)]        OnUserLoginActionCallBack(UserId:2,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:17(899)]        Invoke        BRAS_TransBufferEx(ID:2-Len:1305)
[2014-01-05 14:02:19(618)]        OnUserLogoutActionExCallBack(UserId:2, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:19(618)]        Invoke        BRAS_TransBuffer(ID:2, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:23(461)]        VerifyUserCallBack(UserName:460012032782286,UserId:3)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:23(477)]        OnUserLoginActionCallBack(UserId:3,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:23(493)]        Invoke        BRAS_TransBufferEx(ID:3-Len:1305)
[2014-01-05 14:02:24(821)]        OnUserLogoutActionExCallBack(UserId:3, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:24(821)]        Invoke        BRAS_TransBuffer(ID:3, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:28(493)]        VerifyUserCallBack(UserName:460012032782286,UserId:4)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:28(508)]        OnUserLoginActionCallBack(UserId:4,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:28(508)]        Invoke        BRAS_TransBufferEx(ID:4-Len:1305)
[2014-01-05 14:02:29(758)]        OnUserLogoutActionExCallBack(UserId:4, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:29(758)]        Invoke        BRAS_TransBuffer(ID:4, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:31(008)]        VerifyUserCallBack(UserName:460012032782286,UserId:5)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:31(008)]        OnUserLoginActionCallBack(UserId:5,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:31(024)]        Invoke        BRAS_TransBufferEx(ID:5-Len:1305)
[2014-01-05 14:02:32(774)]        OnUserLogoutActionExCallBack(UserId:5, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:32(774)]        Invoke        BRAS_TransBuffer(ID:5, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:33(524)]        VerifyUserCallBack(UserName:460012032782286,UserId:6)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:33(524)]        OnUserLoginActionCallBack(UserId:6,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:33(540)]        Invoke        BRAS_TransBufferEx(ID:6-Len:1305)
[2014-01-05 14:02:34(821)]        OnUserLogoutActionExCallBack(UserId:6, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:34(821)]        Invoke        BRAS_TransBuffer(ID:6, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:36(040)]        VerifyUserCallBack(UserName:460012032782286,UserId:7)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:36(040)]        OnUserLoginActionCallBack(UserId:7,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:36(055)]        Invoke        BRAS_TransBufferEx(ID:7-Len:1305)
[2014-01-05 14:02:37(227)]        OnUserLogoutActionExCallBack(UserId:7, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:37(227)]        Invoke        BRAS_TransBuffer(ID:7, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:38(258)]        VerifyUserCallBack(UserName:460012032782286,UserId:8)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:38(258)]        OnUserLoginActionCallBack(UserId:8,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:38(274)]        Invoke        BRAS_TransBufferEx(ID:8-Len:1305)
[2014-01-05 14:02:39(540)]        OnUserLogoutActionExCallBack(UserId:8, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:39(540)]        Invoke        BRAS_TransBuffer(ID:8, buf[0]=0x3c, buf[172]=0xa, Len:173)

作者: Code    时间: 2014-1-5 14:05
Code 发表于 2014-1-5 13:47
不做业务逻辑处理  是正常的

还是报207了
作者: Code    时间: 2014-1-5 14:08
admin 发表于 2014-1-5 13:48
全部更新到V4.9是否正常?如果不正常,请上传核心服务器,业务服务器的log信息,谢谢!

[2014-01-05 14:02:12(305)]        AnyChat Server SDK Init,V4.9, Build Time:Jan  1 2014 11:40:33
[2014-01-05 14:02:12(305)]        Invoke        BRAS_InitSDK(0x0)
[2014-01-05 14:02:12(836)]        Success connected to anychatcoreserver...
[2014-01-05 14:02:13(368)]        OnUserLogoutActionExCallBack(UserId:-2, dwErrorCode:212)        Elapse:0ms
[2014-01-05 14:02:17(743)]        VerifyUserCallBack(UserName:460012032782286,UserId:2)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:17(743)]        OnUserLoginActionCallBack(UserId:2,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:17(899)]        Invoke        BRAS_TransBufferEx(ID:2-Len:1305)
[2014-01-05 14:02:19(618)]        OnUserLogoutActionExCallBack(UserId:2, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:19(618)]        Invoke        BRAS_TransBuffer(ID:2, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:23(461)]        VerifyUserCallBack(UserName:460012032782286,UserId:3)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:23(477)]        OnUserLoginActionCallBack(UserId:3,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:23(493)]        Invoke        BRAS_TransBufferEx(ID:3-Len:1305)
[2014-01-05 14:02:24(821)]        OnUserLogoutActionExCallBack(UserId:3, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:24(821)]        Invoke        BRAS_TransBuffer(ID:3, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:28(493)]        VerifyUserCallBack(UserName:460012032782286,UserId:4)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:28(508)]        OnUserLoginActionCallBack(UserId:4,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:28(508)]        Invoke        BRAS_TransBufferEx(ID:4-Len:1305)
[2014-01-05 14:02:29(758)]        OnUserLogoutActionExCallBack(UserId:4, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:29(758)]        Invoke        BRAS_TransBuffer(ID:4, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:31(008)]        VerifyUserCallBack(UserName:460012032782286,UserId:5)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:31(008)]        OnUserLoginActionCallBack(UserId:5,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:31(024)]        Invoke        BRAS_TransBufferEx(ID:5-Len:1305)
[2014-01-05 14:02:32(774)]        OnUserLogoutActionExCallBack(UserId:5, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:32(774)]        Invoke        BRAS_TransBuffer(ID:5, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:33(524)]        VerifyUserCallBack(UserName:460012032782286,UserId:6)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:33(524)]        OnUserLoginActionCallBack(UserId:6,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:33(540)]        Invoke        BRAS_TransBufferEx(ID:6-Len:1305)
[2014-01-05 14:02:34(821)]        OnUserLogoutActionExCallBack(UserId:6, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:34(821)]        Invoke        BRAS_TransBuffer(ID:6, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:36(040)]        VerifyUserCallBack(UserName:460012032782286,UserId:7)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:36(040)]        OnUserLoginActionCallBack(UserId:7,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:36(055)]        Invoke        BRAS_TransBufferEx(ID:7-Len:1305)
[2014-01-05 14:02:37(227)]        OnUserLogoutActionExCallBack(UserId:7, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:37(227)]        Invoke        BRAS_TransBuffer(ID:7, buf[0]=0x3c, buf[172]=0xa, Len:173)
[2014-01-05 14:02:38(258)]        VerifyUserCallBack(UserName:460012032782286,UserId:8)        ErrorCode:0        Elapse:0ms
[2014-01-05 14:02:38(258)]        OnUserLoginActionCallBack(UserId:8,UserName:460012032782286)        Elapse:0ms
[2014-01-05 14:02:38(274)]        Invoke        BRAS_TransBufferEx(ID:8-Len:1305)
[2014-01-05 14:02:39(540)]        OnUserLogoutActionExCallBack(UserId:8, dwErrorCode:0)        Elapse:0ms
[2014-01-05 14:02:39(540)]        Invoke        BRAS_TransBuffer(ID:8, buf[0]=0x3c, buf[172]=0xa, Len:173)

这是核心的日志
作者: Code    时间: 2014-1-5 14:11
admin 发表于 2014-1-5 13:48
全部更新到V4.9是否正常?如果不正常,请上传核心服务器,业务服务器的log信息,谢谢!

[2014-01-05 14:01:27(852)]        ---------------------Init Service--------------------------
[2014-01-05 14:01:27(868)]        Current File Version[4, 9, 0, 0],Build time:2014-01-01 11:41:52
[2014-01-05 14:01:27(977)]        Start Server At Demo Mode!
[2014-01-05 14:01:28(008)]        Load brservernetlayer.dll success!(V4.9, Build time:Jan  1 2014 11:41:21)
[2014-01-05 14:01:28(008)]        Start TCP Server Successed(port=8906)!
[2014-01-05 14:01:28(008)]        Start UDP Server Successed(port=8907)!
[2014-01-05 14:01:28(040)]        AnyChat IPC Filter Plus Init, Build Time:Jan  1 2014 11:41:32
[2014-01-05 14:01:28(040)]        Load SDK Filter Plus:IPCFilterPlus.dll Success, ver:SDK Filter Plus (IPC), for Windows V4.9
[2014-01-05 14:01:37(258)]        Successful communication with the RecordServer!(127.0.0.1:2470, id:-1)
[2014-01-05 14:02:13(352)]        Successful communicate with the business server!

贴错了 这个是核心服务的日志
作者: admin    时间: 2014-1-5 14:15
您好,您可以在业务服务器里面加一些自己的日志,排除一下问题!

从上面的log来看,SDK已经是最新的版本了,很可能是您的代码存在某些问题!
作者: Code    时间: 2014-1-5 14:17
admin 发表于 2014-1-5 13:48
全部更新到V4.9是否正常?如果不正常,请上传核心服务器,业务服务器的log信息,谢谢!

  //  用户身份验证回调函数定义  根据函数返回值决定是否验证身份成功,当返回0时,必须分配一个唯一的userid
        private static int OnVerifyUserCallBack_main(string userName, string password, ref int userID, ref int userLevel, IntPtr nickName, int len, int userValue)
        {
            try
            {
                userID = QCDocument.Instance.UserID;

                if (password.ToUpper() == "AMB")
                {
                    userLevel = ConstPM.UserLevel_Android;
                }
                else if (password.ToUpper() == "WEB")
                {
                    userLevel = ConstPM.UserLevel_Web;
                }
                else
                {
                    return ConstPM.GV_ERR_CERTIFY_FAIL;
                }

                byte[] toBytes = Encoding.Convert(Encoding.UTF8, Encoding.GetEncoding("gb2312"), Encoding.UTF8.GetBytes(userName));
                Marshal.Copy(toBytes, 0, nickName, toBytes.Length);

            }
            catch (Exception ex)
            {
                QCDocument.Instance.AddToWinQue(new TWinMsg("OnVerifyUserCallBack_main", "严重异常:" + ex.Message));
            }
            return 0;
        }

这是验证时的代码
作者: Code    时间: 2014-1-5 14:18
admin 发表于 2014-1-5 13:38
两点建议:
1,更新核心服务器,业务服务器到最新的V4.9版本,看问题是否能解决!
2,用我们标准的业务服 ...

private void OnUserLoginAction_CallBack_main(int userId, string userName, int level, string addr, int userValue)
        {
            try
            {
                QCDocument.Instance.AddToWinQue(new TWinMsg(Module_Name, "用户登录成功:OnUserLoginAction(" + "userId:" + userId.ToString() + ",userName:" + userName.ToString()
                     + ",level:" + level.ToString() + ",addr:" + addr + ",userValue:" + userValue.ToString() + ")"));

                //说明:此处的userName是身份验证过程赋予的值 安卓为IMSI,WEB为SimNO,苹果未扩展

                string msg = string.Format("{0},{1}", userId, userName);
                switch (level)
                {
                    case ConstPM.UserLevel_Android:
                        {
                            ExeAndroidLogin exe = new ExeAndroidLogin();
                            //exe.Run(msg);
                            ThreadPool.QueueUserWorkItem(new WaitCallback(exe.Run), msg);
                            break;
                        }
                    case ConstPM.UserLevel_Web:
                        {
                            ExeWebLogin exe = new ExeWebLogin();
                            //exe.Run(msg);
                            ThreadPool.QueueUserWorkItem(new WaitCallback(exe.Run), msg);
                            break;
                        }
                }
            }
            catch(Exception ex)
            {
                QCDocument.Instance.AddToWinQue(new TWinMsg("OnUserLoginAction_CallBack_main", "严重异常:" + ex.Message));
            }
        }

这是登陆后推送消息的代码   能解决吗   比较急
作者: admin    时间: 2014-1-5 14:20
您好,在您的代码中,UserID怎么是一个固定值,没有和用户名,密码关联?
作者: Code    时间: 2014-1-5 14:21
admin 发表于 2014-1-5 14:15
您好,您可以在业务服务器里面加一些自己的日志,排除一下问题!

从上面的log来看,SDK已经是最新的版本 ...

我已经都捕获异常了  就算是出错   应该不上报到你们的回调函数
作者: Code    时间: 2014-1-5 14:22
admin 发表于 2014-1-5 14:20
您好,在您的代码中,UserID怎么是一个固定值,没有和用户名,密码关联?

以1开始递增   和用户名关联
作者: Code    时间: 2014-1-5 14:24
admin 发表于 2014-1-5 14:20
您好,在您的代码中,UserID怎么是一个固定值,没有和用户名,密码关联?

可以和您qq聊吗
作者: admin    时间: 2014-1-5 14:25
不对吧,感觉是一个固定值?
userID = QCDocument.Instance.UserID;

作者: Code    时间: 2014-1-5 14:26
admin 发表于 2014-1-5 14:25
不对吧,感觉是一个固定值?

public int UserID
        {
            get
            {
                if (_userid > 9999)
                {
                    _userid = 1;
                }
                else
                {
                    _userid++;
                }
                return _userid;
            }
        }
作者: admin    时间: 2014-1-5 14:27
您自己加一些Log,看是哪个回调函数进入了,没有返回?
作者: Code    时间: 2014-1-5 14:28
admin 发表于 2014-1-5 14:27
您自己加一些Log,看是哪个回调函数进入了,没有返回?

那行吧  我先试下  
作者: admin    时间: 2014-1-5 14:29
另外,您还可以屏蔽一些代码,直到正常为止,缩小排查范围!
作者: admin    时间: 2014-1-5 14:31
SDK在这部分不存在问题,所以建议您从自身的代码来分析原因,谢谢!
作者: Code    时间: 2014-1-5 14:36
admin 发表于 2014-1-5 14:31
SDK在这部分不存在问题,所以建议您从自身的代码来分析原因,谢谢!

[Function Settings]
CloseFrontLink=1
AutoAddRoom=1
AllowGuestLogin=1
SDKFilterPlus=IPCFilterPlus.dll
MaxUsersPerRoom=500

SDKFilterPlus=IPCFilterPlus.dll
我用自己的业务服务 也要配置这个吗

作者: admin    时间: 2014-1-5 14:46
这个配置没有问题,不需要改,也是要配置的。
作者: Code    时间: 2014-1-5 15:08
admin 发表于 2014-1-5 14:46
这个配置没有问题,不需要改,也是要配置的。

我测试了 好像注销的回调函数触发不了。  我前五次正常登陆退出  第六次登陆后 安卓点退出 没有触发我服务器上的注销回调函数   之后就只能重启业务服务才能重新登陆了
作者: admin    时间: 2014-1-5 15:15
每个回调函数的入口,出口都加自己的日志,看是卡在哪个回调函数中了?
作者: admin    时间: 2014-1-6 10:47
您好,请问昨天的问题有结论了吗?
作者: Code    时间: 2014-1-6 11:30
admin 发表于 2014-1-6 10:47
您好,请问昨天的问题有结论了吗?

没有找到原因  我现在直接在你们的demo上的基础上加逻辑代码  就没有报207了  

随便问下
3.25.
中心端录像控制
DWORD BRAS_StreamRecordCtrl(DWORD dwUserId, BOOL bStartRecord, DWORD dwFlags, DWORD dwParam, DWORD dwRecordServerId);
功能:向中心录像服务器下达开始(或停止)录像的任务指令
返回值:0表示指令下达成功(并非录像成功),否则为出错代码
参数:
dwUserid: 目标用户编号,指定需要录像的用户,不能为-1
bStartRecord: 是否开始录像
dwFlags: 标志参数(保留,默认为0)
dwParam: 附带参数(保留,默认为0)
dwRecordServerId 录像服务器ID(保留,默认为0)
备注:

这个录像的参数怎么配置  除了用户ID  我其他参数都是默认1   可以录像  我想知道具体是什么意思 能说明下吗  api说明的不是很清楚

作者: admin    时间: 2014-1-6 11:44
建议其它的参数默认都为0即可。
其中:BOOL bStartRecord,为1表示开始录像,为0表示停止录像。

作者: ehomeud    时间: 2015-12-25 22:47
admin 发表于 2014-1-6 11:44
建议其它的参数默认都为0即可。
其中:BOOL bStartRecord,为1表示开始录像,为0表示停止录像。

这个你们207异常 根源没解决吧 他说的 注销回调没有调用,我这边也是登录验证是成功的 日志都打印的 但是运行一段时间就是207 没法解决了。。。。
作者: 佰锐科技-邵光清    时间: 2015-12-25 23:17
ehomeud 发表于 2015-12-25 22:47
这个你们207异常 根源没解决吧 他说的 注销回调没有调用,我这边也是登录验证是成功的 日志都打印的 但是 ...

您好,SDK是正常的,请运行我们的业务服务器demo程序,是否会出现这个问题?

另外建议参考楼上的方法——开启内核调试模式,在业务服务器中输出更多的日志信息,看看业务服务器是在什么地方报207,这样方便排查问题。
作者: ehomeud    时间: 2015-12-26 11:11
佰锐科技-邵光清 发表于 2015-12-25 23:17
您好,SDK是正常的,请运行我们的业务服务器demo程序,是否会出现这个问题?

另外建议参考楼上的方法 ...

已经开启了 都发了N次日志给你们了……
作者: ehomeud    时间: 2015-12-26 11:12
佰锐科技-邵光清 发表于 2015-12-25 23:17
您好,SDK是正常的,请运行我们的业务服务器demo程序,是否会出现这个问题?

另外建议参考楼上的方法 ...

即便是有问题 通过日志至少你可以确定是哪个接口 的问题吧……
作者: ehomeud    时间: 2015-12-26 11:13
佰锐科技-邵光清 发表于 2015-12-25 23:17
您好,SDK是正常的,请运行我们的业务服务器demo程序,是否会出现这个问题?

另外建议参考楼上的方法 ...

每次都是发个新版本的sdk 给我让我测试&……都快正式上线了 还是207  哎
作者: 佰锐科技-李永星    时间: 2015-12-26 13:34
ehomeud 发表于 2015-12-26 11:13
每次都是发个新版本的sdk 给我让我测试&……都快正式上线了 还是207  哎

您好,我们将妥善解决这个问题的,请给我们一点时间。




欢迎光临 AnyChat技术支持论坛 (http://bbs.anychat.cn/) Powered by Discuz! X3