Wrong URL from Fullfilment Center opens Browser in DPS App

Situation: While uploading Library an empty browser window opens when you return to application.
Could it be possible that a wrong/invalid/empty URL was sent back from the Fullfilment Center, that forces the app to open the Browser,
because the URL does not submit the neccessary order or information?
Appversion: v24
Apptype: Newsstand App with Subscription + Entitlement
Status: already available in Store and approved
Error: opens browser-window with no content ( you can't open the link in safari, pushing the arrow has no effect),
clicking done closes browser again, and it works normally. But this browser window should not open
Error appears when: Updating library when coming back to Application from another, or application has been inactive for a short period
Error does not appear when: you don't leave the app, no matter how often library uploads itself
Possible explanation: Fullfilment Center sent URL is invalid/wrong/empty or forces App to open that URL instead of opening it in the background
Who can help me with that?

Hi Jerry,
Can you check the similar thread
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d554e88c-d72f-46b0-8b1a-2f2024fcb9c0/i-e-8-browser-wont-open-pdf-file-returned-from-sharepoint-2010-search?forum=sharepointadminprevious
My Blog- http://www.sharepoint-journey.com|
If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

Similar Messages

  • Open a Android DPS app from a Safari link

    Hello:
    Is it possible to open an Android DPS app from a Safari webpage using a hyperlink (href) ? In iOS I've found a solution but I'm not sure how to implement it on Android
    Saludos,

    If it can be done with native code (iOS and android) then you could also write a native extension to launch an app.  However, because mobile apps are installed in individual sandboxes apps probably have no way of telling the parent OS to list current apps or run a paticular app.  This is just my opionion from what I have understood so far. I think you can create some sort of native extension and use the following methods below.
    Have a look here:
    http://developer.android.com/reference/android/content/Intent.html
    As for iOS you would need to use App urls which would be application specific.
    http://iphonedevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-schem e.html

  • How can I get specific URLs from outlook to open in firefox where IE is my default browser

    I require to open specific URLs from outlook to be opened in Firefox. However, IE will be my default browser.

    Try this tutorial ;)
    http://support.mozilla.com/en-US/kb/Remembering+passwords

  • Center Open Browser Window

    Hi, I am using Dreamweaver 8, Windows XP. When I use the Open
    Browser Window behavior, the new window opens at the top and left
    edge of the original browser window. Is there anyway to have the
    new window open covering the middle of the existing window?
    Thanks for your help!

    http://www.fourlevel.com/dreamweaver/extensions/openbrowser/index.htm
    "dnigro" <[email protected]> wrote in
    message
    news:eu9bju$pje$[email protected]..
    > Hi, I am using Dreamweaver 8, Windows XP. When I use the
    Open Browser
    > Window
    > behavior, the new window opens at the top and left edge
    of the original
    > browser
    > window. Is there anyway to have the new window open
    covering the middle of
    > the
    > existing window?
    > Thanks for your help!
    >

  • Open browser in full

    Hi guru's
    In the CAT2 transaction I have used a user exit to open a browser screen when a user presses on a specific button.
    I'm using function module "CALL BROWSER" to open up
    When using a normal GUI the function module opens up a browser and displays it in full on my screen.
    When a user runs the CAT2 transaction on a normal GUI the function module works fine and opens up the URL in a fully opened browser window.
    On alternative our users can use SAP ITS (webgui) for inputting their hours. When calling the function module from SAP ITS the URL opens up in a non-fully opended browser window. The window isn't adjustable in size and users are barely able to scroll down to the bottem of the page.
    I've used several function modules trying to solve the problem (ITS_BROWSER_WINDOW_OPEN, HR_URL_CALL_BROWSER), but all have the same problem.
    Please suggest how to solve theh problem.

    Hi,
    What do mean by browser window?
    If you mean the File>Open dialog, double click on the Title bar to get it back to a smaller size.

  • Open URL from Java in a new browser tab

    Hi OTN,
    Surprisingly can't find the implimintation.
    In an ADF managed bean I retrieve String url. I need to open a new browser tab with this url.
    Found this thread Open a url in a new window in the backing bean which shows using javascript "service.addScript(facesContext, "window.open(http://www.google.coml)");".
    But in my case in doesn't work. The code is executed, but nothing happens. Maybe because the bean is called from a taskflow inline popup.
    ADF 11.1.1.4
    Thanks.

    Well, I'm afraid that is not an option.
    The goButton is in a table row. There are lots of rows so if I use EL for Destination attribute the URL would be retrieved for each of rows.
    The method of URL retreiving is heavyweight operation which includes calling plsql functions, working with strings and others. So if I do it for each table row my application hungs and then I receive an exception of CPU usage.
    That's why I switched to normal commandButton witch actionListener which retrieves url on click - only once. So I need to open URL from Java.

  • JWS Download Dialog's URL(From:) different from browser's URL

    Hi everyone,
    My problem:
    I have deployed application A.jar at: {color:#0000ff}192.168.0.10{color}
    B.jar at:{color:#ff0000} 192.168.0.20{color}
    they were alaway launched successfully.
    but sometimes when I input {color:#0000ff}192.168.0.10{color} in the browser address, B.jar from {color:#ff0000}192.168.0.20{color} has be launched(*A.jar* has not),
    when I clear the JAVA cache , the problem will not happen &#12290; but After a few days , the problem happened again...
    i don't know how to slove it.
    anyone can help me ? thanks
    my english is poor ,i hope you will get my point.
    , :)

    Hi!
    You might have seen this post in the Automator part
    of the forum... but I might have posted it in the
    wrong place (got no interest:( )
    I've managed to get automator to retrieve (and save
    to hdd) an .m3u playlist from a radio's website that
    broadcasts a program I like in mp3.
    inside this m3u playlist is the link to an actual mp3
    file... both the m3u and the mp3 change every week.
    If I drag the m3u to TextEdit it opens up and I can
    see the 3 lines of "source code" of which the last
    line is the full url of the mp3 file (http://www
    .thatradiosurl.com/audio/show-shownumber.mp3)
    You already got the playlist into a text file, you have two options:
    1. use Automator's 'Get Link URLs from Webpages' action to extract the URL. 'Get Link URLs from Webpages' is under Safari lib.
    2. run Automator Python script from 'Get Link URLs from Webpages' in AppleScript. The script below with get your mp3 URLs:
    set playlist_file to "/path/to/playlist/file.txt" -- change to your actual playlist file path
    set _URLs to do shell script "/System/Library/Automator/Get\\ Link\\ URLs\\ from\\ Webpages.action/Contents/Resources/links file://" & quoted form of playlist_file
    set mp3_URLs to ""
    repeat with _URL in paragraphs of _URLs
    if _URL contains ".mp3" then set mp3_URLs to mp3_URLs & _URL & (ASCII character 10)
    end repeat
    mp3_URLs is the list you want you extract.

  • Open url from xchat in opera

    I'd like to open urls from xchat in opera.
    Under settings>advanced>url handler:
    !opera -remote 'openURL(%s)'
    xchat has tcl as an optional dep, so I installed that.
    This is in xfce4 and I have set opera as the preferred browser.

    Well, I'm afraid that is not an option.
    The goButton is in a table row. There are lots of rows so if I use EL for Destination attribute the URL would be retrieved for each of rows.
    The method of URL retreiving is heavyweight operation which includes calling plsql functions, working with strings and others. So if I do it for each table row my application hungs and then I receive an exception of CPU usage.
    That's why I switched to normal commandButton witch actionListener which retrieves url on click - only once. So I need to open URL from Java.

  • Open a Dynamic URL from a Table column link

    Hi,
    Jdev Version (11.1.1.6.0)
    I have requirement to open a dynamic URL from table column. Any time I click on link, it should generate dynamic URL based on column attribute and open in popup or browser. Can someone pls suggest how to achieve this.
    Thanks
    Ank

    1)If you have any parameters that needs to be passed to build that dynamicURL, just set a propertyListener on the column attribute and get the value.
    2)Then on the af:commandLink action, build your dynamicURL with the required parameters.
    3) If you URL is all together a different application which doesn't share your transaction, you can open it as below
    In the below code, urlWithParams will be your dynamicURL.
    ExtendedRenderKitService erks =
    Service.getRenderKitService(facesContext, ExtendedRenderKitService.class);
    StringBuilder sbURL = new StringBuilder();
    sbURL.append("window.open(\"" + urlWithParams + "\");");
    erks.addScript(facesContext, sbURL.toString());
    You can also try the above response by user 948181.
    Hope it helps.

  • Unable to open the Projects from Project center with the Alias name PWA 2010

    Hi,
    I am unable to open the Projects from Project center with the Alias name with the server name i am able to open the projects, version is  project server 2010,
    My system is ABC.DC.IN  alias name i have given is DEF.AD.COM  
    With the system name i can able access PWA and all are working fine.
    As i have observed with alias name i can able to login to  pwa and all the server  setting approval center all are working fine but only in the project center i am not able to open the projects (http://DEF.AD.COM/pwa/ProjectDrillDown.aspx .xxxx) its
    is coming in the below of the ie. 
    But with Alias name these are the issues i am facing,
    1.when longing with alias name its asking two times for user name and password
    2.when i click on a project from project center its taking some time and asking for user name and password after i enter user name and password "PAGE cannot displayed" error i am getting.
    3. I have observed one more thing if click on Project details then only this issue  is coming project schedule and project information is also opening with Alias name.
    can any one Help me. 
    Vijay kommireddi

    Hi
    Hope the below link will help you.
    And also please check the browser which you are using as mostly IE 8.0 won't support, Please try it in IE 9.0 and Chrome.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c03300d2-2a27-4d5d-b3f6-a3660805e125/alternative-access-mapping-when-accessing-the-site-it-is-asking-for-username-and-password
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

  • If I open another URL from my homepage, the "go back one page" button is grayed out so I can't get back to my home page.

    This problem only started recently.
    Opening another web page (URL) from my homepage always opens in the same tab and the "go back one page" button is gray and does not work. If I open a series of web pages in the same tab the green "back" button is green. Clicking on the "recent pages" down arrow will allow me to go back, but only to the page after the home page.
    In other words, after browsing, I can get back to the opening page (my home page) only by clicking on the house icon but not by using the "recent pages" function.
    Is there an option that changed after the last update?

    Do you see any tab history if you right click the Back or Forward button?
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • How can I block a url from accessing my browser?

    I want to block a url from accessing my browser. The url in question, djbsaqja.co.cc, flashed a pop-up saying that my computer was infected with a dangerous virus and that "Windows Security" required that I download a program to fix it.
    I maintain realtime virus protection, but ran a manual scan anyway, which proved that I was clean.
    The url listed above would not let me out of an unending chain of popups, demanding that I download their tool.
    Instead, I opened a new Firefox session (it was the only way I could re-enter Firefox without this rogue url taking control), then cleared out my history, cache and cookies.
    I'm clean...and now I'm back in control with, I believe, no damage. But since I wrote down the url, is there a way that I can block from accessing my browser again?
    Thanks for the help.

    You can add it to your hosts file - http://allthingsmarked.com/2006/08/28/howto-block-websites-using-the-hosts-file
    Sites like that pop up on a regular basis, but will often get taken down quite quickly. I have just checked and the site appears to have been taken down.

  • Opening an URL from a JAVA application

    hi,
    iam new to Java.
    Currently iam designing a simle GUI which takes input(URL) from user in a test field and has a button.Upon clicking button i want to open the webPage specified by that URL in a default webBrowser.
    How can i do that(opening webPage)?
    advanced thanks for your help.
    vd.rach

    getting an error on that line as follows: "unreported
    exception; must be caught or declared to be thrown".exec() throws IOException so catch it.
    try {
    Runtime.getRuntime.exec(...);
    catch(IOException e) {
    System.err("Cannot launch the browser: " + e.getMessage());
    }On the side note: I found javaworld's [url http://www.javaworld.com/javatips/jw-javatip66_p.html]solution most useful in serving this purpose in a project, even though its a little bit platform specific.

  • Call http url in Abap - Should not open Browser

    Hi Friends,
       I have a requirement where i need to check whether a perticular http service is running or not. For that i need a some code to call http url from abap and it should not open the browser. If that perticular url is not found or time out then i should know that in program...
    Is there any way to do that..

    just run the following url (after changing the values for host,etc) from browser
    http://<abaphost>.<domain>.com:<port>/sap/public/ping
    to get the values for http://<abaphost>.<domain>.com:<port> just go to transaction se80 and choose bsp application option and choose any existing bsp application and then doubl click on a page. on the right side click on the attributes tab and at the end you can find the url
    Regards
    Raja

  • Using firefox 37.0.1 windows 7. open a tab (right click) it's blank. copy and paste and go the url from the tab into a new private window and it works.

    Opening a tab (right click on a url) and I get an empty/blank window.
    If I copy the url from the emty/blank tab and then open a new private browsing window and do a paste and go, everything works.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for

  • Can't get into User Accounts  in smc

    After few Updating around I can't get into User Accounts in smc. I can go through up to there, but when I doubleclick on User Accounts it's get just clock loading forever, that's all. BTW I have unistalled update 121309-12 'coz with this update when

  • Rounding Rule upto 3 Decimal Places in Tax Condition(SABRIX)

    Hi, We are Using SABRIX for Tax determination and need to round up Condition Type XR1- XR6 to round upto 3 Decimal Places. Do we need to To Change ALT Calc Type- 301306or Alt Cond Base Value -- 16  or have to change Currency  decimal Places in transa

  • WiFi Printer cannot be accessed after System sleeps

    My Canon MP640 WiFi printer works immediately after I startup my iMac (Mountain Lion) of a morning but complains that there is a communication error the first time I try to print with it after the iMac has been asleep. This also occurs if the printer

  • I am getting this mandatory webOS system update.  do I really need to update this?

    I am getting e-mails stateing the I need to Mandatory webOS system update.  I do not use HP and do not use cloud, do I need to update this?

  • HTML Element Click is causing Problem

    <li id="mx334" ctype="tab" role="presentation"> <a id="mx334_anchor" class="text tablabeloff off" href="javascript: sendEvent('click','mx334','');" onmouseover="return noStatus()" onkeydown="if(event.keyCode==KEYCODE_SPACEBAR){sendEvent('click','mx33