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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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...
  16. sactowngirl

    MAS 200 BOI (Business Object Interface) Examples.

    Does anyone have some code examples of how to create Sales Orders or accessing MAS 200 objects using the BOI. I already entered the Object Interface Key in the System Configuration module, but I don't see any difference. I'm trying to do it for a C# app (ASP.NET). I already have the...
  17. sactowngirl

    MAS 90 ODBC Connection works in Console, not in Web

    Ok, I have new info now: My DSN was a User and not a System one. So I created a System DSN with the same properties of the original one and I also gave Read permissions for my ASPNET user on the ODBC.INI registry key of my Data Source. Now I don't get any error... but the application hangs in...
  18. sactowngirl

    MAS 90 ODBC Connection works in Console, not in Web

    I have spent a couple of days in this problem. I have a Console Application in C# that connects to MAS and displays the data successfully. I tried to pass this code (EXACT CODE, EXACT CONNECTION) to a Web App (ASP.NET) and I keep getting this error: ERROR [IM002] [Microsoft][ODBC Driver...

Part and Inventory Search

Back
Top