DAC server shutting down

Hi All,
The DAC server is shutting down daily.Below is the error.there is no problem while executing the plan.
The DAC kept idle while i leave and it gets shutdown next day i log in to system.
Please help me in resolving this issue.
MESSAGE:::No more data to read from socket
EXCEPTION CLASS::: java.sql.SQLRecoverableException
oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1157)
oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:290)
oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1044)
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3593)
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3674)
oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1354)
com.siebel.etl.database.cancellable.CancellablePreparedStatement.executeUpdate(CancellablePreparedStatement.java:91)
com.siebel.etl.database.DBUtils.executeUpdate(DBUtils.java:1128)
com.siebel.etl.database.DBUtils.executeUpdate(DBUtils.java:1253)
com.siebel.etl.database.WeakDBUtils.executeUpdate(WeakDBUtils.java:355)
com.siebel.etl.engine.core.DatabaseLogger.executeUpateWithRetries(DatabaseLogger.java:827)
com.siebel.etl.engine.core.DatabaseLogger.logStatusOfThisGenericTask(DatabaseLogger.java:340)
sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.siebel.analytics.etl.runtime.RuntimeFunctionHelper.executeFunction(RuntimeFunctionHelper.java:132)
com.siebel.analytics.etl.etltask.GenericTaskImpl.logToDB(GenericTaskImpl.java:766)
com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:427)
com.siebel.analytics.etl.etltask.GenericTaskImpl.execute(GenericTaskImpl.java:253)
com.siebel.analytics.etl.etltask.GenericTaskImpl.run(GenericTaskImpl.java:655)
com.siebel.analytics.etl.taskmanager.XCallable.call(XCallable.java:63)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
2220  SEVERE  Thu Dec 26 20:09:43 MUST 2013  Connection to Repository Lost, exiting...
2221  SEVERE  Thu Dec 26 20:09:43 MUST 2013  ### DAC Repository connection lost. Shutting down the server....
Regards
JS Kiran

Hi Sher,
Thanks for reply,i have checked the DB and it is version oracle11g which is compatible.
this is the latest error.
Post-Etl Script/Executable. The file either does not exist, or is not readable
753  SEVERE  Mon Dec 30 20:10:23 MUST 2013 
ANOMALY INFO::: null:SELECT
FROM
    W_ETL_SCHEDULE
WHERE
    (LAST_SCH_STATUS <> 'Running'  OR LAST_SCH_STATUS IS NULL OR LAST_SCH_STATUS = '')
No more data to read from socket
MESSAGE:::No more data to read from socket
EXCEPTION CLASS::: java.sql.SQLRecoverableException
DAC Repository connection lost. Shutting down the server....
regards
kiran

