-
John Raghanti
- PowerServer
- Tuesday, 15 April 2025 04:32 PM UTC
Hi! I'm running PB 2022 R3 Build 3397 with SQL Server 2019 backend.
I'm getting some build errors like this:
C:\source\desktop_admin.pbl|d_provider_type_selection_dd Error: Incorrect syntax near 'identifier'.
This datawindow compiles and works in client/server but not in PowerServer.
How do I determine what the PowerServer compiler is complaining about? Is there a utility or something that I can use to plug in SQL or datawindows and get more information about what's wrong? I need everything to work in both client/server and PowerServer environments. Is the issue the SQL or something in the datawindow?
Here's the datawindow SQL:
SELECT "v_ref_specialty"."identifier",
"v_ref_specialty"."description",
"v_ref_specialty"."taxonomy_code",
("v_ref_specialty"."taxonomy_code" + ' ' + "v_ref_specialty"."description") as taxonomy_code_description
FROM "v_ref_specialty"
WHERE "v_ref_specialty"."taxonomy_code" <> ''
Thanks for any direction!
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.