Need Help!  Cannot get SourceControl3.1  to work correctly.

We are using RH8.  We have a project that needs updating to be current with newest software release.  There is a project manager in the home office and a technical writer working remotely in another state.  Our IT staff followed all the steps listed on setting up the SourceControl and this is what is occurring:
I've tried it both as file system and as full embedded database solution. For files based solution I did create a history path. This is what I was working on Friday.  I had to set up another test machine here with RoboHelp in order to test it.  Same problem.  I can check out from either machine and checkin in. However the changes never get propagated to the other instance, even if you do a Get All. 
Not sure if this is related, but the open project from Source Control does not work from within Robo Help 8 either. When I try to open a project that way, it just sits there on the open file dialog box.  From what the tutorial showed, it should start downloading the files and then you select the project file to open.
Here's a sample screen shot. 
I setup a brand new test database and project
This one is using embedded database, not stored as files.
Files are set to single checkout
I modified on one machine
Checked in ALL files
Open project on other machine and get all files
Changes not reflected
Forced Get All
Changes not reflected
Here it is in the project directory... note the mod dates... the file is not updated.
I would be so very grateful if someone could help figure out what is going on.  Thank you in advance.
Stella

Hello my friend. Try to go to the Volume options and click the advanced button on the play control.Check the enable digital I/0 box. If it worked let me know.Good luck.Message Edited by pangef on 07-8-2006 06:58 AM

