SAPCCM4X windows Service shuts down

Hi!
I would like to set up the SAPCCM4X agent on the satellite system.
The installation with the commando >sapccm4x -R pf=... endes without any errors.
The problem is that the appropriate SAPCCM4X.03 Windows Service stops after 3 sec.
The output on the CMD console is:
INFO: trying to register service SAPCCM4X.03 at Windows Service Control Manager
starttype of service:             manual/[auto] :
DomainName\UserName  or [<LocalSystem account>] :
INFO: Agent is running (no actual pid, but actual shared memory!)
WARNING: Service SAPCCM4X.03 already stopped. But agent is running!
WARNING: The following service is registered but could not be started
SAPCCM4X.03  
(command ["E:\usr\sap\SC3\SYS\exe\run\sapccm4x.exe" -Service
pf=E:\usr\sap\SC3\SYS\profile\SC3_DVEBMGS03_VMSAP01]   user <LocalSystem account>)
INFO: Updated config file E:\usr\sap\SC3\DVEBMGS03\log\sapccm4x\csmconf.
EXITING with code 0
Any helpful information will be very appreciated
Ju00FCrgen

You probably have an out-of-date driver for a webcam, scanner or other camera interface (most likely Logitech or Lexmark). Get the latest driver version from your device manufacturer.

