Not able to find Message mappings & Operations mapping in NWDS 7.31

Hi Experts,
I've downloaded NWDS-EXTSOA-7.3-EHP1-SP12-PAT0001 in which Data types, Messages types and Service interfaces are visible, but the Message Mappings and Message Interfaces. Let me know how to fix this issue.
Regards,
Farooq

Hi Vila,
When tried with NWDS having same SP level i can see & access MM & OM .
Thanks for your suggestion.
Regards,
Farooq

Similar Messages

  • Jdeveloper is not able to find SOA server

    I am trying to deploy Hello world BPEL project from Jdeveloper 11.1.1.6.0 to standalone Weblogic server 10.3.6. Jdeveloper is able to list servers running (admin server and managed soa-server). However it is not able to find SOA server. I have verified that soa-infra is up and running.
    While trying to find SOA server it fails with Null Pointer Exception with following stack trace:
    java.lang.RuntimeException: java.lang.NullPointerException
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:89)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.<init>(WeblogicSOAServer.java:68)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listWeblogicSOAServers(ASBrowserHelper.java:275)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listSOAServers(ASBrowserHelper.java:201)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper$RunnableListSOAServers.run(ASBrowserHelper.java:333)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.NullPointerException
         at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
         at java.util.StringTokenizer.<init>(StringTokenizer.java:219)
         at weblogic.utils.StringUtils.splitCompletely(StringUtils.java:119)
         at weblogic.socket.utils.ProxyUtils.getProxySocket(ProxyUtils.java:178)
         at weblogic.socket.utils.ProxyUtils.getSSLClientProxy(ProxyUtils.java:235)
         at weblogic.socket.SocketMuxer.newSSLClientSocket(SocketMuxer.java:396)
         at weblogic.socket.SocketMuxer.newSSLClientSocket(SocketMuxer.java:414)
         at weblogic.socket.ChannelSSLSocketFactory.createSocket(ChannelSSLSocketFactory.java:82)
         at weblogic.socket.ChannelSSLSocketFactory.createSocket(ChannelSSLSocketFactory.java:119)
         at weblogic.socket.BaseAbstractMuxableSocket.createSocket(BaseAbstractMuxableSocket.java:133)
         at weblogic.rjvm.t3.MuxableSocketT3.newSocketWithRetry(MuxableSocketT3.java:214)
         at weblogic.rjvm.t3.MuxableSocketT3.connect(MuxableSocketT3.java:383)
         at weblogic.rjvm.t3.ConnectionFactoryT3S.createConnection(ConnectionFactoryT3S.java:44)
         at weblogic.rjvm.ConnectionManager.createConnection(ConnectionManager.java:1784)
         at weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.java:1424)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:443)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at oracle.soa.management.internal.facade.ServerManagerImpl.<init>(ServerManagerImpl.java:76)
         at oracle.soa.management.internal.facade.ServerManagerFactoryImpl.createServerManager(ServerManagerFactoryImpl.java:28)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:85)
         ... 6 more
    On weblogic server I get following logs at the end after server start. Not sure if this is the issue:
    <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpmn/CubeEngineBean} for engine type {bpmn}
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpel/CubeEngineBean} for engine type {bpel}
    line 6:12 mismatched character '<EOF>' expecting '"'
    SOA Platform is running and accepting requests
    line 3:12 mismatched character '<EOF>' expecting '"'
    I have already tried reinstalling everthing from scratch.. Any help is appreciated.
    Thanks in advance.
    Edited by: 925432 on Apr 4, 2012 2:32 AM

    I started the server again and I got the same problem:
    <Dec 27, 2012 3:20:55 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Dec 27, 2012 3:20:58 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Dec 27, 2012 3:21:00 PM EST> <Warning> <Log Management> <BEA-170011> <The LogBr
    oadcaster on this server failed to broadcast log messages to the admin server. T
    he Admin server may not be running. Message broadcasts to the admin server will
    be disabled.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:264:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Warning> <Server> <BEA-002611> <Hostname "02HW788
    5.NOAM.TCS.com", maps to multiple IP addresses: 192.168.2.100, 10.34.81.108, fe8
    0:0:0:0:2084:9bea:7a80:c8ad%15, fe80:0:0:0:0:5efe:c0a8:264%23, fe80:0:0:0:18d7:1
    cd0:3f57:fd9b%21, 2001:0:4137:9e76:18d7:1cd0:3f57:fd9b>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 10.34.81.108:7001 for protocols iiop, t3, ldap, snmp, htt
    p.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[7
    ]" is now listening on fe80:0:0:0:2084:9bea:7a80:c8ad:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on fe80:0:0:0:18d7:1cd0:3f57:fd9b:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 2001:0:4137:9e76:18d7:1cd0:3f57:fd9b:7001 for protocols iiop
    , t3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[6
    ]" is now listening on fe80:0:0:0:990a:dfdb:f89a:fd0e:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on 192.168.2.100:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[8
    ]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[9
    ]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
    http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on fe80:0:0:0:0:5efe:a22:516c:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "AdminServer" for domain "base_domain" running in Developmen
    t Mode>
    <Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpel/CubeEngineBean} f
    or engine type {bpel}
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpmn/CubeEngineBean} f
    or engine type {bpmn}
    SOA Platform is running and accepting requests
    line 6:12 mismatched character '<EOF>' expecting '"'
    line 3:12 mismatched character '<EOF>' expecting '"'
    and the server logs at this time:
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662946> <BEA-040010> <JMSServer "AGJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040109> <JMSServer "AGJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040010> <JMSServer "BAMJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040109> <JMSServer "BAMJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040010> <JMSServer "BPMJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040109> <JMSServer "BPMJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040010> <JMSServer "SOAJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040109> <JMSServer "SOAJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662949> <BEA-040010> <JMSServer "UMSJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662949> <BEA-040109> <JMSServer "UMSJMSServer" is started.>
    ####<Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <02HW7885> <AdminServer> <main> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000001b> <1356639671821> <BEA-000365> <Server state changed to RUNNING>
    ####<Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <02HW7885> <AdminServer> <main> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000001b> <1356639671915> <BEA-000360> <Server started in RUNNING mode>
    ####<Dec 27, 2012 3:21:13 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000002f> <1356639673080> <BEA-010060> <The Message-Driven EJB: DriverDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMDriverDefSndQ1.>
    ####<Dec 27, 2012 3:21:13 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000030> <1356639673934> <BEA-010060> <The Message-Driven EJB: MessageReceiverBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineRcvQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000035> <1356639674598> <BEA-010060> <The Message-Driven EJB: MessageDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMWSRcvQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000036> <1356639674628> <BEA-010060> <The Message-Driven EJB: MessageForwarderBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineSndQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000037> <1356639674762> <BEA-010060> <The Message-Driven EJB: PeopleQueryMDB has connected/reconnected to the JMS destination: jms/bpm/PeopleQueryTopic.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000038> <1356639674944> <BEA-010060> <The Message-Driven EJB: TestFwkEmulatorBean has connected/reconnected to the JMS destination: jms/testfwk/TestFwkQueue.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000039> <1356639675373> <BEA-010060> <The Message-Driven EJB: CubeActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003a> <1356639675725> <BEA-010060> <The Message-Driven EJB: NotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003b> <1356639675808> <BEA-010060> <The Message-Driven EJB: BAMActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003c> <1356639675813> <BEA-010060> <The Message-Driven EJB: TaskNotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Dec 27, 2012 3:21:20 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680196> <BEA-001516> <Data source connection pool "EDNLocalTxDataSource" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production".> ####<Dec 27, 2012 3:21:20 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680197> <BEA-001517> <Data source connection pool "EDNLocalTxDataSource" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".> ####<Dec 27, 2012 3:21:20 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680199> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685354> <BEA-001516> <Data source connection pool "EDNDataSource" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production".> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685357> <BEA-001517> <Data source connection pool "EDNDataSource" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685725> <BEA-000628> <Created "1" resources for pool "EDNDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:26 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639686967> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:27 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639687182> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:53 PM EST> <Info> <Health> <02HW7885> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000005b> <1356639713948> <BEA-310002> <48% of the total memory in the server is free>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000199> <1356639969105> <BEA-001128> <Connection for pool "SOALocalTxDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019b> <1356639969210> <BEA-001128> <Connection for pool "mds-owsm" has been closed.>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019c> <1356639969547> <BEA-001128> <Connection for pool "mds-soa" has been closed.>
    ####<Dec 27, 2012 3:26:12 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019e> <1356639972467> <BEA-001128> <Connection for pool "BAMDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a5> <1356639974047> <BEA-001128> <Connection for pool "OraSDPMDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a6> <1356639974063> <BEA-001128> <Connection for pool "SOADataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a6> <1356639974067> <BEA-001128> <Connection for pool "SOADataSource" has been closed.>
    ####<Dec 27, 2012 3:26:20 PM EST> <Info> <Common> <02HW7885> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639980480> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:26:47 PM EST> <Info> <Common> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-08523006F7753057A4BD> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001cc> <1356640007149> <BEA-000628> <Created "1" resources for pool "OraSDPMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:26:58 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-08933006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356640018757> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:28:10 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Authenticator> <OracleSystemUser> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356640090063> <BEA-000628> <Created "1" resources for pool "BAMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:28:53 PM EST> <Info> <Health> <02HW7885> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13
    I am not seeing any errors, but still I am unable to start server.
    Any suggestions would be appreciated.

  • Not able to find data in Cube

    Hi All,
    Good Evening!
    I am loading data from ODS to Cube. I am not able to find values for 0ORDER_CURR in the cube and also in the report which I built on the Cube. But they are present in the ODS.
    Please help me to find the problem. Thanks in Advance...
    With regards
    Mahi

    Hi Mahi..
    Try to check is there mapping in ur Update rules for this 0ORDER_CURR.. if not then maintain the same..
    Also let us know whether u have used this object at the cube level or not??? if not then try to maintain and then maintain the mapping as well from the DSO.....
    this will solve the issue....
    thanks..
    Assign points if this helps...

  • I have inadvertently infringe copyright on facebook and they have subsequently barred me from uploading any more videos. The question I need answered is ( and not able to find the answer on any of you help pages).....  Do the following have free copyright

    I have inadvertently infringe copyright on facebook and they have subsequently barred me from uploading any more videos.
    The question I need answered is ( and not able to find the answer on any of you help pages).....
    Do the following have free copyright to publish on facebook and U Tube?
    1.Garage band sounds?
    2.Slide show...Sample music and Theme music?
    3.iMovie...iMovie sounds and iLife sounds ie.Medal Ceremony and Memorial etc?
    I note one can publish to shared net places directly from iMovie so one assumes these are copyright free for non-profit making and non-comercial use.
    It is impossible to contact apple direct.No email address.We put our selves at risk without this knowledge and like applemac, facebook will not communicate direct.Will applemac please take responsibility for copyright/the above that they are all too willing to sell to us but not support us with that knowledge.
    I have Mac OS X Snow Leopard version 10.6.2 (2009 bought in 2010)

    Thank you Klaus1.The large font, I copied and pasted from my mail box.I'm visually impaired...not to a huge degree but it helps to use the large font.I believe you are right about the copyright on the imac stuff but if facebook decide otherwise, you have to reply electronically to their challenge.If you can't provide a reference directly from the copyright owner then they remove the video.I believe this is a programmed response and no human is involved which now makes it impossible for me to get my video uploading restored.They detect added soundtrack automatically and then challenge.There are many others in the same boat and facebook will not communicate.They have various discussion sites on which I have left messages including Mark Zuckerbergs own facebook but I don't think anyone from facebook ever reads them.I intend to start a second facebook which I can use purely to get my videos uploaded as a lot of my friends enjoy them BUT don't want fall foul of their programming again.If only iMac would put something on the net to this effect.I think it is so unfair that with modern technology it is impossible to contact these large conglomerates personally and receive an email response.I tried emailing [email protected] but I got a failure notice.If you have any ideas on how to get verification from apple direct, I would be very grateful.Thank You.

  • Not able to find the created BI System

    Hi,
    I have configured the BI System as in the document.
    http://help.sap.com/saphelp_nwce10/helpdata/en/7e/6dbcea3700452195e3bddaa47c5906/frameset.htm
    I am having few doubts.
    1. Whether we need to choose only SAP system with load balancing template.
    2. Whether we can set
               BI Directory Provider: No
               BI Master System: No
    And also one more thing, I am using UIDPWD logon method. Whether there will any problem with this
    I need clarifications on these.
    Also after doing all these things i am not able to find the created BI System in VC.
    When i test the same in Portal, it is saying the connection is successful..
    Anyother step needs to be done, after this in configuration. Please let me know.
    Please help me to resolve this issue.
    Regards,
    Palani
    Edited by: Palani Appan on Sep 12, 2008 1:41 PM

    Hi Inna,
    Thanks for the reply.
    But in Portal I have done the User Mapping between Portal Server and BI System.
    I am using BI 3.5 System, Whether there will be any problem?
    The BI Kit is already installed and i am able to view the components.
    Still i am not able to get the System that i have created in portal into VC 7.1.
    I am only getting Web Services created in that system and Service Registry and Visual Composer Models in Search Tab.
    Whether we need to create a RFC destination also for this BI system?
    Please help me to solve this issue.
    Regards,
    Palani
    Edited by: Palani Appan on Sep 15, 2008 4:44 PM
    Edited by: Palani Appan on Sep 16, 2008 9:42 AM

  • Not able to find final Item in configurator R 12

    Hi Guru's
    I have created Model class item as CAR, Option Class items as : Tyre and Brakes.
    Then finished Items as Rubber Tyres, Mac Tyres and Normal Brakes, Disc Brakes respectively for Tyres, Brakes.
    In the configurator screen not able to find Finished items (Rubber Tyres, Mac Tyres ,Normal Brakes, Disc Brakes)
    I am going through om and then click on configure for assembling.
    Please advice on this.
    Regards
    Sunny

    Hi Sandeep,
    Thanks for the information.
    Yes, added the Disc Brake and Normal Brake to the Brakes-OC BOM.
    In the Brakes-OC BOM, ensure that these items are listed as optional-
    Yes, this is done checked optional under om tab.
    Go to the master org ; open up the indented CAR BOM. Make sure the whole BOM shows up-Everything comes perfectly here.
    However still have the same problem gives the below error message in configurator screen.(Note this is in Vision instance R12)
    [Session Valid] The configuration currently is valid.
    [Session Incomplete]           Tyres is unsatisfied.
    [Session Incomplete]           Brakes is unsatisfied.
    Regards
    Sunny

  • Not able to see material and operation overview as tab in production order

    Hello Friends,
    While creating the production order by T.C CO01, after giving the material code , production plant and order type, system took me inside it.There i am not able to see component overview, operation overview as tab.Whereas in menu option Goto - overview - component , i can see there.But i want this things as tab in screen where we give qty and dates.
    So guys do you know where to do configuration for it.
    Thanking you guys in ad

    Dear Jitendra,
    In Production Order you will find Component and Operation screen under two different icons (not tab) production Header screen.
    - For Component Overview it is something like Balance or on pressing F6 you will branch to Component overview Screen.You will find it just after Hat icon
    - And for Operation over view it looks like ladder or on pressing F5 you will branch directly to operation screen.you will find this icon just after Component overview Icon.

  • Not able to find a simple type in Xquery transformation

    Hi,
    In Eclipse, for Xquery transformation, i am not able to find the XMLObject simple type, under the source or target mapping simple type.
    Need help plzz
    Thanks,
    Sarat

    XMLObject is not a XML Schema data type, it is a Java data type. So you wont see it in XQuery graphical mapper. XMLObject in Java is mapped to xs:anyType in Schema. What is your exact requirement?

  • Not able to find JNDI Destination WLS

    Hi all,
    I am trying to send a message to a JMS Queue. Everything seems ok, the test in the physical architecture is successful, I create the logical architecture, the model, and the data store with the columns.
    I create the interface with IKM SQL to JMS Append, I execute it but I get an error, it is not able to find the destination.
    Could someone tell me which could be the problem??
    Thanks!!!

    Hi Avinash
    Use the below path in NWA
    NWA--->Troubleshooting--->JNDI Browser
    then select context name and search by the JNDI name of the module.
    JNDI name will be found in the ejb-j2ee-engine.xml

  • FindClass() not able to find the class in the same path

    Hi,
    I have a c prototype which calls a java function which push a message in JMS. i'm using jdk1.6. i have set JavaVMInitArgs vm_args.version = JNI_VERSION_1_6 when i compile the c code as gcc -g -lgcj -I $JAVA_HOME/include -I $JAVA_HOME/include/linux CallJMS.c the JNI_CreateJavaVM(&jvm, (void*)&env, &vm_args)* returns JNI_ERR. After changing version to 1.4 JavaVMInitArgs vm_args.version = JNI_VERSION_1_4 finally it gives me an executable which calls the java function (how ever the required functionality is not got)
    To get the required functionality i had to use jdk1.6 so i changed the version property to JNI_VERSION_1_6 and the compiling command as gcc -g CallJMS.c -I $JAVA_HOME/include -I $JAVA_HOME/include/linux -L $JAVA_HOME/jre/lib/i386/server -ljvm .This gave me an executable, but when i execute it is not able to find the java class file. I have kept both the java and c file in the same path and also set the CLASSPATH. Please help.

    Hi jschell,
    I got solution to this problem. As you said it is due to wrong CLASSPATH set .
    Before:
    JavaVMInitArgs vm_args;
    JavaVMOption options[3];
    options[0].optionString = "-Djava.class.path=.:/home/programs/JbossMetro/jboss-5.1.0.GA/server/default/deploy/JMSforCNew.war/WEB-INF/classes";
    options[1].optionString="-Djava.library.path=.:/home/program/jdk1.6.0_23/jre/lib/i386/server";
    options[2].optionString="-verbose:jni";
    vm_args.version = JNI_VERSION_1_6; //JDK version. This indicates version 1.6
    vm_args.nOptions = 3;
    vm_args.options = options;
    vm_args.ignoreUnrecognized = 0;
    int ret = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);
    if(ret < 0)
    printf("\nUnable to Launch JVM\n");
    else
    printf("\nLaunched JVM\n");
    I was setting the CLASSPATH to the Path where my java class files were kept. When the JVM instance is created only this path (where my java class is residing) is identified and the JMS and other paths which was already set in the CLASSPATH environment variable is lost. Thus when i call the java class from the c program it is not able to find the dependent class files and it was aborting.
    After:
    Before setting the path where my class files are residing to CLASSPATH, get the path's in the CLASSPATH to a variable, append the path where my class files are kept to this variable and then set the CLASSPATH . Similarly do for the LD_LIBRARY_PATH. This works fine.
    char cpathBuff[100000];
    char ldpathBuff[4096];
    JNIEnv *env;
    JavaVMInitArgs vm_args;
    JavaVMOption options[3];
    cpath = (char*) getenv("CLASSPATH");
    sprintf(cpathBuff,"%s%s:%s","-Djava.class.path=",cpath,"/home/programs/JbossMetro/jboss-5.1.0.GA/server/default/deploy/JMSforCNew.war/WEB-INF/classes");
    options[0].optionString = cpathBuff;
    ldpath = (char *)getenv("LD_LIBRARY_PATH");
    sprintf(ldpathBuff,"%s%s:%s","-Djava.library.path=",ldpath,"/home/program/jdk1.6.0_23/jre/lib/i386/server");
    options[1].optionString = ldpathBuff;
    vm_args.version = JNI_VERSION_1_6; //JDK version. This indicates version 1.6
    vm_args.nOptions = 2;
    vm_args.options = options;
    vm_args.ignoreUnrecognized = 0;
    int ret = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);
    if(ret < 0)
    printf("\nUnable to Launch JVM\n");
    else
    printf("\nLaunched JVM\n");
    Thanks for your support Peter and JSchell.
    Edited by: 844094 on Mar 15, 2011 2:37 AM

  • Not able to find business system

    Guys ,
    I am not able to find my business system in service without party -> business system in integration directory .

    Hi,
    did you have a look at this:
    Defining a Business System as a Service
    http://help.sap.com/saphelp_nw04/helpdata/en/3e/60653f0c9fa075e10000000a114084/content.htm
    BTW
    but first you must create it in the SLD:
    Configuring a Business System
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/e3bd4f6b61e146ad1384954ecabb41/content.htm
    and if you want to know how to insert a technical system you can take a look at my weblog:
    Registering a new technical system in SLD - ABAP based
    /people/michal.krawczyk2/blog/2005/03/10/registering-a-new-technical-system-in-sld--abap-based
    Regards,
    michal
    Message was edited by: Michal Krawczyk

  • I have just upgraded to the latest version of OSX as invited by Apple. Since then iTunes will not play and my volume controls have stopped working - in Preferences the sound controller is not able to find any input or output devices. What is going on?

    I have just upgraded to the latest version of OSX as invited by Apple. Since then iTunes will not play and my volume controls have stopped working - in Preferences the sound controller is not able to find any input or output devices. What is going on?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click  Log in.
    *Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. 
    There will be no audio output in safe mode. The question to be answered by the test is whether any devices are listed in the Sound preference pane. After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • SCCM client not able to find MP

    Hi,
    I just deployed SCCM 2012 R2 Primary site as a standalone, but Client is not able to find their MP.
    Boundary is default Ad sites.. Also DNS and Domain is working properly..
    here is Local Services logs
    Refreshed security settings over MP LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    No security settings update detected. LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Unexpected row count (0) retrieved from AD.
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Failed to refresh Site Signing Certificate over AD with error 0x80004005.
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Attempting to retrieve lookup MP(s) from AD
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Unexpected row count (0) retrieved from AD.
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    No lookup MP(s) from AD LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Attempting to retrieve lookup MP(s) from DNS
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Using default DNS suffix AIRWORKS.IN LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Attempting to retrieve default management points from DNS
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Found DNS record of awisccm.airworks.in port 80
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Lookup Management Points from DNS: LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Name: 'awisccm.airworks.in' HTTPS: 'N' ForestTrust: 'N'
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Retrieved lookup MP(s) from DNS LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Attempting to retrieve site information from lookup MP(s) via HTTP
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    LSGetSiteInformationFromManagementPoint('AWI'): Assignment Site Code [AWI], Version [5.00.7958.1000], Capabilities [<Capabilities SchemaVersion="1.0"/>], Client Operational Settings [<ClientOperationalSettings><Version>5.00.7958.1501</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F0308201D8A0030201020210517C83C1077CF78E413E31A76CCA9765300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3135303230383039313834395A180F32313135303131363039313834395A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100BE00559D6DBA231FA973659B2D3636D617F7FA7964C72BEED39E860D232BE1D72394FC84EE49F63E72C610C5DC480A0713EEA499430F613035BC21AEAB75146A816C08F3260859B45B130244E77FB806B80F7027B3B49A6F8BBDB4E068F89F3CD346B14651D751AAD58A34EAD9B3910BE349CEA506168B4B2C7C4C4AD5AC371F3C57F94EA8A37A341565E5C3102B34500655C86A619A532F0D45E64D45B92ECF2B9E403CF22CB3A738E606870937EE73366A404D5AF457BF393666D338D6ACBBD94B00E951E70B8D3D73E8E58F35EEB110EA6D6EC85E0CEBFBE4B9F452FF870853FC48D57EA09361A5816DA24B868CF02BAB802D96742AF14B552168EA6EDF950203010001A3383036301E0603551D110417301582134157495343434D2E414952574F524B532E494E30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B0500038201010054D78657F6093B73C3899E9A77C92B834BC94BCA11B6D369AE94BA8E1D6607E70232C37C6A02DF47E8BBD02F288C941A687B14E88418BAA52E0A7E3246D2F85CFA06CE074EDD38C34FD3599E5AA801AA741B43B585D68C2B1B48BC3B5F9181431B25393A75926EC2BD81E586C41E9FA69AD715B2653BDE66C06327A6C0F58A750C55324505044284E5BD41374AA76DDE0F0310715A9161F6D69A1AA24656439307562DD475B8B755ED5408AEDC1F6EEEC007DABB94DF4B2A810B6AE54A4E51D46ADC0D1D9D8E7161A8F679DBC033C76A6E39686A0F248D0B903B1EF6F2E5DACD1958DE3B07F5124457CFC4582C7B460B5D4831C71A38057B52835E2CC24C5EC3</SiteSigningCert></SecurityConfiguration></ClientOperationalSettings>].
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Refreshed Site Signing Certificate over MP LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Attempting to retrieve lookup MP(s) from AD
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Unexpected row count (0) retrieved from AD.
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    No lookup MP(s) from AD LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Attempting to retrieve lookup MP(s) from DNS
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Using default DNS suffix AIRWORKS.IN LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Attempting to retrieve default management points from DNS
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Found DNS record of awisccm.airworks.in port 80
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Lookup Management Points from DNS: LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Name: 'awisccm.airworks.in' HTTPS: 'N' ForestTrust: 'N'
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Retrieved lookup MP(s) from DNS LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Unable to retrieve compatible MP(s) from AD
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Attempting to retrieve default management points from lookup MP(s) via HTTP
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Current AD site of machine is Default-First-Site-Name
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Default Management Points from MP: LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Name: 'AWISCCM.AIRWORKS.IN' HTTPS: 'N' ForestTrust: 'Y'
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    LSUpdateInternetManagementPoints LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Current AD site of machine is Default-First-Site-Name
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    LSUpdateInternetManagementPoints: No internet MPs were retrieved from MP AWISCCM.AIRWORKS.IN, clearing previous list.
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Persisting the default management points in WMI
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Default Management Points from MP: LocationServices
    2/10/2015 3:57:34 PM 4456 (0x1168)
    Name: 'AWISCCM.AIRWORKS.IN' HTTPS: 'N' ForestTrust: 'Y'
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Persisted Default Management Point Locations locally
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Current AD site of machine is Default-First-Site-Name
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Attempting to retrieve local MPs from the assigned MP
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Current AD site of machine is Default-First-Site-Name
    LocationServices 2/10/2015 3:57:34 PM
    4456 (0x1168)
    Current AD site of machine is Default-First-Site-Name
    LocationServices 2/10/2015 3:57:35 PM
    4456 (0x1168)
    MPLIST requests are throttled for 00:04:24
    LocationServices 2/10/2015 3:57:35 PM
    724 (0x02D4)
    Current AD site of machine is Default-First-Site-Name
    LocationServices 2/10/2015 3:57:35 PM
    4456 (0x1168)
    Executing Task LSRefreshDefaultMPTask LocationServices
    2/10/2015 3:57:47 PM 4832 (0x12E0)
    Executing Task LSTimeOutRequestsTask LocationServices
    2/10/2015 3:57:47 PM 5436 (0x153C)
    Executing Task LSRefreshLocationsTask LocationServices
    2/10/2015 3:57:47 PM 324 (0x0144)
    Unexpected row count (0) retrieved from AD.
    LocationServices 2/10/2015 3:57:47 PM
    4560 (0x11D0)
    Shailendra Dev

    Hi Jeff,
    I am using AD default sites as a Boundary, and all the locations ADC Servers are in default sites only,
    there is no any other sites in AD also there is no any Subnets added in AD subnets . should i need to add all the LAN subnet in AD subnets .. is this mandatory for auto site assignment and auto content locate for the clients???
    Shailendra Dev

  • Not able to find erroneous records in psa

    hi sdn
    In monitor I have some records for which bw is saying that these records are having invalid characterstic but unfortunately when i'm seeing in psa table i'm not able to find them out,
    can some body give me the clues regarding this
    rubane

    Hi
    Have you did what i suggested
    Select the PSA record. Open all the records. Now select the status column by pressing the header. Now press the sort button. red requests all will be in the bottom of the data record set.
    Check in the monito detail list which PSA data packet is having errors. All PSA data packets will not have errors . Only a few data packets will have error records. Select that data packet and do what is  suggested
    To find out which data packet is having error see the detail screen of the monitor and open all the messages there in the transfer rules
    Regards
    N Ganesh

  • I am not able to find the agree button in the terms and conditions agreement in my new iphone 5

    i am not able to find the agree button in the terms and conditions agreement in my new iphone 5

    Hi
    I managed to resolve this. See my solution for this other poster:
    https://discussions.apple.com/message/23058902#23058902

