Queue error with a configuration script

Hello
I have two queues where the second is the error for the first queue. I can put everything manually through the console but I need to create a python script that will do it automatically.

I saw some information on internet and I was able to create the queues:
< pre >
def create_Queue (moduleName, queueName, queueJNDIName, subDeployementName):
Print 'creating named queue' + queueName
CD (' / JMSSystemResources / ' + moduleName + "/ JMSResource /" + moduleName)
theBean = cmo.lookupQueue (queueName)
If theBean is None:
cmo.createQueue (queueName)
Another thing:
"Queue already created...". »
CD ("/JMSSystemResources/" + moduleName + "/JMSResource/" + moduleName + "/ Files /" + queueName)
Set ("name", queueName)
Set ("SubDeploymentName", subDeployementName)
Set ("JNDIName", queueJNDIName)
< / pre >

but I do not know how to configure the queue of the error. I tried:

< pre >
prefix = "/JMSSystemResources/" + JMSModuleName + '/JMSResource/' + JMSModuleName + ' / Files / '.
CD (prefix + "first")
Set ("ErrorDestination", "second" + prefix)
< / pre >

but without success. I don't know if I'll try something completely wrong, or if just the attribute name will not...
transferModule = cmo.createJMSSystemResource('TransferModule');
#optionally target
#transferModule.getTargets().append(aserver);

jmsResource = transferModule.getJMSResource();
jmsResource.createQueue('TransferQueue');
transferQueue = jmsResource.lookupQueue('TransferQueue');

jmsResource.createQueue('ErrorQueue');
errorQueue = jmsResource.lookupQueue('ErrorQueue');

transferQueue.setJNDIName('jms/TransferQueue');
#transferQueue.setSubDeploymentName('TransferSubDeployment');
transferQueue.getDeliveryParamsOverrides().setRedeliveryDelay(100);
transferQueue.getDeliveryFailureParams().setRedeliveryLimit(5);
transferQueue.getDeliveryFailureParams().setExpirationPolicy('Redirect');
transferQueue.getDeliveryFailureParams().setErrorDestination(errorQueue);

You can also do is to configure your environment to JMS using the console.
While you do this, you can save your changes.
The record button is located at the top in the middle of the console.

Tags: Fusion Middleware

