VCS alarm - An unexpected software error was detected in clusterStatus.py: Received a URLError exception while trying to update the Cluster Status information

Hi,
Has anyone come across the alarm with their VCS Control? If so could you explain what would be causing the error and how to resolve the issue?
VCS version x8.2.2
Thanks

Hi,
May be of use
1. Open the visual admin at <installdrive>:\usr\sap\J2E\JC00\j2ee\admin\go.bat
2. Login is Administrator + admin-password you defined during installation.
3. Under the Server 0... node select Services->Deploy
4. Select the "Application" radio button at the bottom.
5. Check if there exists an application sap.com/tcwdtools
And the following applications are running
sap.com/tcwdcorecomp
sap.com/tcwddispwda
sap.com/tcwdtools.
Last thing was their any errors in the installation.
Regards
Ayyapparaj

Similar Messages

  • Error 14 occuring while trying to update the new software

    have installed the update to itunes and tried to update the 3gs software it has wiped all the data and wont restore have tried different usb ports and restarting the computer nothing working help!!!!!

    Hi Jason,
    This article: http://support.apple.com/kb/TS1275 provides general tips that will resolve most update and restore issues.
    It also provides specific steps to resolve the 14 alert message.
    The iPhone may need service, if the tips in the article don't resolve the issue. You can contact U.K. iPhone, iPod and Mac technical support at: 0844 209 0611 or setup service. This article: http://www.apple.com/ie/support/iphone/service/faq/ provides answers to Frequently Asked Questions about iPhone service in Ireland.
    -Jason

  • 'Stale data error' is encountered while trying to update the data using EO.

    Hi,
    I am getting the following error when I am trying to update the data using EO:
    '' Unable to perform transaction on the record. \nCause: The record contains stale data. The record has been modified by another user. \nAction: Cancel the transaction and re-query the record to get the new data."
    I have tried clearing the corresponding VO cache and have also used the "getTransaction().setClearCacheOnCommit(true)" method in the AM, but the error persists.
    Kindly suggest some work around for this problem.

    Chirag,
    this error is usually.... thrown by framework, if some other user has updated the same record you are trying to update by your EO, just check db, and try for a different record!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error while trying to update the XML template using XML Publisher Administrator

    Hello Folks,
    We are on R12.1.3
    I changed a condition in a report and trying to upload the new XML template using XML Publisher Administrator.
    when i click the Apply button, it is throwing an error 'Bad Request'
    Navigation : XML Publisher Administrator > Data Definitions > query the report
    Click on the name of the report > click 'Update file' besides Data Template > Choose file > Click Apply
    I am getting the below error
    Bad Request
    Your browser sent a request that this server could not understand.
    Now, i could not upload a new XML template.
    Am I doing anything wrong.
    regards,
    Kris

    user10163762 wrote:
    Thank you Eugen and Hussein.
    The problem is not with the template.
    It seems to be a problem in that particular instance.
    Uploaded it in a different instance.
    However once i run the program, i cannot view the output as the browser window flashes and disappears.
    My colleague says , it is to do with the trusted site to download something from the browser.
    Can you please guide me on how to fix this ?
    http://bit.ly/1k8e2vi
    Thanks,
    Hussein

  • Error: A Error Occured While Trying to Update The Default Audio File Type

    Whenever I do anything in the preferences, when I back out and close the prefs, I get this error:
    "An error occured while updating the default audio player for audio file types. You do not have enough access privileges for this operation"
    I do have Admin rights on my own computer. This happens with 6.0.4 which I just installed.

    user10163762 wrote:
    Thank you Eugen and Hussein.
    The problem is not with the template.
    It seems to be a problem in that particular instance.
    Uploaded it in a different instance.
    However once i run the program, i cannot view the output as the browser window flashes and disappears.
    My colleague says , it is to do with the trusted site to download something from the browser.
    Can you please guide me on how to fix this ?
    http://bit.ly/1k8e2vi
    Thanks,
    Hussein

  • Write back error while trying to update the data

    This is my writeback.xml file*
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="UpdateBA">
    <XML>
    <writeBack connectionPool="Oracle Data Warehouse Connection Pool">
    <insert> </insert>
    <update> UPDATE XXAUD_W_BUD_QTA_F SET BUDGET_AMT=@{c19},attribute2='@{c15}'
    where INTEGRATION_ID='@{c6}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="UpdateQA">
    <XML>
    <writeBack connectionPool="Oracle Data Warehouse Connection Pool">
    <insert> </insert>
    <update> UPDATE XXAUD_W_BUD_QTA_F SET QUOTA_AMT=@{c21},ATTRIBUTE3='@{c18}'
    where INTEGRATION_ID='@{c6}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="UpdateFA">
    <XML>
    <writeBack connectionPool="Oracle Data Warehouse Connection Pool">
    <insert> </insert>
    <update> UPDATE XXAUD_W_FORECAST_F SET FORECAST_AMT=@{c19},attribute1='@{c22}'
    where INTEGRATION_ID='@{c15}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="UpdatePO">
    <XML>
    <writeBack connectionPool="Oracle Data Warehouse Connection Pool">
    <insert> </insert>
    <update> UPDATE XXAUD_W_SALESLOGIN_DTL SET ACTIVE_FLG='@{c2}' WHERE RESOURCE_ID=@{c1}</update>
    </writeBack>
    </XML>
    </WebMessage>
    <WebMessage name="UpdateRET">
    <XML>
    <writeBack connectionPool="Oracle Data Warehouse Connection Pool">
    <insert> </insert>
    <update> UPDATE XXAUD_W_RET_TARGET_F SET JUL_RET_TAR=@{c3},AUG_RET_TAR=@{c4},SEP_RET_TAR=@{c5},
    OCT_RET_TAR=@{c6},NOV_RET_TAR=@{c7},DEC_RET_TAR=@{c8},JAN_RET_TAR=@{c9},FEB_RET_TAR=@{c10},
    MAR_RET_TAR=@{c11},APR_RET_TAR=@{c12},MAY_RET_TAR=@{c13},JUN_RET_TAR=@{c14}
    WHERE INTEGRATION_ID='@{c0}'</update>
    </writeBack>
    </XML>
    its getting updated at some time but when i tried to update after some time i am getting error
    can you please tell me the reason for this???
    *An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator.
    Sax parser returned an exception. Message: Expected entity name for reference, Entity publicId: , Entity systemId: , Line number: 1, Column number: 344*
    Error Details
    Error Codes: UH6MBRBC:E6MUPJPH
    Xml parsed: <writeBack template="UpdateQA"><record action="update"><value columnID="c6">ICS_US~1721~15041~1~2009~135</value><value columnID="c7">2009</value><value columnID="c13">2009 / 01</value><value columnID="c17">Specialty</value><value columnID="c15">Carroll, Patrick</value><value columnID="c16">SALES_PERSON</value><value columnID="c12">1st Auto & Casualty Insurance</value><value columnID="c11">ICS_US</value><value columnID="c21">3334</value><value columnID="c18">as</value></record><record action="update"><value columnID="c6">ICS_CAN~1438~15454~1~2009~135</value><value columnID="c7">2009</value><value columnID="c13">2009 / 01</value><value columnID="c17">Specialty</value><value columnID="c15">Barrette, Denis (Denis)</value><value columnID="c16">SALES_PERSON</value><value columnID="c12">AXA Assurances</value><value columnID="c11">ICS_CAN</value><value columnID="c21">147</value><value columnID="c18">fg</value></record></writeBack>

    Hi,
    i changed my xml by replacing update stmt in <insert> but still facing same problem.
    One thing the table with columns customer name, amount,comments.
    the customer name have some spl character like *"&"* (john&Franklin).I think this might be a problem(special char &),due to this getting error????
    Sax parser returned an exception.
    Message: Expected entity name for reference, Entity publicId: , Entity systemId
    SAX parsor is not able to read this character???
    Help me out!!!
    Thanks,
    Varanasi Saichand

  • Adobe InDesign is shutting down. A serious error was detected

    Dear scripters
    here I am trying to relink the book contents from different path. While I am running this script my indesign cs2 is shutting down.
    the error is below
    Adobe InDesign
    Adobe InDesign is shutting down. A serious error was detected. Please restart InDesign to recover work in any unsaved InDesign documents.
    OK
    This is my script
    var myFolder = Folder.selectDialog("Please select a folder");
    bb = app.books[0].bookContents;
    for (i = 0; i < bb.length; i++)
    chname= File(bb[i].fullName).name;
    mynewfile = File(myFolder + "/" + chname);
    if (mynewfile.exists) {
    bb[i].replace (File (mynewfile));
    $.writeln (mynewfile)
    app.books[0].save();
    Please advice me how to solve this prob?
    thanks in advance
    regards
    a r u l

    You have a serious corruption problem someplace, or a serious conflict with some other software that is running.
    If this happens with more than one document, you can start with repalcing your preferences. See Replace Your Preferences
    If it's isolated to a single document, see Remove minor corruption by exporting
    Another very likey cause is a corrupt or poorly made font. Run a font utility to look for font problems.
    Turn off any third party Plugins for ID that you might have installed. Also try turning off your font manager if you have one.
    If none of this helps, you may have to reinstall ID.

  • An error was detected on device \Device\Harddisk3\DR3 during a paging operation. - The driver detected a controller error on \Device\Harddisk3\DR7

    How can i ensure that the harddisk3 designation is relatd with USB etxernal disk?
    I have several erros in LOGs:
    An error was detected on device \Device\Harddisk3\DR3 during a paging operation.
    and
    The driver detected a controller error on \Device\Harddisk3\DR7
    All times are HardDisk3 and sometimes it references to DR3 and sometimes DR7
    My disk structure is:
    2 RAID5 arrays fomr the same disks (80GB and 2 TB)
    and USB 2 TB External hard disk with several partitions
    I´m 99% sure that the error is related to the external USB disk and the Dell DIag tool shows no problems with any component
    DISKPART> list disk
      Disk ###  Status         Size     Free     Dyn  Gpt
      Disk 0    Online           80 GB      0 B
      Disk 1    Online         2711 GB      0 B        *
      Disk 2    Online         1862 GB  1024 KB
    DISKPART> sele disk 0
    Disk 0 is now the selected disk.
    DISKPART> detail disk
    DELL PERC H700 SCSI Disk Device
    Disk ID: 6EFE3928
    Type   : RAID
    Status : Online
    Path   : 1
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(0400)#PCI(0000)#RAID(P01T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : Yes
    Pagefile Disk  : Yes
    Hibernation File Disk  : No
    Crashdump Disk  : Yes
    Clustered Disk  : No
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      Volume 3         System Rese  NTFS   Partition    100 MB  Healthy    System
      Volume 4     C   DISCO        NTFS   Partition     79 GB  Healthy    Boot
    DISKPART> sele disk 1
    Disk 1 is now the selected disk.
    DISKPART> detail disk
    DELL PERC H700 SCSI Disk Device
    Disk ID: {A42559A8-43EF-4570-B4CF-336A22A718BF}
    Type   : RAID
    Status : Online
    Path   : 1
    Target : 1
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(0400)#PCI(0000)#RAID(P01T01L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : No
    Pagefile Disk  : No
    Hibernation File Disk  : No
    Crashdump Disk  : No
    Clustered Disk  : No
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      Volume 5         DADOS        NTFS   Partition   2711 GB  Healthy
        C:\DADOS\
    DISKPART> sele disk 2
    Disk 2 is now the selected disk.
    DISKPART> detail disk
    HP External HDD USB Device
    Disk ID: 000904F0
    Type   : USB
    Status : Online
    Path   : 0
    Target : 0
    LUN ID : 0
    Location Path : UNAVAILABLE
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : No
    Pagefile Disk  : No
    Hibernation File Disk  : No
    Crashdump Disk  : No
    Clustered Disk  : No
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      Volume 6         SOFTWARE     NTFS   Partition    300 GB  Healthy
        C:\DADOS\DISCO-EXTRA\
      Volume 7         TEMPORARIO-  NTFS   Partition    148 GB  Healthy
        C:\DADOS\NEW_TRANSF\TEMPORARIO\
      Volume 8         TRANSF_LIXO  NTFS   Partition    149 GB  Healthy
        C:\DADOS\NEW_TRANSF\TRANSF_LIXO\
      Volume 9     R   RESTORE      NTFS   Partition   1264 GB  Healthy

    Hi,
    For finding the exact hard disk you could refer to this article. It is an old article but the structure is not changed:
    How to Distinguish a Physical Disk Device from an Event Message
    http://support.microsoft.com/kb/159865
    Meanwhile for the error message "error was detected on device \Device\Harddisk3\DR3 during a paging operation", according to my search result it could be related to fragments. So please try a defragment on your hard disk (if it is the USB disk then perform
    a defragment on USB disk) and see the result. 
    If you have any feedback on our support, please send to [email protected]

  • Servlet Error An unexpected servlet error was encountered

    I am getting the following error when I go to Oracle Application Server Welcome page and when I try to click on Logon to Oracle Application Server Portal I get the following error it was just working fine couple minutes ago... what may be the reason???
    Servlet Error
    An unexpected servlet error was encountered.
    Please check the log file for more details

    Hi,
    It seems to be problem with your changed password of SSO/portal schema.
    Could you be able to connect OEM.
    http://<hostname_oem_is_up>:1810/ (default)
    user name : ias_admin
    password   : xxxx
    select your portal instance.
    In bottom you can find the "Configure schema" link.
    Change ur portal schema password over tre.
    Imp :
    Go back and click HTTP server --> PL/SQL Properties --> mod_plsql services --> DAD status --> Portal
    Edit DAD: Database Connection --> Apply the same password u applied for portal schema
    AT last restart ur HTTP server and try connecting to portal.

  • 'An error was detected on device \Device\Harddisk0\D during a paging operation.'

    Hi,
    since a while (as far as i am able to roll back system log in event viewer) I am having strange issues in the sys log, as in the subject. It is a warning of disk event 51: 'An error was detected on device \Device\Harddisk0\D during a paging operation.'
    I have freed up 1/3 of each partition on the harddrive. Any idea where can i keep going to investigate?
    thx

    pogacsa,
    I have searched a bit about you issue in microsoft technet,and here's what they have got to say
    "An event ID 51 entry is a generic error entry for any type of error that occurs when Windows is paging information to input/output (I/O).
     A paging operation occurs when Windows either swaps a page of memory from memory to disk, or when Windows retrieves a page of memory from disk to memory."
    In this event, D, DR and FT, they all stand for a certain disk partition number. You can use the Registry or Disk Management to locate the certain disk.
    For further information, please refer to the following KBs:
    159865 How to distinguish a physical disk device from an event message 
    http://support.microsoft.com/kb/159865/en-us
    244780 Information about Event ID 51
    http://support.microsoft.com/kb/244780/en-us
    you may also want to check out this link from microsoft technet community as well.
    some of the resolutions mentioned there require you to modify your registry.Please DONOT attempt to modify the registry if you dont have enough prior knowledge about it
    Also try defragmenting your HDD once. 
    hope this info helps you
    Message Edited by vijaysaradhi on 06-03-2009 02:33 PM
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • An error was detected on device \Device\Harddisk0 during a paging operation.

    Hi
    I have a Dell PE 2850 running Windows Server 2003 which is attached via SCSI to a Power Vault 220 SCSI disk enclosure.
    The server is beeping and in the eventvwr I see the following message:
    An error was detected on device \Device\Harddisk0 during a paging operation.
    There are no disk failure lights on the server so what is causing these errors in the Event Viewer?
    Thanks
    Paul

    The "error" doesn't have to mean that the disk is faulty, it's just that that specific write operation might have failed (for unknown reasons).
    That's all the light I can shed on it after looking through my event logs, I have a few of those too, but no errors anywhere else.Best regards
    Joachim Nässlander
    IT-Expert, Knowledge Factory
    (http://www.knowledgefactory.se)
    MVP Cluster
    Member of Microsoft Extended Experts Team (MEET)
    Blog: http://www.nullsession.com

  • "Adobe InDesign is shutting down. A serious error was detected. Now file will not open. Please Help?

    I was working on an InDesign file, saved the file and tried to export it. I then got this message "Adobe InDesign is shutting down. A serious error was detected. Please restart InDesign to recover work in any unsaved InDesign documents" - Return to Finder. I am now unable to open the file as the message keeps appearing at every attempt, what can I do, please help?

    The recovery folder is empty and you can start ID normally, correct? But when you then try to open the file that crashed it crashes again? Is that also correct?
    If it is, then it sounds like the file was damaged in the original crash. I would let ID try to recover the file once, just to be sure, though. So emepty the recovery folder again, launch ID from the Dock or the applications folder, then use File > Open... to open the file (and it won't hurt to choose the "as a copy" radio button in the dialog). If ID crashes, restart it without emptying the recovery folder one time. If it crashes again, the file is too damaged to open at all.
    If it does open, immediately export to .idml, then open the .idml file and save as a new .indd with a new name (so you don't overwrite what you have now).
    How much work is invloved in recreating the file? Do you have any older versions?

  • Indesign 5.5  a serious error was detected

    We have Indesign 5.5 that crashes everytime it's starts wiht the error message "A serious error was detected. Please restart...".  If I remove the plugins from the Applications\Indesign\Plugins folder it starts up with no problem. I've re-installed the plugins from the installation package and the error returns. I've copied the plugins from a working computer to no avail. There are only a few plugins that fail, but would like to keep all of them working in InDesign. I've disabled Fusion 3 to see if it was preventing it from working.  Preferences files were deleted to no avail.  This is definitely a plugin issue but don't know how to resolve. Any help is greatly appreciated.
    The computer is an iMac 10.7.3 - Adobe CS5.5 - Fusion 3

    We have Indesign 5.5 that crashes everytime it's starts wiht the error message "A serious error was detected. Please restart...".
    Do you have a ~/Library/Caches/Adobe InDesign/Version 7.5/en_us/InDesign Recovery/ProtectiveShutdownLog file? What're the first few lines of the most recent entry?
    Do you also get a crash report? Upload it to http://pastebin.com/ and share the link with us.

  • I tried to update the latest software update for my MacBook pro (which was on 10/12) and after it started to update it restarted like normal but when it started back up it was running painfully slow and none oft programs will open.They all quit unexpectal

    I tried to update the latest software update for my MacBook pro (which was on 10/12) and after it started to update it restarted like normal but when it started back up it was running painfully slow and none oft programs will open.They all quit unexpectedly. iTunes microsoft word all of them quit unexpectedly. Help!

    Exact same problem with my 2010 MBP 2.4ghz 4gb ram 10.6.8. iTunes said update was needed, Software Update ran with various updates including a security update, truthfully didn't pay much attention, I always install the Apple updates. After the restart it took 3-4 times longer than normal to get to the login screen, same to get to the desktop but I'm familiar with that occurring on update restarts. Unfortunately it got worse from there. Performed a full shutdown and startup. Same long boot.  After the desktop finally loads every mouse button press received a 2 minute beachball. I use menu-meters and both processors are under 10%. Waited a few minutes for disk utilities to launch, repair permissions estimates 3 hours for a typical <10 minute process. Activity monitor shows nothing over 10% CPU most of the time however ReportCrash pops to the top often. Any suggestions would be greatly appreciated. BTW zero problems until this update.

  • I have iPhone 3gs. I was trying to update the software using itunes but it is showing Error "-3259" saying  connection timeout. Please help.

    I have just bought iPhone 3gs in Sept.11. I was trying to update the software using itunes but it is showing Error "-3259" saying  connection timeout. Please help.

    Did you already check your securit software settings? iTunes has to contact Apple during the update process.
    See this article: iTunes for Windows: Troubleshooting security software issues

Maybe you are looking for

  • Cannot print PDF file on my  HP 1200 Series Laserjet printer.

    I have a Mac computer 27inch which has been working well with my HP 1200 Laserjet printer until about two months ago.  I am wondering if the newest update for my operating system has caused a conflict.   It sits and spends many minutes trying to load

  • Laptop display doesn't turn on

    Hi, I have bought HP 430 notebook laptop about 3 years ago. Suddenly today when I tried to start my laptop, the laptop does start but display is complately off. I tried force shutdown by pressing and holding the power button. then I removed the bater

  • Nakisa Org unit's boss in the org chart

    Hi everyone, In the Nakisa Org Chart I'd like to place teh portrait of the leader of an org unit into the Org unit view box. I'm not talking about the positions I'm talking about the org units. My question is: Is this possible? I know that this is po

  • OPTICAL DRIVE SUDDENLY NOT AVAILABLE

    Hi - Hope Paul reads this post and has time to respond.... Well, from 1 day to the next this NICE HP tower (running Window 7 PRO - factory installed) has decided it does NOT want to deal in ANY WAY with the factory installed OPTICAL DRIVE. Computer s

  • Reservation not getting created from shopping cart for stores order.

    Hi experts, Reservation not getting created from shopping cart for stores order,process used is some custom BADI.Extended classic scenario is the procrss . Please help me Thanks in  advance.