映射空白空间时出现问题 [英] Issue while mapping blankspaces

查看:70
本文介绍了映射空白空间时出现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


我不确定它是否是BizTalk错误,我想我会检查一下。我试图通过脚本函数在Oracle表中插入空格

 public string GetMXValue()
{
return"英寸;
}

因此它返回32个空格以插入Oracle Table中的字段。但我们收到错误


 发送端口。详细信息:"Microsoft.ServiceModel.Channels.Common.TargetSystemException:ORA-01400:无法将NULL插入("DEVLAW"。"GLTRANSREL"。"MX_VALUE_02")


我正在以正确的方式插入空白空间。我甚至尝试使用String函数并传递了32个空格。


解决方案


您是否尝试过应用Microsoft修补程序( https://support.microsoft.com/en-us/kb/2845542 )看到你仍然得到同样的错误吗?



希望这有助于!!!



如果您满意,请标记为已回答



Hello,

I am not sure if its the BizTalk error, thought I will check. I am trying to insert blank spaces in to the Oracle Table through the scripting functiods

public string GetMXValue()
{
return "                                ";
}

So it returns 32 blank spaces to insert in to a field in Oracle Table. But we get an error

 Send Port. Details:"Microsoft.ServiceModel.Channels.Common.TargetSystemException: ORA-01400: cannot insert NULL into ("DEVLAW"."GLTRANSREL"."MX_VALUE_02")

I am I doing the right way to insert the blankspaces. I even tried using the String functiods and passed 32 blankspaces.

解决方案

Hi,

Have you tried applying Microsoft fix (https://support.microsoft.com/en-us/kb/2845542) and see still are you getting the same error ?

Hope this Helps!!!

Please Mark as Answered if you satisfy with Reply.


这篇关于映射空白空间时出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