Unable to use User Fields

Hello,
I'm using SAP2005A SP01 PL36.
I can create UserTables with UserFields (other than Code and Name standard fields) by DI API.
But every time I try to set data in these UserFields I got the error "Invalid Field Name", and no error when I set data in Code and Name standard fields.
Code is like this:
Dim oTable As SAPbobsCOM.UserTable
' THIS WORKS FINE
oTable = SBO_Company.UserTables.Item("MyTable")
oTable.Code = "000001"
oTable.Name = "Addon 000001"
If oTable.Add() = 0 Then
   Me.txtLog.AppendText("Ok" & vbCrLf)
Else
   Me.txtLog.AppendText("Error" & vbCrLf)
   Return False
End If
' THIS GIVES ERROR "Invalid Field Name"
oTable = SBO_Company.UserTables.Item("MyTable2")
oTable.Code = "000000"
oTable.Name = "000000"
oTable.UserFields.Fields.Item("U_ParName").Value = "Param0"   'Here I got the error
oTable.UserFields.Fields.Item("U_ParValue").Value = "Value0"
If oTable.Add() = 0 Then
   Me.txtLog.AppendText("Ok" & vbCrLf)
Else
   Me.txtLog.AppendText("Error" & vbCrLf)
   Return False
End If
In debug mode, I can see that <b>oTable.UserFields.Fields</b> collection is always empty.
Already open a message in SAP, but no feedback.
Anyone got this error too? (or can reproduce this error?)
Regards,
Andrea

Use this function While Saving,
Function KeyGen(ByVal TableName As String, Optional ByVal Prefix As String = "DOC") As String()
        Dim rs As SAPbobsCOM.Recordset
        Dim Qry As String
        Dim s(2) As String
        Dim str As String = Prefix & "-"
        Dim i As Integer
        rs = com.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
        Qry = "SELECT MAX(CAST(Code AS int)) code FROM [@" & TableName & "]"
        rs.DoQuery(Qry)
        If rs.RecordCount <> 0 Then
            For i = 5 To Len(CStr(rs.Fields.Item("Code").Value)) Step -1
                str &= "0"
            Next
            str &= (CInt(rs.Fields.Item("Code").Value) + 1)
            s(0) = CStr(rs.Fields.Item("Code").Value + 1)
            s(1) = str
        Else
            str = Prefix & "000001"
            s(0) = "1"
            s(1) = str
        End If
        Return s
    End Function
If it is helpful give reward points,
Regards,
Anitha

