Can't Connect to Remote MS SQL instance
Hi,I'm a new user attempting to get up and running.I've installed DF on my local Win10 computer. As a first step I'm trying to connect to remote MS SQL instances.1. I have installed the PHP...
View ArticleRunning docker container from fusion VM
Here is my env Mac Fusion Centos 7.0 virtual machine ... ip address 192.168.52.130 Trying to get the docker container to work with the docker-compose instructions Everything seems fine, but when I try...
View ArticleWhat's on the product roadmap?
New features:- OLAP Support (multi dimensional models). In particular SSAS (SQL Server Analysis Services), both for Multidimensional mode and Tabular mode.- OLAP support should only be for Read...
View ArticleAWS S3 Service CA Certificate Error
@mharvey I was able to duplicate this error you are seeing. I will need to speak to a developer to see if there is a configuration option or workaround to this.
View ArticleCan't Connect to Remote MS SQL instance [RESOLVED]
Ok. I found the problem:1. I could not find the server logs. All the posts I read had the incorrect path to the logs, i.e., I used the Bitnami installer with the DreamFactory Stack 2.0.4-2. And, with...
View ArticleAWS S3 Service CA Certificate Error
Thanks. I guess the question is where is the cacert.pem file located that curl is using for the AWS service? I found this SE thread that seems to be applicable.
View ArticleDF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...
Hi @bitperbit, If you are using the RETURN statement, it will not return custom data in v2.1. Instead of this: return {"test":"ok"}; You should use this: event.response.content = {"test":"ok"};
View ArticleServer-side filter returns SQL error when using "contains" or "starts with"...
I'll have a look. Thanks.
View ArticleDF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...
bitperbit: event scripting post-proces Thanks Anderson, I did that soon after the update. The return is working for custom services (BTW, great improvement to be able to change the response code), but...
View ArticleAdaptive Server is unavailable or does not exist
The error means DreamFactory can't talk to your sql server at the address you've provided.Usually this is due to SQL server not being configured to listen for external tcp/ip connections.
View ArticleHow to pick up the keys Lookup data created in the User table
what platform is this? I'm not much of a coder, but the related parameter should be included in the API call URL.
View Articlev2.0 Remote Web Service - headers not passed across
Hi Jon. I'm doing some troubleshooting to validate the issue, and I'll give you an update as soon as I have one.
View ArticleUpdate dreamfactory 2.04 to 2.1
Yeah, it looks like on a couple of the builds Bitnami deleted some needed git files in those vendor files. Deleting the Vendor directory will work.Make sure you backed up the htdocs folder as...
View ArticlePassword Policy defined in Dream Factory 2.0
The only password policy built into DreamFactory is a minimum of 6 characters.
View ArticleCan't Connect to Remote MS SQL instance [RESOLVED]
If anyone else is running into this problem, the instructions for installing additional resources necessary for ms sql connections are covered in the wiki here:...
View ArticleDF 2.0.4">Platform.api.post("user/session",{}) is broken after updating from DF 2.0.1...
To verify version numbers, you can always check the readme and/or changelog files in the repositories. @bitperbit what type of service are you trying to do a post process on, and what specifically is...
View ArticleMongodb get records by post
get records by post still exists. it's just not in the API Docs. set your method to POST and your X-Method to GET.Include your necessary data as a payload.
View ArticleHow to pass the payload data from request to post process script?
Any help from the experts please? @benbusse @drewpearce
View Article