Version Control Repository Manager could not be reached or is invalid

Hi All,
My Version Control Repository manager just stopped working for the reason I am not able to determinate, giving the below message: "The specified repository, %server name% , is invalid or not reachable"
There are no usefull messages in the system log, or the VCA / VCRM logs.
Please assist.
My OS is Windows 2008 R2 x64 for both the VCAnd VCRM.
HP SIM / VCRM version is 7.2
VCA version is also 7.2
I've tried both a domain account and the certificate.
This was working fine for 600+ servers, now it doesn't work for any of them.
Why doesn't this tool leave ANY usefull logs... ?

Tonkers just to point out VCRM stuff usally goes here
http://h30499.www3.hp.com/t5/ITRC-HP-Systems-Insight-Manager/bd-p/itrc-455#.VSweOMLD9aR
This can be caused by a restart of the VCRM server as it causes a reindex of the entire repositry which can take a few hours and causes clients to have the repository to appear as "down".
Can also be caused a failed login from a server with an old version of VCRA I believe this is a bug, basically the failed logon causes a manager service restart which of course causes a reindex of the system. Why it works this way I do not know nor have I logged a bug with HP. Its hard because I cannot repro it every time and it also sometimes happens randomly but its far more prevelant on boxes with old agent versions. Note here the current version of the agent that is in the HP repositry is like 7.2.2 but the current release is 7.3.X not sure why the have not allowed the new version to download.
VCRM is very finnacky they really need to nail down some addional preformance and reliability enhancements.

