Common commands

dears,
could you share with me the common command structures used in BW abap and when such is used?
I am noting down these to refer to when coding.
Pls, online help is there, but not applicable to my situation where practical examples are all I am asking for. What are the commands you have used in your coding?
Thanks.
Adette

Hi Adette,
There are no specific commands as such. Most of them are need based. However as a start in ABAP you can use this book:
http://sapabap.iespana.es/sapabap/manuales/learnabap/
You could use this ABAP in 21 days ebook to learn ABAP:
http://cma.zdnet.com/book/abap/fm/fm.htm
Excellent document:
'Five Ways to Enhance SAP BI Backend Functionality Using ABAP.pdf' https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4493c4a6-0301-0010-62a2-efd6ded61e04
<b>Some sample examples:</b>
transfer routine
Date key figure: Convert DATS format to DEC format
Date Conversion in Flat File
Transfer Routine ABAP
conversion exit
Date Conversion
Problem with  conversion char to numc in transference rules
conversion routine..?
start routine in transfer rules
Look up to load master data
excluding
Start Routine in Transfer Rules
Sample code in Update Rule to restrict data selection?
Append Datapak - transfer start routine
Excluding Blank field in Infopackage Filter
Trans Routine ABAP help ..
update routine
How to call a function in Update Rules to reverse a key figure sign
Need Sample Code for Update Rules
Date calculation
Difference between data in PSA and Data in Infocube
No RETURNCODE <> 0 allowed in update routines in transfer mode
the diffrerece between DEC and (yyyymmdd) 8 char in Time defination
Access master data in update rules
Date key figure: Convert DATS format to DEC format
start routine in update rules
Is it possible to read a third ODS in update rules between two ODS?
update rule coding while loading data from ODS to CUBE
Start Routine in Update Rules to populate additional fields from ODS
Coding in Update Rules accessing a Z-Table
Start routine
(from Re: ABAP code)
Check these links also:
Re: ABAP documentation for BW
Re: learn ABAP in 21 days
/message/1604835#1604835 [original link is broken]
Bye
Dinesh

