cancel
Showing results for 
Search instead for 
Did you mean: 

Redistributable Package for the SAP .NET connector?

Former Member
0 Kudos
267

Hi,

I've developed an app that use the 2.0 .NET connector. I don't see any redistributable package available for download. My questions:

1. Is there a redistributable package?

2. If not, I am willing to accept my users installing the full installation package. However, in this case, what is SAP's terms of redistribution for the .NET connector? Am I allowed to include connector installation package as part of my product to save my user the extra work of downloading it?

Thanks.

George

View Entire Topic
heiko_schultze
Associate
Associate
0 Kudos

Hello,

are you talking about your own software that you want to sell or about an internal IT installation?

Best Regards,

Heiko

Former Member
0 Kudos

Hi,

> are you talking about your own software that

> you want to sell or about an internal IT

> installation?

I'm thinking more about something that I need to sell. That is, my client will likely need to install the SAP .NET connector. I can:

1. Just let it be known that the SAP .NET connector is required and let them figure out how to get it from service.sap.com. (Not good since it makes work for my client. Plus, it requires Internet connectivity which isn't always available.)

2. Include a redistributable package as part of my product package and install it explicitly. (Better since it's now self-contained within my product's package.)

3. Automatically install the DLLs as part of my product installation. (This is best since it's totally transparent.)

My preference is for option 2 or 3 but I require either a redistributable package or an explicit statement from SAP allowing me to do this.

I'm looking for either one.

George

heiko_schultze
Associate
Associate
0 Kudos

Hello George,

I'm very sorry but this is not allowed by SAP. The only possibility for your customers is to install a valid Visual Studio and to copy the needed Runtime Files out of the directory. Then we allow to deploy these files inside of the company. Hope that helps.

Best Regards,

Heiko

Former Member
0 Kudos

Hi Heiko,

Hmmm... let me re-cap what I think I am hearing from you.

I have developed a component that uses the SAP .NET connector. I am selling my component to a customer. (My customer is already an SAP client.)

You're saying that:

1. My customer needs to have a valid Visual Studio .NET license. (That may be a problem but let's skip that for the while.)

2. He will need to install the SAP .NET connector. (That's kinda okay.)

3. He will then extract the 2 required DLLs from that installation. (Hmmm... now we're reaching.)

4. He can then install these 2 DLL on whatever machines will actually use my component. (Hmmm... this gets dicier.)

Is this reasonable?

What I proposed (and prefer) is for me to include the two required DLL from the SAP .NET connector distributiion as part of my component. You are suggesting that this is explicitly forbidden.

Thanks for any clarification.

George