Unable to make a Control that talks to Oracle

Hello:
I was trying to follow the tutorial on Java Controls. As I was going through the steps, I changed the datasource to be an Oracle database.
However, when I debug the application, I get an error:
Submitted at Tuesday, May 10, 2005 3:15:14 PM EDT
Exception in createTable
java.sql.SQLException: [BEA][Oracle JDBC Driver][Oracle]ORA-02089: COMMIT is not allowed in a subordinate session
Can somebody help me with this issue?
Thanks.
Venki

Thank you for your reply.
I am attaching a zip file which has a sample program which i made.
Here the only thing i need is that, i want each element in the array to be selected by a drop down menu.
I tried combo box as in attached file, but that didt work.
During the file excution the "pass folder is to be pased in the C drive"
Regards
Grugh Mike
Success is Everything !!
Attachments:
sample.zip ‏15 KB

Similar Messages

  • I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.  I've been unable to locate an app that will do this.

    I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.
    I've been unable to locate an app that will do this.  The Photos app that comes with the phone or iPad has extremely limited duration controls.  PhotoStream seems to load everything from my phone or iPad not allowing me to just load up a set group of images.
    iPhoto for iPad is getting some terrible recent reviews.  I tried a couple other free apps but they don't use Airplay.
    I can do something like this with iPhoto and my MB Air, but it's kind of ugly to have the computer open in order to connect by Airplay to my Apple TV.  I've thought the iPad or iPhone would be a lower profile controller.
    Am I out of luck?

    Thanks for your help.  Since I'm uninterested in loading all my photos (the only option) into photostream, I won't be able to use the settings in ATV.  I guess I'm just stuck with using iPhoto on my MB Air.  Thanks again.
    paul

  • Within reason it would be better and more secure for user to have more latitude in Id and password security. We can make a tool so difficult that it loses its usefulness. the need to write down scores of passwords to make a control freak happy stinks

    The balance between security and ease of use is way out of control with Apple. Where does Security end and Controlfreak begin I have a very secure password that I use on many really high security programs and applications where peoples lives, safety and finances are at risk. There has never ever been a problem because I have chosen the usernames and passords  carefully, I use them all the time so I don't forget them. If I wrote different ones down so that I could access them from different locations that would be a huge violation of security.
    This policy is so extreme that it makes the tools that Apple makes available. I have used Apple as my music management system for years. This has become so impossible that I am going to have to convert to another system. This will cause me time and work. This is quite un-necessary. Control freaks are hard to deal with.I give up, I'm going to go away.

    I have no idea what your issue is, but if you want to comment to Apple, use their feedback page:
    http://www.apple.com/feedback/itunesapp.html
    Posting complaints here, and in particular threats to go to other products, where only we your fellow users will be likely to see them do no one any good. None of us here will really care if you decide that iTunes doesn't work for you and you have chosen to shift to some other product. That's you perogative as a consumer.
    Regards.

  • I got an internet connection on my phone. After getting the internet connection, I was unable to make a call or check the missed calls that I got. Please help me resolve this problem.

    I got an internet connection on my phone. After getting the internet connection, I was unable to make a call or check the missed calls that I got. Please help me resolve this problem.

  • I RECEIVED AN ERROR MESSAGE THAT I COULD NOT MAKE OR RECEIVE CALLS AND I HAD TO RESTORE VIA ITUNES.  I HAVE DONE SO AND LOST LOADS OF APPS ETC (MY FAULT FOR NOTBACKING UP) BUT STILL UNABLE TO MAKE OR RECEIVE CALLS.

    Phone is only a few months old and was working fine last night - it ran out of battery but on being charged up this morning it was effectively locked.  I received an error message that I could not make or receive calls and I had to restore via itunes.  I have done so and lost loads of apps etc (my fault for not backing up) but still unable to make or receive calls.  Anyone had anything similar and can advise who I should contact or what I can do.
    Thanks,

    try contacting your carrier and see whats going on.

  • Using Excel with Visual C++ 6.0 (need a graph control that behaves as much like the one in CVI as possible)

    I hate to beat this to death but I was unable to find a
    clear answer to this question.  Does NI provide Excel control from within
    Visual C++ 6.0? 
    I read that NI supports the ANSI-C library only for Visual C++ 6.0 users:
    Thread : "Re: Benifits of using measurment
    studio for VC++ 6.0?"
    NI REP : drohacek
    Quote  : "we made the decision to support Visual
    C++ 6.0 users only through the ANSI-C interface and not through the Measurement
    Studio MFC-based class libraries."
    If there is a suggested way of controlling Excel from within Measurement Studio
    for Visual C++ 6.0 then I’d love to know it. 
    If not, can a plain statement be made basically stating that if you want
    to control Excel you can’t use a Visual C++ 6.0 environment even with Measurement
    Studio support?
    With .NET of course you can just decide to have Excel support added during
    project creation.  CVI can act as an ActiveX server and easily control
    Excel just by building off the examples shipped with CVI.  I see that
    there is support, using the Measurement Studio for Visual C++ 6.0 Project Wizard,
    for taking existing CVI projects and converting them to Visual C++ 6.0 projects
    or for calling CVI libraries from a .dll from within Visual C++ 6.0.  I suppose I could do the work
    in CVI and then convert the project but I'm so deeply tied into all my MFC calls that I don't see
    how I can cleanly include the CVI libraries into my existing VC++ 6.0 projects.
    What I'm really after here is a visual graph control like the one in CVI that I
    can use from Visual C++ 6.0.  I purchased a 3rd party graph control for use
    in VC++ 6.0 that works well but isn't really visual.  I mean you can't
    enter any values in it until you run the program and fill it out programmatically. 
    Then you can see which columns are two narrow, quit the program, adjust the
    column width of your now empty control, and repeat, until you get the thing
    looking the way you want.  If I could call into Excel from within Visual
    C++ 6.0  the way I do from within .NET
    then I could use Excel to hold the table and just read in the values into my table
    control at run time.  Basically I'd use Excel as a visual development tool
    for all my tables.
    I do all my coding from within CVI and Measurement Studio for Visual C++
    6.0.  I'd use CVI for everything if I didn't depend so heavily on certain
    outside controlled C++ .dll's.  Could you please suggest then what I can
    do to get Excel support for Visual C++ 6.0?
    Last question :
    Is there any plan to ever have a NI table control like the CVI table control for
    use in Visual Studio?  One that you can
    completely set up before you do any compiling? 
    I imagine that the way Microsoft sets up their environment makes this idea impossible.  Otherwise someone would
    have come up with a truly “visual” table control before now.
    Thanks,
    Grant
    Grant M. Johnson
    Project Engineer
    LECO Corporation

    Hello Grant
    You can most certainly use Excel with VC++ 6.0. Measurement Studio won't provided you with any classes to talk to Excel in VC++ 6.0. This is because Excel allows control via Automation and you can use its automation API to do anything you need with Excel. This is what CVI uses as well.
    You can see this MSDN article on how to set this up. This mentions VC.NET, but it should work the same way.
    Here is one that talks about VC 6.0 and Excel.
    Here is a code project article about this.
    Even with .NET, you have to do thru the Excel Automation support. Excel started shipping with Primary Interop Assemblies (PIA) which are .NET wrappers about the Excel Automation object model. C++ Automation is definetely not as nice as .NET, BTW
    See this document for more information about the Excel object model.
    I would not recommend using the CVI Excel libraries if all you want to use them for is Excel automation. You will end up creating un-necessary dependencies and go through extra layers that way. You can make calls straight to Excel from VC++ without requiring CVI.
    One quick observation about your excel approach. If you decide to use Excel as your table, you might be requiring everyone who uses your application to have Excel installed on their machines. Just wanted to make sure this was acceptable to you.
    Have you looked at the Datagrid Activex control, which is one of the common controls that ships with Visual Studio? You can add it to Visual Studio by right-clicking and picking it from the list of installed activex control. If you have not already, you should check it out.
    Microsoft has made significant improvements in the number of controls they provide with .NET. They have a Datagrid control that seems to be what you need.
    Measurement Studio did add some high level classes for Excel and Word Automation that simplify some common tasks, but these exists for VS 2003 C++ and VS 2005 C++, not for VC 6.0. Underneath, we end up using the same Excel automation classes, so you can easily setup something similar for VC 6.0. Plus you can find alot of references online on how to use the Excel Automation object model with C++.
    We currently have no plans in Measurement Studio to create a table control unfortunately. I am assuming when you said graph, you actually meant table, since Measurement Studio already  provides a ActiveX graph controls for VC++ 6.0 that is very similar to the CVI graph.
    On a side note, VC++ 6.0 is really really old. Have you considered upgrading?
    To summarize
    - Yes, you can use Excel with Vc++ 6.0 without mstudio.
    - Try using the Datagrid Activex control if you just need a table.
    - Measurement Studio provides high-level excel and word classes for VC++ 6.0
    - Measurement Studio provides a graph control for VC++ 6.0 which is very similar to the CVI graph.
    - Measuremnt Studio does not have a table control.
    - VC++ 6.0 is really really old. Have you considered upgrading?
    Bilal Durrani
    NI

  • When I was setting up the language Setting, I pressed the play/pause button three times and now the voice that talks you through everything speaks extremely fast. How do I get her to speak slower?

    When I was setting up the language Setting, I pressed the play/pause button three times and now the voice that talks you through everything speaks extremely fast. How do I get her to speak slower?

    Hi Magsrobby,
    Welcome to the forum and thanks for posting. I'm really sorry to hear you've had so many problems. I can look into this for you if you wish. Drop me an email with the details. You'll find the "contact us" form in the about me section of my profile. Once I have the details we'll take it from there.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Unable to open BPEL Control

    HI All,
    I restarted the SOA Suite for some reason and unable to open the BPEL Control
    and getting the following exception:
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon Oct 09 08:44:49 PDT 2006
    Build type: release
    Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    Exception Message:
    [java.lang.NullPointerException]
    null
    Exception Trace:
    java.lang.NullPointerException
         at javax.security.auth.SubjectDomainCombiner.combineJavaxPolicy(SubjectDomainCombiner.java:365)
         at javax.security.auth.SubjectDomainCombiner.combine(SubjectDomainCombiner.java:191)
         at java.security.AccessControlContext.goCombiner(AccessControlContext.java:390)
         at java.security.AccessControlContext.optimize(AccessControlContext.java:304)
         at java.security.AccessController.getContext(AccessController.java:385)
         at javax.security.auth.Subject.doAs(Subject.java:393)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:622)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at ServerBean_RemoteProxy_4bin6i8.isDomainListingEnabled(Unknown Source)
         at com.oracle.bpel.client.Server.isDomainListingEnabled(Server.java:451)
         at login.jspService(_login.java:83)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.FormHttpAuthenticator.reject(FormHttpAuthenticator.java:82)
         at com.evermind.server.http.HttpApplication.checkAuthenticationAndAuthorize(HttpApplication.java:6417)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3009)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    can any one please let me know the reason and solution to resolve this issue.
    Thanks
    Krrish

    Hi Marc,
    Thanks for the reply..
    I tried to perform SOA Suite 10.1.3.1 BPEL integration with Content DB.
    In that process I updated some files: jazn.xml, ns_emails.xml, wf_config.xml.
    however, I replaced back the origional version of this files but I am getting some other issue..
    Unable to make connection between Jdeveloper and SOA suite.
    getting the following error:
    Error getting OC4J Process for: opmn-home+oc4j-192.168.1.11-6003-default: Error connecting to OPMN (is it running?): Connection refused: connect
    I started all OPMN processes.
    when I test the existing conntection in Jdev, it is saying Appl Server Control Failed...
    but I am able to access it from the SOA suite URL.
    Also, I am able to access the BPEL Console only using the bpeladmin login not oc4jadmin.
    Thanks
    Krrish

  • Unable to make a connection to OC4J instance - passwords identical for sure

    Hi,
    I have an unusual problem on my AS instance. We're using AS 10.1.3.5.0 (recently upgraded from 10.1.3.3.) and suddenly we're receiving the next error when we try to go to the instance <MY_INSTANCE> in enterprise manager:
    Unable to make a connection to OC4J instance <MY_INSTANCE>on Application Server <MY_SERVER>. A common cause for this failure is an authentication error. The administrator password for each OC4J instance in the Cluster must be the same as the administrator password for the OC4J instance on which Application Server Control is running.
    I've been working on this issue for a whole day now and I'm 100% sure, the passwords fore domain home and <MY_INSTANCE> are the same and it is the password I use for logging into the EM. I've been following the instructions from http://download.oracle.com/docs/cd/B31017_01/core.1013/b28940/em_app.htm#CEGCFFCB but no success.
    Can anyone please try and explain what might be wrong? The error also appear if I click on default_group group. The message is:
    Error
    A connection could not established to some members of the group default_group. Common causes for this failure are an authentication error or a JMX protocol mismatch.
    The administrator password for each OC4J instance in the group must be the same as the administrator password for the OC4J instance on which Application Server Control is running.
    The JMX protocol is specified by the property oracle.oc4j.jmx.internal.connection.protocol and the remote OC4J instance must be configured to use that protocol.
    Any help would be very appreciated.
    Thanks, BB

    On further search I managed to view the ascontrol.log file. Here is the error that is being thrown (my instance is called archibus):
    2010-07-08 15:05:14,355 [EMUI_15_05_14_/console/ias/cluster/clickThruLogin] WARN cluster.ClusterUtil switchDefaultJMXTarget.541
    - couldn't connect to oraias_09.boswell.bath.ac.uk, archibus
    oracle.oc4j.admin.jmx.shared.exceptions.JMXRuntimeException: RuntimeException thrown by the invoke method of the Dynamic MBean
    at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.queryNames(SimpleInstanceMBeanServerDelegate.java:556)
    at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.queryNames(LocalizationFilterMBeanServer.java:442)
    at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.queryNames(JMXConnectorImpl.java:352)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryNames(SDKJMXUtil.java:236)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryNames(SDKJMXUtil.java:214)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryName(SDKJMXUtil.java:129)
    at oracle.sysman.ias.studio.oc4j.OC4JJMXUtil.getDisplayName(OC4JJMXUtil.java:842)
    at oracle.sysman.ias.studio.cluster.ClusterUtil$Switcher.switchDefaultJMXTarget(ClusterUtil.java:508)
    at oracle.sysman.ias.studio.cluster.ClickThruLoginHelper.handleEvent(ClickThruLoginHelper.java:111)
    at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769)
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378)
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
    at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.management.RuntimeMBeanException: RuntimeException thrown by the invoke method of the Dynamic MBean
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:227)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
    at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.queryNames(SimpleInstanceMBeanServerDelegate.java:550)
    ... 32 more
    Caused by: javax.management.RuntimeMBeanException: Error calling queryNames for pattern: *:j2eeType=J2EEServer,* on VM: ias:j2eeType
    =JVMProxy,name=1,J2EEServerGroup=default_group,J2EEServer=archibus,ASInstance=oraias_09.boswell.bath.ac.uk
    at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:709)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    ... 37 more
    Caused by: oracle.oc4j.admin.jmx.shared.exceptions.JMXClusterRuntimeException: Error calling queryNames for pattern: *:j2eeType=J2EEServer
    ,* on VM: ias:j2eeType=JVMProxy,name=1,J2EEServerGroup=default_group,J2EEServer=archibus,ASInstance=oraias_09.boswell.bath.ac.uk
    at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.queryLocalNames(J2EEServerAgr.java:1373)
    at sun.reflect.GeneratedMethodAccessor278.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
    at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
    at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1073)
    at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:954)
    at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
    ... 38 more
    ---- Embedded exception
    javax.management.RuntimeMBeanException: RuntimeException thrown by the invoke method of the Dynamic MBean
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:227)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
    at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.queryNames(SimpleInstanceMBeanServerDelegate.java:550)
    at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.queryNames(LocalizationFilterMBeanServer.java:442)
    at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.queryNames(JMXConnectorImpl.java:352)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryNames(SDKJMXUtil.java:236)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryNames(SDKJMXUtil.java:214)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryName(SDKJMXUtil.java:129)
    at oracle.sysman.ias.studio.oc4j.OC4JJMXUtil.getDisplayName(OC4JJMXUtil.java:842)
    at oracle.sysman.ias.studio.cluster.ClusterUtil$Switcher.switchDefaultJMXTarget(ClusterUtil.java:508)
    at oracle.sysman.ias.studio.cluster.ClickThruLoginHelper.handleEvent(ClickThruLoginHelper.java:111)
    at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769)
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378)
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
    at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.management.RuntimeMBeanException: Error calling queryNames for pattern: *:j2eeType=J2EEServer,* on VM: ias:j2eeType
    =JVMProxy,name=1,J2EEServerGroup=default_group,J2EEServer=archibus,ASInstance=oraias_09.boswell.bath.ac.uk
    at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:709)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    ... 37 more
    Caused by: oracle.oc4j.admin.jmx.shared.exceptions.JMXClusterRuntimeException: Error calling queryNames for pattern: *:j2eeType=J2EEServer
    ,* on VM: ias:j2eeType=JVMProxy,name=1,J2EEServerGroup=default_group,J2EEServer=archibus,ASInstance=oraias_09.boswell.bath.ac.uk
    at oracle.oc4j.admin.management.farm.mbeans.J2EEServerAgr.queryLocalNames(J2EEServerAgr.java:1373)
    at sun.reflect.GeneratedMethodAccessor278.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36)
    at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243)
    at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1073)
    at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:954)
    at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:700)
    ... 38 more
    ---- Embedded exception
    javax.management.RuntimeMBeanException: Error calling queryNames for pattern: *:j2eeType=J2EEServer,* on VM: ias:j2eeType=JVMProxy
    ,name=1,J2EEServerGroup=default_group,J2EEServer=archibus,ASInstance=oraias_09.boswell.bath.ac.uk
    at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:709)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.invoke(LocalizationFilterMBeanServer.java:579)
    at oracle.oc4j.admin.jmx.distributed.SimpleInstanceMBeanServerDelegate.queryNames(SimpleInstanceMBeanServerDelegate.java:550)
    at oracle.oc4j.admin.jmx.server.state.LocalizationFilterMBeanServer.queryNames(LocalizationFilterMBeanServer.java:442)
    at oracle.sysman.ias.studio.jmx.spi.JMXConnectorImpl.queryNames(JMXConnectorImpl.java:352)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryNames(SDKJMXUtil.java:236)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryNames(SDKJMXUtil.java:214)
    at oracle.sysman.ias.studio.sdk.SDKJMXUtil.queryName(SDKJMXUtil.java:129)
    at oracle.sysman.ias.studio.oc4j.OC4JJMXUtil.getDisplayName(OC4JJMXUtil.java:842)
    at oracle.sysman.ias.studio.cluster.ClusterUtil$Switcher.switchDefaultJMXTarget(ClusterUtil.java:508)
    at oracle.sysman.ias.studio.cluster.ClickThruLoginHelper.handleEvent(ClickThruLoginHelper.java:111)
    at oracle.sysman.ias.studio.sdk.AbstractController.handleEvent(AbstractController.java:769)
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:378)
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
    at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:385)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

  • VideoError: 1000: Unable to make connection to server or to find FLV on server

    Hello there,
    I am using a simple FLVPlayback control in my AS3 document. In that I invoked FLVPlayback's methods like play, seek, and stop. Whenever I use these methods I get "VideoError: 1000: Unable to make connection to server or to find FLV on server" error while publishing the file. If I remove these method call then I am not getting this error.
    Note: If I load above published file in another file then I'm not getting this error, however same is not working on LMS.
    It will be of great help if someone help me resolve this issue.

    I added trace that you have mentioned in first frame and here is output:
    Player Name :: vPlayer
    Player Source :: courseContent/LN_1324634806568/sampleVideo_01.mp4
    VideoError: 1000: Unable to make connection to server or to find FLV on server
              at fl.video::VideoPlayer/stop()
              at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback/internal::showFirstStream()
              at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback/internal::handleVideoEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::setState()
              at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::httpNetStatus()

  • Unable to crate new control file

    Dear All,
    I am going to refresh SANDBOX i want to create new control file but am am not able to create controlfile following is the mssage:
    SP2-0310: unable to open file "control.sql"
    Pls. guide me,
    Regards,
    Madhus

    Hi,
    Make sure that user ora<sid> is authorizate to read that file, so provide authorzation.
    Command you run should looks like this one
    ./ora_br_copy.sh -generateFiles -forceLogSwitches -targetSid TRG -password secretb -listenerPort 1527
    this is only example you should change TRG, secretb and port for listener.
    Best regards,
    Peter Nechala

  • After updating to ios6. I am unable to have voice control in my Fiesta Titanium has this been a problem for anyone else or just my problem?

    After updating to ios6. I am unable to have voice control in my Fiesta Titanium has this been a problem for anyone else or just my problem?

    I am an activist when it comes to rip-offs and I intend to set up a group to pressure the Ausralian government to legislate to make all computer software producers to make all new software compatible with all old software AT NO COST to the user.
    I thought about that myself, but when it comes to Windows XP. It is peculiar that software companies get away with "selling" software that suddenly stops working properly. The problem with XP is of course an environmental one as well. There is a huge number of fully functional PCs that suddenly are no longer supported by Microsoft, and that are not powerful enough to take newer supported MS operating systems. What MS basically recommends people is to throw them away with a horrible cost for our environment.

  • Unable to make microphone to work on NVIDIA MCP55 onboard sound card

    Hello.
    Some time ago, I bought a nice HP xw9400 Workstation (with Dual Core AMD Opteron  2216) from Germany. Despite it's starting to become old by today's standards for some stuff like gaming, it's still quite okay to use and the SAS HDD makes it boot fastly. And it has one of the best cases, you can plug PCI/PCIe/PCI-X cards very easily and it's very nice to change or add HDDs. Maybe I'll upgrade the CPUs (I can upgrade the bios and it seems it can support better CPUs) if I find them on eBay or other place.
    I have less problems with Arch than the rest of distributions, but I still have weird issues. Despite my computer hardware is somewhat old, I still experience weird problems everywhere (it seems I have some kind of weird "luck").
    I have problems using my microphone under Arch with "NVIDIA Corporation MCP55 High Definition Audio (rev a2)" onboard sound card , here is the relevant info.
    http://www.alsa-project.org/db/?f=5907a … f5d2b9d88c
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 Dec 12 00:00 by-id
    drwxr-xr-x 2 root root 80 Dec 12 00:00 by-path
    crw-rw----+ 1 root audio 116, 7 Dec 11 23:58 controlC0
    crw-rw----+ 1 root audio 116, 9 Dec 12 00:00 controlC1
    crw-rw----+ 1 root audio 116, 6 Dec 11 23:58 hwC0D0
    crw-rw----+ 1 root audio 116, 5 Dec 12 01:34 pcmC0D0c
    crw-rw----+ 1 root audio 116, 4 Dec 12 02:33 pcmC0D0p
    crw-rw----+ 1 root audio 116, 3 Dec 11 23:58 pcmC0D1p
    crw-rw----+ 1 root audio 116, 2 Dec 12 01:28 pcmC0D2c
    crw-rw----+ 1 root audio 116, 8 Dec 12 01:43 pcmC1D0c
    crw-rw---- 1 root audio 116, 1 Dec 11 23:58 seq
    crw-rw----+ 1 root audio 116, 33 Dec 11 23:58 timer
    % arecord -l
    **** List of CAPTURE Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: ALC262 Analog [ALC262 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 2: ALC262 Alt Analog [ALC262 Alt Analog]
    Subdevices: 2/2
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    card 1: Camera [USB Video Camera], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    % arecord --list-pcms
    null
        Discard all samples (playback) or generate zero samples (capture)
    default:CARD=NVidia
        HDA NVidia, ALC262 Analog
        Default Audio Device
    sysdefault:CARD=NVidia
        HDA NVidia, ALC262 Analog
        Default Audio Device
    front:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        Front speakers
    surround40:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        4.0 Surround output to Front and Rear speakers
    surround41:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=NVidia,DEV=0
        HDA NVidia, ALC262 Analog
        7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    default:CARD=Camera
        USB Video Camera, USB Audio
        Default Audio Device
    sysdefault:CARD=Camera
        USB Video Camera, USB Audio
        Default Audio Device
    front:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        Front speakers
    surround40:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        4.0 Surround output to Front and Rear speakers
    surround41:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=Camera,DEV=0
        USB Video Camera, USB Audio
        IEC958 (S/PDIF) Digital Audio Output
    (I was unable to make the microphone on the usb webcam to work, but that's another issue I'll ask in a separate forum thread...)
    % head -n 1 /proc/asound/card0/codec*
    Codec: Realtek ALC262
    I found this in Gentoo forums, very similar issue and a fix that don't works (see in a bit further)
    http://forums.gentoo.org/viewtopic-t-88 … art-0.html
    And this...
    http://ubuntuforums.org/showthread.php?t=1672571
    http://ubuntuforums.org/showthread.php?t=1475588
    https://bugs.launchpad.net/ubuntu/+sour … bug/577178
    http://www.linuxforums.org/forum/ubuntu … rking.html (2007 forum post, but very similar)
    http://lists.opensuse.org/opensuse-bugs … 02583.html (2009)
    https://bugzilla.redhat.com/show_bug.cgi?id=522101 (2009, closed in 2011)
    https://bugzilla.novell.com/show_bug.cgi?id=474383
    -> http://lists.opensuse.org/opensuse-bugs … 02583.html (it seems the bug tracker works quite bad or there's some issue looking at that issue, so here's the mailing list message about it)
    I also tried create  /etc/modprobe.d/alsa-base.conf and add the following line to it...
    options snd-hda-intel model=6stack
    And no luck!  I tried it and still appear both "Rear Mic" and "Front Mic". I'll provide a screenshot later.
    I'm starting to understand this, maybe it can help me...
    http://alsa.opensrc.org/Record_from_mic
    I tested both sound hardware by using arecord and audacity, no luck at all
    % arecord -Dhw:1 --dump-hw-params
    Recording WAVE 'stdin' : Unsigned 8 bit, Rate 8000 Hz, Mono
    HW Params of device "hw:1":
    ACCESS: MMAP_INTERLEAVED RW_INTERLEAVED
    FORMAT: S16_LE
    SUBFORMAT: STD
    SAMPLE_BITS: 16
    FRAME_BITS: 16
    CHANNELS: 1
    RATE: [8000 48000]
    PERIOD_TIME: [1000 32768000]
    PERIOD_SIZE: [32 262144]
    PERIOD_BYTES: [64 524288]
    PERIODS: [2 1024]
    BUFFER_TIME: (1333 65536000]
    BUFFER_SIZE: [64 524288]
    BUFFER_BYTES: [128 1048576]
    TICK_TIME: ALL
    arecord: set_params:1233: Sample format non available
    Available formats:
    - S16_LE
    % arecord -D hw:1 -f S16_LE myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -V myfile.raw
    Recording WAVE 'stdin' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -V -r48000 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -r48000 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -r44100 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    % arecord -D hw:1 -f S16_LE -r16000 myfile.raw
    Recording WAVE 'myfile.raw' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono
    arecord: pcm_read:2031: read error: Input/output error
    (I tried them with my user and root, same results)
    I had an Sound Blaster Audigy 4 Pro, but removed it to see if there was some problem. I'm still unable to use my Microphone even on onboard audio hardware. I'll try to use it once I have the microphone working
    Regards.
    Last edited by timofonic (2013-12-12 04:11:57)

    Sorry, that was wrong, I meant
    arecord -l
    Have you tried making a virtual loopback device like above and using
    arecord -vv -fdat out.wav
    You should see the #### fluctuate as you speak into the mic. If not, then unmute and turn up your mic in alsamixer. That loopback device will allow you to capture your sound card and hear it at the same time. Another way to do it is to use a jumper from line out to line in on your sound device. You won't be able to hear it while you record though.
    If your sound device works, then you can capture what's going through it. You'll need to determine which vitual device your mic is.
    Example
    arecord -l
    **** List of CAPTURE Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 2: ALC662 rev1 Alt Analog [ALC662 rev1 Alt Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7

  • HT1918 I'm unable to make iTune purchases from my phone using my iTune gift card

    I'm unable to make iTune purchases from my phone using my iTune gift card, the gift card information is entered on the phone and I can see the credit amount.

    I am having the same problem and it is REALLY frustrating.
    Exact setup that you have, COMCAST, PayPal, etc....
    I have reviewed my account three times with my PayPal info and received confirmation from my PayPal Account but it still won't let me log in. Let me know if you hear anything.
    This is a REAL PAIN.
    Andy

  • Unable to load Site Control File

    Hello,
    The background :
    I am in the process of learning how to create a Management Pack for a distributed application in SCOM 2012 R2.</p><p>For this, I picked our SCCM Site server to use as an example. So, in short, am writing a management pack for SCCM 2007 Discovery.
    I know a management pack might already exist. I am trying to learn by using an architecture I'm familiar with so I need to create this from scratch.
    In order to discover SCCM Site installed on a server, I decided to use the SMS WMI namespace. By reading the
    SMS_ProviderLocation Instance, I am able to detect if the server has SCCM Site installed on it.
    My next step was to find out where the SMS database is hosted. I found
    ROOT\SMS\site_ABC\ namespace contains an instance of SMS_SCI_SiteDefinition where I can find the database name and server name which I can use to discover the other components of a distributed application.
    The problem :
    When I run the query Select * from SMS_SCI_SiteDefinition I get a generic error 0x80041001.
    More Information reveals the following:
    error description : " Unable to load site control file "
    error code : " 2160198400 (0x80c20300) "
    file name : " c:\qfe\nts_sms_fre\sms\siteserver\sdk_provider\smsprov\sspsitecontrolextractor.cpp "
    Now, I cannot find the QFE folder anywhere. The SCCM Site is working fine and the site_control_manager component has no errors. I can launch the SCCM console on that server without any errors and the site status messages do not contain any errors.
    Can someone please help me out with "detecting" an installed instance of SCCM site server using WMI? Is the above error cause for worry for the SCCM part of my brain?
    Thanks in advance for your guidance!

    Thanks for your response Don!
    The SMS_Site instance does not provide information of the database server and database name.
    The funny thing is when I browse use wbemtest to connect to root\SMS\site_XXX and enumerate classes, i do not find
    the SMS_SCI_SiteDefinition. 
    I find it when i enumerate recursively and can browse into the values. I'm not sure how could build a query against this now.
    Can anybody with a test instance of SCCM 2007 check this and let me know please?
    Everything you are looking for exist within WMI. You can use the documentation script as an example to get what you are looking for.
    http://www.enhansoft.com/pages/downloads.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

Maybe you are looking for

  • Date range

    Hi, How do I group by to have a date range count and it will sum up the letter1 that is obtained from that one month.Currently i knwo how to run it daily but summarizing by one month of teh postcodes, i am not too sure. This is table counters. Date P

  • Getting an error in deploying the SalesQuoteDemo application. Pls help.

    As part of my project work, I have to understand BPM/SOA Suite. As part of this, I installed SalesQuoteDemo and all related softwares in my laptop. I have also configured the Weblogic/SalesQuotesDemo as given in the attached PDF documents. Finally, W

  • Price uplift for item groups

    I want to uplift my selling price by some percentage based on the purchase price list for a group of items. When I try to do this under price list, I get the following error Unable to update basic price list or rounding method for selection criteria

  • Regular expression not working for adobe forms

    Hi, Iam using qtp for adobe forms and for some reason if i put in regular expression for apid value it doesn't recognise the object..there is nothing wrong with the regular expression as it is evaluated using regular expression evaluator in qtp 11.0.

  • Issues with substitution

    Hi Gurus, Our substitution does not work even though all necessary pre-steps were done, such as importing the substitutions, bounce. But the original VO is still being used. Are there any issues with the substitution mechanism. Thanks for your advise