Debug/ Find errors in VC?

is it possible?
JJJ

Hi JJJ,
There is no Debugger for VC.
When I need to debug a model I use a DataStore to store the value I want to check. Every time I want to check the value I click on a button that contains the action Propmt and it displays the field from the DataStore.
I hope it helps,
Udi

Similar Messages

  • Debug IP error help

    Gurus,
    Using Ciscoview to monitor our 3750 switch, I noticed high IP error counts. After connecting to the box and issuing the "debug ip error" command the following output was displayed:
    "datagramsize=92, IP 27444: s=192.168.1.100(Vlan1), d=192.168.1.255, totlen 78, fragment 0, fo 0, dispose udp.noport"
    The destination IP is the broadcast address of our subnet; Cisco documentation says that "the router received a UDP packet when no application was listening to the UDP port."
    I'm trying to figure out why so much udp traffic is destined towards the broadcast address, and what is causing the IP errors.
    Thanks for your help!
    Kevin

    UDP broadcasts are a normal solution to initiate connections between clients and servers. This should not nescessarily be an error but it could be a misbehaving application or something like a virus trying to spread.
    Your search should focus on the source of the datagrams:s=192.168.1.100(Vlan1) If you are getting these packets from many different hosts, try to figure out which apps they have in common.
    In that way, you should be able to find out wether it is caused by an application or a virus.
    Regards,
    Leo

  • Debug got error about DCInvokeMethod.java

    I got error message "Unable to find Source File" while debuging.
    Error msg: " The debugger has finished steping, but it cannot find the source file. Unable to find source file for package oracle.adf.model.binding, filename DCInvokeMethod.java....." Which package I am missing and how to add it? Please help!

    This is some internal package which you don't have source code to step into. You can select 'Don't ask me again...' or just hit cancel and then F9 to continue the program.
    Timo

  • How to find Error Reference Number Additional details in HFM

    <font color="Blue">
    Hi All
    How to find Error Reference Number additional details in HFM ?
    Example:
    Error Reference Number:{01977FBD-DB42-4655-99B5-4ABF38D3E082}
    Where to Find above id additional details??
    I mean HSVErrorLogViewer ? OR RegistrySettings ? OR Dcomcnfg ? OR any other way to find the detailed information?
    Any ideas? Appreciate your help in advance.
    Regards
    Taruni
    </font>

    Hi,
    try menu - EDIT - LUW debug
    and see if you can get the idoc number in this way
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Adobe Premiere Elements 11 unable to launch - User receives Debug & Runtime Errors

    Adobe Premiere Elements 11 unable to launch - User receives Debug & Runtime Error.  The Adobe program launches and the Premiere Elements splash screen displays.  Once the "Loading ImportQuicktime.pm" function completes the following errors display:
    The program has been re-installed without success.  The only way to open the program is to "Run as Different User" windows 7 function, using the local admin account.  The Preferences Folders have been deleted and recreated without success.  Any information for this error will be great.  Thank you for your time.

    Hi UBDEV,
    Thanks for posting on the Adobe forums.
    Please tell us if this system is on Network, if yes please make sure that My Documents Folder should be on the local drive not on the Network drive.
    Regards,
    Sandeep

  • Did not find error in message but message is in error

    Hi dears,
    i got a synchronous message in error.and i checked that in SXMB_MONI.Where its original message is recorded and its  response message is in error category of 'Request Message Mapping' .with no error id.
    i want to find exact error in its Trace and in error.
    can you explain why i am unable to find the  exact error ? kindly  reply to me.
    Thanks and Regards,
    Sumit Gupta

    Hi Michal,
    Thanks for your information.but i am working in production system and not authorized to check the mapping  error.
    i can not find error in error and in trace.
    have u encountered any times situation like this.then how had u resolved that issue. kindly guide me.
    Thanks and Regards,
    Sumit Kumar

  • Help please! Another Finder Error

    Hi,
    The script below is designed to backup files from the source area to the backup area preserving the folder hierarchy. While I’m sure it could be written better, it seems to work until it encounters a particular folder containing a file, when I get the following Finder error shown below. At this point it has already done approximately 60 files in about 10 folders. If I remove the file from the folder the script will continue processing a further 300 files and sub-folders before getting the same error on another folder/file.
    Can someone explain what the error means? Any comments or suggestions to improve the script would be welcome.
    tell application "Finder"
    get every item of folder (alias "Macintosh HD:Users:andy:Documents:NetXxx II:Customers:Lxxxx Bxxxxxh Cxxxxxl:")
    {alias "Macintosh HD:Users:andy:Documents:NetXxx II:Customers:Lxxxx Bxxxxxh Cxxxxxl:Pen Testing Brief 2005.doc"}
    "Can't make alias \"Macintosh HD:Users:andy:Documents:NetXxx II:Customers:Lxxxx Bxxxxxh Cxxxxxl::Pen Testing Brief 2005.doc\" into type «class alst»."
    -- Backup Script.
    -- This script will attempt to backup the specified folder(s) and all sub-folders to the external disk
    -- drive. It duplicates the folder sub-folder hierarchy in the backup area.
    -- If a previous backup of the file exists in the backup directory it is renamed to
    -- 'filename-yy-mm-dd (hhmmss).extension' where yy-mm-dd and hhmmss are taken from
    -- the modification date of the file in the backup directory.
    on run
    -- Get the path to the desktop for the log file.
    set desktopPath to (path to desktop from user domain) as string
    -- Get the current date and time formatted.
    set thisDateAndTime to get current date
    tell me
    formatDateAndTime(thisDateAndTime)
    set thatDateAndTime to result
    end tell
    -- Compile the name for the log file.
    set backupLogPath to desktopPath & "Backup Log" & thatDateAndTime & ".txt"
    -- Create and open the log file.
    try
    set backupLogFile to (open for access file backupLogPath with write permission)
    end try
    set backupLog to backupLogFile
    -- Write a starting message to the log file.
    set logMsg to "Backup Starting..." as string
    append2BackupLog(logMsg)
    -- Define the global variables.
    global backupLog -- The file specification of the backup log file.
    global backupPath -- Top level folder for the backup.
    global topSourceFolder -- The top level source folder name without the proceeding path.
    global sourceFileName -- Source file name but not the path.
    global sourceFileExtension -- Get the file extension.
    -- Define the backup folder to receive the backups.
    set backupPath to "ANDY:Business:Backups:" as text
    -- Define the folder to be backed up (the source folder).
    set sourceFolder to (path to home folder from user domain) as text
    set sourceFolder to (sourceFolder & "Documents:NetXxx II:")
    set topSourceFolder to "NetXxx II" as text
    -- Process the folder.
    processAFolder(sourceFolder)
    -- All done so write a final entry, close the log file and return.
    set logMsg to "Backup Ending..."
    append2BackupLog(logMsg)
    close access backupLogFile
    end run
    -- This routine process each file in the specified folder.
    on processAFolder(theFolder)
    -- Declare the global variables we reference.
    global sourceFileName -- Source file name but not the path.
    global sourceFileExtension -- Get the file extension.
    -- Write a message to the log file that we are processing the folder.
    set logMsg to "Processing folder " & theFolder
    append2BackupLog(logMsg)
    tell application "Finder"
    -- Get a list of everything in the specified folder.
    set allItems to every item of folder theFolder as alias list
    repeat with eachItem in allItems
    -- Check if this is a folder file.
    set fileInfo to info for eachItem
    set thisClass to kind of fileInfo as text
    if thisClass is equal to "Folder" then
    -- We have a another folder so do a recursive call.
    tell me
    processAFolder(eachItem)
    end tell
    else
    -- Store the file information we will need in processAFile() in the global variables.
    set fileName to eachItem as text
    set sourceFileName to name of fileInfo as text -- Get the file name but not the path.
    set sourceFileExtension to name extension of fileInfo as text -- Get the file extension.
    -- Now process the file.
    tell me
    processAFile(fileName)
    end tell
    end if
    end repeat
    end tell
    end processAFolder
    -- This routine processes the specified file.
    on processAFile(fileName)
    -- Define the global variables referenced in this script.
    global topSourceFolder -- The top folder to be backed up.
    global backupPath -- The top folder in the backup area.
    global sourceFileName -- Source file name but not the path.
    global sourceFileExtension -- Get the file extension.
    -- Get the folder paths from topSourceFolder downwards to the current folder.
    set currentBackupFolderPath to ""
    set folderTree to ""
    set addFolder to false
    set savedTID to AppleScript's text item delimiters
    set AppleScript's text item delimiters to {":"}
    tell application "Finder"
    repeat with iFolder in text items of fileName
    set thisFolder to iFolder as text
    if (thisFolder is equal to topSourceFolder) then
    set addFolder to true -- We are now at the top of the tree so start adding the folder names to the folder tree.
    end if
    if thisFolder is equal to sourceFileName then
    set addFolder to false -- As its the current file name we don't want it in the folder tree.
    end if
    if addFolder is true then
    -- While were at it check that the folder exists in the backup area.
    set backupFolder to backupPath & folderTree & thisFolder
    set backupFolderExists to (folder backupFolder exists)
    if backupFolderExists is equal to false then
    -- It does not exist so create the folder in the backup area.
    set backupFolderPath to backupPath & folderTree as file specification
    make new folder at folder backupFolderPath with properties {name:thisFolder}
    end if
    -- Add the folder to the folder tree.
    set folderTree to folderTree & thisFolder & ":"
    end if
    end repeat
    set AppleScript's text item delimiters to savedTID
    -- Set the backup folder path.
    set backupFolder to (backupPath & folderTree)
    -- check if the files exist
    set sourceFileExists to (file fileName exists)
    set backupFileExists to (file sourceFileName of folder backupFolder exists)
    -- Backup the file to the required backup folder.
    if sourceFileExists and not backupFileExists then
    -- File did not exist in the backup directory so copy it there.
    duplicate file fileName to folder backupFolder
    -- Write a log file entry for the file.
    set logMsg to "Backup of " & fileName
    tell me
    append2BackupLog(logMsg)
    end tell
    else
    -- Both files exist, so check if the file in the source folder is newer.
    if (modification date of file fileName) > (modification date of file sourceFileName of folder backupFolder) then
    -- We need to rename the old backup file before we make a backup copy of the newer file.
    set thisDateAndTime to modification date of file sourceFileName of folder backupFolder
    -- Get the current date and time formatted.
    tell me
    formatDateAndTime(thisDateAndTime)
    set thatDateAndTime to result
    end tell
    -- We need to get the file name minus the extension.
    set oldTID to AppleScript's text item delimiters -- Get the current text item delimiters (TIDs).
    set AppleScript's text item delimiters to {"."} -- Set them to ".".
    set justFileName to first text item of sourceFileName -- Get the filename before the "."
    set AppleScript's text item delimiters to oldTID -- Restore the TIDs to what they were.
    -- Build the new file name for the old backup file.
    set newFileName to justFileName & thatDateAndTime & "." & sourceFileExtension
    -- Rename the file in the backup area and take a copy of the newer file.
    set name of file (sourceFileName as text) of folder backupFolder to newFileName
    duplicate file fileName to folder backupFolder
    -- Write the log file entry's for the file rename and the file backup.
    tell me
    set logMsg to "Renamed old backup file to " & newFileName
    append2BackupLog(logMsg)
    set logMsg to "Backup of " & fileName
    append2BackupLog(logMsg)
    end tell
    end if
    end if
    end tell
    end processAFile
    -- Format the specified date & time into a string of the form "dd-mm-yy (hhmmss)".
    on formatDateAndTime(thisDateAndTime)
    set dateString to short date string of thisDateAndTime
    set timeString to time string of thisDateAndTime
    set fileDateString to "" as text
    repeat with iWord in words of dateString
    set fileDateString to fileDateString & "-"
    if length of iWord is 2 then
    set fileDateString to fileDateString & iWord as text
    end if
    if length of iWord is 1 then
    -- Pad single digits out with a leading zero.
    set fileDateString to fileDateString & "0" & iWord as text
    end if
    end repeat
    -- Format the time into "(hhmmss)".
    set fileTimeString to " (" as text
    repeat with iTime in words of timeString
    set fileTimeString to fileTimeString & iTime as text
    end repeat
    set fileTimeString to fileTimeString & ")" as text
    -- Set the return parameter to the result and return.
    set thatDateAndTime to fileDateString & fileTimeString
    end formatDateAndTime
    -- This routine writes the specified message to the end of the log file.
    -- NOTE - the log file is assumed to be already open with write access.
    on append2BackupLog(logMsg)
    global backupLog -- Global variable that defines the path to the log file.
    -- Get the current date and time formatted.
    set dateString to short date string of (get current date) & space & time string of (get current date)
    try
    write (dateString & " " & logMsg & return as text) to backupLog starting at eof
    end try
    end append2BackupLog
    15" MacBook Pro 2.16GHz, 2GB Ram   Mac OS X (10.4.8)  

    Hello
    I was forced to stop my running script so I was able to look at your script/
    Here is a modified version. I didn't check it.
    -- Backup Script.
    -- This script will attempt to backup the specified folder(s) and all sub-folders to the external disk
    -- drive. It duplicates the folder sub-folder hierarchy in the backup area.
    -- If a previous backup of the file exists in the backup directory it is renamed to
    -- 'filename-yy-mm-dd (hhmmss).extension' where yy-mm-dd and hhmmss are taken from
    -- the modification date of the file in the backup directory.
    on run
    -- Get the path to the desktop for the log file.
    set desktopPath to (path to desktop from user domain) as string
    -- Get the current date and time formatted.
    set thisDateAndTime to get current date
    set thatDateAndTime to my formatDateAndTime(thisDateAndTime)
    -- Create and open the log file.
    try
    set backupLogFile to (open for access file (desktopPath & "Backup Log" & thatDateAndTime & ".txt") with write permission)
    on error
    display dialog "something failed !"
    end try
    set backupLog to backupLogFile
    -- Write a starting message to the log file.
    my append2BackupLog("Backup Starting..." as string)
    -- Define the global variables.
    global backupLog -- The file specification of the backup log file. -- Is it correct to define backupLog as global AFTER setting its value ???
    global backupPath -- Top level folder for the backup.
    global topSourceFolder -- The top level source folder name without the proceeding path.
    global sourceFileName -- Source file name but not the path.
    global sourceFileExtension -- Get the file extension.
    -- Define the backup folder to receive the backups.
    set backupPath to "ANDY:Business:Backups:" as text
    -- Define the folder to be backed up (the source folder).
    set topSourceFolder to "NetXxx II" as text
    -- Process the folder.
    my processAFolder(((path to home folder from user domain) as text) & "Documents:" & topSourceFolder & ":")
    -- All done so write a final entry, close the log file and return.
    my append2BackupLog("Backup Ending...")
    close access backupLogFile
    end run
    -- This routine process each file in the specified folder.
    on processAFolder(theFolder)
    -- Declare the global variables we reference.
    global sourceFileName -- Source file name but not the path.
    global sourceFileExtension -- Get the file extension.
    -- Write a message to the log file that we are processing the folder.
    my append2BackupLog("Processing folder " & theFolder)
    tell application "Finder"
    -- Get a list of everything in the specified folder.
    set allItems to every item of folder theFolder as alias list
    repeat with eachItem in allItems
    -- Check if this is a folder file.
    if (class of item eachItem) is folder then
    -- We have a another folder so do a recursive call.
    my processAFolder(eachItem as text)
    else
    -- Store the file information we will need in processAFile() in the global variables.
    set eachItem to eachItem as alias
    set sourceFileName to name of eachItem -- Get the file name but not the path.
    set sourceFileExtension to name extension of eachItem -- Get the file extension.
    -- Now process the file.
    my processAFile(eachItem as text)
    end if
    end repeat
    end tell
    end processAFolder
    -- This routine processes the specified file.
    on processAFile(fileName)
    -- Define the global variables referenced in this script.
    global topSourceFolder -- The top folder to be backed up.
    global backupPath -- The top folder in the backup area.
    global sourceFileName -- Source file name but not the path.
    global sourceFileExtension -- Get the file extension.
    -- Get the folder paths from topSourceFolder downwards to the current folder.
    set currentBackupFolderPath to ""
    set folderTree to ""
    set addFolder to false
    set savedTID to AppleScript's text item delimiters
    set AppleScript's text item delimiters to {":"}
    tell application "Finder"
    repeat with iFolder in text items of fileName
    set thisFolder to iFolder as text
    if (thisFolder is equal to topSourceFolder) then set addFolder to true -- We are now at the top of the tree so start adding the folder names to the folder tree.
    if thisFolder is equal to sourceFileName then set addFolder to false -- As its the current file name we don't want it in the folder tree.
    if addFolder is true then
    -- While were at it check that the folder exists in the backup area.
    set backupFolder to backupPath & folderTree & thisFolder
    set backupFolderExists to (folder backupFolder exists)
    if backupFolderExists is equal to false then
    -- It does not exist so create the folder in the backup area.
    set backupFolderPath to backupPath & folderTree as file specification
    make new folder at folder backupFolderPath with properties {name:thisFolder}
    end if
    -- Add the folder to the folder tree.
    set folderTree to folderTree & thisFolder & ":"
    end if
    end repeat
    set AppleScript's text item delimiters to savedTID
    -- Set the backup folder path.
    set backupFolder to (backupPath & folderTree)
    -- check if the files exist
    set sourceFileExists to (file fileName exists)
    set backupFileExists to (file sourceFileName of folder backupFolder exists)
    -- Backup the file to the required backup folder.
    if sourceFileExists and not backupFileExists then
    -- File did not exist in the backup directory so copy it there.
    duplicate file fileName to folder backupFolder
    -- Write a log file entry for the file.
    my append2BackupLog("Backup of " & fileName)
    else
    -- Both files exist, so check if the file in the source folder is newer.
    if (modification date of file fileName) > (modification date of file sourceFileName of folder backupFolder) then
    -- We need to rename the old backup file before we make a backup copy of the newer file.
    set thisDateAndTime to modification date of file sourceFileName of folder backupFolder
    -- Get the current date and time formatted.
    set thatDateAndTime to my formatDateAndTime(thisDateAndTime)
    -- We need to get the file name minus the extension.
    set oldTID to AppleScript's text item delimiters -- Get the current text item delimiters (TIDs).
    set AppleScript's text item delimiters to {"."} -- Set them to ".".
    set justFileName to first text item of sourceFileName -- Get the filename before the "."
    set AppleScript's text item delimiters to oldTID -- Restore the TIDs to what they were.
    -- Build the new file name for the old backup file.
    set newFileName to justFileName & thatDateAndTime & "." & sourceFileExtension
    -- Rename the file in the backup area and take a copy of the newer file.
    set name of file (sourceFileName as text) of folder backupFolder to newFileName
    duplicate file fileName to folder backupFolder
    -- Write the log file entry's for the file rename and the file backup.
    my append2BackupLog("Renamed old backup file to " & newFileName)
    my append2BackupLog("Backup of " & fileName)
    end if
    end if
    end tell
    end processAFile
    -- Format the specified date & time into a string of the form "dd-mm-yy (hhmmss)".
    on formatDateAndTime(thisDateAndTime)
    set dateString to short date string of thisDateAndTime
    set timeString to time string of thisDateAndTime
    set fileDateString to "" as text
    repeat with iWord in words of dateString
    set fileDateString to fileDateString & "-" & text -2 thru -1 of ("0" & iWord)
    end repeat
    -- Format the time into "(hhmmss)".
    set fileTimeString to " (" as text
    repeat with iTime in words of timeString
    set fileTimeString to fileTimeString & iTime as text
    end repeat
    set fileTimeString to fileTimeString & ")" as text
    -- Set the return parameter to the result and return.
    return fileDateString & fileTimeString
    end formatDateAndTime
    -- This routine writes the specified message to the end of the log file.
    -- NOTE - the log file is assumed to be already open with write access.
    on append2BackupLog(logMsg)
    global backupLog -- Global variable that defines the path to the log file.
    -- Get the current date and time formatted.
    set dateString to short date string of (get current date) & space & time string of (get current date)
    try
    write (dateString & " " & logMsg & return as text) to backupLog starting at eof
    end try
    end append2BackupLog
    Yvan KOENIG (from FRANCE samedi 3 mars 2007 21:23:33)

  • I am unable to open my Finder. error -10810 appears saying "The application Finder can't be opened". Any suggestions, I'm stumped! {I'm on a new iMac 10.6.8} thank you!

    I am unable to open my Finder. error -10810 appears saying "The application Finder can't be opened". Any suggestions, I'm stumped! {I'm on a new iMac 10.6.8} thank you!

    Hi,
    have a look here http://reviews.cnet.com/8301-13727_7-10365239-263.html for possible solutions.
    Hope it helps
    Stefan

  • Pro Debug Event - Error 290 /tick time

    Suddenly a project I was working (and all the auto-saved folders) could not open anymore by giving me the following message: "Pro Debug Event - error 290 tick time"

    Whenever you enounter an error, as a general rule, search the forum to see if it's already been addressed, or to join the discussion:
    TickTime.cpp-290 error after opening a specific project | Premiere CC 2014.2 | Windows 8.1
    Also, I always convert/ingest my media to use the same format that runs natively in PPro and does not require conforming.
    Second, with regards to losing work with projects that can't be fixed. I always save my projects incrementally to new names as I go.  When I hit an issue that cannot be resolved (and occasionally I do), I reopen the previously saved project and try something else.  In fact today I hit a stack error.  It was a three-day edit, and I was on version "(project name)_028.prproj"  I just opened up the previous version "..._027.prproj", repeated the few edits that I lost in "028" and rendered without error.  Follow that?
    Anyway, read the link above for a possible fix.

  • Can uninstalling and installing CS4 fix the debug event error message?

    Hello,
    Can uninstalling and installing  cs4 solve the debug event error message?

    Can uninstalling and installing  cs4 solve the debug event error message?
    Well, that DOES seem to be the scripted mantra of Adobe TS in some out of the way country. According to most reports, that cures everything from trying to Capture over a USB cable to working with footage from your cellphone camera. In most cases, it has cured very little, though maybe the Debug Event error IS something that will be fixed by this.
    Good luck,
    Hunt

  • What happens?. Unable to find error text for this exception

    I4m trying to open a workbook and before doing anything it shows me the message "Unable to find error text from this exception", after this, it appears another one "attempt to open workbook failed". Help me to find why i4m not able to open the workbook, which could be the reason.
    Thanks in advance.

    I think this has something to do with the folders that
    you are using? Have you renamed an old folder and then
    recreated another folder as its replacement?
    Christopher

  • Error- Unable to find error text for this exception

    Hi all,
    I am facing the following problem in discoverer ,Please give me your advice.
    while I am trying to open the workbook I am getting the following error
    "Unable to find error text for this exception"
    Could you please tell me how I can find why this warning is come ? or how I can solve this warning.
    if I ignore this warning then the workbook is failing to open.
    thanks and regards
    senthil kumar

    Hi,
    Are you getting this problem with the Desktop, Plus or Viewer editions? It could be that the database is generating the exception. You will need to trace the database session to see the error.
    Rod West

  • Test Data, DBG1012: Debug deployment error

    Hi,
    I have problems with the Mapping Editor.
    I couldn't get it work with Test Data.
    Another problem is, that there is no user guide for this, as the version is new.
    The GUI looks a bit different to the page 7-4 in the guide B12146-01.
    Error: "DBG1012: Debug deployment error". I didn't see any data in the source. But there is data inside.

    Hi,
    Not clear which version you are using (10.1?), Please verify mapping is validated and objects used in mapping deployed successfully.
    -NB

  • SQL Extended Events for finding errors

    SQL Extended Events for finding errors, how to find out more than SQL text, like the stored procedure?
    SQL 2012, 2008 and 2005 (not much 2005)
    We had an agent job that was not completing and was not giving any errors. Turned out that too large a number was being SET into an integer field. We set up a SQL Extended Events based on the following URL. It gave us the SQL text and that did help. BUt
    how could we have done even more to find the error? Is there a way to find the stored procedure? Because the SQL text was pretty generic. What else can be used to find errors that are not being reported back to the agent job?
    http://www.brentozar.com/archive/2013/08/what-queries-are-failing-in-my-sql-server/

    Hi,
    Are you able to manually execute the stored procedure? How many steps are there in this job?
    You may create a test job with only one step running this stored procedure and test the result.
    As Kalman suggested, please check the relative message in job history and event viewer.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Solution for Finder Error Code 0?

    Hi Guys,
    I keep struggling with the Finder Error Code 0 while copy-pasting a lot of files from my iMac to external hard drive etc.
    IS there a solution for this?
    Many thanks
    Bob

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

