Why JFileChooser doesn´t show when using JWS?

I have this code where a JFileChooser is shown and the user must choose a directory where JasperReport must be exported to Excel.
Everything works fine when running locally (the jar file) but when I put in the server and my client runs it using JWS the JFileChooser dialog doesnt show up.
I am aware that the JNLP must have all-permissions, and it is but still does not show the diago to select the directory. And worse, no exceptions are shown else well.
final JFileChooser fc = new JFileChooser();
int choice = 0;
try {
     fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
     System.out.println("1"); // DOES NOT REACH THIS LINE
     fc.setDialogTitle("Select Directory to Export");
     System.out.println("2");
     fc.setApproveButtonText("Select");
     System.out.println("3");
     fc.setMultiSelectionEnabled(false);
     System.out.println("4");
     fc.setCurrentDirectory(new File("C:/Kooky/SigGraf"));
     System.out.println("5");
     choice = fc.showOpenDialog(frame);
     System.out.println("6");
} catch (Exception ex) {
     ex.printStackTrace();
if (choice == JFileChooser.APPROVE_OPTION) {
     Thread worker = new Thread() {
          @Override
          public void run() {
               String msg = "";
               try {
                    File dir = fc.getSelectedFile();
                    String local = dir.getPath();
                    msg = Report.exportarParaExcel(startDate, endDate, local);
               } catch (Exception ex) {
                    ex.printStackTrace();
               final String msg2 = msg;
               SwingUtilities.invokeLater(new Runnable() {
                    public void run() {
                         JOptionPane.showMessageDialog(frame, msg2);
     worker.start();
} else {
     JOptionPane.showMessageDialog(frame, "You did not select a directory to export the report.");
}The JNLP file:
     <security>
          <all-permissions/>
     </security>
All the jars are signed with the same certificate.

FranzAnthony wrote:
Amazing your answer, you asked for exactly what I posted, thanks a lot for your help, let it be.Please read the SSCCE link again, as it isn't "exactly" what you posted. It's so much easier to answer questions when a nice compilable and runnable example has been provided by the OP. You are not required to do this of course, but if you do provide one, the odds of getting a quick helpful answer will be greatly increased.
Or you can post a snarky comment and antagonize all the rest of the forum regulars who otherwise would have helped you. Your call.

Similar Messages

  • ARD Client Doesn't Show When Using Scanner and Network Range

    All-
    When I use the Scanner in ARD3 to scan a remote Network Range over the internet, the ARD client that I KNOW EXISTS in that same IP range DOES NOT show up (other ARD clients that I'm not interested in do show up, but not the specific ARD client I need to observe/control).
    If I then call the user at the remote ARD client on the telephone, and have them give me their IP address (using www.whatismyip.com, for example), I can use the Scanner in ARD3 to "find" the ARD client and add it to my All Computers list. Process: change the popup box to read "Network Address" instead of "Network Range" and set the IP address field to the address provided by the user.
    Why doesn't the remote ARD client show up when I scan for it using a Network Range in ARD3? Obviously, I don't want to have to call up each user every time I need to perform maintenance/control a client to get their (dynamic) IP address.
    I could use dynamic DNS, but that's overkill. If I know (from experience) that my ARD clients are in IP ranges X, Y, and Z, then I SHOULD be able to simply scan for them (or so I thought).
    Any help appreceated.

    Updated to ARD3.1 (admin and clients), but that did not solve the issue.
    Let me try to restate the problem:
    The ARD client is out of state/across the country (i.e., different sub-net) using a dynamically assigned IP adddress. I can (for now) connect to that ARD client successfully, and perform all ARD functions (that I've tried so far) becasue I know (for now) that client's IP address (I called and spoke with the user who used www.whatismyip.com to give me their IP address). So what's the problem, you ask?
    Some time in the future, that same ARD client will have a new, dynamically assigned IP address. I'd like to be able to connect to that client without having to call on the telephone and ask the user what IP address they have been assigned now.
    My thinking was that I could make a pretty good guess at their IP address (based on their old IP address, and the way Cable and Telco ISPs allocate/lease IP addresses). For example, if their current dynamic IP address is 999.888.777.45, I could guess that a subsequent dynamically assigned IP address would be in the range 999.888.777.2 to 999.888.777.255. With ARD, I could simply scan that range of network addresses using the Scanner and quickly find the ARD client I want.
    I tried to do just that, and the ARD scanner did not find my client when I scanned the network range that the ARD client was actually in. It showed other ARD clients (that I do not administer, own, or want to hack into), but not the one I do want to observe/control/maintain (and have a legal right to). Somewhat paradoxically, when I used the Scanner to find the same ARD client by specific IP address, there was no problem.
    Why doesn't the ARD Scanner "see" the ARD client when scanning the network range?

  • Iphone doesn't charge when using hotspot, even though it shows the thunderbolt sign. What to do?

    Iphone doesn't charge when using hotspot, even though it shows the thunderbolt sign. What to do?

    But it used to be fine before as I use hotspot through usb,so it used to charge at the same time but for past few days its not been charging at all and it charges really slow like it would only charge 40 percent in 5 hours or so.

  • Why does my volume buttons doesn't show when the Ipad is locked, Why does my volume buttons doesn't show when the Ipad is locked

    The volume buttons doesn't work when my ipad is locked but before the did worked I wanna know why they stoy working so suddenly

    So it doesn't show when I turn down or up my volume when it's locked?
    I'm checking my iPod and is also like this when it Locke it doesn't show when I'm turning it down or up

  • Why won't cells autopopulate when using numbers on the ipad? Anyone have a fix? Have also created a dropdown menu, but that does not translate from excel to numbers either.

    Why won't cells autopopulate when using numbers on the ipad as they will in excel? Anyone have a fix? I have also created a dropdown menu in excel, but that does not translate from excel to numbers either.

    Glad you got it sorted out.
    Diane123456 wrote:
    > Thanks Vix, Joe, and Mad Dog for responding, the site is
    in
    > development so it's behind a password, which I probably
    could share
    > but MD is right, it was a margin issue. I didn't think I
    needed to
    > set a margin but I had to put a left margin of 2em on it
    for the
    > numbers to display on IE7 or IE6
    >
    > This is actually a rather common issue with CSS layouts
    (it is not an
    > issue with designs using tables) - there are several
    posts for ULs
    > which you may be interested in - see
    >
    >
    http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&postId=
    > 1981&productId=1&loc=en_US
    >
    > -- and once I got the numbers to show I ran into the
    same problem as
    > the commenters on the above thread, which noticed that
    the vertical
    > alignment doesn't work well with IE, and which noted
    that apparently
    > IE has a stutter because it just kept repeating "1" "1"
    "1" -- so I
    > finally went with a hanging indent and just put the
    numbers in there
    > manually - fortunately it's not a long list.... if you
    have a fix
    > for the stutter, or know of another place to get help
    with CSS layout
    > browser quirks please share -- if I find another one
    I'll share also
    >
    > thanks again, Diane

  • Report works fine in VS2010 but simply doesn't show when published

    Problem:
    Crystal Report works fine in VS 2010 but doesn't show when published to web-server, there is no error, it simply doesn't show.
    Background:
    Installed VS2010 on a freshly installed and fully updated (.net 4.0 is included in the updates) windows server 2003 box with production release Crystal Report 2010. Nothing else is on the server.  IIS 6 is running.  My web-server and VS2010 is on the same box.
    I went ahead and created a new asp.net 4.0 web project called webapplication1. Thereafter, i put a few controls (text-boxes, list-boxes and so on)  on the default.aspx page. Then i created a report.aspx page. This page will have the crystal report viewer on it. I went ahead and set the report up without much hassle (got how-to's from the internet).  I successfully tested my web app with the built-in testing server, the beautiful crystal report presented exactly what i asked it to. There was one recurring "Sys.Application is null or not an object" hiccup that occured every time during testing when i navigated from the default.aspx page to the report.aspx page (the page the report is on). Clicking ignore or continue  on the dialogue box that comes up because of the hiccup will allow testing to continue.  Here's a screen-shot of this recurring hiccup.
    http://i440.photobucket.com/albums/qq122/ricom_19/Testing-Error.jpg
    As i've shown, testing went great, except for the hiccup. I now moved to setup a publish profile. Since my web-server and VS2010 is on the same box this seemed relatively straight forward. All the files went over except the report, i.e. crystalreport1.rpt  file. I solved this by  setting the build action to 'Content' in the CrystalReport1.rpt properties. I did a republish. Now i have all my files, see screenshot: [http://i440.photobucket.com/albums/qq122/ricom_19/Application-Home-Directory.jpg], on the web-server.
    I proceeded to try to browse to my app from another computer on my network. This was successful until i tried to navigate to the report.aspx page that the crystal report is on. The the report.aspx page loaded but the crystal report was simply not on it. No errors, not even the hiccup from testing occured. Its as if the crystal report viewer was never on the page to begin with. Only when i right clicked on the page and 'view source'  did i see some remnants of the crystal report viewer.
    Here is the Report.aspx page when tested in VS2010:
    [http://i440.photobucket.com/albums/qq122/ricom_19/successful-Test.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/successful-Test.jpg]
    Here is the Report.aspx page when published to the web-server and browsed to from another computer on the network:
    [http://i440.photobucket.com/albums/qq122/ricom_19/Reportviewer-Disappear.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/Reportviewer-Disappear.jpg]
    Details of adding report to my web app:
    1) Populate my dataset then write the XML schema, reportschema.xml
    2) Added the crystal Report to the project then used the wizard to navigate to the reportschema.xml. Of course i had to create new connection in Database expert. see screen-shot:
    [http://i440.photobucket.com/albums/qq122/ricom_19/CR-Database-Expert.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/CR-Database-Expert.jpg]
    3) I formatted the report the way i wanted it
    4) Added the Crystal report viewer on the Report.aspx page
    5) In the code-behind of the Report.aspx page i bound the viewer to a report document that is loaded with CrystalReport1.rpt file
    see screenshot: [http://i440.photobucket.com/albums/qq122/ricom_19/Report-Page-Code-behind.jpg]
    That's it.  As mentioned, it tested fine in VS2010 but the viewer doesn't show when i publish to the webserver. I wrote a crystal report in .net about 8 years ago. Things have changed soooo much since then.
    I am wondering if its a license issue? Was also wondering if it had anything to do the testing hiccup, even though research is suggestion the two are unrelated.
    I've described my actions as best as i could (without getting into ridiculous detail) and have included screen-shots of relevant stages of the process. Have a look and tell me your thoughts. Thanks.

    The "Sys.Application is null or not an object" issue is known, submitted for a resolution and documented in KB #1528503. Unfortunately the KB search has been down the last couple of days...
    However, the issue is limited to compile time and does not affect a completed application.
    Re. the viewer missing. Sounds like the viewer directory did not get created or configure correctly. Before I get to that. You mention:
    "I proceeded to try to browse to my app from another computer on my network."
    This bring up the question: If you run the app right on the app server. e.g.; not a client computer, does the viewer and report come up? Is this issue isolated to client computers on the network?
    I suspect that the issue exists irrespective of which computer you try to see the report from - but that is an assumption. If the assumption is correct, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a] article on configuring the viewer. The article does not have CR4VS2010 documented, but you should be able to guide your self using the article. I think the pattern will be obvious.
    Ludek

  • Fade out doesn't show when exported as a jepg sequence?

    I'm exporting my video as a jpeg sequence because I can't get rid of the artifacts when exported as a .mov file no matter how much I mess with the settings. The Jpeg sequence works great the only problem is the fadeouts in the video don't show. Anyone know how to change that?
    Or how to get the video to export as a .mov file without artifacts some other way besides changing the quicktime settings.

    It still doesn't show. It's within the symbol, using the color effect alpha and doesn't show when playing through the timeline- only when testing the movie/scene or exported as a swf or mov file.

  • How do you add a new thumbnail to a slide show when using in-browser editing?

    how do you add a new thumbnail to a slide show when using in-browser editing?

    At this moment you can’t add pictures to a slideshow. You only can replace them.

  • Why Zinio doesn't show all issues on iPhone 4 but works correctly on ipad?

    Why Zinio doesn't show all issues on iPhone 4 but works correctly on ipad?
    The same issue is not present on iPhone 4 but exists on iPad
    Can anyone help?

    Try http://www.lemkesoft.com/ GraphicConverter.

  • Why does iMovie abruptly abort when using record voice over?

    Why does iMovie abruptly abort when using record voice over?

    Hey PTD1,
    Thanks for the question. If I understand correctly, iMovie unexpectedly quits when using record voiceover. I would recommend that you read this article, it may be able to help the issue.
    iMovie: How to troubleshoot "Application Unexpectedly Quit" messages - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • HT3310 Why can't I hear when using my ear plugs on my I-pad

    WHy can't I hear when using my apple ear phones on my I-pad?

    Make sure that they are inserted all the way into the jack. It takes a firm push to insert them all the way.

  • Why is there an offset when using DateConvert with DateCompare?

    I'm developing on my local server and my current timezone is GMT +11 hours.
    <cfset date1 = DateConvert("Local2UTC", now())>
    <cfset date2 = '2014-03-06'> <!--- (Tomorrow at time of writing) --->
    So, I was expecting that when I ran this code:
    #DateCompare(date1,date2,'d' )#
    that it would return a "-1" but it returned a "0" implying that the "day" was the same.
    So, to double check I output:
    DateConvert("Local2UTC", now())
    grabbed its displayed value : {ts '2014-03-05 07:08:58'} and inserted that for comparison thus:
    DateCompare("{ts '2014-03-05 07:08:58'}",date2,'d' ) and sure enough, it did return a "-1" reflecting that the day of date1 is indeed earlier than date 2.
    Further investigation showed that  I had to add my timezone difference to date2 in hours thus:
    <cfset date2 = '2014-03-06 11:00:00> to get
    #DateCompare(date1,date2,'d' )#
    to return a "-1".
    Is this a bug or am I misinterpreting??

    Hmmm, like with like and all other good practices aside, there is a bug. Also, like just about everyone else, I develop locally in one timezone +10 hours and run my sites remotely on a different timezone -5 hours, altogether a significant time difference. So after coming to understand how to deal with the bug I've come up with a way to compare dateTimes on the remote server, but it does require a spot of copying a string in where you've been advising not to.
    First, to the dateCompare() bug. To expose the bug we better use a finer increment than days, so instead of specifying, simply leave the “datepart” attribute empty so that it defaults to seconds. You say you’re in a +1hour timezone so try this.
    Presuming a local time of 16:00 on August 7th 2014
    <cfset date1 = DateConvert('local2Utc', now())>
    <cfdump var="#date1#"> should produce {ts '2014-08-07 15:00:00'}
    Now create a dateTime using CreateDateTime(2014,08,07,15,30,00) This time half way between your local dateTime and UTCDateTIme.
    <cfset date2 = CreateDateTime(2014,08,07,15,30,00)>
    Now compare them <cfdump var="# DateCompare(date1, date2 )#> in this example on your local server, you would expect to return a -1 since date1 is earlier, but in fact it will return a +1 because it seems to be somehow only looking at the now() time (later) instead of the UTC converted time. This is a bug, DateCompare should not care where it gets its data from it should simply get it and then compare the two values. Usually there is no problem using dateCompare but when used in conjunction with the DateConvert('local2Utc', now()) it ignores the value generated by the conversion. Anyway, so much for the bug, Now to the procedure that I’m using that requires copying a string.
    I’m wishing to compare a dateTime that I want something to stop being displayed on the remote server.
    <cfset myDate = CreateDateTime(2014,08,05,17,0,0)>
    <cfset myDateInUTC = DateAdd("s", GetTimeZoneInfo().UTCTotalOffset, myDate)>
    <cfdump var="#myDateInUTC#">
    This produces the string: {ts '2014-08-15 07:00:00'} .
    I then generate currentUTCDateTime from:
    <cfset currentUTCDateTime = DateAdd("s", GetTimeZoneInfo().UTCTotalOffset, now())>
    Both these dates are then compared thus:
    DateCompare(currentUTCDateTime, "{ts '2014-08-07 15:00:00'}" )
    I have to generate the string on my local server and then upload it which is why I’m unable to simply use a function. It’s a bit convoluted but it does work. Note that in this example I’m setting the currentUTCDateTime using DateAdd instead which doesn’t trip up like DateConvert.

  • The preview option in FCK doesn't work when using trought an external app!

    Hello everyone!
    I have an issue with the FCK-editor when using in an external application.
    We are executing the “WCM_EDIT_DATA_FILE” service to launch the FCK contributor application in a portal (Webcenter) so we can edit datafiles. The preview option (preview butto) does not apply a region template and the content is shown in the same order as defined in the region definition. Viewing the same datafile trough Site Studio I can see that the preview option applies a region template.
    I've compared the links but I am not getting anywhere.....
    The links for the preview are:
    Via the portal:
    http://MyServer/vcc/idcplg?IdcService=SS_QD_GET_RENDITION&coreContentOnly=1&dDocName=DF_NEWS_BERLIN_8&dID=765&wcm.contributor.mode=false&IgnoreContributorOnly=true&previewId=1276003853183&WCMPopupId=POPUP09875462424653607178
    Via Site Studio:
    http://Myserver/VCCPOC/index.htm?wcm.contributor.mode=false&IgnoreContributorOnly=true&previewId=1275983448108&WCMPopupId=POPUP07808631203986127290
    I can see that the portal link has the same parameters as the Site Studio link and some more. I even tried adding a region template in the url by adding my template as a parameter like this "&templateDocName=RT_BOUND_DETAIL_VIEW" just to force it but without any luck. The same goes for the "view differences"-button in the FCK editor.
    Has anyone had this problem?
    Thanks

    Hi Stijn,
    Here is the link to the SS-services:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10615/c11_ss_services.htm#insertedID0
    And here is the link to the CS-services:
    http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/developer/services_reference_10gr3en.pdf
    The name of the service that creates new data file is CHECKIN_NEW_FORM.
    Saving the file from the FCKEditor makes the browser window "greyed out" so for the time being we are hitting the "go back"-button in the browser to return to the portal... as we open the editor in the same window as the portal. However, there must be another solution as this is fare away from user friendly!
    Let me try to answer some of your questions:
    - Are you also using the Site Studio publishing functionality (we will not)
    No, we are not either.
    - where will your site design be done (we'll try to do as much as we can in WebCenter to keep it all in one place; we might even just output XML with our templates from SS, and transform it in WebCenter using different "templates")
    We are also planning to have it all in WebCenter. We are using SS for creating region templates and subtempalates used in the portal (Webcenter/ADF) for showing the same data files in different ways. That means that we also have elements, region definitions, placeholders and so on in the SS.
    - what are you doing with inline images in the FCKEditor (we want contributors to be able to upload there images easily from the Editor, without the need to browse to UCM)
    Well, for the time being the contributor must browse the some images from the CS because the images must have a certain height and width... so that is our way of controlling that the user is choosing from the approved images. When it comes to images in the text the contributors can add as many images as they want that are not from the CS. They can just copy/paste them in the editor from whatever location they want.
    - is it correct that the metadata tab cannot be used in combination with profiles defined in UCM (see other thread WebCenter Content
    I've heard that before so my guess is that it's true. My question then is how do I do to hide the metadata tab if I do not use it?
    - will you be using the ctrl-shift-F5 functionality to edit content, or just create a link to the WCM_EDIT_... service in a popup window?
    We create a link to the WCM_EDIT_... service that opens in the same window as the portal.... but as I mentioned earlier that is not the most user friendly solution so we probably must change that....
    Now back to my problems:
    I know why the preview trough the portal and the site studio differs.
    The services that are used when previewing content trought the SS are:
    SS_SET_PREVIEW_ELEMENT_DATA
    SS_GET_PAGE
    LOAD_DOC_ENVIRONMENT
    The services that are used when previewing content trought the portal are:
    SS_SET_PREVIEW_ELEMENT_DATA
    SS_QD_GET_RENDITION
    LOAD_DOC_ENVIRONMENT
    The SS_GET_PAGE actually shows a page in SS and as soon as there is a region template attached to the page you are able to see the content the way you want. That is not the case then calling the SS_QD_GET_RENDITION service. So my question is if there is a workaround where I can force a region template to be used con conjunction with the SS_QD_GET_RENDITION service?
    Anyone? All ideas are really appreciated!

  • Font smoothing when using JWS

    Hi, I've noticed something odd while developing a desktop app.
    When I run it via the webstart link, it looks fine, but when I run it inside netbeans or double-click the .Jar file the fonts look non-smoothed and no where near as good. Whats causing this, and is there a way around it, as I'm actually considering not using JWS for distribution.
    I'm using Java 1.5 and on an apple mac and Netbeans 6
    Thanks,
    Scott
    EDIT: Heres a screenshot of with and without JWS deployment of the exact same application. One thing I havn't mentioned, I'm using Substance for the 'skinning' effect, not sure if thats anything to do with it, but its the same version in the /lib folder
    Screenshot

    Ahhh...I found the solution
    adding
    -Dswing.aatext=true to the JM parameters.
    Why isn't that the default? non-AA'ed text looks crap.

  • Why is Windows 7 freezing when using Firefox?

    -Has been happening for months now with many attempts to pinpoint cause. Have come to the conclusion that it is Firefox but don't understand why.
    -When using Firefox, my entire PC, not just Firefox, will freeze. Sometimes it happens within the first 5min of using Firefox, other times it could happen an hour into a session. A hard restart is the only way to get back to my desktop as I have waited an hour before after a freeze and nothing happens. Mouse pointer won't move, nothing.
    -Initially thought it was a hardware issue or an anti-virus issue.
    -Reinstalled windows on three different hard drives that all pass the disk check. Still happens
    -Installed windows 8 to see if that would fix the problem. Nope, does the same thing on Windows 8.
    -Ran Memtest 86+ for 14 hours one night to see if it was my memory. Nope, zero memory errors found
    -To be sure I even tried only using one stick of ram in my PC at a time to see if any of the sticks were bad. Nope, it froze with every stick
    -Tried changing my anti-virus. It froze with every single one, AVG Free, Avast Free, Microsoft Security Essentials.
    -I figured out that my PC only freezes when I am browsing the web in firefox. If I use chrome or Internet explorer, it doesn't happen. These total PC freezes only happen when I am using firefox.
    -My only add on/plug in that I am using is Adblock plus besides the default ones that come with Firefox.
    -My firefox is up to date, I have reset it and reinstalled it [while only adding Ad Block +] and this still does not fix the problem
    -In the windows event log the only thing that happens every time my PC freezes is the Error "Session "Microsoft Security Client OOBE" stopped due to the following error: 0xC000000D", why this would only affect Firefox, I don't know.
    -I would like to figure out the cause of this because I would really like to use Firefox again.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

Maybe you are looking for

  • I tried MSI. K9A2 Platinum Support issues.

    Do not buy MSI.... Buyer beware. I have the MSI K9A2 Platinum motherboard. Now the board runs fine. However I find it very hard to take this company seriously anymore. 6 months ago I tried Flashing the Bios for a CPU upgrade I wanted. MSI's website b

  • Commit in a loop of records for the cursor

    Hello my procedure has the following structure procedure proc2 BEGIN begin insert into table A exception when others log the error return end begin insert into table B exception when others log the error return end END--end of proc2 --main procedure

  • Itunes 10.7 - Internet Explorer stops working

    When I download itunes 10.7 my Internet Explorer 9 stops working and I can't get itunes 10.7; how do I fix this?

  • Variable number of parameters to procedure

    I have a requirement to pass variable number of parameters for an attribute, to a stored procedure. example: procedure getSum(country_code IN varchar2, sum OUT number) Inside the procedure, I am currently writing SQL as where eligible_code in (countr

  • Role Change in R/3 not updating in CRM

    Dear Experts, We have replicated Customers from R/3 to CRM Successfully. But according to Business Process, if the role a customer Change from Prospect to Sold-To in R/3 the change is not replicating to CRM. In fact the Role remain same as Prospect i