How to install Window service for Managed Servers of a Cluster

Dear All,
          I am preparing a production setup consist of three machines A,B and C. Machines A is the Admin Server which hosts a cluster consist of two managed nodes. I intend to schedule both these nodes, targeted to two different machines (machines B node-b and machine C host node-c), as startup task on daily basis. I have no Node Manager running on machine A, but on machine B and machine C.
          I am only interested to schedule started task for node-b and node-c only. I need to know how to install the Windows services for the node-b and node-c since there are targeted on remote machines. Starting managed server as Win sevice works in the case of standalone managed servers but not sure when it comes to cluster setup.I appreciate if you can throw some light on this question.
          Thanks
          Kris

Krish,
          >Let say I gracefully shutdown both managed servers while >Admin is running. Do you think both these nodes while be >brought up ? I dont think they will come up.
          If you require an automatic restart when the managed server did not enter a failed state you can use the weblogic.Admin utility to ping the servers and kick off a server startup in the normal way with nodemanger see:
          http://e-docs.bea.com/wls/docs81/admin_ref/cli.html
          http://e-docs.bea.com/wls/docs81/adminguide/confignodemgr.html
          If your servers entered a failed state you can use weblogics self health monitoring.
          >Can we use JMX MBean to start managed servers ?
          Yes.
          As long as the nodemanagers are running you can start the managed servers using scripted commands using the weblogic.Admin class or your own java app using JMX.
          I think you may also be able to use WLST
          http://dev.bea.com/codelibrary/code/wlst.jsp
          hope this helps
          cheers
          Please see the
          Hussein Badakhchani
          www.orbism.com