Maybe you are looking for

  • SSIS file iteration and insert in 2008

    we have a directory , which has around 10 files. I need to iterate the all the files in the directory and insert the file name, file count and other details into one of the table of the database.  Once the data/file name is inserted into the parent t

  • Lost iCloud icon

    Good Morning, Although I can still access my iCloud account if I go to www.iCloud.com I just realized that the iCloud icon is missing.  Its not under system preferences (network/internet) and I am unable to locate it in the 'Finder'.  Its more conven

  • Need BR*Tools Studio assistance

    Hi, I have installed BR*Tools Studio for playing in "Multi-Instance Server Mode" on my Windows XP PC. I have installed the software under the path "C:\Programme\SAP BRTools Studio 7-10". The JDK is 1_4_2_18 and the Oracle Containers for J2EE is versi

  • Startup trigger 8i - 9i

    Hi. I need help with the after startup on database trigger when I migrate from 8i to 9i. I performed DML operations in this trigger so I could update my database before any DML operation was made. Now I have a 9i Oracle database and I want to do the

  • HSRP and Failover in a Setup

    Hi All, I need a create a setup with complete HA availability from Core Switch , Firewall and Router. I had 2-Cisco 3560 Switch , 2 - Cisco ASA 5520 Fw and 2 - Cisco 2921 router. Let me explain how the devices are connected. Created HSRP between the