• MAS 200 connection disappears

    This is an old (yes very old) installation of MAS 200. The server is running on a Windows 2000 SP4 system. We have head office using MAS locally and 5 branch offices connecting via VPN connections. We have one branch office where all users report that…
  • Sales Order Tax & Totals Algorithm

    I am trying to replicate the way MAS 200 calculates sales order totals and taxes. We are integrating our website with eBusiness Web Services and we need to know the correct amount to charge the customer's credit card before we send the order to MAS…
  • Item Inquiry Cost Detail Tab - Which file does the Receipt Date come from?

    I am resolving the Overdist receipts and the Receipt Date shows 1/1/1801. On the Cost Detail tab the date is blank. In IM_ItemCost.M4T 05: ReceiptDate field I changed the receipt date to a valid date but it isn't reflected on the cost detail tab. Where…
  • User Defined Scripting

    I have created a JobNumber UDF and added it to AR and AP invoice data entry line detail. Now I would like to create a User Defined Script for the actual Job Number entered during data entry to be written to the JobNumber UDF. In AR it comes from the header…
  • I am trying to populate a UDF with the Gross Margin by line.

    I have created a script, and it does not seem to work. Do I put it under column validation, or some other mode. Here is the script. Retval=0 rExtcost rExtamount=0 rQtyship=0 rUnitcost=0 rLineGM=0 Set oLines = oBusObj.AsObject(oBusObj.Lines) oLines…
  • RE: <Error: 0 in Method GetValue>

    80020009 Same problem here - SO and PO modules. Upgrading from Sage MAS 200 4.40.0.5 to MAS 100 2013 5.00.7.0. Tried on XP, Windows 7 (cmd as 32-bit), Windows 2012 Server Standard (cmd as 32-bit) support.microsoft.com/.../896456 (%windir%\SysWoW64…
  • Finding employees with MAS experience

    One of the reasons we adopted MAS so many years ago was the fact that there was a reasonably large local pool of job candidates for the accounting department that already had significant, MAS-specific experience. Even though we use what was called MAS…
  • Strange Migration Error going from version 4.40 to SAGE 2013

    Parallel migrating data from Sage 100 ERP Advanced version 4.40 to Sage100 ERP Advanced version 2013... After several hours I get this error message: Finalize failed with the following error: and the rest of the window is blank...no error or anything…
  • Get NewObject Error 65 When Creating Sales Order object

    On my development machine I am getting the error code "NewObject Error: 65" when trying to create a sales order object. Our MAS 200 installation is on an internal server local to our office but not on my machine. I am developing in C# but have created…
  • MAS200 SQL Version

    Hi, I was wondering if anyone had any thoughts on the SQL version of MAS200. We are considering either getting the DSD SQL mirroring software or switching to the SQL version in our next upgrade. We publish reports on a Sharepoint site, and the Providex…
  • Credit card transaction dollars incorrectly reported to Sage Exchange

    We ran an invoice last week for a customer and assessed sales tax. They called today with their credit card info which was processed through A/R cash receipts. We forwarded a copy of the receipt from virtual terminal to the customer. The customer called…
  • RE: Sage 100 Advanced - Backup suggestions

    We are currently using VEEAM. I HIGHLY recommend you take a look at it. While I run a VMware shop, it also works with Hyper-V. I prefer this over anything else because of the snapshot ability and replication. Currently my live server replicates every…
  • MAS 200 Client Installation on Some Windows XP Machines Hangs

    I've had the same issue on two out of six Windows XP desktops that I've had to reinstall MAS 200 v4.40 Workstation software on. All desktops are XP SP3 and current on WIndows patches. It looks like the install is going fine. It takes 2 or 3 minutes…
  • MAS 200 Workstation Install on Some Windows XP Machines Hangs

    I've had the same issue on two out of six Windows XP desktops that I've had to reinstall MAS 200 v4.40 Workstation software on. All desktops are XP SP3 and current on WIndows patches. The other four XP desktops had no issues re-installing the MAS 200…
  • Developing Accurate Forecasts

    The following question was raised during the Sage City Live event at Sage Summit… What Sage budgeting tools are you using for forecasting, cash flow projections, and dynamic revenue reporting for flexible reporting, and what do you find most effective…
  • Double quote

    HI All, I'm trying to export out the field values in double quotes.I was testing out something The code is retval = obusobj.GetValue("InvoiceNo$",InvoiceNo) InvoiceNo = """InvoiceNo""" msgbox InvoiceNo Let's say the invoice no is 0000001…
  • MAS 200 Parallel Migration Fails !

    I am planning to move MAS 200 to a new server. A few weeks ago, as a test, I installed MAS 200 on the new server using the original Sage CD.. I then did a parallel migration, and had no problems. I could log in to MAS, work in the various modules, etc…
  • Reverse Period End

    Hi is there any way to reverse a Period End? I closed the month (and I think the year as well) last night thinking it was the last day of the month and obviously today is the last day of the month. So now I have a day's worth of work to update to the…
  • Enter IM Transaction Entry with BOI

    Is it possible to enter an Inventory Transaction Entry using the Business Object Interface on MAS200 V4.50.03? What we would like to do is to have it read in a long list of Inventory Items from an Excel Spreadsheet, that are to be transferred from our…
  • Writing a windows service in .NET to add sales orders using BOI on a MAS 200 4.4 client machine

    Hi everyone, can anyone tell me if it is possible and what to think about if I want to write a windows service in .NET to add sales orders using BOI on a MAS 200 4.4 client machine. (Preferably the client machine. Its just to simplify my deployment…