Take a Picture of your office set up and what it looks like in your world!
** Here's my home setup in San Francisco. ** IMG_0531.JPG2448x3264 1.47 MB ** And my street in the Mission District of SF. ** IMG_0532.JPG2448x3264 2.11 MB
View ArticleDF 2.1.2 problem with Oracle connection
The problem is in the new source code for SqlDb.php and is caused when you use a SERVICE_NAME rather than SID for Oracle. In particular, we use a SERVICE NAME and not SID for our Oracle connection......
View ArticlePassword reset throws Internal Server Error
Hi @tjenicek,The reset is a query param, and not payload body. this.resetpassword = function(data) { var deferred = $q.defer(); var ep = 'https://api.removed.com/api/v2/user/password?reset=true'; var...
View ArticleWelcome! Please Introduce Yourself
Hello Everyone, My name is Matt Schaer and I am like @drewpearce also a member of the DreamFactory Support Team in our Atlanta,GA US office. We have likely spoken in chat or maybe interacted in the...
View ArticleError in PHP documentation
Hello everyone,I found a problem with the PHP example at page http://wiki.dreamfactory.com/DreamFactory/Tutorials/PHP_Custom_scripting_service_math I'm using Chrome and I see the object definition for...
View ArticleError in PHP documentation
To add to this reply, the tutorial currently displays the HTML entity for the double arrow operator (=> is displayed as => ).e.g, the tutorial shows: $result = ['result' => ($n1 +...
View ArticlePassword reset throws Internal Server Error
Thanks for the reply juniorconte. I tried it that way and now I'm getting "No security question found or email confirmation available for this user. Please contact your administrator.". We aren't...
View ArticleError in PHP documentation
Apologies and thanks for catching that! We'll fix in the docs.
View ArticlePassword reset throws Internal Server Error
Probably you are missing and set the mail service and the template in the user service configuration. In your admin app, go to: Services > user > config > Password Email Service (select your...
View ArticleConnect to Cassandra via NodeJS script
Can you try running your script on command line and see if it works there. If it hangs there too then you can troubleshoot it better on command line than in the df2 scripting environment.
View ArticlePassword reset throws Internal Server Error
I set both of the config settings and am now getting a status 200 from the API but no email is going out. Are there additional settings that need to updated?
View ArticlePassword reset throws Internal Server Error
Now are the settings for your email service. recommend you try to send mail directly through the API docs to try to identify the problem. I believe that the service email documentation will help you...
View ArticleSometimes get 0 value for user_id
Well if you have forever sessions turned on, and the token has expired, then the system shouldn't let you perform API actions without first refreshing the token.UNLESS you have a default role...
View ArticleMongodb Update - URGENT
MondoDB Operators are not currently supported in the API, however a feature request has been filed for this functionality.Sorry to bear bad news.
View ArticlePostgresql: connexion to a specific schema
Hello @Nico_Dv would it be possible for you to elaborate? I'm not sure I follow. I have a feeling this may be related to configuration either in database or perhaps the database user provided in the...
View ArticleHow to retrieve more than
@Kai Have you attempted to retrieve the records and were unable? Do you have an error message? What happens if you try to retrieve say 500 records?Please provide additional information.
View ArticlePostgresql: connexion to a specific schema
HI mattschaer and thanks for your replyWell in postgresql you can create multiple schemas within one database.MY goal is to create one service in dreamfactory from one specific schema available in a...
View ArticleI get this error after power down and power up nginx server
{"error":{"context":null,"message":"SQLSTATE[HY000] [2002] No such file or directory","code":2002,"trace":["0...
View ArticleSQLSTATE[HY000] [1049] Unknown database 'dreamfactory'
I connected my external mysql db to dreamfactory but unable to fetch and upload tables in mysql db and also i created db name as 'dreamfactory' in mysql db. Suggest me how to get rid from this issue ?
View ArticleDelphi XE client for Dreamfactory
Has anyone done one? I'd appreciate some help with the basics (I have a Delphi desktop app that I'd like to connect to a remote server. The server is set up - I need code in the desktop app to...
View Article