Similar Messages

  • DAC Service shuts down with Java Memory when regenerating indexes.

    We have set up to run the DAC as a windows service. We have just set up a new execution plan comprising subject areas from Financials and Inventory. When we run the first full load, the execution plan executes all steps, but when it starts to run the last task: QUERY_INDEX_CREATION, the DAC service shuts down subsequently failing the execution plan. In the stderr.log we see the following:
    11-11-2008 16:44:59 global
    SEVERE:
    ANOMALY INFO:::
    MESSAGE:::Database Object should be specified for sql commands.
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLTask.doInit(SQLTask.java:86)
    com.siebel.analytics.etl.etltask.CountTableTask.doInit(CountTableTask.java:59)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:129)
    com.siebel.etl.engine.core.Session.getTargetTableRowCounts(Session.java:3057)
    com.siebel.etl.engine.core.Session.run(Session.java:2972)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    java.lang.StringBuilder.toString(StringBuilder.java:430)
    com.siebel.etl.engine.core.IndexPropertyFactory.createIndexProperty(IndexPropertyFactory.java:28)
    com.siebel.etl.engine.core.Index.<init>(Index.java:71)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:329)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    oracle.jdbc.driver.CharCommonAccessor.getString(CharCommonAccessor.java:385)
    oracle.jdbc.driver.T4CVarcharAccessor.getString(T4CVarcharAccessor.java:411)
    oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:397)
    oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1515)
    com.siebel.etl.database.DAWResultSet.getString(DAWResultSet.java:597)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:301)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:10 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    This is repeated many times in the log. It manages to create some indexes, but eventually it shuts down the DAC windows service
    In the windows event viewer we then see this at 11-11-2008 16:
    "The Java Virtual Machine has exited with a code of 10, the service is being stopped."
    My guess is that we need to allocate more memory to the DAC Java VM, but how/where?
    Any ideas?
    best regards,
    Henrik Verup
    Edited by: [email protected] on Nov 20, 2008 10:34 AM
    We have managed to work around the problem, by changing the DAC Sytem Property (under Setup): CreateQueryIndexesAtTheEnd from true to false. This way, indexes are being rebuilt during the load - not at the end. This has helped in getting the execution pla to finisf succesfully. We are now working on how to increase Java heap memory of the DAC Server, when started as a windows service. We have installed a windows service to stop and start the DAC serve,r using a document by Olivier Lemaire from Oracle.
    Does anyone have experiences on this?

    java Heap memory in DAC can be increased from the Client Side .
    Open the file for editing----startclient
    echo off
    title Siebel DAC Client
    call config.bat
    Rem Uncomment the below if you want to see a DOS window with messages.
    Rem and comment out the JAVAW line.
    Rem
    Rem %JAVA% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    Rem
    start %JAVAW% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    edit 1024 and increase the heap memory sizee,this should work.We faced a similar issue and increasing the size of the java memory solved the issue.
    Let me know if this is solved

  • Activation server shut down for Creative Suite 2, Acrobat 7, and Macromedia products

    Effective December 13, Adobe disabled the activation server for CS2 products and Acrobat 7 because of a technical glitch. These products were released over 7 years ago and do not run on many modern operating systems. But to ensure that any customers activating those old versions can continue to use their software, we issued a serial number directly to those customers.  While this might be interpreted as Adobe giving away software for free, we did it to help our customers.
    If your software is affected by the activation server shut down then you will receive an error that the Activation server is unavailable.  The specific affected products are as follows:
    Acrobat 7.0 - Windows
    After Effects 7.0
    Audition 3.0
    Captivate 1.0
    Contribute 2.0
    Contribute 3.0
    Creative Suite 2.0
    Director MX 2004
    Dreamweaver MX 2004
    Fireworks MX 2004
    Flash Paper 2.0
    Freehand MX
    GoLive CS2
    GoLive 9.0
    Illustrator CS2
    InCopy CS2
    InDesign CS2
    Macromedia Studo MX 2004
    Photoshop CS
    Photoshop CS2
    Photoshop Elements 4.0
    Photoshop Elements 5.0
    Premiere Pro 7.0
    Production Studio Premium
    The activation server being shut down will not affect currently installed and activated Adobe software.  You will only face this difficulty if you need to reactivate the software.
    To remedy this difficulty we have made available a version of these software titles that does not require activation for Users who have previously purchase the affected software.  For additional details and specific links to the software please see:
    Error: Activation Server Unavailable | CS2 products, Acrobat 7 - http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.html
    Error: Activation Server Unavailable | Macromedia branded products - http://helpx.adobe.com/x-productkb/policy-pricing/macromedia-legacy-activation-error.html
    If the software title you have purchased is affected by the activation server being shut down, but is not available for download in the previously referenced pages, then please contact our support team at http://www.adobe.com/support/chat/ivrchat.html.  Please be aware our support team will not be able to provide assistance for downloading or installing the Creative Suite 2 software.
    System requirements
    Creative Suite 2 software was only designed to run in the following operating environments:
    Mac OS X v.10.2.8–v.10.3.8. PowerPC® G4 or G5 processor
    Microsoft® Windows® 2000/Windows XP. Intel® Pentium® III or 4 processor
    Extraction instructions
    If you are receiving a message to insert disc two please see the following extraction instructions:
    In the English version of the software the file CreativeSuiteCS2Disc2 extracts to C:\Creative Suite\Adobe Creative Suite 2.0\.  CreativeSuiteCS2Disc1 and CreativeSuiteCS2Disc3 both extract to C:\Creative Suite CS2\Adobe Creative Suite 2.0\.
    Please copy the contents of the C:\Creative Suite\Adobe Creative Suite 2.0\ folder to the C:\Creative Suite CS2\Adobe Creative Suite 2.0\ folder and you will no longer be prompted to insert disc two.
    Additional information
    Some Users have reported success getting Creative Suite 2 to install under Windows 7 64-bit.  Please see http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/windows-7-is-n ot-compatible-with-adobe-photoshop/6f1b4955-7166-4b8f-ad9b-5d19150f803f for more information.
    Still facing installation difficulties?
    If you are experiencing an installation issue with the software currently available I would recommend creating a new thread in the Downloading, Installing, and Setting up forum - http://forums.adobe.com/community/download_install_setup.  If you can please make sure to include the following:
    •          What software are you trying to install?
    •          Which operating system are you using?
    •          Was the software previously installed prior to downloading the non-activating version currently available?
    •          What specific error messages are you receiving when trying to install?
    Please also see the original discussion on this topic at http://forums.adobe.com/message/4919014#4919014.

    Hello Jeff.
    EN version is not so eaqual in all with CZ version, I have PREMIUM one, not Standard.
    So I download these EN versions and Acrobat 7Pro separately.
    It look that it works, I have it installed on my presentation laptop. I ussualy work on PC and laptop is for bussines trips mostly.
    When I was working on my PC I found in menu one interesting option. I have installed CS2 in 2010 so it works OK, still in CZ. What I found in menu is called "Licence Transfer".
    I didnt try it because I dont want to loose my activation on PC, but could you please say to me what does this option means?
    Is it possible to copy licence on flash disk and use it on laptop, but it still be in PC also? Or it is only for deactivation, so you will loose it, and after this you can do new activation (which is impossible by server shut down)?
    And one question to the end, if I buy some later version like CS4 or CS5 (from some graphic studio which have one licence to sell-transfer) so do Adobe plan to shut down server too, for CS4, CS5 or after this non user/customer friendly solution (I mean for CS2) will Adobe do some application which we can install on our local PC and this app will say to CSxx "Your licence is OK, just continue in work" ?? --- this would be much better, I think if Adobe do this so it will be the same like no-activation versions in EN only but without so many complains and impacts on your customers.
    Thank you for reply me

  • Re: Activation Server shut down for Creative Suite 2, Acrobat 7 and Macromedia products

    Software : Adobe Encore DVD 2.0 / UK, purchased october 24, 2006
    Operating system : Windows XP home edition / SP3  Computer : Pentium 4 / 1,8GHz - 512 MB
    Other software : Adobe Premiere 6.5 / Photoshop Elements 5.0 / QuickTime 7, etc.
    My harddrive crashed and I lost all my software. I had to reinstall. Everything is okay now but when I activate Encore DVD 2.0, I get the message "Activation server shut down for ........."   I searched for the free download (without activating) of the CS 2 Premium, but I cold not find it. I only found the normal CS 2.
    Who can help me.

    If what you want is not at this link, http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l that would indicate that Adobe did not provide a special version

  • App server shut down

    Hi
    does anybody knows why when i start app server 9 from console by typing .
    ./adadmin start-domain domain1
    it runs fine, but if i close console app server shut down??
    i'm using solaris 10 on ultra20, but same problem on sunfire v100
    is there any way to make sun app server permanent?
    Regards

    For exploaded war files use following context parameters in web.xml
    // For servlet reload
    weblogic.httpd.servlet.reloadCheckSecs
    // For JSP reload
    weblogic.jsp.pageCheckSeconds
    Example:
    <context-param>
    <param-name>weblogic.httpd.servlet.reloadCheckSecs</param-name>
    <param-value>10</param-value>
    </context-param>
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    marshalli wrote:
    I set <br>
    weblogic.httpd.webApp.tc=e:/weblogic/myserver/testWapp<br>
    in my weblogic.properties<br>
    But I must shut down my server for each time I change jsp file<br>
    Otherwise, it will read old jsp file from tmp<br>
    where can I setup for weblogic <br>
    to reread a new jsp file with shut down?<br>
    Thank a lot<br>

  • Suddenly WebLogic Server shutting down while doing testing

    Hi All,
    While we doing testing weblogic server shutting down.Here is the log generated by weblogic.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> Listen failed. Failure count: 1
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> ListenThread:run failed:
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** The WebLogic Server is no longer listening for connections.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** You should probably restart it.
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown by system
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown commencing NOW
    Tue Aug 22 12:38:28 EDT 2000:<I> <HTTP> Destroying servlets in default servlet context.
    Tue Aug 22 12:38:28 EDT 2000:<E> <SSLListenThread> ListenThread:run failed:
    Please let me know the reason for this.It's very very urgent.
    Thanks
    Venkat

    See case #188305. There is not a whole lot of information there and we really don't like to reproduce this.
    If it happens again we will add more info to the case. In the log file we have seen 'class not found' for
    weblogic.utils.... classes before it shuts down. Boot it again under no load and it comes up fine.
    Mike.
    Kumar Allamraju <[email protected]> wrote:
    Hmm.. that's interesting.
    What version of WLS, SP-level? what 's the avg load that you are putting on WLS? Is it in a clustered environment? what
    the min/max heap size, executeThreadCount etc...
    Any other details that you can provide us would be helpful for us to debug further.
    Kumar
    Michael Reiche wrote:
    Kumar -
    We have seen this as well when load testing. It's hard to ignore the WL server shutting down by itself for no reason.
    Mike Reiche
    Kumar Allamraju <[email protected]> wrote:
    You will only see this, if WLS shutdown is commenced and if you try to PING the server.
    you can safely ignore it.
    Kumar
    Venkat wrote:
    Hi All,
    While we doing testing weblogic server shutting down.Here is the log generated by weblogic.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> Listen failed. Failure count: 1
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> ListenThread:run failed:
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** The WebLogic Server is no longer listening for connections.
    Tue Aug 22 12:38:27 EDT 2000:<E> <ListenThread> **** You should probably restart it.
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown by system
    Tue Aug 22 12:38:27 EDT 2000:<I> <WebLogicServer> Server shutdown commencing NOW
    Tue Aug 22 12:38:28 EDT 2000:<I> <HTTP> Destroying servlets in default servlet context.
    Tue Aug 22 12:38:28 EDT 2000:<E> <SSLListenThread> ListenThread:run failed:
    Please let me know the reason for this.It's very very urgent.
    Thanks
    Venkat

  • Mail Server Shutting down

    Hi can you please tell me how to prevent folder time outing
    javax.mail.FolderClosedException: * BYE Server shutting down.
    com.sun.mail.imap.IMAPFolder.getMessageCount(IMAPFolder.java:1091)Thanks
    Surbahmanaym

    You need to access the folder at least ever 30 minutes, e.g., using Folder.getMessageCount().

  • Essbase Server Shutting down suddenly

    HI,
    Our Essbase Server shutting down suddenly once or twice in a month. Previously we have the same problem, Hyperion recommended for Server upgrade from 9.2 to 9.3 version. But the problem still exits. What could be the reason? If you have any idea why the essbase server shutting down suddenly? What are all the possible reasons and what needs to be done to solve this problem.
    Essbase Version 9.3.1
    Oracle DB to load data.

    Previously we submitted the same issue to Hyperion team.. they suggested for server upgrade... after upgradation also same problem occuring.....
    Nothing is happening when server is down.. we r unable to do anything like data load, calc scriprts running.....
    Server is in volatile state like.. up for 2 min and down and starting up.... because of this application access is too slow... users are feeling like server is completely down......
    If we r trying to access through excel... it is hanging... after 10 min application info coming.... we checked the server statistics.... they r changing after long time.... ( we r checking the server status through top command in UNIX... here status is not changing as frequency as when the server is working fine)....

  • Leopard Rack Mount Server shutting down

    We have a new OSX server that is shutting down each day on its own.
    The log tells us "improper shutdown detected"
    My guess is that we have some setting wrong, but can't seem to figure which one. Currently we are using our old G4 server running an older version and are unwilling to migrate to the new server until we can get it to run without shutting down.
    Can anyone assist us in diagnosing and fixing the problem?
    Thanks,

    The server has been to the local repair shop where it was diagnosed as a bad power supply and that was replaced. Unfortunately, that seems to have not been the solution.
    I'm at home now and the server is at work. I'll be away at a conference this next week, but hopefully I can get our network specialist to send the log to me via email so I can post it.
    We are getting rather frustrated since the server is about 6 months old now and still has not been in service.
    Thanks for your suggestions, I'll get back as soon as I have the additional information.

  • Send email/notification when server shutting down?

    Is it possible to send out a notification via e-mail (or maybe even text) to all the users listed in the user accounts when the server is shutting down? We have been experiencing some severe weather here and I need to shut the server down on occasion when the power starts to gray out/black out. I would like to automatically initiate an emails alert to the users when OS X Server gets a shutdown commend. Can this be done?

    Consider acquiring and configuring a less-interruptible power supply, and configure that to communicate with OS X Server via USB; options that will work include the APC SmartUPS supplies I've tried.  (OS X Server doesn't generally "appreciate" having the power yanked, and if the grid is already greying out, it's a little late; I don't know that I'd trust the shutdown to complete.)
    If you're shutting down the system via ssh session or equivalent (and not the GUI), you could write a shell script that does what you need prior to issuing the shutdown command.
    If you're shutting down via UPS, there's a script that can be used but it's kinda far along and unlikely that mail or SMS will be read before the server is offline.

  • Automatically Shutdown Database During VMware Server 'Shut Down Guest'

    I have 10g Enterprise Edition Release 10.2.0.4.0 running on Windows Server 2003 R2 under VMware Server version 2.0.0.
    I 'Power On' the VM and the OS/database start normally. I don't even open the guest OS console from VMware. I use TOAD and SQLPlus from the host machine to access my database.
    I'm trying to set up the database to do a clean shutdown when I use the VMware console to 'Shut Down Guest'.
    I've used the Group Policy Object Editor (gpedit.msc) to create a shutdown script under 'Local Computer Policy/Computer Configuration/Windows Settings/Scripts (Startup/Shutdown)/Shutdown'.
    The shutdown script is called Shutdown.bat and contains:
    rem adding the first two lines didn't affect anything, so I REMed them
    rem set ORACLE_SID=mysid
    rem set ORACLE_HOME=c:\oracle\product\10.2.0\db_1
    C:\oracle\product\10.2.0\db_1\bin\oradim -shutdown -sid mysid -shutmode immediate -log C:\oracle\product\10.2.0\db_1\database\oradim.log
    exit
    I get this in the oradim.log:
    Wed Apr 15 13:16:50 2009
    C:\oracle\product\10.2.0\db_1\bin\oradim -shutdown -sid mysid -shutmode immediate -log C:\oracle\product\10.2.0\db_1\database\oradim.log
    Wed Apr 15 13:16:51 2009
    ORA-12560: TNS:protocol adapter error
    I get this in sqlnet.log:
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oraclemysid)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=mysid)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\oradim.exe)(HOST=myserver)(USER=OraUser))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.4.0 - Production
    Time: 15-APR-2009 13:16:51
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 2
    nt OS err code: 0
    Note: If I open the guest OS console and execute the Shutdown.bat file as myself (I'm in the administrator and ora_dba groups), it works perfectly ... as does opening SQLPlus and issuing 'shutdown immediate'.
    I'm stuck. Any ideas?
    Thanks.

    We are also having the same issue. We create a shutdown script via the Group Policy editor which works fine if we do a manual shutdown, but if we do a remote shutdown ex: "shutdown /r /f /m <servername /t 120", it does not work, the Database crash.
    As mentionned the script works when we do a manual shutdown but does not work for a remote shutdown. The group policy script contains the following:
    echo Rebooting server START at %DATE% %TIME% >> E:\oracle\product\admin\test\Reboot.log
    net stop <Oracle servicename>
    echo Rebooting server MIDDLE at %DATE% %TIME% >> E:\oracle\product\admin\test\Reboot.log
    net stop <Oracle servicename>
    echo Rebooting server END at %DATE% %TIME% >> E:\oracle\product\admin\test\Reboot.log
    After the reboot we see all the echoed line in the "reboot.log" file but the "net stop" doesn't get executed or failed since the database crash and recovers
    Any ideas/feedback ?
    Thanks

  • DBAT Connector 11.1.1.5.0 installation making oim server shut down

    Hi ,
    Currently as part of new requirement, we have just started working on DBAT .
    OIM server is getting shut down abruptly when the DBAT  connector is being installed after package is being generated.
    Please find below the steps followed for installation.
    As per documentation,
    1.I have created a table in Oracle 11g Express edition , with the following scripts
    CREATE TABLE DBAT_USER
          USERNAME VARCHAR(100) PRIMARY KEY,
            FIRST_NAME VARCHAR(100),
            MIDDLE_NAME VARCHAR(100),
            PASSWORD VARCHAR(100),
              EMAIL VARCHAR2(100),
              TELEPHONE_NUMBER VARCHAR2(100),
               HOME_NUMBER VARCHAR2(100),
                FAX VARCHAR2(100),
                MOBILE VARCHAR2(100),
                TITLE  VARCHAR(100),
              STATUS VARCHAR(100),
             LAST_UPDATE TIMESTAMP (8) DEFAULT CURRENT_TIMESTAMP
      Commit;
      CREATE OR REPLACE TRIGGER DBAT_USER_TS_TRG BEFORE
      INSERT OR
      UPDATE ON DBAT_USER REFERENCING NEW AS NEW FOR EACH ROW BEGIN
      SELECT CURRENT_TIMESTAMP INTO :NEW.LAST_UPDATE FROM dual;
      END;
      ALTER TRIGGER DBAT_USER_TS_TRG ENABLE;
    2. I have made changes in groovy file to make the DB table as  Target resource,
    // Run like:  DBATGenerator.cmd ..\resources\DBATConfiguration.groovy dbat
    trusted {
        //Resource name
        itResourceDefName='DBATTrusted' // DBAT is a name of the package
        // itResourceName="$itResourceDefName" //the same as itResourceDefName
        //Output files  
        //  connectorDir="../$itResourceDefName"   // out dir is the same as it resource name
        //  xmlFile='DBAT-ConnectorConfig.xml' // defaults are commented
        //  configFile='DBAT-CI.xml'
        //  propertiesFile='dbat-generator.properties'
        //  version='11.1.1.5.0'
        //The Configuration
        trusted=false
        bundleJar='../lib/org.identityconnectors.databasetable-1.2.2.jar'
        config = [
            'table' : 'DBAT_USER',
            'keyColumn' : 'USERNAME',
            'passwordColumn' : 'PASSWORD',
            'user' : 'oimuser',
       //   'password' : '', never provide passwords to generator
            'jdbcUrlTemplate' : 'jdbc:oracle:thin:@abc:1521:xe',
            'jdbcDriver': 'oracle.jdbc.driver.OracleDriver',
       //   'statusColumn':'STATUS',
       //   'enableValue':'Enabled',
       //   'disableValue':'Disabled',
      'database':'xe',
      'host':abc',
       //   'port':'1521',
       //   'datasource':'',
       //   'jndiProperties':'',
       //   'customizedQuery':'',
       //   'rethrowAllSQLExceptions', true,
            'allNative':true, // We prefer to have native dates, timestamps in OIM
       //   'validConnectionQuery':'SELECT 1 FROM DUMMY',
       //   'dateFormat':'dd/MM/yyyy',
       //   'timestampFormat':'dd/MM/yyyy HH:mm:ss:SSS',
       //   'enableEmptyString':false,
       //   'quoting':'NONE',
       //   'changeLogColumn':'LAST_UPDATE',
       //   'nativeTimestamps': false,
       //   'executeQueryScript': '',  // provide the groovy script, or file:///url of the script
        // Default mandatory aliases for trusted resource. Usage : ['CONNECTOR_ATTRIBUTE':'OIM_USER_ATTRIBUTE'] Eg., ['LAST_NAME':'Last Name']
        // PLEASE DO NOT REMOVE ANY ENTRY FROM THE FOLLOWING LIST. YOU CAN ADD ENTRIES FOR OTHER OIM USER ATTRIBUTES OR MODIFY THE <CONNECTOR_ATTRIBUTE> BASED ON THE TABLE COLUMNNAME
        // For the complete list of OIM User Profile Attributes, refer http://docs.oracle.com/cd/E40329_01/user.1112/e27151/usr_mangmnt.htm#CHDCDCCB
        alias = ['__UID__':'User Login', '__NAME__':'Last Name', 'Organization':'Organization Name', 'Xellerate Type':'Xellerate Type', '__ENABLE__':'Status', 'Role':'Role','FIRST_NAME':'First Name','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email','PASSWORD':'Password']
    // Run like:  DBATGenerator.cmd ..\resources\DBATConfiguration.groovy db1
    target {
        //Resource Name
        itResourceDefName='DBAT_IT' // DBAT is a name of the package
         itResourceName="$itResourceDefName" //the same as itResourceDefName
        //Output files
      connectorDir="../$itResourceDefName" //out dir is the same as it resource name
      xmlFile='DBAT-ConnectorConfig.xml'
         // configFile='DBAT-CI.xml'
          //propertiesFile='dbat-generator.properties'
         // version='11.1.1.5.0'
          //provisionDatasetFile='ProvisionResource_DBATUser.xml'
          //modifyResourceDatasetFile='ModifyProvisionedResource_DBATUser.xml'
          //requestDMDatasetsFile='Datasets.xml'
        //Configuration
        bundleJar='../lib/org.identityconnectors.databasetable-1.2.2.jar'
        config = [
            'table' : 'DBAT_USER',
            'keyColumn' : 'USERNAME',
            'passwordColumn' : 'PASSWORD',
            'user' : 'xxx',
       //   'password' : '', never provide passwords to generator
            'jdbcUrlTemplate' : 'jdbc:oracle:thin:@xxx:1521:xe',
            'jdbcDriver': 'oracle.jdbc.driver.OracleDriver',
        //  'relationTables': 'APP_USER_ROLE, APP_USER_TEAM, APP_USER_ORGANIZATION',
      'statusColumn':'STATUS',
      'enableValue':'Enabled',
      'disableValue':'Disabled',
          'database':'xe',
      'host':'xxx',
      'port':'1521',
      //'datasource':'xe',
       //   'jndiProperties':'',
       //   'customizedQuery':'',
       //   'rethrowAllSQLExceptions', true,
            'allNative':true,  // We prefer to have native dates, timestamps in OIM
       //   'validConnectionQuery':'SELECT 1 FROM DUMMY',
       //   'dateFormat':'dd/MM/yyyy',
      'timestampFormat':'dd/MM/yyyy HH:mm:ss:SSS', // Force the full timestamp formating
       //   'enableEmptyString':false,
       //   'quoting':'NONE',
      'changeLogColumn':'LAST_UPDATE',
      'nativeTimestamps': true,
       //   'createScript': '',   // provide the groovy script, or file:///url of the script
       //   'updateScript': '',  // provide the groovy script, or file:///url of the script
       //   'deleteScript': '',  // provide the groovy script, or file:///url of the script
       //   'executeQueryScript': '',  // provide the groovy script, or file:///url of the script
        //Database table name to OIM resource form name alliasing.
        //Make sure that itResourceName lenght plus child table alias lenght is within 8 characters limit. 
       // alias = ['APP_USER_ROLE':'RO', 'APP_USER_TEAM':'TM', 'APP_USER_ORGANIZATION':'ORG']
        //Attribute to form field names alliasing
        alias = ['FIRST_NAME':'First Name','USERNAME':'User Login','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email','PASSWORD':'Password']
        //Generate prepopulate adapters.PrePopluate Adapters Usage is ['CONNECTOR_ATTRIBUTE':'OIM USER ATTRIBUTE'] Eg., ['DISPLAY_NAME':'Display Name']
        prepopulate = ['USERNAME':'User Login', 'FIRST_NAME':'First Name','PASSWORD':'Password','MIDDLE_NAME':'Middle Name','TITLE':'Title','EMAIL':'Email']
    3. successfully generated generator packge, DBAT_IT.zip after running, ./DBATGenerator.sh ../resources/DBATConfiguration.groovy target
    4.Copied ojdbc.16.jar in /home/oracle/Oracle/Middleware/Oracle_IDM1/server/ConnectorDefaultDirectory/targetsystems-lib/DBAT_IT/ , as DBAT_IT is generated package from generator.
    5. unzipped DBAT_IT into /home/oracle/Oracle/Middleware/Oracle_IDM1/server/ConnectorDefaultDirectory/
    6.Now , when I try to install the dbat connector, through adminconsole --> Manager connector -->Install -->Load
    7.It loads for 10-15 minutes and   throws the error on browser as , 'Network Error , server is  too busy to process the request'
    8.If I would go  and see in weblogic console, I could find,  OIM server is  shut down.
    9.I can see, in /home/oracle/Oracle/Middleware/user_projects/domains/base_domain/servers/oim_server1/logs/oim_server1-diagnostic.log, that the connector file, DBAT_IT schedule tasks are being read
    Kindly help to get rid of the problem and install the connector appropriately.
    Thanks in Advance

    Hi ,
    Please find the logs ,oim_server1-diagnostic.log attached .
    Did you find any issue  in the process that  I have followed for connector installation.
    Kindly let me know any pointers to resolve this issue.
    Thanks in Advance.

  • Why does my database server shut down frequently?

    My DB Server just has one HardDisk and 1024MB ram,OS is W2K,RDBMS is Oracle 8i.But it is shutted automatically in often.It doesn't work unless you restart the service or restart the computer.My initORCL.ora file configed as following,could you point where the failure is ?
    open_cursurs=600
    db_buffer=32000
    share_pool_size=256M
    large_pool_size=100M
    java_pool_size=50M
    log_buffer=16M
    db_block_size=8192
    processes=500
    Thanks a lot!

    Thanks.The following paragraph is in my alert.log,but I can not find the problem yet.And in my trace file ,there is no information for that day.
    Sun Apr 06 05:15:53 2003
    Thread 1 advanced to log sequence 282
    Current log# 3 seq# 282 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO03.LOG
    Mon Apr 07 05:15:29 2003
    Thread 1 advanced to log sequence 283
    Current log# 1 seq# 283 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO01.LOG
    Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
    Mon Apr 07 19:32:42 2003
    ORACLE V8.1.6.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.0 , CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.6.0.0.
    System parameters with non-default values:
    processes = 500
    shared_pool_size = 134217728
    large_pool_size = 1048576
    java_pool_size = 20971520
    control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
    db_block_buffers = 32000
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 16777216
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 10
    instance_name = mptdata
    service_names = mptdata
    mts_dispatchers = (protocol=TCP)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = mptdata
    open_cursors = 600
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 60
    parallel_max_servers = 2
    background_dump_dest = D:\Oracle\admin\mptdata\bdump
    user_dump_dest = D:\Oracle\admin\mptdata\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=4
    DBW0 started with pid=7
    LGWR started with pid=13
    CKPT started with pid=19
    SMON started with pid=24
    RECO started with pid=30
    SNP0 started with pid=6
    SNP1 started with pid=14
    SNP2 started with pid=20
    SNP3 started with pid=23
    Mon Apr 07 19:32:46 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Apr 07 19:32:47 2003
    alter database mount exclusive
    Mon Apr 07 19:32:55 2003
    Successful mount of redo thread 1, with mount id 1041561895.
    Mon Apr 07 19:32:55 2003
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Apr 07 19:32:55 2003
    alter database open
    Beginning crash recovery of 1 threads
    Mon Apr 07 19:33:00 2003
    Thread recovery: start rolling forward thread 1
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 283 Reading mem 0
    Mem# 0 errs 0: D:\ORACLE\ORADATA\MPTDATA\REDO01.LOG
    Mon Apr 07 19:33:01 2003
    Thread recovery: finish rolling forward thread 1
    Thread recovery: 0 data blocks read, 0 data blocks written, 0 redo blocks read
    Crash recovery completed successfully
    Mon Apr 07 19:33:05 2003
    Thread 1 advanced to log sequence 284
    Thread 1 opened at log sequence 284
    Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
    Successful open of redo thread 1.
    Mon Apr 07 19:33:07 2003
    SMON: enabling cache recovery
    SMON: enabling tx recovery
    Mon Apr 07 19:33:13 2003
    Completed: alter database open
    Mon Apr 07 19:39:31 2003
    Shutting down instance (immediate)
    License high water mark = 37
    Mon Apr 07 19:40:36 2003
    alter database close normal
    Mon Apr 07 19:40:36 2003
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Mon Apr 07 19:40:40 2003
    Thread 1 closed at log sequence 284
    Mon Apr 07 19:40:40 2003
    Completed: alter database close normal
    Mon Apr 07 19:40:40 2003
    alter database dismount
    Completed: alter database dismount
    archiving is disabled
    Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
    Mon Apr 07 19:41:42 2003
    ORACLE V8.1.6.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.0 , CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.6.0.0.
    System parameters with non-default values:
    processes = 500
    shared_pool_size = 268435456
    large_pool_size = 943718400
    java_pool_size = 20971520
    control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
    db_block_buffers = 32000
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 16777216
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 10
    instance_name = mptdata
    service_names = mptdata
    mts_dispatchers = (protocol=TCP)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = mptdata
    open_cursors = 200
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 60
    parallel_max_servers = 2
    background_dump_dest = D:\Oracle\admin\mptdata\bdump
    user_dump_dest = D:\Oracle\admin\mptdata\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=3
    DBW0 started with pid=6
    LGWR started with pid=11
    CKPT started with pid=15
    SMON started with pid=19
    RECO started with pid=24
    SNP0 started with pid=28
    SNP1 started with pid=32
    SNP2 started with pid=36
    SNP3 started with pid=5
    Mon Apr 07 19:41:46 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Apr 07 19:41:47 2003
    alter database mount exclusive
    Mon Apr 07 19:41:54 2003
    Successful mount of redo thread 1, with mount id 1041535042.
    Mon Apr 07 19:41:54 2003
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Apr 07 19:41:54 2003
    alter database open
    Mon Apr 07 19:41:57 2003
    Thread 1 opened at log sequence 284
    Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
    Successful open of redo thread 1.
    Mon Apr 07 19:41:57 2003
    SMON: enabling cache recovery
    SMON: enabling tx recovery
    Mon Apr 07 19:42:01 2003
    Completed: alter database open
    Shutting down instance (immediate)
    License high water mark = 52
    Mon Apr 07 22:28:45 2003
    alter database close normal
    Mon Apr 07 22:28:45 2003
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Mon Apr 07 22:28:49 2003
    Thread 1 closed at log sequence 284
    Mon Apr 07 22:28:50 2003
    Completed: alter database close normal
    Mon Apr 07 22:28:50 2003
    alter database dismount
    Completed: alter database dismount
    archiving is disabled
    Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
    Mon Apr 07 22:29:24 2003
    ORACLE V8.1.6.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.0 , CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.6.0.0.
    System parameters with non-default values:
    processes = 500
    shared_pool_size = 268435456
    large_pool_size = 943718400
    java_pool_size = 20971520
    control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
    db_block_buffers = 32000
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 16777216
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 10
    instance_name = mptdata
    service_names = mptdata
    mts_dispatchers = (protocol=TCP)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = mptdata
    open_cursors = 600
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 60
    parallel_max_servers = 2
    background_dump_dest = D:\Oracle\admin\mptdata\bdump
    user_dump_dest = D:\Oracle\admin\mptdata\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=4
    DBW0 started with pid=8
    LGWR started with pid=14
    CKPT started with pid=21
    SMON started with pid=28
    RECO started with pid=35
    SNP0 started with pid=42
    SNP1 started with pid=49
    SNP2 started with pid=56
    SNP3 started with pid=63
    Mon Apr 07 22:29:28 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Apr 07 22:29:29 2003
    alter database mount exclusive
    Mon Apr 07 22:29:36 2003
    Successful mount of redo thread 1, with mount id 1041548688.
    Mon Apr 07 22:29:36 2003
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Apr 07 22:29:36 2003
    alter database open
    Mon Apr 07 22:29:38 2003
    Thread 1 opened at log sequence 284
    Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
    Successful open of redo thread 1.
    Mon Apr 07 22:29:39 2003
    SMON: enabling cache recovery
    SMON: enabling tx recovery
    Mon Apr 07 22:29:42 2003
    Completed: alter database open

  • Mac Mini Server Shuts down every 14 days for no apparent reason.

    Just before 8 AM every other saturday morning, I have a Mac Mini Server running 10.8.5 server that powers off. There is no indication of anything out of the ordinary happening prior to the shutdown. On restart the server continues to operate properly for another two weeks until it shuts down again. The only log entry I'm seeing that seems to indicate what might be going on is:
    Dec  7 22:51:29 localhost kernel[0]: Previous Shutdown Cause: 3
    This past weekend I attempted to get around the issue by having the system set to automatically turn on or wake at 11 AM, but that did not happen.
    I've checked cron and launchd and nothing is scheduled around that time.
    Any ideas?

    Yes, a glitch with any less-interruptable power supply — they're never truely uninterruptable — could well trigger this outage. 
    If you're willing to run with grid power for two weeks plus a day, then cable the APC out of the path, and see if your uptime makes it to fifteen.   
    Probably much quicker and if you've got some off time where you can quiesce most of the activity on the Mac to allow it to crash hard with less risk to your data and your processing, then pull the input to the APC and see if the Mac crashes.
    Various APC units run a self-test every two weeks, so a problem with the self-test or the switch-over or with he battery could well cause the reported problems.  Could also be the quality of the power being generated (I'm running Smart-UPS units because of that) or the APC is overloaded, but I wouldn't expect that to occur on a particular schedule. 
    This reeks of the self-test or the power relay, or the battery.
    Some semi-related discussions here, and probably elsewhere on the net.

  • 10g application server .. report server shutting down

    Hi ,
    I having a problem in the report server that it is shutting down after having more than 20 queue in the waiting list. My application server version is 10.1.2.3. It is running on
    windows server 2003 , 64 bit . Is there any way to increase the queue size.
    Thanks ..

    Hi checkout what's written in report server logs and traces under $ORACLE_HOME/reports/logs/ <report_server> / .You need to enable report sever traces to check actual causes..

Maybe you are looking for

  • OPen and closing of fiscal year variant

    Hi friends, in ob52 once we opened a fiscal year. Can we closed that for every month end after month end procedure. Once closed can we open at any time. Thanks in advance

  • Report running for long time & performance tuning

    Hi All, (1). WebI report is running for long time.so what are the steps i need to check for it ? (2). Can you tell me about performance tuning in BO ? please help me..... Thanks Kumar

  • Field in asset Master data "Planned retirement on / control

    Hi all, I would like to know how to deactivate the control for the field "Planned retirement on"? The control is the following "Simulate only to planned retirement" indicator in the selection screen of the given standard report. Where can I found thi

  • FYI: Java Enterprise warning: "How to break a Sun box & repair it again"

    Hi there, Because of the news that the Java enterprise will be opened up I decided to replace the version I got on my 03/05 media kit with the one being made available right now. Nothing wrong there but the upgrade can be a little tricky since you're

  • IPhone 4/4S/5 questions

    1. If Wi-Fi is available (e.g. a home or free public network), is connecting to it and using the internet via that network from the iPhone always free, regardless of SIM or phone network status? Some sources say that this is the case, but some iPhone