cancel
Showing results for 
Search instead for 
Did you mean: 

Bug in scheduler - hot fix available?

Former Member
0 Kudos

When scheduling jobs through the Excel client (using release 7.5.105.01), the CreateDate column in the dbo.tblSchedule table is being inappropriately populated:

2013-49-02 10:49:38

2013-32-02 10:32:30

2013-54-02 09:54:30

2013-57-02 09:57:12

It seems clear from this pattern that whatever is injecting this data into the database is formatting a date as "yyyy-mm-dd hh:mm:ss" instead of "yyyy-MM-dd hh:mm:ss".

Normally this would not seem to be a huge deal, except the excel client will attempt to reparse the timestamp in the schedule list, and will fail, with an error like:

[RunQueryToServer] [GetScheduleList] Error occurred while getting a schedule list

The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

Is there a hot fix for this available?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186498
Active Contributor
0 Kudos

Hi Jeremy,

this issue is resolved in sp.6 please see this sap note http://service.sap.com/sap/support/notes/1666979

Kind regards

     Roberto

Former Member
0 Kudos

Hi Roberto,

I'm actually facing the same issue. We manually created long time ago scheduled jobs in Windows and we inserted the matching entries in tblSchedule.

However, this does not run fine anymore and we have the same message error and BPC delete the entries in tblSchedule...


Why this message appears? Is it possible to retrieve back a situation without delete the jobs?

Regards

Vincent