Search

You searched for the word(s): userid:750626

Matching Posts

  • Re: Display SAP IView in ASP.NET

    Hi Thanks for your suggestion. I visited that URL and I found that this is about to create the IView using .NET or JAVA. However from other links from the same URL I found some helpful detail. But still I am running with issue. Thanks again.
    Posted to Enterprise Services Integration (Forum) by NWeb on 11/11/2009
  • Re: ASP.NET and SAP integration

    Hi All, I want SAP IView to be displayed in my ASP.NET application. I have displayed IView in sharepoint by providing URL of IView and SSO authentication. I want to display same in asp.net. Any idea/suggestions would be greatly appreciated. Thanks.
    Posted to Architecture (Forum) by NWeb on 11/9/2009
    Filed under: SAP .NET Connector
  • Re: how to implement single sign on in c#.net

    Hi vigneshwar, As per your comment in the above given article, that, for the cross domain single sign on like asp.net application to SAP application we need to come up with a solution of our own. So have you any idea related to it. I have done this thing in Sharepoint, I have used SSO to connect to SAP server in sharepoint. But now I want to do the same thing in ASP.NET. Means client wants Asp.Net application to be developed and SAP dashboard will be shown there. I have credentials to acces that
    Posted to Security (Forum) by NWeb on 11/9/2009
    Filed under: SSO FormsAuthentication
  • Display SAP IView in ASP.NET

    Hi Experts, I have done integration of sharepoint-SAP to view data. In that I have implemented SSO(Single Sign On) authentication to connect to the SAP and display data, without asking for login credentias (as it is already provided by SSO). Now the same thing I want to implement in ASP.NET. I have one SAP Server URL which will show me the dashboard of SAP. In SAP it is called IView url. I also have credentials to access it. Now I want to show that Dashboard in asp.net by providing the url and applying
    Posted to Enterprise Services Integration (Forum) by NWeb on 11/6/2009
    Filed under: SAP .NET Connector
  • Re: MY SQL generates unable to connect host error.

    Hi thanks for the reply. Can u plz tell me where to set this 'full trusted' option. Whether it is in IE or at database side. If so then my other pages work fine except some areas. Please let me know if I need to change any mysql.data.dll Waiting for your reply
    Posted to MySQL (Forum) by NWeb on 6/3/2008
  • Re: MY SQL generates unable to connect host error.

    Thanks for the reply but My application is intranet based so I can not use 'localhost' as server. Also my database server and my application server both are different. I understand that this is third party dll. But if such case occurs then error should occur everytime whenever I access the application. This error not occurs everytime at some instance it occurs. So I can not find its root cause. Fine I will try to modify security level and let you know my results
    Posted to MySQL (Forum) by NWeb on 6/3/2008
  • Re: MY SQL generates unable to connect host error.

    Hi thanks for the reply and yes I have uploaded the .cs file in hosting provider. I go through the other suggestion and I have applied following which is not working 1). use port in connection string 2).replace mysql.dll with latest version 3). Update server variables Now above mentioned solution does not work in my case but I found that this error generates through the following code using (MySqlConnection connection = new MySqlConnection(connectionString)) { if (connection.State != ConnectionState
    Posted to MySQL (Forum) by NWeb on 6/3/2008
  • Re: HELP Please!! MySQL 5.0 Connection with ASP.NET 2003

    can u plz send me link the link to download that mysql.dll.since i also faced the same problem. Thanks in advanced.
    Posted to MySQL (Forum) by NWeb on 6/3/2008
  • Re: mysql connector .net terminate my database

    Hi, I also got following error. at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) at MySql.Data.MySqlClient.MySqlConnection.Open() Plz suggest me to resovle this issue
    Posted to MySQL (Forum) by NWeb on 6/3/2008
  • MY SQL generates unable to connect host error.

    Hi, I am using sqlhelper.cs file for my project. When I insert records just a single record from grid in database it generates following error at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) at MySql.Data.MySqlClient.MySqlConnection.Open() at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(MySqlConnection connection, String spName, Boolean includeReturnValueParameter) in SQLHelper.cs:line
    Posted to MySQL (Forum) by NWeb on 6/3/2008
Page 1 of 3 (24 items) 1 2 3 Next >