Similar Messages

  • I need help, cannot get any apps, needs serial number

    I have a creative cloud membership and cannot get any new apps because it keeps asking me for a serial number when I try to liscence the software. I have tried everything on the forums including uninstalling and reinstalling, putting in my details again when asked to liscence the software. I have tried adding another app to see if that will work and it does not. I am so unbelieveably frustrated that I will have to terminate my subscription because it is ridiculous I keep paying for something I am not able to access.

    simone-23, Follow some these steps, this should help.
    Next confirm that this site comes up okay and you don't get an object error
    https://lm.licenses.adobe.com/
    I dont know which operating system you are working on so i am giving you some steps windows and MAC OS:
    Windows:
    In windows 7 navigate to following location:
    /windows/system32/drivers/etc
    1. look out for "Hosts" file
    2. Open it with notepad
    3. Check if you have any entry for Adobe
    4. Remove the entries and try again launching any product from CS6
          On Windows XP navigate to following location:
    \windows\system32\drivers\etc
    1. look out for "Hosts" file
    2. Open it with notepad
    3. Check if you have any entry for Adobe
    4. Remove the entries and try again launching any product from CS6
    Mac:
    1. Please click on "Go" and navigate to /private/etc
    2. Open "hosts" file and check out for any entries for Adobe.com
    3. Remove the entries and save the file
    4.  try again launching any product from CS6
    Thanks
    - Nitin

  • I cannot get epson workforce to work correctly on imac mountain lion

    I have not been able to get the epson workforce to work on imac mountain lion.  I first tried using the epson software.
    Then read that I should do it from the mac's " printer/scan".
    Unfortunately when I get to the screen that says --add printer--- i cannot get workforce to appear.
    Can anyone walk me through it?
    I have it connected to my  netgear wireless router which is recognizing it on their management page?
    Help!
    Mahalo,

    First check to see if the device is compatilbe with ML, you can find that information at Mac Basics: Printing in OS X Mountain Lion & OS X Lion

  • Need help, cannot get verification, for apple ID

    I'm trying to get an apple ID for my wife and every time I do it says ID needs to be verified, I then proceed to verify and it asks me for a visa which I don't want on the account, some times I can get past the visa part by trying to DL a free app, I then Finnish the process of making a new Apple ID and when I go to put the password in it says its invalid.
    Is there any way to get apple to reset the email address so I can start fresh.
    Any help will greatly be appreciated.

    Hi Cronzang,
    I have the same issue. I contacted AppleCare Support and they escalated the issue to an engineering team. The engineers said they have been able to replicate the issue and are currently working on a fix but with an indefinite time period for resolution. They'll let me know when the problem has been fixed, which will hopefully be soon.

  • Need helps with getting ODI CDC to work

    Hi, I'm new to ODI. I'm trying to get the ODI CDC to work and for now I'm only interested in seeing that the changes are captured correctly.
    I've set the d/b to archivelog mode and granted all the rights I can think of to the d/b user. I've defined the CDC in Consistent Mode for the model, defined the CDC for my tables, started the journal, etc.
    When I right-click on the table and do Change Data Capture/Journal Data... I get ORA-00904 Table or View not found (stack trace below)
    What is missing? Thanks for your assistance.
    See com.borland.dx.dataset.DataSetException error code: BASE+62
    com.borland.dx.dataset.DataSetException: Execution of query failed.
         at com.borland.dx.dataset.DataSetException.a(Unknown Source)
         at com.borland.dx.dataset.DataSetException.queryFailed(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.a(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.refresh(Unknown Source)
         at com.borland.dx.sql.dataset.QueryDataSet.refresh(Unknown Source)
         at com.sunopsis.graphical.frame.a.jb.dj(jb.java)
         at com.sunopsis.graphical.frame.a.jb.<init>(jb.java)
         at com.sunopsis.graphical.frame.a.jd.<init>(jd.java)
         at com.sunopsis.graphical.frame.a.je.<init>(je.java)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at com.sunopsis.graphical.frame.bb.b(bb.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)
    Chained exception:
    java.sql.SQLException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)
         at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:965)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1051)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3026)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.refresh(Unknown Source)
         at com.borland.dx.sql.dataset.QueryDataSet.refresh(Unknown Source)
         at com.sunopsis.graphical.frame.a.jb.dj(jb.java)
         at com.sunopsis.graphical.frame.a.jb.<init>(jb.java)
         at com.sunopsis.graphical.frame.a.jd.<init>(jd.java)
         at com.sunopsis.graphical.frame.a.je.<init>(je.java)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at com.sunopsis.graphical.frame.bb.b(bb.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)
    java.sql.SQLException: ORA-00942: table or view does not exist
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)
         at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:965)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1051)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3026)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.refresh(Unknown Source)
         at com.borland.dx.sql.dataset.QueryDataSet.refresh(Unknown Source)
         at com.sunopsis.graphical.frame.a.jb.dj(jb.java)
         at com.sunopsis.graphical.frame.a.jb.<init>(jb.java)
         at com.sunopsis.graphical.frame.a.jd.<init>(jd.java)
         at com.sunopsis.graphical.frame.a.je.<init>(je.java)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at com.sunopsis.graphical.frame.bb.b(bb.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)

    Update...
    I traced it to the Start Journal step issue. The Operator shows that step 8 - Journalizing - xxxx - Create Change Set, produces Oracle error ORA-00600. What does this means? The SQL that it tries to execute is:
    ==============================================
    BEGIN
         DBMS_CDC_PUBLISH.CREATE_CHANGE_SET(
         change_set_name     => 'TID_SOURCE',
         description     => 'Sunopsis change set for model : TID_SOURCE',
         change_source_name     => 'HOTLOG_SOURCE',
         begin_date     => sysdate
    END;
    ==============================================
    The strack trace is as follows:
    600 : 60000 : java.sql.SQLException: ORA-00600: internal error code, arguments: [kcbgcur_9], [8388665], [23], [25165824], [8388608], [], [], []
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 121
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 560
    ORA-06512: at line 1
    java.sql.SQLException: ORA-00600: internal error code, arguments: [kcbgcur_9], [8388665], [23], [25165824], [8388608], [], [], []
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 121
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 560
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1086)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2984)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3057)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

  • I NEED HELP TO GET "TEXT TWIST" TO WORK with your Firefox thing.

    How do I get the game "Text Twist" to work with Mozilla Firefox?
    When I go to play "Text Twist" I get a message that says :
    'This game uses Active X controls or Java and can't be viewed in Firefox. Many games on the MSN Games site can be played using Firefox. To view a list of the top games you can play using Firefox, click here.'
    Why can't I access this game?

    Firefox doesn't do ActiveX.
    [https://support.mozilla.com/en-US/kb/ActiveX]

  • HT4113 I need help with getting my phoe to work.

    I forgot my password to my phone yesterday, and it's telling my to connect to iTunes and I did, but itunes is telling me that I have a problem and it's not letting me put it on recovory mode. Do you think you could help me?

    What is the EXACT error message you're getting?

  • Need help in getting Calculation columns to work

    Hi,
    I have a crosstab metrics report, with Report Month as page item. Almost all the datapoints on the report are calculations. When the report is run for a range of months, eg. 'JUN-06' to 'MAY-07', for each month (page item), the calculations show up correctly. The problem occurs when user chooses <All> from the Report Month page item - that's when all the calculation items show either null value (mostly) or some arbitrary value, instead of showing totals or averages for the whole range of months. Am I missing any steps or doing something wrong here?
    Appreciate your time and help.
    Regards,
    Alka.

    Alka.
    As a starting point, I'd sure look at the values independently for the different Report Months.
    1. It sounds like you may have some months in there you don't want (ie: are you going against an Oracle Apps calendar and not specifying the exact calendar type (as there can be many)).
    2. You may have additional periods in the same calendar table that are from the exact same calendar (ie: JAN-07, JAN-2007, etc.) which may have problems, NULLs, etc.
    3. you may have NULLs in the data returned (so for calculations are you putting in NVL(item))?
    4. Maybe you should check to see what happens when you introduce just 2 months (as you've only see one month on the page item level OR <All> months). I'd just copy the worksheet to another one (using the copy option in Desktop / Plus), move the page -> item month to the left of the worksheet and put in a condition to return 2 months.
    Then does it make sense for just two months?
    Just a start.
    Russ

  • Cannot get Typewriter tool to work correctly

    i have acrobat professional 8.2.6 When filling in forms I have always had to click on the Typwriter for each line of text to be completed. PDF documents that I receive via email and open with following text above form :" Please fill out the following form" (with instructions for distribution for form author) I am able to fill out in a breeze, type is adjusted automatically for width of form field, etc. For PDF's that I have with the following message above form "This PDFcan be completed using the Typewriter Tool" I have a terrible time completing. As stated above I have to click on the Typewriter tool each time I want to fill in a new line of text; the cursor will open at new lines too low or high on page so I have to create text box and drag (each time I want to fill a new line) and I am unable to change font style or size. I am sure there is something I am just not accessing but I am mystified what it is. I am on macbook pro running OS 10.6.7
    Thank you

    Good day,
    When you recieve a form that has already had fields added to it, filling it out is, as you said, a breeze.  The typewriter tool is a commenting tool and wasn't really designed to be used for filling out forms, though admittedly, a lot of our users do just that.  Unfortunately there aren't a whole lot of customization options available to make the tool easier for you to use when filling out these forms.
    It's simply not what the tool was designed for.
    Regards,
    David
    Acrobat Community Manager
    Adobe Systems

  • I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    You can go to the Apple online store and purcahse a copy of Mountain Lion.  This will give you a redemption code, which you can use to download Mountain Lion from the App Store.  Unfortuantely, I'm not aware of any other way to legally purchase it.  I have never seen Apple release Muontain Lion on DVD.
    In terms of Apple Service, they just need the serial number of the machine to check the purcahse date.  It is usually correct, to within a few weeks.  A quick Google search should give you the correct number to dial.
    I hope this helps.

  • I cannot get airport extreme to work. Can you help me?

    I have a G5 Power PC. I recently purchased a macbook and an Airport Extreme. I cannot get the airport to work. Can somebody help me please??
    G5 Power PC and macbook   Mac OS X (10.3.9)   new OS X on Macbook

    I plug the ethernet from the airport to the back of the modem (a Webstar unit) from my cable provider. Then I plug the other cable from the back of the airport into my G5. Then plug in the power cord. I get lots of flashing lights - "thinkin & blinkin", but then I get a message that it cannot locate the server. Even rebooted. I've been waiting for the IT guy to call/email me back me back but no response yet. I'm guessing I may just need a new location, but I'm not wired to think IT-like (I'm a very right brained graphic designer), I I don't want to screw anything up.
    Do I need to just go through a new internet setup?
    G5 Power PC and macbook   Mac OS X (10.3.9)   new OS X on Macbook

  • I have installed Mountain Lion 10.8.1 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I have installed Mountain Lion 10.8.1 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I would delete the account and try to re-enter it. Also, you have to let your firm's IT department know that you want to sync work email on your personal devices before they actually work.

  • I just updated my iphone to IOS 7 and cannot get my imessage to work, it keeps saying "waiting for activation" nothing i have read online has helped me try to fix the problem. why is it doing this and how can i fix it?

    I just updated my iphone to IOS 7 and cannot get my imessage to work, it keeps saying "waiting for activation" nothing i have read online has helped me try to fix the problem. why is it doing this and how can i fix it?

    Here's a good troubleshooting article about imessage "waiting for activation".
    http://support.apple.com/kb/TS4268

  • I use a prepaid Verizon MiFi portable hot spot and I cannot get home sharing to work do I need a regular router that is hard wired to my computer? Rocket

    I use a prepaid Verizon MiFi portable hot spot and I cannot get home sharing to work
    !  Do i need a regular router that is hard wired to my computer?

    I use a prepaid Verizon MiFi portable hot spot and I cannot get home sharing to work
    !  Do i need a regular router that is hard wired to my computer?

  • TS1574 I cannot get my sound to work! I have tried everything. Help?! :(

    I cannot get my sound to work. I have checked the system prefemces and nothing shows up, and nothing is editible.  I have rebooted and restarted it one million times, in safe mode too. When ever I try to adjust the volume a crossed out cirlce appears. I have no idea what people say about a red light, but I've checked and I cannot see one. I don't know what to do. Help? Thanks so much in advance.

    Have you tried a PRAM reset?
    http://support.apple.com/kb/ht1379
    Do the earphones work?
    Ciao.

Maybe you are looking for

  • Can I use a Solid State Drive (SSD) as a startup disk

    My System Drive just crashed. So I need a new unit. I would like to get away from a mechanical unit so I was thinking that a SSD would be nice. Will my Powermac G4 (867 mhz) running Mac OS 9.2.2 let me install and run the SSD as a startup drive? Gary

  • Firefox not showing most images or links

    This happens mainly with Facebook, but every website is messed up. The picture links do not appear, but are still there. It's a click-able white space. Kind of like scripts are missing, but I do not have any script blocker. Had a virus, now gone, but

  • Date In Terminal Shows Wrong Time

    I have a user (iMac Core 2 Duo 2.4GHz, 10.6.7, 6GB RAM) complaining that Entourage is reporting messages being sent/received 5 hours past the actual time. Sure enough, a test message I sent at 2:50 pm shows in her inbox as being sent/received at 7:50

  • Issue in Passport Country 2 and Passport Country3  in ESS Portal

    Hi, In SAP Portal  Personal Data -Passport  Country 1 All datas are getting saved in Overview Screen But in Passport Country 2 and Passport Country 3 datas are not getting  saved  in Overview Screen  and  not getting the data from the backend also. I

  • Access to all installed loops only via new "loops"-project

    Hi, I'm working with GB since its first appearence. Recently I tried to clean up my installed loops following Apple's advise. So they reside now where they are supposed to be, depending on their origin in .../GB/Apple Loops/ or .../audio/Apple Loops/