Similar Messages

  • How to use User Options and User-Defined Fields in DC Group function?

    Dears,
    As title, when should I use above fields?  I did not see the related information in SAPME help library.
    Thanks!

    The user options fields are just information fields you can store at the Data Collection Maintenance activity. You can think of these as extra information fields for storage purposes only.  I can't give you a use case except to say 'information fields' only.
    With regards to the User-Defined fields in DC Group - you can think of these as extra data fields to be collected.  They will appear immediately underneath the data parameter they are defined in in the DC Plug-in for the POD.  They do not have limits but are just extra pieces of data you may want to collect about the specific parameter.

  • Second and Subequent Users (in a Citrix Environment) unable to use Help Index

    Has anyone encountered, in a Citrix environment, the
    situation where users are unable to use the Index function of the
    Helps due to the GID file already existing in the Helps Directory?
    Do you know why it may happen and how to resolve it?
    I would really appreciate any assistance you may be able to
    offer.
    Cheers,
    Rebecca

    Rebecca,
    Welcome to the Forum!
    The Help folder on the server should be marked Read Only to
    prevent the GID file from being created there.
    See this thread for more information:
    http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=448&threadid=11139 30
    (Funny, I was just working on Citrix server documentation
    when I received your question.)
    Regards,
    Cindy

  • Restrict the users to use the field Unplanned delivery cost at MIRO

    Dear Friends,
    I want to restrict some users to use the unplanned delivery cost at MIRO. It should be displayed as visible to enter for some users and it should be displayed in grey mode not to enter anything for some users. I am asking this to restrict some misutilisation of this field by some users. Can I restrict through profiles?
    Simply, I want to restrict the users to use the field Unplanned delivery cost at MIRO through Profiles of them. Pls help me,, it is impacting our business.
    Regards,
    Venkata Reddy.Mudda

    Hi,
    Check the customization for unplanned cost:
    SPRO -- Materials Management -- Invoice Verification -- Logistics Invoice Verification -- Incoming Invoice -- Configure How Unplanned Delivery Costs Are Posted
    Best Regards
    Anamika

  • Error: unable to connect to database using user system. please check privil

    Hi All,
    i have 2 oracle databases in my system (ORCL,RR). i am able to connect both databases i sql prompt. but in ggsci prompt not able to connect rr database due to below error
    dblogin userid system, password tiger.
    Error: unable to connect to database using user system. please check privil
    Can you please help me to connect RR database also in GGSCI promt.
    Thanks
    Raja

    Did you try with RR database tns name or sid while connecting ?
    If No then try this ,
    GGSCI (ATP) 6> DBLOGIN USERID SYSTEM@<tns alias name>
    Password:
    Successfully logged into database.
    HTP
    Annamalai.

  • Since a recent update to osx I have been unable to use Safari, when I open it a message comes saying that it has unexpectingly shut down. fire fox is working fine. I have tried in guest user and the same thing happens. Any ideas?

    Since a recent update to OSX (I have mountain Lion) I have been unable to use Safari. When trying to open it comes up with a message of unexpectidly shut down. Firefox is working ok. I have tried in guest user and the same message comes up, any ideas? Cheers

    Process:    
    Safari [1476]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    6.1 (8537.71)
    Build Info: 
    WebBrowser-7537071000000000~2
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [132]
    User ID:    
    501
    Date/Time:  
    2013-11-19 20:31:17.465 +0000
    OS Version: 
    Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:     
    12626 sec
    Crashes Since Last Report:      
    12
    Per-App Interval Since Last Report:  27 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                 
    1ECF4F21-7BDC-978F-5F71-A3FAC532B17E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Process Model:
    Single Web Process
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore 
    0x000000010f2e22d3 JSC::Stringifier::Holder::appendNextProperty(JSC::Stringifier&, ***::StringBuilder&) + 2483
    1   com.apple.WebCore        
    0x000000010fd30764 WebCore::FontTranscoder::FontTranscoder() + 68
    2   com.apple.WebCore        
    0x000000010fd306fd WebCore::fontTranscoder() + 45
    3   com.apple.WebCore        
    0x000000010fd2ccf6 WebCore::Font::Font(WebCore::FontPlatformData const&, bool, WebCore::FontSmoothingMode) + 278
    4   com.apple.WebKit         
    0x000000010f65f585 -[NSString(WebKitExtras) _web_widthWithFont:] + 517
    5   com.apple.Safari.framework
    0x000000010ead8935 -[UnifiedField _securityPillSize] + 116
    6   com.apple.Safari.framework
    0x000000010eadd259 -[UnifiedField(Internal) _finishInitialization] + 2428
    7   com.apple.Safari.framework
    0x000000010ead6df9 -[UnifiedField initWithCoder:] + 64
    8   com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    9   com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    10  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    11  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    12  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    13  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    14  com.apple.Safari.framework
    0x000000010e90cc64 -[OneStepBookmarkingButton initWithCoder:] + 42
    15  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    16  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    17  com.apple.Foundation     
    0x00007fff8ad9f756 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
    18  com.apple.Foundation     
    0x00007fff8ad9fcc8 -[NSArray(NSArray) initWithCoder:] + 538
    19  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    20  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    21  com.apple.AppKit         
    0x00007fff8b39b601 -[NSView initWithCoder:] + 976
    22  com.apple.AppKit         
    0x00007fff8b3aaac6 -[NSCustomView initWithCoder:] + 601
    23  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    24  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    25  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    26  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    27  com.apple.AppKit         
    0x00007fff8b5ded30 -[NSSegmentedControl initWithCoder:] + 48
    28  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    29  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    30  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    31  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    32  com.apple.AppKit         
    0x00007fff8b5ded30 -[NSSegmentedControl initWithCoder:] + 48
    33  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    34  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    35  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    36  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    37  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    38  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    39  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    40  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    41  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    42  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    43  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    44  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    45  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    46  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    47  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    48  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    49  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    50  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    51  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    52  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    53  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    54  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    55  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    56  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    57  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    58  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    59  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    60  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    61  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    62  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    63  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    64  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    65  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    66  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    67  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    68  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    69  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    70  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    71  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    72  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    73  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    74  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    75  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    76  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    77  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    78  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    79  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    80  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    81  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    82  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    83  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    84  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    85  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    86  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    87  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    88  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    89  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    90  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    91  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    92  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    93  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    94  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    95  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    96  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    97  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    98  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    99  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    100 com.apple.Foundation     
    0x00007fff8ad9f756 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
    101 com.apple.Foundation     
    0x00007fff8ad9fcc8 -[NSArray(NSArray) initWithCoder:] + 538
    102 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    103 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    104 com.apple.AppKit         
    0x00007fff8b39b601 -[NSView initWithCoder:] + 976
    105 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    106 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    107 com.apple.AppKit         
    0x00007fff8b39cb35 -[NSResponder initWithCoder:] + 99
    108 com.apple.AppKit         
    0x00007fff8b39b294 -[NSView initWithCoder:] + 99
    109 com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    110 com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    111 com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    112 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    113 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    114 com.apple.AppKit         
    0x00007fff8b392914 -[NSNibConnector initWithCoder:] + 401
    115 com.apple.AppKit         
    0x00007fff8b392778 -[NSNibOutletConnector initWithCoder:] + 344
    116 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    117 com.apple.Foundation     
    0x00007fff8ad9f756 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
    118 com.apple.Foundation     
    0x00007fff8ad9fcc8 -[NSArray(NSArray) initWithCoder:] + 538
    119 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    120 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    121 com.apple.AppKit         
    0x00007fff8b3919ea -[NSIBObjectData initWithCoder:] + 2025
    122 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    123 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    124 com.apple.AppKit         
    0x00007fff8b3910c3 loadNib + 227
    125 com.apple.AppKit         
    0x00007fff8b390649 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    126 com.apple.AppKit         
    0x00007fff8b39047e -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
    127 com.apple.AppKit         
    0x00007fff8b39025e +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
    128 com.apple.Safari.framework
    0x000000010eaa8b8b -[ToolbarController initWithBrowserWindowController:] + 107
    129 com.apple.Safari.framework
    0x000000010e8e198a -[BrowserWindowControllerMac windowDidLoad] + 739
    130 com.apple.AppKit         
    0x00007fff8b544f82 -[NSWindowController _windowDidLoad] + 448
    131 com.apple.Safari.framework
    0x000000010eb089ff -[WindowController _windowDidLoad] + 43
    132 com.apple.AppKit         
    0x00007fff8b5162da -[NSWindowController window] + 114
    133 com.apple.Safari.framework
    0x000000010e8e20b8 -[BrowserWindowControllerMac showWindow:] + 50
    134 com.apple.AppKit         
    0x00007fff8b2a11b6 -[NSDocument showWindows] + 103
    135 com.apple.Safari.framework
    0x000000010e8b0989 -[BrowserDocument showWindows] + 39
    136 com.apple.AppKit         
    0x00007fff8b29f36f -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 461
    137 com.apple.AppKit         
    0x00007fff8b29f15e -[NSDocumentController newDocument:] + 39
    138 com.apple.Safari.framework
    0x000000010e826fca -[AppController applicationOpenUntitledFile:] + 22
    139 com.apple.AppKit         
    0x00007fff8b3f7c34 -[NSApplication _doOpenUntitled] + 482
    140 com.apple.AppKit         
    0x00007fff8b3f76cf __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke_0 + 233
    141 com.apple.AppKit         
    0x00007fff8b7396c1 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_01437 + 143
    142 com.apple.AppKit         
    0x00007fff8b3f717b -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 760
    143 com.apple.AppKit         
    0x00007fff8b3f566e -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 298
    144 com.apple.AppKit         
    0x00007fff8b3f5445 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
    145 com.apple.AppKit         
    0x00007fff8b3f504c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    146 com.apple.Foundation     
    0x00007fff8adb207b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    147 com.apple.Foundation     
    0x00007fff8adb1edd _NSAppleEventManagerGenericHandler + 106
    148 com.apple.AE             
    0x00007fff83212078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    149 com.apple.AE             
    0x00007fff83211ed9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    150 com.apple.AE             
    0x00007fff83211d99 aeProcessAppleEvent + 318
    151 com.apple.HIToolbox      
    0x00007fff8ccef709 AEProcessAppleEvent + 100
    152 com.apple.AppKit         
    0x00007fff8b3f1836 _DPSNextEvent + 1456
    153 com.apple.AppKit         
    0x00007fff8b3f0df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    154 com.apple.Safari.framework
    0x000000010e8794cf -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    155 com.apple.AppKit         
    0x00007fff8b3e81a3 -[NSApplication run] + 517
    156 com.apple.AppKit         
    0x00007fff8b38cbd6 NSApplicationMain + 869
    157 com.apple.Safari.framework
    0x000000010ea3c4fc SafariMain + 266
    158 libdyld.dylib            
    0x00007fff8925c7e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff83a46d16 kevent + 10
    1   libdispatch.dylib        
    0x00007fff8398ddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib        
    0x00007fff8398d9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff83a44686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff83a43c42 mach_msg + 70
    2   com.apple.CoreFoundation 
    0x00007fff8b0df233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation 
    0x00007fff8b0e4916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation 
    0x00007fff8b0e40e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation     
    0x00007fff8ad87546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation     
    0x00007fff8ade5562 __NSThread__main__ + 1345
    7   libsystem_c.dylib        
    0x00007fff897f7772 _pthread_start + 327
    8   libsystem_c.dylib        
    0x00007fff897e41a1 thread_start + 13
    Thread 7:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff83a460fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff897fbfb9 _pthread_cond_wait + 869
    2   com.apple.WebCore        
    0x000000010fd267ab WebCore::IconDatabase::syncThreadMainLoop() + 491
    3   com.apple.WebCore        
    0x000000010fd233bf WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x000000010f1caa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff897f7772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff897e41a1 thread_start + 13
    Thread 8:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x00007fff83a44686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff83a43c42 mach_msg + 70
    2   com.apple.QuartzCore     
    0x00007fff88e7f17b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore     
    0x00007fff88f03dc6 thread_fun + 25
    4   libsystem_c.dylib        
    0x00007fff897f7772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff897e41a1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x657571696e750000  rbx: 0x00000001119f86c8  rcx: 0x00007fff513dd110  rdx: 0x00007fff513dd110
      rdi: 0x00007fff513dd118  rsi: 0x00000001119fa2d0  rbp: 0x00007fff513dd150  rsp: 0x00007fff513dd108
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x000000010f5ac190  r11: 0x000000010f1cc680
      r12: 0x00007fff513dd400  r13: 0x0000000111a15dc0  r14: 0x00007fff513dd338  r15: 0x00000001119f70f8
      rip: 0x000000010f2e22d3  rfl: 0x0000000000010206  cr2: 0x000000010f2e2000
    Logical CPU: 1
    Binary Images:
    0x10e818000 -   
    0x10e818fff  com.apple.Safari (6.1 - 8537.71) <27A984C2-C6A5-3AA0-9989-C8E49C563F3D> /Applications/Safari.app/Contents/MacOS/Safari
    0x10e81d000 -   
    0x10edf2ff7  com.apple.Safari.framework (8537 - 8537.71) <A71311C1-2C05-317C-805A-C711818E4775> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x10f1c1000 -   
    0x10f566fff  com.apple.JavaScriptCore (8537 - 8537.65) <76BB1553-D36C-32FB-94AB-F42C537D3F41> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x10f65a000 -   
    0x10f7c3ff7  com.apple.WebKit (8537 - 8537.71) <CE89457F-C2CE-31A6-B0B7-EDFEB1EA2601> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x10f8bc000 -   
    0x10fb33ff7  com.apple.WebKit2 (8537 - 8537.71) <24D7718C-3DC5-332C-8994-3EB980DE3B6A> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x10fd1e000 -   
    0x110de3ff7  com.apple.WebCore (8537 - 8537.70) <7837A428-2455-32CC-9639-5CFCD84DD9E1> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x7fff6e418000 -
    0x7fff6e44c93f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff82a53000 -
    0x7fff82b5efff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff82b5f000 -
    0x7fff82c7ffff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff82edf000 -
    0x7fff8307afef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8307b000 -
    0x7fff83201fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff83209000 -
    0x7fff83268fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff83269000 -
    0x7fff83276ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff832dc000 -
    0x7fff8342efff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83433000 -
    0x7fff83435fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff83448000 -
    0x7fff834b0ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff835cc000 -
    0x7fff837ccfff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff83803000 -
    0x7fff838a1ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff838a2000 -
    0x7fff838c4ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff838c5000 -
    0x7fff838c5fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff838c6000 -
    0x7fff838d5ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff83909000 -
    0x7fff83977ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83978000 -
    0x7fff83984fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff83985000 -
    0x7fff83988fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff83989000 -
    0x7fff8399eff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8399f000 -
    0x7fff839bcff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff839bd000 -
    0x7fff83a13fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff83a14000 -
    0x7fff83a33ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff83a34000 -
    0x7fff83a4fff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff83a52000 -
    0x7fff83a52ffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff83a9a000 -
    0x7fff83a9cfff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff83b08000 -
    0x7fff83b08fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff83b97000 -
    0x7fff83be6ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83d85000 -
    0x7fff83d9cfff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff83e26000 -
    0x7fff83e80fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff83ec9000 -
    0x7fff83ecefff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff83f0b000 -
    0x7fff83f4eff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff84640000 -
    0x7fff84644fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff84645000 -
    0x7fff846adfff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff84809000 -
    0x7fff84841fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff84c44000 -
    0x7fff84c5afff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff84c5b000 -
    0x7fff84c5dfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff84df8000 -
    0x7fff84e49ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff84e4a000 -
    0x7fff84e58fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff84e59000 -
    0x7fff84e5bff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff84e5c000 -
    0x7fff8512dff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8512e000 -
    0x7fff8516dff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff85173000 -
    0x7fff85181ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff85182000 -
    0x7fff851e5fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff851e6000 -
    0x7fff85206fff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85207000 -
    0x7fff85208ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff85209000 -
    0x7fff85212ff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff85213000 -
    0x7fff85292ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff85293000 -
    0x7fff852edff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff852ee000 -
    0x7fff852efff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8544f000 -
    0x7fff8549efff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff85509000 -
    0x7fff8550dfff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8557c000 -
    0x7fff85617fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff85e5f000 -
    0x7fff85e66fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff85eaa000 -
    0x7fff85ef4ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff85ef5000 -
    0x7fff85ef5fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff85ef6000 -
    0x7fff85f01ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff85f2b000 -
    0x7fff85fdcfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff85fdd000 -
    0x7fff85fe3fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff85fe4000 -
    0x7fff85feafff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85feb000 -
    0x7fff85fecfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff86107000 -
    0x7fff86131ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff86132000 -
    0x7fff8615eff7  libRIP.A.dylib (333.1) <CC2A33EB-409C-3C4D-97D4-41F4A080F874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8615f000 -
    0x7fff86231ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff86232000 -
    0x7fff86254ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff86255000 -
    0x7fff8628fff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff86290000 -
    0x7fff862b7ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff862b8000 -
    0x7fff862c4fff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8657f000 -
    0x7fff86587fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff86588000 -
    0x7fff86596ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
    0x7fff86733000 -
    0x7fff868a8ff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff868a9000 -
    0x7fff868a9fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87885000 -
    0x7fff8788fff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
    0x7fff87890000 -
    0x7fff879a9fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff879aa000 -
    0x7fff879abfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff879ac000 -
    0x7fff879adfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff879ae000 -
    0x7fff87a6bff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87a6c000 -
    0x7fff87a98fff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff87a99000 -
    0x7fff87ac7ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff87b25000 -
    0x7fff87beaff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87beb000 -
    0x7fff87c6dff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff88574000 -
    0x7fff8857ffff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff88580000 -
    0x7fff88584fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff88a8d000 -
    0x7fff88a8dfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff88ac9000 -
    0x7fff88ad6fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff88d5d000 -
    0x7fff88db4ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff88dc2000 -
    0x7fff88f70fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff88f71000 -
    0x7fff88f77ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff88f84000 -
    0x7fff88fd3ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff890e6000 -
    0x7fff890f1ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff890f2000 -
    0x7fff890f4fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff890f5000 -
    0x7fff89123fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff89124000 -
    0x7fff89124fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff89125000 -
    0x7fff89159fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8915a000 -
    0x7fff8915efff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8915f000 -
    0x7fff89239fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8923a000 -
    0x7fff89259ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8925a000 -
    0x7fff8925dff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff897a5000 -
    0x7fff897e2fef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff897e3000 -
    0x7fff898afff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff898b0000 -
    0x7fff89b1dfff  com.apple.RawCamera.bundle (4.07 - 697) <1588CEC6-012E-30E5-BF38-5BBDABB2F48F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff89bb8000 -
    0x7fff89fd5fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff89fd6000 -
    0x7fff89fe1fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8a150000 -
    0x7fff8a3f4ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8a3f5000 -
    0x7fff8a3f8fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8a3f9000 -
    0x7fff8a4fbfff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8a4fc000 -
    0x7fff8a538fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8a539000 -
    0x7fff8a53aff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x7fff8a53b000 -
    0x7fff8a57ffff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
    0x7fff8a58c000 -
    0x7fff8a591fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirec

  • Creating delivery, can I check the sales order's field using user-exit or ?

    Hi dear.
    When I create a delivery in VL01N or other transactions, I want automatically to check the sales order's some field and to decide whether create or not.
    Can I use user-exit for that?
    Or other solutions is there?
    Thanks regards

    Yes your requirement can be achieved thru a User Exit.
    There are many User Exits available in Delivery as listed in the link below:
    https://wiki.sdn.sap.com/wiki/display/ERPLO/SDUserexits
    The selection of necessary User Exit is based on your specific requirement.
    Also if you want to check some feild of Sales Order whether it is completed or not, then you can also use Incompletion Procedure in Sales Order, which will make sure that no Sales Order is saved until the end-user enter data in those feilds.
    Hope this helps...
    Thanks,
    Jignesh Mehta

  • Unable to provision users in OIM 11.1.1.3 using DBUM connector 9.1.0.4.

    Hi,
    I installed OIM 11.1.1.3 and i am able to access it.
    Now i am trying to provision an user to a database table using "User Database Management connector". I worked on it by using version 9.1.0.4, but i failed to provision the users.
    I am getting an error message that "Error occurs while initializing parameters in initutil".
    Can anybody please help me how to solve this issue.
    Thanks,
    SRI.

    Thank you for your reply.
    I am trying to test for provisioning users, could you please suggest me the version for the AD or any other connector that is used to deploy with the OIM 11.1.1.3.
    Thanks,
    SRI.
    Edited by: Sri Kishore on Aug 25, 2010 11:29 PM

  • How to use user defined contact fields in Pages 4.3?

    I would like to use new fields definded in Contacts (Vers. 7.1) in Pages (Vers. 4.3) for personalizing documents on my iMac under Mountain Lion. Is this possible, and how? Thank you.

    Yes, here are four of them:
    #1: shows the new field "foo" in the template
    #2: shows "foo" in the list of names
    #3: shows "foo" while editing a new card
    #4 shows the absence of "foo" in the available names while trying to put the field "foo" in a pages document.

  • Unable to capture screen fields in eCATT

    Problem description 1 : Unable to capture screen fields in eCATT
    Recording using SAP GUI Method.
    Problem description 2 :Unable to capture Tab controls while recording
    in eCATT using SAP GUI Method.
    Thaks for any suggestion you could provide me and once again for your courtesy attention.
    Regards,
    Eric Monteiro

    Hi Phani,
    Please try below code:
    *data declaration for reading values given by user in the selection screen field.
      DATA: BEGIN OF i_tab OCCURS 0.
              INCLUDE STRUCTURE rsselread.
      DATA: END OF i_tab.
      MOVE: 'LOGSYS' TO i_tab-name,
            'P' TO i_tab-kind. u201CP For parameter
      APPEND i_tab.
      MOVE: 'GP_SIMVE' TO i_tab-name,
            'P' TO i_tab-kind. u201CCheck if field is Parameter
      APPEND i_tab.
    *move program name and screen number into local variable.
      l_prog = sy-repid. u201C(Try by directly passing program name also)
      l_dynnr = sy-dynnr. u201C(Try by directly passing Screen number also)
    *calling function module to get the value given by user.
      CALL FUNCTION 'RS_SELECTIONSCREEN_READ'
        EXPORTING
          program     = l_prog
          dynnr       = l_dynnr
        TABLES
          fieldvalues = i_tab.
    Hope this should slove your issue.
    Thanks & Regards,
    Gaurav.

  • Yosemite Server: Apache shm errors with proxy_balancer | SASL errors using user alias

    Dear OSX Server Ninjas,
    I recently upgraded my 10.9.5 Mac mini running Server 3.2.2 to Yosemite + Server v4, directly to v4.0.3. The box serves the whole Mail/Cal/Contacts/VPN palette as well as some websites, Git repos and some custom software. See below for network setup.
    After battling the most blatant issues (some easy to fix but hard to find, others hard on both), I'm almost back to a working server setup … but some things keep bugging me even after days of log-reading and OD tricks. In the last days, I have read countless discussions here as well as on stackoverflow/serverfault/apple.stackexchange and blogs, so I'll try to be as thorough and precise as possible to show what I have tried so far – sorry in advance for the long post
    … and since you might not read to the bottom: Thanks in advance for any help, especially with the Apache problem!
    My setup
    OSX Server v4.0.3 running on Yosemite 10.10.1 ➞ both latest official releases
    host + DNS
    Hostname configured for public domain mydomain.net, web traffic on selected ports comes in through router NAT
    Server has a static IP on the local subnet 192.168.178.0/24
    Server running local DNS and performing lookups for all clients in the local subnet, forwarding to the router at 192.168.178.1
    Primary zone for mydomain.net with records (A, NS, MX) pointing to said static IP
    changeip -checkhostname is successful
    Public IP is currently configured at the domain registrar through his name servers
    SSL
    Trusted third-party certificate installed for host.mydomain.net (Common Name + SAN for two subdomains)
    Used to secure all services
    Qualys SSL Test Grade B (capped due to OSX's openssl 0.9.x not being capable of TLS1.2 and Intermediate CA SHA-1 )
    TLS working both inbound and outbound according to CheckTLS.com
    OpenDirectory
    Recreated after upgrade (probably not necessary, since issue persists), re-imported groups + users from WGM backup files
    Only the server itself is bound to the directory, other devices just access services through network accounts (CRAM-MD5, MD5-Digest)
    Problems
    Apache shm errors: Apache fails to create slot memory when proxy module is enabled
    As soon as I start a service which requires the Apache proxy_balancer module (e.g. Cal/Contacts, ProfileManager), this starts filling up my Apache's error log:
    [Mon Jan 12 01:41:17.979882 2015] [proxy_balancer:emerg] [pid 2949] (28)No space left on device: AH01179: balancer slotmem_create failed for p26d9e669--1011640492
    [Mon Jan 12 01:41:17.979894 2015] [:emerg] [pid 2949] AH00020: Configuration Failed, exiting
    [Mon Jan 12 01:41:28.297127 2015] [slotmem_shm:error] [pid 3026] (28)No space left on device: AH02611: create: apr_shm_create(/private/var/run/slotmem-shm-p26d9e669--1001322955.shm) failed
    [Mon Jan 12 01:41:28.297347 2015] [proxy_balancer:emerg] [pid 3026] (28)No space left on device: AH01179: balancer slotmem_create failed for p26d9e669--1001322955
    [Mon Jan 12 01:41:28.297355 2015] [:emerg] [pid 3026] AH00020: Configuration Failed, exiting
    When I increase the Apache LogLevel to trace1, I get this as well:
    [Mon Jan 12 02:11:43.190303 2015] [slotmem_shm:debug] [pid 5501] mod_slotmem_shm.c(367): AH02602: create didn't find /private/var/run/slotmem-shm-p26d9e669-813569972.shm in global list
    This causes the Apache to crash constantly, which is … unnerving. After googling around for a while, I tried the following steps:
    Stop Services that use the Apache (Web, *DAV, ProfileManager)
    sudo apachectl stop
    Remove all orphan cache/slot files (.shm, ssl-cache, proxy.*) from /private/var/run
    Reboot the server
    Start up the Services again
    Curiously enough, this worked for a while! But I was getting several log messages about dropped proxy connections, and sometimes the ProfileManager page would time out. Then, the issue started to reappear and does not seem to be fixed again with the steps above. I looked through the Apache config files and config plists for the Services in question, as well as the default config files. The only thing I have so far is that as long as there are no active proxy connections, the Apache runs smoothly – but all goes awry when slotmem files are created (a lot of them). Sometimes, I am able to turn on the Calendar service, but switching on Contacts produces the error … one time, I even got Calendar + Contacts running, and all went well until I enabled Profile Manager.
    I found several error reports with similar or identical errors from other Apache 2.4.x users, but most of those were developer talk on mailing lists, or suggested steps that did not work for me (or were inapplicable on the OS X Server Apache environment).
    SASL errors using user alias for WebDAV-Digest authentication
    Short version: I am unable to authenticate through WebDAV-Digest with a user's alias (defined in Server Admin > Users > Context Menu > Advanced Options or WGM). Using the main short name of the same user works flawlessly. Password Server Error log just shows:
    AUTH2: {234023578237md5hash2384234, mainshortname} WEBDAV-DIGEST authentication failed, SASL error -13 (password incorrect).
    The password is 100% correct: When I set up a test CalDAV account and put in alias+PW, it did not work (OS X Dialog showed “could not be verified”, Server log as above). Leaving the password field filled and just switching the user to the main short name went through instantaneously, with the Server log showing
    AUTH2: {234023578237md5hash2384234, mainshortname} WEBDAV-DIGEST authentication succeeded.
    Notice the same MD5 hash and canonical short name, yet different results. I don't know if this is a new “feature”, a result of mail aliases being handled differently (at least I read that somewhere) …
    Additional Questions
    Should I configure the DNS for public use, instead of the Split-Brain configuration (local network gets local IP, outside traffic is directed by registrar NS)? I read several articles explaining that Split-Brain is common in large organizations, but might introduce weird networking issues. Entering the external IP as a Round Robin alternative for the internal does not seem sensible to me.
    I also have a question concerning LDAP log entries like this one below, but I'll put that in this already open discussion:
    => bdb_idl_delete_key: c_get failed: DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock (-30994)

    Today the same error occurred on a customers server.
    We don't use Calendar or Contacts.
    We only have some websites configured and want use NetInstall for deployments.
    As soon as I disable the Profilemanager the httpd starts over and other websites and NetInstall via HTTP are working fine.
    When I reenable Profilemanager the httpd processes are gone and I see the same stuff in Apache's error log...

  • Unable to use checkin similar

    I have checked-in one document. after checkin when i say "check in similar" , m getting "unable to build check in form. user does not sufficient privileges UCM" .
    plz guide.
    Thanks

    Does the content item you originally checkin use ACL fields? Does it have a folder?
    Do the Content Server Logs show any stack traces for the exception?
    Jonathan
    http://jonathanhult.com

  • Custom exit or badi for changing the user fields in operation of process order

    Hi all
        I want to find a exit or badi to set default value to the user fields in operation of process order when COR1.
        I have tried exit 'PPCO0001', but this exit is call after commit work, so I can not change any thing
        I also tried to use badi 'workorder_update', 'before_update', but all parameters in this BADI are importing, can't be changed, I've tried to change it and then program dump.
        Do you have any solution for this question?
    Thanks

    Do a Implicit Enhancement at the PBO of this subscreen.

  • Unable to use iCloud on my iPhone 4S

    I'm unable to use iCloud on my iPhone 4S.  I click on Settings, Scroll to iCloud, Click on iCloud, and then it prompts me to enter my Apple ID and Password.  After I do I click on Sign in and it says User name or password is incorrect and I know they're not.  I try signing in with the same Apple ID and Password and I have no problem signing in.  I don't know what's going on.  Can someone please help?? 

    You need an Internet connection to use Facetime. As not all carriers support Facetime you may need a WiFi connection.

  • Unable to start User Profile Sync Service

    Hi,
    I am currently facing some issues with starting the User Profile Sync Service on my SP2013 farm.. I was wondering if someone could help me out a bit.
    I have successfully installed the SP2013 farm on a environment that has access to our AD etc. and I have also
    restored the database from SP2007 and converted it to Claims authentication etc. The one thing I can’t get to work is to enable the User Profile Sync Service on the server. I have checked quite a bit of TechNet blogs and other sites and tried almost everything
    suggested but it still fails. I’ve also recreated the farm from scratch yesterday again but no luck still
    L.
    The below is what I have done:
    Farm Admin account – spadmin2013 is local admin on all SP Farm servers (2 WFE and 2 APP Servers) and has log on locally rights as well on security policy. On the SQL DB it has dbo permissions on the Sync, Profile and Social DB’s.
    Farm Service account – spservice-s is a managed farm account that is used to run the various services of the farm (used during the config wizard part).
    From within the Admin Control Panel I have verified the managed accounts and it is indeed spadmin2013 which owns the User Profile Sync Service (not the application itself). When I try to start the service it tries to do that for 5-10 minutes and then fails
    and goes back to stop and I do not see any error. I have created a custom service application with new database that runs on spadmin2013/spfarm/ldap accounts etc. I can see from the Windows services – FIM and FIMSync service try to start using the spadmin2013
    and then go back to disabled. I have also tried giving the spadmin2013 rights to replicate the AD as few blogs suggested that. I am not sure where this is going wrong or what is missing. I had successfully got this to work and still can get it to work on my
    first SP2013 server which is a standalone – running SQL, SP app and WFE on the same box.
    In fact I also tried to activate this service first before I joined my 3 other servers to the farm and had no luck. I am kinda lost here as to what is going on! 

    Right. i ran a new log as suggested. I have also cleared the config cache and created a Powershell profile as suggested in this link - http://blogs.msdn.com/b/bryanbolling/archive/2014/01/02/unable-to-start-user-profile-synchronization-service.aspx
    I checked the ULS Logs and i can see the below error -
    ILM Configuration: Validating account.
    ILM Configuration: Validating the system groups
    ILM Configuration: Setting up WMI
    ILM Configuration: Setting required permissions
    ILM Configuration: Create install config file
    ILM Configuration: Update source project
    ILM Configuration: Changing service account credentials
    ILM Configuration: Setting policy for service account
    Updating SPPersistedObject UserProfileApplication Name=User Profile Sync Service. Version: 63903 Ensure: False, HashCode: 55647834, Id: ef1ec55c-aa15-4cb7-a9fe-498382a88b4e, Stack:
    at Microsoft.Office.Server.Administration.UserProfileApplication.Update()
    at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance)
    at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    SQL connection time: 131.92704 for Data Source=SPSQLAGL;Initial Catalog="Sync DB";Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Connect Timeout=15;Application Name="SharePoint[OWSTIMER][1][Sync DB]"
    ILM Configuration: Configuring database
    ILM Configuration: Error 'ERR_CONFIG_DB'
    UserProfileApplication.SynchronizeMIIS: Failed to configure MIIS post database, will attempt during next rerun. Exception: System.Configuration.ConfigurationErrorsException: ERR_CONFIG_DB
    at Microsoft.Office.Server.UserProfiles.Synchronization.ILMPostSetupConfiguration.ValidateConfigurationResult(UInt32 result)
    at Microsoft.Office.Server.UserProfiles.Synchronization.ILMPostSetupConfiguration.ConfigureMiisStage2()
    at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance).
    UserProfileApplication.SynchronizeMIIS: End setup for 'User Profile Sync Service'.
    Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: 63899 Ensure: False, HashCode: 36296732, Id: 7aeb377f-8bd1-453d-b6be-6a373eaf350d, Stack:
    at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
    at Microsoft.Office.Server.Administration.ProfileSynchronizationSetupJob.Execute(SPJobState state)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    Leaving Monitored Scope (Timer Job ProfileSynchronizationSetupJob). Execution Time=6041.65717333333
    Name=Timer Job User Profile Sync Service_ProfileSynchronizationJob
    Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: -1 Ensure: False, HashCode: 13918585, Id: 21e01df1-8772-487d-bd56-f699b3912bda, Stack:
    at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
    at Microsoft.Office.Server.Administration.UserProfileApplication.StartSynchronizationServiceSetupTimer(String strSyncMachineAddress)
    at Microsoft.Office.Server.Administration.UserProfileApplication.SynchronizeMIIS()
    at Microsoft.Office.Server.Administration.ILMProfileSynchronizationJob.Execute()
    at Microsoft.Office.Server.Administration.UserProfileApplicationJob.Execute(SPJobState jobState)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    Updating SPPersistedObject ProfileSynchronizationSetupJob Name=ProfileSynchronizationSetupJob. Version: 63913 Ensure: False, HashCode: 13918585, Id: 21e01df1-8772-487d-bd56-f699b3912bda, Stack:
    at Microsoft.SharePoint.Administration.SPJobDefinition.Update()
    at Microsoft.Office.Server.Administration.UserProfileApplication.StartSynchronizationServiceSetupTimer(String strSyncMachineAddress)
    at Microsoft.Office.Server.Administration.UserProfileApplication.SynchronizeMIIS()
    at Microsoft.Office.Server.Administration.ILMProfileSynchronizationJob.Execute()
    at Microsoft.Office.Server.Administration.UserProfileApplicationJob.Execute(SPJobState jobState)
    at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)
    at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
    I have verified the spadmin2013 does have dbo permissions and also is part of security & sysadmin in sql server. I run SQL 2012 with SP1

