Questions tagged [connector]

An API typically used to provide a bridge between a piece of code and some disparate entity. Examples of such entities include database applications and server-side processes.

713 questions
-2
votes
1 answer

Mule calling rest api fails with " Response code 404 mapped as failure. "

I am trying to consume a rest api via mulesoft but from postman when i invoke the mule endpoint it gives the following error "Response code 404 mapped as failure."
user3428616
  • 65
  • 2
  • 12
-2
votes
2 answers

pls help me with this error imtrying to create adatabase in mysql

I get this erroer on mysql "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"Staff_information" ("id" INTEGER PRIMARY KEY ,"first_name" VARCHAR,"surname" ' at…
-2
votes
2 answers

How to access a connector / Data Base from the initial/instantiation Form/Page?

How to access a connector / Data Base from the initial/instantiation Form/Page? Hi every body, any help will be appreciated. I try to access using the API Rest, but the method need the activyty/task id or the instance flow id. This is because the…
hectorTF
  • 9
  • 3
-2
votes
3 answers

Connector creation for ServiceNow

How to develop a connector in java to create user, and get the services of ServiceNow. Is there any API which support java. I want to develop the connector using java. please help. I am trying from long days.
-2
votes
1 answer

.Net application with MySql connector on linux

I am making an application that uses MySql.Data.dll to connect to the database. It works fine on Windows, but refuses to work on Linux(tried on Centos and Fedora). I've tried compiling on Visual C# Express and MonoDevelop, downloading another…
Orvel
  • 197
  • 2
  • 13
-2
votes
1 answer

‘error: ‘EXAMPLE_FUNCTION’ was not declared in this scope ’ happend when I complie mysqlc++ connector1.1.3 examples

I am trying to install mysqlc++ connector1.1.3 to my ubuntu os by compiling source code,but it reported "error: ‘EXAMPLE_FUNCTION’ was not declared in this scope " when I compling the example. Is there somebody facing the same error? Forgiving my…
andy
  • 11
  • 3
-3
votes
1 answer

variable returning empty in if statement python

title = article.title title = re.sub(r' - Wikipedia, the free encyclopedia','',title) title_lower = title.lower() title_lower = title_lower.replace(' ','-') print title print title_lower title_query = ("INSERT INTO myguests " …
Real Connect
  • 103
  • 3
  • 9
-6
votes
2 answers

SugarCRM connector for Facebook

I am new to Sugar CRM and i would like to develop Facebook connector for community edition. I could not get any sample code for this. If anybody know please guide me to develop this connector. Thanks Naveen
1 2 3
47
48