Similar Messages

  • Toshiba a-105 hangs on windows is shutting down page.

    When I try to restart my a-105 lap top it hangs on the windows is shutting down screen and will not reboot. I must restart by shutting down completely. But when I hit the shut down button it shuts down just fine. The problem is in the restart button. Already did os reinstall. Still have problem please help...

    I'm not laptop user but it comes on my desktop the same. I install "User Profile Hive Cleanup Service" application that released from Microsoft. The problem was solved on my desktop for your information.
    Please refer to below link -
    http://www.microsoft.com/downloads/details.aspx?familyid=1b286e6d-8912-4e18-b570-42470e2f3582&displa...

  • 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

  • SAPCCM4X agents are shutting down by itself

    Hello Gurus
    A few SAPCCM4X agents are shutting down by itself and this is happening
    for systems which have a version 4.6c and 4.5B in our landscape like PCX.. Analyzing the log of one of this agents the
    message below is informed:
    Mon May 9 04:41:10 2011
    CCMCTRL: ERROR: csm_show_file: no permission to
    read /usr/sap/PCX/SYS/profile/PCX_G34_zonepcx
    CCMCTRL: ERROR: csm_show_file: Please check sapccmsr.ini
    I tried to find the profile mentioned in the warning but with no
    succes. The cause of the shutdown of the agent is that because the
    correct profile is PCX_DVEBMGS34_zonepcx instead of PCX_G34_zonepcx but
    why it is looking for the wrong one when everything is configured with
    the profile PCX_DVEBMGS34_zonepcx . I also checked sapccmsr.ini but
    found nothing.
    I  can start the agent normally choosing the correct parameter
    (PCX_DVEBMGS34_zonepcx) but sometimes the agent shutdown by itself
    after 3-4 days with the error message above.
    Why the agent search for the wrong profile and where can I change it to
    the right profile ?
    Or is there any other way to resolve it.
    Thanks and Regards
    Ashwini

    Thank you Mani, I will make this test in only one appl server and monitor.
    I will let you know the resul of my tests.
    Regards

  • WCF service shutting down

    Hi,
    i have been trying to access WCF service function(Which loads C++ Dll's too) in a C# client project.
    When ever i start client program it fetches the service, loads the dll, but suddenly WCF service will be terminated from the system tray.
    I have added timeout parameters in web.config(Service) and app.config(Client).
    i have tried to log the error as said
    here but still its not logging the errors.
    what's causing this error, any help will be appreciated.
    Regards,
    Jithendra

    darnold924
    I have added try/Catch in server side as well the exception that throws is as below.
    System.ServiceModel.CommunicationException was unhandled
    _HResult=-2146233087
    _message=An error occurred while receiving the HTTP response to http://localhost:50368/Service1.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
    HResult=-2146233087
    IsTransient=false
    Message=An error occurred while receiving the HTTP response to http://localhost:50368/Service1.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
    RemoteStackTrace=
    Server stack trace:
    at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
    Source=mscorlib
    StackTrace:
    Server stack trace:
    at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at TestClient.ServiceReference1.IService1.Genkey()
    at TestClient.ServiceReference1.Service1Client.Genkey() in e:\Jit_Edit\WcfService1\TestClient\Service References\ServiceReference1\Reference.cs:line 81
    at TestClient.Program.Main(String[] args) in e:\Jit_Edit\WcfService1\TestClient\Program.cs:line 15
    at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    InnerException: System.Net.WebException
    _HResult=-2146233079
    _message=The underlying connection was closed: An unexpected error occurred on a receive.
    HResult=-2146233079
    IsTransient=false
    Message=The underlying connection was closed: An unexpected error occurred on a receive.
    Source=System
    StackTrace:
    at System.Net.HttpWebRequest.GetResponse()
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    InnerException: System.IO.IOException
    _HResult=-2146232800
    _message=Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
    HResult=-2146232800
    IsTransient=false
    Message=Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
    Source=System
    StackTrace:
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
    InnerException: System.Net.Sockets.SocketException
    _HResult=-2147467259
    _message=An existing connection was forcibly closed by the remote host
    HResult=-2147467259
    IsTransient=false
    Message=An existing connection was forcibly closed by the remote host
    Source=System
    ErrorCode=10054
    NativeErrorCode=10054
    StackTrace:
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    InnerException:
    till now i have tried most of the solutions suggested in Internet, i need to know what is the error causing this, their are so many out their who faced same error but most of them didn't get correct solution for this. Here is my entire code i am working
    on.
    Code
    This code contains 2 solutions, HelloWorld is a C++ Dll which is i am trying to load in service & WcfService1 Contains both WCF service and Client Projects. These projects have all the changes made till now based on internet solutions.

  • Some exchange services shut down after several weeks

    I installed exchange 2010 but after every several weeks, certain exchange service shut down though they are set to run automatically. This then stops all mail services until the are manually restarted. What should I do?

    Hi,
    "This then stops all mail services until they are manually restarted", I would like to verify if "certain exchange service" refers to Microsoft Exchange Transport service.
    What's more, when this issue occurs, there should be events logged in the application logs. Please take your time to collect the application logs for my further research.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Why is Windows 7 shutting down updated version of itunes when I click on itunes store?

    Why is Windows 7 shutting down updated iTunes version 11.0.5 when I click on iTunes store?

    My ipod did that all day yesterday then went into lockdown ! now the dam thing wont do anything !!!! its stuck in download mode!!!!!!!!!

  • Windows automatically shuts down

    so last night i was playing ffxi on my bootcamp installation, then right in the middle of playing my computer just shuts off as if you just pushed the power button. when i tried to turn it on again it would begin to start up for a sec then just turn off again, doesn't matter if i tried windows or mac partition. The comp felt just a little hot but the only conclusion i can draw from this is that it was overheated. Is there any way to tell that was the culprit, an what can i do to prevent it?

    I have this problem all the time when running Windows and playing PC games that uses the 3D card in my Macbook Pro. Unless I'm resting my Macbook pro on an ice pack to keep it cool, Windows will eventually shut the machine off without warning. Both in Vista and XP. But never in Leopard. So it's either Windows not being able to run the OS efficiently enough to keep it cool, or there's a built-in safeguard written in the Windows software that shuts the computer off when it feels it's getting too hot.
    Try the ice pack trick and see if that keeps Windows from shutting down. (Remember to put it back in the freezer after an hour or two, as it will melt and get hot).

  • WINDOWS XP SHUTS DOWN

    MY WINDOWS XP SHUTS DOWN & RE-BOOTS ALMOSST EVERY TIME I CONNECT IPHONE USB.I HAVE HAD THE PHONE FOR 1 MONTH & IS A HIT OR MISS TRYING TO SYNC.PLEASE HELP

    You probably have an out-of-date driver for a webcam, scanner or other camera interface (most likely Logitech or Lexmark). Get the latest driver version from your device manufacturer.

  • Disable "this program is preventing windows from shutting down"

    Hi
    My application, that I am porting from Embedded Standard (XP) to WES7 uses the standard power on/off switch of a PC to power on/off. I intercept the FormClosing event and cancel the OS from shutting down. I then display a dialog box in my program asking
    if the user wants to shut down the system. If they respond yes then I shutdown the system from within my code. This works fine on XP, but with WES7 you get the screen telling you "this program is preventing windows from shutting down". I then have
    to press 'Cancel' to get to my application as before. Does anyone know of a way to prevent WES7 from showing this message and allowing my program to block shutdown quietly.
    Many thanks
    Steve W

    pennbank is correct that holding the power button will stop the computer.  But it stops *all* processes mid-step, which can leave some of OSX in an incorrect state because of pending internal file updates that were killed.  I do not like to use that method if anything else will make it respond.  For example, once the computer was not responding when I was using a BT trackpad.  I eventually removed the batteries from the trackpad to force it dead, and the release of the BT channel freed the MBP.

  • Windows keeps shutting down iTunes because of Data Execution Prevention. is there a DEP version of iTunes?

    My iTunes program keeps shutting down shortly after loading.  I get an error from Windows stating that a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Then I get a message that states iTunes was closed because of Data Execution Prevention.  It states to find a version that allows DEP or change your DEP settings.  I uninstalled and reinstalled iTunes, but still have an issue.  Does anyone know how to fix this so that I can use iTunes?

    My iTunes program keeps shutting down shortly after loading.  I get an error from Windows stating that a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Then I get a message that states iTunes was closed because of Data Execution Prevention.  It states to find a version that allows DEP or change your DEP settings.  I uninstalled and reinstalled iTunes, but still have an issue.  Does anyone know how to fix this so that I can use iTunes?

  • How do I prevent windows from shutting down ITUNES with a Data Protection Execution error when trying to sync with my Iphone 4S in a 32 bit windows environment?

    I first was not able to install ITunes 10.5.  Apple upgrade installer caused a data protection execution error and windows reverted the process back to the original software.  I then removed ITunes through the control panel ap.  I removed Bonjour and quicktime.  I could not use the windows uninstaller to remove the apple upgrade installer and had to find a fix it program on the microsoft web site to fully remove this program.  After doing this, I was able to load and install itunes 10.5.  However, now when I try to sync my new 4S phone, the sync only goes to the 2nd or 3rd step before eliciting a DPE error and causing itunes to shut down.  I tried making a new user profile.  Opened I tunes in the new profile and began to search for music on my computer.  The program again elicited a DPE error.  I looked to see if quicken was still on the computer and maybe causing a hangup, but it is no longer installed.  Ok, I am at wits end and have spent much too much time on this issue.  Please help.

    I was able to finally stop ITunes from crashing after many days of searching n restarting my computer many times.
    a) First I went to this site ->http://forums.techarena.in/guides-tutorials/1119812.htm that showed me how to disable DPE. Please make sure that u have good virus...etc.. protection first before doing this. I have Avast Internet Security. RESTART UR COMPUTER..
    b) I then uninstall ITunes by following this site ->http://support.apple.com/kb/ht1923      RESTART UR COMPUTER..
    c) I then downloaded a beta version of ITunes. I happen to download beta 7 before the final of 10.5 version came out. Installed it. After installing I click on it n it said somewhere along the line of "this ITune ver. expired" I checked in my Programs n Features n notice that QuickTime was installed w that beta version.   
    d) Go online n download the final version of ITunes ->http://www.apple.com/itunes/download/ ...... After u finish dling install that. After that's done connect your IPod, IPhone...etc... n click on ITunes, it should sync all the way.
    I was finally able to sync all thru the steps insteading of it crashing on me midway. Hopefully this will work for you. Good luck !
    IPhone4, Gateway Windows Vista 32bit

  • Windows randomly shutting down with new built pc

    Morning folks, I'm typing this from my other laptop right now.  I just built a tower for gaming and I'm having an issue with windows 8.1.  It will randomly turn off anywhere from a minute or less after launching and logging in to 5 minutes after
    launching and logging in.  I can't seem to tell what's triggering it either.  If I try to do anything a screen comes up with a sad face emoticon and tells me that something is wrong but I can never read the full message before the computer shuts
    down completely.  It's not a soft landing either it's as if I held down the power button.  If you can tell me what information to give you I'll try my best.  My concern is I won't be able to get error or crash logs because if I try to do anything
    the computer shuts down.  I'm currently sitting here not moving and letting it sit at desktop to see if anything happens.  So far it seems stable to it's only when I'm actively doing stuff.
    Concerns I've seen people bring up, yes it is a legal version of 8.1 and yes I did activate the product, I wasn't able to set up my wireless adapter before the computer would shut down so I had to activate it over the phone, it didn't crash during that. 
    From there I was able to install the wireless drivers successfully and actually access the internet.  But as I was heading to a speedtest page the window came up and my computer shut down again.  From there it has shut down multiple times after just
    minutes of trying to get online and install a game. 
    I've gone into BIOS and disabled the fast boot that someone has mentioned and I changed my power settings to be on high performance and turned off the timed shutdowns/sleep/driver shut down.  I don't think it was any of that though because, 1, it's
    still happening and 2, those things were if it was shutting down after so long mine seems more random and in a much shorter time span.
    Any help would be greatly appreciated, thank you.
    edit: I'm going to keep this updated, I'm at the moment installing my motherboards drivers/utilities.  Apparently I forgot to do that from the disk.  If that's the case and fixes it then I'll let you all know.  I still need to install these
    and whatever is on the disk saying 'afterburner' lol.  This is my first time ever building a pc and I'm doing it with no help so bare with me.  Took me all night to figure out I had a couple things wired wrong with the hard drive and a couple fans.

    Okay so after installing the drivers and doing some updates after things were installed the computer ran well for a good few hours.  In the mean time I was watching youtube and reading a different forum while I was downloading a game.  A couple
    hours in the computer BSOD'd again but this time I think it's more manageable as I was actually able to read what it said and it was the more common one saying an issue occurred, and your computer needs to restart and it is collecting data.  It then shut
    down very quickly as if it were a hard shut down and did not reboot on its own.
    I'm going through the same actions again and waiting to see if it reoccurs or if it was a fluke.  I don't have the DMP files at the moment because I had to change the setting after reading the guide because it the folder wasn't in windows.  It
    still isn't there after I made the changes and rebooted but I think that's because an incident hasn't happened yet in order to create the file.  In the mean time I turned off fast boot as it seems to be a common instigator of the problem.  I'll get
    back to you if the problem arises again with the proper logs and dump files as it seems the computer is stable enough to actually navigate there now.  Woo!  Progress!

  • Windows Explorer shuts down when trying to run Quicktimes

    We are using Quicktime 6 Player on PCs running Windows 2000 Professional. Whenever you try to run a Quicktime movie from the Explorer browser, it shuts down along with Quicktime!!!
    In addition, we cannot copy or move Quicktimes from one folder or drive to another without both software packages shutting down. The Quicktime movies are varied and are themselves not bad files. The only way I have found that allows me to run, copy or move Quicktimes is to work within Start/Run/Browse and doing a bunch or Right Clicking!!!
    We are all up to date in regards to Windows Updates, so I am at a total loss as figuring out what the fix is. Any ideas? gsarahs

    Naveen,
    The reports where developed in the current version. 
    There isn't any other version installed on the machine.
    I only have Crystal Reports Developer XI installed on 1 machine in the office.  The reports are loaded in the Business Objects Management Console and available for other office staff to run from the Business Objects Viewer.  The reports run OK from the viewer.
    I have tried un-installing Crystal Reports Developer XI and re-installing it already - the problem still occurred.
    There are a number of faulty reports, some query 1 database others only 1 database, some have SQL tables others do not, most of them have subreports, formula fields, parameter fields, and group name fields, 1 also has a running total field.
    Most of the reports I have created are similar but have different selections.
    Thanks for your help, hope we can find a solution.
    Ann.

  • Open in new window error shuts down Muse

    In latest version of Muse when I like to set "Open in new window" I get this message:
    and Muse is shutting down immediately. I am getting this message when I am setting the link into Lightbox widget.
    Please advise.

    In your documents folder, you should have a file MuseLog.txt. Could you send this file, as well as your .muse file, to [email protected] with a link to this thread? Also, if you could include a description of what element or text you were trying to apply this to, that would be helpful. If your file is over 20mb, you can use Adobe SendNow or SendThisFile. We'll take a look and see if we can't reproduce the issue.

