I have just installed the trial of pb 2017 and the new pfc 2017. My application fails with the following error when going through the pfc security routine. Shown below that is the sql from the d_pfccontrollist. Is window now a reserved word? It fails in the painter as well but if I copy the sql to mgmt studio, there is no problem and it works fine.
Incorrect syntax near 'window'
SELECT security_info.window
, security_info.control
, security_info.status
, security_users.priority
FROM security_info
, security_users
WHERE(security_users.name = security_info.user_name)
AND ("security_info"."window" = 'w_gr_frame')
AND ("security_info"."user_name" = 'xyzuser')
AND ("security_info"."application" = 'inv')
ORDER BY security_info.control ASC
, security_users.priority ASC