gpt4 book ai didi

Azure 插入在数据库中失败,但查询有效

转载 作者:行者123 更新时间:2023-12-03 00:16:29 24 4
gpt4 key购买 nike

我正在尝试执行插入/替换:

          insertOrReplaceEntity('myusertables', task, function(error)

它总是出现错误代码,表明插入没有发生。

如何在 Azure 中调试它?

我正在使用 Azure 模拟器并在代码中包含:

var account = azure.ServiceClient.DEVSTORE_STORAGE_ACCOUNT;
var accountKey = azure.ServiceClient.DEVSTORE_STORAGE_ACCESS_KEY;

我 PUT 失败,返回 403。

{ error:
{ [Error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctl
including the signature.]
code: 'AuthenticationFailed',
message: 'Server failed to authenticate the request. Make sure the value of Authorization header is formed correc
y including the signature.' },
response:
{ isSuccessful: false,
statusCode: 403,
body:
{ '@': [Object],
code: 'AuthenticationFailed',
message: [Object] },
headers:
{ 'content-length': '356',
'content-type': 'application/xml',
server: 'Microsoft-HTTPAPI/2.0',
date: 'Mon, 12 Nov 2012 20:57:10 GMT' },
md5: undefined } }

最佳答案

如上所述here存储模拟器不支持插入或替换实体或插入或合并实体(称为 upsert 功能)。这就是为什么当您在代码中使用 insertOrReplaceEntity 时它会返回错误。如果您必须验证代码,您可能需要使用真实的Azure表存储进行检查。

关于Azure 插入在数据库中失败,但查询有效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13351508/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com