Re: [Axapta-Knowledge-Village] Re: Master Scheduling: Error Messages

2005-08-10 Thread Harry \(Harshawardhan Deshpande
hi yes, //progress.setTotal(sysQuery::countTotal(queryRun),2); has a bug it tries to join all records in inventtable with all the records in inventtxt table. We commented out this part and consistency check was fine. I am not happy with this though, if there is a bug in SysQuery then its

RE: [Axapta-Knowledge-Village] Re: Master Scheduling: Error Messages

2005-08-05 Thread Jens Strandberg
Exactly. Just create a small job that runs through all BOM lines and lookup each itemid. The ones, that do not exist in InventTable, will create problems. /Jens -Oprindelig meddelelse- Fra: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] vegne af Philip R. Freimann

RE: [Axapta-Knowledge-Village] Re: Master Scheduling: Error Messages

2005-08-05 Thread Subrahmanyam, Mamidi
Hi Philip, I suggest you to do following. As you are aware, since we also migrated huge volume of SAP to axapta, we too have these kind of problems due to bad data. as per my experience , I suggest you to do the following. 1. As Jens mentioned you can write a simple job to get the info log