BO Mobile and Proxy

Hi,
Is there a free available proxy that i can use with  BO Mobile Server (only testing, not a productive scenario) ?
I want to have access to BO Mobile through public internet with Windows Mobile Devices and Blackberry (without BES/MDS).
Alican.

Has anyone got the BO Mobile Solution with a proxy up and running ?
which proxy did you use ?
Has anyone managed a Blackberry connection to the Mobile Server WITHOUT bes/mds ?
Regards, Alican

Similar Messages

  • Invoking Webgate Protected Resources with Mobile and Social

    I'm trying to get a first simple scenario working with OAM 11gR2 Mobile and Social (Mobile Services). But I'm not sure how to request the correct access token and how to use it.
    I have OAM and Mobile and Social running, and also an OHS webserver with an 11.1.2 WebGate.
    I'm using direct http calls, as mentioned on http://docs.oracle.com/cd/E27559_01/dev.1112/e27134/customizingmobilesrvcs.htm in paragraph 7.2, in the "Note" section.
    Here's where I am so far:
    *1.* I'm able to request a client token for the application:
    curl -s -H "Content-Type: application/json" --request POST http://myhost:14100/oic_rest/rest/oamauthentication/authenticate -d '{"X-Idaas-Rest-Subject-Type":"USERCREDENTIAL","X-Idaas-Rest-Subject-Username":"TestAppProfile","X-Idaas-Rest-Subject-Password":"secret","X-Idaas-Rest-New-Token-Type-To-Create":"CLIENTTOKEN"}' | python -msimplejson.tool
    "X-Idaas-Rest-Provider-Type": "OAM_11G",
    "X-Idaas-Rest-Token-Type": "CLIENTTOKEN",
    "X-Idaas-Rest-Token-Value": "gS1jtji4m2sA36HOyE4syjZmamgK2oplcBMdivCTjwAZcjhATbC5pN6nvep6AXw99YfOv9D7Uz0iq8dF/P73XdPNxaCgGp/4SPT/FSSWOFbxB3oa0TIvd+ORYnz5+Bpx99XeL6gIyVXEi+TFCr19BadqWKePyOep+BpeXBVwL1+FyPCGkLh1aYLl2OdhpFQVXpqnltTVmxM6I11SYe+vkklo96sMM2Pv0tnE/aFezOLJHozj2c9cz2gI3+rNKJ6fW1IIDO8jrBUa1jfzFnYpcNzxkXmdYemlq5M4fif/2/vlPk2kEB98juMY+8AwkoSqQx31FWsa/ztADPmjettM7PkEBkPLmAofx0bhFeO/25lwgZuxWHzfFVoITwHfOGVb",
    "X-Idaas-Rest-User-Principal": "TestAppProfile"
    *2.* I'm able to request a user token for the user:
    curl -s -H "X-IDAAS-REST-AUTHORIZATION: Token ${CLIENTTOKEN}" -H "Content-Type: application/json" --request POST http://myhost:14100/oic_rest/rest/oamauthentication/authenticate -d '{"X-Idaas-Rest-Subject-Type":"USERCREDENTIAL","X-Idaas-Rest-Subject-Username":"weblogic","X-Idaas-Rest-Subject-Password":"alsosecret","X-Idaas-Rest-New-Token-Type-To-Create":"USERTOKEN"}' | python -msimplejson.tool
    "X-Idaas-Rest-Provider-Type": "OAM_11G",
    "X-Idaas-Rest-Token-Type": "USERTOKEN",
    "X-Idaas-Rest-Token-Value": "5Q9g46FXk8Ncz3e4r7jnsN9Us7ChPfKwiP9QhPY822JkPq07omTRO6pXfZnXaQjuFNKZQ+GaJ4JAOuS7UdBl7W2R/xQ18O0NpY0vw+wxwxjAgd8yUHIo2eThxLrf/N9ZkbYPpdaZIStiLFrUNbN11zRB39UWTspBBlpDQTx7nR9s2wNlpmAJieSDEx3wY04TrXRBW5bFnZlLzdOEkkJB2oneT6sM5/0l5lo4xpiZkrhJ6P5I4zS17+IrFtVkE1/NvTA+n7v+tmeEx3sKzGLk89Lkahn1zpDcKi3CPO7nhZ+a0KErFTn9olp0edJ4jhyrMHtlNBqFztGMhffLx527QgNYgXlKsPThjLsdYfV7VGA=",
    "X-Idaas-Rest-User-Principal": "weblogic"
    *3.* Now I'm initiating a request to the WebGate protected resource:
    curl -i user-agent "OAMMS-Agent" request GET "http://myhost:7777/secret_data.txt"
    HTTP/1.1 401 Authorization Required
    Date: Sun, 30 Sep 2012 07:59:46 GMT
    Server: Oracle-Application-Server-11g
    Set-Cookie: OAMRequestContext_myhost:7777_69774b=iwKIaLrglLkrtRWusjI6Gw==;max-age=300; httponly; path=/
    WWW-Authenticate: OAM-Auth realm="OAMWebGate1:2 /oic_rest/rest/oamauthentication", request-ctx="encquery%3Db2eYWYp8%2BwuGrflF9kYVNfKksB%2FGnuZl2u4cCUXyEI5NtVlsw34mPsaTzhhE3cOwdsiPyiROlX%2FbjFgj4ZmP5jtIB4w2N%2B0VPCD4eTFs2P6kl%2FHb4LN5ntlinuo5cYR6UbFWUOXYKez7Gmsl0D4fgfJwQSoHN5mgJ0TXh6MI50CenHjKI1OzJBDVLP6ygSI2FbYRgY78Bw6NvtpPbDz%2Fg444470vS3dI%2BoB8kbMY3l6LVARR2uZlTPwamyjgvDCW5BLPm3Vcp%2BCat38y8%2Bj2VtmRwK41NUJ5PPZ0qOxDPC1G4xQcKQHW2Ys8stKJxgKX%20agentid%3DOAMWebGate1%20ver%3D1"
    Content-Length: 294
    Content-Type: text/html; charset=iso-8859-1
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>401 Authorization Required</title>
    </head><body>
    Authorization Required
    You are not authorized to access the requested resource. Check the supplied credentials (e.g., username and password).
    </body></html>
    *4.* My best guess on how to now request an access token is as follows, where APPCONTEXT="iwKIaLrglLkrtRWusjI6Gw==" (from previous call)
    curl -s -H "X-IDAAS-REST-AUTHORIZATION: Token ${CLIENTTOKEN}" -H "Content-Type: application/json" --request POST "http://myhost:14100/oic_rest/rest/oamauthentication/access" -d '{"X-Idaas-Rest-Subject-Type":"TOKEN","X-Idaas-Rest-Subject-Value":"'"${USERTOKEN}"'","X-Idaas-Rest-Application-Context":"${APPCONTEXT}","X-Idaas-Rest-Application-Resource":"http://myhost:7777/secret_data.txt","X-Idaas-Rest-New-Token-Type-To-Create":"ACCESSTOKEN"}' | python -msimplejson.tool
    "X-Idaas-Rest-Provider-Type": "OAM_11G",
    "X-Idaas-Rest-Token-Type": "ACCESSTOKEN",
    "X-Idaas-Rest-Token-Value": "AlM3B5pHxoADOSKg6ebnJgjq9myaOiRfj5BdMukRRAB8Q%2BgoTOx%2FcHdVcE70LZjBTE2a6czfKTBpQr6RFFu6ZYC%2Bw%2BFFaCK1hCtRa4P6nWZCl%2Bm%2FxiqeWNO7AU18TpTEnrwMaxk7S%2B8z%2FPzMFER2eSkEZSkufspWivMKatUC4zlLoBtB8cEyzpWclAXEpLWCt9WEabwuZSI3GXQ4p%2FwmSvxxRN19IgLpvl8FKenylwxefAYb6X6GM15PpxWgTUR3Rc%2FJ6fIoE7bX2Zqv6HxWUAi1AjbtuvlNmoBoPnJ7ouJ1qyNkGtncn7%2FmXzbfOlYRVa8iGup%2Bluva2aMUOG7P0eC6G2WmF4LUgAUfYLQbXsa6Ujs6mGTliowO6P69abX6",
    "X-Idaas-Rest-User-Principal": "weblogic"
    But now how do I respond to the WebGate? This is not documented anywhere. I expect I need to go back to the protected resource (just like step 3), and insert a additional header like "Authorization: OAM-Auth XYZ". But what should XYZ be here? This is again not documented anywhere, so I did some best guesses, but none work.
    Another observation I did is that it doesn't matter if I include X-Idaas-Rest-Application-Context or X-Idaas-Rest-Application-Resource when requesting an access token. An access token is returned always, no matter what the contents of these variables are, the resource given doesn't even need to exist?!
    All suggestions are welcome!

    Here's what works for me.
    1. Create a new authN service provider (OAMSDK) and create a new webgate-agent from the authN service provider creation page. I assume that you have a simple REST service running on some box anf that OHS+WG is protecting this service.
    2. After creation of the authN SP & WG agent, add the following two config values to the agent's "User Defined Parameters"
    - OAMAuthUserAgentPrefix=OIC (or any suitable prefix value)
    - OAMAuthAuthenticationServiceLocation=http://solaris.oracle.demo:14100/oic_rest/rest/oamtest (or whatever server URL you have)
    Now, copy the corresponding cwallet.sso and ObAccessClient.xml files to the agent's config dir (which is on remote machine/zone in my setup).
    3. Access the WG Proxy: *curl -i -H 'User-Agent:OIC-Authentication'  --request GET http://oracle:7777/hello/steffo* (I used "OIC")
    The WG replies
    HTTP/1.1 401 Authorization Required
    Date: Tue, 16 Oct 2012 10:52:25 GMT
    Set-Cookie: OAMRequestContext_oracle:7777_6e3162=n1b8DIb5O10BP4W/BvuNiQ==;max-age=300; httponly; path=/
    WWW-Authenticate: OAM-Auth realm="oicgate:2 http://solaris.oracle.demo:14100/oic_rest/rest/oamtest", request-ctx="encquery%3DlHzmezODgpKJzY9yfcGWck0DO9dcsSnKzAflI5By4TLv%2BNaHaBdAH2w2VTlFyf6ajKmG%2BSE%2BwTMZH89UDtfF4YDNijAvlf%2FfFm5VIw0bYw0OJMagxCyfuBEQQlf9PAc8DhP4RkGpPrjc6WaS9RqtjEujFbMEmeB5QNLaHsVXpI95%2Fr48bvyxXuXzL%2BsqddG6gDogojwBir31zvDMsvnthyilA%2FFZXPmg5INixXqLCr3DbOyuLdrVTLUPz6xG4ZvgA9g1yJD%2BpliJDsxm%2BMyKY3N%2Bx2mrlmimvndOAygq7K8%3D%20agentid%3Doicgate%20ver%3D1"
    Content-Length: 294
    Content-Type: text/html; charset=iso-8859-1
    The request-ctx is the APPCONTEXT you asked for (I know, the value of the OAMRequestContext_oracle:7777_6e3162 cookie looks more like what's mentioned in the docs - but that's misleading)
    4. Request a user token
    *curl -i -H "Content-Type: application/json" -H "X-IDAAS-SERVICEDOMAIN:SteffoNonMobileServiceDomain" --request POST http://solaris.oracle.demo:14100/oic_rest/rest/oamtest/authenticate -d '{"X-Idaas-Rest-Subject-Type":"USERCREDENTIAL","X-Idaas-Rest-Subject-Username":"weblogic","X-Idaas-Rest-Subject-Password":"abcd1234","X-Idaas-Rest-New-Token-Type-To-Create":"USERTOKEN"}'*
    5. The server replies:
    HTTP/1.1 200 OK
    Date: Tue, 16 Oct 2012 10:55:15 GMT
    Transfer-Encoding: chunked
    Content-Type: application/json
    X-IDAAS-REST-VERSION: v1
    Set-Cookie: JSESSIONID=dlgtQ99TQ4WFR80Q1K705DJSGn0ytQwRlBycxg6yTkxMQ9xpRh2J!413534987; path=/; HttpOnly
    X-ORACLE-DMS-ECID: 237e061257eacced:5e3e7f92:13a68e15a8e:-8000-0000000000000061
    X-Powered-By: Servlet/2.5 JSP/2.1
    {"X-Idaas-Rest-Token-Value":"+1VPnPen7EjGqWrpAKe1oFLZVRwL2zVgWDhX5HukiMNNWnDOIyA878+d2LW30YFF4DBBCIlgmGxxXD+lTS47pbhw6v9UrZrn+jsw7cWeVUJLG9JMdB7uaw7dpGEEH1ZCwfCzwl+oXPm9WaNHYD1uHC6aeWxYLzD0Ls8d2dTfRjMuDRFYNo9KInyB8i5kTDajJ+wE0xfB7NA7Ud8K4U+ZgQF9qjrK6muuWE4bdKHu/9KoivnFdMMJOqRdOk7oF7JDzhBrXMbJvrSfZ6gNQwWLz54tsCjHDu03kTWAE+FxEViXUoCnc7Rp0EpAzEE1lc2cp4scSwVbRKK2X0So/KeIYv79Y8depC9Pd/WIzVYxwfQ=","X-Idaas-Rest-User-Principal":"weblogic","X-Idaas-Rest-Provider-Type":"OAM_11G","X-Idaas-Rest-Token-Type":"USERTOKEN"}
    6. Now request an access token (using the request-ctx and USERTOKEN values from Step 3 and 5)
    *curl -H "Content-Type: application/json" -H "X-IDAAS-SERVICEDOMAIN:SteffoNonMobileServiceDomain" --request POST http://solaris.oracle.demo:14100/oic_rest/rest/oamtest/access -d '{"X-Idaas-Rest-Subject-Type":"TOKEN", "X-Idaas-Rest-Subject-Value":"+1VPnPen7EjGqWrpAKe1oFLZVRwL2zVgWDhX5HukiMNNWnDOIyA878+d2LW30YFF4DBBCIlgmGxxXD+lTS47pbhw6v9UrZrn+jsw7cWeVUJLG9JMdB7uaw7dpGEEH1ZCwfCzwl+oXPm9WaNHYD1uHC6aeWxYLzD0Ls8d2dTfRjMuDRFYNo9KInyB8i5kTDajJ+wE0xfB7NA7Ud8K4U+ZgQF9qjrK6muuWE4bdKHu/9KoivnFdMMJOqRdOk7oF7JDzhBrXMbJvrSfZ6gNQwWLz54tsCjHDu03kTWAE+FxEViXUoCnc7Rp0EpAzEE1lc2cp4scSwVbRKK2X0So/KeIYv79Y8depC9Pd/WIzVYxwfQ=","X-Idaas-Rest-New-Token-Type-To-Create":"ACCESSTOKEN", "X-Idaas-Rest-Application-Context":"encquery%3DlHzmezODgpKJzY9yfcGWck0DO9dcsSnKzAflI5By4TLv%2BNaHaBdAH2w2VTlFyf6ajKmG%2BSE%2BwTMZH89UDtfF4YDNijAvlf%2FfFm5VIw0bYw0OJMagxCyfuBEQQlf9PAc8DhP4RkGpPrjc6WaS9RqtjEujFbMEmeB5QNLaHsVXpI95%2Fr48bvyxXuXzL%2BsqddG6gDogojwBir31zvDMsvnthyilA%2FFZXPmg5INixXqLCr3DbOyuLdrVTLUPz6xG4ZvgA9g1yJD%2BpliJDsxm%2BMyKY3N%2Bx2mrlmimvndOAygq7K8%3D%20agentid%3Doicgate%20ver%3D1", "X-Idaas-Rest-Application-Resource":"http://oracle:7777/hello/steffo"}'*
    7. The server replies
    {"X-Idaas-Rest-Token-Value":"rcfPxHcF1EywCqgKmy2KHaXZbbhjWO731vzX1mIVLtR8ZcF9W71DEgVHXMuIFp7Gz2ioTTLhivkupFb3HAQlbqDyZnMq99S3NXcbsVOImSzbb4Qt8%2FN8T0bpOQG1aRMXWt2aJ5oHxmxbGMtgfOwQ1aCuoy3DEh%2BrYtbQ%2B2mvZJ8Ui5jhrSXtOwuWS9Pz5mjLkoMPJbAEKpnp7jutzrtfQhfoczU1XC1Or%2FgRwSi84cMBGwDjGYM7soIRuLjDNiqsirg5T13icOjt12U7ZbC9owCcnsypllsDYv0uIeGwhQM7PUy1yr%2FO4fZ4R%2Buevj7inaebS0t8iSEgcVtzkJDcRYEXgx8IyXve2l7uvmrYe9A%3D","X-Idaas-Rest-User-Principal":"weblogic","X-Idaas-Rest-Provider-Type":"OAM_11G","X-Idaas-Rest-Token-Type":"ACCESSTOKEN"}
    8. Now try to access the service again
    *curl -i -H 'User-Agent:OIC-Authentication' -H  'Authorization: OAM-Auth rcfPxHcF1EywCqgKmy2KHaXZbbhjWO731vzX1mIVLtR8ZcF9W71DEgVHXMuIFp7Gz2ioTTLhivkupFb3HAQlbqDyZnMq99S3NXcbsVOImSzbb4Qt8%2FN8T0bpOQG1aRMXWt2aJ5oHxmxbGMtgfOwQ1aCuoy3DEh%2BrYtbQ%2B2mvZJ8Ui5jhrSXtOwuWS9Pz5mjLkoMPJbAEKpnp7jutzrtfQhfoczU1XC1Or%2FgRwSi84cMBGwDjGYM7soIRuLjDNiqsirg5T13icOjt12U7ZbC9owCcnsypllsDYv0uIeGwhQM7PUy1yr%2FO4fZ4R%2Buevj7inaebS0t8iSEgcVtzkJDcRYEXgx8IyXve2l7uvmrYe9A%3D' --request GET http://oracle:7777/hello/steffo*
    9. You should now be able to bypass the WG agent. Consequently, the REST service answers (proxied via webgate).
    HTTP/1.1 200 OK
    Date: Tue, 16 Oct 2012 10:59:30 GMT
    Server: restify
    Cache-Control: no-cache
    Pragma: no-cache
    Content-Type: application/json
    Content-Length: 14
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Headers: Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version
    Access-Control-Allow-Methods: GET
    Access-Control-Expose-Headers: X-Api-Version, X-Request-Id, X-Response-Time
    Content-MD5: qozunlMNVH0u/CmbGPAt3Q==
    X-Request-Id: 03860e6e-b2bc-44ef-a762-ddf060ae8cc9
    X-Response-Time: 3
    Content-Language: en
    "hello steffo"
    The "hello steffo" part is coming from the REST service (I used a simple REST service with node.js).
    That's it.

  • I have two apple ids somehow, probably from two mobile and two computers - how do I merge them into one account so they all work with iCloud?

    Somewhere, somehow, between two mobile and two macs, I ended up with two apple ids. I figured that this was the root of my problem to syncing. So, I am syncing Mail, Contacts, etc through the one account that I bought storage on this year in iCloud. I want to merge the two accounts, since many of my apps were purchased with my other id. Apparently, Keynote will not merge files since the app was bought with the second id, not the id I am using for icloud.
    What to do??? I read, in the forums, that I am definitely not alone. I always had the id I used for the Apple Store to buy iTunes items, and then apps. The other id, that I am using for iCloud was based on my iDisk id, and apparently I set up as a separate account. The much failed iDisk account appears to be the one that I wish I never got involved with. Should I feel the same way about iCloud. If I cannot merge the two APPLE accounts from the same person (ME!!!), then many dropbox really is the answer for my file sharing needs.
    Please help me decide.

    To begin with, I would like to try to explain Apple's confusing nomenclature in regard to iCloud.
    Apple have called the whole cloud thing iCloud, there are a number of features under the iCloud umbrella, some of which require their own login. iTunes is one of these, another is what Apple have unfortunately also called iCloud too.
    You can use the same Apple ID (account) to login to both iCloud and iTunes, but you don't need to and often users will login to each service using a different ID.
    The part that you need to remember is that the services available when you log into iCloud are completely different and unrelated to those when you log in to iTunes. Your iCloud login enables mail, contacts, calendars, find my phone, Back to My Mac, Documents & Data sharing and photostream, it does not affect any of your iTunes services.
    To avoid confusion when discussing your problem, when I mention iCloud, I am referring to the services under the iCloud login, Whereas I will refer to the whole cloud thing as The Cloud.
    To go back to your question; you cannot merge accounts, but perhaps using one account for iCloud and the other for iTunes will resolve the majority of the reasons you needed to merge to begin with.

  • The Difference between iphone Unlock T-Mobile and iphone Unlock Free-Sim

    As mentiond in the title my questions are:-
    - What is the Difference between iphone Unlock T-Mobile and iphone Unlock Free-Sim?!
    - Did they both work Internationally?!
    - For the Unlock T-Mobile should i use their sim or i can use any sim directly?!
    Thanks

    Unlocked means unlocked and you can use any sim card and keep changing them and the phone will never lock if it is unlocked.
    Sim free, means that the phone is sold at full price without a sim card, but the phone will lock to the first sim card that you put in it.  A sim free phone will work internationally, but you will have to use a roaming plan with your phone company because the phone will be locked, so you CANNOT change it to a local sim card.
    If you have an unlocked phone, you can use it internationally by inserting a local sim card and the phone should then work and you won't have to pay increased roaming charges as you would with a locked phone.
    If you buy a T-Mobile phone that is unlocked, DO NOT activate it with their sim card or the phone will lock to T-Mobile and you will have to approach them to get it unlocked.  Use it with another sim card straight away and it will remain unlocked.

  • How do I add a mobile and tablet site created in Adobe Muse to an existing website?

    Hi I have created a mobile and tablet version of an existing site in Adobe Muse and would like to add these versions without affecting the original site! is this possible?

    Are you planning to have separate URLs for desktops, tablets and mobile devices?  That seems like a logistic nightmare to maintain.
    Why haven't you re-built your desktop site with FluidGrid Layouts or CSS Media Queries in DW?  One site that works in all devices makes more sense.
    Example with FluidGrid Layout (re-size viewport):
    http://alt-web.com/FluidGrid/Fluid2.html
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    CS6 Fluid Grid Layouts (6 min video)
    http://tv.adobe.com/watch/digital-design-cs6/creating-adaptive-designs-using-fluid-grid-la youts-in-dreamweaver-cs6/
    Nancy O.

  • Cannot login to Cisco Jabber 10.5.1 over Mobile and Remote Access

    Hi,
    We have deployed sucessfully VCS Expressway-C and VCS Expressway-E with only 1 zone which is "Unified Communication Traversal" and is for Mobile and Remote Access only. VCS-C and VCS-E are communicating and in statuses everything is active and working. Also VCS-C can communicate with CUCM and CUP (both version 10.5).
    Problem is when I deploy Cisco Jabber 10.5.1 on computer outside of LAN and without VPN it start communicating with VCS-E, ask me for accepting certificate (we have certificate only intenally generated on Windows CA) and after that it is trying to connect and after few seconds it will tell me that it can't communicate with server.
    Did any of you had same problem or can you advice how to troubleshoot? In Jabber logs there is only something like "Cannot authenticate" error message, but when I startup VPN I can authenticate without any problems.
    Thanks

    On Expressway-C are your HTTP Allow Lists setup properly?  By default, and auto discovered CUCM and IMP should be listed via IP and Hostname, but if not, you'll need to insert manually.
    Also, you can look at the config file your Expressway-E would be handing out to Jabber via this method.
    From the internet, browse to:
    https://vcse.yourdomain.com:8443/Y29sbGFiLmNvbQ/get_edge_config?service_name=_cisco-uds&service_name=_cuplogin
    Where:
    vcse is your Expressway-E hostname (or CNAME/A record)
    yourdomain.com is your own domain
    The first directory is your Base64 encoded domain name, remove and trailing equal signs (=)
    The XML returned is basically the DNS SRV record information available as if internal for _cisco-uds and _cuplogin
    TFTP DNS SRV is optional if you configured TFTP in IMP for your Legacy Clients.

  • When frequently switching between mobile and desktop view

    When I frequently switching between mobile and desktop view I have to open the layers every time since they get closed/collapsed. Adobe may need to fix it for the next version.

    You can use CTRL+# to switch between Code and Design View.
    By the way, this is the Dreamweaver Application Development forum which deals with questions about using server-side scripting languages like PHP or ColdFusion. General Dreamweaver questions should be posted in the regular Dreamweaver General Discussions forum.
    And while I´m at it: please use descriptive headlines such as "how to switch between Code and Design View" for your posts -- mentioning your screen name "Goula129" is not helpful to other users.

  • Is there a way to force which wifi network and proxy clients connect to from WGM?

    is there a way to force which wifi network and proxy clients connect to from WGM?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • Why files in Lightroom mobile  and files in the creative clouds not the same?

    Why files in Lightroom mobile  and files in the creative clouds not the same?
    Idea was to store date in one place. I have subscribed to photographer option

    Do you mean you are trying to sync files from Creative Cloud to mobile and it doesn't work? I don't know much about Lightroom. It's better to ask your question at Photoshop Lightroom.

  • Why files in Lightroom mobile and files in the creative cloud not the same? idea-  one place(stored date) for all application ??????

    Why files in Lightroom mobile and files in the creative cloud not the same? idea- one place(stored date) for all application ??????

    Lightroom Mobile is not a cloud storage service. You shouldn't treat it as a way of backing up your files. You are merely storing Smart Previews of your files in the cloud space, high-quality JPEGs of your files regardless of their original format on your desktop. The point is that they are there so you can continue editing them in a Lightroom-like environment even while away from your desktop/laptop computer. The files in Lightroom Mobile can only be used in Lightroom Mobile.
    This is very different from what is offered by the Creative Cloud storage, which can be used to synchronize your files between any device (that can support the individual files).
    The vast difference in how each service works and its intended use is why they are separate.

  • I have just upgraded from Lightroom 5 standalone to Lightroom 6 standalone. I ppear to have been automatically enrolled for a 30 day free trial of Lightroom mobile and Creative Cloud. Reading the FAQ, it appears that after the expiry of the free trial I w

    I have just upgraded from Lightroom 5 standalone to Lightroom 6 standalone. I appear to have been automatically enrolled for a 30 day free trial of Lightroom Mobile and Creative Cloud. Reading the FAQ, it appears that after the expiry of the free trial, if I do not sign up and pay, I will only be able to view my pictures on the desktop but not edit them - surely this cannot be true. How do I un-enroll for the 30 day free trial of Lightroom Mobile and CC?

    When I was signed into Adobe (which was a requirement for installing the upgrade), Lightroom 6 told my at the top right corner that I had 30 days left of my free trial of Lightroom Mobile and Creative Cloud. In parallel with this forum posting, I am chatting with Adobe support. he is away to find out how to prevent any synching with Creative Cloud during the 30 day free trial. I do not think that Creative Cloud is an application that gets installed on your PC. I think Lightroom 6 has it built in, and can use it if if you are signed up to the Creative Cloud and Lightroom Mobile (which I am for 30 days)

  • HT4623 I bought an iPhone 5 from the Apple store with a new Sprint contract in Sept. 2012.  I would like to know if I port my number to T-mobile and pay off my Early Termination fee with Sprint, will my iPhone 5 will be unlocked to use with T-mobile netwo

    I bought an iPhone 5 from the Apple store with a new Sprint contract in Sept. 2012.  I would like to know if I port my number to T-mobile and pay off my Early Termination fee with Sprint, will my iPhone 5 will be unlocked to use with T-mobile network?

    As Ethmoid says, it is still a CDMA phone as I told you earlier, and it will not work with t-mobile. Even if Sprint unlocked the phone, it would only unlock the GSM side for international use. They will not unlock the GSM side for domestic use in the US.

  • Iam from Yemen we have CDMA carrier called Yemen mobile I bought an iPad from the US CDMA works with Verizon when I got to Yemen doesn't work with the carrier Yemen mobile and  both carriers verizon and Yemen mobile work by the CDMA system don't know whey

    Iam from Yemen we have CDMA carrier called Yemen mobile I bought an iPad from the US CDMA works with Verizon when I got to Yemen doesn't work with the carrier Yemen mobile and  both carriers verizon and Yemen mobile work by the CDMA system don't know whey can anyone help me please..

    A Verizon-model iPad can only work on CDMA with Verizon. You cannot use it with any other carrier. Apple, to my knowledge, has not released the iPad in Yemen, so there is no iPad you can use with any carrier there that works only on CDMA. You would need to find a GSM carrier and then get an unlocked GSM iPad.
    Regards.

  • I am trying to install itunes for my mobile, and I keep getting the message "You do not have administrator rights, please contact the system administrator to preform an update."  I have it set as adminstrator as the user.

    I am trying to install itunes for my mobile, and I keep getting the message "You do not have administrator rights, please contact the system administrator to preform an update."  I have it set as adminstrator as the user. I am running Windows 7 Ultimate. Help please?

    Thanks, but I've done that several times & it still says I need administraive privileges. I had itunes installed with no problems until I did the latest update. After that it just disappeared, so I tried reinstalling. Now I can't sync my phone. This is so frustrating!

  • Why is a sender communication channel not required for IDOC and PROXY ?

    Hello,
    In case of IDOCs, metadata will be available in PI for the IDOCs used both at inbound and outbound.
    Why is a sender communication channel is not required in case of IDOC and PROXY outbound scenarios (i.e. IDOC to File or PROXY to file ..)  when a receiver channel is required for scenarios like file to IDOC or file to PROXY.
    Though this might be a regular question, I am not able to find a proper reason.
    Please let me know the reason for the above request.
    Thanks & Regards.

    You will create RFC destination in ECC , it will have details about PI system details, when ever you send IDoc, ECC will use Port and RFC destination to connect PI Integratiion engine to deliver data to PI.
    But when receiver side you will create RFC destination in PI with ECC details, but to call RFC destination and Port we need medium that was the reason we create IDoc communication channel.
    Even the same case for Proxy also, but HTTP deastination establish the conection between ECC and PI, but receiver side you have to create XI channel with PI integratioin engine adress to post data.
    Regards,
    Raj

Maybe you are looking for

  • Missing Fonts - help

    I dont know how this happened, but recently i have not been able to work on iWeb for a period of time (less than a couple of minutes) without it closing automatically. It gives me an error message saying 'iWeb quit unexpectedly while using the SFWord

  • IBook Author: how to print from inside a book?

    I would like to include an image in the book for printing, but can't think on how to solve this from inside IBA. The closest think is to include a thrumbnail of the image with a hiperlink to an external website where the reader can download the full

  • Error in data dictonary

    Hi all, plz tell me what is the following error when activating CLAIM_MANAGEMENT structure , this structure is used in QMEL table. error TABL QMEL is inconsistent in active version Plz reply me earliest Regards, Jyotsna

  • Sharpen image in photoshop?

    Hi I have a some RAW images in (cr2 files) and not all the pictures are in focus (only about half of each picture, so i would like to make everything in focus) there isnt any option to redo the pictures but, what are my options to sharpen it, that vi

  • Insert Picture in Email

    I recently switched to my iMac. When I had my PC I used one of my favorite website to choose a small "animated gif" to insert into my message. I can't seem to be able to do that on my Mac. I can drag the animation into my email but it won't animate.