Find Jobs
Hire Freelancers

Troubleshoot WebAPI with stored procedure

$10-40 USD

已完成
已发布10 个月前

$10-40 USD

货到付款
I am looking for someone to troubleshoot a data retrieval issue with my WebAPI. Specific Requirements: - Experience with WebAPI and troubleshooting data retrieval issues - Familiarity with stored procedures and their potential use in resolving this issue - Ability to assess the urgency of the problem and prioritize accordingly Skills and Experience: - Strong understanding of WebAPI and its associated technologies - Proficiency in troubleshooting data retrieval issues - Knowledge of stored procedures and their potential use in resolving issues - Ability to prioritize and manage tasks based on urgency This project is of medium priority, and I am looking for someone who can address the data retrieval issue efficiently and effectively. Addr1 is not found in the schema of any tables involved. Error: [login to view URL]: The required column 'Addr1' was not present in the results of a 'FromSql' operation. at [login to view URL]`[login to view URL](IReadOnlyList`1 columnNames, DbDataReader dataReader) at [login to view URL]`[login to view URL](Enumerator enumerator) at [login to view URL]`1.Enumerator.<>c.<MoveNext>b__21_0(DbContext _, Enumerator enumerator) at [login to view URL][TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) at [login to view URL]`[login to view URL]() at [login to view URL]`1..ctor(IEnumerable`1 collection) at [login to view URL][TSource](IEnumerable`1 source) at [login to view URL](DateTime BoxedDate) in C:\Users\Administrator\source\repos\QRaPAPI-QualityReassuranceProjectAPI\QRaPAPI-QualityReassuranceProjectAPI\Controllers\[login to view URL]:line 23 at lambda_method5(Closure, Object) at [login to view URL](ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at [login to view URL](ActionExecutedContextSealed context) at [login to view URL](State& next, Scope& scope, Object& state, Boolean& isCompleted) at [login to view URL]() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at [login to view URL](HttpContext context) at [login to view URL](HttpContext httpContext) at [login to view URL](HttpContext httpContext, ISwaggerProvider swaggerProvider) at [login to view URL](HttpContext context) at [login to view URL](HttpContext context) HEADERS ======= Accept: text/plain Connection: keep-alive Host: localhost:7131 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/[login to view URL] Safari/537.36 Accept-Encoding: gzip, deflate, br Accept-Language: en-US,en;q=0.9 Referer: https://localhost:7131/swagger/[login to view URL] sec-ch-ua: "Not_A Brand";v="99", "Google Chrome";v="109", "Chromium";v="109" sec-ch-ua-mobile: ?0 sec-ch-ua-platform: "Windows" Sec-Fetch-Site: same-origin Sec-Fetch-Mode: cors Sec-Fetch-Dest: empty storedproc: ALTER PROCEDURE [dbo].[GNC_QRP_MissingPics] @BoxedDate DATE --exec GNC_QRP_MissingPics '2023-08-04' AS BEGIN -- Create temporary table to store data CREATE TABLE #TempTableQRP ( DateOnly DATE, OrderNumber VARCHAR(8), LineNumber VARCHAR(2), PictureTitle VARCHAR(255), LineCabName VARCHAR(255), RowRank INT ); -- Populate the temporary table with data INSERT INTO #TempTableQRP (DateOnly, OrderNumber, LineNumber, PictureTitle, LineCabName, RowRank) SELECT CONVERT(DATE, [login to view URL]) AS DateOnly, [login to view URL], [login to view URL], [login to view URL], [login to view URL], ROW_NUMBER() OVER (PARTITION BY CONVERT(DATE, [login to view URL]), [login to view URL], [login to view URL] ORDER BY CONVERT(DATE, [login to view URL]), [login to view URL], [login to view URL]) AS RowRank FROM GNC_QRP_ShippingPictures pic WHERE CONVERT(DATE, [login to view URL]) = @BoxedDate; -- Retrieve missing picture data from the main table SELECT sd.ORDNUM_28, sd.LINNUM_28 FROM so_detail sd inner join Part_Sales ps on sd.PRTNUM_28 = ps.PRTNUM_29 LEFT JOIN #TempTableQRP sp ON sd.ORDNUM_28 = [login to view URL] AND sd.LINNUM_28 = [login to view URL] WHERE substring(ps.SLSCAT_29,1,1)<> '*' and substring(ps.SLSCAT_29,2,1)<> '*' and substring(ps.SLSCAT_29,1,1)<> ' ' and sd.ORDNUM_28 IN ( SELECT DISTINCT OrderNumber FROM GNC_QRP_ShippingPictures WHERE CONVERT(DATE, BoxedDate) = @BoxedDate ) AND [login to view URL] IS NULL AND sd.DELNUM_28 = '01'; -- Drop the temporary table DROP TABLE #TempTableQRP; END; Output from exec GNC_QRP_MissingPics '2023-08-04' ORDNUM_28 LINNUM_28 21012074 05 21012074 06 21012075 03 21012075 04 21012075 05 21012075 06 21012075 07 21012075 08 21012075 09 21012075 12 21012075 13 21012075 14 21012075 15 21012370 03 21012370 04 21012370 06 21012370 07 API GET: [HttpGet("{BoxedDate}")] public async Task<ActionResult<List<MissingPicsModel>>> GetMissingPics(DateTime BoxedDate) { Gnconyx20160801Context context = new Gnconyx20160801Context(); var result = [login to view URL]($"EXECUTE GNC_QRP_MissingPics {BoxedDate}") .ToList(); return Ok(result); }
项目 ID: 37023912

关于此项目

8提案
远程项目
活跃10 个月前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
Hi, The error you're facing, [login to view URL]: The required column 'Addr1' was not present in the results of a 'FromSql' operation, is a mismatch between the data being returned from your stored procedure and the expected data structure in your C# model.. I can sort it out right now in 15 minutes :) I'm ready. Marek
$25 USD 在1天之内
5.0 (5条评论)
3.6
3.6
8威客以平均价$56 USD来参与此工作竞价
用户头像
Hello, a pleasure to greet you, my name is Alex, I would be interested in working on your project, I have immediate availability I remain attentive to your comments Greetings
$40 USD 在1天之内
5.0 (86条评论)
5.6
5.6
用户头像
Hello, My name is Abdullah and I am a seasoned information technology professional with expertise in consulting, software development, CRMs, CMMS, Power BI, Mobile Applications and database programming. I have extensive experience in troubleshooting data retrieval issues with Web APIs and stored procedures. I understand that you are looking for someone to help you troubleshoot a data retrieval issue with your WebAPI. Specifically, you need someone with experience in WebAPI and troubleshooting data retrieval issues who is familiar with stored procedures and their potential use in resolving this issue. I believe I am the best fit for this project due to my strong understanding of WebAPI and its associated technologies as well as my proficiency in troubleshooting data retrieval issues. Come over and chat to discuss it further. Best, Abdullah
$250 USD 在7天之内
5.0 (1条评论)
2.6
2.6
用户头像
Hello there Onyx C., Good morning! I’ve carefully checked your requirements and really interested in this job. I’m full stack .NET developer working at large-scale apps as a lead developer. I’m offering best quality and highest performance at lowest price. I can complete your project deligently well in advance of deadline and your will experience great satisfaction with me. I’m well versed in .Net Framework, C#, ASP.NET MVC, Web Form, HTML, CSS, Javascript, Entity Framework Core, Angular, Vue.js, React, React Native, MSSql, MySQL, PostgreSQL, CI/CD, WPF, C# Windows Forms as well as GitHub, Bitbucket, Docker, Kubernetes, JIRA. I have rich experienced in Microsoft SQL Server, C# Programming, .NET and Software Architecture. For more information about me, please refer to my portfolios. I’m ready to discuss your project and start immediately. "EXECUTE GNC_QRP_MissingPics {BoxedDate}" Looking forward to hearing you back and discussing all details.. Best Regards
$10 USD 在3天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hello there As a multi-talented individual, I specialize in Graphic Design, Illustration, Excel, Photoshop, and Web Development. With a keen eye for detail and a commitment to delivering exceptional results, I'm here to help with your project. I understand that you are looking for someone to troubleshoot a data retrieval issue with your WebAPI. Specifically, you're looking for someone with experience in WebAPI and troubleshooting data retrieval issues; who has knowledge of stored procedures; and who can assess the urgency of the problem and prioritize accordingly. Based on my extensive experience in .NET, Microsoft SQL Server, software architecture as well as other relevant technologies such as APIs and frameworks, I believe I am the best fit for this project. I would be more than happy to discuss how I can contribute to your success further if given the opportunity. Please don't hesitate to contact me if you have any questions or would like me to provide more information about myself or my services.
$10 USD 在1天之内
0.0 (1条评论)
0.0
0.0
用户头像
Hi there, As an experienced full stack developer, I can help you with data retrieval issue with your webAPI. Let's discuss it further. Imran
$25 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hello, I'm Abu Gosia. I'm interested in your project very well. I'm good in C#, .Net Core, MVC, ASP.NET, Angular.js, Yii2, PHP, Laravel, Codeigneter, Wordpress, Open Cart. I m quite well experienced in these jobs. Let's go ahead with me. Thanks
$50 USD 在1天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
Midwestern, United States
5.0
4
付款方式已验证
会员自9月 15, 2022起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。