Remedy Connector namespace issue

Priority of Inquiry (H/M/L): H
SR (number + severity):6457438.993+2
Product (component + version):1370+10.2.0.3.0
OS (vendor + version):46/Linux x86+2.6.9-22.ELs
Type of Assistance (Technical/Escalation/Corroboration):Technical
Details: [Well-formed details of the customer problem/inquiry; reproducible test cases; uploads of trace/log files; troubleshooting details, etc.]
Problem statement: Customer getting SOAP message error for namespace while trying to generate a ticket through remedy connector.Email notification for the same UDM is working fine but for remedy connector it throws the following errors:
2007-09-24 18:43:37,375 [DeliveryThread-JAVA1] ERROR common.intg delegateRequest.66 - [SOAPException: faultCode=SOAP-ENV:Client; msg=Root element of a SOAP message must be: 'http://schemas.xmlsoap.org/soap/envelope/:Envelope'.; targetException=java.lang.IllegalArgumentException: Root element of a SOAP message must be: 'http://schemas.xmlsoap.org/soap/envelope/:Envelope'.]

Following is the description of the process
Customer has used Remedy_DefaultCategory_LowPriority.xsl and created notification rule for the same.
Now whenever an alert is generated by our UDM, in the ?Alert_History? no details are displayed and in OMS_HOME/sysman/log/emoms.log file following error message is displayed
2007-09-24 18:43:37,375 [DeliveryThread-JAVA1] ERROR common.intg delegateRequest.66 - [SOAPException: faultCode=SOAP-ENV:Client; msg=Root element of a SOAP message must be: 'http://schemas.xmlsoap.org/soap/envelope/:Envelope'.; targetException=java.lang.IllegalArgumentException: Root element of a SOAP message must be: 'http://schemas.xmlsoap.org/soap/envelope/:Envelope'.]
Any help provided would be appreciated and would be helpful in proceeding with the mentioned issue.

