cancel
Showing results for 
Search instead for 
Did you mean: 

ZDATE_ILLEGAL_LOCTIME Short dump

Former Member
0 Kudos

Dear all

c any one tell me the solution for this dump

runtime error : ZDATE_ILLEGAL_LOCTIME

Make a note of the actions and input which caused the error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

Error analysis

The ABAP interpreter calculates local time relative to the database

time. To do so, it regularly gets the time from the application server

and the database server. The times must always meet certain plausibility

criteria. For example, each timestamp must have a later time than

an earlier one. The difference between two timestamps may also not

be too large.

In this case, the plausibility check for the time on the application

server has failed.

Earlier timestamp: "Mon Jan 11 05:59:54 2010#"

Later timestamp : "Mon Jan 11 04:55:14 2010#"

How to correct the error

The application server time may have been changed in the current system.

Check whether the times and time zones on the application server and

database server match, and restart the system.

regards

krishna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think the explanation in the dump is pretty clear. The time on the application server and the database server are different, this is an issue for the basis or system admin.

You'll also find a search of SAPnet (OSS) will produce some notes as well.

Regards,

Nick

Answers (3)

Answers (3)

JPReyes
Active Contributor
0 Kudos

I don't understand this question, the explanation is very clear in the dump... also you could have done a search in SMP for the dump or simply google it.

Seems quite clear to me that you haven't done the minumun effort to deal with the issue.

  • No research done

Read the "Rules of Engagament"

Regards

Juan

Former Member
0 Kudos

Now it is a basis issue in the NW Admin forum...

former_member194416
Contributor
0 Kudos

Hi,

It is an Basis issue. Problem don't has anything to do with ABAP. Talk to basis guys to check system time in Application and Database server. Dump clearly explain what you need to do to.

Regards,