Maybe you are looking for

  • How to control the cursor location(without mouse control)??

    Hi, I am now developing a swing application which need to use a thread to change the cursor location. Can the cursor location be controlled by a thread? thank

  • No FT between US Mac and WiFi iPhone in Italy

    Can't do FaceTime chat between my Mac in USA on Airport Extreme WiFi and ani iPhone (4s) on hotel or cafe WiFi in Italy. The Italy end attempts to contact me via my Apple ID (I'm correctly set up, have tested with a local user), but no resullt  I've

  • Problem in adding custom table's field in MM46

    Hi, I have a complex requirement of adding fields of custom table in MM46 for mass maintance. I did most of the part but dont know what is missed. Steps that i followed 1. used tcode MASSOBJ- I Added Ztable name to application table for Object type -

  • Keyboard Layout files directory ?

    Hi all, I recently got an english/arabic keyboard. I've noticed a slight layout issue with the "Arabic-PC". It appears the best of the default arabic layouts. I can easily correct thing with using Ukelele. The issue is I'm unable to locate the Arabic

  • Adobe Reader XI- Trouble with signing documents

    I can't sign documents with Adobe Reader XI. I have registered for Echosign (unwillingly) and also created an identity. The signature field is grayed out. I have tried several different documents. Some documents un-gray the signature option, but it d