Getting Undeleted Topic to Appear in Client Working Folders

I'm testing out the Undo Deletion function in RoboSource
Control and am having a little trouble getting an
undeleted/restored topic to appear in RoboHelp HTML. (This is
RoboHelp X5.) After I undelete a topic, I can see it in the
database using RoboSource Control and in the relevant project's
folders on my hard drive using Windows Explorer. However, when I
open the relevant project in RoboHelp HTML, the topic is nowhere to
be found. I tried doing a Get Latest Version and Check Out All, but
neither of these caused the undeleted/restored topic to be visible
from RoboHelp HTML. The only workaround I' ve been able to use is
to import the file back into the project. (I haven't spent any time
to determine whether this will break or courrupt anything in the
project.)
Is there any way to get an undeleted/restored topic to
automatically appear in a project for all client users? Note: By
automatic, I am including "Get Latest Version" or "Check Out All"
as you clearly need to do something to copy the file over to each
client's working folders. We'll have as many as 4 client users and
I need to ensure they'll all be able to work from an accurate copy
of each help project.
Thanks!

So, to make sure I understand, every time I undelete/restore
a topic, I'll need to alert all 4 client users and then each of
them will need to open the project on their machine and import the
undeleted/restored topic?
Also, I'm currently running all these tests with the Client
and Server installations on my machine. When we deploy this, we'll
have a dedicated server and 4 client users. Now, when I undelete a
topic, I notice that this automatically restores the .htm file to
the relevant working folder - however, it's the SERVER'S working
folders. Thefore, it seems like:
the client users will have to import
the .htm file by browsing over our network to the Server's working
folders; OR
the administrator could, using
RoboSource Control, check the file out and then back in to each
client's relevant working folders (which would place a copy of the
file on their machines and then they could import it into the
project from there); OR
the administrator could just e-mail
them a copy of the file and they could import it from wherever on
their machine (they'd just have to be sure they import it into the
correct project folder).
Is any of this accurate?
Thanks!

