APEX Application URL doesnt recognize parameters (Doesnt work consistently)

Hello,
I have developed an application which I have published in company's intranet website. There are several links published for same application with different parameters. We are facing issues in publishing parameterized URLs as application is not recongizing the parameter values passed (in internet explorer it doesnt recognize at all, but in mozilla, once redirected if we again select address bar and press Enter it does recongize the parameter without changing URL).
E.g. I have hyperlink in intranet with
http://msi-pa-637.marvell.com:7777/pls/htmldb/f?p=111:101:0::NO::P101_PROJECT_INSTANCE:PRJ3
After clicking on the link it does open application, but report with complete data. now in Mozilla if I select address bar and press enter, it refreshes and does retrieve report with desired parameter. Do you have any clue why it doesnt do in first place? (in internet explorer, this work around doesnt help until you manually change the parameter from PRJ3 to PRJ2 and press enter).
Please help.
Thanks,
Prashant
4084311331

Thanks Vikas for helping me to figure out myself.
The debug feature really helped!
My application was having computation on same item that was getting defaulted on new instance. I made that computation conditional and now it works!
Thanks a lot!

Similar Messages

  • Get Url doesnt work in my flash .swf page

    Get url doesnt work in my flash .swf page
    www.wackyworld.biz/north.swf
    click on the building is supposed to go to a site. I made all the buildings symbols and when i hit f9 the actions window opens i put
    on bowling building
    on (Release)
    get URL (http://wackyworld.biz/bowling/bowling.html", "_self ") ;
    why when i click on the buildings they dont work? can someone download the file and convert it to fla and tell me what im doing wrong?
    Brent
    Message was edited by: crashncrazy

    i did click on the button and then put in the code.
    on (release)
         "getURL" (http://www.wackyworld.biz/bowling/bowling.html, "_self");
    like this?
    if so this is what i have. still no way to click on button on site

  • Flash contents not being displayed on the published Apex application URL

    I've had to publish one of my apex application through an bluecoat proxy to reach my Oracle HTTP server. It works fantastic for everything - except my flash charts. Flash contents are not getting loaded.Issue is only in the published application URL,the same application is working fine internally without proxy.
    Does anyone have any idea why this is failing and how I might fix this?.The bluecoat support enginner is having the following findings
    I am seeing some strange behavior when the browser goes through the
    proxy vs when it does not.
    When the browser uses the proxy the last thing it requests is the
    following(packet 354):
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Via: 1.1 GITS6ISA Cookie:
    WWV_CUSTOM-F_941005998277888_193=7DE31ABFD8D9E680 User-Agent:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19)
    Gecko/2010031422 Firefox/3.0.19 GTB7.1 (.NET CLR 3.5.30729) Host:
    ithelpdesk.anupcomp.ae Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5 Accept-Charset:
    ISO-8859-1,utf-8;q=0.7,*;q=0.7 Referer:
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/theme_3_1.css
    X-Forwarded-For: 86.98.85.117 Cache-Control: max-stale=0 Connection:
    Keep-Alive X-BlueCoat-Via: E2DE37912594ECAA
    HTTP/1.1 200 OK ETag: "1a887e1-92-4c2c5105" Content-Type: image/gif
    Last-Modified: Thu, 01 Jul 2010 08:25:41 GMT Server:
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
    OracleAS-Web-Cache-10g/10.1.2.0.2
    (G;max-age=3600+360;age=0;ecid=121853469393,0) Date: Tue, 25 Jan 2011
    07:52:55 GMT Accept-Ranges: bytes Content-Length: 146 Connection:
    Keep-Alive Age: 0
    That is the browser requests
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and gets a
    200 ok from the proxy/server.
    When the browser does not use the proxy I see the following
    behavior(packet 2783):
    The browser requests
    http://anupserver:7777/i/themes/theme_20/btn-bg.gif 2 times, each time
    the server responds with a 304 not modified status, this means the
    browser has the most recent copy of the .gif file. The browser finally
    does a post to http://anupserver:7777/pls/apex/wwv_flow.accept. Given
    that the browser gets a 200 ok response from the proxy when requesting
    http://ithelpdesk.anupcomp.ae/i/themes/theme_20/btn-bg.gif and then
    stops requesting data, we need to understand why the browser is behaving
    differently without the proxy(i.e. why does it request the content 2
    times and why is it doing the post). The interaction between the
    browser and the proxy appears normal, a 200 ok response with content is
    normal, why does the browser stop requesting content?
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:01 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    GET /i/themes/theme_20/btn-bg.gif HTTP/1.1 Accept: */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Accept-Encoding: gzip, deflate If-Modified-Since: Thu,
    01 Jul 2010 08:25:41 GMT If-None-Match: "1a887e1-92-4c2c5105"
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
    CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152;
    .NET CLR 3.5.30729) Host: anupserver:7777 Connection: Keep-Alive
    HTTP/1.1 304 Not Modified Date: Sun, 13 Feb 2011 12:42:02 GMT Server:
    OracleAS-Web-Cache-10g/10.1.2.0.2 Content-Type: text/html Connection:
    Keep-Alive Keep-Alive: timeout=5, max=999 Content-Length: 0
    POST /pls/apex/wwv_flow.accept HTTP/1.1 Accept: image/gif,
    image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash,
    application/vnd.ms-excel, application/vnd.ms-powerpoint,
    application/msword, application/x-ms-application, application/x-ms-xbap,
    application/vnd.ms-xpsdocument, application/xaml+xml, */* Referer:
    http://anupserver:7777/pls/apex/f?p=193:1 Accept-Language:
    en-us,ar-ae;q=0.5 Content-Type: application/x-www-form-urlencoded
    Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE
    6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR
    2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Host:
    anupserver:7777 Content-Length: 262 Connection: Keep-Alive
    Cache-Control: no-cache

    Hello Orton,
    I think this has something to do with network access, may be a firewall restricting access to the server.
    Thanks,
    Machaan

  • Problems passing value to an APEX application URL

    Greetings,
    My environment is:
    Apex 4.0.1
    Oracle 11g
    Apex Listener (Weblogic 10g)
    I am trying to pass a value to an Apex application from outside of Apex. Here is the URL I am using:
    http://<servername>:<portno>/apex/f?p=138:2:0::::F138_ID:abcde
    What happens when I enter this URL is the Login page is presented and I can successfully log in. I am directed to page 2 but the value of F138_ID is empty. I have tried it with an application item and a page item but still no value is passed. I have tried creating the page item where the value is populated from the application item. I have tried setting the value in a PL/SQL process. (:P2_ID := :P138_ID;) again no luck.
    Should this work? And if so, does anyone have any idea why it isn’t?
    Thanks for your help,
    Larry

    Thanks Sarvan,
    Unforunatly that did not work. I have been working with it some more and noticed that if the page I am trying to access has an Authentication of 'Page is Public' the passing of the value works as expected. It is only when Authentication is set to 'Page Requires Authentication' (i.e. the user needs to provide a userid and password) that it fails. Do you have any idea how to get around this?
    Thanks
    Larry

  • On Safari, ipad connects to the internet.  But when in applications such as Keynote, I try to e-mail presentattion it doesnt work.

    I am a teacher and have my own iPad with a data plan.  We also have a router in teh classroom for wifi, and it has a very strong signal.  On Safari, the ipads can connect to the internet.  But when in applications such as Keynote and HTML Egg, I try to e-mail presentat. or post website to web, it doesnt work.  I tried re-setting the proxies and the router, no luck.  Please Help!  I am a teacher and want my students to be able to post their websites on to the web, and e-mail themselves and their parents their Keynote Presentations.

    Try this. Turn your iPad Off. Then disconnect the power going to the router for 30 seconds or longer. Then replug the power to the router (allow it to initialize) and turn On the iPad. Hopefully everything will connect. If not, see below.
    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Re: i was charging my iphone 3GS yesterday in electricity when once it turned off suddenly while it was in quarter battery. I tried charging it again but it didint open, i tried to plug it into my laptop but itunes didnt recognize it and it doesnt work.

    Re: i was charging my iphone 3GS yesterday in electricity when once it turned off suddenly while it was in quarter battery. I tried charging it again but it didint open, i tried to plug it into my laptop but itunes didnt recognize it and it doesnt work.

    Hello candymerna,
    At this point I would recommeng resetting the device if if will not turn on.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    From: iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
              http://support.apple.com/kb/ht1430
    If it does turn on, but will not charge then take a look at this part of the article iPhone: Hardware troubleshooting found http://support.apple.com/kb/ts2802
    Power/Battery
    Battery does not charge from the USB power adapter
    Important: Only original iPhone can be charged from a FireWire-based power source. If iPhone is connected to a computer that's turned off or is in sleep or standby mode, the battery may drain.
    Verify that the outlet being used is working.
    Try another USB power adapter if available.
    If no other USB power adapter is available, try connecting to a high-power USB 2.0 port (not a keyboard). The computer must be turned on and not in sleep or standby mode.
    Try another USB cable if available.
    Also refer to iPhone and iPod touch: Charging the battery.
    If it is charging, but not recognized in iTunes take a look at one of these articles depending on your Operating System.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    or
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/ts1591
    Cheers,
    Sterling

  • I was charging my iphone 3GS yesterday in electricity when once it turned off suddenly while it was in quarter battery. I tried charging it again but it didint open, i tried to plug it into my laptop but itunes didnt recognize it and it doesnt work. help

    i was charging my iphone 3GS yesterday in electricity when once it turned off suddenly while it was in quarter battery. I tried charging it again but it didint open, i tried to plug it into my laptop but itunes didnt recognize it and it doesnt work. help plzzz

    Hello candymerna,
    At this point I would recommeng resetting the device if if will not turn on.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    From: iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
              http://support.apple.com/kb/ht1430
    If it does turn on, but will not charge then take a look at this part of the article iPhone: Hardware troubleshooting found http://support.apple.com/kb/ts2802
    Power/Battery
    Battery does not charge from the USB power adapter
    Important: Only original iPhone can be charged from a FireWire-based power source. If iPhone is connected to a computer that's turned off or is in sleep or standby mode, the battery may drain.
    Verify that the outlet being used is working.
    Try another USB power adapter if available.
    If no other USB power adapter is available, try connecting to a high-power USB 2.0 port (not a keyboard). The computer must be turned on and not in sleep or standby mode.
    Try another USB cable if available.
    Also refer to iPhone and iPod touch: Charging the battery.
    If it is charging, but not recognized in iTunes take a look at one of these articles depending on your Operating System.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    or
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/ts1591
    Cheers,
    Sterling

  • Enter key doesnt work in url line

    enter key doesnt work in url line. only i have to pick go button with mouse

    # Click the orange Firefox button and select Add-ons to open the add-ons manager
    # In the list of extensions click on AVG Safe Search to select it, then click the Disable button
    # Restart Firefox

  • I update my iPhone but My applications doesnt work . .  .

    I update my iPhone but My applications doesnt work . .  .
    Help me,please . . .

    I had the same problem today when I upgraded to 4.3.5. Starting a non-Apple app did not work anymore.
    What fixed my problem was uninstalling and reinstalling one of the free apps. After that, the rest of the non-Apple apps also worked again.
    Maybe you could try this?

  • UPDATED MY ITUNES NOW IT WONT RECOGNIZE ANY OF MY DEVICES. I FOLLOWED ALL THE STEPS TO FIX IT ON THIS SITE AND IT STILL DOESNT WORK.

    I dont know why this doesnt work now. I updated to 11.1.3 on my windows laptop. I followed all the steps on other posts but it still doesnt work... HELP!

        Welcome to the Verizon family irishlass82! I know how important it is to stay in touch and we'll make sure that you don't regret your decision! Before trading in your device, did you turn off iMessage? In effort to correct this issue, text the word STOP to 48369.
    AshleyS_VZW
    Follow us on Twitter @VZWSupport

  • Straming video doesnt work.

    Streaming video doesnt work. Video in Skype is OK. Play locally stored video OK in MediaPlayer as well as iTunes. Downloaded Adobe Flash and Shockwave. Still no steraming after restart of PC.
    Firefox is upgraded.
    Windows XP home

    Hi,
    Can you please cross check the following :
    1. The rtmp URL is edited accordingly to point to the correct FMS server instead of localhost etc.
    2. The above code snippet should be bundled as an AIR app and published for iOS.
    If you are using HTTP instead of RTMP, you need to follow HLS streaming for iOS which makes use of the HTML5 video tags instead of any flash/AIR based applications. Please let us know if you are looking for this.
    Thank you !

  • Adobe Flash Player doesnt work

    something happened and now Safari and Firefox wont allow adobe flash player to show slide shows - all i get is a black screen - no indication of any errors; I uninstalled Safari and Flash player and reinstalled them to no avail. I think it may be related to something that happened to my system preferences - the accounts, log in items had for some reason changed to just three items: growl helper app; growl menu; and logitech control center. I didnt change these; on my laptop - which still works and allows flash player to work - there are these additional login items microsoft au daemon, expander daemon; itunes helper - when I search my desktop of the daemon files nothing shows up. Please help. (I also cant play videos in my browsers)

    this is the javascript web inspector report I get when I try to run the slide show in flickr ( which doesnt work - just produces a black screen)
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>fabio panichi's Photostream</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="title" content="fabio panichi's Photostream" />
    <meta name="description" content="fabio panichi's photostream" />
    <meta name="medium" content="video" />
    <link rel="image_src" href="http://www.flickr.com/images/slideshow/thirdparty_thumb.jpg" />
    <link rel="video_src" href="/apps/slideshow/show.swf?v=71649&offsite=true&lang=en-us&pageshow_url=%2Fphotos%2Ffabiopanichi%2Fshow%2F&page_show_back_url=%2Fphotos%2Ffabio panichi%2F&user_id=88932036@N00&jumpto="/>
    <meta name="video_height" content="225" />
    <meta name="video_width" content="300" />
    <meta name="video_type" content="application/x-shockwave-flash" />
    <link href="http://l.yimg.com/g/css/c_flickr.css.v73491.14" rel="stylesheet" type="text/css" />
    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
    <script type="text/javascript">
    var pageshow_slideshowprefs = 1;
    </script>
    <!--[if LT IE 7]>
    <style type="text/css">
    .trans_png {
    behavior: url('/javascript/pngbehavior2.htc');
    border:0;
    </style>
    <![endif]-->
    <script type="text/javascript">
    var global_magisterLudi = 'e417d4e1e8b814df1490e3a4e22fb2d9',
    globalauthhash = '74b9ffa3ad8eec01c3476755b2bb9e90',
    globalauthtoken = '',
    globalflickrsecret = '7a26ef41b199a43e',
    global_slideShowVersion = '6708',
    global_slideShowCodeVersion = '34351',
    global_slideShowVersionV2 = '33427',
    global_slideShowCodeVersionV2 = '49745',
    global_slideShowTextVersion = '66488',
    global_slideShowVersionV3 = '71649',
    global_nsid = '11996329@N05',
    global_ispro = 1,
    global_dbid = '11990989',
    global_name ='~~AragonPrime~~',
    global_expire ='1251061097',
    globaliconurl ='http://farm2.static.flickr.com/1038/buddyicons/[email protected]?1208642653#11 996329@N05',
    globaltaglimit = '75',
    globalcollection_depthlimit = 5,
    global_stewartVersion = '71377',
    globalcontactlimit = '3000',
    global_eighteen = 1,
    globalgrouplimit = 60,
    globalphotos_idslimit = 20,
    onephoto_showbelongs = 0,
    prefsissetviewgeo = 0,
    photos_url = '/photos/aragonprime/',
    disable_stewart = 0;
    disable_geo = 0;
    var global_rper = 0;
    var globalwidgetcarets = 0;
    var globalexploresearch = 0;
    var globalintllang = 'en-us';
    var photoroot = 'http://farm.static.flickr.com/';
    var siteroot = 'http://www.flickr.com';
    var imagesroot = 'http://l.yimg.com/g/images';
    var intl_imagesroot = 'http://l.yimg.com/g/images/en-us';
    var do_bbml = 1;
    </script>
    <script type="text/javascript" src="http://l.yimg.com/g/javascript/global.js.v73010.14"></script>
    <script type="text/javascript">
    </script>
    <script type="text/javascript" src="http://l.yimg.com/g/javascript/fold_main.js.v48851.48851.48851.48851.48851 .38771.48851.48851.73491.38771.71746.71745.62864.38771.66362.72618.73326.69832.3 8771.63688.38771.73289.67088.55944.73491.14"></script>
    <script type="text/javascript" src="http://l.yimg.com/g/javascript/soutputen-us.js.b34cffc1bd4fc4f000e74458534fb6ab"></script>
    <script type="text/javascript">
    YAHOO.util.Event.addListener(window, 'load', F.windowonload);
    YAHOO.util.Event.addListener(window, 'resize', F.windowonresize);
    YAHOO.util.Event.addListener(window, 'blur', F.windowonblur);
    YAHOO.util.Event.addListener(window, 'focus', F.windowonfocus);
    YAHOO.util.Event.addListener(window, 'unload', F.windowonunload);
    </script>
    <script type="text/javascript">
    var global_joinDate = F.convertunix_timestamp('1187897124');
    var globaltimestamp = '090610220357';
    fixMaxWidth_getWidth = (navigator.userAgent.match(/MSIE 6/i)?function(el) {
    return el.currentStyle['max-width'];
    }:function(el){
    return el.currentStyle['maxWidth'];
    fixMaxWidth = function(el) {
    try {
    el.runtimeStyle.behavior = 'none';
    var mw = fixMaxWidth_getWidth(el);
    var nmw = parseInt(mw,10) || 10000;
    var cW = parseInt(el.offsetWidth);
    var cH = parseInt(el.offsetHeight);
    var ratio = (cH/cW);
    if (el.offsetWidth>nmw) {
    el.style.width = (nmw+'px');
    if (!isNaN(cH) && cH) {
    el.style.height = (Math.ceil(nmw*ratio)+'px');
    } catch(e) {
    // oh well
    // Dean Edwards/Matthias Miller/John Resig
    /* for Mozilla/Opera9 */
    if (document.addEventListener) {
    document.addEventListener("DOMContentLoaded", F.window_onloaddom, false);
    /* for Internet Explorer */
    /*@cc_on @*/
    /*@if (@_win32)
    document.write("<script id=_ieonload defer src=javascript:void(0)><\/script>");
    var script = document.getElementById("_ieonload");
    script.onreadystatechange = function() {
    if (this.readyState == "complete") {
    F.window_onloaddom(); // call the onload handler
    /*@end @*/
    /* for Safari */
    if (/WebKit/i.test(navigator.userAgent)) { // sniff
    F.onloaddomtimer = setInterval(function() {
    if (/loaded|complete/.test(document.readyState)) {
    F.window_onloaddom(); // call the onload handler
    }, 10);
    F.keyboardShortcuts.enableAll();
    </script>
    <!--[if IE]>
    <style type="text/css">
    img.notsowide {
    behavior:expression(fixMaxWidth(this));
    </style>
    <![endif]-->
    <style type="text/css">
    body {overflow:hidden !important; background-color: black;}
    #swfdiv {width:100%;height:100%;margin-right: auto; margin-left: auto;}
    </style>
    </head>
    <body>
    <script type="text/javascript">
    var pageshow_backurl = '/photos/fabiopanichi/'
    var pageshow_backtxt = 'Back to fabio panichi\'s photostream'
    F.slideshow({
    user_id: '88932036@N00',
    start_id: '',
    pageshow_backurl: '%2Fphotos%2Ffabiopanichi%2F',
    pageshowurl: '%2Fphotos%2Ffabiopanichi%2Fshow%2F'
    </script>
    <!-- page generated by www85 at 22:03:57 06/10/09 -->
    </body>
    </html>

  • MSI GF4 Ti-4200 doesnt work with WindowsXP

    I can't get the MSI display tools to work - it crashes,
    the vbios.dll doesnt load, it also crashes.
    the tv in doesnt work ,it crashes
    the tv out doesnt work ,it crashes.
    all the supplied software also crashes "application has encountered an error and cannot continue. sorry for any inconvenience"
    the intervideo software (windvr, wincoder, winproducer) and MSI PVI software all crashes as well.
    what's the deal with this stuff?  ?(
    I have a Dual AMD athlon Tyan thunder k7 motherboard,
    MSI Ti-4200-VTD video card and MSI tv anywhere card.
    is there any resolution for this?

    I'm sorry gfilitti if I don't have my system listed, but I thought my question was pretty simple...
    Has ANYONE been able to make the InterVideo WinProducer 2 software, that comes with the retail version of the MSI G4Ti4200-VTD64 card, work successfully under the Windows XP Home or Pro operating system?
    If the answer is YES, then I will begin investigating why my system can't.
    If the answer is NO, then I only ask for other people's recommendations of what software WILL work in place of that. I NEED those functions to work. That's why I paid extra for the VIVO.
    All we've heard so far in this thread are NO votes. I would like to see just how widespread this is. If I can find ONE person who claims it works fine on his/her computer under Windows XP, then my NEXT question would be if they had to do anything different to make it run, or was it just a straight install? Did they add the program patch available from the MSI website? See where I'm going with this?
    If you would REALLY like my system details, here ya go...
    ========================================
    CASE - ANTEC SX1000II with 4 internal 8cm fans
    POWER SUPPLY - ANTEC 400W "True Power" w/dual fans
    MOTHERBOARD - MSI 645E MAX (MS-6547 Ver 2.0)
    BIOS - AMI Ver 3.2 (10/21/02)
    PROCESSOR - PENTIUM 4 2.0aGHz (Rev/Step 2/4(9) )
    MEMORY - 1 Corsair 512MB DDR RAM (Winbond chips)
    DISABLED IN CMOS - FLOPPY Controller, AUDIO Device, MODEM Device, Serial Port B, MIDI Port, and GAME Port
    AGP SLOT - MSI G4Ti4200-VTD64 - IRQ 16
      DRIVER: MSI 31.00
      CAPTURE DRIVER -  nVidia 1.08
    SLOT 1 - Creative SB0090 Audigy Sound Blaster - IRQ 17
      DRIVER - Creative 3.0.0.18 9/20/02
    SLOT 1 - Creative SB1394 FireWire Controller - IRQ 18
      DRIVER - MS 5.1.2535.0 7/1/01
    SLOT 2 - NIC #1 D-Link DFE-530TX Ethernet - IRQ 18 (LAN)
      DRIVER - REALTEK RTL8139 5.396.0530.2001
    SLOT 3 - Adaptec 29160N Ultra160 SCSI Controller - IRQ 19
      DRIVER - Adaptec 6.2.0.0 3/19/2002
    SLOT 4 - EMPTY
    SLOT 5 - MSI SYSTEM D-Bracket
    SLOT 6 - NIC #2 NetGear FA312 Ethernet - IRQ 18
      DRIVER - Windows XP Pro native driver
    NOTE:
    NIC #1 is for home LAN
    NIC #2 is for Alcatel SpeedTouch External DSL modem
    SCSI DRIVES:
    ID 0 - COMPAQ (Seagate) ST318451LW, 18GB, 15K RPM
    ID 1 - QUANTUM Typhoon Atlas II, 18GB, 10K RPM
    ID 2 - Seagate ST39103LW, 9G, 10K RPM
    ID 3 - Plextor CD-RW PX-W1219S
    ID 4 - Toshiba DVD-ROM SD-M1201
    ID 5 - EPSON Perfection 1640SU Flatbed Scanner
    ATA/ATAPI DRIVES:
    Primary Master - No Connection
    Primary Slave - No Connection
    Secondary Master - MATSHITA LS-120 Ver F523
    Secondary Slave - No Connection
    USB DEVICES:
    DIAMOND SupraMAX 56K V.92 Model:SUP2920
    Generic Flash Memory programmer and other assorted USB devices on occasion.
    MONITOR - HITACHI SuperScan Pro 21 w/5-BNC input
    ========================================
    BTW, I would think when investigating a program's FLAT refusal to run, that the MOST important things aren't listed in these signature files. It has to do with what ELSE is running at the same time. Which services are running and which are NOT? What memory resident programs are loaded at boot-up? Any service packs installed? How about any security patches from Microsoft? Which anti-virus software (if any)? Which DirectX version? Personal firewall? Etc., etc.
    Granted, the hardware DOES have a factor, but I feel all of these are MORE important factors than the speed or brand of a persons hardware. I look at the signitures more as bragging rights than anything else.
    Now, this is just my opinion and may not reflect the feelings of the more sane people around me.  
    Cheers!

  • People Cannot Hear Me When I make Calls on iPhone 4, Bought a new iPhone 4, uploaded all of my own information from the backup, and it still doesnt work, help!

    I went in to apple, they couldnt figure it out, I am on AT&T so I was figuring on going into their store today and seeing if its something with the network, if not I am going back to apple, but this is literally a brand new phone i bought yesterday, not refurbished or anything, brand new, does anyone know why this isnt working? Everything else works fine, the mics both work, its just when I make calls or someone calls me the mic doesnt work.

    When you see the same issue on more than one hardware device, it means that the problem is likely to exist outside of the hardware.  Two things to investigate would be the software/firmware on the backup and issues with the cellular network.  It's probably safe to rule out the cellular network as well.
    First, make sure that you have imported copies of all the information (pictures, videos, documents) on the device.  Do this thorough itunes, and the applications (photographic and document processing) on your computer.  Perform a firmware update then restore the device as new.  If the problem persists, then you may actually have the worst luck and discovered two devices with an identical issue.
    Read each of the steps before initiating the DFU.
    !.  Connect the iPhone to any computer running a fully updated version of iTunes.
    2. Press and hold both "home" and "sleep/wake" buttons
    3. After eight seconds let go of only the sleep/wake button.
    4. Keep holding the home button until you see a popup mesage in iTunes.
    5. Read all all the popups, then use iTunes to update the iPhone's software.
    If the popup fails to show, repeat steps 2 through 4

  • My macbook seems to be going crazy. At certain points (and for hours) I get the oh snap page on chrome, safari doesnt work, macbook wont let me create any files or for example upload music to itunes. I restored my mac so im sure its not a malware problem.

    My macbook seems to be going crazy. At certain points (and for hours) I get the oh snap page on chrome, safari doesnt work, macbook wont let me create any files or for example upload music to itunes. I restored my mac so im sure its not a malware problem. The only thing that solves it is switching off and on , but sometimes I have to do that for 6-7 times before its ok or wait for a few hours. Some help please

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

Maybe you are looking for

  • Printer will only print the first document then will do nothing.

    I am running a dell system with windows 7 pro 64 bit. I just got an HP LaserJet Pro 400 m401n printer. I downloaded the most current drivers for windows and updated the printer from the HP website. The printer will let me print the first document aft

  • HT1414 my apple i phone showing that it needs to be cool down

    my apple i phone showing that it needs to cool down.what should i do to solve the probelem

  • CRB Integration: CRM-ISU

    Since there seem to be a new post every day for basic setup of ISU integration with CRM, here is one thread which provides links to the documents in the service marketplace and elsewhere. Most of these documents are directly available at the Utilitie

  • How to open a *.doc .I can not find my faulty

    I want to open a *.doc when I click a OK button. I will use event struct in main_vi,but when I try in sub_vi, It can not woek when i click ok_button,but if I click second time ,it can open the *.doc .who can modify my code to realize it function and

  • Nouveau driver crashes, freezes X, where to report a bug

    Hi, where should I post a crash bug for the nouveau video driver? The nouveau site says not to post the bug there but at your friendly distribution, which is here. The crash is hard to reproduce, happens randomly, once a week, today already twice. Th