RoboHelp 8 Visual Source Safe 8 - cannot upgrade projects to 8

We upgraded from Robohelp 7 to 8 on Friday. This morning when we attempted to upgrade our projects connected to Visual SourceSafe, some of the projects received the following error:
We verified in VSS that all files (including subfolders) were checked in. Initially we did have some files checked out, but checked those in and still received the error message. It seems that we are stuck receiving this message and cannot get past. We have checked out / in the entire folder to make sure all files are available.
Thank you,
Jennifer

Converting a project while it is still hooked up to VSS seems unnecessarily difficult and dangerous. Is it required?
I would take a copy of the RH7 project files out of source control, upgrade them to RH8, and check them in as an entirely new set of VSS8 files.
With, of course, plenty of backups along the way...

Similar Messages

  • Visual Source Safe and RoboHelp for HTML

    Do you ever successfully use Visual Source Safe for RoboHelp
    for HTML? I got error when I checked out the file, looks like file
    format in RoboHelp is not supported in Visual Source Safe. Can
    somebody share the experience? Thanks a lot!

    Hey, Cathy!
    The RoboSource Control in X5 was "adequate" in its day. But
    remember, that was nearly 4 years ago
    The problem was that the "free" Access database was not
    really robust enough and to really make use of it, you need to use
    MS SQL Server, which is expensive.
    That was then. This is now. The RoboSource Control 3 that
    comes with RoboHelp 6 is WAY more better
    This is because, it allows you to use a free version of MS
    SQL Server Express for a much more robust database.
    So my advice would be to upgrade to RoboHelp 6 for sure. It's
    not just hype. If for some reason you can't upgrade, then you might
    be able to get away with the Access Database given that there are
    only two of you. Since you already have it, you could create a
    little test bed project and try it out. (I have a suggestion for
    how to do that in my article. See link below)
    For the lowdown on RoboSource Control 3 see this Matthew
    Ellison's fine article
    Getting
    started with RoboSource Control 3 in RoboHelp 6
    If you're interested in the "old" RoboSource Control that
    comes with X5, you can check out my article to get you started.
    Sharing
    One RoboHelp Project Among Multiple Authors
    Thanx,
    john

  • Visual Source Safe VI checked out but cannot edit

    I am using LabView 7.1 and Visual Source Safe (VSS). Previously, I have created several VI's and used VSS to manage them without a problem. I received a VI (and sub VIs) from another company location -- I copied them into my local directory -- and copied them from there into VSS.
    I then check out the files (using VSS or using LabView|Tools|SourceCodeControl ... I have tried both) but I am not allowed to edit the VI -- all I get is the "operate" cursor. VSS shows the VI as "checked out". My local directory shows that the VI file does not have the "R" attribute (read only) set. So I should be able to edit the VI, but I cannot. ????
    If I try to use LabView|Tools|SourceCodeControl to check the file out again ... I get an error, stating that I already have the file checked out, and I cannot check it out again. LabView seems to "know" that I have the file checked out, so what might be preventing me from editing it? [I tried different settings in the tool palette, but regardless of what is set, I only see the "operate" cursor when I try to work on the VI.]
    I am relatively new to LabView, and have only been using it with VSS for a couple of months now . . . . so it could easily be something simple that I am overlooking...

    Hi Rich,
    I'm happy that your issue was solved.
    Now, for the suggestion about placing the "Change to Edit/Run Mode" in the "Edit" menu - that DOES sound like an intuitive choice. However, I can also see the logic in having the menu item under the "Operate" menu - for choosing how to operate your front panel and block diagram.
    I would recommend you (and anyone else with good ideas) to submit your Product Suggestions through the 'feedback' link on www.ni.com/contact. Our R&D team will then look into the possibilities of implementing the feature in future versions of LabVIEW.
    We appreciate your ideas, thanks.
    - Philip Courtois, Thinkbot Solutions

  • RH8 with Visual Source Safe

    My client is looking to pl
    ace our RH8 project documentation on a visual source safe server. The documentation consists of restricted information.I've read some of the posts on RH with VSS but wonder how it's working today with RH8.

    Hi Kutra
    I'd like to preface that it's great RoboHelp has some ability to interface directly with source control systems.
    However, having said that, I'd also like to say that I'm a pretty staunch advocate of the "KISS" approach with things. (KISS=Keep It Surprisingly Simple) What you are stating sort of underscores the reasoning for my approach.
    By isolating the Source Control component and working with it separately, you typically don't encounter oddities such as the files disappearing from the FPJ. My own preferred way of working with source control is to open the source control interface, check out the project, open RoboHelp and make edits, close RoboHelp and the project, then use the source control interface to check the project back in.
    Call me crazy if you like but I've never encountered an issue with working that way. And when things go wrong (as they often do) you don't have that added layer of uncertainty wondering things like "is RoboHelp possibly causing the issue here by taking actions I cannot see?".
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Visual Source Safe keeps checking out my .cs file associated with a report

    Hello there.
    I am new in this community and I need some help. I am part of a team that works with Crystal Reports under .NET framework and we are using Ms Visual Source Safe. Any time we open a solution (.sln file) all .cs files associated  with a Crystal report are checked out. This, of course, drives all of us crazy. If I try to delete the .cs file, it is added automatically. And we could not find any solution to this problem.
    I compared the 2 .cs files (before and after check out) and the indeed differ. The namespace , to be more specific is different.
    I believe the problem is that we are using a separate project that contains the report files and then those .rpt files are added as links to the main project.
    So ... my question is... is there anyway I can tell Sourcesafe or Crystal report or any other program, application or person to stop checking out my .cs files or stop modifying them?
    Thank you.

    Hello  Don.
    Thank you for your answer.
    It seems I have SP1 already installed. I am referencing the following files with versions in my report project:
    CrystalDecisions.CrystalReports.Engine v12.0.2000.0
    CrystalDecisions.Enterprise.Framework v12.0.1100.0
    CrystalDecisions.Enterprise.InfoStore v12.0.1100.0
    CrystalDecisions.ReportSource v12.0.2000.0
    I personally believe that the problem is with the link files.
    To be more exact, I have several projects (csproj) that handle all reports and report loading. I also have several applications that refer these projects (not all in the same time). Because all .rpt files are loaded at runtime, I made these files Embedded resources and I created a folder in the main projects named Reports where I added all .rpt files as links.
    When I open main application A solution, all .cs files associated with the .rpt files are checked out (the namespace is modified to A).
    When I open main application B solution, all .cs files associated with the .rpt files are checked out (the namespace is modified to B).
    And so on.
    And since we are a team of several developers working with all main applications, this is rather annoying.
    I hope this presents my situation a little more clear.
    Any ideas?
    Thanks again

  • Correct use of LabVIEW 8 with Visual Source Safe

    I have LabVIEW 8.0 and Microsoft Visual Source Safe 6 (VSS) installed and was looking for help with the correct way to integrate the two environments.  This will be used in a team environment and code modules will be shared between team members.  I have used and understand the new project manager with it's virtual directory structure.  I have also used and understand VSS and its abilities to share and branch vis or project folders. 
    When you share an item in VSS, the vi is available for use in both projects and physically resides in both projects within your working directory.  If I were just using VSS, this is the method I would use (and what is recommended in the VSS documentation).  This way an entire project contains all the files and can be retrieved all at once. 
    When you use the LabVIEW 8 project manager, it appears that the intent is to only have the code in one location and share it through virtual folders.  This makes sense and works fine until LabVIEW 8 and VSS are both used.  LabVIEW 8 can handle check in/out and adding files to VSS.  A LabVIEW project can even use vis that belong to other LabVIEW projects and other VSS projects.
    My concern with all this is what happens when a team member wants to bring down code to their working directory or rebuilding my own working directory.  LabVIEW's project manager does not appear to provide a direct view to the VSS database.  I can go into VSS and pull down a LabVIEW project file (lvproj file only) and open it up.  All appears to be fine and all VSS information is intact.  What is not there is any indication of which files actually exist in my working directory or any way to perform a "bulk" retrieval of all the files required in my project.  If all the files reside in a virtual directory, I don't even know where to go get them from.  One solution could be to follow the VSS style and ensure everything is native to a project or at least shared with a project (within VSS).  This may be cumbersome and would not follow the LabVIEW project philosophy.  I may also miss something since LabVIEW "remembers" where stuff is for you.  Following the LabVIEW project method could make it difficult to bring a project back to life and also has the potential to leave some vis out of source code control (sub vis don't have to belong to a LabVIEW project).
    Does anyone have thoughts on this subject?  What is the most efficient way to ensure that all project items are in source code control and that all projects are retrievable and functional?
    Thanks,
    Greg Cloutier

    Greg,
    I'm not a VSS guru but I do know that currently there is no automatic functionality for checking in\out a project and all associated files from LabVIEW.
    As for finding the location of the vis that have been checked out, LabVIEW can display the full path of a vi from the project explorer. If you right click on a vi and then select properties, the General category will show the full path.
    There are a number of papers that do relate to using SCC with LabVIEW 8. check out Using Source Control Software with LabVIEW and that will link you to other documents as well.
    Chris C
    Applications Engineering
    National Instruments
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • Will Visual Source Safe work for non-Microsoft software as well as documents?

    We have software that was made by a subcontractor. It is used to control a machine with proprietary syntax. Will VSS archive it as well as Visual Studio things?

    Hi OilMan545,
    If you mean to use Visual Source Safe as a source control tool and use funtions that VSS provided, the answer is yes. You can use VSS to manage your source files. And it's recommended to use TFS since it's more powerful and in the spoort scope of MSDN forums.
    If you want to do the integration for the software and VSS, that depends on the functions that the software provided and whehter it has interfaces/plugin to interact with VSS.
    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. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Visual Source Safe & Forte

    Hello happy users !
    Doe's anyone use Visual Source Safe with Forte ? I saw something about
    it some month ago but i'm unable to retrieve it...
    I remember someone has writed a Forte project allowing to automatically
    archiving source file in VSS while integrating the workspace in the
    repository. Someone use it ? How do you manage the changes in a project
    Do you always archiving .pex even if you only change a class ?
    Help greatly appreciated from people using VSS with Forte !
    Cordialement.
    Patrice Bourdon
    Alliance Sante France
    Tel : +33 02.54.60.26.27
    Fax : +33 02.54.60.25.00
    e-mail : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi, thanks for your reply!
    I had the same thought, that it was a matter of time. Therefore i let the system work during the night, but it did not help - Forte is still refreshing!
    After mounting the following tasks are done:
    Preprocessing LIST_DIR_READER, exec = ${RUN} \"${VSSCMD}\" dir -R- -F- \"${PROJECT}$[? MODULE] [${PS}${MODULE}] []$[? DIR] [${PS}${DIR}] []\" ${OPTIONS} && \"${VSSCMD}\" diff ${OPTIONS}
    Command Refresh started, exec = ${WRAPPER} LIST_DIR_READER LIST_STATUS_READER LIST_STATUS_FOLDER_READER
    Command LIST_DIR_READER started, exec = cmd /X /C "(mkdir \"C:\Projects\Products\PocketPharma\Java\Temp\ReportPrototype\\.\" 2>nul || echo.) && cd /D \"C:\Projects\Products\PocketPharma\Java\Temp\ReportPrototype\" && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" cd -I- -YG�ran Arvidsson,password \"$/Products\PocketPharma\Java\Temp\ReportPrototype\Products\PocketPharma\Java\Temp\ReportPrototype\" && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" workfold -I- -YG�ran Arvidsson,password \"C:\Projects\Products\PocketPharma\Java\Temp\ReportPrototype\" && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" dir -R- -F- \"$/Products\PocketPharma\Java\Temp\ReportPrototype\Products\PocketPharma\Java\Temp\ReportPrototype\" -I- -YG�ran Arvidsson,password && \"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE\" diff -I- -YG�ran Arvidsson,password
    The information about these commands (available from Runtime tab)
    * Output of VCS commands [Refresh]
    No output available (Still running)
    * Output of VCS commands [LIST_DIR_READER]
    Standard output - Username: G�ran
    Data output - []
    [Username: G�ran]
    I have tried to use another user (Goran Arvidsson) but the problem is still present!
    I hope this information tells you more than it does to me!
    Best Regards
    G�ran

  • Looking for comparison between MS Visual Source Safe and Oracle SCM

    Hi,
    I am looking for some comparison between MS Visual Source Safe and Oracle SCM.
    What I need is technical feature comparison (not just marketing comparison stating that Oracle SCM is better for everything is stored in the very reliable Oracle database(although this is a good point)).
    Any help in this area will be helpfull.
    Best regards,
    Mihail Daskalov

    Thanks you for your answer,
    I like very much Oracle SCM, which I use extensively.
    I have very little experience with MS VSS (only on my local machine). I have never tested it in a network environment with multiple developers.
    I would like to convince other developers to switch to Oracle SCM, but I need to know what to tell them.
    I'm actually both a developer and DBA, and I do like the safety the Oracle Database offers for storing files inside.
    I like very much the opportunity to connect with Oracle Repository Navigator from a remote location to my database through Connection Manager and to be able to work with my projects. (There is an issue with this configuration due to the JDBC driver used I'm unable to compare files).
    But to convince people I need to know more about the differences between MS VSS and Oracle SCM.
    I would appreciate if any of the developers share experience with VSS and SCM.
    Regards,
    Mihail Daskalov

  • LabWindows integrated into Visual Source Safe

    Can you please help me. I just started with a
    company and my boss gave me a project to link VSS with LabWindows/CVI. I
    know LabWindows/CVI can be integrated into Visual Source Safe and I have
    asked the engineer's, which said it can be done and read the book, but still
    can't figure it out. Can you give me direction or examples, I'm just out
    of
    high school and want to make a good first impression.
    Thank you for any help.

    Wow Ken. Did you find a solution? We are thinking of going to VSS here for C code and it would be great to link in our CVI code as well. You are sure that you can huh? Let me know if it worked out for you.
    Grant
    Grant M. Johnson
    Project Engineer
    LECO Corporation

  • Visual Source safe XML corruption

    Hello Eveyone,
    I'm using visual source safe 6.0 to tie up the project.When i get the latest version,XML gets corrupted ie it has chinese characters.And when i load the screen,error occurs as "Data at root level is invalid".Has anybody experienced this problem.What is the solution,i didnt have this problem before source safe.But i definitely need to use source safe.
    Thanks in advance.

    How to do that,When i see the properties of XML, it gives the encoding as Unicode.In source safe there is no option to give it as unicode only text or binary.
    Where in sourcesafe should i mention it as Unicode because i add the whle solution to source control not on file to  file basis. Is this a known issue with Visual Source Safe.

  • Is there a plug-in to use Microsoft Visual Source Safe with JDeveloper?

    Is there a plug-in available to allow me to use JDeveloper with my current source control software (Microsoft Visual Source Safe)?
    Thanks,
    Phil

    Hi Phil,
    Not that I'm aware of. We're adding support for visual sourcesafe in the next release of JDeveloper.
    Thanks,
    Brian

  • Visual Source Safe w/ JDeveloper

    I stumbled on a couple of posts relating to this with a search but I just wanted some more clarification.
    Is there a plugin for Jdeveloper that would allow me to use the built-in source control with a MS Visual Source Safe repository?
    TIA!
    -jay

    Unfortunately there is not an extension to do this automatically.
    You could add to the external tools menu items to call ss.exe to checkout and checkin files.
    It's something we are trying to schedule for a future release, but no commitments yet.
    Thanks,
    Rob

  • Why does LabVIEW8 popup error message after i use Visual Source Safe as its sourc control?

    i'm trying LabVIEW8.0 trial version now. and i set Visual Source Safe as its sourc control, just setting like following picture.
    but since then, LabVIEW8 always popups error message dialogue even when it starts up.
    it confuses me, for it runs well while i use LabVIEW6.1 before.
    following is some message dailogue.
    帖子被longzhi在04-03-2006 07:36 AM时编辑过了
    Too much works make Longzhi a Tom.
    Thanks god, the weekend is coming.
    And my lovers are always here with me.
    Anything better? ^_^
    Attachments:
    bug20060403_002.JPG ‏70 KB
    VSSConfig.JPG ‏82 KB
    bug20060403_001.JPG ‏33 KB

    hi, smercurio…
    i've tried your way. but it doesn't work. :-(
    but your idea helps me. i've tried some times and it's OK now.  thank you. :-)
    here are my steps. ( is it right? )
    1. start LabVIEW.
    2. Tools >> Options >> Source Control.  select source control provider name as my microsoft VSS.  no error message.
    3. Then set my source control as None. a warning dialogue popup, "You have selected not to use any source control provider". Yes to continue.
    4. exit LabVIEW
    5. edit LabVIEW.INI. delete the part of source control. ( like the attached picture).
    6. Start LabVIEW. and reset the source control as normal.
      Bingo! it's OK. :-)
    帖子被longzhi在04-03-2006 08:39 PM时编辑过了
    Too much works make Longzhi a Tom.
    Thanks god, the weekend is coming.
    And my lovers are always here with me.
    Anything better? ^_^
    Attachments:
    BugFix20060404_001.JPG ‏88 KB

  • XCode Integration With VSS (Visual Source Safe)

    We have recently start developing for iPhone using XCode. We already have Visual Source Safe in place as our source control and I want to give it a try (integrate with XCode) before thinking of using CVS or SVN.
    Sometime back TheSilverHammer talk about VSS integration with XCode in his post "Two questions: Xcode 2.4 (reloading a source file) and endianness ...", however it was not clear how he did that? This post is now archived and is no longer available for replies. TheSilverHammer can you, or anyone else please tell how is it possible?

    I don't really know about VSS/XCode integration but I have to make a comment. Dump VSS. Pour gasoline on it, light a match and run.
    There are so many issues with VSS I'm not sure where to begin. No scalability, terrible stability, proprietary, etc.
    You mentioned CVS and SVN. In the long run you'll be way better off with either of those. Personally I prefer SVN.
    Just my 2 cents

  • Does JDev3.2 work with MS Visual Source Safe?

    Has anyone used MS Visual Source Safe (VSS)with JDeveloper? How's your experience?
    We are trying to decide if to go with Oracle Repository or VSS. We are using JDev for sure. Repository seems so complicated, yet promises a lot of things such as supporting Oracle database objects.

    Hi,
    Could you post the bat file that you created?
    Thanks,
    Patrick
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bruce Werner ([email protected]):
    You can use Visual SourceSafe inside JDeveloper, but you have to script it in a .BAT file (which is simple). You can go to the code samples page of Oracle for JDeveloper and grab a piece of code that will allow you to right mouse click on a java file and CheckIn/CheckOut a file. However, this only executes the scripts I mentioned above that you must write. I have had no problem using this and I think you will be pleased with it!<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Error while opening the Webshop

    Hi all, I have created Web shop for B2C scenario and iam trying to open the shop. The system is throwing the following error. "An error occurred: An application error occurred". Can any one suggest me in this regard at the earliest plz. Thanks in adv

  • My tool bars are not in color

    new system running windows 8.1 downloaded installed and the tool bars are not colored del. junk etc. ver.31.1.1 plus i would like to know how to get my email address from the xp system to this one . All transfer programs were tried last one says file

  • Pls Advice me  on Exception code.

    Dear All, Need to know what is making the exception code 20 show up in the two open purchase orders.  The exception code is causing MRP to create requisition to order additional stock when we are already above MAX. TIA Kogi

  • Trouble rationalizing use of multi-threading in run of the mill servlets

    Hey everybody, While spending time writing an internal wiki article on servlets for work, I asked myself a very basic question: What does multi-threading buy average servlets where the business logic requires procedural handling of the request? Don't

  • Verity Search Server Problem

    Hello all, This is my first attempt to use Verity on my localhost and I've run into a problem trying to create a collection via the CF Administrator pages. Whenever I click on Data & Services > Verity Collections I see the following error: "Unable to