Questions tagged [flowgear]

Flowgear is an integration platform as a service (iPaaS). Use the Flowgear tag to ask questions about the platform, Flowgear nodes, Flowgear DropPoints or to get help building your workflow.

44 questions
0
votes
1 answer

FlowGear Droppoint error

I'm getting the following error when trying to Test a SQL connection via a droppoint: DropPoint Invoke Error: Unable to instance node SqlQuery 2.1.0.6: Decryption failed: Padding is invalid and cannot be removed. How do I fix this?
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
0 answers

FlowGear IMAP Watcher Node

I've configured an IMAP Watcher Node to point at a Gmail-based account. The Test of the connection returns success. However, when I run the node in the design tool, I get this error: IMAP Watcher(v1.0.1.6): An operation requiring Environment…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
1 answer

FlowGear Email Watcher Node

I'm trying to set up an Email Watcher node to watch a gmail account for incoming emails, and have specified the properties. However, that step of the workflow fails with: imap.gmail.com is not ready for : AUTHORIZATION. Any idea what the cause of…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
1 answer

Flowgear SQL Query XML Result

I have a SQL query with a simple SELECT statement, FOR XML AUTO, ELEMENTS. This is a sample text result in SQL Management Studio: > XML_F52E2B61-18A1-11d1-B105-00805F49916B >…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
1 answer

Flowgear Sage Evolution How To Add User Define Fields in Document Module

My question is how to add multiple user define/custom field into sage evolution node in flowgear. [I try to add user define field in Document module]. In sage evolution node there is Document module its provide UserDefinedFields but i am not…
sanjay
  • 437
  • 3
  • 17
0
votes
1 answer

Flowgear Google App Engine Database Connection via internate exposed

I created connection by DropPoint .But I will connect google app engine database via Internet Exposed .I don't know how it connects.Please help me. My error is :Lost connection to MySQL server at 'reading initial communication packet', system…
sanjay
  • 437
  • 3
  • 17
0
votes
0 answers

Syspro Connection Test fails through FlowGear DropPoint

When testing my newly-configured Syspro connection to work through a DropPoint, I get the following error: (Syspro 1.0.0.2) Message queue client closed! What am I missing? EDIT: More info: Now that I'm testing a previously-working (about a week ago)…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
1 answer

Flowgear SQL Watcher

How do I configure the SQL Watcher trigger in Flowgear? The config options screen does not contain a field where I can enter the actual Query whose results need to be monitored. Here is a screen shot of what I'm seeing. Also, what is the…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
2 answers

Namespace prefix 'salesValue' is not defined in Flowgear

I have decided to use an XFormat Node to grab my JSON POSTFIELDS from an API invoke using PHP. Below is the result of the XML data transformed from the JSON string to a XMLDocument: 5000
scruffycoder86
  • 527
  • 1
  • 5
  • 24
0
votes
1 answer

How to invoke a FLOWGEAR workflow via an API using a POST-SELECT

I have a workflow that selects a list of books based on projected sales value of R 5000.00 where author is "Siko Luyanda". When testing the query I created it returns me 2 records. My workflow returns the same recordsas well, happy. I have used the…
scruffycoder86
  • 527
  • 1
  • 5
  • 24
0
votes
1 answer

How to configure a workflow to reurn a json output via API Call

I have a running workflow which I would like to post fields to via an API call (see below): $ret = invokeFlowgear( "https://domain.flowgear.io/salesbooks", "username", "password", 30, array( 'name' => 'Introduction to Data…
scruffycoder86
  • 527
  • 1
  • 5
  • 24
0
votes
1 answer

Updating workflow - new functionality not being used

I'm busy playing around with various things, and am making changes a fair bit for educational purposes. However, now, any changes I make are not being accepted and old behaviour is still happening. IN this case, I had a email watcher setup to write…
0
votes
2 answers

Flowgear access to files on the local file system

I am creating a Flowgear workflow that needs to process a raft of XML data. I have the xml data contained in a set of .xml files (approximately 400 files) in a folder on my local machine hard-drive and I want to read them into a workflow, run an…
0
votes
3 answers

Flowgear running old workflow version

I have a workflow that queries table and when there is available data it calls another workflow and retrieves the relevant data and then pushes it to a web service. This is supposed run every 2 minutes. Previously I had some test data in my…
1 2
3