RoboHelp Providing the Locking with TFS

I am doing a test with RoboHelp 7 using TFS as version control. I know that you can make TFS lock files so that you cannot have multiple authors check them out at the same time.
My problem however is that the source files for RoboHelp are in the same project as our developer's code. This means that if we change the TFS to have an exclusive lock then the developers would have to also have an exclusive lock on their files which they do not want.
Is there a way that RoboHelp can lock the files when checking them out?
Thanks,
Emma

I'm looking for a solution but my problem is slightly different. I'm running Visual Studio 2012 (update 4) and RH10.  When I installed the 32 bit MSSCCI Provider, the TFS option became available (the 64 bit provider was ignored).  Now I get an error on check-in citing "Trouble with TFS power tools".  The details says there was an "Error loading the Changeset Comments Policy policy".  I have tried installing both the 2010 and 2012 TFS Power Tools (combinations of one, the other, both) but still get the same error.
Thanks!
Thomas

Similar Messages

  • How to provide the user with a list of files to pick from...for downloading

    hai..
    I have uploaded the file succesfully.. now we need to download the file...... which has been uploaded..... for that we have implemnted the Query as..
    select max(id) from APEX_APPLICATION_FILES ,here the latest uploaded record will be retrieved and shown.
    Now We want to provide the user with a list of files to pick from for downloading..,Dat is he should be shown the list of files which is available from dat he has to select one file to downlaod ???
    can u plz tell me how to do it....
    anoo

    Hi Anoo,
    Create a report using the following SQL statement:
    SELECT ID,
    FILENAME,
    CREATED_ON
    FROM APEX_APPLICATION_FILES
    ORDER BY CREATED_ON DESCThere are other fields available from the table, but the above gives you a start.
    Then edit the report's Report Attributes.
    Edit the CREATED_ON column and pick a Number/Date Format to use for the display and Apply Changes
    Edit the ID column. In the Column Link section, enter:
    Link Text: <img src="#IMAGE_PREFIX#download.gif" alt="Download">
    Target: URL
    URL: p?n=#ID#
    Apply Changes and run your report
    Andy

  • How do I remove the lock(with the circle around it) from the top of my iPhone? The screen won't display sideways.

    How do I remove the lock (with the circle around it) on my Iphone? The screen won't change to the side view. I have no idea what button I accidently
    pushed.... Please advise!  Thanks, Amy

    Double click the home button, swipe the dock at the bottom of the screen to the right, tap the circle/lock so it becomes just a circular arrow.

  • On top of phone screen by battery symbol what is the lock with arrow around it mean

    on top of phone screen by battery symbol what is the lock with arrow around it mean

    Hi Kimharmer,
    Swipe up from the bottom of the screen to display your Control Panel. You will see the Orientation Lock icon in the top right. Tap on this to toggle Orientation Lock on or off.
    Cheers,
    GB

  • What does the lock with a circle around it mean in the top right corner of my iPhone 5c

    What does the lock with a circle around it mean in the top right corner of my iPhone 5c

    It means that your screen rotation is locked. Open up the control center by sliding your finger up from the very bottom of the screen, and click on the screen rotation lock symbol, which is the same symbol you see on the status bar.

  • What is the lock with a arrow around it

    What is the lock with the arrow circled around it?  How do I get rid of it?

    You can find all of the icons and their meaning in the manual:
    iPad User Guide (For iOS 5.0 Software)
    This one is landscape orientation - covered in the manual.

  • RoboHelp 10 not integrating with TFS 2102

    Hi all,
    I'm trying to integrate RoboHelp 10 with TFS 2012 so I can use source control through it.
    I've run through this tutorial: http://www.adobe.com/devnet/robohelp/articles/robohelp-tfs-integration.html but when I go to click "Add to Version Control", I don't see TFS as a version control provider. All I get is RoboHelp SharePoint Connector.
    I've also tried modifying my registry following this topic: http://helpx.adobe.com/robohelp/kb/registry-settings-microsoft-team-foundation.html but I get the same results using that.
    I can access the TFS server through Visual Studio's Team Explorer, and I've mapped my project folder through Team Explorer's Source Control Explorer.
    I'm not sure what else I can do at this point.
    Any help anyone can provide on the matter would be appreciated.

    I'm looking for a solution but my problem is slightly different. I'm running Visual Studio 2012 (update 4) and RH10.  When I installed the 32 bit MSSCCI Provider, the TFS option became available (the 64 bit provider was ignored).  Now I get an error on check-in citing "Trouble with TFS power tools".  The details says there was an "Error loading the Changeset Comments Policy policy".  I have tried installing both the 2010 and 2012 TFS Power Tools (combinations of one, the other, both) but still get the same error.
    Thanks!
    Thomas

  • What does the lock with a circle around it mean?

    At the top right corner on my screen (next to the battery) there is a lock with a circle around it? Whast does it mean and how do i get rid of it?

    http://support.apple.com/kb/TS3805
    Also mentioned in the User Guide.

  • What dose the lock with a circle arow around it mean

    What dose th the circle arow sround a lock mean

    Orientaion Lock.
    Swipe up from the bottom on the screen to get to Control Centre...
    The button on the right is the Rotation lock... Turn it off.
    See  >  http://support.apple.com/kb/ts3805

  • Is there anyway to provide the subforms with seperate colors

    Hi Friends,
    Is there anyway to give each subform or individual subform a distinguish color so that we can clearly see each subform.
    Thanks.

    Once the subform is created you can use the subformName.fillcolor to set a background color on the subform. Note that you will not be able to do this until the subform exists (after the script that creates it has completed).

  • How to provide the data directly for the report using web service

    Hi all,
    I'm trying to execute a report from the webservice API (using BIP version 10.1.3.4) and want to provide the report with a pre-fetched data set. According to the Dev-Guide, I should use element /ReportRequest/reportData for this, but I can't find a proper example illustrating this use case. The problem is that I don't know how to enter my data set into the element. My data set is xml (text) while the data type of the reportData element is base64binary.
    I've tried something like the following, but without any success:
    ...<reportData>
           <ns1:rowset>
               <ns1:row>
                   <ns1:emp>
                      <ns1:name>
                   </ns1:emp>
               </ns1:row>
           </ns1:rowset>
       </reportData>
    ...Any help is highly appreciated.
    Thanks in advance,
    H
    Edited by: Harm Verschuren on Nov 10, 2008 1:01 PM

    Hello,
    Thanks for your answer, the situation is a little different from what you describe.
    We make a call to BI Publisher via a Web Service (PublicReportService) via the ReportRequest operation.
    The report we call contains a query to a database.
    When we do not include XML in the reportData field then the report data is obtained from the Database and the report result is returned via the Web Service.
    !http://s3.amazonaws.com/twitpic/photos/full/2863197.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1235722431&Signature=oboPzLWqQDwB2AGCDCAj3ujHRi4%3D!
    When, however, we include XML data in the reportData field, then we see that ONLY the XML data in the reportData field is used, and NOT data from the Database.
    !http://twitpic.com/img/1pzrp-81573d3dde07b9b643d91800cf2715ef.49a79f9e-original.jpg!
    Is there a possibility to combine the two?
    Regards Léon

  • Secure sites no longer display the lock symbol in lower right corner, how do I verify the security of a site?

    On previous versions when logged onto a secure site a green lock symbol appeared in the lower right hand corner of the page. Since downloading the most current version of Firefox, this is no longer displayed. How then do I confirm the site I am on is encrypted?

    The Statusbar is gone in Firefox 4.0 ''(six months ago)'' and the "lock" with it. Security information about a web page is shown by the Site Identity Button.<br />
    The old padlock could give users a false sense that a site is secure by not supplying all of the information about a site and only showed that there is a secure connection that didn't guarantee that you are connected to the right server. The Site Identity Button was introduced in Firefox 3.0 to show more complete "identity" information for HTTPS web pages. <br />
    https://support.mozilla.com/en-US/kb/Site+Identity+Button
    You can add a padlock to the location bar with the Padlock add-on- https://addons.mozilla.org/firefox/addon/padlock-icon

  • Ipad locked with password of icloud

    Good day,
    I have an ipad the locked with icloud password
    unfortunately I forgot that account password.. what should I do to unlock the ipad without using the old account??
    Thanks

    ckuan's link is the correct place to go but if you wish to have some steps to follow then read the article below:
    If you forgot your Apple ID password

  • IPhone 4 stuck on Apple logo, iTunes says locked with a passcode

    I'd like to set my son up with my old iPhone 4 but after charging it from flat and starting it up, it froze on the Apple logo.
    Plugged it into iTunes, and I get the message "iTunes could not connect to the iPhone because it is locked with a passcode. You must enter your passcode on the iPhone before it can be used with iTunes."
    Which would be fine, if it would finish starting up.
    Holding down the power and home buttons together for up to a minute doesn't put it in DFU mode, and can't restore it from iTunes because of the 'locked with passcode' message.
    I live a long way from the nearest Apple Store Genius Bar, so hoping I can find an answer here to save me the trip!
    Thanks for your help,
    - alan

    Hey Alan Jones1,
    I know you said you attempted to put it into recovery mode, but go ahead and try again using the following directions:
    Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button.
    iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    via: iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    If that still doesn't work, you can try this other option:
    If you are using Find My iPhone, you can use Remote Wipe to restore your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode.
    All the best,
    David

  • My ex has my iPhone 4. I loaned it to her, now she's keeping it and has her pass code on the lock screen. I froze the acct with Bell, but want to remote wipe the phone. Not sure if she has iCloud on but she might have Find My IPhone on. Advice to wipe?

    Help... My ex has my iPhone 4 that I lent her. I kept the phone on my Cell phone service provider because of her bad credit. She turned out to be quite the lunatic, and it took the police to get her out of my home. What a nightmare. She still has my phone with her own pass code on the lock screen. I froze the service provider acct, so she can't call with it or use data unless she gets her own account. However she can still access many of my contacts I left on there. She also gets apps that I download onto my iPhone 5. She can't download apps herself because she has no apple account. Mine is still on there. She doesn't know my password. She does still get copies of my apps though. I tried to stop that when we were still together in a relationship but didn't succeed. Do I need to creat a new apple account, or just change the account name to stop her from getting the apps? Can I remote wipe the phone if the iCloud functions are set to off on that phone, but maybe the Find My IPhone is still turned on? She has mental disorders and a mean streak. Does anyone have advice or ideas???

    Apparently "find my iPhone" won't work unless I restart her cell service, which I can easily do. I think she might  need her phone powered on too for me to trace it and wipe it. She forgot her charger here and has no service on it, so won't have it on much. Maybe I can change my Apple ID altogether? As long as the new Apple ID doesn't somehow automatically go to her phone.

