Issues with ldap_add via LDAP Interface on WS 2008 R2 from WGM for mounts

Important Setup Information:
Active Directory domain on Windows Server 2008 R2
Extended AD Schema to include apple-* attributes
Mac OS X Snow Leopard Server 10.6.2 bound to Active Directory
Connected to Active Directory Forest in Workgroup Manager with Domain Admin / Schema Admin credentials.
The Issue:
When attempting to configure a Home path using an SMB URL using the following attributes:
Mac OS X Server/Share Point URL:
smb://gio-storage-01.giodivine.com/Users
Path to Home Folder:
user 01
Full Path:
/Network/Servers/gio-storage-01.giodivine.com/Users/user01
I receive the following error:
*Not authorized.*
This action failed because you are not authorized to perform the operation.
I checked the console, and found the following (completely useless) error:
Got unexpected error of type eDSPermissionError (-14120) on line 574 of /SourceCache/WorkgroupManager/WorkgroupManager -361.2.1/Plugins/UserAccounts/UserVolumesPluginView.mm
I enabled diagnostic logging of the LDAP Interface on the Active Directory server and acquired the following error attributed to the "permissions" issue that Workgroup Manager emits:
Internal event: Function ldap_add entered
Internal Event: The LDAP server returned an error.
Additional Data
Error value:
00000057: LdapErr: DSID-0C090C30, comment: Error in attribute conversion operation, data 0, v1db0
So; it would appear that there is some issue with the Active Directory schema extensions, or that the UserVolumesPluginView module is not referencing the schema correctly. My expectation would be that an apple-mount object be created to describe the mount point in /Network/Servers and that the unixHomeDirectory attribute on the User object would be set to the newly created map point.
The latter occurs, i.e. the unixHomeDirectory attribute is set to:
/Network/Servers/gio-storage-01.giodivine.com/Users/user01
The map point is never created in Active Directory, however. It did create a new container in AD at the root, i.e. cn=Mac OS X,dc=giodivine,dc=com, but nothing is ever created there.
I have attempted to completely remove all of the extended schema changes, re-compare an OD master against the AD PDC, recreate the schema changes LDF, and re-apply the changes to no avail.
Any information as to how I can find out exactly what call to ldap_add is being made so that I can somehow track down the faulty schema extension attribute would be helpful. Are there ways to enable verbose diagnostic logging of Workgroup Manager and it's accompanying modules?
Thanks in advance!
Deavon M. McCaffery
<Edited by Host>

Hi Scot,
Sometimes a third party backup application will change the default VSS provider adding VSS writers which causes Windows Server Backup using an incorrect component in doing backup, that's why I suggest to delete it for a test. Anyway you can reinstall it
after testing.
And as you said a high-load CPU could also be the cause of the issue so you may need to first rule hardware effective out.
If issue still exists, please try the steps below as well:
1. Please check DCOM Server Process Launcher service is started.
2. If not, try to change RPC service to run as SYSTEM account. To do this please modify the following key:
Note: Backup the key before edit incase it cause any issue.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RpcSs\
Find "ObjectName" and change the value to LocalSystem.
Reboot to see if DCOM back to work and if Windows Server Backup starts working. If not, please provide the result if there is any new error occurs.
If DCOM still not work, please compare the content of the following key with a working server:
HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
Edit if there is any difference and make sure you created a backup of the key before editing. 
If you have any feedback on our support, please send to [email protected]