Similar Messages

  • BMC Remedy connector error

    Hi,
    I have created the BMC Remedy connector in OIM 11.1.1.5 and taken .so files from Remedy server SP4 lib directory .
    I am getting the 'java.lang.UnsatisfiedLinkError: no arjni70 in java.library.path' error when I run the scheduler' BMC Lookup Reconciliation'.
    Can you please any one help me to resolve the issue.
    Thanks
    Raja

    Hi,
    I have followed all the steps from connector doc and configured the .so files in Thirdpary directory and copied the required jar files into JavaTasks and updated the path.
    But still getting the problem, only first time 'UnsatisfiedLink error is coming' and after that 'java.lang.NoClassDefFoundError:com/remedy/arsys/api/Porxy' error is coming.
    Please help me if any one resolved the above issue.
    Thanks
    Raja

  • Java mapping & namespace issue

    Hello,
    I am doing a java mapping from a flat file to an IDOC. After the document is mapped succesfully I call an RFC via the Adapter. When monitoring the adapter I get the error:
    com.sap.aii.af.rfc.RfcAdapterException: failed to read funtionname from XML document: missing namespace declara
    so I added the namespace reference to my java mapping to look like this :
    <ns0:IDOC_INBOUND_ASYNCHRONOUS xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
    But when I test my java mapping in the builder (interface mapping) the namespace xmlns="urn:sap-com:document:sap:rfc:functions" is added to my above ns0:IDOC_INBOUND_ASYNCHRONOUS tag. The consequence is that while mapping in the integration engine the "ns0" prefix is then removed and I get the error:
    Delivery of the message to the application using connection AFW failed, due to: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was.
    Any help or sample code resolving the namespace issue is welcome.
    Frank

    Hi Frank,
    I am getting the same error message. You fixed yours. Can you help me with mine. The error message is
      " Delivery of the message to the application using connection AFW failed, due to: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was ."
    I am trying to send data to SAP SRM4.0 from SAP R/3 using SAP XI. XI content is delivered by SAP.
    The message is sent from R/3 to XI successfully and the XML monitor does not show any errors in XI . But the messages does not show up in SRM.
    Thanks
    Kishore.

  • Namespace issue--No target namespace in the xsd

    Hi All,
    Currently facing error at the time of deploying composites because of namespace issues
    I have two source system XSD's without targetnamespace and both schemas are defaulted to the same namespace as xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    i am using these xsd's in bpel process as below
    My Bpel processA (Using XSD-A) invoking source system with Operation A and source returns the XML content in string format and i am parsing the XML content using XSD-A. After parsing based on the business logic i am invoking Bpel process C.
    After Invoking bpel process C , Bpel process A invokes Bpel process B with 3 input parameters. Now my Bpel process B invokes source system with Operation B and source returns the XML content in string format and i am parsing the XML content using XSD-B.
    Now at the time of deployment i am facing issue in deploying Bpel Process-A and getting errors as *"element names are duplicated"*. In Both XSD most of the element are named as same including root element.
    I am sure this happens because there is no qualifier namespace in the xsd to avoid ambiguous.
    Could some one please help me in solving this issue by using same xsd without namespace
    Regards,
    Tarak.

    Hi,
    Thanks for the response
    No simple solution... You will have to work this around... In your case you have the xml as string, so may you can inject a namespace there and change the XSD's accordingly...
    Yes.. Its difficult to get the solution for this and more over i am not using both xsd's but using wsdl file of sever address side in reference panel which as the second XSD with same namespaces.
    I tried injecting custom namespace to solve the issue but at run time i am not able to get the node values because source system giving with default namespace and in SOA i am accepting with custom targetnamespace.Because of this my xpath is not working.
    Separate into two composites would be another way, but that doesn't seem to be an option...
    This can be done but again one composite should reference the other one which in turn coming back to the same problem.
    For Work around i have create one more service which can break the dependency between two services using xsd's of same default namespace. But i feel this is not an effective solution for designing the process.
    Let me know if you strike with some work around on this.
    Regards,
    Tarak.

  • Namespace issue after updating to AIR 3.9

    I am using Flash Builder 4.6. I just downloaded the new AIR SDK 3.9 and copied the files in it over a copy of Flex SDK 4.6.0 After doing this, when I create a new Flex Mobile Project, I see multiple namespace issues. Any idea what might be the issue?

    Any help on this? I tried both on Mac and PC, both have same issues. When I create a new Flex Mobile project, the parent tag of the main application is Application while it should have been a ViewNavigatorApplication. The default HomeView screen created starts as:
    <fx: xmlns:fx="http://ns.adobe.com/mxml/2009"
    Any help on this?

  • Remedy Connector

    Hi,
    If there is no Out of the box connector available for any application, then we connect to remedy , send the user information, open a ticket and create accounts in particular application. My question is it possible to create multiple tasks under one ticket like Novell account creation, provisioning user desktop or do we have to raise separate tickets for each task
    Edited by: user12859362 on May 7, 2010 1:14 AM
    Edited by: user12859362 on May 7, 2010 1:15 AM
    Edited by: user12859362 on May 11, 2010 3:11 AM

    Hi Darrel,
    There is a chapter in the Enterprise Manager Advanced Configuration Guide about how to set up Remedy Connector.

  • Very Frustrated Namespace Issues Again !

    Ok, This is crazy, I have created a freakin schema with simple string element. I then import to project. I then change message type to use this schema. I then create my bpel stuff. I then verify the wsdl and continue to get a Qname error stating it can't find the element.
    Validating C:\OraBPELPM_1\integration\jdev\jdev\mywork\PreQual_Workspace1\USPSII\USPSII.wsdl
    Schema element not found: QName(http://www.tnsi.com/ReadFileIn/, BatchID)
    Validate WSDL: has errors.
    I have no idea how to use namespace, the namespace will never be valid anywhere but internal to this application. Can someone please refer or show me what you should use as a namespace (project location or ????)
    It will compile and deploy fine, its just when I use SoapScope or something to check the syntax it barfs, or if I simply ask J-Dev to verify WSDL.

    Is there an address I can send you the project file so you can see... basically I have created a schema file, imported it, defined the target namespace in the schema. Then I set the input message type to use the imported schema file element. Once I verify the wsdl the imported the schema is can never find the element. This is just one of many issues with the namespacing.
    I tried to keep my namespace consistent across the application but now I am getting duplicate namespace issues.
    Any help would be much appreciated.

  • The only way i can make or receive calls now with my iphone 5 is by using speaker.  what can i do to remedy this annoying issue.

    the only way i can make or receive calls now with my iphone 5 is by using speaker.  what can i do to remedy this annoying issue.

    If you have the computer that you first setup the phone with iTunes then just connect the phone to that computer via. the USB cable and see if a sync can be done.

  • Web Service Connector Export Issue

    Hi,
    Version: Crystal Xcelsius Designer 4.5
    I have a Crystal Xcelsius dashboard with a Web Service Connector component on it, as well as some graph components.
    When I "Preview" the file, the display works fine and the graph is filled with data obtained through the Web Service Connector.
    However, when I try to "Export" the file, either as .swf, .ppt, etc, there is no sign of the display refreshing, either on load or at intervals. I've tried clicking on the Connector button, but it doesn't appear to be connecting to the data source at all.
    Any help or advice on how to get the exported display working would be appreciated.

    Xcelsius creates the SWF file which is operated through the Flash Player.  Therefore, it uses the security features of the Flash Player that you have installed on the browser.  It is possible that this issue is Flash Security which is preventing access across a different domain.
    This error occurs for one of the following reasons:
    The domain name used in the URL in the web browser and the URL used in the web service configuration in Crystal Xcelsius are not the same.
    Or, if the URL in the web browser uses the domain http://machine1 and the URL in the web service connector uses the domain http://machine1.companyname.com, the SWF refresh will not be successful.
    When running inside a web browser, a Macromedia SWF file cannot access data that is outside the domain in which it was created. To work around this behavior, use a cross-domain policy file to allow the SWF file to access information on the Web Service server that is sitting on the other domain.
    To use the cross-domain policy file:
    1. Create a cross-domain policy file. For details on how to create this file, refer to technote tn_14213 at www.macromedia.com
    2.Copy this file into the root of web application server. For example, for Tomcat, copy the file to 'drive':\Program Files\Business Objects\Tomcat\webapps\ROOT
    For more information about the cross-domain policy file, see Macromedia technote tn_14213 at www.macromedia.com

  • Remedy connector not working with OIM 9.1.0.2

    Hi,
    I am using the OIM connector, BMC Remedy User Management 9.0.4.12 with OIM 9.1.0.2 BP18 on Weblogic 10.3.2
    I have followed the connecter documentation at "http://docs.oracle.com/cd/E11223_01/doc.904/e10422/deploy.htm#BGBIFBHG".
    The connecter is installed successfully. The dependency files are placed in the directories as per section 2.3 of the above note. And the Communication between Remedy server and OIM is not SSL.
    When I run the schedule task for “Remedy Lookup Reconciliation”, I get the error. I have checked that all the dependencies are in the correct location and the path variables are set properly:
    DEBUG,29 Feb 2012 15:03:28,092,[XELLERATE.SERVER],Class/Method: SchedulerTaskLocater /removeLocalTask entered.
    DEBUG,29 Feb 2012 15:03:28,092,[XELLERATE.SERVER],Class/Method: SchedulerTaskLocater /removeLocalTask left.
    Exception in thread "QuartzWorkerThread-0" java.lang.NoClassDefFoundError: Could not initialize class com.remedy.arsys.api.Proxy
    at com.remedy.arsys.api.DefaultProxyManager.getProxy(DefaultProxyManager.java:60)
    at com.remedy.arsys.api.Util.ARSetServerPort(Util.java:1461)
    at com.thortech.xl.schedule.hostAccess.ReconcileBMCLookUp.connect(Unknown Source)
    at com.thortech.xl.schedule.hostAccess.ReconcileBMCLookUp.getLookUpData(Unknown Source)
    at com.thortech.xl.schedule.hostAccess.ReconcileBMCLookUp.execute(Unknown Source)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    DEBUG,29 Feb 2012 15:03:56,337,[XELLERATE.SCHEDULER],Loading Scheduled task class com.thortech.xl.scheduler.core.quartz.QuartzWrapperusing ADP classloader
    DEBUG,29 Feb 2012 15:03:56,337,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/getClassLoader entered.
    Let me know if you have an idea on what maybe going wrong here..
    Thanks.

    As per given bug it is looking for jars which is missing
    have you install connector using deployment manager?? if yes it copy required jars at target location. verify if not there copy jars in Scheduled Task folder.
    Check the document if any external jars required and same put at ThirdParty folder

  • Connector Installation Issues

    Hi, I recently installed Windows Server 2012 Essentials R2 in a workgroup environment without issue and am trying to get the connector software working on all my clients. I had a 2011 server that ended up having some permissions/access issues
    and the connector software I used had issues. With uninstalling the old connector software on my MAC I was able to install the connector software but I am not able to uninstall and get working on a 8.1 machine.
    The error message I receive is cannot connect this computer to the network
    The server is not available. Try connection this computer again, or for more information, see Troubleshoot connecting computers to the server.
    I've seen a couple steps of actions I could take including verifying local certificate, pointing DNS to server rather than router, and running a script to verify IIS but wanted to check with the community to see if they read this log as a DNS issue?
    Thanks in advance!
    [5048] 140424.195103.6288: ClientSetup: Task with Id=ClientDeploy.JoinDomain will be rerun after 30 seconds...
    [5048] 140424.195133.6542: ClientSetup: ComputerMgmt.FlushDnsCache starts
    [5048] 140424.195133.6542: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\WINDOWS\system32\ipconfig.exe" /flushdns
    [308] 140424.195133.6542: ClientSetup: Standard Ouptput:
    [308] 140424.195133.6542: ClientSetup: Standard Ouptput: Windows IP Configuration
    [308] 140424.195133.6542: ClientSetup: Standard Ouptput:
    [308] 140424.195133.6542: ClientSetup: Standard Ouptput: Successfully flushed the DNS Resolver Cache.
    [308] 140424.195133.6699: ClientSetup: Standard Ouptput:
    [3356] 140424.195133.6699: ClientSetup: Standard Error:
    [5048] 140424.195133.6699: ClientSetup: The exit code of the process (C:\WINDOWS\system32\ipconfig.exe) is: 0
    [5048] 140424.195133.6699: ClientSetup: Running Task with Id=ClientDeploy.JoinDomain in 2nd iteration
    [5048] 140424.195133.6699: ClientSetup: Entering JoinDomainTask.Run
    [5048] 140424.195133.6699: ClientSetup: Domain Join Client to Server Domain: ClientComputerName=ASUS ServerDomainNetBiosName=WORKGROUP
    [5048] 140424.195133.6699: ClientSetup: Trying to evaluate if we need to set Local Nic Dns address be the same as server DNS setting.
    [5048] 140424.195138.5761: ClientSetup: DNS failed to resolve server's host name, needs set DNS
    [5048] 140424.195138.5761: ClientSetup: Trying to set DNS setting.
    [5048] 140424.195138.5761: ClientSetup: Configure DNS settings on local NIC
    [5048] 140424.195139.8261: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3684] 140424.195140.7775: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195141.0431: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195142.2462: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195150.8400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3684] 140424.195150.8400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195150.8400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3684] 140424.195151.9963: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195202.8400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195202.8400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195214.8400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195214.8400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195216.1213: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1044] 140424.195216.9807: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195217.3400: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1044] 140424.195218.1213: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195218.5432: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [1044] 140424.195219.2619: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195226.8723: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195226.8723: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195239.2483: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195239.2483: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195251.2483: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195251.2483: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3912] 140424.195253.3733: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3912] 140424.195254.5296: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3912] 140424.195255.6702: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.76.76', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195301.3265: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195302.5608: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195303.2796: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195303.2796: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195312.6077: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_TCP (0x00000010)', serverIP = '75.75.75.75', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195315.2796: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195315.2796: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [308] 140424.195327.2796: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::2', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [3356] 140424.195327.2796: PInvoke: DnsValidateServerStatus(out serverStatus = 'DNS_VALSVR_ERROR_NO_RESPONSE (0x00000004)', serverIP = '2001:558:feed::1', queryName = '') returns 'DNS_ERROR_RCODE_NO_ERROR (0x00000000)'
    [5048] 140424.195327.2796: ClientSetup: Could not successfully set the DNS of any client NIC
    [5048] 140424.195327.2796: ClientSetup: Failed to set Local Nic Dns address as the Server IP.
    [5048] 140424.195327.2796: ClientSetup: NetGetJoinInformation (server = [], ...)
    [5048] 140424.195327.2796: ClientSetup: Running Join Domain
    [5048] 140424.195327.2796: ClientSetup: Disconnect any share to the server.
    [5048] 140424.195327.2796: ClientSetup: NetUseEnum (UncServerName = [] )
    [5048] 140424.195327.2796: ClientSetup: NetUseEnum (UncServerName = [] )
    [5048] 140424.195327.2796: ClientSetup: Trying to clear dns cache.
    [5048] 140424.195327.2796: ClientSetup: ComputerMgmt.FlushDnsCache starts
    [5048] 140424.195327.2796: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\WINDOWS\system32\ipconfig.exe" /flushdns
    [3356] 140424.195327.2952: ClientSetup: Standard Ouptput:
    [3356] 140424.195327.2952: ClientSetup: Standard Ouptput: Windows IP Configuration
    [3356] 140424.195327.2952: ClientSetup: Standard Ouptput:
    [3356] 140424.195327.2952: ClientSetup: Standard Ouptput: Successfully flushed the DNS Resolver Cache.
    [3356] 140424.195327.2952: ClientSetup: Standard Ouptput:
    [3356] 140424.195327.2952: ClientSetup: Standard Error:
    [5048] 140424.195327.2952: ClientSetup: The exit code of the process (C:\WINDOWS\system32\ipconfig.exe) is: 0
    [5048] 140424.195327.2952: ClientSetup: Calling SetPrimaryDnsSuffix.
    [5048] 140424.195327.2952: ClientSetup: SetPrimaryDnsSuffix (WORKGROUP.local)
    [5048] 140424.195327.2952: ClientSetup: SetComputerNameEx (WORKGROUP.local)
    [5048] 140424.195327.2952: ClientSetup: Update tcpip Domain parameter with WORKGROUP.local
    [5048] 140424.195327.2952: ClientSetup: Calling join domain [WORKGROUP.local] with domain user [WORKGROUP.local\Rickschultz] credential.
    [5048] 140424.195327.2952: ClientSetup: Joining local machine to domain WORKGROUP.local
    [5048] 140424.195327.2952: ClientSetup: NetJoinDomain( , WORKGROUP.local, , WORKGROUP.local\Rickschultz, *, NetSetupJoinDomain, NetSetupAcctCreate, NetSetupAcctDelete, NetSetupDomainJoinIfJoined, NetSetupDeferSpnSet)
    [5048] 140424.195327.3421: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195328.3734: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195329.4202: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195330.4671: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195331.4984: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195332.5609: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195333.6234: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195334.6702: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195335.7171: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195336.7796: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195336.7796: ClientSetup: Join domain fails on the first time, exception: System.ComponentModel.Win32Exception (0x80004005): The specified domain either does not exist or could not be contacted
       at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NativeMethodRetryWrapper(NativeMethodInvoker nmi, UInt32 numTries, TimeSpan timeToWaitBetweenRetries, String descriptionForLog, UInt32[] retryableErrorCodes)
       at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NetJoinDomain(String server, String domain, String destinationOuPath, String user, SecureString password, JoinDomainOptions joinOptions)
       at Microsoft.WindowsServerSolutions.ClientSetup.ComputerMgmt.JoinDomain(String domainName, String domainUserName, SecureString domainUserPass, String machineAccountOU)
       at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.JoinDomainTask.Run(WizData data)
    [5048] 140424.195336.7796: ClientSetup: Rerun JoinDomain after restarting dns client service.
    [5048] 140424.195336.7796: ClientSetup: Ensuring that ServiceName=dnscache is stopped
    [5048] 140424.195336.7796: ClientSetup: Ensuring that ServiceName=dnscache is Running
    [5048] 140424.195336.7952: ClientSetup: Joining local machine to domain WORKGROUP.local
    [5048] 140424.195336.7952: ClientSetup: NetJoinDomain( , WORKGROUP.local, , WORKGROUP.local\Rickschultz, *, NetSetupJoinDomain, NetSetupAcctCreate, NetSetupAcctDelete, NetSetupDomainJoinIfJoined, NetSetupDeferSpnSet)
    [5048] 140424.195338.8577: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195341.8890: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195342.9515: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195343.9828: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195345.0140: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195346.0609: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195347.1234: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195348.1703: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195349.2015: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195350.2484: ClientSetup: nativeNetJoinDomain returned ErrCode=1355
    [5048] 140424.195350.2484: ClientSetup: JoinDomain failed: System.ComponentModel.Win32Exception (0x80004005): The specified domain either does not exist or could not be contacted
       at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NativeMethodRetryWrapper(NativeMethodInvoker nmi, UInt32 numTries, TimeSpan timeToWaitBetweenRetries, String descriptionForLog, UInt32[] retryableErrorCodes)
       at Microsoft.WindowsServerSolutions.ClientSetup.NativeMethods.NetJoinDomain(String server, String domain, String destinationOuPath, String user, SecureString password, JoinDomainOptions joinOptions)
       at Microsoft.WindowsServerSolutions.ClientSetup.ComputerMgmt.JoinDomain(String domainName, String domainUserName, SecureString domainUserPass, String machineAccountOU)
       at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.JoinDomainTask.Run(WizData data)
    [5048] 140424.195350.2484: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\WINDOWS\system32\ipconfig.exe"  /all
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput: Windows IP Configuration
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Host Name . . . . . . . . . . . . : Asus
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Primary Dns Suffix  . . . . . . . : WORKGROUP.local
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Node Type . . . . . . . . . . . . : Hybrid
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    IP Routing Enabled. . . . . . . . : No
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    WINS Proxy Enabled. . . . . . . . : No
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DNS Suffix Search List. . . . . . : WORKGROUP.local
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:                                       
    hsd1.mn.comcast.net.
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput: Ethernet adapter Ethernet:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Connection-specific DNS Suffix  . : hsd1.mn.comcast.net.
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Physical Address. . . . . . . . . : 00-1B-FC-4C-99-10
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCP Enabled. . . . . . . . . . . : Yes
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Autoconfiguration Enabled . . . . : Yes
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    IPv6 Address. . . . . . . . . . . : 2601:2:4480:3fc:4c96:9a22:7c44:7897(Preferred)
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Temporary IPv6 Address. . . . . . : 2601:2:4480:3fc:c809:e958:de28:dd91(Preferred)
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Link-local IPv6 Address . . . . . : fe80::4c96:9a22:7c44:7897%3(Preferred)
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    IPv4 Address. . . . . . . . . . . : 10.0.0.38(Preferred)
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Lease Obtained. . . . . . . . . . : Thursday, April 24, 2014 4:25:05 PM
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Lease Expires . . . . . . . . . . : Thursday, May 1, 2014 4:25:08 PM
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Default Gateway . . . . . . . . . : fe80::c:0:0:0%3
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:                                       
    10.0.0.1
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCP Server . . . . . . . . . . . : 10.0.0.1
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCPv6 IAID . . . . . . . . . . . : 251665404
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-21-03-2F-00-1B-FC-4C-99-10
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DNS Servers . . . . . . . . . . . : 2001:558:feed::2
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:                                       
    2001:558:feed::1
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:                                       
    75.75.76.76
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:                                       
    75.75.75.75
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    NetBIOS over Tcpip. . . . . . . . : Enabled
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput: Tunnel adapter isatap.hsd1.mn.comcast.net.:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Media State . . . . . . . . . . . : Media disconnected
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Connection-specific DNS Suffix  . : hsd1.mn.comcast.net.
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Description . . . . . . . . . . . : Microsoft ISATAP Adapter
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCP Enabled. . . . . . . . . . . : No
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Autoconfiguration Enabled . . . . : Yes
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput: Tunnel adapter Local Area Connection* 11:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Connection-specific DNS Suffix  . :
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCP Enabled. . . . . . . . . . . : No
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Autoconfiguration Enabled . . . . : Yes
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:2cec:2b4a:e77c:572d(Preferred)
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Link-local IPv6 Address . . . . . : fe80::2cec:2b4a:e77c:572d%5(Preferred)
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    Default Gateway . . . . . . . . . :
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCPv6 IAID . . . . . . . . . . . : 117440512
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-21-03-2F-00-1B-FC-4C-99-10
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:    NetBIOS over Tcpip. . . . . . . . : Disabled
    [2372] 140424.195350.2796: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.2796: ClientSetup: Standard Error:
    [5048] 140424.195350.2796: ClientSetup: The exit code of the process (C:\WINDOWS\system32\ipconfig.exe) is: 0
    [5048] 140424.195350.2796: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\WINDOWS\system32\route.exe"  print
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: ===========================================================================
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: Interface List
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3...00 1b fc 4c 99 10 ......NVIDIA nForce Networking Controller
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   1...........................Software Loopback Interface 1
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   4...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   5...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: ===========================================================================
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: IPv4 Route Table
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: ===========================================================================
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: Active Routes:
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: Network Destination        Netmask          Gateway       Interface  Metric
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:           0.0.0.0          0.0.0.0         10.0.0.1       
    10.0.0.38     20
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:          10.0.0.0    255.255.255.0         On-link        
    10.0.0.38    276
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:         10.0.0.38  255.255.255.255         On-link         10.0.0.38   
    276
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:        10.0.0.255  255.255.255.255         On-link         10.0.0.38   
    276
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:         127.0.0.0        255.0.0.0         On-link        
    127.0.0.1    306
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:         127.0.0.1  255.255.255.255         On-link         127.0.0.1   
    306
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:         224.0.0.0        240.0.0.0         On-link        
    127.0.0.1    306
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:         224.0.0.0        240.0.0.0         On-link        
    10.0.0.38    276
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   255.255.255.255  255.255.255.255         On-link         10.0.0.38    276
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: ===========================================================================
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: Persistent Routes:
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   None
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: IPv6 Route Table
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: ===========================================================================
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: Active Routes:
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:  If Metric Network Destination      Gateway
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3    276 ::/0                     fe80::c:0:0:0
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   1    306 ::1/128                  On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   5    306 2001::/32                On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   5    306 2001:0:9d38:6ab8:2cec:2b4a:e77c:572d/128
    [5048] 140424.195350.3109: ClientSetup: The exit code of the process (C:\WINDOWS\system32\route.exe) is: 0
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:                                    
    On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3    276 2601:2:4480:3fc::/64     On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3    276 2601:2:4480:3fc:4c96:9a22:7c44:7897/128
    [5048] 140424.195350.3109: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing "C:\WINDOWS\system32\nslookup.exe" MEDIASERVER
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:                                    
    On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3    276 2601:2:4480:3fc:c809:e958:de28:dd91/128
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:                                    
    On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3    276 fe80::/64                On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   5    306 fe80::/64                On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   5    306 fe80::2cec:2b4a:e77c:572d/128
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:                                    
    On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3    276 fe80::4c96:9a22:7c44:7897/128
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:                                    
    On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   1    306 ff00::/8                 On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   3    276 ff00::/8                 On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   5    306 ff00::/8                 On-link
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: ===========================================================================
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput: Persistent Routes:
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:   None
    [2372] 140424.195350.3109: ClientSetup: Standard Ouptput:
    [2372] 140424.195350.3109: ClientSetup: Standard Error:
    [1144] 140424.195356.3421: ClientSetup: Standard Error: *** Request to UnKnown timed-out
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput: DNS request timed out.
    [1144] 140424.195356.3421: ClientSetup: Standard Error:
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput:     timeout was 2 seconds.
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput: Server:  UnKnown
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput: Address:  2001:558:feed::2
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput:
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput: DNS request timed out.
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput:     timeout was 2 seconds.
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput: DNS request timed out.
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput:     timeout was 2 seconds.
    [2372] 140424.195356.3421: ClientSetup: Standard Ouptput:
    [1144] 140424.195356.3421: ClientSetup: Standard Error:
    [5048] 140424.195356.3421: ClientSetup: The exit code of the process (C:\WINDOWS\system32\nslookup.exe) is: 0
    [5048] 140424.195356.3421: ClientSetup: Set CD Fail reason 11 for SQM in ClientDeployment.exe
    [5048] 140424.195356.3421: ClientSetup: RecordClientDeploymentFailReason: Save registry failed in ClientDeployment.exe : System.UnauthorizedAccessException: Cannot write to the registry key.
       at Microsoft.Win32.RegistryKey.EnsureWriteable()
       at Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)
       at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck)
       at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.Helper.RecordClientDeploymentFailReason(UInt32 failReason)
    [5048] 140424.195356.3421: ClientSetup: Exiting JoinDomainTask.Run
    [5048] 140424.195356.3421: ClientSetup: Task with Id=ClientDeploy.JoinDomain has TaskStatus=Failed
    [5048] 140424.195356.3421: ClientSetup: Task with Id=ClientDeploy.JoinDomain has RebootStatus=NoReboot
    [5048] 140424.195356.3421: ClientSetup: Task with Id=ClientDeploy.JoinDomain still failed in the 2nd iteration
    [5048] 140424.195356.3421: ClientSetup: Exting ConnectorWizardForm.RunTasks
    [3864] 140424.195356.3421: ClientSetup: JoinNetwork Tasks returned TaskStatus=Failed
    Rick

    from the workstation:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    C:\Users\Rick>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : Asus
       Primary Dns Suffix  . . . . . . . : WORKGROUP.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : WORKGROUP.local
                                           hsd1.mn.comcast.net.
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . : hsd1.mn.comcast.net.
       Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
       Physical Address. . . . . . . . . : 00-1B-FC-4C-99-10
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2601:2:4480:3fc:4c96:9a22:7c44:7897(Prefe
    rred)
       Temporary IPv6 Address. . . . . . : 2601:2:4480:3fc:c809:e958:de28:dd91(Depre
    cated)
       Temporary IPv6 Address. . . . . . : 2601:2:4480:3fc:d436:9ebb:9fc2:1c3c(Depre
    cated)
       Temporary IPv6 Address. . . . . . : 2601:2:4480:3fc:f883:c9dd:11fd:3d65(Prefe
    rred)
       Link-local IPv6 Address . . . . . : fe80::4c96:9a22:7c44:7897%3(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.0.0.38(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Thursday, April 24, 2014 4:25:05 PM
       Lease Expires . . . . . . . . . . : Thursday, May 1, 2014 4:25:07 PM
       Default Gateway . . . . . . . . . : fe80::c:0:0:0%3
                                           10.0.0.1
       DHCP Server . . . . . . . . . . . : 10.0.0.1
       DHCPv6 IAID . . . . . . . . . . . : 251665404
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-21-03-2F-00-1B-FC-4C-99-10
       DNS Servers . . . . . . . . . . . : 2001:558:feed::2
                                           2001:558:feed::1
                                           75.75.76.76
                                           75.75.75.75
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.hsd1.mn.comcast.net.:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : hsd1.mn.comcast.net.
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 11:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:2cec:2b4a:e77c:572d(Pref
    erred)
       Link-local IPv6 Address . . . . . : fe80::2cec:2b4a:e77c:572d%5(Preferred)
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 117440512
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-21-03-2F-00-1B-FC-4C-99-10
       NetBIOS over Tcpip. . . . . . . . : Disabled
    from the server:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    C:\Users\Rick>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : Asus
       Primary Dns Suffix  . . . . . . . : WORKGROUP.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : WORKGROUP.local
                                           hsd1.mn.comcast.net.
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . : hsd1.mn.comcast.net.
       Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
       Physical Address. . . . . . . . . : 00-1B-FC-4C-99-10
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2601:2:4480:3fc:4c96:9a22:7c44:7897(Prefe
    rred)
       Temporary IPv6 Address. . . . . . : 2601:2:4480:3fc:c809:e958:de28:dd91(Depre
    cated)
       Temporary IPv6 Address. . . . . . : 2601:2:4480:3fc:d436:9ebb:9fc2:1c3c(Depre
    cated)
       Temporary IPv6 Address. . . . . . : 2601:2:4480:3fc:f883:c9dd:11fd:3d65(Prefe
    rred)
       Link-local IPv6 Address . . . . . : fe80::4c96:9a22:7c44:7897%3(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.0.0.38(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Thursday, April 24, 2014 4:25:05 PM
       Lease Expires . . . . . . . . . . : Thursday, May 1, 2014 4:25:07 PM
       Default Gateway . . . . . . . . . : fe80::c:0:0:0%3
                                           10.0.0.1
       DHCP Server . . . . . . . . . . . : 10.0.0.1
       DHCPv6 IAID . . . . . . . . . . . : 251665404
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-21-03-2F-00-1B-FC-4C-99-10
       DNS Servers . . . . . . . . . . . : 2001:558:feed::2
                                           2001:558:feed::1
                                           75.75.76.76
                                           75.75.75.75
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.hsd1.mn.comcast.net.:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : hsd1.mn.comcast.net.
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 11:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6ab8:2cec:2b4a:e77c:572d(Pref
    erred)
       Link-local IPv6 Address . . . . . : fe80::2cec:2b4a:e77c:572d%5(Preferred)
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 117440512
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-21-03-2F-00-1B-FC-4C-99-10
       NetBIOS over Tcpip. . . . . . . . : Disabled
    C:\Users\Rick>
    Rick

  • Dreamweaver Namespace issue on my web server

    I am hosting my site on GoDaddy.com. I have created a site
    using Dreamweaver CS3 and SQL2005. Everything works great on my
    local machine, but when I upload it to the remote web server, the
    aspx pages do not work. GoDaddy support says it is due to the
    second line in every one of my aspx pages, specifically the
    namespace attribute. From what I've read, this is automatically put
    into every page created by Dreamweaver that contains an asp/asp.net
    control. GoDaddy's response is to remove this line from my page and
    everything will work great, which obviously it will not. I really
    would not like to have to rebuild 32 + aspx pages after already
    developing them in Dreamweaver. The actual line they say is causing
    the problem is below:
    <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"
    Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutra l"
    %>
    Does anyone have any suggestions as to how to get around this
    issue?

    "carrb69" <[email protected]> wrote in
    message
    news:[email protected]...
    > Joris,
    >
    > I did have the dll located in a subfolder of the root
    directory. I also
    > put it
    > in the root directory as well after receiving your
    previous response and
    > got
    > the same results. Unfortunately, I would need to go to
    GoDaddy to get the
    > exact
    > error because all I see when I try to access my aspx
    pages is a very
    > generic
    > error. I had to go to GoDaddy previously to figure out
    that it was the
    > Namespace attribute that was causing the issue. I'll try
    this evening to
    > get
    > them to send me the actual error message and post it
    then. Thanks for the
    > quick
    > responses.
    >
    > Brian
    Hi Brian,
    maybe it's your browser that's hiding the error message, if
    using MSIE then
    please disable the "Show friendly HTTP error messages" option
    in Internet
    Options.
    If that doesn't reveal the error message, try editing the
    web.config that
    dreamweaver generated for you with the following settings,
    (add any missing
    settings, and leave the connectionstrings that dreamweaver
    has setup intact)
    <configuration>
    <system.web>
    <compilation debug="true"/>
    <customErrors mode="Off"/>
    <trace
    enabled="true"
    traceMode="SortByCategory"
    requestLimit="10"
    pageOutput="false"
    localOnly="false"
    />
    </system.web>
    </configuration>
    Debug Compilation should give more insight inrto compilation
    errors, which
    can allso be done at the page level via<% @ Page
    debug=true" %>
    Custom Errors Off will disable any error pages that may be
    shown in case of
    an error, seting it to "emoteOnly" will only thow these page
    to external
    visitors, but since you are not working on the server that
    actually makes
    little sense.
    The trace setting should enable a HTTP Handler that allows
    you to view trace
    information from /trace.axd in the root of your website,
    enabling pageOutput
    will inject the tracing information into every page, which
    can allso be done
    at the page level via <% @ Page trace=true" %>
    There settings do have a performance impact because they are
    enabled for
    every request in the application, once you've got the errors
    out disable
    them at the application level and enable them per-page.
    Hope this helps
    Joris

  • Windows 2000 connector Patch issue (Patch ID: 8318738)

    Hi,
    We have applied the latest Windows 2000 connector Patch on our DEV environment.
    While trying to provision the Windows resource (the user’s home network shared folder), effectively there is some permissions issue that is encountered while executing in the DLL and it effectively causes some page fault that prompts the OS to kill the process and the OC4J instance is restarted.
    FYI..
    10/01/11 01:26:17 Running GETUSERANDPERMISSIONS
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running GETGRANTUSERPERMISSIONS
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running GETPERMCOMMANDANDFOLDERPATH
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running GETFULLGRANTUSERSHARECOMMAND
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running EXECUTEGRANTUSERFOLDERPERMISSIONSCOMMAND
    10/01/11 01:26:17 Target Class = com.thortech.xl.integration.WindowsNT40.tcUtilWindowsNT40
    Entering method runRemoteCommand
    szAdminName is =:OIMADMIN
    szDomainName is =:dev.abc.com
    szCommand is =:cmd /c cacls %home%\user70065 /E /P User70065:C 2>C:\WINDOWS\system32\windowsConnectorError.txt
    temp is \\hou016.dev.abc.com\root\cimv2
    connecting to server
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x695befe7, pid=2212, tid=4184
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # C [tcWindowsNT40.dll+0x1efe7]
    # An error report file with more information is saved as hs_err_pid2212.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    10/01/11 01:26:20 Start process
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\soap.jar (from manifest of /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlGenConnector.jar) has the same filename but is not identical to /D:/product/OASDev_2/webservices/lib/soap.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\product\OASDev_2\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.root:0.0.0.
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\http_client.jar (from manifest of /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlGenConnector.jar) has the same filename but is not identical to /D:/product/OASDev_2/j2ee/home/lib/http_client.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\product\OASDev_2\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.root:0.0.0.
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlWebApp\WEB-INF\lib\share.jar (from WEB-INF/lib/ directory in D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlWebApp\WEB-INF\lib) has the same filename but is not identical to /D:/product/OASDev_2/jlib/share.jar (from <code-source> in /D:/product/OASDev_2/j2ee/halOIM/config/server.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.web.xlWebApp:0.0.0.
    10/01/11 01:26:38
    GMS: address is HOUOIM602V:4079
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlScheduler\WEB-INF\lib\xlScheduler.jar (from WEB-INF/lib/ directory in D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlScheduler\WEB-INF\lib) has the same filename but is not identical to /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlScheduler.jar (from manifest of /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlDataObjectBeans.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.web.xlScheduler:0.0.0.
    10/01/11 01:26:42 Loading xalan.jar for XPathAPI.
    10/01/11 01:26:43 Nexaweb Technologies Inc.(C)2000-2004. All Rights Reserved.
    10/01/11 01:26:43 Nexaweb Technologies Inc.
    10/01/11 01:26:43 10 Canal Park
    10/01/11 01:26:43 Cambridge, MA 02141
    Any one of you faced a similar issue if you also happend to apply this patch? Please suggest if you interpret any other issue from the logs.
    Thanks in advance.

    Guys,
    Any Help on this Issue?

  • Namespace issue while generating XML based on xsd

    Hi All,
    I am using Jdeveloper-11.1.1.6
    SOA:- 11.1.1.6
    WLS:- 11.3.6
    When i am publishing xml message i am getting name space issue.
    My process design as i am getting a message from AQ JMS and doing a transformation with out any logic and writing into a file based on the xsd.
    Here is the my target xsd structure
    <xs:schema id="RelieveIntransitSchema"
    targetNamespace="http://tempuri.org/RelieveIntransitSchema.xsd"
    elementFormDefault="qualified"
    xmlns="http://tempuri.org/RelieveIntransitSchema.xsd"
    xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="RelieveIntransits">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="RelieveIntransit" minOccurs="1" maxOccurs="unbounded">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="RelieveStore" minOccurs="1" maxOccurs="unbounded">
    <xs:complexType>
    <xs:sequence></xs:sequence>
    <xs:attribute name="StoreID" type="xs:string"/>
    <xs:attribute name="Units" type="xs:double"/>
    <xs:attribute name="RelieveAllStores" type="xs:boolean"/>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    <xs:attribute name="HeaderID" type="xs:string" use="optional"/>
    <xs:attribute name="ProductID" type="xs:string" use="required"/>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    My actual target xml should be of
    <?xml version="1.0"?>
    <RelieveIntransits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/RelieveIntransitSchema.xsd">
    <RelieveIntransit HeaderID="DA41198901491301" ProductID="D037-63-1270S">
    <RelieveStore StoreID="D001" Units="0002092 " />
    <RelieveStore StoreID="D003" Units="0000022 " />
    </RelieveIntransit>
    </RelieveIntransits>
    But the out xml generating as below which is not accepted by target system
    <?xml version="1.0" encoding="UTF-8"?>
    <RelieveIntransits xmlns="http://tempuri.org/RelieveIntransitSchema.xsd" xmlns:ns5="http://tempuri.org/RelieveIntransitSchema.xsd"> <ns5:RelieveIntransit ProductID="6534562" HeaderID="10R7771-6534562001-109"> <ns5:RelieveStore Units="5" StoreID="118"/>
    <ns5:RelieveStore Units="5" StoreID="118"/>
    </ns5:RelieveIntransit>
    </RelieveIntransits>
    Could some one please help me how to generate actual one as shown above with out namespace prefix "ns". I tried xsl code for removing name space prefix using https://forums.oracle.com/forums/thread.jspa?threadID=1122673 but it is removing url also.
    Regards,
    Tarak
    Edited by: Tarak on Jul 26, 2012 11:39 AM

    Hi,
    Sorry for my delay response.
    Both xmls are valid and equivalent for me... should be equivalent to <ns1:a xmlns:ns1="namespace"/>...
    I agree to your point.
    What is your target system? If that makes difference for your target system I would say it is not fully XML compliant...
    Target system is an old one called as MID. Yes i agree it is not fully XML Compliant. I am publishing the message through file adapter and it is reading the file.
    But anyway... The trick in the other thread should work... What do you mean by "removing url also" ???
    Using the Namespaces remove xsl code i am getting structure as below. In this alone with prefix name space url also getting removed.
    <RelieveIntransits>
    <RelieveIntransit HeaderID="DA41198901491301" ProductID="D037-63-1270S">
    <RelieveStore StoreID="D001" Units="0002092 " />
    </RelieveIntransit>
    </RelieveIntransits>
    I am expecting like this
    <?xml version="1.0"?>
    <RelieveIntransits xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/RelieveIntransitSchema.xsd">
    <RelieveIntransit HeaderID="DA41198901491301" ProductID="D037-63-1270S">
    <RelieveStore StoreID="D001" Units="0002092 " />
    </RelieveIntransit>
    </RelieveIntransits>

  • XML NameSpace Issue Confused whether it is a bug

    Hi,
    The issue is that the generated XML and Actual XML vary as the following: -
    The namespace which is used in the Actual XML is globally used and whereas In the generated XML It is used locally wherever the corresponding element or type is used in the XML Actually, which should not happen.
    I am confused whether it is a bug or an issue if this is an issue can somebody please suggest me a solution
    Generated XML
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <namespace1:utilAuthenticate xmlns:namespace1="http://NAMESPACE1Services.com">
        <namespace2:ccInfo xmlns:namespace2="http://Namespace2CompanionElements.com">
            <namespace2:UKCreditCard>visa</namespace2:UKCreditCard>
            <namespace2:ccAttributes houseNo="koramangala" cardIssueNumber="321" postCode="533201" cardExpDate="01/01/2006" cardNumber="999999999999998" cardIssueDate="01/01/2005" cv2="123" cardHolderName="murali"/>
        </namespace2:ccInfo>
        <namespace2:ourReference xmlns:namespace2="http://Namespace2CompanionElements.com">reference3</namespace2:ourReference>
    </namespace1:utilAuthenticate>
    Actual XML
    <?xml version="1.0" encoding="UTF-8"?>
    <namespace1:utilAuthenticate xmlns:namespace1="http://NAMESPACE1Services.com"
        xmlns:namespace2="http://Namespace2CompanionElements.com">
        <namespace2:ccInfo>
            <namespace2:UKCreditCard>VISA</namespace2:UKCreditCard>
            <namespace2:ccAttributes cardNumber="4627851535817358"
                cardExpDate="05/08" cardHolderName="testnamecard" cv2="482"
                houseNo="75" postCode="NW1 2PL"/>
        </namespace2:ccInfo>
        <namespace2:ourReference>gm-002025004</namespace2:ourReference>
    </namespace1:utilAuthenticate>The code to give the namespaces is the following line: -
    schemaMarshaller.setProperty("com.sun.xml.bind.namespacePrefixMapper",new NamespacePrefixMapperImpl());
    The complete code to Generate the XML is :-
    Marshaller schemaMarshaller = jaxbContext.createMarshaller();
    schemaMarshaller.setProperty("com.sun.xml.bind.namespacePrefixMapper",new NamespacePrefixMapperImpl());
    schemaMarshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, Boolean.TRUE);
    schemaMarshaller.marshal(bizObj, baos);
    NamespacePrefixMapperImpl is the class written by me which should implement the interface NameSpacePrefix (A JAXB Runtime Class)
    And the code for the class is : -
    import com.sun.xml.bind.marshaller.NamespacePrefixMapper;
    class NamespacePrefixMapperImpl extends NamespacePrefixMapper {
         * This method returns prefix for a given namespace uri.
        public String getPreferredPrefix(String namespaceUri, String suggestion,
                boolean requirePrefix) {
            if ("http://gshop.eai.o2c.ibm.com".equals(namespaceUri))
                return "gshop";
            if ("http://Namespace2CompanionElements.com"
                    .equals(namespaceUri))
                return "namespace2";
            if ("http://NAMESPACE1Services.com".equals(namespaceUri))
                return "namespace1";
            if ("http://www.w3.org/2001/XMLSchema".equals(namespaceUri))
                return "xs";
            return suggestion;
        public String[] getPreDeclaredNamespaceUris() {
            return new String[] {};
    }Thanks in Advance for any suggestion.
    Thanks
    Manjith Kumar A.

    Hi Suren7669,
    Welcome to the Support Communities!
    To resolve this issue, I would suggest updating your iOS to the latest, which is 7.0.3.
    iOS 7.0.3
    http://support.apple.com/kb/DL1691
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    Cheers,
    - Judy

Maybe you are looking for

  • Still having trouble embedding multiple .swf's

    I made a really simple example of what I am trying to do: http://www.jocci.com/indio.htm

  • JMS Sender Channel - reconnect problem

    Hi, I've got a sender channel which picks up messages from MQSeries and sends them to XI. If I set the MQSeries Queue to "Get Inhibited" to simulate a network problem, the channel goes down with a standard error message "Sender channel. Details: MQJM

  • Material Withdrawal for Production

    Hello all, I'm using Pull list (MF60) to pull material for production supply Storage location.I'm not using PP-REM, but staging is a requirement in my scenario. While executing MF60 with reservation & MF65 to Goods Issue,the Goods Issue happns in one

  • UDF for table CRD1 not shown in XL Reporter

    Hi everyone, I created an UDF under "Business Partners - Addresses" (for table CRD1), but in XL Reporter it is not in the UDF list. Looks like XL Reporter only recognizes UDFs on the primary table level -- all UDFs built for "Business Partners" (OCRD

  • Unable to Sync or Edit Address Book

    For some reason I can not sync or edit my listings in my address book anymore. When I Sync, nothing happens to my address book, also if I click a listing on my Mac, the edit button stays greyed out. I would be willing to remove any sort of database o