JAXR - querying Registry Server

I downloaded the JAVATM WEB SERVICES DEVELOPER PACK EA2. I having been working through the tutorial and I have been able to publish to the Registry Server using both the java program that comes with the tutorial and the Explorer client that comes with the tutorial. However, when I try to query the Organization I created, I get an error in both the java query app and the browser which are part of the tutorial as well. The apps return the organization information but when it they try to get User information such as primary contact or email, I get the following error.
java.lang.ClassCastException: com.sun.xml.registry.uddi.infomodel.OrganizationImpl
I've doubled checked my class paths which seem OK.
My SDK is 1.3.1_02
Any help would be appreciated

Hello,
I have created a new user same as u(through the indri tool). In that tool it is showing two users i.e testuser and newuser when i select the authinfo collection. I have created a node in uddi collection(that is same as publish) and i tried to query that information from the registry server. Then i got the ClasscastException for BusinessKey. That error is because i have created that node through the indri tool. If we publish an Organization internally it will create the unique key for every organization. Because of that reason i got that classcast exception. In your case also i am expecting the error because of some unique key violation.
But i am facing problem with publishing information from the registry server. I am getting Unknown_user exception while publishing. As mentioned above i have created a new user same as you and tried to publish data.
Please tell me the proper steps to follow for publishing data without getting Unknownuser exception.
My working environment is Windows2000. I have placed the build.properties file in the c:\documents and settings\my_profiles.
Ramanakumar

