JAX WS generated client for Contact WSDL V2.0 is not working

Hi,
I have generated stubs for Contact WSDL v2.0 using Metro JAX WS tool. I tried to use the generated stubs but was failed.
     Contact_Service service = new Contact_Service();
     Contact contService = service.getContact();
     BindingProvider bp = (BindingProvider) contService;
     Map<String, Object> context = bp.getRequestContext();
     context.put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, sessionEndPoint);
The execution of service.getContact() statement completes in approx 15-20 mins with the below exception stack trace:
     Thread [main] (Suspended (exception InvocationTargetException))     
          GeneratedConstructorAccessor22.newInstance(Object[]) line: not available     
          DelegatingConstructorAccessorImpl.newInstance(Object[]) line: 27     
          Constructor<T>.newInstance(Object...) line: 513     
          PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo) line: 113     
          ClassBeanInfoImpl<BeanT>.<init>(JAXBContextImpl, RuntimeClassInfo) line: 164     
          JAXBContextImpl.getOrCreate(RuntimeClassInfo) line: 479     
          JAXBContextImpl.<init>(JAXBContextImpl$JAXBContextBuilder) line: 305     
          JAXBContextImpl$JAXBContextBuilder.build() line: 1100     
          ContextFactory.createContext(Class[], Collection<TypeReference>, Map<Class,Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, boolean) line: 143     
          JAXBRIContext.newInstance(Class[], Collection<TypeReference>, Map<Class,Class>, String, boolean, RuntimeAnnotationReader) line: 95     
          JAXBContextFactory$1.createJAXBContext(SEIModel, List<Class>, List<TypeReference>) line: 97     
          AbstractSEIModelImpl$1.run() line: 148     
          AbstractSEIModelImpl$1.run() line: 140     
          AccessController.doPrivileged(PrivilegedExceptionAction<T>) line: not available [native method]     
          SOAPSEIModel(AbstractSEIModelImpl).createJAXBContext() line: 140     
          SOAPSEIModel(AbstractSEIModelImpl).postProcess() line: 83     
          RuntimeModeler.buildRuntimeModel() line: 244     
          WSServiceDelegate.createSEIPortInfo(QName, Class, WebServiceFeature...) line: 687     
          WSServiceDelegate.addSEI(QName, Class, WebServiceFeature...) line: 675     
          WSServiceDelegate.getPort(WSEndpointReference, QName, Class<T>, WebServiceFeature...) line: 330     
          WSServiceDelegate.getPort(QName, Class<T>, WebServiceFeature...) line: 313     
          WSServiceDelegate.getPort(QName, Class<T>) line: 295     
          Contact_Service(Service).getPort(QName, Class<T>) line: 99     
          Contact_Service.getContact() line: 72     
          Main.main(String[]) line: 25     
I have also generated stubs for Contact WSDL v1 using JAX-WS and it was working fine.
I am wondering why JAX-WS stubs for Contact WSDL V2 is not working. I have also generated stubs for both v1 and v2 WSDL using Axis tool, and it was working fine.
Can anyone suggest us the workaround/solution to this issue.
Thanks for your patients and time.
Regards
Ravish

Hello Ravish,
Can you please confirm the following:
1) Check the Admin>Web Services Utilization page in CRMOD to see if the request is received
2) Do you receive any response from CRMOD on the client side and if so, please post the SOAP response
3) Have you tried other objects and had any issues with them?
Thanks,
Sean