Similar Messages

  • ISSUE WITH SUPPLIER SITE OPEN INTERFACE IMPORT PROGRAM in R12

    I am facing issue while submitting supplier site open interface import program programmatically using fnd_request.
    I am uploading the interface tables with the mandatory data and running the standard Request Set for Suppliers.The program is creating the Suppliers but is unable to create the Supplier Sites.It is getting completed with no rejections as well as imported records.
    It is updating the Supplier Sites Interface table (ap_supplier_sites_int ) with status as rejected with no rejected records in ap_supplier_int_rejections table.
    I am using the following code.
    Step 1 - call set_request_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling set_request_set...');
    success := fnd_submit.set_request_set ('SQLAP', 'FNDRSSUB852');--'FNDRSSUB1703');
    IF (NOT success)
    THEN
    RAISE srs_failed;
    ELSE
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program first time...'
    END IF;
    -- Step 2 - call submit program for each program in the set
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSUIMP',
    'STAGE10',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program second time...'
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSSIMP',
    'STAGE20',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    -- Step 3 - call submit_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling submit_set...');
    req_id := fnd_submit.submit_set (NULL, TRUE);
    IF (req_id = 0)
    THEN
    RAISE submitset_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Finished.');
    And in the interface table the record status is rejected and ther is no corresponding record in ap_supplier_int_rejections.
    but the supplier is getting created succesfully.
    ### Steps to Reproduce ###
    INSERT INTO ap_suppliers_int
    (exclusive_payment_flag,
    vendor_interface_id,
    vendor_name,
    segment1,
    vendor_type_lookup_code,-- set_of_books_id,
    status
    VALUES ('N', --'N',
    ap_suppliers_int_s.NEXTVAL,
    'TEST_REC4',
    4428813,
    'VENDOR', --2041,
    --rec_spl_site_bank_hdr.set_of_books_id,
    'NEW'
    INSERT INTO ap_supplier_sites_int
    (vendor_site_interface_id,
    vendor_interface_id,
    vendor_site_code,
    address_line1,
    city,
    state,
    zip,
    country,
    operating_unit_name,
    status --exclusive_payment_flag
    VALUES (ap_supplier_sites_int_s.NEXTVAL,
    -- VENDOR_SITES_INTERFACE_ID
    ap_suppliers_int_s.CURRVAL,
    -- VENDOR_INTERFACE_ID
    'REC_VDR_SITE4',
    -- VENDOR_SITE_CODE
    'REC_ADDR4',
    -- ADDRESS_LINE1,
    'REC_CITY4', --CITY
    'REC_STATE4', --STATE
    3442121,
    'US', -- COUNTRY,
    ' Test US Operating Unit',
    'NEW'
    );

    Hi
    I have the same issue with ap supplier sites interface program .. Did your problem got solved..I will be thankfull for any help
    Thanks

  • How to fix a issue with a corrupted LDAP?

    Hi all.
    I am new to this communty
    ll appreciate if some of the knowledgeable members can help me on few weblogic scenario based querries.
    so here's it:
    If your weblogic server fails to start after you enter your credentials; and you know it’s an issue with a corrupted ldap; how would you fix it?

    firstly, check if you are entering the correct data..
    1) If you are entering right and getting rejected, rename the LDAP directory and restart the servers.
    (It will create a new LDAP directory with encrpted values in their files)
    2) If you forgot your password, rename LDAP directory and replace the encripted password with the new password in boot.properties and restart the server(s)
    Please let me know if that does not work.
    PS.. DONOT delete the LDAP directory, rename it(just in case)...

  • I have an hardware issue with my iphone 5 64gb. its lock button in not working. for a fact i know that it can be replaced but my question is this that do they require the bill or anything to replace or they only require the phone in usa

    i have an hardware issue with my iphone 5 64gb. its lock button in not working. for a fact i know that it can be replaced but my question is this that do they require the bill or anything to replace or they only require the phone in usa

    Warranty and support is only valid in the country of origin.  The only exception being the EU where a device bought in any EU country can get warranty or service in any EU country.
    Warranty is determined by device (serial number), no documentation required.
    Apple does not repair devices, they replace them.  For that reason, ensure the device is backed up and any pictures take with the device are copied off the device prior to going in for service.

  • [svn:fx-trunk] 12001: Make List itemEditor work with FTETextInput via textInputClass style and remove unused _itemEditor from Tree .

    Revision: 12001
    Revision: 12001
    Author:   [email protected]
    Date:     2009-11-19 11:47:24 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Make List itemEditor work with FTETextInput via textInputClass style and remove unused _itemEditor from Tree.
    QE notes:
    Doc notes:
    Bugs: SDK24172
    Reviewer: Gordon
    Tests run: checkintests, list tests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/spark/MXFTEText.css

    This is a duplicate post.  This should be locked to avoid further confusion.
    My CSS wont change
    Nancy O.

  • Issue with NSCD and LDAP

    Hi folks,
    I have a working LDAP configuration on my Arch system as a client after following these directions.
    https://wiki.archlinux.org/index.php/LD … ient_Setup
    Generally speaking, everything works. However, I've noticed that if my system is idle for a while (say, overnight) I am unable to connect to the LDAP server for authentication unless I restart nslcd. I'm guessing it's something with my network. As a stop-gap solution, I tried enabling NSCD (as suggested by the Wiki page above) to do caching so I could still log in even if I cannot access the LDAP server.
    NSCD starts; however, I seem to be getting several errors on startup
    # systemctl status nscd
    cannot stat() file `/etc/netgroup': No such file or directory
    cannot create /var/db/nscd/passwd; no persistent database used
    cannot create /var/db/nscd/group; no persistent database used
    cannot create /var/db/nscd/hosts; no persistent database used
    cannot create /var/db/nscd/services; no persistent database used
    cannot create /var/db/nscd/netgroup; no persistent database used
    For the first error, it sounds like I need to add a netgroup file (I'll look that up). For the others, my *guess* is that it's a permission issue with nscd running as a user  without permission to write to /var/db; however, I checked my nscd.conf file (unmodified) and there's no server-user directive--according to the man page, this means the server should be running as root.
    Google searches for these errors turned up very old bugs; wondering if anyone else has run into this and if I've missed something in configuring nscd. The Wiki doesn't seem to have an entry for it that I was able turn up via the search.
    Thanks,
    Brian

    I have been considering using nscd in this way but haven't had time to test it.  The part that is confusing me is how a ldap user would be able to login at all if the server is not available:
    man 8 nscd wrote:
    Nscd provides caching for accesses of the passwd(5), group(5), and hosts(5) databases through standard libc interfaces, such as getpwnam(3), getpwuid(3), getgrnam(3), getgrgid(3), gethostbyname(3), and others.
    There  are two caches for each database: a positive one for items found, and a negative one for items not found.  Each cache has a separate TTL (time-to-live) period for its data.
    Note that the shadow file is specifically not cached.  getspnam(3) calls remain uncached as a result.
    I don't see how a user could login without their password being cached locally, which it isn't by design.  So, they can't authenticate.

  • Having 2 small issues with 10.4.3 interface - shift click & control click

    I am having two issues with 10.4.3 on my mom's computer.
    1) I Control-Click the mouse and I do get a shortcut menu on the desktop, on icons, etc. How can I get this back? I can not seem to find a preference that sets this.
    2) I am in iPhoto and would like to select multiple film rolls (consecutive rolls) by clicking the first and then clicking the last one that I would like and it is working like I am comand clicking and only selecting the two rolls that I have clicked on and not the ones in between.
    Any help in how to work this out would be great.
    Happy Turkey Day!
    K

    1) I Control-Click the mouse and I do get a shortcut menu on the desktop, on icons, etc. How can I get this back? I can not seem to find a preference that sets this.
    Do you have any third-party items in:
    /Library/Contextual Menu Items/
    /Users/YourUsername//Library/Contextual Menu Items/
    If you do, try dragging them onto your Desktop and then retry control-clicking.

  • Issue with very slow DNS lookup. SBS 2008 R2.

    (Preface: sorry if this is the wrong forum...new at this! X-posted from Reddit)
    I'm stumped with this one. Last week, the server installed a few updates, no problem, a handful of security stuff. Since then, I've been having issues with DNS lookups on every computer on the network. It will hang on "looking up <domain>.com..."
    and then after 20-30 seconds, it will show a "can't find the server" error. BUT THEN! When you click try again, it loads right up. And then it works fine. For a day or so. Then, the next day, or maybe just a few hours later, sometimes while browsing
    the same site, it will do the same thing. It's like the DNS server just forgets the lookups it's already done after a time.
    Things I've tried:
    restarting server (duh)
    rolling back updates
    reinstalling said updates
    restarting all network hardware from the gateway outwards
    restarting the service itself while the server is running
    The only thing the event log shows is a single error during startup - event ID 4015. The text reads:
    "The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is ' '."
    This error has only occurred once that I saw and did not occur on the most recent startup, but the issue is still present
    Active directory seems to be fine. No errors or warnings in it and no info from the event log is showing anything that seems to be helpful.
    I've looked around the KB but every article seems to be troubleshooting a much more specific problem or a different problem altogether, such as a misnamed, stuck, or incorrect DNS zone, or a DNS lookup that fails to complete altogether.

    Hi Craigglesofdoom,
    Would you please let us know current situation of this issue? Did you refer to above suggestions and solve this problem? If any update, please feel free to let us know.
    Please also run SBS BPA tool and check if find relevant issues.
    For Event ID 4015, please refer to following article and check if can help you.
    Event ID 4015 — DNS Server Active Directory Integration
    -->The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly.
    Please use dcdiag command-line tool. Any find?
    Domain Controller Diagnostics Tool (dcdiag.exe)
    Dcdiag for DNS: Test details explained
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Having issues with connecting via video chat with outside users

    When I invite certain ichat users that happen to be outside of my network to a chat, they click receive but after 15 seconds of attempting to connect, I get this error message asking me if I want to send the transcript to apple. Does anyone know what I can do?
    Date/Time: 2010-05-18 09:07:19 -0400
    OS Version: 10.6.3 (Build 10D573)
    Report Version: 4
    iChat Connection Log:
    2010-05-18 09:06:38 -0400: AVChat started with ID 1542186898.
    2010-05-18 09:06:38 -0400: [email protected]: State change from AVChatNoState to AVChatStateWaiting.
    2010-05-18 09:06:38 -0400: 0x115c7ad10: State change from AVChatNoState to AVChatStateInvited.
    2010-05-18 09:06:53 -0400: 0x115c7ad10: State change from AVChatStateInvited to AVChatStateConnecting.
    2010-05-18 09:06:53 -0400: [email protected]: State change from AVChatStateWaiting to AVChatStateConnecting.
    2010-05-18 09:07:15 -0400: 0x115c7ad10: State change from AVChatStateConnecting to AVChatStateEnded.
    2010-05-18 09:07:15 -0400: 0x115c7ad10: Error -8 (Did not receive a response from 0x115c7ad10.)
    2010-05-18 09:07:15 -0400: [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    2010-05-18 09:07:15 -0400: [email protected]: Error -8 (Did not receive a response from 0x115c7ad10.)
    Video Conference Error Report:
    23.484187 @/SourceCache/VideoConference/VideoConference-415.13/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    30.485439 @/SourceCache/VideoConference/VideoConference-415.13/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    37.486607 @/SourceCache/VideoConference/VideoConference-415.13/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    6.264078 @/SourceCache/VideoConference/VideoConference-415.13/Video Conference/VCInitiateConference.m:2059 type=2 (00000000/0)
    [Connection Data for call id: 1 returns 1
    15.481716 @/SourceCache/VideoConference/VideoConference-415.13/Video Conference/VCInitiateConference.m:2074 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    15.483074 @/SourceCache/VideoConference/VideoConference-415.13/Video Conference/VCInitiateConference.m:2266 type=2 (00000000/0)
    [Initiate Conference To User: u0 with Remote VCConnectionData: 1 with Local Connection Data: 1 conferenceSettings: 1]
    21.483750 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK01929caa6061335d
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=2051344037
    Call-ID: 1df627e3e6d57f4-627e-11df-94ce-ea637bca4012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    21.983868 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK01929caa6061335d
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=2051344037
    Call-ID: 1df627e3e6d57f4-627e-11df-94ce-ea637bca4012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    22.984005 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK01929caa6061335d
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=2051344037
    Call-ID: 1df627e3e6d57f4-627e-11df-94ce-ea637bca4012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    28.485011 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK35dbe84221e523f8
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=1539054575
    Call-ID: 1df627e4299a1de-627e-11df-94ce-efddea994012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    28.985106 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK35dbe84221e523f8
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=1539054575
    Call-ID: 1df627e4299a1de-627e-11df-94ce-efddea994012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    29.985248 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK35dbe84221e523f8
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=1539054575
    Call-ID: 1df627e4299a1de-627e-11df-94ce-efddea994012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    35.486230 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:53144 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK6c2b3b215d48dde3
    Max-Forwards: 70
    To: "u0" <sip:user@rip:53144>
    From: "0" <sip:user@lip:16402>;tag=780127647
    Call-ID: 1df627e46c5e56a-627e-11df-94ce-b88ce3e84012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    35.986311 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:53144 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK6c2b3b215d48dde3
    Max-Forwards: 70
    To: "u0" <sip:user@rip:53144>
    From: "0" <sip:user@lip:16402>;tag=780127647
    Call-ID: 1df627e46c5e56a-627e-11df-94ce-b88ce3e84012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    36.986471 @/SourceCache/VideoConference/VideoConference-415.13/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:53144 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK6c2b3b215d48dde3
    Max-Forwards: 70
    To: "u0" <sip:user@rip:53144>
    From: "0" <sip:user@lip:16402>;tag=780127647
    Call-ID: 1df627e46c5e56a-627e-11df-94ce-b88ce3e84012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 714
    v=0
    o=ad_kedsall 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2800
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3667778631
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:2550674411
    Video Conference User Report:
    0.000000 @:0 type=5 (00000000/16402)
    [Local SIP port]
    15.483077 @/SourceCache/VideoConference/VideoConference-415.13/Video Conference/VideoConferenceGlobalObjects.m:1670 type=5 (00000000/0)
    [Router]
    [BAD TEST]
    15.483082 @/SourceCache/VideoConference/VideoConference-415.13/Video Conference/VideoConferenceGlobalObjects.m:1672 type=5 (00000000/0)
    [CommNAT Result: 0x00000001
    Binary Images Description for "iChat":
    0x100000000 - 0x100281fff com.apple.iChat 5.0.3 (745) /Applications/iChat.app/Contents/MacOS/iChat
    0x101778000 - 0x1017affff com.apple.FWAVC 130.46 (46) /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x115806000 - 0x115844fff com.apple.DP.ScreenInputDevice 13.0 /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Apple ScreenInputDevice.plugin/Contents/MacOS/AppleScreenInputDevice
    0x115bae000 - 0x115bd8fff com.apple.mio.DAL.VDC_4 130.0 (1035) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x115be5000 - 0x115be9fff com.apple.audio.AudioIPCPlugIn 1.1.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x115bee000 - 0x115bf4fff com.apple.audio.AppleHDAHALPlugIn 1.8.4 (1.8.4fc3) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x115daa000 - 0x115fcdfff com.apple.audio.codecs.Components 2.0.1 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x1160ea000 - 0x1161b5fff com.apple.audio.units.Components 1.6.1 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x116bbf000 - 0x116be5fff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/G LRendererFloat
    0x116f4e000 - 0x117079fff com.apple.TundraUnits 130.0 (1035) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x117430000 - 0x1175bdfff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1175ee000 - 0x117a10fff com.apple.GeForceGLDriver 1.6.10 (6.1.0) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x119ac6000 - 0x119acafff com.apple.iChat.Styles.Balloons 5.0.3 (745) /Applications/iChat.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/MacO S/Balloons
    0x119f5b000 - 0x119f5dfff com.apple.iChat.PersonIconPlugIn 5.0.3 (745) /Applications/iChat.app/Contents/PlugIns/PersonIcon.plugin/Contents/MacOS/Perso nIcon
    0x200000000 - 0x2006c3fff com.apple.GeForceGLDriver 1.6.10 (6.1.0) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x7fff5fc00000 - 0x7fff5fc3bfff dyld /usr/lib/dyld
    0x7fff80003000 - 0x7fff80008fff com.apple.CommonPanels 1.2.4 (91) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff80009000 - 0x7fff8002bfff libexpat.1.dylib /usr/lib/libexpat.1.dylib
    0x7fff8002c000 - 0x7fff80032fff com.apple.DiskArbitration 2.3 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff80033000 - 0x7fff8007ffff libauto.dylib /usr/lib/libauto.dylib
    0x7fff80080000 - 0x7fff8014bfff com.apple.ColorSync 4.6.3 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8014c000 - 0x7fff8014efff com.apple.ImageIO.framework 3.0.2 (3.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8014f000 - 0x7fff80169fff com.apple.ScriptingBridge 1.1.2 (???) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff80350000 - 0x7fff803aefff com.apple.framework.IOKit 2.0 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff803af000 - 0x7fff803f4fff com.apple.CoreMediaIOServices 130.0 (1035) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff80409000 - 0x7fff8041ffff com.apple.MultitouchSupport.framework 204.12.1 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff80420000 - 0x7fff80441fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x7fff80442000 - 0x7fff80443fff liblangid.dylib /usr/lib/liblangid.dylib
    0x7fff80444000 - 0x7fff80553fff libcrypto.0.9.8.dylib /usr/lib/libcrypto.0.9.8.dylib
    0x7fff80554000 - 0x7fff80558fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x7fff80559000 - 0x7fff8059afff com.apple.SystemConfiguration 1.10.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8059b000 - 0x7fff805b1fff libbsm.0.dylib /usr/lib/libbsm.0.dylib
    0x7fff805b2000 - 0x7fff805b3fff libffi.dylib /usr/lib/libffi.dylib
    0x7fff80629000 - 0x7fff806defff com.apple.ink.framework 1.3.3 (107) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8072e000 - 0x7fff807abfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x7fff807ed000 - 0x7fff807edfff com.apple.Carbon 150 (152) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff807ee000 - 0x7fff80913fff com.apple.audio.toolbox.AudioToolbox 1.6.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8092a000 - 0x7fff809a8fff com.apple.CoreText 3.1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff809a9000 - 0x7fff8139efff com.apple.AppKit 6.6.5 (1038.29) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff81583000 - 0x7fff81598fff com.apple.LangAnalysis 1.6.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff81599000 - 0x7fff815aafff com.apple.DSObjCWrappers.Framework 10.6 (134) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff815ab000 - 0x7fff815d0fff com.apple.CoreVideo 1.6.1 (45.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff815d1000 - 0x7fff815d8fff com.apple.KerberosHelper 2.1 (1.0) /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff815e9000 - 0x7fff8161efff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x7fff81718000 - 0x7fff8179afff com.apple.QuickLookUIFramework 2.2 (327.4) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff817cb000 - 0x7fff817dafff com.apple.NetFS 3.2.1 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff817fc000 - 0x7fff81882fff com.apple.iLifeMediaBrowser 2.1.5 (368) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff81883000 - 0x7fff8188efff com.apple.HelpData 2.0.4 (34) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8188f000 - 0x7fff81a4dfff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x7fff81a4e000 - 0x7fff81addfff com.apple.PDFKit 2.5.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff81b94000 - 0x7fff81baafff com.apple.ImageCapture 6.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff81bab000 - 0x7fff81c37fff SecurityFoundation /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff81c38000 - 0x7fff81dbefff com.apple.JavaScriptCore 6531.22 (6531.22.5) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff81dd1000 - 0x7fff81e20fff com.apple.DirectoryService.PasswordServerFramework 6.0 /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff81ef9000 - 0x7fff81f99fff com.apple.LaunchServices 362.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff81f9a000 - 0x7fff81f9afff com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff81f9b000 - 0x7fff820b2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x7fff820b3000 - 0x7fff82223fff com.apple.MediaToolbox 0.484.5 (484.5) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff82224000 - 0x7fff8223dfff com.apple.CFOpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff82249000 - 0x7fff822f8fff edu.mit.Kerberos 6.5.9 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff822f9000 - 0x7fff822f9fff com.apple.ApplicationServices 38 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff822fa000 - 0x7fff82b04fff com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff82b05000 - 0x7fff82b29fff com.apple.ScreenSaver 3.0.1 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x7fff82b2a000 - 0x7fff82beafff com.apple.ApplicationServices.ATS 4.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff82beb000 - 0x7fff82c23fff libssl.0.9.8.dylib /usr/lib/libssl.0.9.8.dylib
    0x7fff82c24000 - 0x7fff82d99fff com.apple.CoreFoundation 6.6.1 (550.19) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff82d9a000 - 0x7fff82e17fff com.apple.backup.framework 1.2.2 /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff82e18000 - 0x7fff8325bfff com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8325c000 - 0x7fff83269fff com.apple.CoreGraphics 1.543.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8326a000 - 0x7fff8326afff com.apple.CoreServices 44 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8326b000 - 0x7fff832b2fff com.apple.QuickLookFramework 2.2 (327.4) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff832b3000 - 0x7fff83338fff com.apple.print.framework.PrintCore 6.2 (312.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff83339000 - 0x7fff83383fff com.apple.IMCore 5.0.2 (745) /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff83384000 - 0x7fff83385fff com.apple.audio.units.AudioUnit 1.6.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff83386000 - 0x7fff83420fff com.apple.ApplicationServices.ATS 4.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff83421000 - 0x7fff8346bfff com.apple.Metadata 10.6.3 (507.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8346c000 - 0x7fff8346efff com.apple.print.framework.Print 6.1 (237.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8349f000 - 0x7fff834b3fff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff834b4000 - 0x7fff834b5fff com.apple.TrustEvaluationAgent 1.1 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff834b6000 - 0x7fff834d1fff com.apple.datadetectors 2.1 (102.2) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff83500000 - 0x7fff83bfdfff com.apple.CoreGraphics 1.543.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff83bfe000 - 0x7fff83bfefff com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff83bff000 - 0x7fff83c22fff com.apple.iChat.IMFoundation 5.0.2 (745) /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff83c23000 - 0x7fff83c2efff com.apple.speech.recognition.framework 3.11.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff83c2f000 - 0x7fff83c78fff com.apple.securityinterface 4.0.1 (37214) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff83c79000 - 0x7fff83cb7fff com.apple.DebugSymbols 1.1 (70) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff83cb8000 - 0x7fff83d01fff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff83d08000 - 0x7fff83d20fff com.apple.iChat.InstantMessage 5.0.2 (745) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff83d21000 - 0x7fff83d64fff libtidy.A.dylib /usr/lib/libtidy.A.dylib
    0x7fff83d65000 - 0x7fff83e1efff libsqlite3.dylib /usr/lib/libsqlite3.dylib
    0x7fff83e1f000 - 0x7fff83e33fff com.apple.speech.synthesis.framework 3.10.35 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff83e34000 - 0x7fff83e68fff com.apple.remotedesktop.screensharing 1.2.1 /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x7fff83ef7000 - 0x7fff83efcfff com.apple.ImageIO.framework 3.0.2 (3.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff83eff000 - 0x7fff83f8ffff com.apple.SearchKit 1.3.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff83f90000 - 0x7fff84025fff com.apple.Bluetooth 2.3.1 (2.3.1f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff84026000 - 0x7fff84164fff com.apple.CoreData 102.1 (251) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff84165000 - 0x7fff841acfff com.apple.coreui 2 (114) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff841c1000 - 0x7fff841fcfff com.apple.AE 496.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff84236000 - 0x7fff842b1fff com.apple.ISSupport 1.9.3 (51) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff842b2000 - 0x7fff84cfafff com.apple.WebCore 6531.22 (6531.22.7) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff84cfb000 - 0x7fff84e14fff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff84e15000 - 0x7fff85113fff com.apple.HIToolbox 1.6.2 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff85114000 - 0x7fff85399fff com.apple.security 6.1.1 (37594) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8539a000 - 0x7fff853f1fff com.apple.Symbolication 1.1 (67) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff853f2000 - 0x7fff85421fff com.apple.iChat.IMRenderingFoundation 5.0.2 (745) /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMRenderingFound ation.framework/Versions/A/IMRenderingFoundation
    0x7fff85762000 - 0x7fff858d1fff com.apple.QTKit 7.6.6 (1729) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff858d2000 - 0x7fff859f1fff com.apple.PubSub 1.0.4 (65.12.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff85ab7000 - 0x7fff85c25fff com.apple.viceroy.framework 388.0 (415.13) /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x7fff85c26000 - 0x7fff85cf6fff com.apple.CFNetwork 454.9.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff85cf7000 - 0x7fff85d28fff com.apple.ApplicationServices.ATS 4.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff85d29000 - 0x7fff85d66fff com.apple.ApplicationServices.ATS 4.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff85d67000 - 0x7fff85d6bfff com.apple.iChat.IMSecurityUtils 5.0.2 (745) /System/Library/Frameworks/IMCore.framework/Frameworks/IMSecurityUtils.framewor k/Versions/A/IMSecurityUtils
    0x7fff85d6c000 - 0x7fff85d72fff com.apple.CoreGraphics 1.543.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff85dc3000 - 0x7fff85dc6fff com.apple.securityhi 4.0 (36638) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff85dc7000 - 0x7fff85ea1fff com.apple.vImage 4.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff85edd000 - 0x7fff86146fff com.apple.QuartzComposer 4.1 (156.13) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff86147000 - 0x7fff86172fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x7fff86173000 - 0x7fff861c8fff com.apple.framework.familycontrols 2.0.1 (2010) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff861c9000 - 0x7fff8622bfff com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8623b000 - 0x7fff8637afff com.apple.WebKit 6531.22 (6531.22.7) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8637b000 - 0x7fff8653afff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x7fff8653b000 - 0x7fff865a5fff com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff865b3000 - 0x7fff865c5fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x7fff865c6000 - 0x7fff8660efff com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8660f000 - 0x7fff86985fff com.apple.RawCamera.bundle 3.0.2 (527) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff86986000 - 0x7fff86989fff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8698a000 - 0x7fff86cbdfff com.apple.CoreServices.CarbonCore 861.6 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff86d08000 - 0x7fff86dbdfff com.apple.ColorSync 4.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff86dbe000 - 0x7fff86de6fff com.apple.DictionaryServices 1.1.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86de7000 - 0x7fff86e07fff com.apple.DirectoryService.Framework 3.6 (621.3) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff86e08000 - 0x7fff871a0fff com.apple.QuartzCore 1.6.1 (227.18) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff871ec000 - 0x7fff87207fff com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87208000 - 0x7fff87270fff com.apple.AppleVAFramework 4.8.11 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff87271000 - 0x7fff872f0fff com.apple.audio.CoreAudio 3.2.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff872f1000 - 0x7fff87322fff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff87323000 - 0x7fff87329fff com.apple.IOSurface 74.0 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8732a000 - 0x7fff87833fff com.apple.VideoToolbox 0.484.5 (484.5) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff87834000 - 0x7fff87a76fff com.apple.AddressBook.framework 5.0.1 (868) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff87a77000 - 0x7fff87ab0fff com.apple.MeshKit 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff87ab1000 - 0x7fff87b67fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x7fff87b68000 - 0x7fff87bacfff com.apple.ImageCaptureCore 1.0.1 /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff87bad000 - 0x7fff87badfff com.apple.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87bae000 - 0x7fff87c20fff com.apple.CoreSymbolication 2.0 (23) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff87c21000 - 0x7fff87c72fff com.apple.HIServices 1.8.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff87c73000 - 0x7fff87cb6fff com.apple.CoreGraphics 1.543.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff87e21000 - 0x7fff87e30fff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff87e31000 - 0x7fff87e73fff com.apple.CoreMedia 0.484.5 (484.5) /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff87e74000 - 0x7fff87e77fff com.apple.help 1.3.1 (41) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff87e78000 - 0x7fff87eb9fff com.apple.QD 3.35 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff87eba000 - 0x7fff87ee0fff com.apple.frameworks.preferencepanes 13.1 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff87ee1000 - 0x7fff87ee8fff com.apple.OpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87ee9000 - 0x7fff87f51fff com.apple.MeshKitRuntime 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff87f52000 - 0x7fff87f53fff com.apple.MonitorPanelFramework 1.3.0 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff87f60000 - 0x7fff87f90fff com.apple.shortcut 1.1 /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff87f91000 - 0x7fff87fb4fff com.apple.opencl 12.1 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff87fb5000 - 0x7fff88004fff com.apple.ImageIO.framework 3.0.2 (3.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff88005000 - 0x7fff88023fff com.apple.ImageIO.framework 3.0.2 (3.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff88024000 - 0x7fff8802ffff com.apple.CrashReporterSupport 10.6.3 (250) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff88030000 - 0x7fff88116fff com.apple.DesktopServices 1.5.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff88278000 - 0x7fff882e4fff com.apple.CorePDF 1.1 /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff882e5000 - 0x7fff882e5fff com.apple.quartzframework 1.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff882e6000 - 0x7fff882e6fff com.apple.Accelerate 1.6 (Accelerate 1.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff882e7000 - 0x7fff88568fff com.apple.Foundation 6.6.2 (751.21) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88569000 - 0x7fff88626fff com.apple.CoreServices.OSServices 357 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8865f000 - 0x7fff8889afff com.apple.imageKit 2.0.3 (1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8889b000 - 0x7fff888a9fff libkxld.dylib /usr/lib/system/libkxld.dylib
    0x7fff888b3000 - 0x7fff888b7fff com.apple.CoreGraphics 1.543.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff889b9000 - 0x7fff889e8fff com.apple.quartzfilters 1.6.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff889f0000 - 0x7fff88baafff com.apple.ImageIO.framework 3.0.2 (3.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff88bab000 - 0x7fff88bb3fff com.apple.DisplayServicesFW 2.2.2 (251) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff88bf1000 - 0x7fff88bf9fff com.apple.iChat.IMUtils 5.0.2 (745) /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff88bfa000 - 0x7fff88c37fff com.apple.LDAPFramework 2.0 (120.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff88c99000 - 0x7fff88da3fff com.apple.MeshKitIO 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff88da4000 - 0x7fff88db5fff libz.1.dylib /usr/lib/libz.1.dylib
    0x7fff88db6000 - 0x7fff88dbbfff com.apple.opengl 1.6.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff88dd2000 - 0x7fff88df8fff com.apple.ImageIO.framework 3.0.2 (3.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    Hi,
    What do you mean by "Your Network "?
    Is this LAN v WAN (Internet) Buddies ?
    Or do you mean not using the same ISP ?
    The Log Says
    Router
    BAD TEST
    15.483082 @/SourceCache/VideoConference/VideoConference-415.13/Video Conference/VideoConferenceGlobalObjects.m:1672 type=5 (00000000/0)
    CommNAT Result: 0x00000001
    Near the Bottom. (The Binary Images bit is useless at this stage).
    This suggests there is something "wrong" between your computer ad the Internet.
    This could be an issues between a modem that routes (Mostly DSL) and a router that might both be doing DHCP creating overlapping Subnets.
    It could be a NAT issue (How data from the Internet on the IP from your ISP gives you is translated to the LAN IP address of your computer).
    It may be as simple as missing DNS info in the modem or router or even computer.
    There are also some others caused by Dual connections to the modem such as Wifi and Ethernet the same time or "sharing" a neighbour's WiFi as well as Ethernet to your Own Internet connection.
    9:42 PM Wednesday; May 19, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Issue with Dial-via-Office and CDMA Carriers

    We recently deployed Communications Manger 9.1 with Jabber (CUPS) version 9 so that we could leverage the new Dial-via-Office feature on the iOS and Android Jabber client (version 9.1.1.21178).  DVO works great when on a non-enterprise Wi-Fi hotspot with VPN, but when using VPN over Sprint cell data, DVO disconnects after 59 seconds.  We suspect that because we are unable to send data while on a voice call that the Jabber client is unable to send a keepalive to the CUCM in order to keep the call connected.  As a result, the CUCM thinks that the call has dropped and then terminates the call.  We do not have this issue on GSM based phones.
    Does anyone know if there is a timer that can be modified such that the CUCM will not drop the call even if the keepalive doesnt exist?  Or, has anyone else found a solution to this? 
    Thanks,
    Chad

    The closest you'll be able to get for now is the Mobile Voice Access feature where he dials a number, authenticates, and can the dial another number that CUCM sources from the user's DN. The only part it won't do is call the user (DVO-Reverse).
    The DVO Forward/Reverse features are not supported by any currently shipping client. They used to be able to do this with CUMA but that is EoL. At least for now this hasn't made it's way into Jabber. The closest Jabber gets is a related feature where a call started on VoIP can be handed off to cellular. In that case CUCM does call the cell phone but the call has to start on VoIP.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Mutt new tags issue with Gmail via IMAP

    Hi all,
    I've been using Mutt for a while and I very much like it.
    However, Gmail's IMAP implementation is a bit weird and causing me some troubles. I'm accessing my Gmail account directly via Mutt (NO offlineimap and NO trash patch). In particular, I'm getting lots of emails marked as new in my All Mail folder that I've already read.
    I've realized that if I receive an email, then read it (or remove the new tag), mark it as deleted and then sync-mailbox, when I go to the All Mails mailbox it's still tagged as new.
    If I read the message, sync-mailbox (note this additional sync), mark it as deleted and then sync-mailbox once again, then it doesn't appear marked as new on the All Mails mailbox.
    Any clues? This is really driving me crazy. I must be doing something really wrong but I can't figure out what. I've already tried setting delete_untag without luck.
    Thanks in advance.
    For the record, I'm using Mutt 1.5.20 (with IMAP support but no trash patch). Here's my .muttrc:
    set realname = "..."
    set from = "..."
    set imap_user = $from
    set imap_pass = "..."
    set folder = imaps://imap.gmail.com/
    set spoolfile = +INBOX
    set postponed = +[Gmail]/Borradores
    set smtp_url = smtp://[email protected]:587/
    set smtp_pass = $imap_pass
    set copy = no
    set certificate_file = ~/.mutt/certificates
    set header_cache = ~/.mutt/cache/headers
    set message_cachedir = ~/.mutt/cache/bodies
    set sort = threads
    set sort_aux = reverse-last-date-received
    set pager_index_lines = 6
    set markers = no
    set timeout = 120
    set delete = yes
    set beep_new = yes
    bind index y imap-fetch-mail
    macro index pr "<change-folder>=INBOX<enter>"
    macro index pe "<change-folder>=[Gmail]/Enviados<enter>"
    macro index pb "<change-folder>=[Gmail]/Borradores<enter>"
    macro index pt "<change-folder>=[Gmail]/Todos<enter>"
    macro index ps "<change-folder>=[Gmail]/Spam<enter>"
    macro index pp "<change-folder>=[Gmail]/Papelera<enter>"

    I have this same issue using gmail with offlineimap -- because of the multiple tags, removing the INBOX tag (deleting from the inbox) doesn't remove the Unread status from the version stored in the All Mail (or archive) folder. I think we'd need a macro that detected the duplicate mail and marked both as read -- not sure if that'd work or not.
    I'd also like to figure out how to tell if an incoming message was automatically tagged with another label by my gmail filter (display what other labels are assigned to a message in any view).
    Anyone got any ideas?
    Scott

  • Issue with creating receipts(using interface) for a PO with multiple lines

    Hi,
    We have a receipts creation program which creates creates receipts.
    The issue is, if the PO contains 2 lines then the program creates receipts for only 1 line.Can someone suggest a solution for the same.
    Issue in Detail:
    The program works as follows
    - Populate rcv_header_interface table for Po Line#1 and Line#2
    - Populate rcv_transactions_interface table for Po Line#1 and Line#2
    - Invoke oracle std 'Receivogn Transaction Processor' program
    -Check for Receipt Number generated in the base table rcv_shipment_headers
    When we query the rcv_shipment_headers table, we found receipt_number is created for only Line#1.
    The data written to interaface table are as follows
    rcv_header_interface
    header_interface_id - sequence value
    GROUP_ID - sequence value
    Processing_status_code - 'PENDING'
    Receipt_source_code - 'VENDOR'
    transaction_type - 'NEW'
    vendor_name - <<derived from Po>>
    validation_flag -'Y'
    expected_receipt_date - current date
    WHO clolumns
    rcv_transactions_interface
    interface_transaction_id - seq value
    GROUP_ID - <<as header one>>
    header_interface_id - <<header data>>
    transaction_type - 'RECEIVE'
    transaction_date - current date
    processing_status_code - 'PENDING'
    processing_mode_code - 'BATCH'
    transaction_status_code - 'PENDING'
    employee_id - agent Id of PO,
    po_header_id - <<derived from Po>>
    po_line_id - <<derived from Po>>
    po_line_location_id - <<derived from Po>>
    validation_flag - 'Y'
    source_document_code 'PO',
    to_organization_code - NULL,
    expected_receipt_date - sysdate + 3
    Document_line_num - 1
    auto_transact_code - 'DELIVER'
    receipt_source_code - 'VENDOR'
    vendor_name - <<derived from Po>>
    destination_type_code - 'EXPENSE'
    document_shipment_line_num - 1
    amount - <<derived from Po>>
    po_distribution_id - <<derived from Po>>
    Have we missed any data tobe inserted into transactrin interface table because of which the transaction processor is geenrating receipt for Line#1 only?
    Thanks,
    Kamath.

    Hi,
    I have the same problem just now.
    Have you found some solutions about it ?
    thx
    Luigi

  • Issue with RRMX Via Enterprise Portal

    Hi,
    I need to start BEx Analyzer via Enterprise Portal. I was able to create a Transactional iView with the Transaction (RRMX) and linked this iview to a Role.
    Used Windows GUi to Login.
    I am also able to run this iView from Portal but the problem is that every time i click on the Analyzer link, it opens a GUI window in the back on the analyzer.
    so if i click on this link 5 times, it opens 5 GUI window in the back and then we have to close each of the windows manually.
    Is it possible to supress the GUI window that pops up in the back of Analyzer?
    Thanks in Advance.
    Niveda

    Atul,
    Thank you very much for your reply.
    With the option you mentioned, i was able to restrict the USER GUI Session to 1 along with the BEX Analyzer. But i do not want even this session to be visible. I only want the Business Explorer ( Only excel ) to be opened and not the Windows GUI session.
    The problem is that the Transaction iView first opens a Windows GUI BW Session then Runs the Transaction RRMX, which means it will always have a GUI session opened along with the BEx Analyzer.
    My requirement is have the BEx Analyzer with no GUI session.
    With the property you mentioned, we could restrict the no of GUI sessions opened to 1, i:e the number of GUI sessions opened is always 1 no matter how many times to click on the Bex Analyzer link on Portal. 
    Number of sessions = 0 does not work.
    I do not want even one GUI session opened when i click on the BEx Transactional iView.
    If not possible, Is it possible to close the opened GUI session using some parameters so that i use only see the Bex Analyzer?
    Hope i am clear with my requirements.
    Niveda

  • Issue with the sender file interfaces when using UTF-8 files

    Hello experts,
         We are having number of File to SAP interface scenarios in our business process. In the past, we are having the files coming to us in ASCII text format. Recently, because of the business process change(to handle multiple languages like Chinese), we are getting now the same files in UTF-8 format. So, we have changed the attribute File Type in the sender communication channel from Binary to Text and used encoding format as UTF-8.
    Now, when we see the processed files in PI, we are missing the Header record in the message. For example, we have the PO interface in the following format:
    Identifier     Information
    H     PO header information
    I     PO Item information
    I     PO Item information
    Once the file adapter picks this format kind of file and when we see the XML message in PI, it is just having only two Items information. The header part is not coming to PI at all and the message is trying to get processed inside SAP and therefore interface is failing.
    Additional observations made:
    u2022     We have checked the Document Offset field value too; it is initial for the interface.
    u2022     We added an empty line in the UTF-8 text file, it worked fine. But, this is not an ideal solution for us, because the system which generates these files, canu2019t handle it.
       Does any one has observed this kind of problem before? If so, can you please help me ...
    Thanks,
    Adithya K

    Thanks for all the information. Currently i've tried to use both modules (TextCodepageConversionBean and XMLAnonymizerBean) in my Sender File Adapter, but for now without any result...
    To describe the situation: i am using flatfiles which i am fetched from the file system (NFS) by the Sender File Adapter. To translate the characters to the XML strucutre, the File Content Conversion protocol is been used.
    The content conversion defines the structure base on the first two characters on each row in the flat file. This worked fine till one of our suppliers is delivering BOM characters like "EF BB BF" in the beginning of the file.The content conversion is not able to recognize my header characters in this situation, which will normally start with "01".
    Any suggestions?

  • Issue with Report to Report Interface

    Hi,
      I had interfaced Query 1 and Query 2.Query has char like Calmonth, Plant and Plant Platform in the mentioned sequence.When I click on Calmonth-> goto>Query 2 ,it is displaying all the details for that month.Its fine upto here.But when I click on Plant and Plant Platform and use goto> Query2 then it is shown all the details of that particular month instead of details for that plant of that particular month.
    Please let me know how to solve this issue.
    Thanks,
    Madhu.

    Hi Madhu,
    verify the Receiver Assignment.
    1.      Select your sender-receiver assignment in the Receiver table.
           2.      Choose  Assignment Details. The Field Assignments dialog box appears.
           3.      If you want to make changes to the individual fields, choose the required settings using input help. You can assign the processing method (type) of selections for characteristics and the permitted Selection Type, as well as designate the field as Required Entry Field.
    [http://help.sap.com/saphelp_nw70/helpdata/EN/a2/9b548d979de04180d15b5a55aa94aa/frameset.htm]
    hope this provides u info related...
    regards,
    NR

Maybe you are looking for

  • Troubleshooting "Failure to solve JavaScript variable" in OpenScript

    I'm new to OATS and need some help trying to debug two errors my script is getting. I'm trying to develop a simple script for a 3rd party application we use. The app itself has worked fine for a couple of years. I record a script of a simple transact

  • MacBook Pro turns off in seconds.

    My wife has a 2008 MacBook Pro and when she turned it off last night it's decided to not turn on again. If I just push the power button it stays on for about three seconds, then shuts off. However if I hold the power button down and don't let go, it

  • Error in TMS - File not found

    Hello, I am getting  a particular error while importing any request in the system it is ending with error code '12'. Reason is system unable to find file \sapmnt\trans\tmp\<source SID><b>R</b><req no.>.<target SID>... Can any body help me to come ove

  • Trouble updating safari on eMac running os x 10.3

    I have downloaded the most recent version of Safari from Mac.com, but anytime I try to install it, I get a message saying "the bill of materials for this package was not found".  Is there a security feature I can shut off that is possibly keeping me

  • Windows 2008 R2 RPC errors

    We have 2 Windows 2008 R2 servers, with all current windows updates applied. However, it seems that sometimes the AD replication just stops working . When you try to replicate manually you get told the RPC server is unavailable.  I have tried running