Web Logic 10.3 upgrade causes issues with escaped characters in JSP.

We recently upgraded our application servers from Weblogic 9.2 to Weblogic 10.3 and we are having an issue with escaped characters in a JSP code. Here is an example of what we are seeing:
var convertedBody1 = document.getElementById('body').value.replace(/\$FIRST_NAME\$/g, firstName);
This code works in Weblogic 9.2. In Weblogic 10.3 we have to make the following changes:
var convertedBody1 = document.getElementById('body').value.replace(/\$FIRST_NAME\$/g, firstName);
Thanks, Tom

Hi:
I have resolved the issue with the following in the jspx page.
Put an
<jsp:scriptlet>
response.setContentType(“text/html; charset=UTF-8”);
</jsp:scriptlet>
Inside the <f:view> on the jspx file.
Please refer the link http://www.oracle.com/global/il/support/tip/nlss11061.html for more details. It is helpful.
Thanks & Regards
Sridhar Doki

Similar Messages

  • Exchange upgrade causing issues with internal wiri...

    Recently our exchange was upgraded to accommodate bt infinity and at the same time our broadband started playing up. we called bt and I spent 1.5 hours checking and re checking equipment with the call center. Tests were done with the hub at either end of the internal wiring. All the tests were still showing faults even with hub connected to the test socket. They asked me to leave connected for 24 hours while they monitor the line. They promised to call me back which they did not. I called them again the following day to be told I should have left the hub in the test socket which I was not told the previous day. I then had to wait 48 hours while they monitored the line this time in the test socket. All the tests still showed the fault was still there so an engineer called out.
    The hub was still in the test socket when engineer arrived and the first thing he did was hook up his test equipment to the test socket and he stated there and then that there was nothing wrong with the line but it had been throttled down. 2 minute phone call and 10 minutes later broadband was back and working perfectly at the test socket. He checked the internal extention and the faults were being thrown up by an extension that has been in place for 10 years +. He stated to me that the new equipment installed in the exchange was more advanced and did more line checks so, although this equipment has been used for Internet with BT for 10 years it is no longer adequate.
    All of this I find understandable but the whole way that BT handled this from day 1 of my first call has been appalling. BT openly admitted that the original engineer calls were handled badly and we were credited £9 for the lack of services we had for overly long time. However we are now, 2 months after this, faced with nearly £130 charge for the engineer visit which, looking back with the info I have now, was completely unnecessary. Had the engineers on the phone bothered to reset the line while hub was in the test socket when they were allegedly monitoring it for 48 hours they could have told me there were no faults on their equipment up to the socket and I would have sorted out the internal wiring myself. Even now I can find mention on the Internet of old wiring causing issues but no specific posts to do with exchange upgrades potentially meaning that you need to upgrade internal wiring or mention by the BT call center itself on any of the calls I made to them. All I was told was that everything up to the main box is BT and everything after that mine but since we have made no changes to the wiring we did not think it was applicable until the engineer arrived and told us what he told us then. Yesterday I called Bt again around 9am to dispute the charge. I was informed that because the fault was with our equipment the charge stands. I explained all of the above and I had my case put to the review team. I was told I would get a call back within 4 hours which I did but the phone rang 3 times and as I answered they hung up. I then got a text saying they had tried to call and asked for me to call back which I did to be told that his computer wasn't working. He took my details and said someone would call me back which no one did. I chased again to be told that someone would definitely call me that day. No one did. I chased again today to be told the decision still stands. He has put to final review and promised a call back within 5 days. Until this is resolved direct debit is cancelled. To the letter of the contract we have with BT this is our charge to pay I know that but this could have been avoided if the information was out there on the net, if the original checks done over the phone were done correctly or if I had been told this directly by Bt themselves prior to the engineer being called out which is why I am posting this here so hopefully no one else falls into this trap.

    You're right I'm not connected to the BT infinity cabinet. But the BT Infinity cabinets all still route back through the exchange that I am connected to -
    http://www.ichilton.co.uk/blog/phones/faster-broadband-bt-infinity-fibre-to-the-cabinet-coming-to-in...
    Quote :
    What this modem does is connects using VDSL from your home to the VDSL cabinet using the existing copper wires, on to the DSLAM, back to the exchange (over the fibre) and on to BT’s core network.
    Your phone line is then still terminated in the original cabinet for telephony (using the cross connect between the old and new cabinets I mentioned above) and back to the exchange over the original multi pair copper cable as it always has done.
    http://www.robertos.me.uk/html/fttx.html
    Quote:
    FTTC involves BT Openreach installing a new street cabinet near to the existing one and linking the two. They run optical fibre from the exchange to the new cabinet then link individual lines from the old cabinet to the new one and back to get VDSL2 onto the copper connection to the premises. The PSTN phone connection continues to operate over the pre-existing cable from the old cabinet to the exchange.  It does not get put onto the fibre connection.
    In other words the linkage is Exchange >> Old >> DSLAM in New >> Old >> Premises. (Traffic in both directions of course!)
    Presumably the equipment in the exchange cannot stay as it is and is upgraded in the process?

  • Issue with escaping characters and php

    Greetings,
    We are working on a web page using php and Oracle. We have troubles dealing with the diferent escaping characters when inserting/retrieving data (magic quotes is on but adding the backslash doesn't help :( ).
    We would like to know the correct way of dealing with those characters ( ' " / /n ...).
    Thank you in advance,
    Sincerely,
    Oriol Nonell

    Do NOT use addslashes/stripslashes to escape your queries. I use this function to do the escaping:
    function escapeSQL($string, $wildcard=false)
    $result = str_replace("'","''",$string);
    if ($wildcard == true) $result = str_replace("%","%%",$result);
    return $result;
    It basically replaces ' with ''.
    If you set $wildcard to false, then '%' is considered to be an actual '%' (for 'like' expressions). If you set it to true, a % is escaped to %% too.

  • Yosemite upgrade causing issues with Adobe Premiere Elements 10

    Hi,
    Over the last weekend I upgraded my mid-2010 iMac to Yosemite from Snow Leopard and it seems to have caused an error with Adobe Premiere Elements 10.
    Prior to upgrading I was working on a project without issue. Now, when I try to open it I get an error "The project is not compatible with current version of Premiere Elements".
    I have tried other projects and some open without issue whilst others also present the same error. The difference between the projects appears to be whether a DVD menu has been selected. If the project has one - it fails to open.
    It seems strange that the OS would affect software in this way but that is all that has been changed.
    If someone can shed some light on this it would be greatly appreciated.
    Thanks

    Hi,
    Over the last weekend I upgraded my mid-2010 iMac to Yosemite from Snow Leopard and it seems to have caused an error with Adobe Premiere Elements 10.
    Prior to upgrading I was working on a project without issue. Now, when I try to open it I get an error "The project is not compatible with current version of Premiere Elements".
    I have tried other projects and some open without issue whilst others also present the same error. The difference between the projects appears to be whether a DVD menu has been selected. If the project has one - it fails to open.
    It seems strange that the OS would affect software in this way but that is all that has been changed.
    If someone can shed some light on this it would be greatly appreciated.
    Thanks

  • WAAS 4.1.1c Upgrade causing issues with intranet site access

    We recently upgraded to 4.1.1c and are now experiencing page not displayed errors when accessing our intranet site via the WAN. Disabling the HTTP AO fixes the issue, so I believe we may be experiencing bug ID CSCsv69306. Any idea when there will be a fix for this as we could really use the http acceleration since there is a significant amount of http traffic on our WAN.

    Jeff,
    If you are encountering CSCsv69306, then it's scheduled to be fixed in release 4.1.3 which is due out mid-late March.
    Hope that helps,
    Dan

  • Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

  • MovieClip Filter Causing issues with EventListeners (mouseEvent.ROLL_OVER)

    Hello,
    I have been working on a flash photo gallery for the web. It loads thumbnails from an xml file into a loader which is then made the child of a movieclip.
    The thumbnails are animated and triggered with mouse events of ROLL_OVER and ROLL_OFF. I have this working, or appearing to, when the movieclip containing the loaded thumbnail has no filters applied to it.
    I want add a drop shadow on the ROLL_OVER event and remove the drop shadow on the ROLL_OFF event. I also have this working, however my problem arises when I mouse over the very edge of the movieclip. This cauese the ROLL_OVER and ROLL_OFF function to fire in rapid succession, creating a flashing dropshadow. This looks aweful and I really have no idea what would be causing this issue.
    Thanks in advance for any advice!
    Regards.

    Thanks for the reply.
    I also found it difficult to believe that the filter was causing issues with the roll over/out events. I will expand on the example code you provided so you get an idea of what I am trying to accomplish and where my issues arise.
    EDIT: I should add that the issue is only present when I tween AND add a filter. If I only add a filter or if I only tween I have no issues but the combination or adding a filter and tweening causes the OVER/OUT events to fire rapidly.
    //This code does not result in a flashing animation
    myClip.addEventListener(MouseEvent.ROLL_OVER, overClip);
    myClip.addEventListener(MouseEvent.ROLL_OUT, outClip);
    function overClip(e:MouseEvent):void
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1.5 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1.5 , 3, true);
    function outClip(e:MouseEvent):void
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1 , 3, true);
    //However if i add these lines of code to add and remove a filter I can observe the flashing effect when the mouse is near the edge of the moveclip
    myClip.addEventListener(MouseEvent.ROLL_OVER, overClip);
    myClip.addEventListener(MouseEvent.ROLL_OUT, outClip);
    function overClip(e:MouseEvent):void
       myClip.filters = [myDropShadowFilter];
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1.5 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1.5 , 3, true);
    function outClip(e:MouseEvent):void
       myClip.filters = [];
       myTween =  new Tween(myClip, "scaleX", Regular.easeOut, myClip.scaleX, 1 , 3, true);
       myTween =  new Tween(myClip, "scaleY", Regular.easeOut, myClip.scaleY, 1 , 3, true);
    Is there something obviously wrong with this approach to adding a filter/tweening? I am fairly new to flash.
    Thanks again!
    Message was edited by: Dafunkz

  • I have a 2012 Macbook Pro and the GPU is causing issues with Yosemite. How can I resolve this issue?

    I have a 2012 Macbook Pro and the GPU is causing issues with Yosemite. There are a number of issues I have run across:
    If I have four tabs open on Safari then I start to get a flickering on the screen from the GPU refreshing
    When I leave the computer alone for more than 20 mins the screen saver should start -- what happens is that the screen goes to black. When I move the cursor I do not get the login screen. I have to reboot
    FireFox Web browser will not run
    I get issues with the computer running very slowly
    I have already turned off the transparency option in settings. Any ideas??
    Cheers
    Matt
    MacBook Pro, OS X Yosemite (10.10), GPU / Video Card with Yosemite

    Do you have more than one OS on the Mac?
    You may want to look at something like http://bjango.com/mac/istatmenus/. This has a Free Trial window, but it is a commercial application. If there are any heat/sensor issues, this may help.
    A SMC Reset or PRAM/NVRAM reset may also help.
    Intel-based Macs: Resetting the System Management Controller (SMC) - Apple Support
    Startup key combinations for Intel-based Macs - Apple Support

  • Reader causing issues with dropped underscores in courier new font

    When converting a microsoft word document in 2013 or 2007 to a PDF is causing issues with dropped underscores.  It only seems to happen in courier new.  For instance if I have _someCode, when converting this over to a PDF file I will sometimes see _someCode and sometimes I will see someCode.  If I open this file in a different pdf reader then it looks correct 100% of the time.  If I copy and paste into another application then the underscore shows.  This is a major issue for people putting code into a PDF document as underscores are important and courier new is what we often use.

    I love how quick you are to throw Microsoft under the bus.  Often it is their fault.  In this case I believe you are 100% wrong and absolutely short sighted to ignore this.  As I said in my original email, which you apparently missed, I have tried this in multiple PDF viewers and Adobe Reader is the ONLY reader that misses the underscores.  Foxit, PDF Exchange and Sumatra all render it perfectly.  Adobe reader missed 6 underscores in my document that has 18 underscores.  30% of the time in this document Adobe Reader makes the underscore invisible.  And if I switch the zoom to 100% instead of 148% (which is the default for me for some reason) then Adobe Reader misses 7 of them.  This doesnt occur in the other readers.  Blame Microsoft all you want but the simple fact is that Adobe Reader has issues reading courier new's underscores.  It needs to be fixed.

  • GUI Download Issue with Chinese characters

    Hello,
    Currently we are upgrading from 4.7 to ECC. I'm using GUI_DOWNLOAD
    function module to download the data from SAP to desktop. I do have an
    issue with Chinese characters while downloading the file from SAP to ECC.
    In 4.7 the Chinese characters are being downloaded (I haven't used any
    code page) perfectly, but where as in ECC the downloaded file has junk
    characters instead of Chinese.
    Is there any change in the GUI_UPLOAD FM.
    For your reference below is the code present in the program
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD
        EXPORTING
          FILENAME             = Z_FILENAME
    *****DCDK900543 - Begin of fixing for Unicode conversion ****
         FILETYPE             = 'WK1'
          FILETYPE             = 'ASC'
          WRITE_FIELD_SEPARATOR = ABAP_TRUE
    *****DCDK900543 - End of fixing for Unicode conversion ****
        CHANGING
          DATA_TAB             = I_TAB_TMP
        EXCEPTIONS
          FILE_WRITE_ERROR     = 1
          NO_BATCH             = 2
          INVALID_TYPE         = 3
          UNKNOWN_ERROR        = 4
          OTHERS               = 5.
    Regards,
    Bharath.

    Hi bharat,
    please check whether you ecc 6.0 is uni coded or not (as you upgraded).
    If it is not uni coded then you will not be able to print the Chinese characters.
    You can see whether it is uni coded or not by the following
    in your app toolbar under system click on status.
    There you can see whether your ecc6.0 is uni coded or not.
    Regards,
    koolspy.

  • Pre-n enabler seems to cause issues with lock up/beach ball

    I just received my new C2D MBP yesterday with 3G of RAM and all was peachy. I decided to install the $1.99 Pre-N enabler patch from Apple and it appears that I'm not alone in having that cause system lock ups and beach balls from ****.
    I unfortunately seem to be in the same boat. It runs for awhile and then all of a sudden it will just lock up and I'll get the spinning beach ball from **** forever, until I reboot.
    I'm using mine with a NetGear Pre-N wireless router and while I'm getting 140kpbs connections I am getting a lot of receive errors and the machine just goes off to la-la land.
    I was worried about something else until I read these posts over in Internet & Networking and now I'm wondering if there really is an issue with whatever the "enabler" did. It ceratinly appears to be this. Nothing else seems to cause it this kind of beach ball death.
    So now I guess we need to look for an "un-enabler" patch. Just out of curiosity where do we email problems like this to get resolved?
    UGGHHHHHHH!!!
    Peter

    I have this same problem. I reported a bug to apple bug id#4990056
    Here is what i wrote:
    10-Feb-2007 10:36 PM Brooks Roy:
    Summary:
    I recently got a Linksys WRT350N 802.11n router and using it with my macbook pro core 2 duo. The router is firmware version 1.03.2.
    After installing the enabler from the apple site i verified it upgraded properly and it shows a/b/g/n for my airport card. However the computer has been locking up more and more. I finally narrowed it down to the airport card. Here is what happens:
    Steps to Reproduce:
    With regular airport usage, the mac will all of the sudden give the spinning 'beach ball' and just sit there. A simple http download will stop and the mac will become unresponsive. I cannot launch new applications. The icons will bounce in the dock but never open. I cannot force-quit any applications. My only option is to hold down the power button for a hard shutdown.
    I can almost duplicate the issue 7 times out of 10. Sometimes it takes 15 minutes or so before it locks up, sometimes its almost immediately.
    I have done a full fsck and permissions. I also downloaded tiger cache cleaner and cleaned all settings. I have also booted off the apple install cd and done a extended full RAM check on the 2Gb installed in my computer.
    I have restored my IO80211Family.kext from my other macbook pro (regular core duo) and my problems have gone away. I am 100% sure there is a bug with the 802.11n enabler and the Linksys WRT350N.
    I do not have any special configuration on my linksys, just MAC based wireless authentication.
    When using the MacBook pro on the WRT350N in 802.11g without the latest 802.11n enabler the mac performs fine and does not become unresponsive.
    Expected Results:
    I expect the mac to perform just as a 802.11g network will work with increased transfer speeds.
    Actual Results:
    See above.
    Regression:
    It only occurs when using network traffic (i.e Mail.app, Safari browsing sites, etc. Any application that requires Airport.
    Notes:
    I am using the original IO80211Family.kext driver that does not have 802.11n support and it works properly. Also using builtin ethernet with airport off and the 802.11n driver works (obviously).

  • Using "Restrict by app" in change query causes issues with Search Results

    Hello!
    I am hoping some experienced SP admin can help me out. I am having issues with the relevance ranking for my search results web part.
    I created a Wiki (OOTB) within a site collection and on the home page of the Wiki I was looking to apply a Search Box and Search Results web part for easy searching. I wanted to ensure the search results were restricted to the scope of the pages within the
    wiki. I did the following after adding the 2 web parts:
    Entered edit mode for the page
    Started to edit the Search Results web part
    Under Properties for Search Results clicked on "Change Query"
    Navigated to BASICS and clicked "Switch to Quick Mode"
    For Select Query, picked "Wiki (System)" option
    For Restrict by app, picked "Specify a URL" and input the wiki URL "http://webapp.com/sites/sitecollection/wiki"
    Click OK
    The web part has 6 automatic results when I hit the page. These are the only 6 pages in my wiki. When I search a word or title of a page, they are not ranked in order or relevance. The ordering is static to what was being shown before the search, but the
    keywords I'm searching are bold. With out the taking the steps above, I can easily search these pages and have them ranked appropriately so I'm not too sure what I'm doing wrong. 
    Other Details
    The pages have been crawled and can be searched from anywhere else in SP.
    I am only a site collection admin for this specific site collection.
    I other than the steps above, I have not made any changes or customization to the search web parts; they are both out of the box SP.
    The SP Farm admin we unable to pin point what the root cause is either.

    Hi Mikael,
    Sorry for the wait, I was unable to post pictures, which i felt would better describe my issue.
    Could you output the query template you are ending up with?
    If you can tell me how to accomplish this, then I can provide it. Please keep in mind that I am only a site collection admin.
    Also, is the ranking/sorting for your webpart set to ranking?
    When looking at the web part settings, I didn't see an option to modify the ranking. Unfortunately, some sites in my intranet are down now so I can't even double check. Once it's back up, I will verify this as well.
    And how do you know they are ranked incorrectly?
    I wanted to display an image showing what I meant by this. As the wiki is down, I'll do my best with words. When I visit the wiki home page, I already have the search and search results web parts there. Without searching anything, the search results
    web part displays 6 pages that are available in the wiki. When I search, I expect to see the most relevant result at the top. similar to the following: 
    *Search result from another section of the intranet site.*
    What I receive instead is the same list of wiki pages, in the same order. The most relevant result
    is not moved to the top like in the image above, but I can see that the word "rush" is highlighted in bold. I hope this helps.
    If you need more of a description, please let me know.
    Thank you

  • Major Logic Studio 9 Upgrade install issues

    I tried to install Logic Studio 9 upgrade today and there are a lot of problems. For one, Compressor 3.5 did not install, leaving me with 3.0.5. Quartermaster also did not update, leaving me with 3.0.5 of that as well. Soundtrack is at version 3.0.1.
    The Logic Studio 9 Installer just keeps Soundtrack and Compressor grayed out, so I can't do anything about that. I followed the instructions on the Knowledge Base article about the iLife 11 conflict, but that didn't make any difference.
    I also cannot log into the updates page on Apple's web site here (http://www.apple.com/logicstudio/download/). I have tried my Logic Studio 8 serial number and the serial number from my Logic Studio 9 Upgrade, and it just keeps telling me that they are invalid numbers. I have tried them with and without the dashes. The LS9 Upgrade installer accepted my serial numbers no problem, and I sent the registration to Apple. I'm totally baffled as to why the web page is denying me access.
    I have spent HOURS on just trying to get this software installed properly, and I have never seen such a mess. I wish I could just uninstall everything and start over but they don't even include an uninstaller. So at this point I have no clue how to get access to the support page since it's denying my serial numbers and it's not letting me update Compressor or Quartermaster (but everything else seems to have updated). It also keeps EX24 synth grayed out.
    I know this is a mess of a post but I've been trying to get this going for hours and hours and am exhausted and frustrated. Thanks for any advice.

    Ok, for some reason the Apple Support site is accepting my serial number okay, but it seems what's available as far as downloads is out of date compared to the software update tab.
    It seems my biggest problem remaining is just that I have Qmaster 3.0.5 and Compressor 3.0.5 which did not get updated to 3.5 (and then upped to 3.5.3 each with the ProApp Update 2010-02).
    I have never had Final Cut, any version, installed so it can't be that, and the iLife 11 "forget pkg" solution from the Knowledge Base didn't work. So what gives? How can I get Compressor and Quartermaster installed?

  • 8.3 causing issues with safari, "Safari could not open the page because server stopped responding"

    Since my upgrade to 8.3 there are several issues with many apps when they are trying to download information.
    When I go to Safari and open i.e. msn.com.  it tries for over 60 seconds.  then I get the error:
       Safari could not open the page because server stopped responding.
    I have a iPhone 6 plus with 113 gig  and 65 gig available
    This same issue is causing problems when downloading articles on facebook and instagram app.
    We also noticed this same issue on Macbook Air, and iMac, iPad 2, and iPhone 5s.
    I also have the Mac Pro without these issues but it is connected by ethernet instead of wireless. 
    Is wifried back and now plaguing all devices?
    I selected mac because, I was tried of all the PC issues with new updates.  It seems mac is now lowering its quality to that of PC.
    We need a fix for this ASAP!

    I have tried resetting my Iphone 6 Plus by holding both the off and select buttom.  This did not help. 

  • Mountain Lion Upgrade causing issues due to hard drive fault

    I have a question about Mountain Lion crashing your hard drive. I upgraded my Macbook Pro 13' several weeks ago afer the release of Mountain Lion. The download took sometime before it completed it's download and completed without incident. Since that time I've had no issues with the softward update, my hard drive or computer.
    However yesterday evening I went to use my computer and the screen after the Apple logo disappeared showed a circle w/a line thru it and turning gears just below it. After reading several forums and posts it seems that the computer cannot find a bootable disk to load up from. I do not understand this as I not changed the HD and the computer was working fine just the day before.
    I tried to do a reinstall of the original OSX system (snow leopard) - it did download but after the computer re-started the system went back to the same screen w/the circle and line thru it. I then restarted computed hitting options to take me into the recovery / disk utility. From their I tried to verify and repair the HD - still same problem (circle w/line), I then just tried to reinstall Mountain Lion (same results).
    WTH is going on - this was a perfectly good computer working fine & now I cannot get it to boot up or run at all? Could this be a software issue due to Mountain Lion or simply a bad HD? Any advice on how best to correct this issue would be appreciated. I use my laptop for dj'ing and have an upcoming gig in 2 weeks. HELP...

    Heres the problem im having maybe it is similer
    System MAC Book Pro Mid 2012 Dule hard drives 150 GB SSHD 500 GB in alternate slot
    Updated Firm ware
    Computer booted successfully
    entered password computer reacted normaly color adjusted for my user settings
    computer beeps repeatedly untill forsed shut down
    reinstalled Lion worked fine again
    updated to mountan lion
    computer atempts to boot from the SSHD  and fails
    Boots to system diagnostics primary hard drive is invisable to the system
    waited about a week
    booted my system (at a new location)
    Primary hard drive reapeared
    Boots to system diagnostics
    reinstalled Lion worked fine againupgraded to mountan lion again to test a theory
    computer atempts to boot from the SSHD after instalation and fails
    Boots to system diagnostics primary hard drive is invisable to the system
    So its Back to Square one any thoughts coments or general advice?
    - Thanks

Maybe you are looking for

  • Query Level Analysis Authorization

    Experts, I have a requirement to provide Analysis Authorizations at a QUERY level.  For example, I have two analysis authorizations: (1) Org Unit and (2) Material Number.  I populate each of these Analysis Authorizations using a BEx Variable (through

  • Video Thumbnails

    Hi all, OK, I have a website that allows my client to upload images and movie files to document the progress of their projects. My client has asked me if thumbnails could be created for the video file during the upload process like what happens with

  • Getting ora-00900 error when calling the procedure with the dynamic sql.

    create or replace procedure dyn_update(tab in varchar2,col in VARCHAR2) as BEGIN execute IMMEDIATE 'update'||tab||'set'||col||'= 0 where order_id=2458'; end; and when i call this procedure in sql developer or sql* plus using begin dyn_update('Orders'

  • How can i contol the independent Actions

    how can i control the independent calls. means In JAVA , we can use Synchronize keyword for block, methods . In flex any option is there.

  • OData - Stop sending bad requests

    Hi experts, i'm facing some issues in my application when sending a bad request or using an non implemented feature ( e.g trying to create a entity using oData without specifying a key, action which fails ). Each time I am sending a well-formed reque