Similar Messages

  • Failed to generate client proxy from WSDL definition for this service

    Hi,
    I am using Weblogic 8.1 SP1. I created a webservice which takes a XMLBean object
    as parameter and returns another XMLBean object. The web service works fine when
    tested using the workshop's test browser but when i am trying to generate a client
    proxy trough the workshop's test browser, it displays this warning:
    Failed to generate client proxy from WSDL definition for this service
    and does not generate the proxy.
    I'll appreciate any thoughts on this.
    Thanks
    Sandeep

    Hi Sandeep,
    Could you try invoking clientgen [1] directly to see if this properly
    consumes your WSDL?
    Thanks,
    Bruce
    [1]
    http://e-docs.bea.com/wls/docs81/webserv/anttasks.html#1080160
    Sandeep wrote:
    >
    Hi,
    I am using Weblogic 8.1 SP1. I created a webservice which takes a XMLBean object
    as parameter and returns another XMLBean object. The web service works fine when
    tested using the workshop's test browser but when i am trying to generate a client
    proxy trough the workshop's test browser, it displays this warning:
    Failed to generate client proxy from WSDL definition for this service
    and does not generate the proxy.
    I'll appreciate any thoughts on this.
    Thanks
    Sandeep

  • How to generate client for GetFile service of Webcenter Content Management.

    How to generate client for GetFile service of Webcenter Content Management.
    Downloaded file : GetFile.wsdl
    <?xml version="1.0" encoding="utf-8" ?>
    - <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.stellent.com/GetFile/" targetNamespace="http://www.stellent.com/GetFile/" xmlns="http://schemas.xmlsoap.org/wsdl/">
    - <types>
    - <s:schema elementFormDefault="qualified" targetNamespace="http://www.stellent.com/GetFile/">
    - <s:element name="GetFileByID">
    - <s:complexType>
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="dID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="rendition" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="extraProps" type="s0:IdcPropertyList" />
    </s:sequence>
    </s:complexType>
    </s:element>
    - <s:element name="GetFileByIDResponse">
    - <s:complexType>
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetFileByIDResult" type="s0:GetFileByIDResult" />
    </s:sequence>
    </s:complexType>
    </s:element>
    - <s:complexType name="GetFileByIDResult">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="FileInfo" type="s0:FileInfo" />
    <s:element minOccurs="0" maxOccurs="1" name="downloadFile" type="s0:IdcFile" />
    <s:element minOccurs="0" maxOccurs="1" name="StatusInfo" type="s0:StatusInfo" />
    </s:sequence>
    </s:complexType>
    - <s:element name="GetFileByName">
    - <s:complexType>
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="dDocName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="revisionSelectionMethod" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="rendition" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="extraProps" type="s0:IdcPropertyList" />
    </s:sequence>
    </s:complexType>
    </s:element>
    - <s:element name="GetFileByNameResponse">
    - <s:complexType>
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetFileByNameResult" type="s0:GetFileByNameResult" />
    </s:sequence>
    </s:complexType>
    </s:element>
    - <s:complexType name="GetFileByNameResult">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="FileInfo" type="s0:FileInfo" />
    <s:element minOccurs="0" maxOccurs="1" name="downloadFile" type="s0:IdcFile" />
    <s:element minOccurs="0" maxOccurs="1" name="StatusInfo" type="s0:StatusInfo" />
    </s:sequence>
    </s:complexType>
    - <s:complexType name="FileInfo">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="dDocName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dDocTitle" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dDocType" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dDocAuthor" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dSecurityGroup" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dDocAccount" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="dRevClassID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="dRevisionID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="dRevLabel" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dIsCheckedOut" type="s:boolean" />
    <s:element minOccurs="0" maxOccurs="1" name="dCheckoutUser" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dCreateDate" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dInDate" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dOutDate" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dStatus" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dReleaseState" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dFlag1" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dWebExtension" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dProcessingState" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dMessage" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dReleaseDate" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dRendition1" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dRendition2" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dIndexerState" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dPublishType" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dPublishState" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dDocID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="dIsPrimary" type="s:boolean" />
    <s:element minOccurs="0" maxOccurs="1" name="dIsWebFormat" type="s:boolean" />
    <s:element minOccurs="0" maxOccurs="1" name="dLocation" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dOriginalName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dFormat" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dExtension" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="dFileSize" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="CustomDocMetaData" type="s0:IdcPropertyList" />
    </s:sequence>
    </s:complexType>
    - <s:complexType name="StatusInfo">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="statusCode" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="statusMessage" type="s:string" />
    </s:sequence>
    </s:complexType>
    - <s:complexType name="IdcPropertyList">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="property" type="s0:IdcProperty" />
    </s:sequence>
    </s:complexType>
    - <s:complexType name="IdcProperty">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
    </s:sequence>
    </s:complexType>
    - <s:complexType name="IdcFile">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="fileName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="fileContent" type="s:base64Binary" />
    </s:sequence>
    </s:complexType>
    </s:schema>
    </types>
    - <message name="GetFileByIDSoapIn">
    <part name="parameters" element="s0:GetFileByID" />
    </message>
    - <message name="GetFileByIDSoapOut">
    <part name="parameters" element="s0:GetFileByIDResponse" />
    </message>
    - <message name="GetFileByNameSoapIn">
    <part name="parameters" element="s0:GetFileByName" />
    </message>
    - <message name="GetFileByNameSoapOut">
    <part name="parameters" element="s0:GetFileByNameResponse" />
    </message>
    - <portType name="GetFileSoap">
    - <operation name="GetFileByID">
    <input message="s0:GetFileByIDSoapIn" />
    <output message="s0:GetFileByIDSoapOut" />
    </operation>
    - <operation name="GetFileByName">
    <input message="s0:GetFileByNameSoapIn" />
    <output message="s0:GetFileByNameSoapOut" />
    </operation>
    </portType>
    - <binding name="GetFileSoap" type="s0:GetFileSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    - <operation name="GetFileByID">
    <soap:operation soapAction="http://www.stellent.com/GetFile/" style="document" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    - <operation name="GetFileByName">
    <soap:operation soapAction="http://www.stellent.com/GetFile/" style="document" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="GetFile">
    - <port name="GetFileSoap" binding="s0:GetFileSoap">
    <soap:address location="http://localhost:7101/_dav/cs/idcplg" />
    </port>
    </service>
    </definitions>

    Hi,
    I would suggest you to check the time recording functionality, see
    details in:
    http://help.sap.com/saphelp_sm70ehp1_sp26/helpdata/en/d5/299631364d4e959
    c6609ca3bc24740/content.htm
    Another possibility is configuring the Service Level Agreement, see
    details in SDN blog:
    Service Desk: SLA configuration hints
    https://weblogs.sdn.sap.com/pub/wlg/24813
    or
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24813
    Thanks
    Regards,
    Vikram

  • I have Photoshop CS5. I downloaded the script for contact sheets. It didn't work. How do I do it?

    I have Photoshop CS5. I downloaded the script for contact sheets. It doesn't work. How do I do it?

    Adobe - Photoshop : For Windows : Photoshop CS5 Optional Plugins
    Adobe - Photoshop : For Macintosh : Photoshop CS5 Optional Plug-Ins (Mac)
    Optional Automate Plug-ins:
    NOTE: We strongly encourage the use of the CS5 Optional Automate Plug-Ins Installer over attempting to manually install any of the following Optional Automate Plug-ins:
    • Contact Sheet II
    • Picture Package (ContactSheetII)
    • Web Photo Gallery (WebContactSheetII) plus presets
    • Script for Layer Comps to Web Photo Gallery
    INSTALLATION INSTRUCTIONS
    Refer to the included ReadMe file that has plug-in descriptions and installation instructions.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Note these also work in the perpetual CS6 Windows version not the Subscription CS6 version.  Some may work on the Mac however Picture Package(Contact sheet II) will not work on the MAC for Mac CS6 is 64Bit only and there was only a 32Bit plug-in for Mac CS6.  There are 32bit and 64bit versions for windows. I install these manually....

  • I've been using the speaker feature for dictation. Suddenly it's not working. Any ideas?

    I've been using the speaker feature for dictation. Suddenly it's not working. Any ideas?

    Please follow this article:
    http://support.apple.com/kb/TS1567
    it should help
    let me know

  • How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    Create a group and send mail
    http://www.dummies.com/how-to/content/how-to-create-a-basic-contact-group-in-mac -os-x-li.html
    http://www.macworld.com/article/1165582/how_to_email_groups_with_mail.html
    Best.

  • HT1695 Wi-Fi to your iPhone does not work with the knowledge that I have worked Restart for the same purpose network does not work What is the solution please help as soon as

    Wi-Fi to your iPhone does not work with the knowledge that I have worked Restart for the same purpose network does not work What is the solution please help as soon as

    Okay, the Wi-Fi doesn't work.  Turn it on.
    Beyond that, we cannot offer any other assistance as you've failed to provide useful details of the problem.
    When responding, post in your native language as your English makes very little sense.

  • We have 2 versions of Portuguese in our application. The problem is only for Brazilian Portuguese and the other one is working just fine. Locale for portugese-brazil (pt-BR) is not working

    We have 2 versions of Portuguese in our application. The problem is only for Brazilian Portuguese and the other one is working just fine.
    Locale for portugese-brazil (pt-BR) is not working.

    No. Something else is going on.
    Your son may be hogging all the bandwidth but your wireless network should never simply disappear. Moreover, if your son isn't doing anything the available bandwidth for other devices should remain unaffected.
    I suspect that something is miswired, and from what you describe I suspect that link is between the Extreme and the "other computer".
    The way to accomplish what you propose is
    Modem > Ethernet cable to Extreme's WAN port
    Extreme's LAN ports > wired Ethernet devices.
    There should be nothing but an Ethernet cable linking an Extreme LAN port and any other wired device. If you run out of available LAN ports on the Extreme, you need to by an "Ethernet switch" - they are not expensive, but don't call it a "splitter" or you will only confuse yourself. The switch would be connected to one of the Extreme's LAN ports, and you would connect additional devices to it. You can also use one of your Expresses for that purpose, assuming it is the current generation model with two Ethernet ports.

  • Generate clients for multiple WSLDs using 'clientgen' task.

    Issue -
    I am trying to generate WS clients for multiple Services(WSDLs). I am using 'clientgen' task. But a 'clientgen'task accepts only one WSDL. If I have more one that one 'clientgen' task, some of the
    common classes (generated) are overwritten.
    For eg.
    WSDL for Contract 1
    <s:element name="executeResponse">
    <s:complexType>
    <s:sequence>
    <s:element ref="soa:CancelOrderResponse"/>
    </s:sequence>
    </s:complexType>
    </s:element>
    <message name="executeSoapOut">
    <part name="parameters" element="s0:executeResponse"/>
    </message>
    <portType name="CancelOrderSoap">
    <operation name="execute">
    <input message="s0:executeSoapIn"/>
    <output message="s0:executeSoapOut"/>
    </operation>
    </portType>
    <service name="CancelOrder">
    <port name="CancelOrderSoap" binding="s0:CancelOrderSoap">
    <soap:address location="http://localhost:7001/CoreWSProject/sync/CancelOrder.jws"/>
    </port>
    </service>
    WSDL for Contract 2
    <s:element name="executeResponse">
    <s:complexType>
    <s:sequence>
    <s:element ref="soa:CancelOrderResponse"/>
    </s:sequence>
    </s:complexType>
    </s:element>
    <message name="executeSoapOut">
    <part name="parameters" element="s0:executeResponse"/>
    </message>
    <portType name="CancelOrderSoap">
    <operation name="execute">
    <input message="s0:executeSoapIn"/>
    <output message="s0:executeSoapOut"/>
    </operation>
    </portType>
    <service name="CancelOrder">
    <port name="CancelOrderSoap" binding="s0:CancelOrderSoap">
    <soap:address location="http://localhost:7001/CoreWSProject/sync/CancelOrder.jws"/>
    </port>
    </service>
    GENERATED CODE
    A class ExecuteResponse will be generated for each service. This class gets overwritten if you use
    multiple 'clientgen' tasks.
    Question
    Is there way to specify multiple WSDLs in 'clientgen' task so that i should be able to package
    all the clientcode in one jar without any namespace issues ?
    - Sandeep V

    If the classes have the same namespace, by default, the same Java package name will be created. There is a packageName attribute on the clientgen Ant task, which provides some control over the Java package name that is used.
    There is no way to specify multiple WSDLs to the clientgen Ant task. This makes sense if you subscribe to the notion that a WSDL represents a Web Service. It sounds like you can achieve what you want by:
    1. Running clientgen on the first WSDL,
    2. Use Ant to extract the contents of the generated JAR into a directory (with a name like clientgen),
    3. Running clientgen on the next WSDL,
    4. Use Ant to extract the contents of the generated JAR into the same clientgen directory,
    5. etc, etc.
    Afterwards, you would just need to use Ant to JAR up the clientgen directory. Again, you'll want to specify a different packageName attribute for each WSDL.
    HTH,
    Mike Wooten

  • Generate client from secured WSDL URL

    I was playing arounf with the (excellent) Web Service Proxy generation wizard in JDeveloper.
    It works great but I did run into one annoying issue.
    When I try to enter an URL to a WSDL that will serve as the source for the proxy generation JDeveloper is not able to find it if the URL requires some form of authentication. In my example the service requires basic username/password authentication (and so does the ?WSDL).
    I can work around it by accessing the WSDL through my browser and storing it locally but I'd prefer to use the direct URL so that I can easily refresh it. Is there something I'm doing wrong?

    Thanks for the assistance, I've saved the WSDL locally and secured the proxy, now I get the following error :
    SEVERE: No username found
    Exception in thread main
    oracle.j2ee.ws.common.soap.fault.SOAP11FaultException: No username found
    at oracle.security.wss.interceptors.AbstractSecurityInterceptor.throwSOAPFaultException(AbstractSecurityInterceptor.java:222)
    at oracle.security.wss.interceptors.AbstractSecurityInterceptor.handleOutbound(AbstractSecurityInterceptor.java:196)
    at oracle.security.wss.interceptors.ClientInterceptor.handleRequest(ClientInterceptor.java:48)
    at oracle.j2ee.ws.common.mgmt.runtime.InterceptorChainImpl.handleRequest(InterceptorChainImpl.java:122)
    at oracle.j2ee.ws.common.mgmt.runtime.AbstractInterceptorPipeline.handleRequest(AbstractInterceptorPipeline.java:87)
    at oracle.j2ee.ws.client.StubBase._preRequestSendingHook(StubBase.java:646)
    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:141)
    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:111)
    at testsms.runtime.Service1Soap_Stub.ws_submitSimple(Service1Soap_Stub.java:453)
    at testsms.Service1SoapClient.ws_submitSimple(Service1SoapClient.java:52)
    at testsms.Class1.main(Class1.java:41)
    Caused by: FAULT CODE: InvalidSecurity FAULT MESSAGE: No username found
    at oracle.security.wss.WSSecurity.build(WSSecurity.java:1627)
    at oracle.security.wss.interceptors.AbstractSecurityInterceptor.handleOutbound(AbstractSecurityInterceptor.java:188)
    ... 9 more
    The only thing I enabled when securing it was Authentication, when I right click and edit the security propertes the "Authentication" tab has "Use Username to Authenticate" password type "Plain text" and I disabled "Add Nonce" and "Add create time" after it failed first time.
    Where is it expecting to get username and password from ? I have the right username and apssword in Tools->Preferences->Web Browser and Proxy, is that where it comes from ?
    Just to reitterate its the internet proxy server at my end that I'm trying to get through - the web service itself does not use WS Security, so I'm thinking that the mention of WSSecurity in the error means I'm going the wrong way here.

  • Jabber client's click to dial feature is not working for Windows 7 Proffessional OS

    Hi,
    Currently running UCM 9.x and CUP 9.x. There is no AD intigration for UCM.
    Problem i am facing is that  the Jabber client  is working properly for Click to dial  feature on Windows 7 enterprise OS and it is not on Windows 7
    Professional OS.
     The Jabber client which is logged on to Windows 7 enterprise OS, works
    fine but if same user can logged on to the Windows 7 Professional OS will
    not work click to dial.
    Please help us to resolve it.
    Thanks & Regards,
    Krishna

    Hi John,
    Thanks for your reply but I can't see the option to reach the "deployment" perspective. Its not available for me.
    Btw, I'm using SAP NetWeaver 7.1 Composition Environment SP12 PAT0000 Build id: 201105061501.
    Also, I have checked a few SDN posts about using the "undeploy" tool after connecting using telnet, but I can't use that method too as telnet ports are blocked by firewall. We use different method to connect to the OS, if required.
    Any other suggestions?
    Thanks,
    Deoraj.

  • Contact form check boxes will not work on a Tablet

    Hi there,
    I created a website (Desktop) and a mobile version (Phone).  I did not create one for a tablet but have relied on the Desktop version if someone views it on a Tablet.
    Here's the thing, I created a contact form with checkboxes.  It works great on a desktop (because people check the boxes with their mouse), however, it doesn't work on a Tablet, when you try and check the boxes with your finger.
    Help!

    Please share the site URL.

  • The Adobe Reader ADDON for Firefox 4.0.1 does not work correctly. Do you have an idea how to solve the problem?

    I created a fancybox displaying a pdf-file in an iframe on my website http://www.agbcbonn.de/pages/activities/2011.php . It works fine with IE but in Mozilla Firefox 4.0.1 the mouse-wheel controle is lost after closing the box. You can only get back controle of the mousewheel if you klick to another window and then go back but this is really annoying to all users.

    Thanks Roger Wilmut1 for your reply. I have Mac OSX 10.7 Lion and iOS5 . And since my question I have solved my own problem by going to System Preferences and Mail, Contacts, Calendars. I added my email addresses, including iCloud, merged the data for contacts etc. And found the missing link I needed to connect iCloud to my iPhone, and Mac calendars and more. Its now perfect.

  • "Client" property set to "No", application deployment not working (issue with registering to MP?)

    Dear all,
    We're running an SCCM 2012 SP1 environment. All users have a thin client and are running virtual desktop in our VDI environment. Thin clients are deployed via an SCCM task sequence.
    Since a few months, software deployment (i.e. updated system drivers or application plug-ins) is not working to those thin clients. Upon investigating, I discovered the "Client" property for almost all thin client computer objects
    in the SCCM console is set to"No". For the computer objects of the virtual desktops, this property is set to "Yes", which I think should be the case for all clients managed by the SCCM environment.
    Also, I've discovered the ClientIDManagerStartup.log log file is showing the following errors for the thin clients:
    <![LOG[GetRegistrationState failed (0x8009000b)]LOG]!><time="07:00:05.474-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580" file="ccmid.cpp:1698">
    <![LOG[RegTask: Failed to get registration state. Error: 0x8009000b]LOG]!><time="07:00:05.474-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580"
    file="regtask.cpp:671">
    <![LOG[GetRegistrationState failed (0x8009000b)]LOG]!><time="07:01:59.496-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580" file="ccmid.cpp:1698">
    These errors seem to be occuring every few minutes to every few seconds for all of the thin clients where the "Client" property is set to "No". I found out reinstalling the SCCM client or removing the
    smscfg.ini file solves the issue, but only temporarily as the problem returns the next day or after a few days.
    How can I solve this issue?

    Please find below the contents of MP_RegistrationManager.log:
    <![LOG[Begin validation of Certificate [Thumbprint 63C916F0DBECE76F4C2FE91D7A55BB0FA5516EAB] issued to 'SMS']LOG]!><time="11:08:45.220-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 63C916F0DBECE76F4C2FE91D7A55BB0FA5516EAB] issued to 'SMS']LOG]!><time="11:08:45.220-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:08:45.228-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:BC15F99B-19F8-4D39-B458-46068590C10E']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 650282D3C1ECA8F2D6D24C722FC9CEE007AD0905] issued to 'SMS']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 650282D3C1ECA8F2D6D24C722FC9CEE007AD0905] issued to 'SMS']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\8WCWQQ1K.RDR] for Client [GUID:A7CBD203-9B88-460D-B242-D6D997F6302D] with Subject [S-1-5-21-801348563-1299709240-1668161906-38417] Certificate Thumbprint
    [650282D3C1ECA8F2D6D24C722FC9CEE007AD0905]]LOG]!><time="11:09:12.348-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:12.354-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:28.146-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:09:42.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 634727411E7D294494B7821920DB04D347D3C3CE] issued to 'SMS']LOG]!><time="11:09:42.148-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 634727411E7D294494B7821920DB04D347D3C3CE] issued to 'SMS']LOG]!><time="11:09:42.148-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\LAJ8CYXP.RDR] for Client [GUID:BB6AFA46-5E5E-41BE-B4BF-86D5B2189D8A] with Subject [S-1-5-21-801348563-1299709240-1668161906-20344] Certificate Thumbprint
    [634727411E7D294494B7821920DB04D347D3C3CE]]LOG]!><time="11:09:42.153-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:42.161-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 718B054FFDA9A85D21F08BA42F914C37717A2B2E] issued to 'SMS']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 718B054FFDA9A85D21F08BA42F914C37717A2B2E] issued to 'SMS']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\C9T2FCWD.RDR] for Client [GUID:1991B86A-52BC-41E3-877D-53433D87244A] with Subject [S-1-5-21-801348563-1299709240-1668161906-20380] Certificate Thumbprint
    [718B054FFDA9A85D21F08BA42F914C37717A2B2E]]LOG]!><time="11:09:48.835-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:48.841-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:5DDF2785-ECE6-4A5A-B37E-4086FE8717F6']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 12C496D0BCEDEDBD0D77E9F2565F9BED6C659A55] issued to 'SMS']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 12C496D0BCEDEDBD0D77E9F2565F9BED6C659A55] issued to 'SMS']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:05.746-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:12.443-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2628" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:42.241-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2] issued to 'SMS']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2] issued to 'SMS']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\5XAF8VKW.RDR] for Client [GUID:0C725326-4D79-4CE1-9566-182B825EACB3] with Subject [S-1-5-21-801348563-1299709240-1668161906-20567] Certificate Thumbprint
    [DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2]]LOG]!><time="11:10:46.691-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:46.697-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:48.940-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:11:46.814-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2788" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3']LOG]!><time="11:13:02.659-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78] issued to 'SMS']LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78] issued to 'SMS']LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[Registration hint is expired.]LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="3" thread="4872" file="clientauthutil.cpp:1469">
    <![LOG[CCMValidateAuthHeaders failed (0x87d0029b) to validate headers for client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3'.]LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="2" thread="4872"
    file="clientauthutil.cpp:1737">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\56T3Y401.RDR] for Client [GUID:C5B92DC2-4137-42FF-9A55-BB8BF621BAA4] with Subject [S-1-5-21-801348563-1299709240-1668161906-43409] Certificate Thumbprint
    [2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78]]LOG]!><time="11:13:02.664-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:13:02.670-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:14:02.760-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:BC15F99B-19F8-4D39-B458-46068590C10E']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE] issued to 'SMS']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE] issued to 'SMS']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\DRDFK61W.RDR] for Client [GUID:299E64E8-89CE-4459-A78A-F2C2FF1C66C3] with Subject [S-1-5-21-801348563-1299709240-1668161906-37538] Certificate Thumbprint
    [FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE]]LOG]!><time="11:14:48.691-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:14:48.698-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:66aa100c-c734-4440-bcb4-20d2c132695b']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 1D68A0F60729B24B3AF9137B7AAAA347A9059C0B] issued to 'SMS']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 1D68A0F60729B24B3AF9137B7AAAA347A9059C0B] issued to 'SMS']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\H47ZK1ER.RDR] for Client [GUID:F2E5AFA2-75A3-43F6-80C4-56DE4F3423AB] with Subject [S-1-5-21-801348563-1299709240-1668161906-43800] Certificate Thumbprint
    [1D68A0F60729B24B3AF9137B7AAAA347A9059C0B]]LOG]!><time="11:15:45.582-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:15:45.588-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:15:48.785-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:A2FE5D5A-6D3D-4DCB-BA20-6C2C39F48C54']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint E4A20FA3C40145946659BCAB064CDAFC3BC34AB5] issued to 'SMS']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint E4A20FA3C40145946659BCAB064CDAFC3BC34AB5] issued to 'SMS']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:16.018-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C] issued to 'SMS']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C] issued to 'SMS']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[Registration hint is expired.]LOG]!><time="11:16:25.093-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="3" thread="6056" file="clientauthutil.cpp:1469">
    <![LOG[CCMValidateAuthHeaders failed (0x87d0029b) to validate headers for client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3'.]LOG]!><time="11:16:25.093-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="2" thread="6056"
    file="clientauthutil.cpp:1737">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\6Y53IBO8.RDR] for Client [GUID:DC08C59C-319D-44E3-AEEB-F4C03152D30C] with Subject [S-1-5-21-801348563-1299709240-1668161906-41805] Certificate Thumbprint
    [BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C]]LOG]!><time="11:16:25.109-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:25.115-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:45.684-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 38EDA53BD43A92BADB20E4FDD460003C569ABA53] issued to 'SMS']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 38EDA53BD43A92BADB20E4FDD460003C569ABA53] issued to 'SMS']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\35ZRBN2N.RDR] for Client [GUID:758F5DD3-DB3F-4E67-A556-6CB8F734A52F] with Subject [S-1-5-21-801348563-1299709240-1668161906-22416] Certificate Thumbprint
    [38EDA53BD43A92BADB20E4FDD460003C569ABA53]]LOG]!><time="11:17:24.151-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:24.156-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:25.213-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:F7CCBC82-9C32-46D2-85B9-E47BA3780A41']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint EDDB53135B3AA324D4C21473B035793CB364073B] issued to 'SMS']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint EDDB53135B3AA324D4C21473B035793CB364073B] issued to 'SMS']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\SNDGLNMW.RDR] for Client [GUID:7D4F2D5B-852B-4DC2-AE23-01B57536AF3D] with Subject [S-1-5-21-801348563-1299709240-1668161906-22361] Certificate Thumbprint
    [EDDB53135B3AA324D4C21473B035793CB364073B]]LOG]!><time="11:17:47.265-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:47.271-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:24.246-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:28E0DA10-F700-4B7C-B3EA-440CE3DAC7EE']LOG]!><time="11:18:41.624-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 394267FD19EC665DEF01D6278D27254033E754F5] issued to 'SMS']LOG]!><time="11:18:41.625-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 394267FD19EC665DEF01D6278D27254033E754F5] issued to 'SMS']LOG]!><time="11:18:41.625-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\PLZNU5C9.RDR] for Client [GUID:1843486B-C937-49FB-97C9-66DEBEC505D0] with Subject [S-1-5-21-801348563-1299709240-1668161906-43006] Certificate Thumbprint
    [394267FD19EC665DEF01D6278D27254033E754F5]]LOG]!><time="11:18:41.634-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:41.642-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:47.524-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:0AAF6209-9393-4ACB-A87C-7ED7F8623A82']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 398E6772F4E4C982F16F5FFFE9144A29F95AB31C] issued to 'SMS']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 398E6772F4E4C982F16F5FFFE9144A29F95AB31C] issued to 'SMS']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:19:12.879-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:19:41.710-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:20:13.172-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:66aa100c-c734-4440-bcb4-20d2c132695b']LOG]!><time="11:20:18.516-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 52B2D395F34ECFA630B52BB42B920EC124117663] issued to 'SMS']LOG]!><time="11:20:18.517-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 52B2D395F34ECFA630B52BB42B920EC124117663] issued to 'SMS']LOG]!><time="11:20:18.517-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\E5ZGSSB8.RDR] for Client [GUID:F1A365E4-5B11-4880-881D-38F939AE387B] with Subject [S-1-5-21-801348563-1299709240-1668161906-43788] Certificate Thumbprint
    [52B2D395F34ECFA630B52BB42B920EC124117663]]LOG]!><time="11:20:18.521-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:20:18.526-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:21:18.628-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">

  • C-Plus API for turning off Registration (Printer) marks - not working

    FrameMaker 7.1 on Windows 7 using Acrobat 11 – Need to print many books to single PDF files – Save as PDF works fine – however some books have Registration (Printer) marks – Can turn this off manually but not via code – Tried
    F_ApiSetInt( FV_SessionId, docId, FP_PDFRegistrationMarks, FV_PDFRegistrationMarksNone)
    – also tried on session and book
    – anyone know how this can be done?
    Or even just changing the default settings for everything – the setting seems to be on the book – I assume I have to make the change and save the book and then save as – the code does not give an error but does not work – any help would be great – thank you
    I do not have the option to upgrade anything at this time.

    Seemed to need to set for each document in the book. Doing the following per document in the book solved my problem.
    F_ApiSetInt( bookId, docId, FP_DocAcrobatElements, False);
    // 1.2 R.G. 05-15-14 added - to use paragragh names instead of elements for bookmarks
    F_ApiSetInt( bookId, docId, FP_PDFBookmark, True);
    // 1.2 R.G. 05-15-14 added - so bookmarks are generated
    F_ApiSetInt( bookId, docId, FP_PDFBookmarksOpenLevel, FV_PDFBookmarksOpenAllLevels);
    // 1.2 R.G. 05-15-14 added - so PDF opens showing all levels of bookmarks
    F_ApiSetInt( bookId, docId, FP_PDFRegistrationMarks, FV_PDFRegistrationMarksNone);
    //F_ApiSimpleSave(docId, name, False); // save this document
    F_ApiSimpleSave(docId, F_ApiGetString(FV_SessionId, docId, FP_Name), False);

Maybe you are looking for

  • Can't get it working - just want to view another desktop on my home network

    I need to be able to view (not control) the desktop of my PowerMac that is connected to my Zoom DSL modem in another room. I want to view that desktop from my MacBook Pro connected wirelessly to the modem. The PowerMac is running Mac OS X 10.3.9. The

  • Question regarding definition "Applescript in Xcode"

    Hello, I've got a question: How would you define Applescript in Xcode 3.1.2? Is one making an app with Cocoa? Is it called Applescript Studio or Cocoa Applescript? Thanks in advanced

  • Installing Essbase 11.1.2.2 client

    Hi, I want to install Essbase 11.1.2.2 client. From e delivery site should i download only "EPM System Release 11.1.2.2.0 Client Installers for Microsoft Windows V31866-01" or any file is also required? During installation should i run essbaseclient.

  • Regarding ALVs

    hi friends,           please could you help let me know. hoiw to display the hierachical list for the data using alv eports. example:  header having the item details in the below . thanks in adv.

  • ShowDetail in table (column)

    hi, i want to display (a lot of) details of a table row. but not each row has details (see "rendered" below). so i use: <af:column sortable="false" headerText="Makro"> <af:showDetail id="showDetailTest" disclosedText="Close" undisclosedText="Show" re