Similar Messages

  • Two common commands missing: go to last filled cell and find within column

    Hello,
    There seem to be two very common commands (and, by extension, shortcuts) that are missing from Numbers. First, in Excel, you can use command+arrow to go to the last filled cell (even if it is a formula without a result). More importantly, combining this command with the shift key allows you to select an entire column, etc. instantly. The command is also smart enough to exclude headers and formulas in the last row only, initially. You can easily add them by using only shift+arrow after the selection has been made.
    Next, you apparently cannot search within a particular selection only, such as an entire column or row (or just a custom selected area). This is obviously very useful.
    Any suggestions on how to accomplish these tasks is welcome but a search on these forums and a detailed look at the user manual came up with nothing.
    Thanks,
    Jonna

    jimdoc wrote:
    Different program, different paradigm.
    In the tables in Numbers, there is generally no need to have unused columns at the right or unused rows at the bottom. While I agree it would be nice to have a simple key-command that does these things, there is less of a need for them in a program where the last cell filled is usually the last cell there is.
    And selecting an entire row, or column, can be accomplished simply by clicking on the "A" (or "B" or "C"...) or "1" (or "2" or "3"...). This does select the headers and footers as well, however.
    With respect, the advent of apple spreadsheet software (however much I respect the company) does not represent a new paradigm–it is just "new" and therefore may be missing some crucial features. You do not provide any helpful suggestions, unfortunately, and the problem remains. What if I do not want to select an entire cell but only from a point in the middle of the column to the end? There is no command nor key command for this.
    You also say nothing about the search issue, which is clearly a problem.
    Anyway, thanks jaxjason, I will send in some feedback.

  • Unable to use javac or jar commands

    Hi all,
    I've been using my IDE to compile and run my programs. However, when I want to use -javac or -jar commands in my command prompt, it doesnt work.
    The error is :
    'javac' is not recognised as an internal or external command,
    operable program or batch file
    Same goes for jar
    -java works for me. Why is that so? I hope anyone can give me solution.
    Note : I'm on windows vista
    Another question :
    I've been using JMF (Java Media Framework) to develop a simple audio player. However it can be run on my pc. What happens if I try to run the program at another pc, will it still work? The other pc will not have JMF installed, but will have JRE to run java apps. If it cannot be run on the other pc, is there any solution?
    Thank you for your kind assistance.
    Edited by: TrAnScEnD3nT on Sep 30, 2007 10:18 PM
    Reason : Sorry I have mixed up java and javac, I've corrected it.

    Mainta? That's my favourite!This time...
    In very general terms the PATH is a system variable that is maintained and used by your operating system or shell (not Java) to locate executable files. So, for instance, if you type the command:
    >writeit will be the PATH that Windows uses to locate the write.exe word processor.
    The directory containing the Java tools - java.exe, javaw.exe, jar.exe, appletviewer.exe etc - very commonly goes into the PATH variable.
    The classpath is a list of locations that Java uses to locate classes (as you said). It is used by Java and not your operating system. It is commonly (but not always) set each time you use one of the Java tools. There is a -cp switch that lets you do this. For instance a common command to compile a file would be
    >javac -cp . HelloWorld.javaThe "-cp ." bit means "the classpath shall be the current directory".
    Setting a particular classpath does not, in general, affect the "built in" classes of Java, so you don't have to worry about this. If you search the documentation that came with your distribution you will find the exact rules for "how classes are found": but to begin with the important thing is that any classes you write must be included in the classpath which can be specified as part of the commands to compile or run your code.

  • Non priviledged commands fail after patch cluster install

    For several years, to allow users to access system functions for higher clock resolutions in their
    applications, we have made the following mods to two files (per Sun recommendations):
    In the /etc/system file, add lines:
    * 10 ms clock resolution*
    set higher_tick = 1*
    In /etc/user_attr, add:
    dssuser::::type=normal;defaultpriv=proc_clock_highres,file_link_any,proc_info,proc_session,proc_fork,proc_exec
    Everything was fine until I installed the latest patch cluster (from 2-14-2011) on our Netra 210. No issues installing the cluster. Upon reboot, the dssuser cannot do some simple things, like use ftp or ping. Messages like this:
    ping: unknown host
    ftp: socket: Permission denied.
    The root user has no problems using any of these commands. As soon as I comment out the dssuser line from the /etc/user_attr file, everything works as expected. But we need the highres clock settings for our applications. I am unfamiliar with the workings and intent of the entries in user_attr so any help would be most appreciated.
    Mark

    The problem is that after patch implementation, the special privileges for any user defined in the /etc/user_attr file were modified to append the string "!net_privaddr" specifically denying use of common commands ping and ftp for example. The output of ppriv:
    $ ppriv $$
    14870: -sh
    flags = <none>
    E: basic,proc_clock_highres,!net_privaddr
    I: basic,proc_clock_highres,!net_privaddr
    P: basic,proc_clock_highres,!net_privaddr
    L: all
    I had to add the keyword net_privaddr in the user_attr file like:
    dssuser::::type=normal;defaultpriv=proc_clock_highres,file_link_any,proc_info,proc_session,proc_fork,proc_exec,net_privaddr
    to get past this problem. A bug or what?

  • Add commands to toolbar?

    I'd like to add some of the less common commands (those that don't even rate a keystroke shortcut) to the toolbar. Needless to say these aren't an option in the customize toolbar screen.
    I'd like to add Insert Equation (From MathType) and Shape>Make Editable. Both of these are from the Format menu I think.
    Is there anyway to make this happen?

    I'd feel better if someone just said "can't do it."
    Your silence gives me hope, internet.

  • LabVIEW ofter hangs for seconds after save, run command, creating variables, etc.

    Dear users,
    my LabVIEW installation often hangs after common commands such as Save, Run, after creating variables (the label is draw directly, then after few seconds the variable and the wire is created), etc.
    LabVIEW 14.01f (32bit)
    Windows 7 64bit
    The same version of LabVIEW on Windows 7 on other computers runs smoothly. Only that particular super-new and high-performance Lenovo laptop drives everybody in the team crazy.
    Any suggestions, what should I check, please?

    Other reasons for such delays can be network drives that are currently disconnected or point to resources not currently available on the network. Or installed printers pointing to printers not currently available. And last but not least system drives that are trashed with large amounts of files in important system locations.
    While the first reasons can be fixed by removing such drives and printers altogheter, the last point only really is fixable by a clean reinstallation of Windows. And no it's not just LabVIEW that usually gets affacted but just about any application when accessing the file system, for instance very noticable when opening the file select dialog in any application.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Global vs interface command on switch

    Hello,
    If I have a command globally which applies on all switch ports but then I want to configure one port with a different command not apply the global command on the switch. When i configure that port will it take effect the new command configure for that port and disregard the global command that was apply on all ports or the global command still take effect and interface command not take effect?

    Some of the most common commands that are used on a per-interface level (which overrides the global commands) are:  
    1.  STP; 
    2.  UDLD; 
    3.  PoE control; 
    4.  Auto Switch Port macro (ASP)

  • [Solved] Git command to viev file to push or all added to repo files.

    Hello.
    Is there any command to viev files to push to repo or all files that are in repo?
    Thanks I searched for that command but no luck
    Last edited by SpeedVin (2009-10-04 09:13:04)

    Knute wrote:
    The git command has commands that are associated with it.
    If you do git --help  you will get a list of the most common commands.
    Perhaps you are looking for  diff, or show, or maybe status or log.   
    The command : git help COMMAND will give you the man page for the appropriate command, and may help narrow your search a little bit, as your question is kind of vague.
    Thanks Knute I searched for diff.
    I readed git  --help but I doesen't know about git help comand.

  • Actions from CS5 fail in CS6

    Using CS6 v13.0 x64 on a Win 7 ^4 bit PC with 12Gb RAM.
    I have actions that call for an image to be opened, selected, copied, the image closed and the "clipboard" image pasted into another, already open, image in PS.  This works without fail in CS5 but fails in CS6 - using the same 8 bit images.
    I either get the message "The paste command is not available" or "The object current layer is not available".
    Is there any rationale for this difference?  Is there a setting I need to change?  Am not aware of changing any preference, other than scratch disk, memory states, cursor view.
    Confused!
    Dave

    Noel the acknowledged CS6 bug is:
    Photoshop CS6: Actions do not work properly, while "Open Documents as Tabs" are not selected
    Open in Tabs bypasses the problem but I hate tabs Like to size and position the image windows where I want.
    Peter Green Employee of Photoshop Family  wrote:
    Hi Sergei,
    Thanks for the downloadable action. That helped us see where the problem lies. I've been able to reproduce the issue in CS6 in Windows (not on Mac), but not in CS5. Seems it's a new bug, I'll make sure it gets looked at.
    It looks like the "Paste" command is happening too fast, and before the first image really comes to focus to be able to paste in.
    As a workaround, here's what you can do.
    Record these steps in your action AFTER the Close command.
    Select the Close command, and click the "Record" button in Actions Panel.
    Click the Panel Flyout and choose "Playback Options"
    Click "Step by Step" and click OK
    Then click Stop recording
    THEN
    Select the Paste step, click Record again
    Click the Panel Flyout and choose "Playback Options"
    Click Accelerated, then click OK.
    This will cause Photoshop to slow down a bit between the close and paste command in order to wait for the image to become in focus.
    Hope this helps!
    Pete
      I do believe the bug is a window of opitunity bug but its not confined to only to Action that use paste.  I have many Actions and Script that fail using CS6 with commands other then paste.  What all the actions and scripts seem to have in common is they access image files during their processing.  They do not all fail the same way or any common command like paste.  May be a tread or processor problem when one thread need what the other thread is working on. What seems to be happening is that some command tries to execute before the document object update is ready so Photoshop has no document and any command that requires a document will fail. Like fit on screen, select a region etc. I have seen many commands fail my scripts use Paste into or Place but fail before then.  The scripts only fails using Photoshops CS6 32Bit version the windos seems closed in the 64Bit version. However there is also a bug in CS6 Script retrieving Photoshop Interpolation preference when it is Photoshop default setting "BICUBICAUTOMATIC" and you can not set the Photoshop Interpolation Preference to "BICUBICAUTOMATIC".  So most of my collage script fail because of that bug.
    Message was edited by: JJMack

  • Can't scan from Lexmark multifunction printer - firewall issue?

    Hi there!
    I got a Lexmark printer/scanner combo which used to work fine on my arch install. However, its mobo died, so now I'm back at another install which refuses to scan. Scanning is done through the browser via a java applet residing on the printer's webserver. The applet does start (so it's not a java issue), but refuses to receive data from the scanner. Within the printer's web interface, it reads
    If using Windows XP, the Windows XP personal firewall must be disabled before using Scan to PC profiles.
    , so I'm assuming it might be a firewall issue. Lexmark's website provides the following advice:
    The following two command lines will open the port 5353 for incoming and outgoing connections:
    iptables -I INPUT -p udp -m udp --sport 5353 -j ACCEPT
    iptables -I OUTPUT -p udp -m udp --dport 5353 -j ACCEPT
    NOTE: These steps will work on most distributions configured with IPTABLES. There is no common command to make these rules persistent.
    As I don't know anything about IP tables, I've simply copied these commands (as root, obviously). Still, I can't scan.
    So, my questions are:
    1. Has anybody else ever come across an issue like this?
    2. I don't even know for sure, whether this is a firewall issue - What iptabled magic would I need to temporarily disable the firewall to check?
    3. I tried checking my rules by "iptables -L". How can I tell "iptables -L" to specify the ports it is working on (as I did in the commands copied from lexmark's website)?
    Best wishes,
    Rufus

    Hi Bob
    I believe so.  We put the install disc into this mac back when we bought it to set up the printer.  I'm assuming the scanning drivers were there as well since it's a multifunctional printer/scanner/fax wireless printer.
    We've tried it both ways.  If I press the button scan on the printer, it reads can't find computer (or something like that).  When we go thru the HP icon on my computer screen and choose scan to computer, it does nothing.
    We don't scan that often.  So the few times when we ran into this problem, we just did something else (like take a pic from our iPhone and email the pic...kinda stupid but did the trick.
    But I want to have the function of the scanner available.  So that's why I'm here asking...thought others had this issue and had a solution.

  • Desktop Manager fails to start

    I just installed DM6, but it always fails to start.
    Everytime when I start DM6 it displays a dialog box saying "BlackBerry Desktop Software has encountered a problem and needs to close. We are sorry for the inconvenience."
    I am using Windos XP SP3. Please help.
    Here is the log:
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2010-10-27 11:49:26.203]
    11:49:26.281|INFO |1|Rim.Desktop.Shell|1|Application Started
    11:49:26.296|INFO |1|Rim.Desktop.Shell|2|Rim.Desktop.exe Version: 6.0.0.43
    11:49:26.312|INFO |1|Rim.Desktop.Shell|2|OS Version: XP [Microsoft Windows NT 5.1.2600 Service Pack 3]
    11:49:26.312|INFO |1|Rim.Desktop.Shell|2|CLR Version: 2.0.50727.3615
    11:49:26.437|INFO |1|Rim.Desktop.Shell|2|AppLoader Version: 6.0.0.38
    11:49:26.500|INFO |1|Rim.Desktop.Shell|2|Device Manager Version: 6.0.0.12
    11:49:26.578|INFO |1|Rim.Desktop.Shell|2|BBDevMgr Version: 4.1.0.14
    11:49:26.625|INFO |1|Rim.Desktop.Shell|2|Serial USB Driver Version: 2.2.0.3
    11:49:26.640|INFO |1|Rim.Desktop.Shell|2|USB Driver Version: 4.1.0.4
    11:49:29.234|FATAL|1|Rim.Desktop.Shell|0|Fatal Application Error
    System.Windows.Markup.XamlParseException: Cannot convert string '8,2.5,0,0' in attribute 'Padding' to object of type 'System.Windows.Thickness'. '8,2.5,0,0' string cannot be converted to Length.  Error at object 'System.Windows.Setter' in markup file 'Rim.Desktop.Themes;component/Themes.xaml'. ---> System.FormatException: '8,2.5,0,0' string cannot be converted to Length.
       at System.Windows.LengthConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.ConvertFrom(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, Object source)
       at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
       at System.Windows.Markup.XamlTypeMapper.ParseProperty(Object targetObject, Type propType, String propName, Object dpOrPiOrFi, ITypeDescriptorContext typeContext, ParserContext parserContext, String value, Int16 converterTypeId)
       --- End of inner exception stack trace ---
       at System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType)
       at System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException)
       at System.Windows.Markup.XamlTypeMapper.ParseProperty(Object targetObject, Type propType, String propName, Object dpOrPiOrFi, ITypeDescriptorContext typeContext, ParserContext parserContext, String value, Int16 converterTypeId)
       at System.Windows.Markup.StyleBamlRecordReader.ParsePropertyValue(String propertyValueString, Object propertyValueObject, DependencyProperty dp, Int16 converterTypeId, Object propertyTarget, Object& value, StylePropType& propType)
       at System.Windows.Markup.StyleBamlRecordReader.ReadElementEndRecordForSetters(StyleMode mode)
       at System.Windows.Markup.StyleBamlRecordReader.ReadElementEndRecord(Boolean fromNestedBamlRecordReader)
       at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.StyleBamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord)
       at System.Windows.Markup.StyleTreeBuilderBamlTranslator.ParseFragment()
       at System.Windows.Markup.TreeBuilder.Parse()
       at System.Windows.Markup.XamlStyleSerializer.ConvertBamlToObject(BamlRecordReader reader, BamlRecord bamlRecord, ParserContext context)
       at System.Windows.Markup.BamlRecordReader.ReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
       at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.BamlRecordReader.ReadElement(Int64 startPosition, XamlObjectIds contextXamlObjectIds, Object dictionaryKey)
       at System.Windows.ResourceDictionary.CreateObject(Int32 valuePosition, Object key)
       at System.Windows.ResourceDictionary.RealizeDeferContent(Object key, Object& value, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
       at System.Windows.DeferredResourceReference.GetValue(BaseValueSourceInternal valueSource)
       at System.Windows.DeferredAppResourceReference.GetValue(BaseValueSourceInternal valueSource)
       at System.Windows.DependencyPropertyChangedEventArgs.get_NewValue()
       at System.Windows.Controls.ItemsControl.OnItemContainerStyleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.Markup.BamlRecordReader.SetDependencyValueCore(DependencyObject dependencyObject, DependencyProperty dependencyProperty, Object value)
       at System.Windows.Markup.BamlRecordReader.SetDependencyValue(DependencyObject dependencyObject, DependencyProperty dependencyProperty, Object value)
       at System.Windows.Markup.BamlRecordReader.SetPropertyValue(Object o, PropertyDefinition propertyDefinition, Object value)
       at System.Windows.Markup.BamlRecordReader.BaseReadOptimizedMarkupExtension(Object element, Int16 attributeId, PropertyDefinition propertyDefinition, Object value)
       at System.Windows.Markup.BamlRecordReader.ReadPropertyWithExtensionRecord(BamlPropertyWithExtensionRecord bamlPropertyRecord)
       at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord)
       at System.Windows.Markup.TreeBuilderBamlTranslator.ParseFragment()
       at System.Windows.Markup.TreeBuilder.Parse()
       at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
       at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
       at Rim.Desktop.Shell.Views.MainWindow.InitializeComponent()
       at Rim.Desktop.Shell.Views.MainWindow..ctor(IUnityContainer unityContainer)
       at Rim.Desktop.Shell.Bootstrapper.CreateShell()
       at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
       at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run()
       at Rim.Desktop.Shell.App.OnStartup(StartupEventArgs e)
       at System.Windows.Application.<.ctor>b__0(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at Rim.Desktop.Shell.App.Main()
    11:49:29.937|FATAL|1|Exception|0|Fatal Error
    System.Windows.Markup.XamlParseException: Cannot convert string '8,2.5,0,0' in attribute 'Padding' to object of type 'System.Windows.Thickness'. '8,2.5,0,0' string cannot be converted to Length.  Error at object 'System.Windows.Setter' in markup file 'Rim.Desktop.Themes;component/Themes.xaml'. ---> System.FormatException: '8,2.5,0,0' string cannot be converted to Length.
       at System.Windows.LengthConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.ConvertFrom(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, Object source)
       at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
       at System.Windows.Markup.XamlTypeMapper.ParseProperty(Object targetObject, Type propType, String propName, Object dpOrPiOrFi, ITypeDescriptorContext typeContext, ParserContext parserContext, String value, Int16 converterTypeId)
       --- End of inner exception stack trace ---
       at System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType)
       at System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException)
       at System.Windows.Markup.XamlTypeMapper.ParseProperty(Object targetObject, Type propType, String propName, Object dpOrPiOrFi, ITypeDescriptorContext typeContext, ParserContext parserContext, String value, Int16 converterTypeId)
       at System.Windows.Markup.StyleBamlRecordReader.ParsePropertyValue(String propertyValueString, Object propertyValueObject, DependencyProperty dp, Int16 converterTypeId, Object propertyTarget, Object& value, StylePropType& propType)
       at System.Windows.Markup.StyleBamlRecordReader.ReadElementEndRecordForSetters(StyleMode mode)
       at System.Windows.Markup.StyleBamlRecordReader.ReadElementEndRecord(Boolean fromNestedBamlRecordReader)
       at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.StyleBamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord)
       at System.Windows.Markup.StyleTreeBuilderBamlTranslator.ParseFragment()
       at System.Windows.Markup.TreeBuilder.Parse()
       at System.Windows.Markup.XamlStyleSerializer.ConvertBamlToObject(BamlRecordReader reader, BamlRecord bamlRecord, ParserContext context)
       at System.Windows.Markup.BamlRecordReader.ReadElementStartRecord(BamlElementStartRecord bamlElementRecord)
       at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.BamlRecordReader.ReadElement(Int64 startPosition, XamlObjectIds contextXamlObjectIds, Object dictionaryKey)
       at System.Windows.ResourceDictionary.CreateObject(Int32 valuePosition, Object key)
       at System.Windows.ResourceDictionary.RealizeDeferContent(Object key, Object& value, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
       at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
       at System.Windows.DeferredResourceReference.GetValue(BaseValueSourceInternal valueSource)
       at System.Windows.DeferredAppResourceReference.GetValue(BaseValueSourceInternal valueSource)
       at System.Windows.DependencyPropertyChangedEventArgs.get_NewValue()
       at System.Windows.Controls.ItemsControl.OnItemContainerStyleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.Markup.BamlRecordReader.SetDependencyValueCore(DependencyObject dependencyObject, DependencyProperty dependencyProperty, Object value)
       at System.Windows.Markup.BamlRecordReader.SetDependencyValue(DependencyObject dependencyObject, DependencyProperty dependencyProperty, Object value)
       at System.Windows.Markup.BamlRecordReader.SetPropertyValue(Object o, PropertyDefinition propertyDefinition, Object value)
       at System.Windows.Markup.BamlRecordReader.BaseReadOptimizedMarkupExtension(Object element, Int16 attributeId, PropertyDefinition propertyDefinition, Object value)
       at System.Windows.Markup.BamlRecordReader.ReadPropertyWithExtensionRecord(BamlPropertyWithExtensionRecord bamlPropertyRecord)
       at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord)
       at System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord)
       at System.Windows.Markup.TreeBuilderBamlTranslator.ParseFragment()
       at System.Windows.Markup.TreeBuilder.Parse()
       at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
       at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
       at Rim.Desktop.Shell.Views.MainWindow.InitializeComponent()
       at Rim.Desktop.Shell.Views.MainWindow..ctor(IUnityContainer unityContainer)
       at Rim.Desktop.Shell.Bootstrapper.CreateShell()
       at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
       at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run()
       at Rim.Desktop.Shell.App.OnStartup(StartupEventArgs e)
       at System.Windows.Application.<.ctor>b__0(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at Rim.Desktop.Shell.App.Main()
    11:49:29.968|FATAL|1|Rim.Desktop.Shell|0|Fatal Application Error - Inner Exception
    System.FormatException: '8,2.5,0,0' string cannot be converted to Length.
       at System.Windows.LengthConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.ConvertFrom(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, Object source)
       at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
       at System.Windows.Markup.XamlTypeMapper.ParseProperty(Object targetObject, Type propType, String propName, Object dpOrPiOrFi, ITypeDescriptorContext typeContext, ParserContext parserContext, String value, Int16 converterTypeId)
    11:49:29.968|FATAL|1|Exception|0|Fatal Error - Inner Exception
    System.FormatException: '8,2.5,0,0' string cannot be converted to Length.
       at System.Windows.LengthConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.FromString(String s, CultureInfo cultureInfo)
       at System.Windows.ThicknessConverter.ConvertFrom(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, Object source)
       at System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text)
       at System.Windows.Markup.XamlTypeMapper.ParseProperty(Object targetObject, Type propType, String propName, Object dpOrPiOrFi, ITypeDescriptorContext typeContext, ParserContext parserContext, String value, Int16 converterTypeId)

    Hi
    I'm having the same problem.
    Log:
    :EDIT:
    This is a brand new Sony X127 with Windows 7 32bit.
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2010-10-26 15:55:23.293]
    15:55:23.324|INFO |1|Rim.Desktop.Shell|1|Application Started
    15:55:23.355|INFO |1|Rim.Desktop.Shell|2|Rim.Desktop.exe Version: 6.0.0.43
    15:55:23.355|INFO |1|Rim.Desktop.Shell|2|OS Version: Vista [Microsoft Windows NT 6.1.7600.0]
    15:55:23.355|INFO |1|Rim.Desktop.Shell|2|CLR Version: 2.0.50727.4927
    15:55:23.355|INFO |1|Rim.Desktop.Shell|2|AppLoader Version: 6.0.0.38
    15:55:23.371|INFO |1|Rim.Desktop.Shell|2|Device Manager Version: 6.0.0.12
    15:55:23.371|INFO |1|Rim.Desktop.Shell|2|BBDevMgr Version: 4.1.0.14
    15:55:23.371|INFO |1|Rim.Desktop.Shell|2|Serial USB Driver Version: 2.2.0.3
    15:55:23.387|INFO |1|Rim.Desktop.Shell|2|USB Driver Version: 4.1.0.4
    15:55:24.089|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Common.Commands.ApplicationCommands.CheckForUpdates
    15:55:24.182|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Common.Commands.ApplicationCommands.CheckForUpdates
    15:55:27.302|INFO |1|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceMonitorService::InitializeMonitor] Initializing device monitor.
    15:55:27.333|INFO |1|Rim.Desktop.Services.DeviceManager|0|Initializing
    15:55:27.411|INFO |1|Rim.Desktop.Services.Tasks|0|Task [DownloadAndUpdateSupportedDevices] will run on thread pool after 20000 ms
    15:55:27.536|INFO |1|Rim.Desktop.Shell|0|[ChangeCurrentDevice] CurrentDevice: null NewDevice: null
    15:55:27.536|INFO |1|Rim.Desktop.Shell|0|[ChangeCurrentDevice] Device state. null.
    15:55:27.536|ERROR|1|Rim.Desktop.Services.DeviceManager|0|[CurrentDeviceUpdate] Resetting device to null.
    15:55:27.552|INFO |1|Rim.Desktop.Shell|0|[ChangeCurrentDevice] Device state. Exiting.
    15:55:27.817|INFO |1|Rim.Desktop.Services.BesIntegration|0|BesIntegrationManager initialization complete
    15:55:28.472|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup] running on thread pool
    15:55:28.472|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.283|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <CreateServiceStartupTask>b__0()
    15:55:29.283|INFO |1|Rim.Desktop.IPModem|0|Task [IPModem Initialize ProfileManager] run on new thread MTA
    15:55:29.283|INFO |10|Rim.Desktop.IPModem|0|TASK: [IPModem Initialize ProfileManager], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.361|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask] running on thread pool
    15:55:29.361|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.392|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Started loading PicturesDesktop
    15:55:29.455|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.502|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.502|INFO |9|Rim.Desktop.Media|38050|Loading datasource from Rim.Media.Source.Pictures.PictureDataSourceLoader
    15:55:29.658|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <CreateServiceStartupTask>b__1()
    15:55:29.658|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 1187
    15:55:29.658|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask] running on thread pool
    15:55:29.673|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.689|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__3()
    15:55:29.689|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 24
    15:55:29.689|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask] running on thread pool
    15:55:29.689|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.704|INFO |8|Rim.Desktop.Media|38050|LoadDataSource: Started loading VideosDesktop
    15:55:29.704|INFO |8|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.704|INFO |8|Rim.Desktop.Media|0|TASK: [Load_Video_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:29.704|INFO |8|Rim.Desktop.Media|38050|Loading datasource from Rim.Media.Source.Videos.VideoDataSourceLoader
    15:55:29.860|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    15:55:29.860|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 354
    15:55:29.860|INFO |8|Rim.Desktop.Media|0|Task [Videos_SetThumbnailTask] will run on thread pool after 8000 ms
    15:55:29.860|INFO |8|Rim.Desktop.Media|0|TASK: [Load_Video_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    15:55:29.860|INFO |8|Rim.Desktop.Media|0|TASK: [Load_Video_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 153
    15:55:30.001|INFO |9|Rim.Desktop.Media|39036|Library Refresh Complete for MediaSource: PicturesDesktop
    15:55:30.016|INFO |8|Rim.Desktop.Media|39036|Library Refresh Complete for MediaSource: VideosDesktop
    15:55:30.048|INFO |8|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e()
    15:55:30.048|INFO |8|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 351
    15:55:30.048|INFO |8|Rim.Desktop.Media|38050|LoadDataSource: Finished
    15:55:30.094|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e()
    15:55:30.094|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 639
    15:55:30.094|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Finished
    15:55:30.204|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__a()
    15:55:30.204|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 848
    15:55:30.204|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask] running on thread pool
    15:55:30.204|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:30.235|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__a()
    15:55:30.235|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 550
    15:55:30.250|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Started loading WMP
    15:55:30.250|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:30.250|INFO |9|Rim.Desktop.Media|0|Task [Load_WMP_Library_On_STA] run on new thread STA
    15:55:30.250|INFO |14|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Pending, TRANSITION: none, OPERATION: none
    15:55:30.282|INFO |14|Rim.Desktop.Media|38050|Loading datasource from Rim.Media.Source.WindowsMedia.WMPDataSourceLoader
    15:55:30.469|INFO |14|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibrarySTA>b__0()
    15:55:30.469|INFO |14|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 210
    15:55:30.469|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e()
    15:55:30.469|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 222
    15:55:30.469|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Finished
    15:55:30.516|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <ProcessMusicSourceRequest>b__9()
    15:55:30.516|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 312
    15:55:31.841|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__b
    15:55:31.841|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__b
    15:55:32.683|FATAL|1|Rim.Desktop.Shell|0|Fatal Application Error
    System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
       at System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
       at System.Windows.Media.MediaContext.CompleteRender()
       at System.Windows.Interop.HwndTarget.OnResize()
       at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Window.Show()
       at Rim.Desktop.Shell.App.OnStartup(StartupEventArgs e)
       at System.Windows.Application.<.ctor>b__0(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at Rim.Desktop.Shell.App.Main()
    15:55:32.698|FATAL|1|Exception|0|Fatal Error
    System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
       at System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
       at System.Windows.Media.MediaContext.CompleteRender()
       at System.Windows.Interop.HwndTarget.OnResize()
       at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Window.Show()
       at Rim.Desktop.Shell.App.OnStartup(StartupEventArgs e)
       at System.Windows.Application.<.ctor>b__0(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at Rim.Desktop.Shell.App.Main()
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2010-10-26 15:59:44.344]
    15:59:44.391|INFO |1|Rim.Desktop.Shell|1|Application Started
    15:59:44.438|INFO |1|Rim.Desktop.Shell|2|Rim.Desktop.exe Version: 6.0.0.43
    15:59:44.438|INFO |1|Rim.Desktop.Shell|2|OS Version: Vista [Microsoft Windows NT 6.1.7600.0]
    15:59:44.438|INFO |1|Rim.Desktop.Shell|2|CLR Version: 2.0.50727.4927
    15:59:44.453|INFO |1|Rim.Desktop.Shell|2|AppLoader Version: 6.0.0.38
    15:59:44.453|INFO |1|Rim.Desktop.Shell|2|Device Manager Version: 6.0.0.12
    15:59:44.469|INFO |1|Rim.Desktop.Shell|2|BBDevMgr Version: 4.1.0.14
    15:59:44.469|INFO |1|Rim.Desktop.Shell|2|Serial USB Driver Version: 2.2.0.3
    15:59:44.469|INFO |1|Rim.Desktop.Shell|2|USB Driver Version: 4.1.0.4
    15:59:45.779|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Common.Commands.ApplicationCommands.CheckForUpdates
    15:59:45.982|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Common.Commands.ApplicationCommands.CheckForUpdates
    15:59:51.099|INFO |1|Rim.Desktop.Services.Device|0|[Rim:esktop:ervices:evice:eviceMonitorService::InitializeMonitor] Initializing device monitor.
    15:59:51.130|INFO |1|Rim.Desktop.Services.DeviceManager|0|Initializing
    15:59:51.255|INFO |1|Rim.Desktop.Services.Tasks|0|Task [DownloadAndUpdateSupportedDevices] will run on thread pool after 20000 ms
    15:59:51.426|INFO |1|Rim.Desktop.Shell|0|[ChangeCurrentDevice] CurrentDevice: null NewDevice: null
    15:59:51.426|INFO |1|Rim.Desktop.Shell|0|[ChangeCurrentDevice] Device state. null.
    15:59:51.442|ERROR|1|Rim.Desktop.Services.DeviceManager|0|[CurrentDeviceUpdate] Resetting device to null.
    15:59:51.457|INFO |1|Rim.Desktop.Shell|0|[ChangeCurrentDevice] Device state. Exiting.
    15:59:51.879|INFO |1|Rim.Desktop.Services.BesIntegration|0|BesIntegrationManager initialization complete
    15:59:52.877|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup] running on thread pool
    15:59:52.877|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:53.641|INFO |1|Rim.Desktop.IPModem|0|Task [IPModem Initialize ProfileManager] run on new thread MTA
    15:59:53.657|INFO |10|Rim.Desktop.IPModem|0|TASK: [IPModem Initialize ProfileManager], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:53.844|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <CreateServiceStartupTask>b__0()
    15:59:53.938|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask] running on thread pool
    15:59:53.938|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:53.969|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Started loading PicturesDesktop
    15:59:53.985|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.000|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.000|INFO |9|Rim.Desktop.Media|38050|Loading datasource from Rim.Media.Source.Pictures.PictureDataSourceLoader
    15:59:54.219|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    15:59:54.219|INFO |9|Rim.Desktop.Media|0|TASK: [Load_Picture_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 227
    15:59:54.297|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <CreateServiceStartupTask>b__1()
    15:59:54.297|INFO |8|Rim.Desktop.Media|0|TASK: [Service Startup], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 1409
    15:59:54.297|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask] running on thread pool
    15:59:54.297|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.359|INFO |9|Rim.Desktop.Media|39036|Library Refresh Complete for MediaSource: PicturesDesktop
    15:59:54.390|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e()
    15:59:54.390|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_PicturesDesktop], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 409
    15:59:54.390|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Finished
    15:59:54.406|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__3()
    15:59:54.406|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 109
    15:59:54.406|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask] running on thread pool
    15:59:54.406|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.406|INFO |8|Rim.Desktop.Media|38050|LoadDataSource: Started loading VideosDesktop
    15:59:54.406|INFO |8|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.421|INFO |8|Rim.Desktop.Media|0|TASK: [Load_Video_Library], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.421|INFO |8|Rim.Desktop.Media|38050|Loading datasource from Rim.Media.Source.Videos.VideoDataSourceLoader
    15:59:54.453|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__a()
    15:59:54.453|INFO |9|Rim.Desktop.Media|0|TASK: [PictureServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 516
    15:59:54.453|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask] running on thread pool
    15:59:54.453|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.484|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Started loading WMP
    15:59:54.484|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.499|INFO |8|Rim.Desktop.Media|0|Task [Videos_SetThumbnailTask] will run on thread pool after 8000 ms
    15:59:54.499|INFO |9|Rim.Desktop.Media|0|Task [Load_WMP_Library_On_STA] run on new thread STA
    15:59:54.499|INFO |8|Rim.Desktop.Media|0|TASK: [Load_Video_Library], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibraryUsingTask>b__0()
    15:59:54.499|INFO |8|Rim.Desktop.Media|0|TASK: [Load_Video_Library], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 78
    15:59:54.530|INFO |13|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Pending, TRANSITION: none, OPERATION: none
    15:59:54.562|INFO |8|Rim.Desktop.Media|39036|Library Refresh Complete for MediaSource: VideosDesktop
    15:59:54.593|INFO |8|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e()
    15:59:54.593|INFO |8|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_VideosDesktop], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 184
    15:59:54.593|INFO |8|Rim.Desktop.Media|38050|LoadDataSource: Finished
    15:59:54.640|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <StartUp>b__a()
    15:59:54.640|INFO |8|Rim.Desktop.Media|0|TASK: [VideoServiceStartupTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 238
    15:59:54.671|INFO |13|Rim.Desktop.Media|38050|Loading datasource from Rim.Media.Source.WindowsMedia.WMPDataSourceLoader
    15:59:54.858|INFO |13|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <LoadLibrarySTA>b__0()
    15:59:54.858|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <GetLoadDataSourceTask>b__e()
    15:59:54.858|INFO |9|Rim.Desktop.Media|0|TASK: [API_LOAD_DATASOURCE_WMP], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 370
    15:59:54.858|INFO |9|Rim.Desktop.Media|38050|LoadDataSource: Finished
    15:59:54.905|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask], STATE: Progressing, TRANSITION: Progressing -> Finishing, OPERATION: Void <ProcessMusicSourceRequest>b__9()
    15:59:54.905|INFO |9|Rim.Desktop.Media|0|TASK: [LoadMusicSourceTask], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 450
    15:59:54.905|INFO |13|Rim.Desktop.Media|0|TASK: [Load_WMP_Library_On_STA], STATE: Completed, TRANSITION: none, OPERATION: none, DURATION: 377
    15:59:56.229|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Start: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__b
    15:59:56.229|DEBUG|1|Rim.Desktop.Common.CommandBase|0|Finish: Rim.Desktop.Shell.ViewModel.MyBlackBerryViewModel.<.ctor>b__b
    15:59:57.087|FATAL|1|Rim.Desktop.Shell|0|Fatal Application Error
    System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
       at System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
       at System.Windows.Media.MediaContext.CompleteRender()
       at System.Windows.Interop.HwndTarget.OnResize()
       at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Window.Show()
       at Rim.Desktop.Shell.App.OnStartup(StartupEventArgs e)
       at System.Windows.Application.<.ctor>b__0(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at Rim.Desktop.Shell.App.Main()
    15:59:57.118|FATAL|1|Exception|0|Fatal Error
    System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
       at System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
       at System.Windows.Media.MediaContext.CompleteRender()
       at System.Windows.Interop.HwndTarget.OnResize()
       at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Window.Show()
       at Rim.Desktop.Shell.App.OnStartup(StartupEventArgs e)
       at System.Windows.Application.<.ctor>b__0(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at Rim.Desktop.Shell.App.Main()

  • Change colors of all controls

    Can I programmaticaly to change (to switch between two options) the color of ALL controls by some common command without dealing with property node of each control?
    Thank you,
    Boris

    Pnt,
    Thank you. I tried it as in example with decorations: http://zone.ni.com/devzone/cda/epd/p/id/5217.
    But it looks that this option is not available for controls.
    Attachments:
    decorations.png ‏2 KB
    controls.png ‏7 KB

  • Calendar is missing events?

    Hi,
    When I tell Siri:
    "Remind me that I have a doctors appointment tomorrow at 14:00".
    I look on the calendar and the appointment is not there.
    What am I doing wrong?
    It's simple: I say "remind me to x on x date", I look at the calendar and it's not there.
    Do I have to say a code or something first?

    Hi Gold333,
    Welcome to the Support Communities!
    This can be a little confusing at first, but there are actually two different apps on your iPhone -- one is called Reminders (like a "To Do" list) and the other is the Calendar app -- for making actual appointments or events.
    So, based on your question above ... you would want to make sure your iPhone is set to military time and then ask Siri to create an event if you want it to appear on your calendar.
    See the examples here:
    Apple - iOS 7 - Siri
    http://www.apple.com/ios/siri/
    If you launch Siri by holding the Home button, and then tap on the question mark in the bottom left corner, then tap on Calendar, you will see some common commands like:
    "New appointment with Susan Friday at 3"
    "Schedule a planning meeting at 8:30 today in the boardroom"
    iPad User Guide - page 36 - Siri
    manuals.info.apple.com/MANUALS/1000/MA1595/en_US/ipad_user_guide.pdf
    Hope this information helps ...
    - Judy

  • ActionListener not firing within panelGrid (which is within a dataTable)

    I have a page with several forms on it:
    <h:form>
    ... commandLinks here are working
    </h:form>
    <h:form>
    <h:panelGrid>
    ...the actionListener here is firing
    </h:panelGrid>
    </h:form>
    <h:form>
    ... commandLinks here are working
    </h:form>
    <h:dataTable value="#{collection}" var="item">
    <h:column>
    <h:form>
    <h:panelGrid>
    ...actionListeners here ARE NOT FIRING!
    </h:panelGrid>
    </h:form>
    </h:column>
    </h:dataTable>
    I've tried many things to get this to work. I've checked spelling at least 10 times. I've put the whole page in a single form. Nothing seems to work. The bean associated with the actionListener is not even being instantiated unless I include a value binding expression in the form somewhere, but even then the listener is still not fired.
    So, please tell me if this is a known bug, or if it should work. I'm using JSF 1.1_1.
    All the data and form fields get displayed correctly, just the actionListeners are not firing. I've tried both methods of triggering an actionListener. Neither work.
    Why doesn't anyone from Sun post here anymore?????

    Could you please copy/paste the whole jsp page?I had to abandon the previous page structure due to time constraints. But, now I am having the same problem on another page, pasted below. In this case, the contactInfoForm.populate actionListeners are not firing:
    <?xml version="1.0" ?>
    <jsp:root version="2.0"
      xmlns:jsp="http://java.sun.com/JSP/Page"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:c="http://java.sun.com/jstl/core"
      xmlns:x="http://java.sun.com/jstl/xml"
      xmlns:fmt="http://java.sun.com/jstl/fmt"
      xmlns:t="http://jakarta.apache.org/struts/tags-tiles"
      xmlns:htm="http://jsftutorials.net/htmLib">
      <f:subview id="content">
        <htm:div styleClass="heading">
          <htm:h2>
             <h:outputFormat value="#{msgs[heading]}">
                <f:param value="#{param.firstName}" />
                <f:param value="#{param.lastName}" />
             </h:outputFormat>
          </htm:h2>
        </htm:div>
        <htm:div styleClass="contentContainer">
        <h:messages/>
        <h:form>
          <h:commandLink id="backToPersons" styleClass="commandLink1" action="section.persons">
             <h:outputText value="#{msgs['persons.common.command.backToPersons']}"/>
          </h:commandLink>
        </h:form>
        <h:form style="padding-top: 10px">
          <h:commandLink id="newContactInfo" styleClass="commandLink1" action="/persons/contactInfo/newContactInfo">
             <h:outputText value="#{msgs['persons.person.contactInfo.list.command.new']}"/>
             <f:param name="personId" value="#{param.personId}"/>
             <f:param name="firstName" value="#{param.firstName}"/>
             <f:param name="lastName" value="#{param.lastName}"/>
          </h:commandLink>
        </h:form>
        <h:form>
           <h:dataTable value="#{contactInfoForm.contactInfoList}" var="contactInfo" cellpadding="5" cellspacing="0" styleClass="dataTable" headerClass="dataTableHeader" rendered="#{contactInfoForm.hasContactInfo}">
              <h:column>
                <f:facet name="header">
                   <h:outputText value="#{msgs['persons.person.contactInfo.list.header.contactInfoId']}"/>
                </f:facet>
                <htm:center><h:outputText value="#{contactInfo.contactInfoId}" styleClass="dataTableContent"/></htm:center>
              </h:column>
              <h:column>
                <f:facet name="header">
                   <h:outputText value="#{msgs['persons.person.contactInfo.list.header.description']}"/>
                </f:facet>
                <h:outputText value="#{contactInfo.description}" styleClass="dataTableContent"/>
              </h:column>
              <h:column>
                <f:facet name="header"></f:facet>
                <htm:center>
                   <h:commandLink styleClass="commandLink1" action="/persons/contactInfo/viewContactInfo" actionListener="#{contactInfoForm.populate}">
                      <f:param name="firstName" value="#{param.firstName}"/>
                      <f:param name="lastName" value="#{param.lastName}"/>
                      <f:param name="contactInfoId" value="#{contactInfo.contactInfoId}"/>
                      <h:outputText value="#{msgs['command.view']}"/>
                   </h:commandLink>
                </htm:center>
              </h:column>
              <h:column>
                <f:facet name="header"></f:facet>
                <htm:center>
                   <h:commandLink styleClass="commandLink1" action="/persons/contactInfo/editContactInfo" actionListener="#{contactInfoForm.populate}">
                      <f:param name="firstName" value="#{param.firstName}"/>
                      <f:param name="lastName" value="#{param.lastName}"/>
                      <f:param name="contactInfoId" value="#{contactInfo.contactInfoId}"/>
                      <h:outputText value="#{msgs['command.edit']}"/>
                   </h:commandLink>
                </htm:center>
              </h:column>
           </h:dataTable>
           <h:outputText value="#{msgs['persons.person.contactInfo.list.noRecords']}" styleClass="copy2" rendered="#{not contactInfoForm.hasContactInfo}"/>
        </h:form>
        </htm:div>
      </f:subview>
    </jsp:root>

  • Can a 488.2 controller be used with 488.1 device?

    I was wondering if a 488.2 controller can be used with a 488.1 device? I have used the same controller with 488.2 devices with no problems but not with a 488.1 device.

    srm,
    A 488.2 controller (such as any of NI's GPIB boards) is backwards compatible with a 488.1 device. Both use the same digital communication protocol to address the bus. The main differences in 488.1 and 488.2 are the status model (which is also backwards compatible, 488.2 just added additional functionality on top) and that the 488.2 specification added additional software specifications, such as a common command set and syntax & data structure guidelines, that a 488.1 device would not necessarily understand. So if you were trying to address a 488.1 device using commands or programming calls specific to 488.2, this could be the cause of the problem. I know these abilities are separated into two different palettes in LabVIEW, I'm not sure exactly how they are separated in the text-based languages.
    Regardless, a 488.1 device should show up when you "Scan for Instruments" with your GPIB card in MAX. Some things to check are that the GPIB card is installed with the proper drivers (the latest verison of NI-488.2 compatible with your OS) and is detected by Windows and MAX, the cable connections are made properly and the instrument is powered on and has its GPIB interface configured with an address that does not conflict with another instrument. Hope this helps clear up the confusion, have a good day!
    Sincerely,
    Ross C

Maybe you are looking for

  • How can I restore my Macbook Pro to it's original operating system?

    I am giving my old Macbook Pro to my mother in law and want to restore it back to factory settings. It was originally OSX6 but has been upgraded to OSX 10.8.3. When I try to use the disk that came with it, I get a message that I cannot use that versi

  • Long Query Runtime/Web-template Loading time

    Hi, We are having a very critical performance issue, i.e. long query runtime, which is certainly not acceptable by client as well. <b>Background Information</b> We are using web application designer (WAD) 2004s release to design front end of our repo

  • Include Special Periods into 12th period for Virtual InfoCube(0FIGL_VC1)

    Dear SDN, The following update routine is perfectly working for 0FIGL_C01 InfoCube... But some reports developed with 0FIGL_VC1 InfoCube....Still Special Periods are coming.... The update routine could look like the following if it is 0FISCPER: IF CO

  • Database information in control file

    hi, i want to know what is database information in control file(reset logs scn and timestamp) what this information is .as the control file contains checkpoint information .i.e it also contain scn.how does this database information related to archive

  • Exchange 2003 to 2010 Migration Active-Sync & OWA

    I am in the process of migrating from Exchange 2003 to Exchange 2010. I have a co-existence running currently. I have moved 1 mail box over to the new exchange server (a test account I created). I have 2 questions, one about OWA and the other about A