Relationship query sql 1040 error
The type of limit you're looking for would be set on the sql server (number of connections allowed.)Unfortunately, the way that DreamFactory is currently architected, each relationship for each record...
View ArticleHow are user/customs related to user?
user/custom is only for the currently logged in user (as are all resource on the user service.) Currently system/user cannot access the custom user data, but this is a bug that is being addressed in...
View ArticleCalling API from post process
Bad request means the api call is formatted incorrectly (usually the payload.) I can't see the rest of your script, but assuming record is a variable:this: {resource : [record] }should be this:...
View ArticleConnecting to Web Service Rest API that need to sign in and cookie...
Is this actually a cookie (as in a information stored in the browser session) or do you just need the data from the cookie to make more api calls? If the latter, then it's possible, but very custom....
View Article$scope.systemConfig is undefined
Which 2.3.0 release is this? There was an issue with the first couple of Bitnami 2.3.0 cloud installers where the msyql service wasn't setup properly, which in turn caused the Packages tool to not...
View ArticleV8js Custom Script call another V8js Custom Script?
I'm not sure that log error is related to your custom scripts unless you are calling stored procedures in your script. Not sure if this makes a difference, but if you intend to use the return data...
View ArticlePatch a document in mongodb collection
Nico, let's say my I want to patch a record on mysql/_table/mytableThe record looks like this: {"resource":[{ "id":1, "firstName":"Drew", "lastName":"Pearce" }] } Now let's say I want to change my...
View ArticleError in MySQL syntax when accessing API
best guess is that because this is the root user it has access to some items that DF doesn't understand. Did you check the "default schema only" box? I'd definitely recommend that.
View ArticleDifference between the original request header and the forwarded request header
Please provide the service configuration so that the community can assist you.
View ArticleServer error on adding a foreign key
Can you provide some more information about this?What version of DreamFactory?What type of database?What datatype is this field?What datatype is the foreign key?Is there anything relevant in the...
View ArticleHow to send params in platform.api.get
Yes. This has been resolved. This post was actually in reference to a previous version of the product. Scripting in DF 2.0 supports URL parameters.
View Article$scope.systemConfig is undefined
it was the Bitnami DreamFactory 2.3.0-1 (64-bit). Now there is DreamFactory 2.3.0-2 (64-bit) released. Was wondering if I could just install this and change the DB connection to the existing...
View ArticleDifference between the original request header and the forwarded request header
I found out that the original request header and forwarded request header is different. (without any additional headers in RWS service config). Original: POST...
View ArticleDifference between the original request header and the forwarded request header
I tried to event script, but was the result of a bug (attached api def. file).
View ArticleAccess to http headers from web services response
Thanks @AlexBowen, I should have said that the header I'm expecting is coming from the remote endpoint. I'm trying to login to a Java REST server that upon successful login it'll set a JSESSIONID to...
View ArticleConnecting to Web Service Rest API that need to sign in and cookie...
Thanks, @drewpearce It's a cookie that the login endpoint returns. Remote endpoint expects this cookie in future calls so that it knows it's from the same session. From your answers sounds like I need...
View ArticleIssue with custom email template
Thank you @allensandiego for the workaround. Spent almost an hour wondering what I was doing wrong.This should be fixed or the documentation updated at the least.
View ArticleHow to send params in platform.api.get
Thank you @drewpearce. Any pointers to an example would be very helpful.
View ArticleWhy dreamfactory allow UNDEFINED column in POST and PUT API request?
I am looking forward your response.. Thank you.
View Article