Error to execute cloning using EMGrid Control

Hi Guys,
I need some help please..... I am really getting crazy with this Oracle Grid Control, I am working over windows server 2003, databases 9i, and 10g....I have been trying to make a clone from my PROD database so I could put it as a standby database (DataGuard) but when I click on clone database over Grid Control it says that I don't have host credential, I put the same user/pw I use to login the domain, the computer, the database, and everywhere, and still the issue.
The worst part is when I tried to connect to my other PROD DB to perform the same task it says that I have to include that DB to my recovery catalog , and it show me as it one of my other PRDO DB, why it show that DB as my recovery catalog, if I have one created for that purpose, and when I wan to remove that DB as my rec catalog it show me a message saying that I will lose everything ....what that means???, should I lose all my PROD DB if i do that???...how can I do to change my rec.catalog db to the one I create, and how can I do to add my databases over it...also, do you have any idea why I am getting that error for my host user/pw????
Please any help will be very usefull.....I need some hand
Thank you.

It is very dissapointed how people need help, and nobody answer, I always thought that Oracle has good Support Team, or Forum .....but is sad, how noone at least say hello.
Should I need to be a guru instead of a junior in order to be helped?....Ok I don't know about Oracle, but I want to learn....or SHould I have to have money to study in good places..... right????, ok I don't have that...why nobody at least say something....If I didn't want help, I won't be placing anything here.....
Thanks.

