Hello
Relatively new to PDSOE and PASOE. Version 11.6.3.
Progress database default date format is MDY, we are using YMD. With Appbuilder we was (globally) setting the date-format with -d client startup parameter (within shortcut Startup Line).
What is the proper way to specify the -d within PDSOE?
- Is there some workspace parameter 'field' that should be used for this?
- Or it should be specified within (each) Database connection parameters?
- Or it has to be specified in the Constructor of Application 'main' Class with SESSION:DATE-FORMAT = 'ymd'?
What is the proper way to specify the -d within PASOE?
- Which parameter field should be used (unless answer on previous question is Class.
Thank you.
Of course there is a way to set every progress client or agent to use the same -d setting.
In your OpenEdge install directory you will find a startup.pf file. Every OpenEdge client or agent references this file. In it you will probably find the -d set to MDY. Change it to -d YMD and everything run from this install will use that by default.
HTH, Roy
Thanks Brian. That is for PDSOE...
Where I can set it up for PASOE appserver (within OpenEdge Explorer)?
Of course there is a way to set every progress client or agent to use the same -d setting.
In your OpenEdge install directory you will find a startup.pf file. Every OpenEdge client or agent references this file. In it you will probably find the -d set to MDY. Change it to -d YMD and everything run from this install will use that by default.
HTH, Roy
Great, Thanks all. Have a great weekend.