Similar Messages

  • I can not publish and query services in Registry Server?Help please!

    I want to use Registry Server in Jwsdp1.5 to publish and query services,but there is some problems:
    2006-4-26 10:05:26 com.sun.registry_server.server.RegistryServerServlet init
    ����: NamingException: javax.naming.NameNotFoundException: Name org.xml.sax.driver is not bound in this Context
    2006-4-26 10:05:27 com.sun.xml.messaging.saaj.soap.MessageImpl identifyContentType
    ����: SAAJ0537: ������������������������������������ SOAP ����
    2006-4-26 10:05:27 com.sun.xml.messaging.saaj.soap.MessageImpl <init>
    ����: SAAJ0535: ��������������
    javax.xml.registry.JAXRException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
         at com.sun.xml.registry.uddi.RegistryServiceImpl.jaxmSend(Unknown Source)
         at com.sun.xml.registry.uddi.RegistryServiceImpl.send(Unknown Source)
         at com.sun.xml.registry.uddi.Processor.processRequestJAXB(Unknown Source)
         at com.sun.xml.registry.uddi.UDDIMapper.findOrganizations(Unknown Source)
         at com.sun.xml.registry.uddi.BusinessQueryManagerImpl.findOrganizations(Unknown Source)
         at QueryByName.doPost(QueryByName.java:63)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:790)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:709)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:572)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:127)
         ... 34 more
    Caused by: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
         ... 34 more
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
         at com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:231)
         at com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl.<init>(Message1_1Impl.java:43)
         at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl.createMessage(SOAPMessageFactory1_1Impl.java:32)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:354)
         at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:150)
         ... 36 more
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?
         at com.sun.xml.messaging.saaj.soap.MessageImpl.identifyContentType(MessageImpl.java:295)
         at com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:146)
         ... 40 more
    can you help me?expectiong your advise!thank you

    I have created my own private registry, I hava installed JWSDP1.5.
    I use a .jsp file and a servlet to publish services,the servlet is:
    import javax.xml.registry.*;
    import javax.xml.registry.infomodel.*;
    import java.net.*;
    import java.security.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    public class Publish extends HttpServlet{
         public void doGet(HttpServletRequest request,HttpServletResponse response)
         throws ServletException,IOException{
              doPost(request,response);
         public void doPost(HttpServletRequest request,HttpServletResponse response)throws ServletException,IOException{
         String userName=request.getParameter("username");
         String authPassword=request.getParameter("password");
         Connection connection = null;
    RegistryService rs=null;
    BusinessLifeCycleManager blcm=null;
    BusinessQueryManager bqm = null;
         Properties props=new Properties();
    props.setProperty("javax.xml.registry.queryManagerURL","http://localhost:8080/RegistryServer");
    props.setProperty("javax.xml.registry.lifeCycleManagerURL","http://localhost:8080/RegistryServer");
    props.setProperty("javax.xml.registry.factoryClass","com.sun.xml.registry.uddi.ConnectionFactoryImpl");
    //props.setProperty("com.sun.xml.registry.http.proxyHost",httpHost);
    //props.setProperty("com.sun.xml.registry.http.proxyPort",httpPort);
    // props.setProperty("com.sun.xml.registry.https.proxyHost",httpsHost);
    // props.setProperty("com.sun.xml.registry.https.proxyPort",httpsPort);
    try{
    // Create the connection, passing it the
    // configuration properties
    ConnectionFactory factory =
    ConnectionFactory.newInstance();
    factory.setProperties(props);
    connection=factory.createConnection();
    PrintWriter out=response.getWriter();
    out.println("<a href=\"/publishapp/publish.jsp\">You can click here to be Back </a>");
    out.println("<H3>Created connection to registry</H3>");
    rs=connection.getRegistryService();
    blcm = rs.getBusinessLifeCycleManager();
    bqm = rs.getBusinessQueryManager();
    //out.println("Got registry service, query " +"manager, and life cycle manager");
    // Get authorization from the registry
    PasswordAuthentication passwdAuth =
    new PasswordAuthentication(userName,authPassword.toCharArray());
    Set creds = new HashSet();
    creds.add(passwdAuth);
    connection.setCredentials(creds);
    out.println("<br>");
    out.println("<H3>Established security credentials</H3>");
    //receive organization name and description
    String orgName=request.getParameter("orgname");
    String orgDescription=request.getParameter("orgdescription");
    // Create organization name and description
    Organization org =
    blcm.createOrganization(orgName);
    InternationalString s =
    blcm.createInternationalString(orgDescription);
    org.setDescription(s);
    //receive contactor name phone and Email
    String contactName=request.getParameter("contactname");
    String contactPhone=request.getParameter("contactphone");
    String contactEmail=request.getParameter("contactemail");
    // Create primary contact, set name
    User primaryContact = blcm.createUser();
    PersonName pName =
    blcm.createPersonName(contactName);
    primaryContact.setPersonName(pName);
    // Set primary contact phone number
    TelephoneNumber tNum = blcm.createTelephoneNumber();
    tNum.setNumber(contactPhone);
    Collection phoneNums = new ArrayList();
    phoneNums.add(tNum);
    primaryContact.setTelephoneNumbers(phoneNums);
    // Set primary contact email address
    EmailAddress emailAddress =blcm.createEmailAddress(contactEmail);
    Collection emailAddresses = new ArrayList();
    emailAddresses.add(emailAddress);
    primaryContact.setEmailAddresses(emailAddresses);
    // Set primary contact for organization
    org.setPrimaryContact(primaryContact);
    String serviceName=request.getParameter("servicename");
    String serviceDescription=request.getParameter("servicedescription");
    String serviceURL=request.getParameter("serviceurl");
    String svcbindDescription=request.getParameter("svcbinddescription");
    // Create services and service
    Collection services = new ArrayList();
    Service service =
    blcm.createService(serviceName);
    InternationalString is =
    blcm.createInternationalString(serviceDescription);
    service.setDescription(is);
    // Create service bindings
    Collection serviceBindings = new ArrayList();
    ServiceBinding binding = blcm.createServiceBinding();
    is = blcm.createInternationalString(svcbindDescription);
    binding.setDescription(is);
    // allow us to publish a fictitious URL without an error
    binding.setValidateURI(false);
    binding.setAccessURI(serviceURL);
    serviceBindings.add(binding);
    // Add service bindings to service
    service.addServiceBindings(serviceBindings);
    // Add service to services, then add services to organization
    services.add(service);
    org.addServices(services);
    //receive Classification scheme name and value
    String classificationScheme=request.getParameter("classificationscheme");
    String classificationName=request.getParameter("classificationname");
    String classificationValue=request.getParameter("classificationvalue");
    // Set classification scheme to NAICS
    ClassificationScheme cScheme =
    bqm.findClassificationSchemeByName(null, classificationScheme);
    // Create and add classification
    Classification classification = blcm.createClassification(cScheme,
    classificationName,classificationValue);
    Collection classifications = new ArrayList();
    classifications.add(classification);
    org.addClassifications(classifications);
    // Add organization and submit to registry
    // Retrieve key if successful
    Collection orgs = new ArrayList();
    orgs.add(org);
    BulkResponse response1 = blcm.saveOrganizations(orgs);
    Collection exceptions = response1.getExceptions();
    if (exceptions == null) {
    out.println("<br>");
    out.println("<H3>Service Registering is Sucessful!</H3>");
    out.println("<br>");
    out.println("<H3>service information saved is</H3>");
    out.println("<H3>");
    out.println(orgName);
    out.println("</H3>");
    Collection keys = response1.getCollection();
    Iterator keyIter = keys.iterator();
    if (keyIter.hasNext()) {
    javax.xml.registry.infomodel.Key orgKey =
    (javax.xml.registry.infomodel.Key) keyIter.next();
    String id = orgKey.getId();
    out.println("<H3>service key is </H3>");
    out.println("<H3>");
    out.println(id);
    out.println("</H3>");
    } else {
    Iterator excIter = exceptions.iterator();
    Exception exception = null;
    while (excIter.hasNext()) {
    exception = (Exception) excIter.next();
    System.err.println("Exception on save: " +
    exception.toString());
    } catch (Exception e) {
    e.printStackTrace();}
    the exception in the tomcat50-jwsdp/logs:
    javax.xml.registry.JAXRException: javax.xml.bind.JAXBException
    - with linked exception:
    [javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider com.sun.xml.messaging.saaj.soap.MessageImpl could not be instantiated: java.lang.IllegalAccessException: Class javax.xml.soap.FactoryFinder can not access a member of class com.sun.xml.messaging.saaj.soap.MessageImpl with modifiers "protected"]
         at com.sun.xml.registry.uddi.Processor.processRequestJAXB(Unknown Source)
         at com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown Source)
         at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source)
         at Publish.doPost(Publish.java:66)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:535)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:790)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:709)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:572)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.xml.bind.JAXBException
    - with linked exception:
    [javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider com.sun.xml.messaging.saaj.soap.MessageImpl could not be instantiated: java.lang.IllegalAccessException: Class javax.xml.soap.FactoryFinder can not access a member of class com.sun.xml.messaging.saaj.soap.MessageImpl with modifiers "protected"]
         at com.sun.xml.registry.common.util.MarshallerUtil.jaxbMarshalObject(Unknown Source)
         ... 32 more
    expecting yours advise, thanks!!

  • Publishes an organization in the registry server Problem

    in the tutorial "The Coffee Break Application"
    when I try to run "ant run-jaxr-publish", I get the following message:
    run-jaxr-publish:
    [echo] Running OrgPublisher.
    [echo] Note: Remember to start the registry server before running this program.
    [java] Created connection to registry
    [java] Got registry service, query manager, and life cycle manager
    [java] javax.xml.registry.SaveException: UDDI DispositionReport: Error Code = E_FATALERROR; Error Message = XMLDBUs
    erAuth.getAuthInfo(...); Error Number = 10500; UDDI keyType = null
    [java] at com.sun.xml.registry.uddi.UDDIMapper.results2BulkResponse(Unknown Source)
    who has met this problem and how to resolve it?
    [java] at com.sun.xml.registry.uddi.UDDIMapper.transformResponse(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at com.sun.xml.registry.uddi.UDDIMapper.invoke(Unknown Source)
    [java] at com.sun.xml.registry.uddi.UDDIMapper.processResponse(Unknown Source)
    [java] at com.sun.xml.registry.uddi.UDDIMapper.processRequest(Unknown Source)
    [java] at com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown Source)
    [java] at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source)
    [java] at com.sun.cb.JAXRPublisher.executePublish(Unknown Source)
    [java] at com.sun.cb.OrgPublisher.main(Unknown Source)
    [java] Exception in thread "main" java.lang.NullPointerException
    [java] at java.io.Writer.write(Writer.java:126)
    [java] at com.sun.cb.OrgPublisher.main(Unknown Source)
    [java] Java Result: 1

    please confirm that this is occuring with the lastest version, 1.0_01 of the JWSDP. if this occuring with the latest version, let's do some debugging. please set the debug level to "trace" for the RegistryServer as documented in:
    http://java.sun.com/webservices/docs/1.0/registry-server/ReleaseNotes.html#logging
    and then examine ${JWSDP_HOME}/logs/catalina.out. look for the incomming request to authorize the user. the trace after that should help identify the problem.
    thanks,
    Jeff Suttor <[email protected]>

  • Registry-server discoveryURL

    Hi,
    how can I change the dicoveryURL saved by the registry server?
    I want to use the ip of my machine instead of "localhost".
    I'm using jwsdp-1_0 on RedHat 7.2.
    Thanks,
    Enrico.

    The discoveryURL of an organization is represented as an ExternalLink of an Organization Element. In JAXR all Organization interfaces extend RegistryObject which has an externalLink element. An externalLink represents a URI that points to a resource that is external to the registry and repository. So the following skeleton code should work:
    //Get the organization using a classification.
    BulkResponse br = businessquerymanager.findOrganizations(...);
    Assume only one organizationFound
    Collection orgs = br.getCollection();
    if(orgs.hasNext()){
    Organization org = (Organization)orgs.next();
    //Get the external links:
    Collection discoveryLinks = org.getExternalLinks();
    ExternalLink link = businesslifeCycleManager.createExternalLink(
              "http://myserver/discoverylink", "My discoveryURL");
    org.addExternalLink(link);
    This is just skeleton code but it should work. Note if you want to create an entry in the registry you need to use the BusinessLifeCycleManager to do this. You get Businesslifecycle from the RegistryService.
    HTH.

  • Problems accessing Web service from registry server

    "Hi,
    While trying to develop a dynamic webservice, I encounter some problems.
    The details are as follows:
    I develop a webservice with following interfaces and implementation
    classes:
    Interface : pricequote.IPriceQuote
    Implementation : pricequote.PriceQuoteImpl
    The service does get registered on the XINDICE registry server. ( I am
    using JWSDP to develop the above), and also is deployed on the tomcat
    server.
    I have specified the following path for the service end point:
    http://localhost:8080/PriceQuoteService/pricequote/IPriceQuote
    But when I call the sayHello(String strName) method, I get the following
    error:
    [java] java.rmi.RemoteException: cannot connect to server: /PriceQuoteServi
    ce/pricequote/IPriceQuote; nested exception is:
    [java] cannot connect to server: /PriceQuoteService/pricequote/IPriceQu
    ote
    [java] at pricequote.IPriceQuote_Stub.sayHello(IPriceQuote_Stub.java:76
    [java] at pricequote.PriceQuoteClient.getData(Unknown Source)
    [java] at pricequote.PriceQuoteClient.main(Unknown Source)
    [java] Caused by: cannot connect to server: /PriceQuoteService/pricequote/I
    PriceQuote
    [java] at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpCl
    ientTransport.java:119)
    [java] at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.
    java:73)
    [java] at pricequote.IPriceQuote_Stub.sayHello(IPriceQuote_Stub.java:59
    [java] ... 2 more
    BUILD SUCCESSFUL
    Total time: 3 seconds

    No..
    Not able to to open the WSDL either..Getting HTTP status 404..
    The location http://localhost:8080/PriceQuoteService does open, though it doesnt't have any web pages. The organization data is accessible from registry-server also.
    ---Original Message----
    are you able to access this endpoint through a browser
    what happens when you do
    http://localhost:8080/PriceQuoteService/pricequote/IPri
    eQuote?WSDL
    using IE ? do you see the WSDL in your IE window ?
    Do you see the port info getting populate under the
    service section at the base of the WSDL ?

  • I want to query sql server database from oracle

    i want to query sql server database from oracle
    can anyone help me in this regard

    First of all - you are in the wrong forum.
    Look either for the Database general or search for Transparant / Heterogenous Gateways.
    cu
    Andreas

  • Query for Server Core

    SCCM 2007 SP2 R3
    SCCM newbie, here. I need to build a Collection of Server Core computers. I followed this article--
    http://www.myitforum.com/absolutenm/templates/Articles.aspx?articleid=19806&zoneid=89
    --to modify sms_def.mof. Having trouble figuring out where to go from here.
    I've run a Policy update & Hardware Inventory on a Core machine and a Full machine so there should be at least 2 records by now (24 hours later).
    Am I correct that when I build a query, I should now see Operating System SKU as an Attribute of the
    Operating System Attribute Class? It is not there.
    And would this be the correct WQL?
    select *  from  SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.OperatingSystemSKU = "12" OR
    SMS_G_System_OPERATING_SYSTEM.OperatingSystemSKU = "13" OR
    SMS_G_System_OPERATING_SYSTEM.OperatingSystemSKU = "14" OR
    SMS_G_System_OPERATING_SYSTEM.OperatingSystemSKU = "42"
    SCCM console shows the Query as Server Core [*The ConfigMgr Provider reported an error.*]
    I've triple-checked the sms_def.mof change; it's identical to the article.

    Also want to take this opportunity to learn a little more about SCCM. The troubleshooting article provided by Anoop is very poorly written--how do I launch Resource Manager? Where is SMS Trace? Where will I find the log files? I'm finding the answers
    but that's slowing me down a lot. But I guess what I have to puzzle out for myself I'll have a better chance of remembering!
    Yes, you may need to learn more about SCCM and that article is not for a newbie. The author of that article is greatly respected gentleman in SCCM/SMS/ConfigMgr world.
    Anoop C Nair - Twitter @anoopmannur
    MY BLOG:
     http://anoopmannur.wordpress.com
    SCCM Professionals
    This posting is provided AS-IS with no warranties/guarantees and confers no rights.

  • How to create snapshot portlet and snapshot query using server API

    How to create snapshot portlet and snapshot query using server API
    Regards
    Dheeraj

    Hi Sebastian,
    I have used the query and it is working fine. but, How could i include the headers of the query also in to the Excel Sheet.
    RehaanKhan. M
    see the method discussed here
    http://sqlblogcasts.com/blogs/madhivanan/archive/2008/10/10/export-to-excel-with-column-names.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Query machine 'server' has been taken out of rotation due to this error: The object is not initialzed?

    Hi, in my MOSS 2007 farm getting below Search errors frequently:
    1.“EventID: 0x00002736 (10038) - Query machine 'server xyz' has been taken out of rotation due to this error: The object is not initialized. 0x8004180b. It will be retried in 15 seconds”
    2. Retry of query machine 'server abc' has failed with error: The content index is corrupt.  
    In this Farm, one Application server works as an index server and two WFE servers work as Query servers.
    So currently resolving the issue resetting the crawl content and running full crawl. I also changed the Index file location frequently on both the WFE servers but frequently error is coming.
    Please tell me what to do.

    Hi Prakash,
    It seems like your existing index partition is corrupted, please remove initial index partition and create new.
    Please refer below article, this will give you some idea to troubleshot this issue further:
    http://daxdilip.blogspot.in/2012/06/troubleshooting-sharepoint-search.html
    If my contribution helps you, please click Mark As Answer on that post and
    Vote as Helpful
    Thanks, ShankarSingh(MCP)

  • What are attributes we can use in LDAP query in server derivation rules

    Q: What are attributes we can use in LDAP query in server derivation rules
    A: Server derivation rules can be defined for an LDAP server in the same way as that for a Radius server. As opposed to a Radius server, where the list of attributes that are defined for a server are standard, for an LDAP server, the attributes depend on the type of the server.
    The following table contains the list of attributes that are available for an Active Directory implementation. The server may maintain only a subset of these attributes, depending on how the user entries have been configured.
    Attribute Name:
    ==============
    sAMAccountname
    userPrincipalName
    givenName
    sn
    initials
    description
    physicalDeliveryOfficeName
    telephoneNumber
    mail
    wwwHomePage
    url
    logonHours
    logonWorkstation
    userAccountControl
    pwdLastSet
    userAccountControl
    accountExpires
    streetAddress
    postOfficeBox
    postalCode
    memberOf
    primaryGroupID
    title
    department
    company
    manager
    directReports
    profilePath
    scriptPath
    homeDrive
    homeDirectory
    HomeDirDrive
    telephoneNumber
    otherTelephone
    pager
    pagerOther
    mobile
    otherMobile
    fascimileTelephoneNumber
    otherFascimileTelephoneNumber
    ipPhone
    otherIpPhone

    >
    praveen.tecnics wrote:
    > hi experts
    >
    > what are mapping rules in sap xi/pi  ? how we can use this rules for special charters mapping .
    to map special characters you need to use an element called CDATA in your mapping
    a special character causes an error....as XI wont be able to read it (as it is not in a proper XML format)...so to parse this character through XI without causing an eror use the CDATA....just make a search on SDN and you will find the proper use of it....
    For your info: http://www.w3schools.com/XML/xml_cdata.asp
    Regards,
    Abhishek.
    Edited by: abhishek salvi on May 20, 2009 8:52 AM

  • Registry Server run on which port?

    Dear All,
    Hi. I installed my Java WSDP. How do I know that whether the Registry Server is running, and which port is the registry server running on?
    Can you please advice? Thank you very much.

    A sidenote: it's x window or x, windows is a software product from a certain company in redmond, WA.
    Also: on unix/linux it's 5801 (access via http/browser using an applet) and 5901 (access via client/native vnc protocol). Only on windows 5800/5900 (vnc port 0) is used.

  • Querying LDAP Server

    I would like to implement some Java Bean classes to query
    LDAP Server by using JNDI. I already have some sample Java code to query LDAP
    Server by using JNDI.
    How can I use WebLogic Server and EJB or other technology to
    query LDAP Server

    Try the LDAP bean that comes with IP*Works! Java Edition http://www.nsoftware.com/
    "weblogic" <[email protected]> wrote in message news:<3b0c2fbd$[email protected]>...
    I would like to implement some Java Bean classes to query
    LDAP Server by using JNDI. I already have some sample Java code to query LDAP
    Server by using JNDI.
    How can I use WebLogic Server and EJB or other technology to
    query LDAP Server

  • Ironport WSA reached maximum failures querying DNS server

    I have been seeing an increased number of critical alerts on my Ironport indicating that it has reached the maximum number of failures querying the DNS server. 
    Has anyone seen this alerts before and/or know what causes them? I have not been able to find any information on the alert.
    Thanks

    We are seeing this alert as well, but we haven't had any complaints from the users.
    I had a TAC case in July this year due to "Application Fault Errors", and my TAC engineer told me I was experiencing bug CSCzv44813. The solution was to change to Google DNS and reboot the appliance.
    Now we are getting the "Reached maximum failures querying DNS server" messages from time to time.
    Are you also using Google DNS (8.8.8.8 and 8.8.4.4.) by any chance?

  • Search registry server by service name or binding description

    Hello!
    I use the JWSDP 1.3 and the Registry Server. I have published 3 organizations and some services and I want to make a search by service name or by binding description.Has anyone sample code of how can i do this?

    Hello Larry.
    Of course I'm using this feature too. Generally I talk about search conditions/expressions. By the way in smart albums the same problem with search expressions. When I want create a smart album with my friend "Smith" for example and in the Smart album search criterias enter "smith" with small "s" then my friend doesn't appear in this album while I don't change the name as it witten in address book "Smith" with big "S".
    You see?

  • Adding a Custom Hierarchy field to SPM query giving Server Error

    Hi
    I have enahnced the SPM data model with Organistaion Unit Infobject 0ORGUNIT as part of a
    enhancement requirement for using 0ORGUNIT Hierarchy .
    The field has been added to Bex Query - Spend Analysis Final and also appear in the SPM datasource.
    When I add this 0ORGNUNIT field to the SPM report in SPM UI , I get a server error.
    There isn't anymore information showing up about the error.
    I dont think I missed any step here . I a;lso checked the Analysis administration - Dimension Properties and all looks fine there.
    I can see the new field 0ORGUNIT showing up with Hierarchy selected.
    We are in SPM 3.0 support pack 7.
    Appreciate your quick help in this.
    Thanks
    Rettna Kumar

    Hi,
    Please check whether your key flex structure is frozen or not. If now please freeze it and re compile and try.
    This may helps too
    error while developing KFF in oaf
    Thanks
    Bharat
    Edited by: Bharat on May 10, 2013 4:51 AM

Maybe you are looking for

  • Replacement hard drive for late 2008 Macbook Pro

    I need to replace my drive in a late 2008 Macbook Pro 15".  I can access the battery and what looks like the hard drive from the underside, if this helps.  Would this be a good replacement choice? http://www.newegg.com/Product/Product.aspx?Item=N82E1

  • Best way to move Library?

    Hi can someone tell me the best way to move my entire Library to a new external drive so that I can get it off my mac's HD and free up the 160GB its using? It contains all of out business images so its extremely important that I loose nothing, keep a

  • How to clear the table control content

    Hi All, I am doing BDC for cost estimate change. In this the transaction KKPB contains table control. So when ever i process with particular cost estimate, i need to fill the table control with the values. Here when i am doing the BDC for change, i n

  • Calling webservice from Flex?

    Hi, I get the error when I call webservice from Flex.Can you tell me why this happen? Thanks Mark [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] at mx.rpc::AbstractInvo

  • Contract Quantity to Sales order qty

    Dear Sdities, 1. I have created Contract Using VA41 for 150 KG & saved Contract. 2.I have created Sales Order(va01) by referring to Contract , but i created  Sales order for 151KG. Then it gave me below Warning message & it allowed me to do delivery