Tagged Questions
The connector tag has no wiki summary.
12
votes
8answers
1k views
Microsoft and SAP
For many years I have used the old "SAP DCOM Connector" to communicate between Microsoft based applications and SAP. Unfortunately this old but good and performant technology is no longer supported by ...
8
votes
5answers
2k views
What are the benefits of JCA?
Our application often connects to different king of back-ends over web services, MQ, JDBC, proprietary (direct over socket) and other kids of transport. We already have a number of implementations ...
5
votes
1answer
323 views
How to deploy custom Outlook Social Connector Provider
I have developed a simple outlook provider using C# 4.0 and VS 2010 but I am not able to create successfull installation package. I have read a lot of documentation, including links below and I have ...
5
votes
5answers
2k views
Calling Python from JavaScript
Is there a simple way to call Python libraries from JavaScript? Especially from the inside of a Firefox extension.
A good option to compile a pure Python library would also be great. I looked at ...
4
votes
1answer
190 views
Diagram connector algorithm
I’m building an application that superficially looks like Visio, so I need to be able to connect objects together with connectors. I want to make the connectors have multiple horizontal and vertical ...
4
votes
2answers
400 views
Future of the “SAP Java Connector”
Is the SAP Java Connector still a good way to connect a Java Application with SAP ? Will there be a support and maintenance of the connector in the future (especially in ECC 6.0) or is the one and ...
4
votes
1answer
3k views
How to draw connecting lines between two controls on a grid WPF
I am creating controls (say button) on a grid. I want to create a connecting line between controls.
Say you you do mousedown on one button and release mouse over another button. This should draw a ...
3
votes
1answer
423 views
Attempted to read past end of the stream error in MySQL
I'm running into a problem with MySQL where I have the following error.
MySqlClient.MySqlException: Fatal error encountered during command execution. --->
MySql.Data.MySqlClient.MySqlException: ...
3
votes
1answer
872 views
Can I integrate Solr with Sharepoint with out using Lucene Connector Framework
Can I integrate Solr with Sharepoint with out using Lucene Connector Framework.
if so should I make Solr Index the Sharepoint's underlying database ? Will this produce successful search results ?
2
votes
3answers
74 views
License for MySQL connector
I would like to know if I can use MySQL Connector (libmysql.dll) with comercial Lazarus project. As far as I know, it's under GNU GPL.
Thanks for any answers.
2
votes
1answer
204 views
Mule jdbc connector xml parsing
I'm having problems to add a JDBC endpoint to my Mule project but I'm having problems during the initialization due to some XML parsing problems.
The problems started after I've added the JDBC ...
2
votes
2answers
884 views
SAP .NET Connector
I've been asked to work with the SAP .NET Connector. I currently use .NET 4.0 and VS2010. Is there anything I'm going to need to downgrade?
Also, does anyone know of any current tutorials online ...
2
votes
2answers
334 views
MySQL Connector connection reuse
I have a class with a MySqlConnection object that I reuse across my application
public class MySqlWrapper : IDbConnection
{
MySqlConnection _connection = new MySqlConnection();
}
I have a few ...
2
votes
1answer
214 views
Stumped SQL Exception for JDBC
I'm trying all I can to get a JDBC to work, the only thing that is stumping me right now is this exception, which I have no idea about:
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have ...
2
votes
3answers
2k views
What is empty session path in tomcat?
I have read apache tomcat documentation a day before, and I am so confused about emptySessionPath . Up to my knowledge, if it's set to true, the emptySessionPath is stored at the root folder of web ...
2
votes
1answer
327 views
Which odbc connector to use?
I am getting this error from the following code:
$result = odbc_connect("DRIVER={MySQL ODBC 3.51 Driver};Server=localhost;Database=$database_name",$database_username, $database_password);
...
2
votes
2answers
1k views
I'm trying to install the MySQL connector on a windows 7 systembut it doesn't show up in the ODBC add window!
This is under Windows 7 64 bit. I downloaded the 64 bit drivers and as a matter of fact I tried all the windows drivers(uninstalling the previous ones first though). But when I try to configure a new ...
1
vote
1answer
28 views
C++ store a modified MySQL timestamp as string
I am currently trying to get a DATETIME key value from a MySQL database and save it as a string.
However I dont want the time to be in the usual MySQL format YYYY-MM-DD HH:MM:SS but rather in a 12 ...
1
vote
1answer
84 views
Custom SSL TrustManager for Java App server
I'm trying to setup SSL connections for a web service that is B2B and need to do client authentication on the server. Since the server hosts URLs that are also accessible from regular users through ...
1
vote
1answer
239 views
C++ / Mysql Connector : undefined reference to `get_driver_instance'
I've found some topics on this forum concerning the same error, but I didn't find the solution in it.
I'm trying to make work C++ & Mysql Connector on Ubuntu 11.04.
My error is (after following ...
1
vote
0answers
110 views
configuring MySql cluster failover using the .Net connector
I've got an ASP.Net website which is running on a load-balanced environment (2 Windows servers). It connects to a clustered MySql database which is running on two linux servers running Ubuntu.
We've ...
1
vote
1answer
110 views
ADO.NET MySqlCommand CommandTimeout
I am trying to understand MySqlCommand CommandTimeout . If it is zero , does it mean "indefinite" ?
1
vote
3answers
158 views
access denied exception using connector/j mysql
I am using mysql and connector/j, trying to connect to the database on my localhost, following this tutorial.
Here is a part of the code I am using:
String url = "jdbc:mysql://localhost:3306/mysql";
...
1
vote
0answers
58 views
Tomcat request forwarding via service/connector
i'm looking for a way to forward requests. I want to set the filtering rules (by URI) in my service (conf/server.xml). Is that possible? Here my example service:
<Service name="indexbuilder">
...
1
vote
2answers
341 views
Error building application using Mysql connector
I have a problem with building a hello world application with MYSQL connector under c++.
Here is the build log:
"/usr/bin/make" -f nbproject/Makefile-Release.mk QMAKE= SUBPROJECTS= .build-conf
...
1
vote
1answer
307 views
Placing MySQL connector JAR in WEB-INF/lib of my WAR instead of in tomcat lib making j_security_check fail
I want my webapp to use the MySQL connector JAR present in web-inf/lib . But j-security_check dosen't work when i do it. When I place the jar in tomcat lib folder it works fine. But I have purchased a ...
1
vote
0answers
31 views
Is there a tutorial to build a connector for tarpipe.com?
i would like to write a connector to tarpipe.com but i could not find a tutorial. Is there a tutorial anywhere?
I need connectors at http://tarpipe.com to bibsonomy and other portals. But tarpipe.com ...
1
vote
1answer
228 views
which driver should i need to install then my Mysqlcommand can be run using powershell
I install the mysqlconnector [ODBC] 5.1.8 for running my mysqlcomand but i got the error that
Cannot find type [MySql.Data.MySqlClient.MySqlConnection]: make sure the assembly containing this type ...
1
vote
1answer
287 views
J2ME Gtalk Connection over XMPP fails
I am developing J2ME app that connect to GTalk. I am using WTK2.5.2.
Here is my code sample,
StreamConnection connection = (StreamConnection) Connector.open(
...
1
vote
1answer
234 views
How do I use Entity Framework with MySQL Connector noinstall version?
Does anyone know any way to have the Entity Framework working with mysql connector 6.3/6.4 no install version? I can add the dll-s to my project, but I can't add the connection to the Entity framework ...
1
vote
1answer
165 views
JCR (JSR-170) connector for Lotus Notes
I'm looking for JCR (JSR-170) connector for Lotus Notes Domino Server 7 for integration between our customer Domino server and our software.
Does anybody has an experience in dealing with such JCR ...
1
vote
1answer
371 views
Access SAP R/3 data directly from VB.NET
We have an assignment to create some XML outputs from data in SAP R/3. We are using SAP .NET Connector, for doing this. The problem we are facing is that there are some fields which are not exposed by ...
1
vote
0answers
143 views
MySQL ExecuteNonQuery hanging in mono
I am in the process of moving from Visual Studio to Mono.
I have a query which dumps about 190000 rows of a select statement into a a text file which I process from c#. Normally the whole thing goes ...
1
vote
1answer
354 views
MS Access connect to mysql backend automatically
Hi
I have an MS Access 2003 frontend and mySQL backend.
I would like to automatically connect to MySQL when the MDB is opened for the first time, eg when the Main Menu form of Access is displayed.
...
1
vote
1answer
144 views
MySql LongText unselectable with value > 32kb
I use MySql Server 5.1. I have a MySql table with a longtext column. I'm writing a program in C# 2010 using MySql Connector 6.3.1 and I want to select that column in my program using regular linq.
I ...
1
vote
1answer
100 views
ArgumentOutOfRangeException at MySql execution. (MySqlConnector .NET)
I am getting this exception from a MySqlCommand.ExecuteNonQuery():
Index and length must refer to a location within the string.
Parameter name: length
The command text is as follows:
...
1
vote
1answer
859 views
What is the JBoss equivalent of Tomcat's server.xml?
I am running an application which was deployed on JBoss.
There is only documentation for Tomcat, none for JBoss.
I need to change some connector tag attributes to look like so:
<Connector ...
1
vote
2answers
1k views
What is the Simplest Tomcat/Apache Connector (Windows)?
I have apache 2.2 and tomcat 5.5 running on a Windows XP machine.
Which tomcat/apache connector is the easiest to set up and is well documented?
0
votes
0answers
30 views
MySql Connector С# select query string=string
I have a query
SELECT * FROM db_tabel WHERE someStringField=\'@someStringValue\'
and i know that @someStringValue exists in tabel
but MySqlDataReader object told me than query returns nothing
where ...
0
votes
0answers
38 views
Java MySQL - not suitable driver found
I am trying to make my first connection to a database using Java language. Here is the code that I have so far:
import java.sql.*;
public class Database {
public static void main(String[] args) ...
0
votes
2answers
46 views
Two connectors in tomcat's server.xml
I have two web applications, which I want to be running under the one tomcat instance, but on a different ports to connect, for example first war - under 8080, and second - 8090. Is it possible to do ...
0
votes
3answers
46 views
MySQL .Net Connector - SELECT always returns 0 rows
I have a simple SELECT statement:
select field1,field2 from table where id='1234';
That always works in mysql workbench but in my .Net application always returns 0 rows. I have INSERT and UPDATE ...
0
votes
2answers
215 views
Calling BAPI_DOCUMENT_CHECKOUTVIEW2 using SAP.Net Connector 3.0 returns “RFC Callback server not available”
I am trying to get a document from SAP DMS using SAP.Net Connector 3.0. I need to get the document and display in ASP.Net.
I am using "BAPI_DOCUMENT_CHECKOUTVIEW2" for calling the function. But when ...
0
votes
0answers
18 views
What connector implementation is used in my Tomcat?
Tomcat manual sais there are several connector implementations:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
see the table below for implementing class names.
How do I know, which one ...
0
votes
1answer
84 views
Saving SAP R3 Report Output in Local Folder
We are accessing some data in a SAP R/3 System using SAP Dot Net Connector 3.0.
We are now asked to do the following, and would require some advise on how this can be achieved from our program (in ...
0
votes
0answers
70 views
Problems with sun-jms-adapter on Oracle GlassFish Service 3.1
I'm having some grief deploying the sun-jms-adapter.rar on Oracle GlassFish Server 3.1 (build 43). I was wondering if anyone else has seen similar problems. I simply deploy the rar through the admin ...
0
votes
1answer
87 views
MySQL Connector C linking problem on VS2010
I am beginning on MySQL, and I encountered the error message while compiling the code:
error LNK2001: unresolved external symbol _mysql_init@4
I have searched the web, and did everything that seems ...
0
votes
1answer
94 views
Help with Mule Magento Connector
I have been trying for a while to get working the Mule's Magento Cloud Connector. However I have had no success.
I am using magento 1.6.0, mule 3.1.2, and the Mule's Magento Cloud Connector 1.2.
My ...
0
votes
1answer
224 views
socket connection in j2me using GPRS
I am trying to open a socket connection in j2m2 on Nokia C5 device using my Airtel GPRS connection. I am using following lines of code.
SocketConnection ...
0
votes
0answers
47 views
Problem while accessing Moyosoft's Java Excel Connector(JEC) through project deployed as service on Windows OS
I am trying to use Moyosoft's Java Excel Connector(JEC) for excel template functionality.I am using following step to open excel file using JEC:
Step 1) Using excel object we open the workbook with ...