Hola
Hola, estamos experimentando un error con la opción PWDialog=1 del DBParm con ASE 16. La aplicación Powerbuilder se desarrolló en la versión 12.5 y allí el cambio de contraseña funcionó correctamente cuando expiró. Al migrar la aplicación a la versión Powerbuilder 2019 R3, no permite cambiar la contraseña.
Esperamos sus comentarios.
SQLCA. DBParm = "Release='16',Host='"+gb_name_computer+"', AppName = 'Sistemas"+"', PWDialog=1"
Lamentablemente, Ingeniería aún no ha solucionado el error del producto que figura en el ticket n.° 7691.
La última respuesta fue... "No tenemos un plan para solucionar este error en este momento. Le sugiero que utilice la solución alternativa para evitar el problema por el momento".
Sin embargo, el ticket fue reconocido como un "error" y su estado se cambió a "programación" (en la lista de "cosas por hacer" de Ingeniería). HT
Saludos... Chris
--------------------------------------------------
Unfortunately that product bug as listed in Ticket # 7691 has not been addressed yet by Engineering.
The last response was ... "We don’t have a plan to fix this bug at this moment. I suggest you use the workaround to bypass the issue for the time being."
However the ticket was acknowledged as a "bug" and its status has been changed to "scheduling" (on Engineering's ToDo list). HTH
--------------------------------------------------
Hi Gerson;
This is a known issue (bug) in PB2019R3 as already reported in ticket #7691.
The "workaround" is as follows...
Currently, try to work around it by temporarily changing the DBMS to "SYC Adaptive Server Enterprise", for example:
SQLCA.DBMS = "SYC Adaptive Server Enterprise"
After changing the password, set SQLCA.DBMS = "ASE Adaptive Server Enterprise" again to connect to the database and run your application.
Please note that Appeon Engineering is still analyzing the issue in ticket #7691. Therefore, there is currently no solution for this issue.
Regards...Chris