Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sactowngirl

  1. sactowngirl

    Bind to Object collection in different assembly

    Hello! I recently migrated my a 2008 .NET web application into a 2010 .NET web application. I have installed the CR 2011 runtime and CR for VS support pack #4. After all this, I have not been able to add more tables to my reports (new or existing). Since my business objects are in a different...
  2. sactowngirl

    ERROR: SY_NoCompany when nSetDate is called

    Thank you for your help. As you can see in the other forum, I still have the same problem and although Kent Mackall offered good suggestions, I still get the SY_NoCompany error, so I would love to hear if you have any other "Ideas
  3. sactowngirl

    Connect to MAS200 via ODBC and transfer data to hosted server

    A good DB tool that I use is WinSQL. This tool will show you all the tables from MAS after you select the connection string, Company, User and PWD. To query the data, you use a language pretty close to T-SQL... only few things are different. But normal queries are like select * from...
  4. sactowngirl

    ERROR: SY_NoCompany when nSetDate is called

    The company I used was deleted by accident (the folder was removed from the server). After that, the company was recreated, but the Company Key is different. I have an application that uses the MAS BOI to read and write information into MAS. I already made sure that the new company allows...
  5. sactowngirl

    MAS BOI - Error: 46 in Method SetUser

    BigLouie... I already did that as you can see here: http://community.sagemas.com/sagemas/board?board.id=MAS90AND200BOI but my previous experience said that I always have to try to look for the right answer in more than one place. And to be honest I always get better answers from this site.
  6. sactowngirl

    MAS BOI - Error: 46 in Method SetUser

    I'm using MAS Business Object Interface to create Sales Orders in MAS through a .NET app and just today I start getting these errors: <Error: 46 in Method SetUser> [COMException (0x80020009): <Error: 46 in Method SetUser>] [TargetInvocationException: Exception has been thrown by the target...
  7. sactowngirl

    MAS Sales Order - FreightAmt

    Where can I find that option in MAS Desktop?
  8. sactowngirl

    MAS Sales Order - FreightAmt

    Hello all, I'm been using MAS BOI to create sales orders by code, but now I'm facing this issue, I can't set any value to the FreightAmt column. All of the values are saved correctly but for some reason at the end the FreightAmt is $0.00. I used to have this problem with the ItemPrice but I...
  9. sactowngirl

    MAS 200 BOI (Business Object Interface) Examples.

    I figured out... I'm posting the right code and it might help all the C# developers that are as confused as I'm with the MAS BOI: using (DispatchObject oARCustomerEntry = new DispatchObject(pvx.InvokeMethod("NewObject", "AR_Customer_bus", oSS.GetObject()))) {...
  10. sactowngirl

    MAS 200 BOI (Business Object Interface) Examples.

    I'm getting closer but I'm still not there: I'm trying to create a Customer record in MAS using BOI. I'm using C#, so I have to use late binding. When I call "nWrite" I get the following error (sLastErrorMsg): "CA SAC" is not numeric. First off, I'm not even specifying a Tax Schedule but I...
  11. sactowngirl

    MAS 200 BOI (Business Object Interface) Examples.

    Adam, Thanks so much for your help. I was able to resolve my problem. Since you told me that the VBScript examples worked fine I started trying those, then I got one problem... but the example was really well commented that I found out that my original problem was that my Company wasn't...
  12. sactowngirl

    MAS 200 BOI (Business Object Interface) Examples.

    Adam, I ran the C# BOI Examples and I keep getting an exception where it tries to instantiate the AR_Customer_svc object: InnerException: {"<NewObject Error: 200>" } Source: "ProvideX.Script" Message:"Exception has been thrown by the target of an invocation." StackTrace " at...
  13. sactowngirl

    MAS 200 BOI (Business Object Interface) Examples.

    Wow... THANK YOU very much for your great (and fast) help :) I can imagine how hard was for you to get them since I've been spending a lot of days on it and I was feeling so frustrated after my lack of success. You just made my day (and probably my whole week) :D I'll start working with them...
  14. sactowngirl

    MAS 200 BOI (Business Object Interface) Examples.

    I did see some posts with links that doesn't work anymore http://www.tek-tips.com/viewthread.cfm?qid=1424948&page=7 or http://www.tek-tips.com/viewthread.cfm?qid=1452078&page=3 both links redirect to listech.net and they don't work. I also saw some post where people were suggesting taking the...
  15. sactowngirl

    MAS 90 ODBC Connection works in Console, not in Web

    I put the username, password and company code into the connection string. I had to download the ProvideX ODBC Drive 4.21.1000, that kinda help the problem. Now, it's opening the connection and pulling the data correctly but just 2 times!!! After the 3rd load of my page the page breaks and...

Part and Inventory Search

Back
Top