Maybe you are looking for

  • SharePoint 2010 + SQL 2008 + DPM 2012 Backup Failures

    I have a single SharePoint 2010 WFE and a SQL 2008 server backend. Since configuring DPM to run the SharePoint backup through the WFE, I have had no success with backups. DPM Reports: The VSS application writer or the VSS provider is in a bad state.

  • Right-Click Context Menu's Acrobat X Pro Missing

    Hello.  I have a user of Acrobat X Pro on Windows XP 32-bit system.  When they right-click, the context menu's are not there.  These menu's exist in my other 2 users Acrobat 9 right-click menu's.  Please help me to resolve getting the menu items to s

  • Adobe Reader Causing Text Issue in IE11

    When I type in IE11, after having opened Adobe Reader, all of the characters are numeric.  They go from 0 to 9 and repeat.  I have to reboot my computer for the problem to go away.  Any thoughts?

  • ERROR COLLECTING OS METRICS IN 10G

    Hi, i installed Oracle 10g EM Grid control in server with SuSE 9.0. In the Enterprise Manager console, "HOST/Configuration/Operating System/Error collecting Operating System" link and the error is showed. "The following error occurred when collecting

  • Batch Determination in PP Order

    I've defined a simple batch determination that searches all batches and sort them using maximum SLED remaining sort rule. If the component in the pp order is written to a specific storage location, the batch determination will return batches from tha