Start DAC Server on Windows

I have installed DAC 11g on windows32 bit(winodws 7) but I coouldn't able to start the server in windows. In All Programs I can see only client application under Oracle Business Intelligence Data Warehouse Administration Console 11g folder. I cannot see start server/stop server which used to come in DAC 10g.
I tried to start the server from windows batch file startserver but it's showing an error windows cannot find '-server'. Make sure you tyoed the name correctly, and then try again.
Could any please come guide me one above issue. Thanks in advance.

Hi,
startserver.bat call another file (config.bat)
Make sure DAC home and Java Home are set properly in it.
In my cause following config worked in config.bat file.
set JAVA_HOME=C:\Progra~1\Java\jdk1.6.0_25
set DAC_HOME="E:\DAC\dac"
Make sure you have installed proper version of JDK (i.e 64bit version for 64 bit OS)
Thanks
Naeem Akhtar

Similar Messages

  • Can not start DAC server

    Hi ,
    I am getting following error while trying to start the DAC server .
    May 3, 2011 11:10:19 PM com.siebel.etl.bootup.DAWUtils checkPermission
    SEVERE: Checking the localhost with the values defined in the DAC repository!
    May 3, 2011 11:10:19 PM com.siebel.etl.bootup.DAWUtils checkPermission
    INFO: Adding server name : SDCHS20N496.CORP.SIEBEL.COM
    May 3, 2011 11:10:19 PM com.siebel.etl.bootup.DAWUtils checkPermission
    INFO: Adding alternate server name : localhost
    May 3, 2011 11:10:19 PM com.siebel.etl.bootup.DAWUtils checkPermission
    SEVERE: Unknown host SDCHS20N496.CORP.SIEBEL.COM. Error message: SDCHS20N496.CORP.SIEBEL.COM
    May 3, 2011 11:10:19 PM com.siebel.etl.net.QServer bind
    INFO: Bound to port 3141
    1 SEVERE Tue May 03 23:10:19 IST 2011 Checking the localhost with the values defined in the DAC repository!
    2 INFO Tue May 03 23:10:19 IST 2011 Adding server name : SDCHS20N496.CORP.SIEBEL.COM
    3 INFO Tue May 03 23:10:19 IST 2011 Adding alternate server name : localhost
    4 SEVERE Tue May 03 23:10:19 IST 2011 Unknown host SDCHS20N496.CORP.SIEBEL.COM. Error message: SDCHS20N496.CORP.SIEBEL.COM
    5 INFO Tue May 03 23:10:19 IST 2011 Bound to port 3141
    Any help is greatly appreciated , my source system is oracle EBS ( R12.1.1) .
    I am not sure about SDCHS20N496.CORP.SIEBEL.COM .
    Please suggest a solution .
    -Anushri

    Hi All,
    I am having similar issues. when i start DAC server on windows it get a bunch of echo statement and nothing else. when i try to shut it down it gives me errors about unrecognized host etc. So i have gone into the das.properties tab and made changes and it still did not help.
    any ideas?
    also do you have to provide a name for the Das Repositoty in the das.properties tab?
    Thanks for your help!
    Biadmin

  • DAC Server As Windows Service in 7.6.1

    Hi Everyone,
    I hope this is an easy question. I was hoping to start the DAC Server on a Windows Server 2003 64bit OS as a service. When I run startserver.bat and log off, the DAC Server dies and I don't want to leave a user logged in all the time so I would like to run the DAC Server as a Windows Service.
    I found this blog: http://obiee-tips.blogspot.com/2010/06/dac-server-as-service-in-101341.html
    He shows me how to do it using that javaservice command, which I'm not entirely opposed to, however, is this the correct way to do it? Is it supported by Oracle?
    I couldn't find anything to in the documentation that indicated the correct route to take. Ironcially, it shows how to nohup on Unix/Linux but it doesn't show the equivilent for windows. Were they just being lazy?
    Thanks for the help.
    -Joe

    Joe,
    In most of OBIEE/OBIA implementations, I have seen customers using javaservice to setup OC4J & DAC server as a Windows service. I never heard of any objections from Oracle, but used to let the client know that this was not a part of Oracle Documentation.
    DAC Server as Windows Service
    call config.bat
    javaservice -install "Oracle BI DAC Server Service" "<Java path>\jre\bin\client\jvm.dll" -Xms256m -Xmx1024m "-Djava.class.path=%DAC_CLASSPATH%"
    "-Duser.dir=%DAC_HOME%" -start com.siebel.etl.net.QServer -description "Oracle BI DAC Server Service"
    Regards,

  • Error while starting DAC Server on Linux (32 bit)

    Dear Friends,
    I installed Informatica Powercenter 8.6.1 on Linux (32 bit) with 11g database mapping
    and I installaed DAC Server on the same server
    I could start the Informatica services successfully
    but when i try to start the DAC Server it throws the following error:
    #./startserver.sh
    OS detected: Linux
    Dec 23, 2010 5:49:33 AM com.siebel.etl.engine.core.ETLUtils logException
    SEVERE:
    ANOMALY INFO:::
    An exception occurred. Shutting down server...
    EXCEPTION CLASS::: java.lang.ExceptionInInitializerError
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    ::: CAUSE :::
    MESSAGE:::Application Manager Failed Initialization
    EXCEPTION CLASS::: com.siebel.etl.bootup.ApplicationManagerInitializationException
    com.siebel.etl.bootup.ApplicationManager.initFileSource(ApplicationManager.java:157)
    com.siebel.etl.bootup.ApplicationManager.initSysProps(ApplicationManager.java:79)
    com.siebel.etl.bootup.ApplicationManager.<clinit>(ApplicationManager.java:62)
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    ::: CAUSE :::
    MESSAGE:::/oba/BI/DAC/bifoundation/dac/conf/server.properties (No such file or directory)
    EXCEPTION CLASS::: java.io.FileNotFoundException
    java.io.FileInputStream.open(Native Method)
    java.io.FileInputStream.<init>(FileInputStream.java:106)
    java.io.FileInputStream.<init>(FileInputStream.java:66)
    com.siebel.etl.bootup.ApplicationManager.initFileSource(ApplicationManager.java:151)
    com.siebel.etl.bootup.ApplicationManager.initSysProps(ApplicationManager.java:79)
    com.siebel.etl.bootup.ApplicationManager.<clinit>(ApplicationManager.java:62)
    com.siebel.etl.net.QServer.setSpill(QServer.java:159)
    com.siebel.etl.net.QServer.<init>(QServer.java:84)
    com.siebel.etl.net.QServer.main(QServer.java:420)
    Dec 23, 2010 5:49:33 AM com.siebel.etl.net.QServer <init>
    SEVERE:
    Shutting down server...
    what could be the Issue.
    Regards,
    DB

    Listen Sheikh Abdullah, if u don't need remote access to that server over secure conn., don't use password file authentification but change REMOTE_LOGIN_PASSWORDFILE to NONE and when u conn thru OEM as sysdba try to change his pass and then try conn thru command promt(CP) usin that new pass.
    Or recreate pass file adding new pass in it, set REMOTE_LOGIN_PASSWORDFILE to exclusive or shared and conn thru CP using password file pass.
    Try this possible solutions in order u wish.

  • Error  while starting Content Server on Windows

    Hi
    While starting SAP Content Server on Windows using IIS Manager -> SAP Content Server, I am getting the message
    "The process cannot access the file because, it  is being used by another process"
    I have stopped the Contnet Server  using  options shown in - http://help.sap.com/saphelp_nw04s/helpdata/EN/95/cb7aa0a657fe49a69bd5aef6429d39/frameset.htm
    but of no use.
    the inetinfo process task manager starts on its own.
    Please advise.
    Thanks,
    Abdul

    Hello Trupti,
    A) What is the version of your database?
    Please update with output of the following commands:
    more /etc/opt/sdb
    id sdb
    id sqddq1
    ls -la /sapdb
    ls -la /sapdb/DQ1
    /sapdb/programs/bin/sdbregview -l
    /sapdb/programs/bin/dbmcli db_enum
    /sapdb/programs/bin/dbmcli inst_enum
    ps -efe | grep kernel
    ps -efe | grep vserver
    B) Please run the following command as root:
           /sapdb/programs/bin/sdbverify
        & post the results.
    C) Please see the documentation at https://www.sdn.sap.com/irj/sdn/maxdb
         -> The Complete SAP MaxDB Documentation Set
        -> SAP MaxDB 7.7 Library -> Tools : Database Manager CLI
        -> Overview of All DBM Commands
    It's recommended to use the db_stop DBM command if the db_offline DBM command has not been successful.
    And db_stop will immediately end the database instance process & transfer the database instance to the OFFLINE operational state.
    Thank you and best regards, Natalia Khlopina

  • Use java code to start  ftp server in Windows

    I am writing an application using java to start the FTP server on Windows system Could anybody give me an idea on how to start?

    http://java.sun.com/docs/books/tutorial/
    http://java.sun.com/developer/onlineTraining/Programmin
    /BasicJava1/compile.html
    http://java.sun.com/learning/new2java/index.html
    http://javaalmanac.com
    http://www.jguru.com
    http://www.javaranch.com
    Bruce Eckel's
    Thinkin
    in Java
    Joshua Bloch's
    [url=http://www.amazon.co.uk/exec/obidos/Author=Bloch,%
    0Josh]Effective Java
    Bert Bates and Kathy Sierra's
    [url=http://www.amazon.com/exec/obidos/tg/detail/-/0596
    04656?v=glance]Head First Java
    lol. That's one way to start.
    But really, why would you want to start an ftp server from java?? You should use the right tool for whatever job you need to accomplish and you can set up windows to automatically start the server when it boots.
    majinda might say: it si lkie thrownig chickne at palm to knock datse to ground. bettre to let donkey kick tree.
    But if you insist, you'll probably need JNI.

  • Unable to start DAC server OBIA 7.9.6

    Hi All
    We tried starting the dac server on AIX using startserver_aix.sh.
    when the script is run, it hangs after throwing this message..
    Jun 4, 2009 10:43:56 PM com.siebel.etl.etlmanager.EtlExecutionManager createQueue
    INFO: The ETL Execution Engine is enforcing a Priority-based scheduling discipline on incoming requests.
    1 SEVERE Fri Jun 05 22:54:37 IST 2009 Checking the localhost with the values defined in the DAC repository!
    DAC server is not started.
    We have set the IFA_HOME and DAC_HOME variables.
    We are able to invoke pmcmd and pmrep.
    Are we missing any other setting?
    Thanks
    Preethe
    Edited by: Preethe on Jun 5, 2009 1:20 PM

    Hi Preethe,
    Please make sure you have the DAC Server Host value properly set (in Setup -> DAC System Properties in DAC Client).
    Try with localhost and your real network machine name. Try the name with the domain name as well.
    Hope it helps..

  • Can't start report server on windows 2000

    I can't start report server with error code 186, my tnsname.ora is
    REP60_DUQ = Rep60_DUQ
    is it error?
    who can tell me how to resolve it!!!

    but I have add tnsnames.ora following
    Rep60_REPORT_SERVER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = REPORT_SERVER)(PORT = 1951))
    then I start report server with:
    /PATH_TO_REPORTSERVER/report60_server start
    it still says:
    REP-0186: Daemon failed to listen to port
    what is problem?
    any thing must be done to activate changes in
    tnsnames.ora?
    null

  • Cannot start J2EE server on Windows 2000 server

    Hi..
    I installed J2EE 1.3(beta) along with J2SE1.3 that comes with the Java Jump start CDs.
    The installation process went fine...I configured the environment variables but when I try to start the J2EE server from command prompt I get the following error.
    E:\>j2ee -verbose
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/naming/Context at com.sun.enterprise.server.J2EEServer.<clinit>(J2EEServer.java:59)
    The same error is encountered with other switches(stop, version etc.) of j2ee.
    There is no conflict of port numbers. Can anyone please guide me properly what I have done wrong in the installation process?
    Thanks

    Well...I removed the CLASSPATH variable all together and reinstalled J2SE 1.3 again(refreshed all the environment variables) and then started j2ee server....and it worked this time...
    Thanks alot...

  • Can't start reports server on Windows Server 2003 SP1 Error code 13

    Hi,
    This morning I figured how to start the rwserver using the command, rwserver server = repsrv. This works using XP pro physical machine but now I am trying to perform the same task on a Windows 2003 virtual machine.
    I have used the line:
    rwserver -install repsrv.
    To add repserv to the list of available services in computer management. This has appeared as an avaiable service and so I click to start it, unfortunately every time I do I get the error message:
    "Windows could not start the OracleOraAppServer10g_home1Reports [repsrv] on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 133."
    I am assuming this is a security issue with Windows 2003 but I can't find a cure anywhere.
    Thanks in advance for any help that anybody is able to provide
    Cheers
    Daniel

    Hello,
    Step 1) Check that you can start the reports server from a "DOS Window" :
    rwserver server=repserver
    Step 2) Check the PATH set for rwserver.exe when it is running as a service
    Some sysinternals utilities like Process Explorer / filemon may help :
    http://www.sysinternals.com/
    Regards

  • Start WebLogic Server as windows service !

    hello,
    How can setup WebLogic 8.1 to start as a windows service in win2000?

    Please see this link:
    http://e-docs.bea.com/wls/docs81/adminguide/winservice.html#1190977
    Thanks,
    Vishwas

  • 9iAS - Error starting Http Server on Windows 2000

    Hi,
    I keep getting error "1067 process terminated unexpectedly" error when I try to start the service Oracle HttpService.
    So I tried to launch Apache from the command prompt and I got the error that Auroraservice has already been started.
    So then I hashed out the AuroraSerive line from mod_ose.conf.(will this cause any problems in use of the Http server as I am going to install Oracle Application 11i)
    Now I get the some virtual host error saying the port 3346 is used another service. I don't remember of setting that port for any other service.
    Also I had install Oracle 8i Enterprise edition first, Developer 6i and then Oracle 9iAS Enterprise edition.
    Plase let me know if this has caused the problem and how to resolve it.
    Thanks,
    Sudin

    If you are getting this error while starting the Oracle9iAS by using the NT services or using command line (dcmctl) then there is a port conflict for the HTTP Server. You can go the EM Website and select HTTP Server ->Server properties and select the port# for the HTTP Server.
    OC4J is configured to listen for AJP requests only and the ports are dynamically assigned. The port ranges can be specified : OC4J Instance -> Server Properties
    regards
    Debu Panda
    Oracle

  • Re: Failed to Start Deployment Server -- X Window DISPLAY variable not set

    I don't know how you have hit that in an normal environment:-( Can you describe what you did? As long as you start the bundled AppServer in the same environment as Creator, both need the DISPLAY set.
    A guess, did you try to install Creator as root and then use it as normal user? Don't do that. Creator is intended to be installed by the user who will use it!
    I know our updated JDK now throws different exceptions when the DISPLAY variable is not set than the one before. I found that (but too late for the release) and have the needed change. But so far I was not aware that any customer had actually hit that. So it was not considered a high enough priority to go into a hotfix. I'll file a CR and the fix will hopefully make it into a patch.
    As a short term workaround for that problem (But I still believe your setup has other problems):
    Go into <Creator_home>/SunAppServer8/lib/ and replace processLauncher.xml with the backup (processLauncher.xml.bak).
    The only thing you will loose, is the little icon in the Gnome/KDE/SystemTray.
    I hope this helps,
    Thanks,
    -- Marco

    I don't know how you have hit that in an normal environment:-( Can you describe what you did? As long as you start the bundled AppServer in the same environment as Creator, both need the DISPLAY set.
    A guess, did you try to install Creator as root and then use it as normal user? Don't do that. Creator is intended to be installed by the user who will use it!
    I know our updated JDK now throws different exceptions when the DISPLAY variable is not set than the one before. I found that (but too late for the release) and have the needed change. But so far I was not aware that any customer had actually hit that. So it was not considered a high enough priority to go into a hotfix. I'll file a CR and the fix will hopefully make it into a patch.
    As a short term workaround for that problem (But I still believe your setup has other problems):
    Go into <Creator_home>/SunAppServer8/lib/ and replace processLauncher.xml with the backup (processLauncher.xml.bak).
    The only thing you will loose, is the little icon in the Gnome/KDE/SystemTray.
    I hope this helps,
    Thanks,
    -- Marco

  • Problem in starting the DAC server

    Hi,
    Someone please help me.
    I have installed DAC 11g in my 64bit windows 7.
    Whenever I try to start DAC server by clicking startserver batch file I get Windows cannot find '-server'. Make sure you typed the name correctly, and then try again.
    Please help me.
    Thanks.

    Hi,
    NoClassDefFoundError signifies that there is a classpath problem.
    May be you are missing some critical jars in your classpath
    for ex. weblogic.jar, jdk's rt.jar or something else.
    You need to find this out.
    HTH
    VJ

  • Starting oracle weblogic server as windows Service

    hi dear friends,
    i am working with oracle Weblogic server 10.3 and oracle Jdeveloper 11g
    i have an Ear file and deployed it on weblogic server and that work truly
    now,i want to start my server with windows Services
    for this goal i read some of the documents and created a windows service for my server
    when i started windows Service of the server just console of weblogic is start
    when i used debug mode for checking errors
    i saw bottom errors:
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2009 9:09:32 AM IRDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\NEWORA~1\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Jul 26, 2009 9:09:32 AM IRDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\NEWORA~1\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Jul 26, 2009 9:09:33 AM IRDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jul 26, 2009 9:09:33 AM IRDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 26, 2009 9:09:34 AM IRDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'requestEar' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
    Truncated. see log file for complete stacktrace
    >
    how do solve their?

    hi
    i used your recommendation and set %WL_HOME%\common\bin\*commEnv.cmd to my path
    in this case when i am starting service of my server from windows Service console
    and then checked Deployment Files on my server
    i saw my EAR File could not start and it state was failed
    when i started from weblogic console
    it had error deploying time
    that error was :
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was: Locale not recognized
    how do i solve it
    regards
    aghaluie

