Sage 100

 View Only
Expand all | Collapse all

Error occurs when importing into PR Data Entry (v2

Beth Bowers

Beth Bowers11-07-2018 14:34

Doug Higgs

Doug Higgs11-07-2018 14:35

Barbara Goldstein

Barbara Goldstein11-07-2018 14:38

Jeff Schwenk

Jeff Schwenk11-07-2018 14:42

Barbara Goldstein

Barbara Goldstein11-07-2018 15:06

Beth Bowers

Beth Bowers11-08-2018 02:16

  • 1.  Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 14:31
      |   view attached
    Error occurs when importing into PR Data Entry (v2016) from data exported from Kronos. We thought it might be records in the source data for new employees, and removed them from the file, but still get the error. Can anyone tell me what the line number refers to? Error occurs almost immediately after launching the job.


  • 2.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 14:34
    Do you have any CALCULATED fields?


  • 3.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 14:35
    You cannot divide by 0.


  • 4.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 14:38
    And yes, there are calculated fields.


  • 5.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 14:38
    Yeah, this is an import that Kronos wrote for them a LONG time ago, and I'm trying to interpret everything that's going on.


  • 6.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 14:42
    Post the VI job.


  • 7.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 15:06
    Here you go.

    Attachment(s)

    EXP
    payroll.EXP   90 KB 1 version
    CSV
    SJK_20181031.CSV   21 KB 1 version


  • 8.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-07-2018 18:13
      |   view attached
    This might make it easier. By the way, I opened a case with Sage. Sent them the job and the source file.

    Attachment(s)

    TXT
    JobDefinition.TXT   6 KB 1 version


  • 9.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-08-2018 02:16
      |   view attached
    Has this always been this way?


  • 10.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-08-2018 08:08
    i don't know, but they run these jobs semi-monthly and have had for years. There has been no change to their Sage - no product updates or changes to the VI job.


  • 11.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-08-2018 08:33
    Other things we tried: I rebuilt the employee masterfile (just cuz), removed all records from the file except for 2 employees (still fails right away and doesn't even create a log file); tried to import the last file that successfully uploaded (it fails now, too). So it seems like it's not data.


  • 12.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-08-2018 08:45
    When comparing this CSV to the one that imported, are there any differences in layout?


  • 13.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-08-2018 09:19
    Make a copy of the VI job and start removing VI fields one at a time until you determine what field is causing the error. Begin with the most suspicious suspects.


  • 14.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-09-2018 05:31
    Barbara, looking at the code of that program and line number, it's doing a calculation where it is dividing by the employee's Autopay hours from PR1. That must be zero. It only does it if the employee's pay method is S and the Use Pay Rate from PRD's Employee's Earning Code record is either 1 or 2. Hope this helps.


  • 15.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-09-2018 05:39
    Barbara, as a follow up, it only hits this condition and calculation if the rate on the PR7 data entry's earning detail record is zero. Just noticed that.


  • 16.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-09-2018 08:16
    Thanks @MarcosDeLuna! Passed the info to the client to have them see if they can identify the issue in the data.


  • 17.  RE: Error occurs when importing into PR Data Entry (v2

    Posted 11-09-2018 08:18
    By the way, since the last good file failed during testing, I ended up rebuilding their PR data files. Errors found in PR6 (no records in blocks) , among other files. Good last file now works.They had manually entered the data because they needed to get payroll out.