1. Anoop Chaurasia
  2. PowerServer
  3. Monday, 9 October 2023 19:44 PM UTC

Running below SQL query in powerserver:

select count(1)
into :ll_count
from message
WITH (NOLOCK)
where employeeid_to = :ll_employeeid
and warn = 'Yes' and isnull(DATEDIFF(day, cast(:now as date) , cast(messagedt as date)),0) < 1
and isnull(status, 'NULL') <> 'Completed'

 

error:

"ErrorCode": -1,
"ErrorMessage": "One or more errors occurred. (The parameter type cannot be deduced because a single expression contains two untyped parameters, '@P0' and '@P1'.)"

David Xiong @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 11 October 2023 06:05 AM UTC
  2. PowerServer
  3. # 1

Hi Anoop,

In our environment, we cannot simulate and reproduce the problem you encountered. We recommend that you provide a small case that can reproduce this problem (including table structure, test data), and then submit a ticket in our Support system (https://www.appeon.com/standardsupport/newbug). Thank you!


Regards,
David

Comment
There are no comments made yet.
Anoop Chaurasia Accepted Answer Pending Moderation
  1. Tuesday, 10 October 2023 20:54 PM UTC
  2. PowerServer
  3. # 2

Hi Armeen,

Here are the details.

What version of PowerServer? PowerServer 2022 R2

What database? SQL Server 2019

What version of database? 2019

 

Thank You,

Anoop

Comment
  1. Armeen Mazda @Appeon
  2. Wednesday, 11 October 2023 14:40 PM UTC
Please open a support ticket: https://www.appeon.com/standardsupport/newbug
  1. Helpful
There are no comments made yet.
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 10 October 2023 13:00 PM UTC
  2. PowerServer
  3. # 3

What version of PowerServer?

What database?

What version of database?

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.