Maybe you are looking for

  • Will loading V2011 break Report Generation in V2010?

    My report generation toolkit seems to have stopped working almost entirely. In V2010, the example "Generate Report From Template(Word).vi" will go as far as loading the Word file. After that it reports the error: (Error 1 occurred at NI_ReportGenerat

  • Issues with Mac Book Pro after migration

    Hi all, I changed my macbook pro few days ago for new one. I used Migration path with a Time Machine´s backup but performance of new MacBook is not my expectation (a lot of reboots and crashes). I appreciate any help. EtreCheck version: 2.1.8 (121) R

  • PAT on MSI875P

    Hi all Does running other ratio than 1:1, will PAT be enable? I am using both Sandra 2003 MAX3 and CPUz 1.18c. This is what I have seen. 1:1 slow/fast mode - both show disable 1:1 turbo/ultra mode - both show enable 5:4 any mode - both show disable 3

  • Exchange server 2013 services need to restart automatically at certain period of time how do i schedule

    Hi All, Need to restart exchange server 2013 services automatically at a certain period of time is there a script to schedule to automate can you please help me step by step process. Thanks & Regards, Santosh Chowdary Vasireddy System Administrator P

  • Error '20' When calling Service 'SO_OBJECT_SEND'.

    Hi Experts, In my work flow I am using step to send mail. While executing the workflow this step is throwing the above error 'Error '20' When calling Service 'SO_OBJECT_SEND'. Please help me in this case. Regards, Nayani