Similar Messages

  • How to get remote ejb client working with Weblogic 8.1?

    I have Weblogic 8.1 running on a WinXP box behind my firewall. Port 7001 is open to WL and remote browsers can access the console.
    I have a client machine running WinXP on a different network that is remote to the WL server. It can ping the WL server machine.
    I use JVM 1.4.2_08 on all machines.
    If I put my client machine on the LAN with the WL server, then my EJB test client works fine. If I put the client machine on the remote network then the test client fails with a ClassCastException when trying to do a PortableRemoteObject.narrow on the bean home.
    I had this running fine on JBoss 3.22 using RMI over HTTP. I added an HTTP invoker service to my jboss.xml file. I don't know if something similar is needed on the Weblogic side - any ideas on that? All I've done on the WL side is turn on Tunneling - which obviously works because the remote client gets a correct home object when doing a lookup on the bean - based on the IOR string of the home obj.
    Below I include my client code, exception, ejb-jar.xml and my weblogic-ejb-jar.xml.
    Any ideas on what else needs to be done so that a remote client can do a PortableRemoteObject.narrow? My client.jar has all of the EJB classes, and runs fine when run from LAN.
    Thanks,
    --BobC
    Client Code
    Properties p = new Properties();
    p.put("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory");
    p.put("java.naming.provider.url", "http://66.114.140.213:7001");
    InitialContext ic = new InitialContext(p);
    // Test register bean
    Object homeObj = ic.lookup("tacplanner/register");
    RegisterHome home = (RegisterHome) PortableRemoteObject.narrow(homeObj, RegisterHome.class); // <<< ClassCastException here
    Exception
    java.lang.ClassCastException
    at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:293)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)
    at com.nimblus.tacplanner.test.TestUtils.<init>(TestUtils.java:60)
    at com.nimblus.tacplanner.test.TestUtils.main(TestUtils.java:196)
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
    <ejb-name>register</ejb-name>
    <home> com.nimblus.tacplanner.server.ejb.stateless.RegisterHome</home>
    <remote> com.nimblus.tacplanner.server.ejb.stateless.Register</remote>
    <ejb-class>com.nimblus.tacplanner.server.ejb.stateless.RegisterSession</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref>
    <description>The Oracle Datasource</description>
    <res-ref-name>java:/OracleDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>register</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </ejb-jar>
    weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN'
    'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>register</ejb-name>
    <stateless-session-descriptor>
    <pool>
    <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </pool>
    </stateless-session-descriptor>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/OracleDS</res-ref-name>
    <jndi-name>OracleDS</jndi-name>
    </resource-description>
    </reference-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>tacplanner/register</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    --------------------

    Problem solved.
    For remote clients you need to generate and use the stub classes for EJB interfaces using Weblogic's appc utility.
    See: "http://e-docs.bea.com/wls/docs81/ejb/appc_ejbc.html#1151900"
    --BobC                                                                                                                                                                                                                                                                                                                                                                                                                               

  • My ipod classic got wet back in August.. it seemed to work fine for about a month, but recently is not working at all..screen appeared to get cloudy and then it just stopped working. thanks.

    my ipod classic got wet back in August.. it seemed to work fine for about a month, but recently is not working at all..screen appeared to get cloudy and then it just stopped working. thanks.

    Most likely, water damage.
    You can try putting your iPod in a tupperware, half filled (maybe half inch) with rice grains, close the cover for about a week.
    If you have done this, as soon as it got wet, higher chances of success, now looks like the water moisture is getting to the LCD screen.
    Then you can always bring it to Apple Genius bar, for a an overhaul. (may cost you half the price of a new iPod classic.)

  • I have a Creative D100 wireless speaker.  How do I get my bluetooth on my Mac to work with the speaker.  It doesn't appear to recognize the speaker.

    I have a Creative D100 wireless speaker.  How do I get my bluetooth on my Mac to work with the speaker.  It doesn't appear to recognize the speaker.

    Have you gotten in touch w/the speaker manufacturer?  Their response? 

  • On IPad running iOS 7 when I select mail, I get several warnings saying "Caanot Get Mail " can't connect to server   However, everything appears to be working fine with mail ?

    On iPad when selecting mail getting multiple boxes saying "Cannot Get Mail" cannot connect to server. However, mail appears to be working fine ? Ca not figure why this is happening ?

    Hi there wjmcder,
    I would recommend removing and re-adding the affected account as an inital troubleshooting step
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    -Griff W.

  • Registry Key / Setting to decrease the work folders client polling interval from 10 minutes

    Hi,
    We would like to be able to decrease the interval that the Work Folders client checks for SMB updates on the our Work Folders server. We have reduced the time limit on the server successfully via powershell, but the client can still take around 10 minutes
    before it check with the server for updates. We have found a reg key:
    Reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WorkFolders /v PollingInterval /t REG_DWORD /d 5
    From:
    http://www.networksteve.com/?p=7929
    But this key does not appear to have any effect. Does it still work? Is there a alternative? We are using Windows 8.1 clients.
    Kind Regards,
    Matt

    Hi,
    After apply the registry setting, have you tried to restart the client to make sure that it can take effect? After reboot, check the sync status to see whether it take effects.
    or monitor the detailed work folder as mentione in the link below to get more information
    http://blogs.technet.com/b/filecab/archive/2013/10/15/monitoring-windows-server-2012-r2-work-folders-deployments.aspx
    Yolanda Zhu
    TechNet Community Support

  • How can I get still photos to appear in menu templates?

    I can't get photos to appear in the menu templates in Premiere Elements 11, whether I drag them in or Browse them out. I tried two different templates, and 5 different photo file formats. From what I'm reading online, this is a known bug that has been around since v. 9. How is that possible that a major element of a top-of-the-line video editor doesn't even work? Is there a bug fix or a workaround?

    Hi ATR,
    Thank you for your kind response. Now that I’ve calmed down some, I’m willing to keep trying, to a point at least. I’ll try responding to your questions.
    I failed to mention that I did update to 12.1 before my last failure. And I still had the problem. So far, I have only deleted the Prefs file and not the entire folder, mostly because the program went into permanent crash mode and I couldn’t even get it to run, let alone try editing my project. That’s when I reinstalled it.
    The project is simply a PowerPoint presentation with a soundtrack, which I exported from PowerPoint as an mp4 file. It’s only 7:30 minutes long. So it’s a very tiny file. There is only one menu page and no scene menus.
    Yes, I have successfully burned it to disk, once with the gray rectangle on the menu (to confirm whether it would show as a gray rectangle on the TV screen, which it did), and once with the picture on the menu, the one time I succeeded in getting the picture to appear in the menu.
    I have tried the picture in multiple image formats, but the one I mainly try is a .bmp that PE generated using the snapshot tool, or whatever it’s called in PE. I figured if PE won’t even load images it created, the Adobe programmers need to start back with square one.

  • How do I get my ereader to appear on the left hand side of Digital Editions?

    I have a Kobo Vox ereader and it works well.  It connects to my computer and appears  when I look at My Computer.  It doesn not appear on the left hand side of Digital Editions under Devices (devices does not appear either) when ADE is started.  The book I downloaded appears in ADE and is readable in ADE.  How do I get the Kobo to appear within ADE so I can transfer the book.  ADE does not seem to see the device to ask me to register it as the help screen suggest it might.  I've made sure that it is connected before I open ADE.  Please help.

    The eReader is authorized/activated with an AdobeID rather than with a computer.
    It is possible to have multiple computers and multiple devices all authorized with the same ID.
    The eReader gets its authorization when you Authorize Device from any computer;
    and then should work find when connected to any other computer authorized with the same ID.
    ~~~
    One possible reason for your issue is that you haven't authorized the laptop with your AdobeID.
    In that case ADE generates an anonymous/implicit ID with very limited capabilities.
    In particular, one capability missing is the ability to pass the implicit ID onto a device;
    so it is possible (???) that in that case ADE does not show the device.
    If that is the case
    ctrl-shift-D to ADE (cmd-shift-D if it's a Mac) on the laptop to remove the anonymous ID
    restart ADE (maybe not needed)
    authorize ADE with the same ID as you are using on the desktop
    restart ADE (maybe not needed)
    plug in the eReader and see if it is recognized

  • I am trying to use share a Hitachi TourPro 2tb external hd using my Airport Extreme base station. I can't get the hd to appear in the disks section of the airport utility though.

    I've tried using a powered and non-powered USB hub without success. Plugging the hd directly into the airport didn't work either. The hd functions fine when plugged into a USB port on 3 other computers so it doesn't appear to be a hd issue. I've reset the airport with and without the hd attached but no success in getting the hd to appear in the airport utility. I followed all of the instructions in Apple's Airport support section but no luck.
    All my pc's are running on XP Pro (service pack3). The airport extreame is working flawlessly except for this one particular issue which, unfortunately, was one of the main reasons I purchased it. I've looked through numerous discussions already in the community and tried some suggestions such as attempting to map the drive using the airport's IP address but still no luck.
    Does anyone have any suggestions or can tell me what I'm missing in the set-up process?

    When trying to troubleshoot my problem I discovered a forum that was saying certain NTFS drives work just fine
    Apple support says that an NTFS or exFAT drive cannot be used when connected to the AirPort Extreme.
    I suppose it is possible that someone might have been using some type of special software on the drive that might perform a "conversion", but without more details, it is hard to know.
    Note: ExFAT and NTFS formats aren't supported.
    http://support.apple.com/kb/HT2426

  • Unable to load the flat file  from client  work station

    Hi,
    I am trying load a flat file (.CSV file)from my desktop (Client work station) and getting the following error.
    An upload from the client workstation in the background is not possible
    Message no. RSM860
    Diagnosis
    You cannot load data from the client workstation in the background.
    Procedure
    Transfer your data to the application server and load it from there.
    I have recd a .XLS file and then I have converted to .CSV file , which I saved in my desktop and trying to load the same.
    Please help me how to go about this?...
    Thanks in advance.
    Christy.

    Hi All,
    Again, I have tried to load the flat file from clint work station with direct loading..I have got the following errors..
    Errors : 1
    Record                                                  990: Contents '50,000' from Field /BIC/ZPLQTY_B Not Convertible in Type QUAN -> Long Tex
    like this i recd so many errors.
    ERROR : 2
    Error in an arithmetic operation in record 259     
    Please help me how to load the flat file successfully.
    If I hv to save the flat file in Appl server..how to do that..Please provide step by step instruction..
    Thanks
    Christy

  • Adobe photoshop elements 9 . i cannot get the circle to appear on clone stamp tool and spot healing

    adobe photoshop elements 9 , i cannot get the circle  to appear using clone stamp tool and the spot healing brush . i`ve tried restating my computer and unloading and loading the adobe disc . but still no good .

    I had this same problem and was searching for answers. I also prefer using a circle instead of crosshairs. I hope you've figured it out by now, but, if you haven't, here is the answer (I am using Elements 9, but, it should work for other versions I think):
    1. Open up Elements Editor, Click on Edit, Click on Preferences, Click on Display & Cursors.
    2. Under Painting Cursors, select Full Size Brush Tip
    3. (optional) - if you want crosshairs within your circle, then also select Show Crosshair in Brush Tip.
    4. Click ok.
    Now use the brush, and it should have a circle to use.
    P.S. Sometimes if you have your Caps Lock key on, that removes the circle as well.

  • How do you get a topic to open in a custom window when accessed from the index?

    I right click on an index key word and open Properties. There is only one topic associated with this key word. I click on the Advanced tab, select the custom window that I created. Click OK, compile, etc.
    When I try to access this topic from the index, it still opens in the default pane. When I access it from the TOC, it opens in the custom window. How can I get the topic to open in the custom window from the index?
    Thanks!
    Sue

    Hello,
    The link might not work in Preview (When the option to open link in new tab is checked) however it will work if you do a File>Preview page/site in Browser.
    Muse Preview has only one tab and cannot open another tab/window which is why this functionality does not work in Muse Preview. but works in preview in Browser and in published site.
    Regards,
    Sachin

  • TS4268 I need help getting my face time and imessage to work.

    I need help getting my face time and imessage to work. It is saying wating for activation. I just got my iphone 5 2 days ago. I have reset it from the phone and from itunes on the computer, made sure I'm attached to wifi.

    The 3 basic troubleshooting steps are these in order: 1. Restart your iphone  2.  Reset your settings/iphone  3.  Restore your iphone.  Since your iphone is only a couple of days old, you should backup your device before restoring.  If you don't have anything on your iphone that you care to lose, then simply restoring without a backup is fine.  A quick reset of pressing the sleep/wake button (top of iphone) and your home button simultaneously and holding it until the silver Apple logo appears. 

  • Anyone been able to get the sap.ca.ui.FileUpload control working with a Gateway OData service?

    Hi,
    I have been trying to get the sap.ca.ui.FileUpload control working with an OData Gateway service, specifically /IWPGW/TASKPROCESSING which is the service used by both Fiori Approve Requests and the Unified Inbox.
    I have looked at the sample application in the Explored at SAPUI5 Explored
    I have managed to replicate that and get it to work, but as soon as I switch it from a JSONModel to an ODataModel I get javascript errors from within the setModel method of the control. I have redefined that method and corrected the errors, which enables me to get a bit further, but then I hit more errors, and other strange behaviour.
    Either I am doing something completely wrong, or to me it appears as if this control is still extremely buggy and maybe either not designed to work with an ODataModel, or just hasn't been tested using an ODataModel. I'm hoping it is my mistake.
    So has anybody out there successfully managed to use this control connecting it to a Gateway OData service? If so please share your experience.
    Thanks,
    Brad

    Hi Pauline,
    Same issue I had, I switched to using a sap.m.list and handling the press as follows:
    attachmentsList.bindItems(workItemPath + "/Attachments", new sap.m.StandardListItem({
                               type: sap.m.ListType.Active,
                               title: "{FileName}",
                               description: "{CreatedByName}",
                               icon: "sap-icon://doc-attachment",
    //                         counter: "{FileSize}",
                          info: {path : "CreatedAt", formatter: dateTimeFormatter},
                          tap: function(oEvent){
                                var oContext = oEvent.getSource().getBindingContext();
                                var media_src = oContext.getProperty().__metadata.media_src;
                                sap.m.URLHelper.redirect(media_src, true);
                        }), new sap.ui.model.Sorter("CreatedAt", true));
    So sap.m.URLHelper.redirect(media_src, true); is what loads the attachment.
    See the full function handler:
    function(oEvent){
    function(oEvent){
                  var oContext = oEvent.getSource().getBindingContext();
                  var media_src = oContext.getProperty().__metadata.media_src;
            sap.m.URLHelper.redirect(media_src, true);
    This should be enough if you only want to list and display the attachments, then you don't really need the FileUploader control as that is more advanced and handles upload, display, change and deletion of files.
    I only needed to upload and display files, so I used a list to display it and created a separate upload button using the sap.ui.unified.FileUploader control.
    Hope that helps.
    Cheers,
    Brad

  • HT4628 I recently transferred my internet service to another state. Have not yet moved my imac, just my pc laptop. I cannot get my airport extreme wireless router to work. The green light stays lit when everything is connected but I can't connect to the i

    I recently transferred my internet service to another state.I have not yet moved my imac, just my pc laptop. I cannot get my airport extreme wireless router to work. The green light stays lit when everything is connected but I can't connect to the internet. Any suggestions?

    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    If the above steps do not solve the problem, start over with step 1 above, but then perform the next steps between steps 1 & 2. above.
    Disconnect the AirPort base station from the Internet broadband modem.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Reconnect the AirPort base station to the Internet broadband modem. For the Extreme and Time Capsule, be sure to connect the cable to the base station's WAN (circle-of-dots) port.
    Continue with step 2 in the first set of steps.
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

Maybe you are looking for

  • Downgrade 10.5.1 to 10.4.11 on the new MAC Pro's (early 2008) 8 core

    Hi all I'm an AVID MediaComposer user and I was using it on a PC until the beginning this year I decided to go to MAC. I ordered the MAC pro according AVID's specs and I received the new model (I can't get anymore the old Mac Pro's - said the dealer)

  • Hard Swop

    Attempting to swop the Hard Drive from a Quad Power Mac G5 (B) into the Quad Mac Pro Intel G5 (A) but the OS will not boot up from that (B) drive. The system does see the (B) drive but only as a secondary storage drive and only while in bay 2. When s

  • Restoring a selected file from external drive

    I do a monthly backup, using Backup, to an external drive. Now I would like to restore a file that holds photos for my iPod. It is the file that my iPod syncs with/to when I connect it. I mistakenly deleted some subfiles from this iPod Photo file. Wh

  • R/3 ---Z Data Source enhancement

    Hi Experts,    We had a 'Z' Data Source  used to extract master data for Z Fields MARA Table ( R/3) to BW . My requirment is to change the data source/extract structure so that i can include 3 more fields from MARA table . The extract structure is ba

  • Images come up with crop mode 'marching ants'

    If I open an image or switch between images (Ctrl/Tab) and the crop mode tool is current (not active, just the one that's currently showing on toolbar), then the image shows the 'marching ants' and I have to press Esc to get rid of them. It starts ge