Similar Messages

  • Errors when trying to use WebBrowser control

    Hi,
    I am trying to use the WebBrowser control on a winForm. When I do, I initially get a an error relating to the thread being required to be in a Single Threaded Apartment. (cannot be instantiated because the current thread is not in a single-threaded
    apartment) So I add it to a single threaded apartment which fixes that issue.
    However when I try to run it again, the next error I get is (Controls created on one thread cannot be parented to a control on a different thread). So I add the control to the form in the thread context of the form using a
    SyncContext, but this makes no difference so I use BeginInvoke. Not only does this not work but it freezes the form I am trying to load with the WebBrowser.Any
    Any ideas why this is acting in this fashion?
    Below is my final attempt at getting the web Browser to work:
    Many thanks for any suggestions!
    Public Sub New()
    Dim t As New Threading.Thread(AddressOf InitBrowser)
    t.SetApartmentState(Threading.ApartmentState.STA)
    t.Start()
    End Sub
    Private browser As WebBrowser
    Private Sub InitBrowser()
    browser = New WebBrowser()
    browser.Width = 500
    browser.Height = 500
    ' this didn't work
    '_syncContext.Send(Sub(x)
    ' Me.Controls.Add(browser)
    ' browser.Navigate("http://www.google.com")
    ' End Sub, Nothing)
    If Me.InvokeRequired Then
    Me.BeginInvoke(Sub()
    Me.Controls.Add(browser)
    browser.Navigate("http://www.google.com")
    End Sub)
    Else
    Me.Controls.Add(browser)
    browser.Navigate("http://www.google.com")
    End If
    End Sub
    @nt

    Hi Carl, Thanks for your time.
    Below is the initial simple, unthreaded code, but when I try to run it I get this error :-
    "ActiveX control '8856f961-340a-11d0-a96b-00c04fd705a2' cannot be instantiated because the current thread is not in a single-threaded apartment."
    Const TOP_MARGIN = 50
    Const SIDE_MARGIN = 3
    Me._browser = New WebBrowser() ' breaks here
    _browser.Top = TOP_MARGIN
    _browser.Left = SIDE_MARGIN
    _browser.Height = CInt(Me.Height - (TOP_MARGIN * 2))
    _browser.Width = CInt(Me.Width - (SIDE_MARGIN * 2))
    _browser.ScrollBarsEnabled = False
    so I wrap it in the STA thread which fixes that issue, as below:
    Dim browserThread = New Thread(Sub() InstantiateBrowser())
    browserThread.SetApartmentState(ApartmentState.STA)
    browserThread.Start()
    While browserThread.IsAlive
    Application.DoEvents()
    End While
    Me.Controls.Add(_browser) ' breaks here'
    _browser.Navigate(_preparationURL)
    End Sub
    Private Sub InstantiateBrowser()
    Const TOP_MARGIN = 50
    Const SIDE_MARGIN = 3
    Me._browser = New WebBrowser()
    _browser.Top = TOP_MARGIN
    _browser.Left = SIDE_MARGIN
    _browser.Height = CInt(Me.Height - (TOP_MARGIN * 2))
    _browser.Width = CInt(Me.Width - (SIDE_MARGIN * 2))
    _browser.ScrollBarsEnabled = False
    End Sub
    But now that is Apartment threaded, it is not being created on the same thread as the form, so when I try to add the browser to the forms controls collection I get the error below:
    "Controls created on one thread cannot be parented to a control on a different thread."
    I then tried rejoining the thread with a syncContext but that did not help. Any ideas on this?
    Many thanks
    @nt

  • Error 1172 trying to use mx.controls.List class

    I am trying to write code in Action Script in Flex Builder 3
    but I am having trouble using some of the classes in the mx
    package. When I import like this:
    import mx.managers.PopUpManager;
    import mx.controls.List;
    import flash.display.SimpleButton;
    The SimpleButton imports just fine but for PopUpManager and
    List, I get these errors:
    1172: Definition mx.managers:PopUpManager could not be found.
    1172: Definition mx.controls:List could not be found.
    Other controls in the mx package seem to be available such as
    mx.managers.IFocusManager (along with three other interfaces in
    mx.managers.
    Why is only part of the mx package available?

    Hi,
    I had a similar issue with the flash.desktop package. It
    turned out I was running Flex Builder 3 Beta 2, not Flex Builder 3
    Beta 3. I uninstalled Flex Builder, the Flex sdks & the Air
    sdks & re-installed all the latest, that resolved the problem.
    Hope this is some help.

  • Error when executing scenario use command prompt - startscen

    Hi All,
    Anyone know how to solve this error? I get this error message when I execute command prompt: startscen scenarioName version001 contextDevelopment "-v=2"
    The error message is:
    java.lang.NullPointerException
    at com.sunopsis.g.a.f.b(f.java)
    at com.sunopsis.tools.core.SnpsStringTools.a(SnpsStringTools.java)
    at com.sunopsis.dwg.DwgObject.snpsDecypher(DwgObject.java)
    at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
    at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
    at oracle.odi.Agent.main(Agent.java)
    I use JDK version 1.4.
    Thanks in advance.
    Regards,
    Sumardi

    Hi Sumardi,
    Trying to help you,
    Please cross check the repository configuration information in ODIPARAM.BAT file.
    Thanks,
    G

  • Error while doing cloning using Duplicate command

    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks

    Aman wrote:
    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks[oracle@ora11gr2ee ~]$ oerr ora 17628
    17628, 00000, "Oracle error %s returned by remote Oracle server"
    // *Cause:  Oracle server on the remote instance has returned an error.
    // *Action: Look at remote instance alert log/trace file for more information
    // and take appropriate action or contact Oracle Support Services
    // for further assistance
    Seems pretty straightforward... is the target instance up?

  • Error while executing application using Oracle Business Process Workspace

    Hi all,
    I created a simple application to find the length of the message entered and then re direct it to other task depending on the size. but while i try to run the application using Oracle Business Process Workspace, a new popup window is opened and my pre-described fields are shown, i fill the fields with values and when i try to submit/claim the task, it is giving me the following error :
    Error Code: 502 Proxy Error. The request was rejected by the HTTP filter. Contact your ISA Server administrator. (12217)I contacted my server administrator as well for the same, but he didn't find any server side error.
    Kindly help me solve this issue asap as i have my seniors waiting for this.
    Thanks and Regards,
    Debarati

    Try to fragment the 'ear' in less than 64k blocks or don't transmit as long raw.
    Please let me know if this works.

  • Error -2147352573 executing application using LV2012 and RGT 1.1.3

    Hi,
    I am currently trying to deploy an application using the LabVIEW Report Generation Toolkit (Version: 1.1.3) and I am facing a compatibility problem with Excel 2007 & 2010. I am aware that some internal ActiveX components have slightly changed between the two versions of Excel but I have a specific error on a particular VI. Here is the error message :
    "Error -2147352573 occurred at Membre introuvable dans NI_Excel.lvclass : Excel Set Cell Color and Border.vi."
    I have tried everything to solve this problem using all the posts in the Web that I could find but I still don’t have the answer.
    My developer computer configuration : LV2012, RGT 1.1.3, Office 2010.
    The target computer configuration : LV2012, RGT 1.1.3, Office 2007.
    I have development licences on both computers so I built my application on both system. The build made on the target computer (office 2007) works fine on my computer (office 2010 : retrocompatibility ok). The build made on my computer does not work on the target computer as I explained in the beginning of my question.
    By the way, I did not manage to find the user manual of the LabVIEW RGT 1.1.3 on the NI website.
    Thanks !

    When I try Deploying A WebCenter PS3 Portal Application using JDev 11.1.1.1.4 Integarted WebLogic Server I get the following error :
    [02:21:12 PM] Deploying Application...
    <29/03/2011 2:21:12 PM EST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1301368872572' for task '1'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    I need some help to triage the issue and resolve the cause. any help in this context appreciated .
    Redg

  • Will an executable that uses ActiveX controls work ?

    I'm using a typedef control (.ctl file)that's pointing to a type library (COM Object) file in the folder with the rest of the VIs. This was an attempt to ensure that the client (who doesn't have LV-DS) wouldn't have to worry about LabView not finding the type-library. I made my build using the top-level VI but it doesn't run. Could there be something I've missed ?
    Thanks,
    Shiv

    As far as I know, you have to register your component with the target machine. First try manually to check if it's working, using "regsvr32" at command prompt. After, you can integrate a BAT file in the installation kit (to do the same thing automatically).
    Hope this helps

  • Executing "TriggerList" using GPIB Interactive Control

    Hi all,
    For debugging purposes, I am trying to execute a multi-device "TriggerList" command using the "GPIB interactive control" utility.
    I have a GPIB-USB-HS unit connected to 2 GPIB devices at addresses 11 and 12. Communication to these devices seperately works fine.
    What I tried so far:
    (1) Opened NI-MAX, browsed to "Devices and Interfaces" / "GPIB-USB-HS "GPIB0";
    (2) Pressed the 'interactive control' button, which opens up the GPIB Interactive Control terminal window, with a "gpib0:" prompt;
    (3) Enter "TriggerList 11,12" and press enter.
    the result of this is:
    [8000] (err)
    error: EHDL
    count: 0
    Using the "NI I/O Trace" tool, I see that a TriggerList(31000, {0x000B, 0x000C}) call is executed, and returns with an EHDL error.
    My question: what am I doing wrong, and what do I need to do to execute a successful TriggerList?

    Answering my own question:
    The trick is to engage 488.2 mode. After that, triggering will work as intended:
        gpib0: set 488.2 0
        488.2 (0): SendIFC
        [0130]   ( cmpl cic atn )
        488.2 (0): TriggerList 11,12
        [0138]   ( cmpl cic atn tacs )
        count:  5
    Monitoring the GPIB shows that this sends the 5-byte sequence  0x40, 0x3f, 0x2b, 0x2c, 0x08.

  • Error while insert data using execute immediate in dynamic table in oracle

    Error while insert data using execute immediate in dynamic table created in oracle 11g .
    first the dynamic nested table (op_sample) was created using the executed immediate...
    object is
    CREATE OR REPLACE TYPE ASI.sub_mark AS OBJECT (
    mark1 number,
    mark2 number
    t_sub_mark is a class of type sub_mark
    CREATE OR REPLACE TYPE ASI.t_sub_mark is table of sub_mark;
    create table sam1(id number,name varchar2(30));
    nested table is created below:
    begin
    EXECUTE IMMEDIATE ' create table '||op_sample||'
    (id number,name varchar2(30),subject_obj t_sub_mark) nested table subject_obj store as nest_tab return as value';
    end;
    now data from sam1 table and object (subject_obj) are inserted into the dynamic table
    declare
    subject_obj t_sub_mark;
    begin
    subject_obj:= t_sub_mark();
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,subject_obj from sam1) ';
    end;
    and got the below error:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7
    then when we tried to insert the data into the dynam_table with the subject_marks object as null,we received the following error..
    execute immediate 'insert into '||dynam_table ||'
    (SELECT

    887684 wrote:
    ORA-00904: "SUBJECT_OBJ": invalid identifier
    ORA-06512: at line 7The problem is that your variable subject_obj is not in scope inside the dynamic SQL you are building. The SQL engine does not know your PL/SQL variable, so it tries to find a column named SUBJECT_OBJ in your SAM1 table.
    If you need to use dynamic SQL for this, then you must bind the variable. Something like this:
    EXECUTE IMMEDIATE 'insert into op_sample (select id,name,:bind_subject_obj from sam1) ' USING subject_obj;Alternatively you might figure out to use static SQL rather than dynamic SQL (if possible for your project.) In static SQL the PL/SQL engine binds the variables for you automatically.

  • How to use database control to execute sql queries which change at run time

    Hi all,
    I need to execute sql queries using database controls , where the sql changes
    at run time
    based on some condition. For eg. based on the condition , I can add some where
    condition.
    Eg. sql = select id,name from emp where id = ?.
    based on some condition , I can add the following condition .
    and location = ?.
    Have anybody had this kind of situation.
    thanks,
    sathish

    From the perspective of the database control, you've got two options:
    1) use the sql: keyword to do parameter substitution. Your observation
    about {foo} style sbustitution is correct -- this is like using a
    PreparedStatement. To do substitution into the rest of the SQL
    statement, you can use the {sql: foo} substitution syntax which was
    undocumented in GA but is documented in SP2. Then, you can build up
    the filter clause String yourself in a JPF / JWS / etc and pass it into
    the DB control.
    For example:
    * @jc:sql statement="select * from product {sql: filter}"
    public Product[] getProducts(String filter) throws SQLException;
    This will substitute the String filter directly into the statement that
    is executed. The filter string could be null, "", "WHERE ID=12345", etc.
    2) you can use the DatabaseFilter object to build up a set of custom
    sorts and filters and pass that object into the DB control method.
    There have been other posts here about doing this, look for the subject
    "DatabaseFilter example".
    Hope that helps...
    Eddie
    Dan Hayes wrote:
    "Sathish Venkatesan" <[email protected]> wrote:
    Hi Maruthi,
    The parameter substituion , I guess is used like setting the values for
    prepared
    statements.
    What I'm trying to do , is change the sql at run time based on some condition.
    For example ,
    consider the following query :
    select col1,col2 from table t where t.col3 > 1
    At run time , based on some condition , I need to add one more and condition.
    i.e. select col1,col2 from table t where t.col3 > 1 and t.col4 < 10.
    This MAY not address your issue but if you are trying to add "optional" parameters
    you may try including ALL the possible parameters in the SQL but send in null
    for those params that you don't want to filter on in any particular case. Then,
    if you word your query
    as follows:
    select col1, col2 from table t where t.col3 > 1 and (t.col4 = {col4param} or
    {col4param} is null) and (t.col5 = {col5param} or {col5param} is null) ...
    you will get "dynamic" filters. In other words, col4 and col5 will only be
    filtered if you send in non-null parameters for those arguments.
    I have not tried this in a WL Workshop database control but I've used
    this strategy dozens of times in stored procedures or jdbc prepared statements.
    Good luck,
    Dan

  • Errors in execute RSA  prog. using BC.

    hi frens,
    im getting errors in execute RSA programe and this involved bouncy castle and JCE packages.
    for the kind information, im using jsdk1.4.1_01, XP pro,
    i hv installed Java Cryptography Extension (JCE) package and download the Bouncy Castle provider.
    I placed all the .jar files into c:\j2sdk1.4.1_01\jre\lib\ext.
    and also add the line below to C:\j2sdk1.4.1_01\jre\lib\security\java security file
    " security.provider.4=com.sun.crypto.provider.SunJCE
    "security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
    The errors that im getting are...
    C:\Documents and Settings\Kasturi Ramalu\Desktop\coding>javac RSAJEncrypt.java
    RSAJEncrypt.java:7: package org.bouncycastle.jce.provider does not exist
    import org.bouncycastle.jce.provider.BouncyCastleProvider;
    ^
    RSAJEncrypt.java:17: cannot resolve symbol
    symbol : class BouncyCastleProvider
    location: class RSAJEncrypt
    Security.addProvider(new BouncyCastleProvider());
    ^
    2 errors
    Please help me, frens.
    I need ur helps.
    thanking in advance.
    camili.
    [email protected]

    Read this article http://aviran.mordos.com/index.php?p=22

  • Error received on deploying after using Office Control in NWDS.

    Dear All,
    I received the below mentioned error after deploying an application on the portal using Office Control in NWDS.
    com.sap.tc.webdynpro.progmodel.context.ContextException: Path null does not point to an attribute, but to [email protected] 
    I used the below mentioned link to craete this application.
    everything has been done as per the procedure. Please notify me the solution for this issue.
    Thanks and Regards,
    Soumyadeep.

    Hi Soumyadeep,
    Have you binded the "dataSource" property of the UI element properly to a binary attribute. Because this error says you have not binded some mandatory property in iView.
    So may be dataSource or some other property which is mandatory is not mapped.
    Ninad

  • Dreamweaver Site Publish_CLICK TO ACTIVATE AND USE THIS CONTROL ERROR WHEN PUBLISHING

    Hi all, recently after publishing and testing my site I
    noticed where my flash files are located boxes around the files
    with a "CLICK TO ACTIVIATE AND USE THIS CONTROL" pop up thing
    occur, when I hover over the flash parts. Can you please tell me
    why this occurs and how to remove it? It works fine on safari but
    using internet explorer, there seems to be a problem.
    hope u can help

    It's IE-only behaviour as a result of changes Microsoft made
    earlier this
    year to their browser, regarding how Active Content (Flash,
    Quicktime etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2, the fix is already built
    into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Regards
    John Waller

  • Visual Studio 2013 slows down + crashes when using Source Control features.

    I have spent two full days trying to resolve this issue but no luck so here we go,
    I have created a project using Visual Studio Team Foundation Server plug-in in the past. Later on I switched to
    Microsoft Git Provider.
    Now when I connect to that project in the Team Explorer and double click on the solution to work on it locally it somehow changes the plug in to Microsoft Git Provider automatically and of course I can't
    Commit/Commit and Push since I receive following error in the Team Explorer,
    An error occurred. Detailed message: Failed to open directory 'C:/Users/.../AppData/Local/Application Data/'
    Manually changing the plug-in to the Visual Studio Team Foundation Server
    results in a broken Team Explorer as below,
    With Settings leading to an empty pane, and also a warning in the Team Explorer's Changes page telling me the message below if I click on Pending Changes...
    Microsoft Git Provider is not the current Source Control plug-in. Change Plug-in
    And manually selecting the solution from Solution Explorer, right click and
    Add Solution to Source Control, leads to never ending hour glass and (Not responding) visual studio.
    New Projects
    Creating a new project is straight forward, unless I "Add to Source Control" is checked. If so, again never ending process if Microsoft TFS plug-in is selected in the tools and eventually me Ending the Visual Studio task. And a VERY long process
    (40+ mins) if I have chosen Microsoft Git but that finishes successfully rather.
    New TFS project from Team Explorer
    If I create a new project in my Online Web Studio
    Click on Open with Visual Studio Link => Opens and connects to a my newly created TFS in team explorer.
    Clicking new in Team Explorer under Solutions to create a new solution and bind it to this Repo
    leads to straight crash of Visual Studio and restarting attempt of VS.
    So I really can't use Source Control from visual studio other than cloning GitHub's existing repo's on Visual Studio and Committing my current Microsoft Git managed projects.
    I have attempted
    Repairing Visual Studio (no luck in results)
    Devenv.exe /setup (no luck)
    Trying to scrap the SCC info on my solution then at least it won't get picked up by source control then I can Check it in as a new project. (no luck and the solution picks the Microsoft Git upon opening it by clicking on the .sln file.) I have followed
    these steps in this stack overflow answer.
    And lots of mucking around like removing my workspaces almost Thousand times and putting them back, binding and etc.
    I am really stuck on this and it's holding me back from staring a new project (which is problematic using Adding to Source Control) and unfortunately is dependent on the old project (which is developed under Visual Studio Team Foundation Server Plug-in which
    is throwing tantrums)
    Would like to hear you pro-s input on this
    Using 
    Visual Studio 2013 Community edition (recently switched from Pro to Express to Community)
    Windows 7 (64-bit)
    Git tools
    Git windows installation
    Nuget Package manager
    Visual Studio Log File
    http://filesave.me/file/50620/log-txt.html
    Mehradzie

    Hi Mehradzie,
    Based on the description, seems you're working with Git team project in Visual Studio Online(formerly Team Foundation Service). I'd like to know whether you mean Visual Studio Git command tool as the plug-in, and if you're trying to create solutions/projects
    with Visual Studio and add them to the created Git team project.
    From the screenshot, you're not connect to the Git team project by using Team Explorer. To work with Git team project locally, you can follow the instructions as below:
    Connect to Git team project by using Team Explorer, after that you might install Git tools if you connect to the team project for the first time
    Clone the remote Git repository to a local git repository and set the path to local git repository
    Create a solution and select Git source control, also saved to the local path of the local git repository
    Select your branch, and then click "Changes" and Commit the changes
    Click "unsynced commits" and push the commit to remote git repository
    You can also refer to the links below for more information about getting started with Git in Visual Studio Online.
    http://www.visualstudio.com/en-us/get-started/share-your-code-in-git-vs.aspx
    http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started-with-git-in-visual-studio-and-team-foundation-service.aspx
    If you still have any other concerns, please elaborate more details about your scenario. Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for