Maybe you are looking for

  • Report:"encountered the symbol of namespace....."

    My Envirement: CentOS 4.7||Oracle11g||pro*c My file of nn.pc: [oracle@oracle11g work2]$ more nn.pc #include<iostream> using namespace std; #include "sqlca.h" EXEC SQL BEGIN DECLARE SECTION; char *uid="scott/scott@wilson"; EXEC SQL END DECLARE SECTION

  • Macbook Pro shut off and won't turn on or charge?

    I purchased my Macbook Pro August 1st 2012 at Best Buy and in April it shut off for no reason and it wouldn't charge. Apple replaced the battery cable and my Macbook worked for a couple of weeks, then in May same thing happened and Apple replaced the

  • Burning movie to DVD after it was already done

    Created a movie in iMove HD6, burned it to DVD. All is great! Days later, I need a few more copies, and iMovie wants to do the long rendering process again. Since it was done once, is there a way to expedite the process?

  • The date on which PR is converted to PO

    Hello SAP Experts, I want to create one report in which i can found the PO created in the same month in which PR is created OR the date on which PR is converted to PO ( edited date)  in the PR table regards, Anisha

  • Subquery in cursor

    Hi, I'm using the below cursor CURSOR C3 IS     SELECT SUM(decode(art_currency,:cp_currency,     NVL((ART_BAL_LDR-ART_BAL_LCR)/art_ex_rate,0),     NVL((ART_BAL_LDR-ART_BAL_LCR)/ (Select Cur_Exrate From Currency_Master