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...
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
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...
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...
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.
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...
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...
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())))
{...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.