Connecting on application that was hosted on another domain

Hello, we really need yur help on this.This our situation. We are going to connect to Saba (a Learning Management System) that is hosted on another domain. we have an authentication thats going to create a session key that will in turn going to pass on another page so that it will display the page on Portal. in order for us to authenticate users/password we used a form based authentication that connects to SABA through Portal. But im getting this error:
"Gateway was not able to access requested content. If the error persists, contact your Portal Administrator."
Code Snippet:=======================HttpClient client = new HttpClient();client.getHostConfiguration().setHost(host, port, scheme);client.getState().setCookiePolicy(CookiePolicy.COMPATIBILITY);GetMethod authGet = new GetMethod(loginUrl);client.executeMethod(authGet);statusCode = authGet.getStatusCode();========================
Please help us on this.Thanks.

I have a similar issue.
I am doing an update of an application made in AIR 1.x something. Now I am making it in AIR 2.
I don't have the old certificate and whenever I try to install it I get that error "This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance."
If I change the app ID however it the install works fine. But I really ned to keep the same app ID:
How do I do?
Where do I find ADT's migrate feature?

Similar Messages

  • How can I switch my apple I'd email address on my ipad to my gmail account that was associated to another device I own?

    How can I switch my apple I'd email address on my ipad to my gmail account that was associated to another device I own?
    I lost the other device so I don't even have it, and I want to terminate the email account I am currently using.

    settings --> Store --> Apple ID.

  • HT1311 i tried to do a backup from my old iphone as i have a new one that was signed into another itunes account. it said i cant do it because the iphone rejected the request. how do i get around this? i have signed out of the old acct and into mine on th

    i tried to do a backup from my old iphone as i have a new one that was signed into another itunes account. it said i cant do it because the iphone rejected the request. how do i get around this? i have signed out of the old acct and into mine on the phone

    What is the precise wording of the error message that occurs on the old iPhone when attempting to do a backup?
    Are you attempting to backup via iTunes on the computer or iCloud?

  • How do I keep a document that was created on another computer? I have the link.

    How do I keep a document that was created on another computer. I have the link. https://adobeformscentral.com/?f=Mv9KGJZhLFi47Q-H63fajA

    Hi,
    The link you provided is for the HTML fillable form. Is that what you are trying to download?
    FormsCentral form files are stored on the FormsCentral servers. If you are the author or a co-author of the form you can access it from any machine by logging into FormsCentral. If you aren't the author or a co-author of the form you will need to contact the author and have them share the form with your FormsCentral account. The following FAQ explains how to share forms with other users:
    http://forums.adobe.com/docs/DOC-2462
    Regards,
    Brian

  • RemoveChild for movie clip that was added in another function?

    Hello everyone.  I have 3 different functions for my preloader.  I have an Event.OPEN, ProgressEvent.PROGRESS, and an Event.COMPLETE.  In the event.OPEN function, I create a new variable that is data typed to the class name of my preloader that I set in it's property dialogue box.  This is just a simple circle animation.  Below is my code for it:
    function addPreloader(event:Event):void
        var myPreloader:mcPreloader = new mcPreloader();
        myPreloader.x = stage.stageWidth / 2;
        myPreloader.y = stage.stageHeight / 2;
        myPreloader.width = 75;
        myPreloader.height = 75;
        addChild(myPreloader);
    My ProgressEvent.PROGRESS function looks like so:
    function preloadImages(event:ProgressEvent):void
        var percent:Number = Math.round(event.bytesLoaded / event.bytesTotal * 100);
        percent_txt.text = percent + "%";
    and my Event.COMPLETE function looks like so:
    function imageLoaded(event:Event):void
        var myLoadedImage:Loader = Loader(event.target.loader);
        addChild(myLoadedImage);
        new Tween(myLoadedImage, "alpha", Strong.easeIn, 0, 1, 0.5, true);
        event.target.loader.removeEventListener(Event.OPEN, addPreloader);
        event.target.loader.removeEventListener(ProgressEvent.PROGRESS, preloadImages);
        event.target.loader.removeEventListener(Event.COMPLETE, imageLoaded);
    The only problem is that when it's done loading, I'd like to remove the myPreloader from the stage.  Since it is declared in the Event.OPEN function, I can't communicate with it via my Event.COMPLETE function.  How can I successfully remove it from the stage after it's done loading?  Thanks!
    Jesse

    Duh, thanks Kglad.  It's been a long week ;).
    Jesse
    Date: Thu, 9 Jun 2011 13:47:57 -0600
    From: [email protected]
    To: [email protected]
    Subject: removeChild for movie clip that was added in another function?
    var myPreloader:mcPreloader
    function addPreloader(event:Event):void
       myPreloader = new mcPreloader();
        myPreloader.x = stage.stageWidth / 2;
        myPreloader.y = stage.stageHeight / 2;
        myPreloader.width = 75;
        myPreloader.height = 75;
        addChild(myPreloader);
    My ProgressEvent.PROGRESS function looks like so:
    function preloadImages(event:ProgressEvent):void
        var percent:Number = Math.round(event.bytesLoaded / event.bytesTotal * 100);
        percent_txt.text = percent + "%";
    and my Event.COMPLETE function looks like so:
    function imageLoaded(event:Event):void
    removeChild(myPreloader);
    myPreloader=null;
        var myLoadedImage:Loader = Loader(event.target.loader);
        addChild(myLoadedImage);
        new Tween(myLoadedImage, "alpha", Strong.easeIn, 0, 1, 0.5, true);
        event.target.loader.removeEventListener(Event.OPEN, addPreloader);
        event.target.loader.removeEventListener(ProgressEvent.PROGRESS, preloadImages);
        event.target.loader.removeEventListener(Event.COMPLETE, imageLoaded);
    >

  • HT1766 How can I bring back the information from an application that was mistakenly deleted?

    How can I bring back the information from an application that was mistakenly deleted?

    Only if you backed up the phone before that and did not back up after that. App settings and data are part of the backup. But all other data will be set back as well, you can't choose a single app to be restored from the backup.

  • I have heard iphones can tell when someone has read a txt that was sent to another phone. Is the iphone able to do this when the phone sent to is not a smartphone, it is a verizon samsung infinity slide phone??

    I have heard iphones can tell when someone has read a txt that was sent to another phone. Is the iphone able to do this when the phone the txt is sent to is not a smartphone, but rather it is a verizon samsung infinity slide phone??

    No. It is only on imessage which has to be an apple product. ipod, iphone, ipad, or mac. Will not work on other phones.

  • Is it possible to change the first page of a web application that was built using the UI?

    Hello Community
        Using Sharepoint 2010 Server and the UI I built and application and would like
    to continue building the web application using the UI.
        The application's first page was built using a Blank Site template and
    the subsequent subsites were built using the Team Site template.
        In retrospect the first page should also have been built using a Team Site template.
        It may be unnecessary to make to delete the application
    and create the first page as a Team Site and then have to create all of the
    subsites (Team Sites) all over again.
        As a solution to prevent deleting the whole application and creating application
    with all of the subsites all over again whether it is possible to do any of the
    following:
        - Convert the Blank Site page into a Team Site page which would allow
    me to leave all of the subsites as is.
        - rename the Blank site page which would in effect would be renaming the application
    then create a new Team Site page which would be essentially creating a new application and
    then adding all of the subsites contained in the renamed application that has the first page
    as a Blank page.
        And if is possible to add, copy or move the subsites from existing sites to a new Team Site
    page, how do you add, copy or move the subsites from one application to a diffent application?
        Thank you
        Shabeaut

    Hi Shabeaut,
    According to your description, my understanding is that you want to change the template of the root site without creating the susites in another web application.
    I recommend to export all the existing subsites and import them to new web application.
    More references:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc7c11ec-e4da-4ddb-babd-db76ccb35664/move-subsite-to-new-site-collection?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fd321bac-16a7-47e4-842e-00b7ca0f7f05/move-subsite-to-other-site-collection-as-subsite?forum=sharepointadminprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • After installing an application that was created using the Application Builder

    After installing an application that I created using the Application Builder I get this error if I try to run " ANY " LabVIEW App's that I have built. "Executable Version 7.1.1 doesn't match Resource File 7.1. Check your configuration."
    The way that I tried to fix this is to reload LabVIEW 7.1 and DAQmx 8.0. I am using two NI-6528 switch cards.
    After I reload LabVIEW and DAQmx I can run my applications but as soon as I install one on this development machine the error begins again.
    The executable that I built works fine on the development machine and any other machine that I try it on but it appears that the Run-Time engine 7.1 becomes corrupt after I run setup.exe for the newly created application.
    I have built numerous Installers, setup.exe's in the past without this error. Just this latest one caused this problem to start.
    I can NOT upgrade to 7.1.1. I am doing work for many different sections of this factory and I can not force them to upgrade. I've asked. Others supply code for the same machines using LabVIEW 7.1.
    I am stuck creating executables and manualing moving the correct files to the target machines.
    What can be done?

    No. The KB article was talking about a machine with 7.1.1 installed. I have LabVIEW 7.1 installed.
    The machine that I am having trouble with is my development machine. LabVIEW 7.1, DAQmx 8.0.
    If I build the executable all is fine. I can still run old executables including the one I just built.
    If I create the installer all is fine. I can still run old executables including the one I just built.
    When I install the app on my development machine the corruption occurs. I can " NOT " run old executables including the one I just built. The subject error pops up.
    I have not moved any executables to the other machines yet. I don't want to corrupt others.

  • HT204266 How can i use my account to update an App that was purchased by another account??

    How can i cancel an account from my ipad store??
    Accordingly, how could i update my apps using my new account??
    For more clarification;
    I purchased my friend ipad with some applications that already downloaded before. I could use those apps & games easily but when i need to update any, i couldn't because i have to have an App account.
    I created a new app account, now i can purchase & download any app but i can't update an old App that was purchased through my friend account.
    Please take into your concederation that i don't want to delete the App & redownload it as i don't want to miss my data registed before.
    Please advice

    Welcome to the Apple Community.
    You can't transfer purchases from one account to the other. Your friend had no right selling you the iPod with purchases on it made from his account.

  • How to update an app that was downloaded with another ID ?

    I have an update abailabe and whe Im about to update, it shows that the app was downloaded with another apple id, so I will never be able to update it? can I do something to update it using my apple id?

    If you see someone else's Apple ID, then no, you can't update someone else's app.

  • How do I disable the feature that asks, "...is an application that was downloaded from the Internet. Are you sure you want to open it?" I get this message every time I double-click to unpack a zip file.

    I am using Firefox 6.0 (I know it's an older version, but I am a doctoral student at a university that is whose system is, at this time, only compatible with this version) on an Intel Mac.

    If using a mouse, you can right click on the application installer this will give you an "Open with" popup and you can chooes to open the application installer using the standard installer.
    Another method to do the same exact thing is to hold the Control key while left clicking on the Application installer will give you the exact same popup menu.

  • How do I remove an application that was trashed from an external drive?

    I did a clean install of Snow Leopard and used Migration Assistant to restore my apps from my Time Machine backup.
    I also have a second external drive, and I had something on it called "iP100 series On-screen Manual". It's a manual for my printer that I didn't need anymore so I moved it to the trash.
    As soon as I did that, a little printer icon with a question mark appeared on ALL my Mac folders - even the ones on the external drives. When I move my curser over  the icon, it's identified as  "Trash of Seagate External Hard Drive>iP100 series On-screen Manual".
    I emptied the trash, thinking that the little icon would go away, but it was just replaced by a big question mark. Then if I click on the question mark, I get the message: "The item can't be found".
    I reinstalled the printer from a CD, and it put an alias on my desktop called "iP100 series On-screen Manual" which does open the on-screen manual, but when I try to find the original, it takes me to a file in the Applications Folder called "Contents8f.help" which also opens the on-screen manual, so it must be the original. I tried renaming the file to the same name as the alias. I tried trashing it. I tried trashing everything related to the printer and reinstalling again, but nothing has worked. The question marks remain!
    It seems that my Mac has a desperate need to find "Trash of Seagate External Hard Drive>iP100 series On-screen Manual" but the trash is empty and I have no idea where to find this item that  "can't be found".

    Thanks. I couldn't get the control-click to work, but I found that if I opened a folder and picked "Customize Tool Bar" from "View" in the Finder, I was able to drag the question mark out of the toolbar and onto the desktop where it "poofed' and disappeared. Doing this removed the question mark from the toolbar in all my folders.

  • Delete artwork that was downloaded on another computer????

    I can't delete, alter, or EVEN SEE the artwork in itunes that I downloaded and added to my touch from another computer.
    Does anyone know of a way I can delete it?

    That will not work when that particular artwork was added on from a different computer than the one you are trying to change it on. It will change it on iTunes, but will NOT sync the new artwork onto touch...no one else has this problem?

  • How can I update an app (iphoto) that was registered with another apple id?

    I bought an used Macbook Air, with Macosx 10.7.3 on it. It included apps like Iphoto and garage band. When I want to update them, I can't because the App Store is requiring the old apple ID.
    Is there a way to change the apple ID for updates of apps that came with the OS?
    I've tried to trash Iphoto and download it again from the app store but instead of "install" the button says "Accept" (to accept updates). However, when I click on it it asks for the old Apple ID.
    Thanks in advance for any ideas you may have.
    Dan

    Hello,
    You can't merge or change Apple ID. Applications are tied with the Apple ID used to make the purchases.
    In your case the only way to download them again is to use the old Apple ID.

Maybe you are looking for

  • PLD for Sale Order

    Hi all! In PLD, when i enter quite information on End of Report but these information are displayed in next page( of End of Report) only at middle of page. It's not display on the top of pgae. Therefore, there is space in nect page. How can i delete

  • Consumption value updated for zero value materials

    Hi Masters I have maintained value of a material in material master as zero.Although it is maintained zero, When the material is issued using 261 accounting document got generated and showin the following entries   Inventory a/c Consumption a/c(+) Ho

  • Using States and the includeIn-property for UI-elements inside my mxml-composide-component

    Hi, unfortunatly I am looking for a way to use States in a mxml-component. I'm working with the flash builder 4.6 (means as3). Because this did not work when I did use the normal mxml tags for the states inside my VGroup-composite-component, I added

  • File vault: Die angegebene Festplatte wird von einem Treiber verwendet

    Fehlermeldung File vault: Die angegebene Festplatte wird von einem Treiber verwendet. Was kann ich tun, um File Vault zu aktivieren?

  • Elliptic cryptography (ECC), set problem

    Hi All, I have problem with my public key. Sets the point of the curve comprising the public key in the method setW. initialization methods of ECKey is OK: setFieldF2M, setA, setB, setG, setR, setK initialization methods of ECPrivateKey is OK: setS b