Consultor Eletrônico



Kbase P58848: Dynamics. -d dmy Startup Paremeter is ignored.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/23/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

Dynamics. -d dmy Startup Paremeter is ignored.

CAUSE:

If you start the AppServer with -d dmy and the Session with -d dmy.
The European date format is ignored.

DEF VAR PedroBirthday AS DATE INITIAL 04/12/1963.
MESSAGE PedroBirthday SESSION:DATE-FORMAT VIEW-AS ALERT-BOX.
SESSION:DATE-FORMAT = "DMY".
MESSAGE PedroBirthday SESSION:DATE-FORMAT VIEW-AS ALERT-BOX INFORMATION.

CAUSE:

The Startup -d parameter is not the way to change the session date format.

FIX:

In the icfconfig.xml file, the Tag
<session_date_format>mdy</session_date_format> should be changed to
<session_date_format>dmy</session_date_format> for all the managers.

MESSAGE SESSION:DATE-FORMAT VIEW-AS ALERT-BOX. will display the correct date format.