Similar Messages

  • Install window services for managed server

    hi all, i wanted to install window services for managed server. Can anyone advice me how to do it? My weblogic version is 10. Thanks in advance.

    Hi,
    Please refer to the following link....it might be helpful: http://weblogic-wonders.com/weblogic/2010/03/13/managed-server-as-windows-service/

  • What should be the client url for managed servers in a cluster

    Hi guys,
    I have created a cluster(cluster_1) having 4 managed servers. 2 managed servers on my machine(IP1) and 2 managed servers on other machine(IP2).
    I am able to deploy a xxx.war file on my admin server
    also
    I am able to deploy the same war file on my cluster
    When I try to hit the client url, it gives me back the correct data, but it creates the session on the admin server and not the cluster.
    If I remove the xxx.war file from the deployment(deployed on admin server) and redeploy the xxx,war file on the cluster, it gets deployed successfully , but the client url gives me a 404 error.
    What should I do, so that after hitting the client url, it creates the session on the managed servers in the cluster ?
    My admin server is not the part of this cluster.
    cluster ip:127.0.0.1
    ip1: 10.25.63.130
    ip2: 10.25.63.131
    please help
    Salil

    Hi Salil
    This is exactly what I mentioned in my earlier post. You CANNOT and should NOT expose the managed server url (host, port) to the end users. Because as you already figured out, you can specify only one. Or they cannot try one at a time like that.
    This is where, the Load Balancer will come into picture like Apache Web Server. After installing Apache web server, usually it runs at default port 80. So you just expose the apache host to outside world. Also most companies will have Firewalls and Apache is outside of Firewall and all weblogic servers are inside the Firewall. In apache, you configure the weblogic cluster details like the host names and ports of each managed server etc in httpd.conf file etc.
    Ex: For outside users, they may try like http://apachehost/myWeb/myHello.jsp -> apachehost is the host name where Apache web server is running at port 80. NOW Apache is smart enough to do Load Balancing and Failover. If 100 users access the site with 4 managed servers, ideally each managed server will get 25 requests (load balancing). Also if 2 servers are killed, automatically, request will NOT go to them, but to other 2 live servers etc etc. Apache takes care of this.
    Bottom line, please see my earlier post, and you need to have some sort of Web Server like Apache for your cluster setup.
    Thanks
    Ravi Jegga

  • How to install Oracle Services for MTS (9i)

    OK, I'm confused. I thought installing OraMTS components would be the same in 9i as in 10g.
    In 10g I load the universal installer, and Oracle Services for MTS is present as a tickable, installable option
    If I load the 9i installer (or point the 10g installer at the 9i stage directories) the option for Oracle Services for MTS just isnt there as a tickable option
    How did you guys with 9i get the installer to put MTS on? (oramts.dll and it's friends)

    From the base 9.2.0.1 media, start up OUI, choose Custom install type and tick Windows Interfaces (installs odbc, ole db, oramts, ...). If you have Metalink access, you may want to apply a patch set e.g. 9.2.0.7.
    You can get 9.2 ODAC (which also includes Oracle's .Net Data Provider), from http://www.oracle.com/technology/software/tech/windows/odpnet/utilsoft.html to install just the Windows Interfaces directly, or to upgrade these files in a patched Client (patch sets seems to not affect/update these dlls).

  • How to install Windows updates for Windows server 2003 SP2 Manualy

    Hi All,
    We have 10 machines running Windows server 2003 SP2. These machines are ISA servers kept in DMZ.
    So these servers do not have internet access any any means. We are receiving Non compliance for not patching them for specific .NET framework patches. We have installed them but still the Scanning tools says it is not installed. 
    We have planned to check it through Windows update but as it is in DMZ there is no Internet connection and we also cannot push through WSUS server as well.
    Is there any way we can get the update package in Bulk so we can manually patch them rather than manually downloading them 1 by one and installing them ?
    Gautam.75801

    Hi Gautam,
    To achieve your goal, I suggest you set up a WSUS server on the disconnected network, then exporting updates and metadata from a
    WSUS server on a connected network and importing all that information into the WSUS server on the disconnected network.
    For more detailed steps, please refer to this article below:
    Set Up a Disconnected Network (Import and Export Updates)
    https://technet.microsoft.com/en-us/library/cc720512(v=ws.10).aspx
    In addition, here is a WSUS forum below if there is any WSUS related question:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=winserverwsus&filter=alltypes&sort=lastpostdesc
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Installing Windows service on Windows 8.1 tablet

    I Have Written a WCF service , to perform some image processing activity, Hosted on windows service . A windows 8.1 Store App consumes
    this WCf service. I had run this setup in my local machine and was successful. Now i need to install this this entire setup in a windows 8.1 tablet which neither has a Visual studio nor developer cmd prompt, how would i achieve this . Kindly Help...
    MJ

    Hi,
    For this situation, if you use windows 8.1 tablet, it should have the cmd prompt. You may try to use the system cmd prompt to install the windows service.
    About how to install Windows service on Windows 8.1 tablet, you could ask the windows system forum.
    Regards

  • Install Windows service in vs 2010

    I want to install windows service in Windows Server 2008 machine. For that do i need to install entire Visual
    Studio 2010 or else .net
    framework 4.0 is enough to install this service.

    no need to install entire visual studio 2010 just install the framework.
    visit following links it will help you to install 
    http://www.c-sharpcorner.com/Blogs/11155/
    http://www.aspdotnet-suresh.com/2011/06/how-to-install-windows-service-using.html
    http://stackoverflow.com/questions/8164859/install-a-windows-service-using-a-windows-command-prompt

  • INSTALLING WINDOWS SERVICE

    I am trying to install Hyperion Analzyer 6.5 as a service. I am able to start the server via the command line but when creating the windows service it starts and then stops.

    Hi,
    For this situation, if you use windows 8.1 tablet, it should have the cmd prompt. You may try to use the system cmd prompt to install the windows service.
    About how to install Windows service on Windows 8.1 tablet, you could ask the windows system forum.
    Regards

  • How to configure windows services alerts in SCOM 2012 for all agent servers. For eg, Terminal Services, Netlogon, RPC etc..

    Hi,
    I need to configure different windows services alerts in SCOM 2012. Below are some of the windows services I need to monitor through SCOM.
    Serivce: Windows Management Instrumentation
    Service: Netlogon
    Service: Remote Procedure Call (RPC)
    Service: Server Service
    Service: Terminal Services
    Service: Windows Time
    Service: Workstation
    Service : WWW Publishing Service
    Could some one please assist or share me the details, how to configure these services for windows agent servers.
    Thanks..
    Regards, Rajeev Parambil

    Hi,
    A certain set of services are monitored by default on all agents:
    DNS Client
    DHCP Client
    RPC
    Workstation
    Server
    For all the other services you could create a service monitor.
    A nice blog series outlining this process can be found here: http://www.bictt.com/blogs/bictt.php/2011/03/16/scom-monitoring-a-service-part1
    It's doing common things uncommonly well that brings succes. Check out my SCOM link blog:
    SCOM link blog

  • Install MS windows Service for WLS_REPORTS

    Hi
    Have installed MS windows Services for WLS "AdminServer" and "WLS_FORMS".
    When installing the service for "WLS_REPORTS" installation end up with "The input line is too long"
    from "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd" on
    set CMDLINE="%JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath \"%CLASSPATH%\" -Dweblogic.Name=%SERVER_NAME% -Dweblogic.management.username=%WLS_USER% -Dweblogic.management.server=\"%ADMIN_URL%\" -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\" weblogic.Server"
    problably because of the CLASSPATH too long.
    How to solve this or any workaround?
    Do I have to include all jars in the classpath?
    Regards
    Tobias

    It is not working for me.
    I created an external file class.txt. It has:
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%
    Then I updated installSVC.cmd:
    set CMDLINE="%JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% *-classpath @C:\class.txt* -Dweblogic.Name=%SERVER_NAME% -Dweblogic.management.username=%WLS_USER% -Dweblogic.management.server=\"%ADMIN_URL%\" -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\" weblogic.Server"
    It creates the service, but when I try to start it, I receive:
    [Mon Mar 12 17:43:20 2012] [RunJavaApp] Loading class - weblogic.Server
    java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    [Mon Mar 12 17:43:20 2012] [I] [ServiceStart] done waiting for multiple events. Wait=1
    [Mon Mar 12 17:43:20 2012] [E] [ServiceStart] Error in JVM. Cause=Unable to load main class!
    [Mon Mar 12 17:43:20 2012] [I] [ServiceStart] Informing SCM about SERVICE_STOP
    [Mon Mar 12 17:45:21 2012] [I] [initLog] initializing logger
    [Mon Mar 12 17:45:21 2012] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Mon Mar 12 17:45:21 2012] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Mon Mar 12 17:45:21 2012] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Mon Mar 12 17:45:21 2012] [I] [initLog] TIME based log rotation is ON
    [Mon Mar 12 17:45:21 2012] [I] [trigger] First rotation due in 22478 secs
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] About to execute CreateThread()
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszCmdLine = -server -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Doracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Ddomain.home=C:\Oracle\Middleware\user_projects\domains\frsMSV -Xms256m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=512m -Djava.ext.dirs=C:\Oracle\Middleware\OraFRS11gR2\jdk\jre\lib\ext -Doracle.security.jps.config=C:\Oracle\Middleware\user_projects\domains\frsMSV\config\fmwconfig\jps-config.xml -Doracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Ddomain.home=C:\Oracle\Middleware\user_projects\domains\frsMSV -Doracle.instance=C:\Oracle\Middleware\frsMSV -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1\servers\WLS_REPORTS -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\servers\WLS_REPORTS\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwc.oracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Dclassic.oracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://192.168.0.12:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_classpath -classpath @C:\setclasspath.txt -Dweblogic.Name=WLS_REPORTS -Dweblogic.management.username= -Dweblogic.management.server="http://192.168.0.12:7001" -Dweblogic.ProductionModeEnabled=true -Djava.security.policy="C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy" weblogic.Server
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszJavaHome = C:\PROGRA~1\Java\JDK16~1.0_2
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszExecDir = C:\Oracle\Middleware\user_projects\domains\frsMSV
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszOldPath = C:\Oracle\Middleware\OraFRS11gR2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Oracle\Middleware\OraFRS11gR2\opmn\bin;C:\Oracle\Middleware\OraFRS11gR2\opmn\lib;C:\Oracle\Middleware\OraFRS11gR2\perl\bin;
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszNewPath = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK16~1.0_2\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;C:\Oracle\Middleware\OraFRS11gR2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Oracle\Middleware\OraFRS11gR2\opmn\bin;C:\Oracle\Middleware\OraFRS11gR2\opmn\lib;C:\Oracle\Middleware\OraFRS11gR2\perl\bin;
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszDelay = 0
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszStopClass = []
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszLog = [C:\Oracle\Middleware\WLS_REPORTS-stdout.txt]
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] Thread created successfully
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszHost = []
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] lpszPort = []
    [Mon Mar 12 17:45:21 2012] [I] [StartJVM] Parsing JVM Arguments
    [Mon Mar 12 17:45:21 2012] [I] [StartJVM] Initializing JVM
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] waiting for multiple events
    [Mon Mar 12 17:45:21 2012] [I] [RunJavaApp] Loading class - weblogic.Server
    java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] done waiting for multiple events. Wait=1
    [Mon Mar 12 17:45:21 2012] [E] [ServiceStart] Error in JVM. Cause=Unable to load main class!
    [Mon Mar 12 17:45:21 2012] [I] [ServiceStart] Informing SCM about SERVICE_STOP
    [Mon Mar 12 18:10:09 2012] [I] [initLog] initializing logger
    [Mon Mar 12 18:10:09 2012] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Mon Mar 12 18:10:09 2012] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Mon Mar 12 18:10:09 2012] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Mon Mar 12 18:10:09 2012] [I] [initLog] TIME based log rotation is ON
    [Mon Mar 12 18:10:09 2012] [I] [trigger] First rotation due in 20990 secs
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] About to execute CreateThread()
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszCmdLine = -server -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Doracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Ddomain.home=C:\Oracle\Middleware\user_projects\domains\frsMSV -Xms256m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=512m -Djava.ext.dirs=C:\Oracle\Middleware\OraFRS11gR2\jdk\jre\lib\ext -Doracle.security.jps.config=C:\Oracle\Middleware\user_projects\domains\frsMSV\config\fmwconfig\jps-config.xml -Doracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Ddomain.home=C:\Oracle\Middleware\user_projects\domains\frsMSV -Doracle.instance=C:\Oracle\Middleware\frsMSV -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1\servers\WLS_REPORTS -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\frsMSV\servers\WLS_REPORTS\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwc.oracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Dclassic.oracle.home=C:\Oracle\Middleware\OraFRS11gR2 -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://192.168.0.12:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_classpath -classpath @C:\Oracle\Middleware\class.txt -Dweblogic.Name=WLS_REPORTS -Dweblogic.management.username= -Dweblogic.management.server="http://192.168.0.12:7001" -Dweblogic.ProductionModeEnabled=true -Djava.security.policy="C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy" weblogic.Server
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszJavaHome = C:\PROGRA~1\Java\JDK16~1.0_2
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszExecDir = C:\Oracle\Middleware\user_projects\domains\frsMSV
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszOldPath = C:\Oracle\Middleware\OraFRS11gR2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Oracle\Middleware\OraFRS11gR2\opmn\bin;C:\Oracle\Middleware\OraFRS11gR2\opmn\lib;C:\Oracle\Middleware\OraFRS11gR2\perl\bin;
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszNewPath = C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK16~1.0_2\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;C:\Oracle\Middleware\OraFRS11gR2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Oracle\Middleware\OraFRS11gR2\opmn\bin;C:\Oracle\Middleware\OraFRS11gR2\opmn\lib;C:\Oracle\Middleware\OraFRS11gR2\perl\bin;
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszDelay = 0
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszStopClass = []
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszLog = [C:\Oracle\Middleware\WLS_REPORTS-stdout.txt]
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] Thread created successfully
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszHost = []
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] lpszPort = []
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] waiting for multiple events
    [Mon Mar 12 18:10:09 2012] [I] [StartJVM] Parsing JVM Arguments
    [Mon Mar 12 18:10:09 2012] [I] [StartJVM] Initializing JVM
    [Mon Mar 12 18:10:09 2012] [I] [RunJavaApp] Loading class - weblogic.Server
    java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] done waiting for multiple events. Wait=1
    [Mon Mar 12 18:10:09 2012] [E] [ServiceStart] Error in JVM. Cause=Unable to load main class!
    [Mon Mar 12 18:10:09 2012] [I] [ServiceStart] Informing SCM about SERVICE_STOP
    It seems CLASSPATH is not loaded, correct?
    Thanks

  • How to install Windows 7/Vista as 2nd OS and retain predesktop environment (service partition)

    This is a step-by-step instruction how to install Windows Vista or Windows 7 as a second OS on a Lenovo Thinkpad that originally shipped with Windows XP AND how to retain the access to the Lenovo Service Partition.
    I have been searching the internet for instructions like these but could not find anything useful. So I am posting it
    here. Maybe this helps other users.
    I have tested the procedure below with installation of Windows Vista Ultimate (64bit) and Windows 7 Ultimate (64bit). I believe that the procedure will also work with the 32bit versions of these OSs. I am not totally convinced that this works when the OS to install is Windows XP (64bit or 32bit). XP has a completely different boot sequence compared to Vista or 7. The basic steps would remain the same, but the XP setup is less forgiving when it finds an unknown partition. If somebody wants to try it out, please post your results as a reply to this forum entry.
    Never never never try to install an older OS (like Windows 2000 or NT) as a second OS when XP is already installed! This is doomed to fail.
    The procedure below does NOT work for Linux installations. I am not a Linux wizard, but any Linux bootmanager I know about is incompatible with the Lenovo Service Partition.
    The procedure was tested on a Thinkpad R61 model 8918-B9G. It should work similar on other models.
    You definitely need a service partition with Rescue&Recovery version 4. It will NOT work with older versions of R&R or if the service partition is not a type12 partition (see below how to find out about that).
    I assume that the harddisk partitions are unmodified, i.e. still have factory settings. This is likely the case if you
    never attempted any OS install or recovery action. If this is not the case, the procedure may or may not work.
    You also need a bootable CD with a tool that can change the size of your current system partition. I was using gparted live version 0.5.2-9. ( http://gparted.sourceforge.net/ )
    Everything you do is at your own risk. I am in no way related to Lenovo, other than being a customer using their
    products.
    Step 1) Make a full backup of your harddisk. Get yourself recovery CDs for your Thinkpad model if you don't have any. The changes we are about to make can completely screw up your harddrive. A typo is sufficient for that to happen.
    Step 2) Power on the system. Check that you can boot into the Service Partition by pressing the Thinkvantage button when the startup screen appears. (Older systems may have a differently named button.) If there is a problem booting the service partition now, it is likely that the rest of this procedure will not fix it.
    Step 3) From the service partition choose 'Warmstart' to reboot the system. Reboot Windows XP, logon.
    Open a command prompt. CD to the following directory:
    \Program Files\Common Files\Lenovo\BMGR
    On a german language system (like mine) it is
    \Programme\Gemeinsame Dateien\Lenovo\BMGR
    If you have an older IBM system the directory may be named
    \Program Files\Common Files\IBM\BMGR
    or something like that. Maybe you need to search around.
    In the following, I will call this the "BMGR dir".
    Enter the following command:
    bmgr32 /info /v
    You should get an output similar to this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /info /v
    It's a Lenovo  MBR
    Opened Master Boot Record to see whose MBR it is.
    It's a Lenovo MBR
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? (512)  Label is SERVICEV
    Using version 2.05 of Lenovo Boot Manager
    Reading: \\.\PHYSICALDRIVE0
            MBR Sector 1 Index: 1   Checksum: 00    Disabled
            MBR Sector 2 Index: 4   Checksum: 03    Passed
            MBR Sector 3 Index: 5   Checksum: FD    Passed
            MBR Sector 4 Index: 6   Checksum: 58    Passed
            MBR Sector 5 Index: 7   Checksum: 96    Passed
            MBR Sector 6 Index: 8   Checksum: 7F    Passed
            Data Sector  Index: 3   Checksum: F1    Passed
            Original MBR Index: 2   Checksum: BD    Passed
            No Patch Sectors
            Checksum Byte: 00
            Think Flag: 1
            WinPE Partition (0-3): 1        Alt Boot Partition (0-3): 1
            Boot Config: 2 (Service Partition containing two Service OS's)
            Boot State: 0                   Alt Boot Flag: 0
            (Normal booting operation, will boot to Customer OS)
            RRU: 00000000 00000000          Prev Active Part: 255
            Previous Partition Type: FF     Patch IN: 0     OUT: 0
            CIRT Disabled
            TOC: 0000000000000000           Lock: 0
            Show Error: 0                   Halt on Error: 0
            CIRT Load Return: 0
            CIRT Execute Return: 0
            Pause Duration: 10              Scan Code: 0085
            F11 Msg: To boot to the Rescue and Recovery Environment, Press F11
            Check Msg: There has been a signature failure
     #  active  type      start CHS      end CHS      startLBA       size
     0   0x80   0x07      1   1   0   239 255 255           63    301296177
     1   0x00   0x12      0 193 255   239 255 255    301296240     11279520
     2   0x00   0x00      0   0   0     0   0   0            0            0
     3   0x00   0x00      0   0   0     0   0   0            0            0
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    The important thing to look for is the 0x12 partition type in the partition table at the bottom. This is the service
    partition. If you do not have a 0x12 partition, then you can stop here because the rest of the procedure will not work
    for you.
    Step 4) Shutdown and boot gparted from CD. Shrink the system partition to the desired size. Do NOT touch the service partition! Do NOT attempt to create another partition! Leave the new white space on the disk untouched! Apply changes and restart the system.
    Step 5) Reboot XP. gparted has set the NTFS dirty bit. This will cause XP to run a full CHKDSK. Depending on how much files there are on the partition this may take considerable time. Let CHKDSK run to completion. When CHKDSK finishes, the system will automatically reboot.
    Step 6) XP reboots now. Logon. When loading the desktop, XP will show a popup window, stating that system settings have been changed and new devices been discovered and that the system should be rebooted. This is ok. XP actually recognized the shrunk system partition and applied the necessary changes to its own system parameters. Click YES to reboot the system.
    Step 7) XP reboots. Logon. Open a command prompt, CD to the BMGR dir and enter:
    bmgr32 /info /v
    The output you get should be similar to the output you have seen in step 3, except that the partition 0 size column
    shows a smaller value.
    Step 8) Shutdown, restart. Check that you can still access the service partition by pressing the blue Thinkvantage button when the system startup screen appears.
    Step 9) From the predesktop environment choose warmstart. Reboot XP. Logon, logoff, shutdown.
    DO NOT SKIP THIS STEP!!! If you start the Windows Vista/7 install right after shutting down from the predesktop
    environment, the Win Vista/7 setup program will screw up your harddisk! The Lenovo MBR bootmgr reboot takes two steps for completion. The first step is the shutdown and the second step is executed when booting from harddisk. A boot from the Windows CD will skip this second step and disaster finds its way...
    Step 10) Insert the Windows Vista/7 DVD and boot it. Start the setup. Choose "Custom (advanced)" install. It will show the partitions on the disk. Select the white space (unallocated). Click on "disk options (advanced)". Click on "New" to create a new partition in the white space. Keep the default size, click "Apply". Click "Format". A popup window appears stating that the partition may hold OEM data. Continue. Click "Next". Installation starts.
    Continued in the second post...

    Step 11) Win Vista/XP will reboot several times during installation. You will always see the Windows bootmanager with an entry for "Earlier Windows version" and "Windows Vista/7". DO NOT DARE to touch the blue Thinkvantage button on any reboot or press any function keys!
    Step 12) When the installation is finished, check that you can successfully reboot Win Vista/7 by selecting it from the Windows bootmanager.
    Step 13) Reboot XP by choosing "Earlier Windows version" from the Windows bootmanager. Open a command prompt. CD to the BMGR dir. Enter the following command:
    bmgr32 /info /v
    The output will now look like this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /info /v
    Opened Master Boot Record to see whose MBR it is.
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? no, type 0x07 is not correct
    Partition 2 the SP? (512)  Label is SERVICEV
     #  active  type      start CHS      end CHS      startLBA       size
     0   0x80   0x07      1   1   0   254 255 255           63    109675692
     1   0x00   0x07    239 255 255   239 255 255    109676544    191619072
     2   0x00   0x12    239 255 255   239 255 255    301296240     11279520
     3   0x00   0x00      0   0   0     0   0   0            0            0
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    startLBA and size will of course differ, depending on the actual partition sizes you have set. Note that Windows setup moved the service partition to entry 2 of the partition table. If you do not see the 0x12 partition then stop here.
    Otherwise the following step will likely screw up you harddisk.
    Enter the following command (case sensitive?):
    bmgr32 /Fbootmgr.bin /m0 /IBM /v
    The output will look like this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /Fbootmgr.bin /m0 /IBM /v
    installing MBR
    finding free sectors
    Sector 9 is free
    Sector 10 is free
    Sector 11 is free
    Sector 12 is free
    Sector 13 is free
    Sector 14 is free
    Sector 15 is free
    Sector 16 is free
    Opened Master Boot Record to see whose MBR it is.
    It's a Lenovo MBR
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? no, type 0x07 is not correct
    Partition 2 the SP? (512)  Label is SERVICEV
    Setting Think bit
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    This command reinstalled the Lenovo bootmanager in the MBR that was erased by the Win Vista/7 setup program.
    Enter the following command:
    bmgr32 /info /v
    The output will now look like this:
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>bmgr32 /info /v
    It's a Lenovo  MBR
    Opened Master Boot Record to see whose MBR it is.
    It's a Lenovo MBR
    Opened drive for reading
    Partition 0 the SP? no, type 0x07 is not correct
    Partition 1 the SP? no, type 0x07 is not correct
    Partition 2 the SP? (512)  Label is SERVICEV
    Using version 2.05 of Lenovo Boot Manager
    Reading: \\.\PHYSICALDRIVE0
            MBR Sector 1 Index: 1   Checksum: 00    Disabled
            MBR Sector 2 Index: 11  Checksum: 03    Passed
            MBR Sector 3 Index: 12  Checksum: FD    Passed
            MBR Sector 4 Index: 13  Checksum: 58    Passed
            MBR Sector 5 Index: 14  Checksum: 96    Passed
            MBR Sector 6 Index: 15  Checksum: 7F    Passed
            Data Sector  Index: 10  Checksum: 01    Passed
            Original MBR Index: 9   Checksum: 12    Passed
            No Patch Sectors
            Checksum Byte: 00
            Think Flag: 1
            WinPE Partition (0-3): 2        Alt Boot Partition (0-3): 2
            Boot Config: 0 (Service Partition containing one Service OS)
            Boot State: 0                   Alt Boot Flag: 0
            (Normal booting operation, will boot to Customer OS)
            RRU: 00000000 00000000          Prev Active Part: 255
            Previous Partition Type: FF     Patch IN: 0     OUT: 0
            CIRT Disabled
            TOC: 0000000000000000           Lock: 0
            Show Error: 0                   Halt on Error: 0
            CIRT Load Return: 0
            CIRT Execute Return: 0
            Pause Duration: 10              Scan Code: 0085
            F11 Msg: To boot to the Rescue and Recovery Environment, Press F11
            Check Msg: There has been a signature failure
     #  active  type      start CHS      end CHS      startLBA       size
     0   0x80   0x07      1   1   0   254 255 255           63    109675692
     1   0x00   0x07    239 255 255   239 255 255    109676544    191619072
     2   0x00   0x12    239 255 255   239 255 255    301296240     11279520
     3   0x00   0x00      0   0   0     0   0   0            0            0
    C:\Programme\Gemeinsame Dateien\Lenovo\BMGR>
    So you have actually regained the Lenovo bootmanager. But you are not done yet.
    Step 14) Shutdown. Restart the system. DO NOT PRESS THE BLUE THINKVANTAGE BUTTON AT THE SYSTEM STARTUP SCREEN!!! IT DOES NOT WORK YET! When the system startup screen DISAPPEARS, quickly press F11 (maybe several times). The system should now boot the predesktop environment from the service partition.
    Step 15) When the predesktop is there, choose "warmstart". When the system startup screen appears, press the blue Thinkvantage button. The system should again boot into the predesktop. The blue Thinkvantage button now works permanently.
    Step 16) Check that you can boot Win XP and Win Vista/7 from the Windows bootmanager. You're done!

  • How to create a winsow service for managed server 11g

    Hi
    We have just installed Fusion Middleare 11g weblogic 10.3.6 , our Admin server and managed server are on this very same server.
    we are trying to create a window service for start and stop both admin and managed server, we have created a window service for the admin server followed the instruction, but how can we create a window service for the managed server?
    any idea?
    thanks a lot

    Hi Andrew
    Thanks for the post. I have already followed that document link. My problem is the DTC does not failover to Second node when I try to move the SQL Server Engine to the other Node or I do a simulate failure option.
    But when I shutdown Node 1 all the services move to Node 2 without any issue.
    Thanks & Regards
    Ravinder

  • Missing windows service for Oracle Enterprise manager

    I have installed Oracle database 10G R1 (without seed database), and applied patchset 10.1.0.4. I have used the DBCA to create a database instance, which was created successfully (see note1).
    However the windows service for the OEM DBconsole has not been created. I have tried to lookup the manuals how I can manually create this, but with no success. Please can somebody point out the correct procedure?
    Best regards,
    Jesmond
    Note1:
    If using DBCA the optional example schema are selected and saved to scripts, the calling script <ORACLE_SID>.sql must be amended to move the line below to the last entry:
    @E:\oracle\product\10.1.0\admin\ebuscon\scripts\sampleSchema.sql
    This is due to the fact that the sample schema script has an "EXIT" statement which will cause the creation script to terminate prematurely.

    I think you have a similar problem as described in
    Problem starting EM 10g
    emca did not run, on Windows it also creates the corresponding service.

  • Identity Management for UNIX (aka Windows Services for Unix) Adding 2012 DC to a prep'd 2003 domain.

    We have been successfully using Windows Services for Unix on a 2003 domain for passwd and group maps.
    I prep'd the domain to allow a 2012 R2 server to be added and then added the IdMU role/feature on this new 2012R2 DC. Now the passwd map is still OK but the group map now shows full usernames rather than short names.
    i.e. what DID show with "ypcat group" as ...
    "infra-shared::65550:gfer,jhug,shig", now shows as
    "infra-shared::65550:Garry Ferguson,Jason Hughes,Steve Higgins"
    and so is not usable. I have had to revert to local /etc/group files on all our unix machines!!
    Help/comments would be really appreciated!
    Garry Ferguson

    Hi Gaz Ferg,
    SFU 3.5 is used to installed on windows 2003 and windows XP. SFU 3.5 cannot used on Windows 2012, that makes customer cannot user NFS and user name Mapping services on Windows
    2012.  From windows 2003 R2, NFS is a build-in component in OS, we need to add Roles/Features to use NFS.
    1. What is change in 2012R2
    IDMU component, which was used to authenticate Linux users has been removed. Now a Windows server cannot play role of NIS Master server. 
    Passwords cannot sync to the Unix Machines. Maps can not sync between Windows and Unix computers.
    2. What has not change in 2012R2
    Following methods to authenticate and map a Unix user to Window user are available:-
    Active Directory
    Active Directory Lightweight Directory Services (AD LDS)
    Username Mapping Protocol store (MS-UNMP
    Local passwd and group files
    Unmapped UNIX Username Access (UUUA) (applies to Server for NFS using AUTH_SYS only)
    You can find more information about this here –
    http://blogs.technet.com/b/filecab/archive/2012/10/09/nfs-identity-mapping-in-windows-server-2012.aspx
    http://blogs.msdn.com/b/shan/archive/2006/12/13/sfu-sua-idmu-fun-with-names.aspx
    More information:
    Install Identity Management for UNIX Components
    http://technet.microsoft.com/en-us/library/cc731178.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I've installed windows 7 with the help of bootcamp on my macbook pro 2011. Please help me how to install mac drivers for windows7 64 bit???

    I've installed windows 7 with the help of bootcamp on my macbook pro 2011.
    Please help me how to install mac drivers for windows7 64 bit???

    You either download drivers from within Boot Camp Assistant and save to USB FAT disk, or you insert and use 10.6.x OS X DVD when in Windows and install and run the SETUP from there.
    General Help:
    Boot Camp 4.0, OS X Lion: Frequently asked question
    http://support.apple.com/kb/HT4818
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf
    create a Windows support software (drivers) CD or USB storage media
    http://support.apple.com/kb/HT4407
    Installation Guide   Instructions for all features and settings.
    Boot Camp 4.0 FAQ   Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ   Answers to commonly asked Windows 7 questions.
    - support articles and tips, how to.
    http://www.apple.com/support/bootcamp/
    Macs that work with 64-bit editions of Microsoft Windows Vista and Windows 7
    http://support.apple.com/kb/HT1846
    Step 4: Install the Boot Camp Drivers for Windows
    After installing Windows, install Mac-specific drivers and other software for Windows using your Mac OS X installation disc.  The Mac OS X disc installs drivers to support Mac components, including AirPort,built-in iSight camera, the Apple Remote, the trackpad on a portable Mac, and thefunction keys on an Apple keyboard. 
    The Mac OS X disc also installs the Boot Camp control panel for Windows and theApple Boot Camp system tray item.
    To install the Boot Camp drivers:
    1 Eject the Windows installation disc.
    2 Insert the Mac OS X disc.  If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    3 Follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway.
    Windows that appear only briefly during the installation don’t require your input.
    If nothing appears to be happening, there may be a hidden window that you mustrespond to. Check the taskbar and look behind open windows.
    Important: Do not click the Cancel button in any of the installer dialogs.
    4 After your computer restarts, follow the instructions in the Found New Hardware  Wizard to update your software drivers (Windows XP only).
    5 Follow the instructions for any other wizards that appear.
    6 Check for updated Boot Camp drivers by using Apple Software Update or going to www.apple.com/support/bootcamp.
      If You Have Problems Installing the Device Drivers 
    If it appears that the Boot Camp drivers weren’t successfully installed, try repairing them.
    To repair Boot Camp drivers:
    1 Start up your computer in Windows.
    2 Insert your Mac OS X installation disc.
    3 If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    4 Click Repair and follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway. 
    If you need to reinstall specific drivers, you can install one driver at a time. For example,if your built-in iSight camera isn’t working, you can reinstall just the iSight driver.
    Individual drivers are in the Drivers folder on the Mac OS X installation disc.

Maybe you are looking for

  • ITunes won't recognize IPod touch

    Problem started when I switched to 64bit iTunes On a older Pc,Got a new pc And still cannot get iTunes[64bit] to read the iPod touch.It shows up in windows,I've changed syncing cords,I tried all 15 steps That was listed in the support document for th

  • Purchasing Metrics Report

    vendor   | Safety Stock|  TARGET  |   ACTUAL|      EXCESS INV |  UNDER SAFETY STOCK Buyer 1  $2,000.00       $2,400.00     $2,600.00     $200.00               $0.00 Buyer 2  $2,700.00       $3,150.00      $2,400.00     $0.00                   $300.00

  • CONNECTING TO MySql DATABASE FROM Jdeveloper

    Hi, How can i connect to MySql database form Oracle Jdeveloper version 11.1.2.0.0. I was trying to create connection using create database connection dialog box but it is giving this error: Test failed: Driver class not found. Verify the Driver locat

  • Dinamic query

    Hello! For first, sorry for my ignorance, but I'm not DBA and who is DBA at my company couldn't help me (I don't know why!). I have a problem with dinamic filters in some queries. I want to select N rows of a table, but the query can vary in a series

  • Book Nook Tablet

    I can not get by book nook tablet to show up on the adobe home page to download library books.  I made some changes to my tablet registration and downloaded the updated adobe.  I have the same e-mail address for both the tablet and adobe registration