QuerySummary() function is behaving weirdly in BI4.1 SP1

Hi There,
Any Idea/anybody came across the below issue if you migrate your existing 3.1 reports to 4.1 SP1
If I use QuerySummary() function in the report using pre-defined cell then, the resultant object names its displaying correctly, but in the Filter section its displaying the object_id's. Does anyone help in overcoming this issue.

Hi,
This issue has been identified and fixed few months ago.
Relevant Knowledge Base Article is 1940001, and it's been delivered in 4.0 SP10 and 4.1 SP03
You may need to revalidate query objects and filters and save your Web Intelligence for this fix to be leveraged. to make sure it works you can begin with a new document, and then update existing ones.
Regards,
Loic

Similar Messages

  • Macbook behaving weird

    Hi all!
    For the last two or three weeks i've seen how my mac is behaving weird, it's taking longer to load, i have 4 widgets running and prior to this they were using only 5% of ram now 10%, i can take this but today it crashed twice
    also i almost daily put it to deep sleep but lately is crashing when i awake it
    I don't know what to do, any help is well recevied
    Thanks in advance for your support
    Message was edited by: Ginda000

    "AppleJack" http://www.versiontracker.com/dyn/moreinfo/macosx/19596

  • IPad 2 screen behaves weird

    Hello!
    I am new on this Forum.
    I own iPad 2 (mid 2012, wifi only) and suddenly the colours on the screen behaves weird.
    I have restored my iPad to the newest update via iTunes (iOS 8.2) but that didn't work.
    Can somebody help me?
    Here are some photo's of the problem:
    http://prntscr.com/6nx7no
    http://prntscr.com/6nx7a0
    Thank in advance.
    -Rayvano

    Mine  to it then turned white and I can't shout it down nowing

  • N770 behaving weird

    A couple of years ago I got a second hand N770 from a friend and I have been using it frequently and satisfactory. However, for the last couple of mounts it is starting to behave weird, as if it is degrading.
    Symptoms:
    It is very difficult to establish a WiFi connection. Most of the times it wrongly reports that no APs are available, or fails connecting to one. Sometimes it reports nearby APs with a very low wignal while in fact the signal is very strong.
    Connection failure is reported after 5-10 seconds, long before a potential DHCP timeout. Once a connection is established it is stabl and behaves normally.
    Spontaneous reboots, most often when connected to the charger. Sometimes I connect it to the charger and it reboots within a couple of minutes. Sometimes it just keeps rebooting.
    I suspect the battery but given the charger-reboot issues I'm not sure enough to buy a new battery,
    Does anyone recognize this behaviour? Any tips?

    My 770 (there's no N) used to reboot fairly frequently too.. I believe this wasn't totally uncommon and was just bugs in the hardware / software that were never fixed.
    My device stopped connected to my wireless at home a few years ago.. I found out that there seemed to be a maximum number of APs the 770 could cope with.. as more and more of my neighbors got wireless broadband at home, the number of APs I could see went through the roof.. eventually the 770 just gave up connecting..
    This was after I got an N800 so I wasn't too fazed..
    Your device is getting on a bit.. the OS was pretty beta for the whole of the 770's life.. I wouldn't be surprised if the hardware was degrading..

  • Vbscript RegRead function not behaving consistently and/or returning correct values when they exist in the registry

    Hello.
    I seem to be having a problem using the RegRead function within vbscript to return a simple value from the registry. When I run it on my workstation (windows 7 x64 sp1), it seems to miss certain registry values that are indeed there (specifically, I am looking
    for instances of "Adobe" in the displayName value of HKLM\Software\wow6432node\microsoft\windows\uninstall). However, when I run on a test VM, it returns the values fine. I am hoping someone might be able to explain this inconsistency and why it
    is happening.
    The code is very simple:
    On Error Resume Next
    if wscript.arguments.count < 1 then
    wscript.echo "usage: regread.vbs <hostname> <appname>"
    wscript.quit
    end if
    AppName = wscript.arguments(1)
    strComputer = wscript.arguments(0)
    const HKEY_LOCAL_MACHINE = &H80000002
    Set WshShell = WScript.CreateObject("WScript.Shell")
    Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!//"& strComputer & "/root/default:StdRegProv")
    strKeyPath = "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
    objReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
    For Each subkey In arrSubKeys
    'wscript.echo subkey
    InstalledAppName = ""
    InstalledAppName = WshShell.RegRead("HKLM\" & strKeyPath & "\" & subkey & "\DisplayName")
    wscript.echo vbtab&"DisplayName: "&InstalledAppName
    if instr(InstalledAppName,AppName) > 0 then
    wscript.echo vbcrlf&"found"&vbcrlf
    end if
    Next
    When I run "cscript regread.vbs remoteHost Adobe" on my local machine, it does not "find" any instance of Adobe within the registry of machine "remoteHost". However, when I run it from a test VM, it does find the existing instances
    of Adobe within the DisplayName value of the uninstall key of the registry, here is the output from both, first the non-working one, then the working test VM.
    Non-working:
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: GPL Ghostscript 8.60
    DisplayName: GPL Ghostscript Fonts
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft ASP.NET 2.0 AJAX Extensions 1.0
    DisplayName:
    DisplayName: Sybase PowerBuilder 12.0 Standard Runtime
    DisplayName: MSXML 4.0 SP3 Parser
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: MSXML 4.0 SP3 Parser (KB2758694)
    DisplayName: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Windows Journal Viewer
    DisplayName: Java Auto Updater
    DisplayName: VBA (2627.01)
    DisplayName: Microsoft Visual C++ 2005 Redistributable
    DisplayName:
    DisplayName: Apple Software Update
    DisplayName: SQL Anywhere 9 for Windows x64
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2553267) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2760631) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2494150)
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0011-0000-0000-0000000FF1CE}_Office14.PROPLUS_{9569DE03-1425-4D12-96EB-44D852AF759A}\DisplayName
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2553065)
    DisplayName:
    DisplayName: Security Update for Microsoft Office 2010 (KB2598243) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2825640) 32-Bit Edition
    DisplayName:
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2553371) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Security Update for Microsoft Office 2010 (KB2589320) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2596964) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2566458)
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Access MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Excel MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office PowerPoint MUI (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Publisher MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Outlook MUI (English) 2010
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Word MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Proof (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Proof (French) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Proof (Spanish) 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Proofing (English) 2010
    DisplayName:
    DisplayName: Microsoft Office InfoPath MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Shared MUI (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Update for Microsoft Office 2010 (KB2553310) 32-Bit Edition
    DisplayName: Microsoft Office OneNote MUI (English) 2010
    DisplayName:
    DisplayName: Update for Microsoft OneNote 2010 (KB2553290) 32-Bit Edition
    DisplayName: Microsoft Office Groove MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Shared Setup Metadata MUI (English) 2010
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Access Setup Metadata MUI (English) 2010
    DisplayName:
    DisplayName: Microsoft Office Visio Viewer 2003 (English)
    DisplayName: Cardiff TeleForm
    DisplayName:
    DisplayName:
    DisplayName: CodeMax Runtime Installer
    DisplayName: Microsoft .NET Framework 1.1
    DisplayName:
    DisplayName:
    DisplayName: Microsoft XML Parser
    DisplayName:
    DisplayName: Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    Working:
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: DYMO Label v.8
    DisplayName:
    DisplayName: GPL Ghostscript 8.60
    DisplayName: GPL Ghostscript Fonts
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Microsoft ASP.NET 2.0 AJAX Extensions 1.0
    DisplayName: Adobe Flash Player 11 Plugin
    found
    DisplayName: Sybase PowerBuilder 12.0 Standard Runtime
    DisplayName: MSXML 4.0 SP3 Parser
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: MSXML 4.0 SP3 Parser (KB2758694)
    DisplayName: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
    DisplayName: Cisco WebEx Meeting Center for Internet Explorer
    DisplayName: Configuration Manager Client
    DisplayName: Java 7 Update 51
    DisplayName: Citrix Online Launcher
    DisplayName: MSXML 4.0 SP3 Parser (KB2721691)
    DisplayName: Microsoft Windows Journal Viewer
    DisplayName: Java Auto Updater
    DisplayName: VBA (2627.01)
    DisplayName: Microsoft Visual C++ 2005 Redistributable
    DisplayName: Microsoft Visual C++ 2005 Redistributable
    DisplayName: Apple Software Update
    DisplayName: SQL Anywhere 9 for Windows x64
    DisplayName: Microsoft Office Professional Plus 2010
    DisplayName: Update for Microsoft Filter Pack 2.0 (KB2810071) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2826035) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2553267) 32-Bit Edition
    DisplayName: Update for Microsoft PowerPoint 2010 (KB2553145) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2589375) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2687276) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2760631) 32-Bit Edition
    DisplayName: Update for Microsoft OneNote 2010 (KB2810072) 32-Bit Edition
    DisplayName: Security Update for Microsoft InfoPath 2010 (KB2687422) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2494150)
    DisplayName: Security Update for Microsoft Office 2010 (KB2687423) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2597986) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2794737) 32-Bit Edition
    DisplayName: Update for Microsoft SharePoint Workspace 2010 (KB2589371) 32-Bit Edition
    DisplayName: Security Update for Microsoft Publisher 2010 (KB2553147) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2850016) 32-Bit Edition
    DisplayName: Definition Update for Microsoft Office 2010 (KB982726) 32-Bit Edition
    DisplayName: Security Update for Microsoft InfoPath 2010 (KB2760406) 32-Bit Edition
    DisplayName: Update for Microsoft Visio Viewer 2010 (KB2810066) 32-Bit Edition
    DisplayName: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0011-0000-0000-0000000FF1CE}_Office14.PROPLUS_{9569DE03-1425-4D12-96EB-44D852AF759A}\DisplayName
    DisplayName: Update for Microsoft Office 2010 (KB2767886) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2597087) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2687510) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2553065)
    DisplayName: Update for Microsoft Access 2010 (KB2553446) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2598243) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2825640) 32-Bit Edition
    DisplayName: Security Update for Microsoft Visio 2010 (KB2810068) 32-Bit Edition
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2553371) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2826026) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2589298) 32-Bit Edition
    DisplayName: Security Update for Microsoft Excel 2010 (KB2826033) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2589320) 32-Bit Edition
    DisplayName: Security Update for Microsoft Word 2010 (KB2863902) 32-Bit Edition
    DisplayName: Security Update for Microsoft Office 2010 (KB2826023) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2760598) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2596964) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2566458)
    DisplayName: Update for Microsoft Office 2010 (KB2589352) 32-Bit Edition
    DisplayName: Security Update for Microsoft Outlook 2010 (KB2837597) 32-Bit Edition
    DisplayName: Microsoft Office Access MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Excel MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office PowerPoint MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft PowerPoint 2010 (KB2553145) 32-Bit Edition
    DisplayName: Microsoft Office Publisher MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Outlook MUI (English) 2010
    DisplayName: Update for Microsoft Outlook Social Connector 2010 (KB2553406) 32-Bit Edition
    DisplayName: Update for Microsoft Outlook 2010 (KB2687623) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Word MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Proof (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2850079) 32-Bit Edition
    DisplayName: Microsoft Office Proof (French) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2850079) 32-Bit Edition
    DisplayName: Microsoft Office Proof (Spanish) 2010
    DisplayName: Update for Microsoft Office 2010 (KB2850079) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Filter Pack 2.0 (KB2810071) 32-Bit Edition
    DisplayName: Update for Microsoft OneNote 2010 (KB2810072) 32-Bit Edition
    DisplayName: Update for Microsoft SharePoint Workspace 2010 (KB2589371) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft Office 2010 (KB2760598) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2589352) 32-Bit Edition
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Proofing (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office InfoPath MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Shared MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Security Update for Microsoft Office 2010 (KB2553284) 32-Bit Edition
    DisplayName: Update for Microsoft Office 2010 (KB2553310) 32-Bit Edition
    DisplayName: Microsoft Office OneNote MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Update for Microsoft OneNote 2010 (KB2553290) 32-Bit Edition
    DisplayName: Microsoft Office Groove MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Shared Setup Metadata MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Access Setup Metadata MUI (English) 2010
    DisplayName: Microsoft Office 2010 Service Pack 1 (SP1)
    DisplayName: Microsoft Office Visio Viewer 2003 (English)
    DisplayName: Cardiff TeleForm
    DisplayName: Adobe Acrobat XI Pro
    found
    DisplayName: QuickTime
    DisplayName: CodeMax Runtime Installer
    DisplayName: Microsoft .NET Framework 1.1
    DisplayName: WinZip 15.0
    DisplayName: McAfee VirusScan Enterprise
    DisplayName: Microsoft XML Parser
    DisplayName: McAfee Agent
    DisplayName: Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName:
    DisplayName: Apple Application Support
    Does anyone know why this might be happening? The only main difference is that the machine that the script does not work on, has visual studio 2013 installed.
    Please help

    Well I think we can agree that it is not supported remotely. Because while it did initially work remotely, it didnt behave consistently; that is, it worked on the VM, but not my desktop. That's the whole reason I created this thread. Sorry if you are confused,
    but I most certainly was not lying and not trying to troll the forum or whatever it is you are insuinuating. Chill out a little bit and maybe you might get that Microsoft MVP.
    I am trying to get you t understand why what you are saying is wrong.  You may have thought it worked but there were a number of things that make it impossible to actually work.
    You were enumerating a remote key.  You were using that key name with RegRead and it was looking up the local value.  That is why it could not find remote keys and values.  The local and remote machines will not match on all keys.
    The correct call is the "GetStringValue" of the registry provider because it is the only call that can read remote values. My point is that you were fooling yourself by thinking that it ever actually worked.  If anything it was just dumb luck
    that the keys would match. 
    So maybe you weren't actually lying but you were surely foolingyourself and confusing us.
    Anyway - glad you fixed it and just remember to not mix calls like you did.  Also don't use On Error Resume Next unless you plan on test every call for an error.
    ¯\_(ツ)_/¯

  • Photoshop behaving weirdly (help please!)

    Photoshop noob here!  Any help would be appreciated.  The more I use Photoshop cs6 (64 bit) on my computer the more weird behavior starts to occur.  The first time I installed it started out fine like usual.  Then out of the blue opacity started behaving strangely.  Even when I turned a color to 100% opacity and layed it on top of another color in the same layer it would not be completely opaque.  I could still see the shapes/lines through the supposedly 100% opaque color.  I searched the internet and couldn't find a solution.  I kept coming upon the suggestion of reseting all the tools which did not work.  When told to delete my photoshop preferences (the psp file) both manually and by using the CTRL-SHIFT-ALT  shortcut when starting photoshop the former launched photoshop and then resulted in a "Could not complete your request because it is not the right kind of document." error.  I could only click ok and continue working on my messed up version of photoshop.  Secondly, the ctrl-shift-alt shortcut did not work at all.  Fed up, I deactivated and uninstalled, then reinstalled Photoshop. 
         It worked perfectly fine for a while and then different strange behavior started happening again.  First, the eraser behaved like a blue brush in the background layer.  Instead of erasing white and seeing the checkerboard pattern like I always used to it would just color blue instead.  I could do this at different opacities as well.  On the background layer it is essentially a blue brush.  This wasn't super annoying as I could just add another layer but then my pressure sensitvity stopped working on my tablet too.  I downloaded all the latest tablet drivers to no avail.  I again was told to try deleting my prefernces which again resluted in the "Could not complete your request because it is not the right kind of document." error.  Also the ctrl-shift-alt shortcut still doesn't work. 
    I've looked everywhere for a solution and still cannot figure out why Photoshop continues on this self-destructive path.  Any help would be appreciated. Again, I'm new to photoshop so if the answer is extremely obvious then sorry!

    Resetting preferences is first aid for PS.  Uninstall and reinstalling will not fix an error in this file.
    You need to start PS and immediatley hold down the ctrl alt shift keys (assuming Windows OS) and you will get a reset window.  If you are not fast enough you will see the splash screen.  Some find help in pressing and holding 2 of the keys, start PS and immediatly hold down the 3rd key.

  • Pop Art function is acting weird (not really acting normal)

    On my isight camera (it is built in) pop art is acting weird! You know how there are 4 different coloured sections. Not all 4 are appearing. Only the upper left one is.... Why is that? Please help!
    - mariah

    Hello again, mariah
    Unless you erase your hard disk as part of your reinstallation, your data files should be safe on your iMac's startup disk. Whether you erase or not, your data files will be safe on your backup copy, so be sure you have a good backup! If you do not have a current backup, NOW is the time to backup your important files. Having at least one good backup copy of expensive or irreplaceable information is good insurance regardless of whether you decide to reinstall OS X.
    Sorry about the Leopard reference. You can reinstall the Photo Booth that came with your Tiger version of OS X using the same methods I mention above except that they will be in your Tiger disk.  
    Although you may decide that you want to reinstall your Mac OS, you do NOT need to do so to reinstall Photo Booth and your OS X bundled applications. If you have decided to Reinstall your Mac OS, carefully consider which method you want to use to reinstall. 
    If you use the "Archive and Install" (A&I) method and choose A&I's "Preserve user and network settings" option, your data will be preserved and you will save significant time versus other reinstall methods.
    Unless you have already tried reinstalling only the Photo Booth application or are having problems with more than one of your iMac's functions, you should consider reinstalling only the Photo Booth app first. Reinstalling only the Photo Booth app may resolve your problem without the time and effort required for reinstalling your Mac OS. See the "Reinstalling the Software That Came With Your iMac G5" chapter of the Users Guide manual that came with your iMac if you need help on how to reinstall the apps only. Alternatively, you could use the Pacifist method I mentioned earlier with the Tiger disk that came with your iMac.
    If all this is more than you want to contemplate merely so you can use Photo Booth, you might rather consider installing and using one of these Photo Booth alternatives: Funny Photographer or Freak Show.
    EZ Jim
    PowerBook 1.67 GHz w/Mac OS X (10.4.11) G5 DP 1.8 w/Mac OS X (10.5.2)  External iSight

  • Mail behaving weirdly

    Mail has started behaving a bit weirdly since yesterday. Graphics are not shown any more. When I try and check things on Preferences Mail stops responding and I have to force quit. Everything was working up to yesterday. I haven't updated anything. Mail is version 2.1.3
    Any ideas? Thanks

    Restart your mac:
    Safe Boot: Hold down the shift key after the chime until the Apple logo appears and the gear is moving.
    It will take awhile but you will be asked to login.
    Go to your Applications folder> Utilities and launch Disk Utility.
    In the left side column, highlight your drive and repair permissions.( button down below).
    From BDAqua:
    Quit Mail, then In your home folder, try moving this folder & file to the Desktop then reboot...
    /Users/YourUserName/Library/Caches/Mail
    Move to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Mail will ask to import your messages. If all goes well and Mail is fixed trash the files on the desktop.

  • "Graphics Location" functionality not working in CR2008, using SP1 Runtime

    I'm using Crystal Reports 2008 SP1 (BuildVersion=12.1.0.883.CR_Mira_RTM). In some of my reports I'm setting the graphic location to a web address. On my development machine this all works fine.
    On my production server I've installed the SP1 Runtime Version (CRRuntime_12_1_mlb.msi)
    and am running the reports via a Dot Net application. The images are not updating with the image from the web location.
    If I then install Crystal Reports 2008 SP1 on that machine, without making any other changes, the images start to update with the image from the web location.
    Can anybody tell me which DLL is being used to grab the image from the web so I can include it in my deployment package? Or can somebody tell me how to get the Graphic Location functionality to work with the Runtime version.
    NOTE: During installation of the Runtime version, it prompts me for a Product ID. I can install the runtime if I leave it blank. I've tried that. I also tried just putting garbage in there and the error message comes back saying it's an invalid product KEY. So I've installed using my Crystal Reports 2008 Product key as well. Still no luck.
    help is appreciated

    The product key is not coming into play I this case. Having said that, I am not sure what the issue may be, however you may be able to track down the dll by using the following utilities:
    1) Modeules.exe, which can be downloaded from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip
    2) Process Monitor, which can be downloaded from here:
    http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx
    Modules will allow you to compare the dlls on a server that has CRW32.exe and a system that had only the runtime. Process Monitor, may report a missing dll in it's logs.
    Now, while it may be useful to find out the above, this being a web app typically means you need to install it on a limited number of servers, possibly just one? Since it is working now, it may be worth considering the ROI on figuring out the runtime(?). E.g.; it may not be worth the effort? If licensing is the worry, simply delete the CRW32.exe and you've eliminated the issue.
    Ludek

  • RFC Function Module behaves differently in foreground and background

    Hi,
    I have RFC function module which works well when executed in debugg mode where as in normal mode it doesnt work as the time stamp is not changed and the record cannot be created with the same timestamp.
    Can anybody suggest any solution on how to change the current timestamp when still in the same LUW.
    Regards,
    Roberts.

    Hi,
    Use:
    T1 = SY-UZEIT.
    GET TIME.
    T2 = SY-UZEIT.
    T1 will be different from T2
    Best regards,
    Leandro Mengue

  • 100% zoom in gpicview behaves weird

    Hi!
    Is it just me or you guys also have this problem after recent gpicview update?
    Now that I open a large pic and set zoom to 100%, I can't drag the image with mouse and move it to see different parts. When I move the image, it resets to some other position. Weird...

    I get this too.  I switched back to mirage.

  • FM BBP_CALCULATE_TAX_ITEM46B behaving weird

    Hi,
    FM BBP_CALCULATE_TAX_ITEM46B is being used to calculate TAX amount for every line item. There is an RFC call from SRM to R/3 where in these function module calculate the Tax and then send it back to SRM.
    When I am creating PO from Shoping cart through SRM portal the function module is calculating TAX perfectly but when I click on Create Purchase order tab (Final Tab tht need to click to create PO) on SRM portal, this function module is adding TAXf next line item to first and this is happening only when I am clicking on this last tab Create Purchase Order on SRM portal.
    Pls suggest why this is happening.
    Thanks,
    Shilpa

    Raised OSS message and SAP help us to resolve it.

  • JMenu extending class behaves weird

    I have extended JMenu and overwritten getText and setText to get proper Locale dependent behaviour and to enforce future users to use locale independent programming.
    Due to that the text you enter into settext and get from getText is not the text that ought to be displayed.
    Now my problem is that somewhere during displaying my getText method is called and the result is written to the supers setText. therefore the not to be displayed string appears. (I checked that returning a constant string via getText, that apeared nowhere else in my programm and it got written on all the menues)
    Any idea how to fix that or what i did wrong?

    Sounds like this might be a problem in the menu UI delegates. You may have to create UI delegates that behave according to your rules of processing.
    I would examine BasicMenuUI very carefully to see if there is some extraneous routing of property handling that might be giving you trouble.
    Mitch Goldstein
    Author, Hardcore JFC (Cambridge Univ Press)
    [email protected]

  • IMovie is behaving weird, can I uninstall it and install it back again?

    The app iMovie on my Macbook Pro is acting weird. There is even footage that is gone from my library I just don't know where it went. So, I am planning on uninstall ing the app and installing it back again. Do you think that will solve the problem even though I will lose some projects I still have.

    You don't lose any Projects nor Events on re-installing iMovie.
    but before doing that, give it a slap on the back head by erasing its pref-files:
    Quit iMovie
    in Finder, hold the alt-key, click on 'go to ' in the menu bar, select Library, open Preferences, find and trash com.iMovieApp.plist
    look, if iMovie gets back to normal..............

  • Dragging or pasting within TextEdit behaves weirdly. Help!

    I'm working in TextEdit and I want to move some text within the document. First I try the cut & paste method—but the text on the clipboard won't paste where I've placed the cursor; it puts the text ABOVE the sentence or paragraph or section. Then I try a different method, dragging the highlighted text to the spot I want to move it to, and the same thing happens; the text snaps up to the top, above the line or paragraph that I'm working on.
    It's the weirdest thing, and I can't figure out what's causing it. It makes editing a nightmare, impossible even. Any clues.
    Thanks!

    Not weird at all.  When you select entire lines you also select the newline character (end of line character) at the end of the lines, including the last line of the selection. Here's an example.
    In the first picture I selected the first three lines.
    And in the following I selected the first three lines not including the newline character at the end of the third line.
    Note the difference in the highlighting.
    In the first case the newline is selected so it will cause that entire selection, including that ending newling to be placed at the insert point.  Thus the selection will appear on the line before the insert point (or break a line if the insert point is not at the start of a line).
    In the second case the ending newline is not selected and thus the final line would appear immediately in front of, and on the same line as the insert point.
    So if you happened to select entire lines as in the first case, then backspace over the final newline of the insertion if you didn't intend to include it.

Maybe you are looking for