RDS Server Configuration In Flash Builder

Can someone please help me configure RDS Server In Flash Builder? I would greatly appreciate it
sbliss

Hi,
If you are using the new Data Centric RAD feature in Flash Builder, the RDS configuration should be taken care by itself.
However, for a CF server your RDS information should look like this:
Window->Preferences->RDS Configuration->New
Description: RDSConfig
Host Name: localhost(subject to where the server runs)
Port No: 8501(actual port where server is running)
Under Security information provide the RDS UserName and password given while installing the server and click 'Test Connection'.
You should see a success message if all is well.
For BlazeDS it should look like:
Description: MyBlazeRDS
Host Name: 8400
Context Root: blazeds
and click Test Connection.
Hope it helps!
Please mail me to balajs AT adobe DOT com in case you encounter any issues.
Thanks,
Balaji
http://balajisridhar.wordpress.com

Similar Messages

  • Import new Device Configurations in Flash Builder 4.6

    In Flash Builder 4.5, there is a button on the Preferences>Flash Builder>Device Configuration panel to import new devices from a database. That button is gone in Flash Builder 4.6. Is there a way to import new device configuration in Flash Builder 4.6 without typing in the information manually?

    Did you find an answer to this?

  • Download files form server on mobile- Flash Builder 4.5

    Hi,
    I want to download a simple file from internet or a local tomcat server and use it in my app. I tried  the code below but doesnt seem
    to work. Please help.
                    var urlRequest:URLRequest = new URLRequest(url);
                    urlRequest.method = URLRequestMethod.GET;
                    var f:File = new File();
                    f.download(urlRequest,"wallpaper.jpg");
                    f.addEventListener(Event.COMPLETE, completeHandler);
    Thanks
    Monika

    This code works for my on Android app (adapt to you own purposes):
    protected var myFile:File;
    //using a button to manually download a file
    protected function buttonDownload_clickHandler(event:MouseEvent):void
    var fileUrl:String = "http://path.to.my.file";
    var fileName:String = fileUrl.substr(fileUrl.lastIndexOf('/')+1);
    myFile = storageDir.resolvePath(fileName);
    if (myFile.exists){
    //do something with the file
    } else {
    loadFile(fileUrl);
    protected function loadFile(fileUrl:String):void
    if (!myFile.exists)
    trace("View Activate - local file does not exist");
    spinner.visible = true;
    lbl.text = "Downloading file...";
    urlLoader.dataFormat = URLLoaderDataFormat.BINARY;
    urlLoader.load(new URLRequest(fileUrl));
    urlLoader.addEventListener(Event.COMPLETE,onFileLoaded);
    else
    //do something with the file
    // Save the image to the SD card for faster access next time
    protected function onFileLoaded(event:Event):void
    var fileStream:FileStream = new FileStream();
    fileStream.open(myFile, FileMode.WRITE);
    fileStream.writeBytes(urlLoader.data);
    fileStream.close();
    spinner.visible = false;
    lbl.text="File: "+ myFile.nativePath + " downloaded.";
    urlLoader.removeEventListener(Event.COMPLETE,onFileLoaded);
    //do something with the file if you want

  • Doing Flash Builder Development on an External Server

    Hello Forum Members,
    We have been working with Flash Builder 4 Beta 2. We are interested in using Flex with a PhP server.
    In Flash Builder 4, I can't seem to see any provision for developing and testing on a shared hosting server(Like HostGator). When I try to set the Web root and Web URL to an external server I get the message "The selected web root folder does not exist", and yet I know it exists.
    It seems that the preferred method of development is to do it on a local server like XAMP with Zend AMF installed and then when development is done to upload all the necessary files to the main server and then test again on the target server.
    My question is does Adobe intend for the development test server to be running on my local machine?
    Are we at some point going to be able to point a PhP Flash Builder application to an external test server and do the development?
    If we are not able to directly develop on an external server, is there any work around for this so we do not have to develop on a local server?
    Many Thanks
    Fritz Klein

    It can do FB front end, with a xAMP stack.

  • Flash Builder 4.6 - Server settings for remote server

    Hi,
    im building a mobile application with PHP Application Server Type in Flash Builder 4.6.
    Everything works good from localhost, so when im debuggin on Desktop.
    Now i want export the release build, and i don't know how should change the setting:
    Web root
    Root URL
    Output folder
    in Flex Server Panel.
    Thanks

    This post explain and works!
    http://forums.adobe.com/message/4095833#4095833#4095833

  • Running a Captive Runtime debug build through flash builder

    Is there a way to launch a debug configuration through Flash Builder that has the captive run time built in?
    I am developing and testing an app for android devices that do not have the newest version of the Air Runtime, some of the devices require captive runtime because they cannot upgrade.  I need to be able to launch the app on these devices AND get debug/console information from flash builder for identifying defects.
    any ideas?

    Hey Wright,
    Captive Runtime can only be used at export release build time.
    Hence you cannot debug the application with captive runtime bundled.
    Thanks,
    Hari

  • Coonect RDS server issue

    I tried to connect RDS server using ColdFusion Report Builder.
    I got HTTP/1.1 404 Not Found.
    I contacted Web Server Administrator that they said they created my ID and password.
    I would like to know are there any way to check client side issue to connect to RDS server.
    I have a ColdFusion developer version on my local machine and I am able to connect local developer version ColdFusion Server.
    My local version is ColdFusion 10, remote server is ColdFusion 9.
    Your help and information is great appreciated,
    Regards,
    Iccsi,

    Hi,
    Thank you for posting in Windows Server Forum.
    As per my research, sorry to inform that there is no such ways to let the folders always on top. 
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Generate build_config.xml / configuration equivalent to Flash Builder

    I develop an AIR app where we code/debug within Flash Builder but when we generate publicly downloadable builds, it is done via command-line scripts. I'm currently seeing a bug which shows up in the command-line builds but that I cannot reproduce inside Flash Builder. Is there a way to generate a build_config.xml and air-config.xml file that would be equivalent to what is being used by Flash Builder to see if the issue is due to a compilation difference?

    I had the same problem and found the answer by guessing.
    Remove the SystemPassword line from your config.xml. Worked for me.
    -Tom
    Kumar Allamraju <[email protected]> wrote:
    I think the encryption stuff for connection pools has changed in the
    latest build, so the
    older one may not work.
    Kumar
    Stephan Kluwe wrote:
    Hi there,
    I would need some help on getting the new pre-release build to run(Build 127633).
    We have been testing a previous 6.1-beta-build and after creating anew BEAHOME-directory
    for the next build, just copying the old config.xml doesn't work. Itraises the
    following error:
    The WebLogic Server did not start up properly.
    Exception raised: weblogic.management.configuration.ConfigurationException:-
    w
    ith nested exception:
    [weblogic.security.internal.encryption.EncryptionServiceException -
    with nested>> exception:>> [COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding:>invalid pad>> byte.]
    COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding:invalid pad
    b
    yte.
    at COM.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java)
    Do we have to manually enter the apt values for connection pools etc.in the console
    over again ?
    Ultimately: how do you transfer configurations from one installationto the next
    Thx for any help.
    Stephan

  • Flash Builder 4 and CF9 - configuration

    I am new to Flash Builder but not to CF.  I am able to test everything just fine locally using tutorials such as this: http://www.eonflex.com/?p=276 & http://www.youtube.com/watch?v=mUy740fjILI.  But how do I configure FB to work with real data on my server?  I do not see a place to plug Flash Builder into my server so I can reference CFCs there as well as data in SQL.
    Thanks for taking the time to read this! No doubt I am missing something obvious...
    John 

    I don't think you really want to be developing on production data, because crazy things do happen and you might lose or destroy your data by accident. Personally i like to have 3 places. 1st being my machine where i develop and test, 2nd a place where my test group can go on and test out new features etc... etc... 3rd the actual production server where the site/app gets published to when all of the testing is done. as far as cfcs and data go you only really need to worry about the logical path and the datasources on the CF servers.
    for example:
    server 1(dev):
    physical path: c:\intepub\wwwroot\mycfcs\
    logical path in cf admin: /flexServices
    datasource name: exampledatasource
    database server: SERVER1
    database: MyTestData
    server 2(prod):
    physical path: c:\some\different\path\
    logical path in cf admin: /flexServices (same as before)
    datasource name: exampledatasource (same name )
    database server: SERVER1
    database: MySuperProductionDatabase ( have to keep the same structure )
    So now you can access all of your data by just using the flexServices mapping. When you hit the Run button in FB it will go to your localhost and when you publish it; it will go to the production data. This way you dont have to risk losing or damaging anything.

  • How do you connect Flash Builder to a NON-LOCAL PHP Server?

    Is it possible to connect Flash Builder 4 to a non-local PHP Server?  In my case, I want to connect to a PHP server on my web-host (similar to GoDaddy).
    This seems like a really stupid question, but every single tutorial or forum post I've Googled in the past 2 hours talk about how easy this is but all of them use "...localhost..." in the Root URL and I can't find anywhere in Flash Builder to enter FTP style credientals!
    I do not want to turn my PC into a PHP/SQL/IIS server.  I want to be able to do all of my work remotely as I do with Dreamweaver. 
    I've been trying to do this one simple thing for the better part of 2 days and can't believe how under-documented this feature is.
    Please please please help!
    Thanks
    Charles

    Upload your services to a directory on your host, upload your remoting app (Zend AMF etc) and configure it, then change the end point in your code to the gateway.php on your server:
    yourService.endpoint = "http://www.yoururl.com/pathway-to-your/gateway.php";
    For instance, one of mine are:
    protected function updateButton_Click(event:MouseEvent):void
                    // TODO Auto-generated method stub
                    support_Requests.ticket_id = supportGrid.selectedItem.ticket_id;
                    support_Requests.hub = supportGrid.selectedItem.hub;
                    support_Requests.username = supportGrid.selectedItem.username;
                    support_Requests.contactNumber = supportGrid.selectedItem.contactNumber;
                    support_Requests.email = supportGrid.selectedItem.email;
                    support_Requests.request = supportGrid.selectedItem.request;
                    support_Requests.status = statusButtons.selectedValue.toString();
                    support_Requests.note = noteUpdate.text;
                    supportRequestsService.endpoint = "http://www.not-telling-you-my-url/app-resources/gateway.php";
                    updateSupport_RequestsResult.token = supportRequestsService.updateSupport_Requests(support_Requests);
                    currentState='Home';

  • Flash Builder - RDS - LCDS - 1020: Method marked override must override another method

    I'm using RDS data modeller, the RDS fml file is working okay,
    I can work with the tables, use services
    but when I try to run the application I get prolems, and the problem states:
    Description
    Resource
    Path
    Location
    Type
    1020: Method marked override must override another method.
    _CityEntityMetadata.as
    /xoffer/src/xoffer
    line 219
    Flex Problem
    This issue extract is: for example: _CityEntityMetadata.as
        override public function getPropertyType(propertyName:String):String
            if (model_internal::allProperties.indexOf(propertyName) == -1)
                throw new Error(propertyName + " is not a property of City");
            return model_internal::propertyTypeMap[propertyName];
    this for some tables
    how does this present, I didn't do sth special, followed the how to online, already reinstalled the whole thing (flash builder 4.5.1, modeller 3.1.1)
    workflow:
    -> created in MySQL the Database
    -> used the RDS config (this works)
    -> generate the code and push to the server
    -> make a datagrid and link it to a service
    -> play => errors get detected
    ps when I delete the override it is ok, but I don't think this should be the case....

    I'm also experiencing this problem.  It's a real pain in the neck to have to do extended search / replace on certain method signatures to remove the override.
    Anyone have a solution?
    Thanks in advance!

  • Flash Builder 4.7 Launch Configuration Issue

    In Flash builder 4.7 64 bit I have a project that has 5 or 6 different debug/run configurations.
    For instance I have 2 Google Android Configurations that run in the simulator - one is for a Galaxy Tab and one for a Fascinate.
    However - when I set the device for the Fascinate configuration to Fascinate - it also changes the device on the Galaxy Tab configuration to the same device.
    Is this a bug?

    It definitely is a bug and Adobe really needs to get on fixing it. There is a way to work around it, though, which will at least make it so that the bug can be lived with. I posted the answer in response to another thread in the forum. It can be found at http://forums.adobe.com/thread/1226494. Hope it helps!

  • Server settings for remote Server in Flash Builder 4.5 Premium

    Has anyone figured this out? Seems like everyone is talking about FlashBuilder that comes with PHP and that doesn't help me. So I'm still having trouble moving my mobile app to a remote server and I have FlashBuilder 4.5 Premium without PHP.
    I have created a PHP project outside of Flash Builder and then I have connected to it using the Data/Service tab, but then it ask for the server information and that is where I'm having the issues.
    It works create with the setting like this.
    MAC:
    Server Options
    Web Root: /Applications/MAMP/htdocs
    Root URL: http://localhost/
    But when you try to export a release build or just like to test it, and insert your server settings.
    Server Options
    Web Root: /home/username/domain_name/
    Root URL: http://mydomain.com
    It doesn't Validate which in turn won't let the project work. Also it would be nice to put the remote server in there for testing instead of just for release builds. Any one have an answer. Every tutorial or explanation shows localhost.
    thanks

    Hello guys,
    I have found a solution: In ZendFramework/library/Zend/Amf/Response/Http.php  linenumber 59:
    $ssl = $_SERVER['HTTPS']; is given an error.
    I did this:
    $_SERVER['HTTPS'] = 'off';
    $ssl = $_SERVER['HTTPS'];
    So add this line....
    And it works...
    Hope it works for you too.
    Ooh, and don't forget to follow the instruction of TweenOut.
    Erik.
    Van: tweenOut [email protected]
    Verzonden: dinsdag 20 december 2011 18:42
    Aan: EGJ Steens
    Onderwerp: Server settings for remote Server in Flash Builder 4.5 Premium
    Re: Server settings for remote Server in Flash Builder 4.5 Premium
    created by tweenOut <http://forums.adobe.com/people/tweenOut>  in Using Flash Builder - View the full discussion <http://forums.adobe.com/message/4095833#4095833

  • RDS Server timed out in CF Report Builder

    I am so frustrated I could scream!!! For some reason, CF
    Report Builder is timing out on ALL reports - even ones that I have
    previusly created. Whenever I try to access the Report Query, it
    times out. Whether I'm trying to edit a previously created query,
    or create a new query. I have stopped and started both IIS and RDS
    Server numerous times already, and that has not helped at all.
    HELP!!! How can I fix this?

    Found the answer in one of the old discussions.
    Correct syntax is report.functionname(). I was using report.functionname.
    Thanks anyway!

  • Flash Builder & SQL Server

    Hello,
    We have an SQL server database.  What is the BEST way for me to connect to my data & access queries thru flash builder 4?
    thank you.

    SQL Server 2005.
    thanks

Maybe you are looking for

  • How do you use user defined error messages in Value Help?

    Hi, I'm currently working on a Modifiable Value Help Selector in Web Dynpro Java, and I want to use a user defined error message when I validate the values entered by a user. Currently, it's returning its default error message ("Character <string> do

  • Workflow notification delegated to the originator contains an error message in notification content

    Hi All, We are using a workflow for managing User Access Request(to get new responsibilities) where approval hierarchy is set via AME rules. Facing an issue, when approver has set a vacation rule and to whom the notification delegated happens to be t

  • How to repair Built in App

    I need some help. My  Built in App Photos seems to be broken after installing the Living Earth App. I have only a Black screen when I turn on the App that shows me the different formats that I can use to crop the picture but there is no picture. When

  • Font size in windows, toolbars, etc.

    The font in the strip along the bottom of the screen where my typed text appears is absolutely tiny and I can't find a way to increase it.  Help!  And I don't mean the upper window where the previous IMs appear. Thanks Michael

  • Formatting an external USB HD

    I have an external USB 20 GBHD that is MAC/PC compatible. Initially I had to connected to my PC. I could read them on the Mac, I just couldn't write to it from the Mac. After some research I found that I have to format the drive to FAT32 instead of N