Sage 100

 View Only
  • 1.  v4.3.23 Std getting a VI error 65 CI_AuditTrack at

    Posted 02-01-2016 11:34
      |   view attached
    v4.3.23 Std getting a VI error 65 CI_AuditTrack at line 0150 when trying to import into customer maintenance. Cleared out CI_Audit and AR_Audit file, but did not help. Customer moved their system to a new server over the weekend, everything seems to be fine, but this error. Import file is a txt file. Tried to create a new VI job, but get same error. Also can not ""Stop"" the job, when I go back into it after error it says it is running.


  • 2.  RE: v4.3.23 Std getting a VI error 65 CI_AuditTrack at

    Posted 02-01-2016 11:50
    What happens if you turn off the Audit tracking? Are you going into Job Maintenance to stop the job?


  • 3.  RE: v4.3.23 Std getting a VI error 65 CI_AuditTrack at

    Posted 02-01-2016 11:52
    When I've seen that error before, I've simply added a UDF to AR_Customer and then deleted it and it updates the data dictionary. I've used @DianaLaughner 's idea too


  • 4.  RE: v4.3.23 Std getting a VI error 65 CI_AuditTrack at

    Posted 02-01-2016 11:54
    I am in import job maintenance, but see no where to stop it. I am checking on turning off audit and will try the udf idea


  • 5.  RE: v4.3.23 Std getting a VI error 65 CI_AuditTrack at

    Posted 02-01-2016 15:00
    I agree with @RobertWhite. Looking at the code, it's trying to find the field name description from most likely the AR_Customer. Somehow it got out of whack.


  • 6.  RE: v4.3.23 Std getting a VI error 65 CI_AuditTrack at

    Posted 02-01-2016 15:40
    Thanks everyone that worked with the UDF!