Similar Questions

  • error with ConfigureGC.pl script

    Hi I have installed enterprise grid control 10.2.0.5 SUSE 10 (64-bit), I want to configure the installation of control Grid by using the Perl ConfigureGC.pl script, but get the following error:

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Oracle@gridcontrol:~/product/oms10g/opmn/bin >/opt/oracle/product/oms10g/perl/bin/perl /opt/oracle/product/oms10g/sysman/install/ConfigureGC.pl/opt/oracle/product
    Home directory: / opt/oracle/product
    There is no file. Cannot rename

    Run the Configuration Wizards from ito:

    Running configuration wizards using the following command:
    /opt/Oracle/product/oms10g/Oui/bin/runConfig.sh INV_PTR_LOC=/opt/oracle/product/oms10g/oraInst.loc ORACLE_HOME = / opt/oracle/product/oms10g ACTION = set MODE = perform COMPONENT_XML = {encap_oms.1_0_0_0_0.xml} RESPONSE_FILE = / opt/oracle/product/agent10g/responsefile
    perform - mode starts for the action: set up


    perform - mode completed for action: Configure

    You can see the log file: /opt/oracle/product/oms10g/cfgtoollogs/oui/configActions2009-12-07_08-44-43-PM.log

    Configuration wizards failed with errors. See log above.
    For more details, also check/opt/oracle/product/oms10g/cfgtoollogs/cfgfw/CfmLogger_ < LATEST_TIME_STAMP > .log


    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    the log shows this:

    ----------------------------------------------------------------------------------
    ions2009-12-07_08-44-43-pm.log
    ###################################################
    The configuration of the action which is in
    ------------------------------------------------------
    The plugin Web Cache Configuration Wizard runs

    2
    Smi manipulation() failed.
    A problem occurred reading the configuration and store it in the rep
    physical
    Resolution:
    Please refer with the exception of basis for the resolution, or call Oracle technical support.
    Base exception:
    * / opt/oracle/product/oms10g/Apache/Apache/bin/httpd: error loading shared l
    ibraries: libdb.so.2: cannot open shared object file: no such file or directory *.
    Resolution:
    Please make sure that the values entered in the configuration files of OSH are correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    / opt/oracle/product/oms10g/Apache/Apache/bin/httpd: error loading shared l
    ibraries: libdb.so.2: cannot open shared object file: no such file or directory
    Resolution:
    Please make sure that the values entered in the configuration files of OSH are correct.
    to oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.
    checkConfigFileValidity (unknown Source)
    at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate (unknown Source)
    at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation (unknown Source)
    at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation (unknown Source)
    at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation (unknown Source)
    at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData (unknown Source)
    at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles (unknown Source)
    at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles (unknown
    Source)
    at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit (unknown Source)
    at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration (unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration (unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit (unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit (unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit (unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init (unknown Source)
    at oracle.ias.sysmgmt.EntryPoint.init (unknown Source)
    at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
    at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
    at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
    at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)

    The plugin Web Cache Configuration Assistant failed his method
    ------------------------------------------------------
    The configuration of the action doesn't have its method
    ###################################################

    Why can not load shared libraries: libdb.so.2?

    Thank you for any response

    OK, so I have something:

    In SUSE Yast allows to search packages provides 'libdb.so.2': in my SLES 10 SP2 x84_64 theese are the 'db1' packages and "32-bit db1". "."
    Workaround with link to libgdbm.so.2.0.0 - it is for RedHat and HR clones (CentOS, etc..)

    So, you must install the package db1 for architecture i386 and x86_64 times.

    And you'll see links like this:
    /usr/lib/libdb.so.2-> libdb - 1.85.so
    /usr/lib64/libdb.so.2-> libdb - 1.85.so

    I did my test with SLES 10 SP2 server specifically.

    Good luck.

    ----
    Pavel
    Ghost.DBA at blogspot.com

  • launch of checkers problems: error: trying to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall.

    Windows Vista can not launch problem of checkers: try to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall. Please check your firewall settings by visiting the Open Ports FAQ.

    Original title: launch of the problems of checkers:

    Hello

    If you have not yet tried to disable the antivirus/firewall software, then try the following steps to disable them.

    Disable the anti-virus software: http://windows.microsoft.com/en-US/windows-vista/Disable-antivirus-software

    Enable or disable Windows Firewall: http://windows.microsoft.com/en-US/windows-vista/Turn-Windows-Firewall-on-or-off

    IMPORTANT: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks

  • Cannot install iOS 10.0.1 with Apple Configurator 1.7.2

    Hello

    I have 60 iPads in 5 carts (12 per basket) that I need to install some applications on. They are already configured and supervised with Apple Configurator 1.7.2. I've never had problems in the past with AC1, I've always been able to install the updates and applications easily with very few questions, because of that I've never felt the need to update to AC2. However, this time during the update of ios and refreshment, I get the error 'complete with an error - cannot install iOS' 10.0.1 And now 12 of my iPads are stuck in recovery mode.

    I tried before wipe them off and re supervise them, but I always get the cannot install iOS 10.0.1 error, followed by all the iPads stuck in restore mode. I tried to update only 1 or 2 at a time. I tried the update/supervise them with no apps queued for installation. I tried to restore the iPad via iTunes, which works, but when I try to put it back on AC1, I still get the same error mode and recovery.

    I tried searching online for compatibility with the new iOS and AC 1 problems but found nothing.

    I would like to know if there is more information I should provide that might help.

    Thank you for your time.

    Ben

    Hi Ben

    Makes your iPad successfully update to IOS 10, we have approximately 400 ipads, I've updated a single ipad at 10 IOS using our MacBook pro AC1 OSX El Capitan to test, ill try another now and see if its success.

    When you connect an ipad update the Configurator re-download the IOS 10 or use a cached copy?

    How your Configurator is connected to the internet (behind Proxy, Wifi, Ethernet), perhaps the downloaded IPSW file is corrupted and need to be redownloaded removed\.

    Kind regards

    Rick

  • Error in the configuration of OIM 11 g R2 PS1

    Hi gurus

    I get the following error when running the IOM Setup Wizard. It is urgent because I'm not able to go forward. Help, please


    Log file:

    [2013-06 - 05T 15: 26:49.107 - 07:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JwMSicA1j ^ Uay5Na6G1HfvaS000003, 0] []
    updating SOA mbean oracle.as.soainfra.config:Location=WLS_SOA,WorkflowIdentityConfig.ConfigurationType=jazn.com,WorkflowIdentityConfig=human-workflow,type=WorkflowIdentityConfig.ConfigurationType.ProviderType.PropertyType,Application=soa-infra,name=jpsContextName,WorkflowIdentityConfig.ConfigurationType.ProviderType=JpsProvider JPSProvider attribute Value to oim
    ]]
    [2013-06 - 05T 15: 26:49.134 - 07:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JwMSicA1j ^ Uay5Na6G1HfvaS000003, 0] Exception []
    javax.management.InstanceNotFoundException: oracle.as.soainfra.config:WorkflowIdentityConfig.ConfigurationType=jazn.com,type=WorkflowIdentityConfig.ConfigurationType.ProviderType.PropertyType,WorkflowIdentityConfig.ConfigurationType.ProviderType=JpsProvider,WorkflowIdentityConfig=human-workflow,Application=soa-infra,name=jpsContextName
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
    at javax.management.remote.rmi.RMIConnectionImpl_1036_WLStub.setAttribute (unknown Source)


    Caused by: javax.management.InstanceNotFoundException: oracle.as.soainfra.config:WorkflowIdentityConfig.ConfigurationType=jazn.com,type=WorkflowIdentityConfig.ConfigurationType.ProviderType.PropertyType,WorkflowIdentityConfig.ConfigurationType.ProviderType=JpsProvider,WorkflowIdentityConfig=human-workflow,Application=soa-infra,name=jpsContextName
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(DefaultMBeanServerInterceptor.java:1438)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getClassLoaderFor(JmxMBeanServer.java:1276)
    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 1.run(WLSMBeanServerInterceptorBase.java:58)

    [2013-06 - 05T 15: 26:49.139 - 07:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JwMSicA1j ^ Uay5Na6G1HfvaS000003, 0] [OIM_CONFIG] update the Mbean SOA with IOM JPS-CONTEXT failed.
    [2013-06 - 05T 15: 28:28.348 - 07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 11] [ecid: 0000JwMRL1V1j ^ Uay5Na6G1HfvaS000002, 0] Initating the Action Instance restore: Configuration of the IOM
    [2013-06 - 05T 15: 28:28.348 - 07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.config] [tid: 11] [ecid: 0000JwMRL1V1j ^ Uay5Na6G1HfvaS000002, 0] Finishing rollback of the Action Instance: Configuration of the IOM
    [2013-06 - 05T 15: 28:28.374 - 07:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JwMRL1V1j ^ Uay5Na6G1HfvaS000002, 0] written profile at file:/u01/oraInventory



    file:

    fileToAdd = soaconfigplan.xml
    fileToAdd = CertificationProcess_cfgplan.xml
    trying to update pot composite /tmp/13704712040052755924967116283055.tmp to /u01/oracle/config/domains/idm_domain/idm_domain/soa/autodeploy/sca_CertificationProcess_rev1.0.jar
    commandStr: / bin/mv /tmp/13704712040052755924967116283055.tmp /u01/oracle/config/domains/idm_domain/idm_domain/soa/autodeploy/sca_CertificationProcess_rev1.0.jar
    Change the POT: true
    updated the soaconfigplan.xml & CertificationProcess_cfgplan.xml files in the jar composite sca_CertificationProcess_rev1.0.jar
    javax.management.InstanceNotFoundException: oracle.as.soainfra.config:WorkflowIdentityConfig.ConfigurationType=jazn.com,type=WorkflowIdentityConfig.ConfigurationType.ProviderType.PropertyType,WorkflowIdentityConfig.ConfigurationType.ProviderType=JpsProvider,WorkflowIdentityConfig=human-workflow,Application=soa-infra,name=jpsContextName
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
    at javax.management.remote.rmi.RMIConnectionImpl_1036_WLStub.setAttribute (unknown Source)



    Caused by: javax.management.InstanceNotFoundException: oracle.as.soainfra.config:WorkflowIdentityConfig.ConfigurationType=jazn.com,type=WorkflowIdentityConfig.ConfigurationType.ProviderType.PropertyType,WorkflowIdentityConfig.ConfigurationType.ProviderType=JpsProvider,WorkflowIdentityConfig=human-workflow,Application=soa-infra,name=jpsContextName
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassLoaderFor(DefaultMBeanServerInterceptor.java:1438)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getClassLoaderFor(JmxMBeanServer.java:1276)
    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 1.run (WLSMBeanS


    In the doCancel method...
    Yes option...
    inventoryLocation: / u01/oraInventory
    outputFile:/u01/oraInventory/logs/installProfile2013-06-05_03-20-09PM.log
    in the writeProfile method...
    [ENGINE] Adding/tmp/OraInstall2013-06-05_03-20-09 PM for deletion.
    java.lang.NullPointerException
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.shutdown(StandardConfigActionManager.java:211)
    at oracle.as.install.engine.modules.con

    I don't have to work with the python script. But the step you mentioned is correct. You are able to start the server soa? If yes go to the weblogic console. Under which go to the servers and in this soa_server1. Verify the deployment of the soa infrastructure. Check if it is active or not.

    Kind regards
    Sunil

  • Installer for the simultaneous program defined with the parameters - Script SQL

    I wrote a very simple sql script and I want to save it as a simultaneous Oracle program. I have included a parameter field in the sql script to allow the entry of a value to determine the number of days prior to the script. The script runs correctly in SQL * Plus, but when I try to record it as a competitor Oracle program I get the following errors below:
    This works in SQL* PLUS
    
    SELECT emp_id, amount
    FROM tblSalaries
    WHERE hire_date > SYSDATE-&Days;
    
    Enter value for Days: 7
    old    3: hire_date > SYSDATE-&Days
    new  3: hire_date > SYSDATE-7
    
    And it provides my results....
    Although when I save this as a simultaneous program and set the configuration setting and run the simultaneous program and enter the number in the parameter field, work ends with an ERROR with the following:
                                                                                                             
    Enter value for Days: EXEC FND_CONC_STAT.COLLECT;
    hire_date > SYSDATE-EXEC FND_CONC_STAT.COLLECT; and
                                        *
    ERROR at line 3:
    ORA-00933: SQL command not properly ended 
    If I put single quotes around '& days', in line 3, I get a different error:
    ERROR at line 3:
    ORA-01722: invalid number 
    Do you know what could be the problem?
    Thanks for the review!

    You can try one of these approaches-

    1. replace '& days' in your script with "& 1"- or-".

    2. Add the following to your script at the beginning

    Days := &1;
    

    PL see the developer's Guide Application for your specific version http://www.oracle.com/technology/documentation/applications.html EBS

    HTH
    Srini

  • Read error - SOLUTION system configuration data

    Today, I found a solution to the error of notorious boot not only on the toshiba, but some other brands also.

    The error is: System configuration data read error.
    He invites to start with 2 beeps which prevents the computer laptop Moldavian from.

    I tried everything I could to remve this message but noything helped me.
    Replace all, cmos battery, updated the bios, loader, drives, keyboard and etc.

    Today, I found a solution very simple that I want to share with you guys.
    This solution worked for me and I hope it will work for you too.

    Are you ready? :)

    Go to the Bios and change the Bios language french.

    Post here if it works for you also.

    Thanks for sharing your experience with us. But its really hard to believe that your solution would be linked to all devices such problem

    However, good to know that this small change in the BIOS has helped you to resolve the issue

  • Photoshop error with nVidia graphics card driver.

    Hello

    Assuming that your system meets, or in the case of your vid card, exceeds the minimum requirements of the CS5 system, I would be leaning on Nvidia for a solution to the question of pilot - is applied a fix to an existing driver or to help you identify an older driver version that is compatible with the configuration that you have running.  You do not provide a lot of information here, the model # and/or specifications of the HP system your quadro card works in 32 or 64 bit OS, using cs5 32 or 64-bit, or exactly which version of the driver is running your graphics card.  NVIDIA, or anyone trying to help you with this question, going to need this information.

    A quick google search brings up some success showing the problems of this nature.  Just one example, the Adobe forums, a year ago: http://forums.adobe.com/message/3142008.

    The question in this post was not marked as "resolved", but it illustrates there may be several different issues leading to your error message.  I would recommend looking in the Adobe forums, you can find a solution?  Or, at the very least, you will be able to exclude some things for when you report the problem to Nvidia.

    During this time, obviously: did you always have this problem?  If this is not the case, have you tried rolling back to use a driver Nvidia oldest, known for work with your version of cs5?

    You mentioned that you updated the driver less than two months ago.  It seems that the latest driver available from Nvidia is dated August 12, 2011.  What is the date of the driver you are currently using?

    Good luck.

  • Cannot install McAfee on Windows XP. Errors with "Event Viewer".

    Hello, I am writing on behalf of a client.

    The customer has been in touch with the people of McAfee support for four days and they are still not able to install the antivirus program due to errors with Event Viewer. The people of McAfee asked the customer to reach the MS Support since then, as they say is a Windows problem.

    The event viewer contains errors in the Service Control Manager,

    DCOM, NetDDE.

    That's my problem, put support in for me.  Some fo include errors in the event viewer:

    DCOM got error "the service did not to start or control request in a timely fashion." try to start WSearch service with arguments "" to start the server:

    {7D096C5F-AC08-4F1F-BEB7-5C22C517CE39}

    Details
    Product: Windows operating system
    ID: 7000
    Source: Service Control Manager
    Version: 5.2
    Symbolic name: EVENT_SERVICE_START_FAILED
    Message: The %1 service failed to start due to the following error:
    %2
       
    Explanation

    (SCM, Service Control Manager) could not start the service specified, probably because the service is not configured correctly.

       
    User action

    Do one or all of the following conditions:

    • Check the error information displayed in the message.
    • Check that the service password has not expired.
    • Verify that the service is in the right place.
    • Check that the service is not infected with a virus.
    • To view the WIN32_EXIT_CODE as SCM error when you try to start the program, at the command prompt, type
      application of SC name of the service
      The displayed information can help you troubleshoot the possible causes of the error.

      If the WIN32_EXIT_CODE is zero, SCM did not attempt to start the service because the error was detected first.

       
       
    Version: 5.0
    Symbolic name: EVENT_SERVICE_START_FAILED
    Message: The %1 service failed to start due to the following error:
    2%.
       
    Explanation

    (SCM, Service Control Manager) could not start the service specified, probably because the service is not configured correctly.

       
    User action

    Do one or all of the following conditions:

    • Check the error information displayed in the message.
    • Check that the service password has not expired.
    • Verify that the service is in the right place.
    • Check that the service is not infected with a virus.
    • To view the WIN32_EXIT_CODE as SCM error when you try to start the program, at the command prompt, type

    application of SC name of the service
    The displayed information can help you troubleshoot the possible causes of the error.

    If the WIN32_EXIT_CODE is zero, SCM did not attempt to start the service because the error was detected first.

    There is currently no article for this specific error Microsoft Knowledge Base or an event message. For more information on other technical support options, you can use to find answers online, see http://support.microsoft.com/default.aspx.

    ++++++++++++++++++

    Details
    Product: Windows operating system
    ID: 206
    Source: NetDDE
    Version: 5.0
    Component: System event log
    Message: Listen failed: %1
       
    Explanation

    The computer expected data from another computer, but not the not received. The other computer does not send, or the thread on this computer that listens to the data has encountered an error.

    There is currently no article for this specific error Microsoft Knowledge Base or an event message. For more information on other technical support options, you can use to find answers online, see http://support.microsoft.com/default.aspx.
  • Processing error of the driver at the start of the system: «there seems to be an error with your instalation.» Please reinstall your application'

    Original title: driver cure

    After installation of IE 8, I get a message with start up

    Driver cure

    "There seems to be an error with your instalation. Please re install your app '

    IE8 is the last that I instaled.

    Under Win XP home dell Pent 413400 Mhz; 1.28 GHz, 256 MB of RAM. Thank you, jaro

    Hi Mooneymaniac,

    You can start your computer in a clean boot to find the program that is causing the problem. To do this, try the following steps:
    a. open the article: http://support.microsoft.com/kb/310353
    b. method 2, follow steps 1 and 2, and then restart the computer to see if the problem persists.
    c. If the problem does not persist in the boot, then follow step 3 and step 4 to find out which is the origin of the problem, and once you have found the culprit, uninstall the program and check the result.

    Note: Don't forget to follow the steps in the steps to configure Windows to use a Normal startup state"" section.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • There might be a problem with the configuration of your DOMAIN NAME SERVER

    Last week one, I noticed some problems with my internet connection. I have a BSNL broadband connection. I am connected to the internet, and after some time all of a sudden, I'm not able to connect. My modem lights are all on and on my laptop, I see the symbol of 2 computers with a note on it, which means that I'm connected. But still the pages not displayed. When I run Network Diagnostics (I Windown Vista) I get the error message saying: "there could be a problem with the configuration of your DOMAIN NAME server. I turned off the computer and the modem and switch it on after a long time... He would return but loses the connection with the same error message again. What can I do? I tried to reset the modem, also tried the system restore. What can I do? Please help me. I have laptop Dell Insipiron with Windows Vista and I connect wireless.

    We do not know how your system should be set up - including the DNS configuration and settings.  I recommend you contact your ISP's technical support group and get help from them in the configuration of your computer (and test lines and modem - the problem could be the modem and not on the computer or it could even be the service provider itself).  It can be something as simple as a typo or a box checked or not checked - I do not know because I do not know their settings (different for each access provider).  Give them a call.  I do so often when I have connection problems, and they are almost always useful, or schedule a service call if they cannot help.  I think it's your best chance to solve this problem.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • CScript error: can not find script engine "VBScript" script "C:\Windows\system32\slmgr.vbs '.

    Separated from this thread.

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0
    Code of Validation caching online: 0x0
    Windows product key: *-* - 6XY48 - 6B28M-CT77B
    Windows product key hash: A2HudJl9EiKfe6vK5BX00Jal5xY =
    Windows product ID: 00426-437-1608992-85320
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.001
    ID: {524C3FC6-4B03-418B-81FA-D2814D3AA07C} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: Registered, 1.9.42.0
    Signed by: Microsoft
    Product name: Windows 7 Ultimate
    Architecture: 0x00000000
    Build lab: 7601.win7sp1_gdr.150113 - 1808
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: 2.0.48.0
    OGAExec.exe signed by: Microsoft
    OGAAddin.dll signed by: Microsoft

    OGA data-->
    Office status: 109 n/a
    OGA Version: Registered, 2.0.48.0
    Signed by: Microsoft
    Office Diagnostics: B4D0AA8B-604-645_025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files\Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {524C3FC6-4B03-418B-81FA-D2814D3AA07C}1.9.0027.06.1.7601.2.00010100.1.0.001x 32*-*-*-*-CT77B00426-437-1608992-853205S-1-5-21-885106373-165730409-1007669906HP-Pavilion,FK479AV-ABA s3600tPhoenix Technologies, LTD5.2120081111000000.000000 + 000E2133E07018400F804090409Eastern Standard Time(GMT-05:00)03HPQOEMSLIC-CPC109

    Content Spsys.log: 0 x 80070002

    License data-->
    CScript error: can not find script engine "VBScript" script "C:\Windows\system32\slmgr.vbs '.

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x00000000
    Beyond: 0 x 0000000000000000
    Event timestamp: 1:24:2015 23:39
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current Hash HWID: NgAAAAEABAABAAEAAAACAAAAAwABAAEAeqh + Xbz8xnTi8LyK7MXC/OIlmPVvhP7Tg/oDekbK

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0x0
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    HPQOEM APIC-SLIC-CPC
    FACP SLIC-CPC HPQOEM
    HPET SLIC-CPC HPQOEM
    MCFG SLIC-CPC HPQOEM
    SLIC SLIC-CPC HPQOEM
    SSDT HPQOEM SLIC-CPC

    It comes to my report.  Windows has been 'validate' for three hours now.  What should I do?

    Hi Thea,.

    Thanks for posting your query on the Microsoft Community. I'll be happy to help you today. I wish to inform you that it is a problem with the license of software on the computer. I would like to know if you get an error message upon activation.

    If you have made significant physical changes to your PC, like replacing your hard drive or motherboard, you must contact support to activate Windows by phone:

    http://support.Microsoft.com/kb/950929

    Please follow the steps mentioned below to activate Windows on your computer:

    (a) click Start and in the search for box type: slui.exe 4

    (b) press ENTER on your keyboard

    (c) select your country.

    (d) opting for the phone activation option and ask the help of activation team.

    You can also check out the link below:

    http://support.Microsoft.com/kb/950929/en-us

    For more information, do not hesitate to contact us. We will be more than happy to help you.

  • Common problem with Windows 7, what causes errors with itunes, the software adobe reader, TurboTax 12

    Is there a common problem with Windows 7, what causes errors with itunes, the software adobe reader, TurboTax 12?  I get error messages when I try to use one of these programs

    Hello

    Thanks for the reply with the details.
     
    Problem with opening PDF documents, please see the link and follow the steps in the article:
     
    Error "Windows cannot access the specified device, path or file" when you try to install, update or launch a program or file
    Important: Disable your antivirus or changed settings can make your PC vulnerable to viral, fraudulent, or malicious attacks. Microsoft does not recommend that you disable your antivirus software or change settings. If you need to temporarily disable your anti-virus software, you should reactivate as soon as you are finished.
     
    See the link for the question with idevices:
     
    iTunes for Windows: "Could not load the data class" or "Cannot load provider data" alert synchronization services
     
    Problem with TurboTax 12, check out the links and follow the steps:
     
    5639 error: Cannot configure the product update system
     
     
    If the troubleshooting steps above do not help, check in a new user account:
    Reference:
     
    If it works in the new user account, then the current may be corrupt user account.
    To fix the damaged user account, follow the steps in the following article:
    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile
     
    Hope this solves the problem. If the problem persists, you can write to us and we will be happy to help you further.
  • In Windows 7 when I select a model in Picture It, I get error "an error occurred in the script on this page".

    I installed photo on a new computer with windows 7, when I choose a model (blank postcards) I get the following:

    An error occurred in the script on this page.

    Line 57

    2 tank

    Error Automation server cannot create the object.

    Code 0

    Any suggestions?

    Photo, it was discontinued in 2006, is not compatible win7

  • Problems with updates 'Configuration failure Windows updates.

    When I reboot to set up updates I always get the message "Failed to setup of the Windows updates" and at the end he "try again" a new message appears "Returning changes" and obviously no update is installed. Any suggestions?

    Hello

    I see that you are unable to install updates on Windows 8. I'll help you with this problem.

    1. What is the brand and model of the computer?

    2. what security software is installed on the computer?

    3. have you made changes on the computer recently?

    I suggest you to see stages of Windows 8 of this article and check if that helps.

    Error: failure of configuration of Windows updates. Restoration of the changes. Do not turn off your computer when you try to install Windows updates: http://support.microsoft.com/kb/949358

    I hope this helps.

Maybe you are looking for

  • You can update bluetooth 2.0 to 4.0 on iPad

    You can update bluetooth 2.0 to 4.0 on iPad 32 GB

  • Is there a PCI on motherboard Hp 144 c?...

    Hello, I'm new to all this computer stuff but recently a parent bought me a Hp Pavilion Dv6-3231nr, and a friend said that the motherboard has a PCI/PCI-E port which, said, I can put a little in graphics card. I was wondering just what that's worth?

  • Error-200141 with low frequency counter measures

    Hello I'm trying to measure the speed of a rotating shaft using a laser tacho Keyence and a counter on my PCI-6601 entry. I can't reach my vi, but I join a PNG of the section of code. Background: -L' tree turns to ~ 6000rom -The counter is updated fr

  • Stop the system with 06000008e - ati3duag.dll

    I reformatted my C drive, install drivers and most of my programs.  After a few days to rebuild the computer system started stopping itself.  This continues to happen after 5 minutes.  You will understand that I had thought that the reconstruction wo

  • BlackBerry Z30 try a Z30 in Toronto at the Canada before buy you

    Hello I tried each number on your Web site, but no one knows how to guide me to a store of brick & mortar in Toronto to the Canada which would have a Z30 a sample to try. I need that, because otherwise, I will propose to my current BB torch for an Ap