Problems Deploying with SMS/SCCM User Context

Here are the alternate methods (as opposed to the user context) deploying NI Software using SMS:
Use an Admin context, as opposed to a system or user context. 
Precaching the software. This may require a lot of hard disk space - 4 GB for some packages;  However, the end users would require much more than the 4G available in order to install all of the software that was downloaded (it will expand to about 8G), so we would it is unlikely that the caching would be the cause of the problem in scenarios where the end user doesn't have enough hard drive space.   You could we use a script to delete the cache after the install.
Hard-coding the distribution point IDs into a batch file.
Cheers,
David Goldberg
National Instruments
Software R&D

Try asking on the OC4J or Web Services forums.
A quick search there for oracle.j2ee.ws.tools.wsa.cli.ant.GenProxy seems to indicate the usage of axis as a common theme for this problem instances.
http://forums.oracle.com/forums/forum.jspa?forumID=97

Similar Messages

  • I need to upgrade the silverlight version that is deployed with the SCCM 2012 client installation

    We have SCCM 2012 SP1 installed and I need to upgrade the version of silverlight that get installed on the client deployement.
    The version that is automaticly deployed is 5.1.10411.0 and this one is not compatible with Firefox.  When you click on Application Catalog it start the browser but it fails to load because of the silverlight plug-in that is not up to date.  The
    version that is working fine is the 5.1.20913.0 and it's already installed on my SCCM site server.
    So that is why I'm looking to upgrade the silverlight that is installed with the SCCM client.
    I know that a simple workarround would be to create a package that would be deployed after the client gets installed, but why not changing the original package at the source instead of installing twice the same software the get the right version!
    Is there someone that could point me where I could upgrade this Silverlight prerequirement software version ?

    Note that I have not tested either of these and they will not be supported by Microsoft. 
    1. Copy your new version of Silverlight.exe to C:\Program Files\Microsoft Configuration Manager\Client\i386
    (you'll have to re-distribute the client package after this).
    OR
    2. You could edit the ccmsetup.xml file with an alternative location for silverlight.exe
    </Item>
     <Item FileName="i386/Silverlight.exe" FileHash="417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151">
      <Applicability Platform="ALL" OS="ALL">
       <Skip>Embedded</Skip>
      </Applicability>
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Wireless Deployment with Active Directory User Group Integration

    I am trying to find out the best practice in deploying a WLAN for users in the cooperate environment, which uses their company active directory integrated laptops to join to the WLAN.
    I know this can be done using certificates easily but I want to just find a way to deploy this without certificates and only based on the AD user group. Maybe a Radius server + LDAP server integration solution would be great.
    Please advice. Thanks.
    Cheers
    Lal Antony
    www.lalantony.com

    The easiest way to deply this is with a Microsoft toolkit, it has everything you need included, manuals, scripts to install and configure server-side components and it's very easy to use. You can get it from here:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=60c5d0a1-9820-480e-aa38-63485eca8b9b&displaylang=en
    It's based on Win2003 server but I've been advised by MS that it should be OK on Win2008 as well.

  • Problems deploying with SDM on SAP Netweaver Testdrive on Linux

    Hello,
    I tried to deploy the System Analyzer (see SAP-Note 770702) for NW 04 on the SAP Netweaver Testdrive on Linux (Technology Preview SAP NetWeaver 04 - SAP Web Application Server on Linux and MaxDB).
    When I try to deploy it with the RemoteGui, the GUI hangs after the step 2 ('show deployment proposals for SCAs/SDA's to be deployed'). There is no error in the logfiles.
    When I try to deploy it on the command line (standalone modus), I get the following error:
    >>>
    Caught Exception: java.lang.NullPointerException
    java.lang.NullPointerException
            at com.sap.sdm.serverext.sdmprovided.DeplParamVarSubstProcessorImpl.doSubstitution(DeplParamVarSubstProcessorImpl.java:238)
            at com.sap.sdm.serverext.sdmprovided.DeplParamVarSubstProcessorImpl.findSubstitution(DeplParamVarSubstProcessorImpl.java:75)
            at com.sap.sdm.serverext.servertype.fs.cpo.CPOFSJavaFileSet.<init>(CPOFSJavaFileSet.java:58)
            at com.sap.sdm.serverext.servertype.fs.cpo.CPOFSJavaFileSets.<init>(CPOFSJavaFileSets.java:41)
            at com.sap.sdm.serverext.servertype.fs.cpo.CPOFSJavaFactory.createNewFileSets(CPOFSJavaFactory.java:24)
            at com.sap.sdm.serverext.servertype.fs.FSJavaDeploymentActionProcessor.<init>(FSJavaDeploymentActionProcessor.java:87)
            at com.sap.sdm.serverext.servertype.fs.FSJavaDeploymentActionHandler.createDeploymentActionProcessor(FSJavaDeploymentActionHandler.java:25)
            at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.createDeploymentActionProcessor(PhysicalDeploymentActionExecutor.java:104)
            at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.createDeploymentActionProcessor(DeploymentActionImpl.java:102)
            at com.sap.sdm.app.proc.deployment.states.StateRequestTargets.processEvent(StateRequestTargets.java:69)
            at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
            at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
            at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.processStartInstallation(DeployerImpl.java:168)
            at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:80)
            at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:182)
            at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)
            at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
            at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
            at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
            at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
            at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
            at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
            at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
            at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)
            at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)
            at com.sap.sdm.control.command.Command.exec(Command.java:42)
            at SDM.main(SDM.java:21)
    Severe (internal) error. Return code: 16
    <<<
    Any ideas?
    Thank's a lot
    Peter

    Hi Peter,
    Testdrive is a manipulated version that may miss some parts. It is definitely not intended for installing any additional SAP software nor tools on it.
    Regards,
    Benny

  • Problems connecting with another iChat user

    I am a fairly new user of Mac, and have recently just started using iChat, so please bear with me.
    I am using iChat version 4.0.7, and my friend is using that too. I am using an iChat account and he is using a Mobile Me account. We have tried video chatting, and have been unable to connect. This is the error log
    Date/Time: 2009-04-18 20:40:28.808 +0100
    OS Version: 10.5.6 (Build 9G55)
    Report Version: 4
    iChat Connection Log:
    2009-04-18 20:40:03 +0100: AVChat started with ID 1513843101.
    2009-04-18 20:40:03 +0100: [email protected]: State change from AVChatNoState to AVChatStateWaiting.
    2009-04-18 20:40:03 +0100: 0x1a4f0ad0: State change from AVChatNoState to AVChatStateInvited.
    2009-04-18 20:40:09 +0100: 0x1a4f0ad0: State change from AVChatStateInvited to AVChatStateConnecting.
    2009-04-18 20:40:09 +0100: [email protected]: State change from AVChatStateWaiting to AVChatStateConnecting.
    2009-04-18 20:40:17 +0100: 0x1a4f0ad0: State change from AVChatStateConnecting to AVChatStateEnded.
    2009-04-18 20:40:17 +0100: 0x1a4f0ad0: Error -7 (0x1a4f0ad0 cancelled the connection.)
    2009-04-18 20:40:17 +0100: [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    2009-04-18 20:40:17 +0100: [email protected]: Error -7 (0x1a4f0ad0 cancelled the connection.)
    Video Conference Error Report:
    18.239007 @SIP/SIP.c:2719 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    18.239574 @SIP/SIP.c:2719 type=4 (900A002D/0)
    [SIPConnectIPPort failed]
    631.540731 @SIP/SIP.c:2719 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    631.541141 @SIP/SIP.c:2719 type=4 (900A002D/0)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    0.285253 @Video Conference/VCInitiateConference.m:1584 type=2 (00000000/0)
    [Connection Data for call id: 1 returns 1
    10.220861 @Video Conference/VCInitiateConference.m:1599 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    10.230388 @Video Conference/VCInitiateConference.m:1703 type=2 (00000000/0)
    [Initiate Conference To User: u0 with Remote VCConnectionData: 1 with Local Connection Data: 1 conferenceSettings: 1]
    16.238125 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK1dafc0fb5d894399
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=598832797
    Call-ID: 5021b136-2c4f-11de-8d1a-abe387964012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 742
    v=0
    o=wanchinlim 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1616337058
    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 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:3288315748
    16.739151 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK1dafc0fb5d894399
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=598832797
    Call-ID: 5021b136-2c4f-11de-8d1a-abe387964012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 742
    v=0
    o=wanchinlim 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1616337058
    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 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:3288315748
    17.740129 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK1dafc0fb5d894399
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=598832797
    Call-ID: 5021b136-2c4f-11de-8d1a-abe387964012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 742
    v=0
    o=wanchinlim 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1616337058
    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 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:3288315748
    18.239526 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:50544;branch=z9hG4bK2742405a5ae64e23
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=2122546466
    Call-ID: 51531644-2c4f-11de-8d1a-9dcdc8484012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:50544>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 744
    v=0
    o=wanchinlim 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 50544 RTP/AVP 110 121 12 3 0
    a=rtcp:50544
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:1616337058
    m=video 50544 RTP/AVP 123 126 34
    a=rtcp:50544
    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 50544 VIDEO 50544
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:3288315748
    101.173346 @Video Conference/VCInitiateConference.m:1584 type=2 (00000000/0)
    [Connection Data for call id: 3 returns 1
    101.380388 @Video Conference/VCInitiateConference.m:1599 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    257.674818 @Video Conference/VCInitiateConference.m:1584 type=2 (00000000/0)
    [Connection Data for call id: 4 returns 1
    293.896738 @Video Conference/VCInitiateConference.m:1584 type=2 (00000000/0)
    [Connection Data for call id: 5 returns 1
    294.216041 @Video Conference/VCInitiateConference.m:1599 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    616.983549 @Video Conference/VCInitiateConference.m:1584 type=2 (00000000/0)
    [Connection Data for call id: 6 returns 1
    623.524684 @Video Conference/VCInitiateConference.m:1599 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    623.530407 @Video Conference/VCInitiateConference.m:1703 type=2 (00000000/0)
    [Initiate Conference To User: u0 with Remote VCConnectionData: 1 with Local Connection Data: 1 conferenceSettings: 1]
    629.540489 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK0673201d6fe493ad
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=14074581
    Call-ID: bdafd98e-2c50-11de-8d1a-a702a3874012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 742
    v=0
    o=wanchinlim 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:3633135132
    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 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:1852210268
    630.041516 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK0673201d6fe493ad
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=14074581
    Call-ID: bdafd98e-2c50-11de-8d1a-a702a3874012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 742
    v=0
    o=wanchinlim 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:3633135132
    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 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:1852210268
    631.042911 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK0673201d6fe493ad
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=14074581
    Call-ID: bdafd98e-2c50-11de-8d1a-a702a3874012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 742
    v=0
    o=wanchinlim 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 121 12 3 0
    a=rtcp:16402
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:3633135132
    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 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:1852210268
    631.541096 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:50544;branch=z9hG4bK7909a582337abc3e
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=474646374
    Call-ID: bee122f4-2c50-11de-8d1a-ee1570964012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:50544>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 744
    v=0
    o=wanchinlim 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2530
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 50544 RTP/AVP 110 121 12 3 0
    a=rtcp:50544
    a=rtpmap:121 speex/16000
    a=rtpmap:122 speex/8000
    a=rtpmap:113 X-AAC_LD/44100
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:3633135132
    m=video 50544 RTP/AVP 123 126 34
    a=rtcp:50544
    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 50544 VIDEO 50544
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:1852210268
    Video Conference User Report:
    0.000000 @:0 type=5 (00000000/16402)
    [Local SIP port]
    Binary Images Description for "iChat":
    0x1000 - 0x23cfff com.apple.iChat 4.0.7 (616) /Applications/iChat.app/Contents/MacOS/iChat
    0x2b1000 - 0x324fff com.apple.Bluetooth 2.1.3 (2.1.3f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x372000 - 0x4cdfff com.apple.viceroy.framework 363.27 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x53d000 - 0x57cfff com.apple.vmutils 4.1 (104) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x59e000 - 0x5b7fff com.apple.frameworks.preferencepanes 12.2 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x5d1000 - 0x60bfff com.apple.remotedesktop.screensharing 1.0.1 /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x61b000 - 0x62ffff com.apple.ScreenSaver 2.2 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x640000 - 0x65efff libexpat.1.dylib /usr/lib/libexpat.1.dylib
    0x666000 - 0x6d6fff com.apple.iLifeMediaBrowser 2.0.2 (321) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x721000 - 0x752fff com.apple.iChatCommonGUI 4.0.5 (616) /System/Library/PrivateFrameworks/iChatCommonGUI.framework/iChatCommonGUI
    0x77b000 - 0x77dfff com.apple.BezelServicesFW 1.4.925 /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x78b000 - 0x78bfff com.growl.GrowlSafariLoader 1.0 (1.1) /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/Grow lSafariLoader
    0x790000 - 0x790fff com.ksuther.chax.loader ??? (2.2) /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    0x7bd000 - 0x7cafff com.apple.QuartzComposer.Backdrops 1.1 /System/Library/Graphics/Quartz Composer Patches/Backdrops.plugin/Contents/MacOS/Backdrops
    0x7f5000 - 0x7f8fff com.apple.iChat.Styles.Boxes 4.0.3 (616) /Applications/iChat.app/Contents/PlugIns/Boxes.transcriptstyle/Contents/MacOS/B oxes
    0x900000 - 0x905fff com.apple.iChat.Styles.Balloons 4.0.3 (616) /Applications/iChat.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/MacO S/Balloons
    0x90c000 - 0x912fff com.apple.iChat.Styles.Compact 4.0.3 (616) /Applications/iChat.app/Contents/PlugIns/Compact.transcriptstyle/Contents/MacOS /Compact
    0x91a000 - 0x91cfff com.apple.iChat.Styles.Text 4.0.3 (616) /Applications/iChat.app/Contents/PlugIns/Text.transcriptstyle/Contents/MacOS/Te xt
    0x922000 - 0x950fff com.ksuther.chax ??? (2.2) /Library/InputManagers/Chax/Chax.bundle/Contents/Resources/Chaxmain.bundle/Contents/MacOS/Chaxmain
    0x1582e000 - 0x15a26fff com.apple.RawCamera.bundle 2.0.13 (435) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x15f1a000 - 0x15f23fff com.apple.IOFWDVComponents 1.9.5 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x15f34000 - 0x15f37fff com.apple.audio.AudioIPCPlugIn 1.0.5 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x15f3d000 - 0x15f42fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x15f92000 - 0x15fcdfff com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x15fda000 - 0x16008fff com.apple.QuickTimeIIDCDigitizer 7.6 (1290) /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x16013000 - 0x16061fff com.apple.QuickTimeUSBVDCDigitizer 2.2.6 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x1606f000 - 0x161f2fff com.apple.opengl 1.5.9 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x16220000 - 0x16588fff com.apple.GeForce8xxxGLDriver 1.5.36 (5.3.6) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x168c3000 - 0x168dffff com.apple.opengl 1.5.9 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x17b42000 - 0x17d0ffff com.apple.audio.codecs.Components 1.6.5 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x18757000 - 0x18757fff liblangid.dylib /usr/lib/liblangid.dylib
    0x18c5f000 - 0x18c5ffff com.apple.JavaPluginCocoa 12.2.0 /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x18c65000 - 0x18c6bfff com.apple.JavaVM 12.2.2 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x18c74000 - 0x18c75fff com.apple.iChat.PersonIconPlugIn 4.0.3 (616) /Applications/iChat.app/Contents/PlugIns/PersonIcon.plugin/Contents/MacOS/Perso nIcon
    0x18c7b000 - 0x18c80fff com.apple.CoreGraphics 1.407.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x193f8000 - 0x193fafff com.apple.AutomatorCMM 1.1 (160) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x19e2c000 - 0x19e33fff com.getdropbox.finderplugin ??? (169) /Users/wanchinlim/Library/Contextual Menu Items/DropboxPlugin.plugin/Contents/MacOS/DropboxPlugin
    0x19e3f000 - 0x19e40fff com.apple.BluetoothMenu 2.1.3 (2.1.3f8) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x19e45000 - 0x19e4afff com.apple.FolderActionsMenu 1.3.2 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x1a394000 - 0x1a397fff com.apple.iokit.IOQTComponents 1.6 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x1baf3000 - 0x1bb0ffff com.apple.QuartzComposer.ExtraPatches 2.1 (106.13) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x1bb21000 - 0x1bb3efff com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x8fe00000 - 0x8fe2dfff dyld /usr/lib/dyld
    0x90003000 - 0x90069fff com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9006a000 - 0x90138fff com.apple.JavaScriptCore 5525.26 (5525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90203000 - 0x9022bfff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9022c000 - 0x9063cfff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x906ac000 - 0x907dffff com.apple.CoreFoundation 6.5.5 (476.17) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x907e0000 - 0x907e0fff com.apple.ApplicationServices 34 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x908d6000 - 0x908d8fff com.apple.CrashReporterSupport 10.5.5 (159) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x908d9000 - 0x909b9fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x909ba000 - 0x90a61fff com.apple.QD 3.11.54 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90a62000 - 0x90a69fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90a6a000 - 0x90a99fff com.apple.AE 402.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90a9a000 - 0x90a9afff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90a9b000 - 0x90af5fff com.apple.CoreText 2.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90af6000 - 0x90b93fff com.apple.CFNetwork 422.15.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90b94000 - 0x90c5bfff com.apple.vImage 3.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90c5c000 - 0x90c8dfff com.apple.quartzfilters 1.5.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90c8e000 - 0x90ca5fff com.apple.datadetectors 1.0.1 (66.2) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x90ca6000 - 0x90ce7fff com.apple.CoreGraphics 1.407.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90ce8000 - 0x90cfefff com.apple.DictionaryServices 1.0.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90cff000 - 0x90e00fff com.apple.PubSub 1.0.3 (65.1.2) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x90e01000 - 0x90e5efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90f03000 - 0x90f0afff com.apple.CoreGraphics 1.407.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90f11000 - 0x90f8efff com.apple.audio.CoreAudio 3.1.1 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90f8f000 - 0x91460fff com.apple.opengl 1.5.9 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91461000 - 0x914b0fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x914b1000 - 0x91b51fff com.apple.CoreGraphics 1.407.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91b52000 - 0x91b53fff libffi.dylib /usr/lib/libffi.dylib
    0x91b54000 - 0x91b58fff com.apple.OpenDirectory 10.5 /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x91b63000 - 0x91c13fff edu.mit.Kerberos 6.0.12 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91c14000 - 0x91c4bfff com.apple.SystemConfiguration 1.9.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91dde000 - 0x91de5fff com.apple.agl 3.0.9 (AGL-3.0.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91de6000 - 0x91e05fff com.apple.ImageIO.framework 2.0.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91e06000 - 0x91e92fff com.apple.LaunchServices 290.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91e93000 - 0x91ee1fff com.apple.datadetectorscore 1.0.2 (52.14) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91ee2000 - 0x91fc7fff com.apple.CoreData 100.1 (186) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91fc8000 - 0x91fd5fff com.apple.opengl 1.5.9 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91fd6000 - 0x91fdafff com.apple.ImageIO.framework 2.0.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92013000 - 0x92052fff com.apple.CoreMediaIOServicesPrivate 15.0 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x92053000 - 0x920defff com.apple.framework.IOKit 1.5.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x920df000 - 0x92103fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x92104000 - 0x92128fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x92129000 - 0x9216bfff com.apple.NavigationServices 3.5.2 (163) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9216c000 - 0x921a2fff libtidy.A.dylib /usr/lib/libtidy.A.dylib
    0x921a3000 - 0x921c1fff com.apple.DirectoryService.Framework 3.5.5 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x921c2000 - 0x921d0fff libz.1.dylib /usr/lib/libz.1.dylib
    0x922b3000 - 0x922fdfff com.apple.securityinterface 3.0.1 (35183) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x922fe000 - 0x9247efff com.apple.CoreAUC 3.02.0 /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9247f000 - 0x924f1fff com.apple.PDFKit 2.1.2 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x924f2000 - 0x925b0fff com.apple.WebKit 5525.27 (5525.27.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x925b1000 - 0x9288bfff com.apple.CoreServices.CarbonCore 786.11 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92af5000 - 0x92af8fff com.apple.help 1.1 (36) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92af9000 - 0x92b83fff com.apple.DesktopServices 1.4.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92b84000 - 0x92ba1fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92bae000 - 0x92bb2fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x92bb3000 - 0x92bb8fff com.apple.CommonPanels 1.2.4 (85) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92bb9000 - 0x92be1fff com.apple.shortcut 1 (1.0) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92be2000 - 0x92c3efff com.apple.htmlrendering 68 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92c3f000 - 0x92ebafff com.apple.Foundation 6.5.7 (677.22) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92ebb000 - 0x92eccfff com.apple.CFOpenDirectory 10.5 /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x92ecd000 - 0x92ef6fff com.apple.CoreMediaPrivate 15.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x92f04000 - 0x92f0efff com.apple.audio.SoundManager 3.9.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92f0f000 - 0x92f41fff com.apple.LDAPFramework 1.4.5 (110) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92f42000 - 0x9307afff com.apple.imageKit 1.0.2 (1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9307b000 - 0x931e2fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x931e3000 - 0x93580fff com.apple.QuartzCore 1.5.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93581000 - 0x93889fff com.apple.HIToolbox 1.5.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9388a000 - 0x93944fff com.apple.CoreServices.OSServices 226.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93945000 - 0x93ac4fff com.apple.AddressBook.framework 4.1.1 (699) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93ac5000 - 0x93ac5fff com.apple.audio.units.AudioUnit 1.5 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93ac6000 - 0x93ac8fff com.apple.securityhi 3.0 (30817) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93ac9000 - 0x93ac9fff com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93aca000 - 0x93ad2fff com.apple.DiskArbitration 2.2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93ad3000 - 0x93ad3fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93ad4000 - 0x93aeffff com.apple.ImageIO.framework 2.0.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93af0000 - 0x93b08fff com.apple.openscripting 1.2.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93b09000 - 0x93b09fff com.apple.Cocoa 6.5 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93b78000 - 0x93bc1fff com.apple.Metadata 10.5.2 (398.25) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93bc2000 - 0x94213fff com.apple.WebCore 5525.26 (5525.26.6) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94214000 - 0x9421ffff com.apple.CoreGraphics 1.407.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94220000 - 0x94358fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x94359000 - 0x943ecfff com.apple.ink.framework 101.3 (86) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x943ed000 - 0x953c8fff com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x953c9000 - 0x95403fff com.apple.securityfoundation 3.0.1 (35844) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95439000 - 0x955f5fff com.apple.QuartzComposer 2.1 (106.13) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x955f6000 - 0x955f8fff com.apple.ImageIO.framework 2.0.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x955f9000 - 0x95df7fff com.apple.AppKit 6.5.6 (949.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95df8000 - 0x95e7ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x95e80000 - 0x95eabfff libauto.dylib /usr/lib/libauto.dylib
    0x95eac000 - 0x95eeafff com.apple.opengl 1.5.9 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95eeb000 - 0x95f03fff com.apple.CoreVideo 1.6.0 (20.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95f04000 - 0x95f0bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x95f0c000 - 0x95f1bfff com.apple.DSObjCWrappers.Framework 1.3 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95f1c000 - 0x95f21fff com.apple.backup.framework 1.0 /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95f22000 - 0x95f40fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95f41000 - 0x95fc0fff com.apple.SearchKit 1.2.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95fc1000 - 0x960a2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x960a3000 - 0x9611dfff com.apple.print.framework.PrintCore 5.5.3 (245.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9611e000 - 0x96270fff com.apple.audio.toolbox.AudioToolbox 1.5.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96271000 - 0x962b5fff com.apple.DirectoryService.PasswordServerFramework 3.0.3 /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x962b6000 - 0x96349fff com.apple.ApplicationServices.ATS 3.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9634a000 - 0x96490fff com.apple.ImageIO.framework 2.0.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96491000 - 0x964e2fff com.apple.framework.familycontrols 1.0.3 /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x964e3000 - 0x964effff com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x964f0000 - 0x964fcfff com.apple.opengl 1.5.9 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x964fd000 - 0x964fdfff com.apple.MonitorPanelFramework 1.2.0 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x964fe000 - 0x96511fff com.apple.IMUtils 4.0.5 (583) /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x96512000 - 0x96512fff com.apple.quartzframework 1.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96513000 - 0x96540fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96541000 - 0x9659afff com.apple.opengl 1.5.9 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9659b000 - 0x9664dfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x9664e000 - 0x9665dfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9665e000 - 0x9665efff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9665f000 - 0x96668fff com.apple.speech.recognition.framework 3.7.24 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96669000 - 0x9666efff com.apple.DisplayServicesFW 2.0.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9666f000 - 0x96684fff com.apple.ImageCapture 5.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96685000 - 0x96695fff com.apple.LangAnalysis 1.6.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96696000 - 0x96713fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96751000 - 0x967a2fff com.apple.HIServices 1.7.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x967a8000 - 0x967a8fff com.apple.Carbon 136 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x967a9000 - 0x967a9fff com.apple.CoreServices 32 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x967aa000 - 0x96b68fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96b69000 - 0x96ba8fff com.apple.ImageIO.framework 2.0.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96ba9000 - 0x96c74fff com.apple.ColorSync 4.5.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96c78000 - 0x96f9dfff com.apple.QuickTime 7.6.0 (1290) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96f9e000 - 0x96fd8fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96fd9000 - 0x96fdffff com.apple.print.framework.Print 218.0.2 (220.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96fe0000 - 0x97097fff com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97098000 - 0x970b4fff com.apple.IMFramework 4.0.5 (583) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x970b5000 - 0x970c5fff com.apple.speech.synthesis.framework 3.7.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x970c6000 - 0x97294fff com.apple.security 5.0.4 (34102) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0xc0000000 - 0xc0008fff com.growl.growlframework 0.7.3 /Library/InputManagers/Chax/Chax.bundle/Contents/Resources/Chax_main.bundle/Con tents/Frameworks/Growl.framework/Growl
    I wonder whether anyone can help me troubleshoot this. Thanks!!

    Hi,
    I am afraid it is time to get a new modem.
    Thomson-Alcatel do what is called Binding of SIP (A protocol iChat and VoIP phones use) to port 5060.
    SIP is supposed to use port 5060-5063 (if one is busy then another)
    The Binding presumes the User has a VoIP phone.
    Unfortunately since version 5 firmware (Late 500 series devices onwards) this has not been able to be fully disabled.
    See here http://www.ralphjohns.co.uk/page4a.html#_text for more.
    I believe the firmware is now up to version 7 with no improvements.
    With the Version 4 firmware the symptoms look intermittent.
    Out of 50 Buddies you would get a 10:10:30 split.
    10 Success every time.
    10 Now and then
    30 Never Successful in Video
    The Binding could be fully undone and give you success with everyone.
    In Version 5 and upwards the Unbinding only changes you to 15:5:30
    As I said, get a new Modem.
    Get one with UPnP but NOT MIMO if Wireless (MIMO still has to be ratified in to the 802.11N Draft and iChat "sees" it has multiple Network Connections).
    3:25 PM Sunday; April 19, 2009

  • Reset or Clear SAP user context by external RFC caller program

    Hello,
    I have a SAP system with performance problems due to a SAP user context starts using a lot of memory.
    This user context comes from an External RFC caller program written in Delphi and which uses the SAP RFC SDK provided by SAPGUI 6.40: SAP Automation library, SAPFuntionsOCX, I mean, using methods in the object "SAPFunctions" in SAPFunctionsOCX in file "wdtfuncU.ocx", in SAPGUI directory.
    Everytime we have performance problems, this RFC SAP user context is using near 1400 Mb of extended memory, although there is a lot of free physical RAM memory available, there are free dialog processes and CPU load is low (no more than 30%).
    This performance problem is solved by closing the external program (written in Delphi) which connects to SAP via RFC.
    This external program works for the warehouse management and connects to SAP several times per minute. Due to connection performance and the high frequency with which this external program must connect to SAP, the connection to SAP is not closed after each call to RFC SAP function modules.
    The extended memory used by this SAP RFC user is growing along time. I detected, using ST03 transaction, that these user sessions have always the same transaction code hash, I mean, although the external programs call the same SAP RFC funcion modules several times (¡¡¡ always clearing the variables at the beginning and at the end of de ABAP code, with ABAP commands like REFRESH and FREE ¡¡¡¡) the technical transaction code is the same and I suppose the user context (in extended memory) is not deleted.
    I think it is better than the external program close the context memory (similar to "/n" okcode in SAPGUI).
    But we don't want to close the connection, because the external program connects to SAP with a high frequency, and the logon process is expensive.
    Is there any way to send something similar to "/n" (end of transaction) from the external program? Is there any command in the SAP RFC SDK library (SAPFuntionsOCX or something similar?
    I cannot find any method to do that in the object "SAPFunctions" in SAPFunctionsOCX in file "wdtfuncU.ocx", in SAPGUI directory.
    Old information for Object Classes "SAPFunctions" in SAPFunctionsOCX in file "wdtfuncU.ocx", in SAPGUI directory, is described in the following URL:
    http://help.sap.com/saphelp_45b/helpdata/en/39/7e00d1ac6011d189c60000e829fbbd/frameset.htm
    But I cannot find anything related to something similar to a "/n" in SAPGUI.
    As I have the SAPGUI installed on my desktop, I can see all SAP RFC classes and methods from Excel, by opening the Visual Basic editor.
    I am only asking a way to send to SAP a command to free the user context used for an open RFC session in order to avoid the memory used to be continuously growing, without having to close the RFC session.
    The external program only calls a certain SAP function module periodically and we want to free the user context between calls without logging off. This is the same, very similar, as if we called that function from SAPGUI and we used "/n" in SAPGUI between calls.
    Anyone can help me?
    Thanks and best regards.

    Hello,
    I don't know if this will solve your problem, but you may be using MF 'RFC_CONNECTION_CLOSE' between each call of you RFC function.
    Regards
    Brice
    Edited by: blsapsdn on Apr 15, 2011 5:27 PM

  • Problem with update SCCM client to Sp1 CU3 on Windows 2008 server

    Hi all,
    I have problem with update SCCM client on Windows 2008 Server to 2012 Sp1 CU3. I have sent to deployment package with update (SP1 Cumulative Update 3 - server update) on four servers and after few minutes I have got in Monitoring\Deployment details four
    this same errors in "Asset Details":
    USER Message ID
    Status type Description
    NT\AUTHORITY\SYSTEM  1006
    Error 3003
    I love that types of error... which is har to find answer on google :-( I have tried but I haven't find any constructive :-( Did you met with something similar? Which log I should check (sorry - I'm still noob in SCCM2012) to update actual SCCM Client SP1
    (5.00.7804.1000) to SP1 CU3 (5.00.7804.1400)? 
    Thank you.

    I see in fodler with CU3 updates, are four packages:
    - SP1 Cumulative update 3 - x64 client update
    - SP1 Cumulative update 3 - x86 client update
    - SP1 Cumulative update 3 - server update 
    - SP1 Cumulative update 3 - console update
    It will be stupid but... maybe I should deploy x64 client update package? 

  • What share and NTFS permissions must I give users to deploy software through SCCM?

    What share and NTFS permissions must I give users to deploy software through SCCM? I have one folder with all of the applications and would like to know.
    Thanks
    James A+, Network+, MCP

    That still doesn't help. We're not prying, we're trying to help but we honestly have no idea what you are talking about. The more and better details that you can provide, the better we can help.
    "Because I want to know" adds no value and does not help us help you. We need technical details -- we can't see what you are seeing and we can't read your mind.
    And, you didn't really answer any of my questions.
    I'll take another wild-guess though: If you are talking about the source file locations referenced within packages and applications, users do not access those. The computer account for the systems hosting the SMS Provider needs read access to the location(s)
    specified. Yes, this means both NTFS and share permissions assuming they are being referenced via a UNC.
    Finally, there is no service account. If you've changed the account that the SMS_EXECUTIVE is running under, you're are now in a completely unsupported state that will have many issues. If instead you are talking about the Network Access Account, that is
    *not* a service account and is *not* used to access content source files.
    Once again though, we're simply guessing because no one has any idea what you're doing. Please provide actual, technical details.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Cancel waiting call with SMS problem and advertisement

    Hi All,
    I've a serious problem and I appreciate if anyone can help me on it. Recently, I've upgraded my new Xperia Z1 to the latest software, but after I did that rejection calls with SMS is stop working and I don't know what to do for that !!
    Also, I have another problem as there is a lot of advertisement appears automatically which is so annoying. I need to stop this stupid adv. Can anyone here help me please.
    I'm a new user for Sony brand and Android OS generally, I hope if you can help me.
    Thanks,

    That seems to be an app acting up, repair your phone with SUS or PCC > do NOT install any app for couple of hours > test your phone 
    Update Service (SUS)
    PC Companion (PCC)
    Bridge (for Mac)
    Alternatives on How to backup Xperias
    http://talk.sonymobile.com/thread/36355
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Callback function is called with sys user context.

    1. Create AQ Queue table
    2. Create AQ Queue "MyQueue"
    3. Start Queue "MyQueue"
    4. Register "Subscriber1"
    5. Register "MyQueue"."Subscriber1" with Notification URL : PLSQL:\\Mypackage.SP_Callback
    Till here everything is fine...
    6. Enqueue message into "MyQueue" with "Subscriber1" as recipient.
    7. Now AQ notification is fired and as a result Its calling "Mypackage.SP_Callback".
    Here the problem is "Mypackage.SP_Callback" is called from SYS user context. i.e if i capture the dbuser its "SYS" who is invoking the AQ notification call back method, "Mypackage.SP_Callback".
    Do i have any settings so that "Mypackage.SP_Callback" is called with a specific user account instead of "SYS".
    Please help me...
    Edited by: user13421038 on Jun 30, 2011 5:06 AM

    Hello,
    From what is mentioned in this thread this issue is the same as that discussed in Note 552771.1. The issue should be resolved in 10.2.0.4 and 11.1.0.6 onwards.
    Thanks
    Peter

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • I have a problem with ALV Grid User Command?

    Hi Experts,
    I have a problem with ALV GRID User Command.
    I am calling TCODE IW33 (Order Display) from the ALV output at first time by selecting an order. But, User command is calling IW33 Initial screen with blank value of order. Even I checked in debugging the value what I selected is passing properly, but once that screen (IW33 Initial) displays, value doesn't appear. Then, Manually, I  created another session and gone to TCODE IW33 and displayed an order. After that I came out from that order. Then again run my ALV program and selected another order, now order is displaying, but not what I selected current order instead of displaying previous order what I just displayed manually. If I selected any other order, system will display the same order what I dislayed manually.
    Here is my code.
    FORM user_command_alv  USING u_ucomm TYPE sy-ucomm
                           us_self_field TYPE slis_selfield.
    CASE u_ucomm.
    WHEN '&IC1'.
    READ TABLE it_final INDEX us_self_field-tabindex INTO wa_final.
            WHEN 'ORDER'.
              IF NOT wa_final-order IS INITIAL.
                SET PARAMETER ID 'COK' FIELD wa_final-order.
                CALL TRANSACTION 'IW33' AND SKIP FIRST SCREEN.
              ENDIF.
    endform.
    PARAMETER ID 'COK'  also the standard one.
    Could you please help me out, Where I did wrong?
    If I select any order, that order only should display.
    Thanks in advance.
    Regards,
    Sarayu.
    Code Formatted by: Alvaro Tejada Galindo on Jan 8, 2009 2:33 PM

    hi,
    Please check it once the Paramater ID is 'ANR' for IW33 order number.
    Hope this may help.
    Regards,
    Sravanthi

  • Problem with creating new user in portal = portlet is not visible

    Hi,
    I've got a problem with creating new users in portal. In the Administer tab of the builder is the user portlet not visible.
    How can I make this portlet visible?
    Please Help
    thank you...
    Gilbert

    Hi..my problem slightly similar.
    I created one new user, and didn't select anything from "Public Groups Assignment" and "Privilege Assignment" for him.
    I expect the user will be a public user.
    But, when he try to logged in the portal,
    He cannot see all the PORTLETS related to database values..
    All he can see just LINKS -that all in my portal right now beside the report from database that the user cannot see :)
    So, what did i do wrong?
    Plz Advise, and thanks.

  • Problem with non iPhone users receiving my text sent pictures. Can I make them smaller files?

    Problem with non iPhone users receiving my text sent pictures.  Can I make them smaller files? I know that is possible for email sent pics.

    My bad,  It was a Verizon problem.  When they upgraded my phone they were supposed to remove all blocks on messaging . Found out they did not do this.  All messaging now works.  Thanks for listening.

  • Mac: With my user profile, it is not possible for me to announce me to the Creative Cloud, with a different user profile, it goes without problems.

    With my user profile, it is not possible for me to announce me to the Creative Cloud, with a different user profile, it goes without problems. Creative Cloud Desktop has been uninstalled and reinstalled. There is no error message.

    john beardsworth wrote:
    John Waller wrote:
    However, Adobe will soon introduce Cloud only features into Lightroom CC for which LR6 (perpetual license) owners will have to wait until LR7 (paid upgrade).
    That is possible, John, but it is only speculation on your part. Might, not will.
    kwdaves wrote:
    There is a "Lightroom 6" upgrade available for US $79 if you have a valid license for any of the earlier versions. From what I can tell, the only difference between Lightroom 6 Full, Lightroom 6 Upgrade and LightroomCC is in the license. The download file is the same.
    Other differences - with CC you get LrMobile/LrWeb and they throw in a free copy of Photoshop too.
    Yes, but when I bought my standalone license and clicked on the "Download" button it took me to the LightroomCC page. The downloaded file is named Lightroom 6, but in the CC app the installed program is LightroomCC (2015).

Maybe you are looking for

  • How to Send a mail whenever employee is Hired

    Dear Experts, How to send a mail to concern mangaer whenever a nes PERNR ( Employee ) is hired? Regards, sudher

  • Unable to Modify quantity in STO

    Experts,                  We are in post implementation support for mill products. User Created a STO with qty X, later he wanted to modify qty to Y system is not allowing to modify. After changing the qty when he try to save STO  system says no data

  • Crystal Reports 2013 Service Pack2

    where can I download the SP 2? I have buy a single licence

  • Finding last cell in column that matches certain value?

    I'm trying to make a function that will find the last cell in a column that has a specified value. For instance, if I have a table with: A B C T F F T F T F T T F T F and I want to find the last cell in column C that has a value of T (meaning True),

  • Signon tracing enable multi-session trace file?

    Hi Guys, When I enable PeopleCode tracing in signon tracing link, I found trace file was generated with somebody else name. I was thinking it should generate my trace file only. Does anyone know if it is correct or these is any configuration about th