Maybe you are looking for

  • Review of Griffin AutoPilot with iPod nano 4G

    Short version: it works. It charges the 4g iPod nano, the line-out works great, as do the pause/play, skip/scan forward/reverse controls and it pauses playback when you shut your car off!! Full review: Nothing on the package of the AutoPilot that I r

  • Upgrade JDK and WebStart - big problems

    I have been developing (compiling and running) a J2EE application using JDK 1.3.1_02. Now I am trying to upgrade it to Java 1.4.2_03. This process has been very frustrating and left me with a bunch of questions. The application uses several external

  • Using function module BBP_PD_SC_GETLIST to get list of carts for a plant

    Hi all, Im using  the function module BBP_PD_SC_GETLIST  to get the list of shopping carts created for a particular plant.Im passing the plant details like Business Partner Number,Business Partner GUID and Partner func. in the table I_PARTNERS of the

  • Published movies not working correctly

    I was working with an existing .fla file that was working and publishing fine yesterday. Today...when I publish it, it's all screwed up? When I do a test export within flash, my movie works fine. When I publish and open the published file it doesnt w

  • Ecc6 installation issue..

    hi every body .. iam installing sap ecc6 after installing kernal  ,oracle clint   next  asking for  java component bs2005sr2.. but in my dump iam not found the files  ... ..how can i get ? is it available in online ? how can i down load from  interne