Similar Messages

  • The repository "(null)" could not be reached when trying to commit in Xcode 4.5

    When i create a new project under Xcode 4.5 and try to commit it when it still blank, i got this message:
    Yes, i checked the option: Create Local Git repository for this project.
    Is it a bug in Xcode 4.5 ?

    Try restoring your iPhone from a different computer.
    kpower28
    Please mark this as "solved my problem" or "helped me"!

  • BEA-141151 The admin server could not be reached at ...

    I have been at this for 3 days now... I created a new ManagedServer, but I'm not able to make it connect to the Admin server.
    The Admin server is running and listening on port 5306. I can connect to the Admin Console (web).
    I can also connect to the Admin server via WLST, using this command: connect('operator','operator01','t3://localhost:5306')
    However, when I try to run the managed server from a script, it does not see the Admin server. This is the command I run:
    java -Dweblogic.Name=ManSer1 -Dweblogic.management.server=t3://localhost:5306 -Dweblogic.RootDirectory=<path to my domain> weblogic.Server
    This is the error I get:
    <BEA-141151> <The admin server could not be reached at http://localhost:5306.>
    I believe it's trying to connect using "http", because I've never actually connected in the past. Here is a website explaining this: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13749/weblogicserver.htm#i1031832
    Note: Regardless of which protocol you specify, the initial download of a Managed Server's configuration is over HTTP or HTTPS. After the RMI subsystem initializes, the server instance can use the T3 or T3S protocol.
    I'm not sure what else to try... Firewalls are not in play, since this is traffic moving around on the local machine. I'm running on SunOS. Weblogic is version 9.2 MP3.
    Appreciate any help.

    Is the NodeManager , AdminServer running ?The NodeManager is not running. Is it required?
    Also, I haven't closed the command prompt.
    I noticed the issue when I tried to deploy my project. Connected to Localhost/7001 but in the deploy project window, I dont see any soa_server instance
    running. Also, in the console the soa_server status is shutdown.

  • Administration Server could not be reached

    I have installed WebLogic 12c on a WinXP machine and configured a domain in development mode. Apart from the admin server there is only one managed server ms1.
    By using the startup scripts I am successfully able to start both AdminServer and ms1 and access the console.
    Then I enabled SSL ports on both AdminServer & ms1, enabled the domain Administration port, and overrode Local Administration Port for ms1.
    The different port values are:
    Administration Port = 9002
    AdminServer (Listen Port = 7001, SSL Listen Port = 7002, Local Administration Port Override = 9002)
    ms1 (Listen Port = 7011, SSL Listen Port = 7012, Local Administration Port Override = 9012)
    Then I am able to start AdminServer from startWebLogic and it duly shows:
    <Notice> <Server> <BEA-002613> <Channel "DefaultAdministration" is now listening on 127.0.0.1:9002 for protocols admin, ldaps, https.>
    Also able to access the console at this point.
    However then when I try to start ms1 using startManagedWebLogic.cmd ms1 https://127.0.0.1:9002 it is not able to connect to the admin server:
    <Emergency> <Management> <BEA-141151> <The Administration Server could not be reached at https://127.0.0.1:9002.>
    <Info> <Configuration Management> <BEA-150018> <This server is being started in Managed Server independence mode in the absence of the Administration Server.>
    As mentioned before I am able to access the console from https://localhost:9002/console and netstat output shows:
    TCP 127.0.0.1:9002 0.0.0.0:0 LISTENING
    TCP 127.0.0.1:9002 127.0.0.1:3040 ESTABLISHED
    TCP 127.0.0.1:9002 127.0.0.1:3042 ESTABLISHED
    What could be the reason that while starting up ms1 is not able to connect to AdminServer on 9002? But all is fine when the administration port is not enabled.
    Any help on this is much appreciated. Thanks!

    Hello,
    The problem still persists. I even tried changing a few of the port values and also the administration protocol to https from t3s but they didn't help.
    This is how the config.xml looks now:
    <server>
    <name>AdminServer</name>
    <ssl>
    <enabled>true</enabled>
    <hostname-verifier xsi:nil="true"></hostname-verifier>
    <hostname-verification-ignored>true</hostname-verification-ignored>
    <client-certificate-enforced>false</client-certificate-enforced>
    <listen-port>7004</listen-port>
    <two-way-ssl-enabled>false</two-way-ssl-enabled>
    </ssl>
    <listen-port>7003</listen-port>
    <listen-address>127.0.0.1</listen-address>
    <administration-port>9003</administration-port>
    </server>
    <server>
    <name>ms1</name>
    <ssl>
    <enabled>true</enabled>
    <hostname-verifier xsi:nil="true"></hostname-verifier>
    <hostname-verification-ignored>true</hostname-verification-ignored>
    <client-certificate-enforced>false</client-certificate-enforced>
    <listen-port>7012</listen-port>
    <two-way-ssl-enabled>false</two-way-ssl-enabled>
    </ssl>
    <machine xsi:nil="true"></machine>
    <listen-port>7011</listen-port>
    <cluster xsi:nil="true"></cluster>
    <web-server>
    <web-server-log>
    <number-of-files-limited>false</number-of-files-limited>
    </web-server-log>
    </web-server>
    <listen-address>127.0.0.1</listen-address>
    <administration-port>9012</administration-port>
    </server>
    <administration-port-enabled>true</administration-port-enabled>
    <administration-port>9003</administration-port>
    <configuration-version>12.1.1.0</configuration-version>
    <admin-server-name>AdminServer</admin-server-name>
    <administration-protocol>https</administration-protocol>

  • Error in apex report Ora-20001 The printng engine could not be reached

    I created a report query. When I test it I got the following error.
    Ora-20001 Report engine colud not find the requested url.

    hi All,
    i want to have Print Option Enabled on my Reports
    i did as mentioned in the Document
    Configuring Report Printing in a Full Development Environment
    To configure the printing of reports in a full development environment:
    1. Log in to Oracle Application Express Administration Services. See "Logging in to
    Oracle Application Express Administration Services" on page 2-3.
    2. Click Manage Service.
    3. Under Manage Environment Settings, click Instance Settings.
    4. Scroll down to Report Printing:
    5. For Oracle BI Publisher, select one of the following:
    – Standard Support - This is the default setting. Standard Support enables you
    to print report regions and report queries using either the built-in templates
    provided with Oracle Application Express or other XSL-FO compatible
    formats you provide. This setting does not support RTF (rich text format).
    Standard Support provides declarative formatting of report regions and report
    queries with basic control over page attributes, including orientation, size,
    column heading formats, page header, and page footer.
    – Advanced Support - Requires a valid license of Oracle BI Publisher (also
    known as Oracle XML Publisher). Advanced Support provides you with all
    the capabilities of the Standard setting plus the ability to define RTF-based
    report layouts developed using the BI Publisher Word Template Builder.
    To learn more about installing and configuring Oracle BI Publisher, see PDF
    Printing in Application Express 3.1. See:
    6. For Print Server Protocol, select the protocol that the print server uses.
    7. For Print Server Host Address, specify the host address of the print server engine.
    8. For Print Server Port, define the port of the print server engine. By default, this is
    set to 8888 when the report server is installed.
    9. For Print Server Script, define the script that is the print server engine. The default
    setting is:
    /xmlpserver/convert
    10. Click Apply Change
    After Configuring the Print Option,
    i am having Oracle 10g Releae2 on Hp- Unix, and Apex 3.1
    i didnt Install Oracle BI publisher
    i want to Enable Print Option on my Reports
    when i try to give the Print a Report
    i am getting the Below Error
    <div id="report_7026503216111526_catch"></div><pre>report error:
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.</pre>
    please Help me out
    Many thanks

  • Transport control program tp could not be started

    Hi,
    While importing a request to Quality Server , transport terminates with an error "Transport control program tp could not be started" RFC error.
    Function TMS_TP_IMPORT
    Message  TP_CALL_FAILED
    Tp output says "This is tp version 340.16.37 (release 640)
    Warning: Parameter DBLIBPATH is no longer used.
    Warning: Parameter DBSWPATH is no longer used."
    340.16.37.kernel release 640,patch number 193.
    RSTPTEST was successful .
    Changed auth/rfc_authority_check to value '0' in the profile and restarted.
    user id provided in RFC connection is TMSADM and the user is
    having "S_RFC" authorization object.
    This error started after putting the oracle patchset 9.2.0.8.
    SAP version 4.7, Oracle 9.2.0.8, on AIX 5.2
    It will be appreciable if any one can help me out in this issue.
    Regards,
    Saji Kumar

    Hi,
    provide result for
    tcode -  stms_import -> import queue -> check -> transport tool
    also execute RSTPTEST report on QAS,
    RFC error indicate problem in RFC connection , check it using SM59
    regards,
    kaushal

  • E-mail server could not be reached when system was trying to send message

    Hi All,
    I have done the settings for mail transport. The same worked fine on development and QA. However, on production, the same settings do not seem to be working I receive message 'The e-mail server could not be reached when the system was trying to send the message', when mail is being sent out.
    The settings is as follows:
    1. Activate Mailing Service by going to
    System Administration à System Configuration à Knowledge Management à Content Management à Mailing Service.
    Ensure Active check box is selected.
    2. Create System Alias by going to
    System Administration à System Configuration à System Landscape
    Go to content area.
    Portal Content à Content Provided By SAP à Collaboration and right click.
    Select New from PAR à System.
    Choose the iview com.sap.netweaver.coll.app.gw  and hit next button. Select Java_Mail option and hit next button.  Enter appropriate System Name and ID and hit next button.  Hit finsh button and open object for editing.
    Select System Aliases from display option and add an alias for the system. Save changes.
    3. Create Mail Transport by going to
    System Administration à System Configuration à Knowledge Management à Collaboration.
       Click Groupware Transports in content area.
       Select Mail Transport on next screen.
       Click New button and create new mail transport definition.
       Give SMTP server being used in organisation, Inbox for ‘Sent messages folder’, and give
       system alias created in step 2 as alias.
    4. Mail channel server too has been set up.
    Thanks and regards,
    Arun

    Dear All,
    I am trying to setup my SMTP mail in WAS7.0 SP4, my motto is to use this setting to send mail out from CAF GP (Approval Form).
    I have given SMTP setting at
    System Administration à System Configuration à Collaboration à Groupware Transports
    System Administration à Universal Worklist & Workflow à workflow à Mail
    Please tell me am in the correct part of configuration of mail or is that any other place to set configurations?
    As our friend (Arun) mentioned in his first thread to activate Mailing Service, i couldnt see this setting in my WAS7.0.
    +1. Activate Mailing Service by going to
    System Administration à System Configuration à Knowledge Management à Content Management à Mailing Service.
    Ensure Active check box is selected.+
    Is there any other settings i am missing?
    The error my CAF GP giving is "The system failed to send an e-mail notification to "
    Your help is highly Applauded
    Thanks! in advance.
    Regards,
    Kishore

  • Recovery Manager could not restore your computer.

    HP G32-301tx Notebook PC LK435PA
    windows 7 64-bit
    Recovery Manager could not restore your computer.

    Hi:
    You will either need to see if you can get a set of recovery disks for your PC by reading the info at the link below, or make your own W7 DVD.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=bph07143&tmp_task=solveCategory&cc=us&dlc=en&lan...
    Here's how:
    If you can read the 25 character Microsoft windows 7 product key, you can download plain Windows 7 ISO files to burn to a DVD for the version of windows that came installed on your PC, and that is listed on the Microsoft COA sticker on your PC's case.
    Burn the ISO using the Burn as ISO option on your DVD burning program and burn at the slowest possible speed your program will allow. This will create a bootable DVD.
    Use the 25 character product key on the PC to activate the installation.
    The key will activate either a 32 or 64 bit installation.
    Then go to the PC's support and driver page to install the drivers you need.
    Link to the W7 ISO file downloads is below.
    http://www.mydigitallife.info/official-windows-7-sp1-iso-from-digital-river/
    Paul

  • Version Control/Configuration Management

    I am implementing version control at our site and would like to know the best approach to do this with Designer9i and whether I need another product like PVCS in conjunction with Designer? Also, can I access/control the versioned objects in the database?
    Thanks in advance

    Hi Irena,
    9i Designer includes the Designer repository, otherwise
    known as Oracle9i Software Configuration Manager (SCM).
    This will give you all the version control/configuration
    management functionality you require without any need to
    use PVCS.
    There are white papers and demos etc here on OTN to help
    you set up and understand how to use 9i SCM. Please see
    our Designer home page here on OTN for Designer specific
    stuff and also the 9i SCM Home page for SCM only stuff.
    Finally, there is also an SCM discussion forum too if you
    have any SCM specific queries.
    Hope this helps.
    Regards,
    Dominic

  • The admin server could not be reached

    Dear All,
    I have oracle weblogic server running on red hat enterprise Linux, with one managed server. I created a self-signed certificate to access the admin server using SSL connection, after creating the certificate and start running the domain, The admin server run fine, but when i start running the managed server using
    $ ./startManagedWebLogic.sh osb_server1 https://server_ip:7006 i got that error, " The admin server could not be reached on https://server_ip:7006
    and the managed server running independence of admin server, as well as admin server can not establish jmx:t3 connection with the managed server on its SSL port
    also in admin server log i got this error
    <Sep 30, 2013 6:51:00 PM EET> <Warning> <JMX> <BEA-149504> <The adminstration server was unable to establish JMX Connectivity with the osb_server1 at the JMX Service URL of service:jmx:t3://172.17.11.13:8011/jndi/weblogic.management.mbeanservers.runtime.>
    how can i resolve this error?
    thanks in advanced 

    Hi John,
    Thanks. Notable errors in this log are:
    Failed to connect.[Root Cause: Connection refused ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    Attempting to connect to Native Directory: Retry Count: 10 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    Failed to connect to native directory. com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    Any ideas?
    Thanks.
    Edited by: 960369 on 21-Sep-2012 02:56
    Edited by: 960369 on 21-Sep-2012 03:33

  • Lock in lock manager could not be set - long text

    Hi Experts,
    We have a issue with the 124002 ID request for the ODS ZSDOD005 (request number REQU_6ROBVFEQ9SSOIJY5MDF2W9BTX).
    It has green status, but if you open the monitor, the status is red.
    If you search for more detail,  you can see the following message:
    “Lock in lock manager could not be set -> long text”
    The error refers to a lock in lock manager
    Lock in lock manager could not be set -> long text
    Message no. RSENQ009
    Diagnosis
    The lock in the lock manager could not be set.
    An attempt is being made to set the lock in include LRSENQF00 in the form set_enqueue.
    The lock table is table RSENQ_PROT_ENQ.
    An attempt was made to lock the following object:
    User/Object  = BWREMOTE/ZSDOD005
    Object_typ/Action = ODS/UPD_ODS
    Subobject  = REQU_6ROBVFEQ9SSOIJY5MDF2W9BTX
    SubSubObject = 000001
    This problem affects subsequent loads.
    The InfoPackage ZPAK_6K641H103XV0MTRBAV9Q788IS loads data to three ODS ZSDOD001, ZSDOD003 and ZSDOD005.
    None of the other ODS generated InfoPackage for 09.25.2013.
    Our BASIS support team couldn’t see locks that impact in the procedure.
    The InfoPackage ZPAK_6K641H103XV0MTRBAV9Q788IS is part of the Process Chain ZCP01 - Ventas (SD) Transaccional
    If we tried to repeat the step we had obtained the following message:
    02.10.2013 16:44:04 Job started
    02.10.2013 16:44:04 Step 001 started (program RSPROCESS, variant &0000000032648, user ID BWREMOTE)
    02.10.2013 16:44:04 Start process LOADING ZPAK_6K641H103XV0MTRBAV9Q788IS in run 7PZGWSRZS6GJGB093B9W72U5H of chain ZCP01
    02.10.2013 16:44:04 Delta request REQU_6ROBVFEQ9SSOIJY5MDF2W9BTX is incorrect in the monitor
    02.10.2013 16:44:04 A repeat needs to be requested
    02.10.2013 16:44:04 Data target ZSDOD005 still includes delta request REQU_6ROBVFEQ9SSOIJY5MDF2W9BTX
    02.10.2013 16:44:04 If the repeat is now loaded, then after the load
    02.10.2013 16:44:04 there could be duplicate data in the data targets
    02.10.2013 16:44:04 Request the repeat?
    02.10.2013 16:44:04 Last delta incorrect. A repeat must be requested. This is not possible.
    02.10.2013 16:44:05 Performing check and potential update for status control table
    02.10.2013 16:44:05 Could not set request REQU_6ROBVFEQ9SSOIJY5MDF2W9BTX in DTA ZSDOD005 to red; terminated with error 5
    02.10.2013 16:44:05 Job finished
    This issue prevents subsequent loads of data.
    It is abnormal that there is a green external status and a red one internal.
    Could you, please check why are we having this lock error?
    What are the steps to follow to avoid losing information or having it duplicated in this case?
    Thanks,
    Kiran

    Hi,
    Make sure the DSO is not changed mode when u r trying perform your activity in production system.
    if the DSO is in change mode..it will be locked for further activities to be happend on it unless again it comes back to active status.
    if it locked..you can see all the locked Objects in SM12 Tcode and proceed accordingly.
    hope this is clear for you.
    Regards
    Ramsunder.

  • Software updates server could not be reached

    Tried to update phone software, but got error:
    Nokia Suite - The software updates server could not be reached. Make sure the internet connection is working and try again. If the problem persists, check your firewall settings or contact your network administrator.
    Tried various things from related posts, including disabling the firewall, but nothing helped.
    Please may I have advice.

    mrmothman,
    Welcome to Nokia Discussions!
    Do you have the latest version of Nokia Suite?
    The latest Nokia Suite release can be obtained at the following link http://nds1.nokia.com/files/support/global/phones/software/Nokia_Suite_webinstaller_ALL.exe
    Try to update the .NET framework of your Windows by getting the installer here at this link http://www.microsoft.com/en-us/download/details.aspx?id=24872
    Enable Windows Update and check for updates. Then restart your computer. 
    *Avoid connecting the phone through a USB 3.0 (Blue) port, insert it on a USB 2.0 (black) port instead. Always open Nokia Suite by pressing right click at the icon and selecting "Run as Administrator".
    Good luck

  • Error: The e-mail server could not be reached when the system was trying to

    Dear All,
    I've configured the Mail Transport in Portal successfully with SMTP as MS Exchange Server and Third-party Mailing servers. But due to some licensing issues a new MS Exchange mail server have been setup replacing the existing ones.
    And when i configure the Mail Transport in the system i get the below message on the eMail Window:
    "Error: The e-mail server could not be reached when the system was trying to send the message!
    javax.mail.MessaginException: 530 5.7.1 Client ws not authenticated
    I've configured (all the steps) the same way as i used to before and restarted the server as well! Please let me know the issue to be resolved, the telnet to the mailserver is also successful. I've try'd searching SDN, didn't find the exact solution... any notes on this?
    Thanks,
    MS

    Hi,
    It will depend on your infrastructure, I am not sure and have limited knowledge on netowrks, but in my current landscape both the system were in same domain, but  still i had to maintain proxy configuration.
    Since it giving authentication error, it feel it could be proxy error.
    Please refer below links which talks about same error :
    http://java.sun.com/products/javamail/FAQ.html#smtpauth
    Or else i think it is issue with port.
    Regards,
    Jigar Oza
    Edited by: jigar oza on Jul 6, 2010 12:43 PM

  • The installed version of SQL Server could not be verified or is not supported. Verify that the computer and the installed version of SQL Server meet the minimum requirements for installation

    Hi Guys,
    Currently i am trying to install SCOM2012R2 with SQL 2012 SP1. When i proceed with SCOM installation, getting an error
    "The installed version of SQL Server could not be verified or is not supported. Verify that the computer and the installed version of SQL Server meet the minimum requirements for installation, and that the firewall settings are correct. See the Supported
    Configurations document for further information.
    SQL Collation i selected as per System Center2012 guide SQL_Latin1_General_CP1_CI_AS
    Can some one please help me on this?
    Regards
    Kris
    Kris

    Hi,
    Please check logs for further information. Let us know what the logs says:
    http://www.systemcentercentral.com/opsmgr-2012-my-installation-failed-what-log-files-do-i-read-and-where-can-i-find-them/
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Oracle APP'S Installations Context Value Management Could not started

    oracle APP'S Installations Context Value Management Could not started
    how it is started

    Fadi, Context Value Management runs during Rapid Install or AutoConfig to make sure the context file is in good order. If it fails at the time of the installation, then most probably you have missing components at the OS level.

Maybe you are looking for

  • Sales Order (Returns)  for Approval / Reject

    Hi, I have a Sales Order of Credit Only Order type. Existing Custom Workflow When the Customer Service creates Sales Order of Order Type Credit Only, it will got to AR dept for Approval/Reject. If the AR dept rejects, then a Notification will flow to

  • File to File scenario without ESR

    Hi PI Experts, I m doing a file to file scenario, which can be used for files with different structures. So I believe I should do this as just pass through without any ESR/mappings.But the doubt I have is how to configure receiver determination witho

  • Twixtor  & premiere 4.0.1  - black video then cut clip from beginning

    Revision FX say "Sorry about that, I did report it Feel free to report that in point trims cause plugin to use the wrong frames in CS4, worked fine in CS3 " Whats wrong ?

  • Having trouble getting my movie clips to my Mac...

    Hello! I recently bought my first Macbook (Macbook Pro), my old notebook being a Vaio. My mom is using my old one, so to clear up memory for her, I'm trying to move all of my important files to the Mac. I burnt a bunch of pictures and documents to a

  • Cant 'Buy a Book' in iphoto

    Hi and help, For some reason iPhoto wont allow me to buy a book, I can create the book how i want it t look, i can click the buy book button, i then get a sheet in an envelope graphic which i can put in my postcode and click , nothing happens,  when