Friday, February 18, 2005

SmartHeap Library Error

Within the same week, two Axapta users received the following error SmartHeap error. Clicking Abort produces the second error.




To fix the error, have the user rename their .aoc file (instructions in previous blog).

Renaming the AOC File

  1. Close the users's Axapta session if it's running. This is important because Axapta writes to the file as it closes.
  2. Right clicking the Start button and choose Explore.
  3. Click Tools.Options in the menu bar.
  4. Click on the View tab and make sure "Show hidden files and folders" is checked.
  5. Click Apply and OK.
  6. Right click the C: drive and choose Search...
  7. Use *.aoc to search for files ending in aoc. You might have to widen the Name column to see the entire name.
  8. Rename the ax_[configuration name]@[server name]_[username].aoc file by right clicking it, choosing rename, and put bak after .aoc. The name will now be ax_[configuration name]@[server name]_[username].aocbak
  9. Close the search window.
  10. Start Axapta.

    If the problem continues exit Axapta and search on *.aoc again and delete the file. Then rename the .aocbak file to .aoc.

Wednesday, November 17, 2004

Number Sequence Problem


Disc:#11018 Subj: Basic Series Art: None
11018.1
Number Sequence (bpelser, 05 Oct 2004 08:03:59 CET)
11018.2
(No header specified) (Jacqy George [MSFT] , 20 Oct 2004 23:51:32 CET)

Contribution 11018.1 from bpelser, Australia:
Number Sequence

Could someone please advise me , on processing Journals/Transactions an error message appears that the "Voucher already used as at .... "The problem occurs infrequently , on the Numbers sequence one of the check boxes is set to "Continuous" .

What would the correct way be to set this up without having these conflicts.

Regards
Reply Mark Posted: 05.10.04 08:03:59. Read stat: 77 (All 104).


Contribution 11018.2 from Jacqy George [MSFT], United States:
If you go to Basic > Setup > Number Sequences > Number Sequence, select the number sequence record that gives the error, click the clean up tab. Is the Clean up check box marked?

Jacqy George [MSFT]jacqy@online.microsoft.com

This posting is provided "AS IS" with no warranties, and confers no rights.

Jacqy Georgejacqy@online.microsoft.com----This posting is provided "AS IS" with no warranties, and confers no rights.
Reply Mark
Posted: 20.10.04 23:51:32. Read stat: 27 (All 104).

Wednesday, October 13, 2004

Config Axapta to Recognize Port

  1. Enter the port number in the AOS within the Server tab. The AOS will need to be reset.
  2. Open the Configuration Utility.
  3. Enter -aos=[server name]:[port] in the Start Up command box.
  4. Enter [server name]:[port] in the Client tab, in Setting..., Axapta Object Server host names.
  5. Apply the changes.