Problem with Collaboration FAQ room part

I'm having a strange problem with the FAQ room part (SP16).
The first time I go to the room, the FAQ works fine. If I navigate somewhere else and come back the FAQ iView is blank.
I have quit the browser and come back, it's still blank.
I have switched browsers (from IE to Firefox) and it works, but only once like IE. After that it's blank again.
I've loggen out, cleared the cache and forced a reload all with the same results (still blank).
However, if I close all my browsers and wait an hour or so before I try again, it works. I'm not sure if it takes an hour exactly. I usually go to lunch and it works when I come back.
Any Ideas?

Hi Chirstopher
  I am also facing the same problem, if you have fixed the issue, could you please share the solution with me.I need to fix the issue immediatly. I appreciate if you can give me an approach to fix this.
Thanks
Sandeesh

Similar Messages

  • Problem with Collaboration Launch Pad

    Hi all,
      We have a problem with collaboration launch pad, when one user access it, always appear offline.
      Status is automatic for all portal users.
      We have configured RTC following documentation in help.sap
      Can somebody help us?
    Best regards.
    Gabriel Garcia.

    Hi Robert,
      We are using Netweaver 7.00 SP9 with same version for Enterprise Portal and KM.
      We were searching more information about our problem in SDN and SAP Notes but we couldn´t find any solution.
    Thanks for your response.
    Gabriel Garcia.

  • Problem with Collaborator Workbench

    Hi everyone, i have a problem with Demantra's Collaborator Workbench, after I'm creating a new data model. When I try to log in to collaborator to see my new levels that I've created, i am welcomed with the login error " Invalid user name or password".
    I've created a new user with full permission level, but it was in vain.
    What should I do?
    Thanks

    tnx. I have read those notes on metalink but it doesn't help me verry much. Now I can't even finish compile the new data model that I created, because of this error :
    *" Error-ORA-20001:Error in Procedure Build_Model ORA-20001:Procedure ADD_Column ORA-01422: exact fetch returns more than requested number of rows ORA-06512: at DEMANT-Problem with procedure EP_BUILD_MODEL!! "*
    Cheers.

  • Problem with collaboration rooms

    Hi all,
    I have a prolem in collaboration rooms, After i create a room, i will get a link to enter the room. when i click on the link, i am able to enter the room but with an  error saying
    <b>"No connection to groupware server (No logon data found for system lotussystem). Refresh this screen or contact your system administrator if the problem persists"</b>
    Can anyone please help me why the error is??? and also what should be done for this.

    Kavitha,
    Users should be mapped to appropriate systems through a user name and password.
    In your case navigate to USer Management and enter an appropriate Username and password for the system lotussystem through the User mapping tab. The User name and password would be used to logon to the system.
    This should solve the problem.
    Regards
    Nithya

  • Problem with Collaboration maintenance IView

    Hi
    I need a help or suggestion in Collaboration maintenance Iview requirement.
    Problem:
    When i am creating a room i am giving long description. But when i open this room in the room directory The description expands with a horizontal bar.  But i would like to split this description into two to three rows.
    like description.setWrapping(true);
    I am downloaded the room maintenance par file.  and i identified the jar file which consists of the source code , but its depending on so many objects.
    Any alternative or help in the above problem.
    Thanks in Advance
    Durga

    Gerrit Lober wrote:
    in IE9 [...] If I click save the file will be saved. If I open the file then everything works fine. In FF [...]. If I save there the file before an open it manually it works fine also.
    this lets me assume that the generated file is fine. and that IE doesnt know how to open it, and that FF thinks it knows how to open it, but opens it "differently".
    I'd still suggest to (re)install the newest SAP GUI

  • Problem with Collaboration Navigation in Custom Framework (Tasks)

    Hi,
    I developed a custom frameworkpage with DTN using the Navigation Taglibrary. (Navigation-Method: byURL)
    I also included the navigation within collaboration rooms.
    My problem is now:
    When I navigate to "Tasks" and then click on one of the tasks related to that room, the task appears, but the navigation context is gone (empty DTN, none of the Top-Level nodes is selected..)
    Even when I try to add the navigationContext of the "Task"-Node to the url, it does not work. (a navigation context is only displayed if the context points to a non-collaboration navigation node)
    Does anyone have the same problem and solved this somehow?
    Greetings,
    Michael Baginski

    Hi Mike,
    If you create a custom component then nothing is working "out-of-the-box"
    But the following links could help you in building your own custom nav module with support for Nav-Zoom:
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/996c0ff1cf15ece10000000a114a6b/frameset.htm
    Generic Tag Lib:
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/f35146a7203255e10000000a1553f7/frameset.htm
    You can take the sap portal light dtn and start 'stripping' it until you have something you can work with.
    This helps you to figure how the tag-libs work and can help you create your custom module from scratch eventual.
    Ofcours you should never overwrite SAP components so if you redeploy do it in your customer namespace (com.<customername>.<application>).
    Good Luck,
    Benjamin Houttuin

  • Problem with Collaboration and Portal accessed via multiple URLs

    Here is the scenario. We have the portal installed that can be accessed from an external domain: portal.company.com. We recently upgraded to WCI 10gR3 and in the process we added an internal server that uses an OAM webgate which handles Integrated Windows Authentication. The URL for out internal access is portal.company.int. The problem comes when we try to access collaboration folders. From our internal URL when we click on a folder in Collab Documents the loading... text come sup and that's it. No other activity in the browser or in PTSpy. If we use the external URL there is no issue.
    Anyone have any ideas on how we can get around this or what the cause could be?

    try to play with the collaboration server url (for the Collaboration Remote Server )
    http://yourserver.com:11930/collab/
    Enter the external url here, or better the name of the machine, something like
    http://<machinename><yourdomain>:11930/collab/
    See if works.
    Hope that helps!
    Val

  • Got a problem with my Chatting-Room program, please help me if you can.

    There is one bug in the code (should be just one), but I couldn't find it, I even recoded the whole thing, after I recoded the code, the same problem seems still there. I just can't find where the problem is. So I hope someone here can help me, thank you very much.
    First, I made a Server and a Client. Server has 5 classes, and Client has 2 classes. My intention is that all the clients(running on other computers) will connect to the server (which is my laptop), and then they can communicate with each other. For example, if person A typed "Hello", person B and person C's computers will receive this message and display it.
    The problem is that several clients can connect to the server (My laptop), but if one person type something, other people won't receive the message, it's blank on their screens. Maybe there is a problem when server receiving the message. So this is the problem I want to solve.
    I have the code down there, here is a brife description what each class mainly does.
    First class of Server is for connecting client, this class is named Server. Everytime a client is connected, the Server class calls the second class to store the client's information (which is its IP address), the second class is named People.
    Third class is named Receiver, it is for receiving the massage from any one of the clients, then stores the message to a static field variable in Fourth class, fourth class is named Saying.
    Fifth class of Server is named Sender, it is for sending the massage to the client, that message is the one that stored in Saying.
    The First class of client is named Client, it prints any message that the server send to it.
    The Second class of client is named SendFromClient, it wait for user to type something, and then send the message to the server, so server's Receiver class hopefully will get it and store it to the field variable in the Saying class.
    Here is all the codes:
    Server Class:
    import java.net.*;
    import java.io.*;
    import java.util.*;
    public class Server
         public static void main(String[] args)
              /*port number*/
              final int port = 41333;
              /*welcome messages:*/
              System.out.println("This is FriendlyJ 1.0 running");
              System.out.println("Listening on ports 41333");
              try
                   /*Clear the ArrayList*/
                   People clear = new People();
                   clear.IPs.clear();
                   /*Create a server socket that will accept any connection on this port*/
                   ServerSocket ss = new ServerSocket(port);
                   /*keep getting clients*/
                   while(true)
                        /*connect with one client at a time*/
                        Socket s = ss.accept();
                        PrintWriter out = new PrintWriter(s.getOutputStream(),true);
                        Scanner in = new Scanner(s.getInputStream());
                        /*indicate one establish of connection*/
                        System.out.println("One connection estabolished!");
                        /*two classes, one foe receiving, one for sending*/
                        Receiver receive = new Receiver(in);
                        Thread ty = new Thread(receive);
                        Sender send = new Sender(out, s);
                        Thread yt = new Thread(send);
                        ty.start();
                        yt.start();
                        /*add IP to ArrayList*/
                        clear.storing(s.getInetAddress().toString());
                        out.println("There are " + clear.IPs.size() + " people online;");
                        System.out.println("Connected to " + s.getInetAddress().toString());
              catch (Exception e)
                   System.out.println("System exception");
    }People Class:
    import java.util.*;
    public class People
         ArrayList<String> IPs = new ArrayList<String>();
         /*A method for storing IPs*/
         public void storing(String IP)
              IPs.add(IP);
    }Receiver Class:
    import java.util.*;
    public class Receiver implements Runnable
         final private Scanner in;
         /*Constructor to get the scanner*/
         public Receiver(Scanner abc)
              in = abc;
         public void run()
              Saying say = new Saying();
              try
                   while(true)
                        /*waiting for input from client, then give it to Saying*/
                        say.setSaying(in.nextLine());
              catch (Exception e)
                   e.printStackTrace();
    }Saying Class:
    public class Saying
         static String saying = "";
         public void setSaying(String a)
              saying = a;
         public String getSaying()
              return saying;
         public void resetSaying()
              saying = "";
         public int getlength()
              return saying.length();
    }Sender Class:
    import java.io.*;
    import java.net.*;
    public class Sender implements Runnable
         final private PrintWriter out;
         final private Socket s;
         public Sender(PrintWriter abcd, Socket abcde)
              out = abcd;
              s = abcde;
         public void run()
              out.println("Feel free to chat.");
              int count;
              Saying says = new Saying();
              try
              while(!s.isClosed())
                   count = says.getlength();
                   if(count>0)
                        out.println(says.getSaying());
                        says.resetSaying();
              /*disconnect with the client*/
              s.close();
              System.out.println("Connection with " + s.getInetAddress().toString() + " is closed.");
              catch (IOException e)
                   System.out.println("Network error!");
    }Client Class:
    import java.util.*;
    import java.net.*;
    import java.io.*;
    public class Client
         public static void main(String[] args)
              Socket sc;
              System.out.println("Welcome to FriendlyJ IM program");
              System.out.println("Connecting to the server...");
              int port = 41333;
              /*A variable for storing IP address of Server*/
              InetAddress ip;
              try
                   ip = InetAddress.getByName("192.168.1.68");
                   sc = new Socket(ip, port);
                   System.out.println("Connected with Server");
                   Scanner in = new Scanner(sc.getInputStream());
                   PrintWriter out = new PrintWriter(sc.getOutputStream());
                   /*a thread for sending message to the server*/
                   sendFromClient sendin = new sendFromClient(out);
                   Thread sending = new Thread(sendin);
                   sending.start();
                   /*display welcome message*/
                   System.out.println(in.nextLine());
                   /*displaying how many people are online now*/
                   System.out.println(in.nextLine());
                   while(true)
                        /*print out the message sent by the server*/
                        System.out.println(in.nextLine());
              catch(UnknownHostException e)
                   System.out.println("Couldn't find the host!");
              catch(IOException e)
                   System.out.println("Network error!");
              catch (Exception e)
                   e.printStackTrace();
    }SendFromClient Class:
    import java.io.*;
    import java.util.*;
    public class sendFromClient implements Runnable
         private PrintWriter send;
         public sendFromClient(PrintWriter sendto)
              send = sendto;
         public void run()
              Scanner sc = new Scanner(System.in);
              while(true)
                   /*get a message, then send to the server*/
                   send.println(sc.nextLine());
    That's all, thank you for helping!
    Edited by: stdioJ on Oct 31, 2007 3:58 PM

    Hi pgeuens ,
    I tried it ...but it didn't work for me.
    I changed my .jsp like this
    <%@ page language="java" %>
    <%@ taglib uri="/tags/struts-html" prefix="html"%>
    <html:form action="Registration.do">
    UserName:<html:text property="username"/><br>
    enter password:<htnl:password property="password1"/><br>
    re-enter password:<html:password property="password2"/><br>
    <html:submit value="Register"/>
    </html:form>And i changed that web.xml like..
    <taglib>
        <taglib-uri>/tags/struts-html</taglib-uri>
        <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
      </taglib>Now I am getting an error like ......."File "/WEB-INF/struts-html.tld"not found.
    Hi Ashish
    I didn't find struts-form.tld in WEB-INF folder.But all the remaining file all there.
    Again I downloaded that struts1.2.9 ...in that also i couldn't find struts-form.tld file(except this remaining are there).
    Please tell me, if there any other ways....
    Thanks,
    kona.

  • Problem with Adjustment Brush enhancing parts of picture it shouldn't

    Working on some pictures I encountered the following problem today. I did my major adjustments to the picture (e.g. Exposure -0,95) and then wanted to add some minor touches with the Adjustment Brush. As soon as I placed one click with the brush tool anywhere in the picture the highlights of the whole picture becamer over exposed.
    This first screenshot shows the picture after the first adjustments:
    Now you can see that I added an Adjustment Brush (Size:11, Feather: 25, Flow: 50, Density: 100) far away from the face and still the highlights in face are blown out. Nothing else has been changed:
    Does anyone have an idea what the problem is and how to avoid ACR doing this? It does not make a difference if the adjustment brush is set to a plus or minus value.
    Thanks in advance
    Oliver
    (Win 7 x64 Ultimate, Photoshop CS5 12.0.4, ACR 6.5.0.216)

    Thank you for the replies, Tai Lao.
    1. The behaviour is occuring no matter if viewed in 100%, 24% or any other magnification.
    2. No, I haven't tried ACR 6.6. Judging from this thread the problem seems to exist for quite a few versions now.
    3. The brush stroke seen on the screenshot was a "new" one. It was the first brush action done to the picture.
    I tried reducing the size of the adjustment brush to 2 and place this tiny brush stroke in the outmost corner of the picture. Still the highlights went up. Opening the picture as a Smart Object before using the brush everything is fine in PS. Reopening the Smart Object in ACR and using the size 2 brush far away from the higlights causes the same unwanted beheaviour.
    At first I thought it had something to do with having done some adjustment to the exposure before but testing showed that this phenomena happens even when nothing was done the picture prior to using the adjustment brush.

  • Problems with accessing Light room through Creative Cloud

    I've just bought Creative Cloud after my trial version of Light room expired. I can't however access any of the apps including light room. When I do try to access Light room, a message comes up asking me to purchase a licence. I wasn't issued with a licence so don't know what to do. Any help would be appreciated as I need it for this new contract.

    EsJayFolks if you are unable to close the Photoshop.exe process then please reboot your computer.  Please then apply the update prior to reopening Photoshop.

  • Problems with SDN RSS Feed - part 1

    Hi all, this is the first question I have regarding the SDN RSS Feed and it's processing. I have followed Brian's weblog  'RSS = HttpClient + XML + XSLT' (link: /people/brian.mckellar/blog/2004/06/25/bsp-programming-rss-httpclient-xml-xslt). When testing this example I run into a problem when executing the following commands:
    node = element->find_from_name( name = 'creator' ).
    <blog>-creator = node->get_value( ).
    node = element->find_from_name( name = 'date' ).
    <blog>-date = node->get_value( ).
    Both values seem to be empty resulting in a HTTP_COMMUNICATION_FAILURE. When I comment these lines out the example runs correctly. Checking the actual RSS Feed, http://weblogs.sdn.sap.com/pub/q/weblog_rss_topic?x-topic=24&x-ver=1.0, there are entries for dc:creator and dc:date, so I changed my code accordingly but no success. Any idea what is causing this issue? Thanks, Tiest

    Brian, as discussed attached a test programm that shows the first error I am unable to understand.... Hope this makes it easier for you all to help me understand what is causing this issue. Thanks in advance, Tiest.
    REPORT  ZBSP_FAQ_RSSTST                                            
      DATA: url         TYPE STRING,
            http_client TYPE REF TO IF_HTTP_CLIENT,
            return_code TYPE I,
            content     TYPE STRING.
      url = 'http://weblogs.sdn.sap.com/pub/q/weblog_rss_topic?x-topic=24&x-ver=1.0'.
    url = 'http://weblogs.sdn.sap.com/pub/q/weblogs_rss?x-ver=1.0'.
      cl_http_client=>create_by_url( EXPORTING url    = url
                                     IMPORTING client = http_client ).
      http_client->send( ).
      http_client->receive( ).
      http_client->response->get_status( IMPORTING code = return_code ).
      content = http_client->response->get_cdata( ).
      http_client->close( ).
    Parse response into XML Document
      TYPE-POOLS: ixml.
      DATA: ixml          TYPE REF TO if_ixml,
            streamFactory TYPE REF TO if_ixml_stream_factory,
            istream       TYPE REF TO if_ixml_istream,
            parser        TYPE REF TO if_ixml_parser,
            document      TYPE REF TO if_ixml_document.
      IF content CS '<!DOCTYPE' AND content CS ']>'.
        DATA dummy type string.
        SPLIT content AT '<!DOCTYPE' INTO dummy content.
        SPLIT content AT ']>'        INTO dummy content.
      ENDIF.
      ixml     = cl_ixml=>create( ).
      streamFactory = ixml->create_stream_factory( ).
      istream  = streamFactory->create_istream_cstring( content ).
      document = ixml->create_document( ).
      parser   = ixml->create_parser( stream_factory = streamFactory
                                     istream         = iStream
                                     document        = document ).
      parser->set_normalizing( ).
      parser->set_validating( mode = if_ixml_parser=>co_no_validation ).
      parser->parse( ).
    Define table for BSP Output
      TYPES: BEGIN OF t_blog,
                title          TYPE string,
                link           TYPE string,
                description    TYPE string,
                creator        TYPE string,
                date           TYPE string,
             END OF t_blog,
             t_blogs TYPE TABLE OF t_blog.
      DATA:          blogs type t_blogs.
      FIELD-SYMBOLS: <blog> type t_blog.
    - Find all the <item> tags                                           -
      DATA:  collection      TYPE REF TO if_ixml_node_collection,
             node            TYPE REF TO if_ixml_node,
             element         TYPE REF TO if_ixml_element,
             index           TYPE i.
      collection = document->get_elements_by_tag_name( name = 'item' ).
      WHILE index < collection->get_length( ).
        APPEND INITIAL LINE TO blogs ASSIGNING <blog>.
        node     = collection->get_item( index ).
        element ?= node->query_interface( ixml_iid_element ).
        index    = index + 1.
        node = element->find_from_name( name = 'title' ).
        <blog>-title = node->get_value( ).
        node = element->find_from_name( name = 'link' ).
        <blog>-link = node->get_value( ).
        node = element->find_from_name( name = 'description' ).
        <blog>-description = node->get_value( ).
    <b>- Activating these two lines results in a shortdump, no idea what is causing this problem -</b>
        node = element->find_from_name( name = 'creator' ).
        <blog>-creator = node->get_value( ).
        node = element->find_from_name( name = 'date' ).
        <blog>-date = node->get_value( ).
      ENDWHILE.
      LOOP AT blogs ASSIGNING <blog>.
        write: / 'title:',       14 <blog>-title.
        write: / 'link:',        14 <blog>-link.
        write: / 'description:', 14 <blog>-description.
        write: / 'creator:',     14 <blog>-creator.
        write: / 'date:',        14 <blog>-date.
        write: /.
      ENDLOOP.
    Message was edited by: Tiest van Gool

  • SQL Developer - problems with the Data Modeller part

    Hi SQL Developer users,
    I can open the Data Modeler pane, but I can't insert any object into the logical model or into the relational model. Any ideas about what I'm doing wrong? Do I need specific privileges to the database, or do I need to install SQL Developer in a different way?
    Thanks,
    Csisz

    Hi Csisz,
    as Ivaylo wrote - it's Data Modeler Viewer into SQL Developer.
    I can't insert any object into the logical model or into the relational modelYou can drag tables from SQL Developer browser and drop them on relational model diagram. If you keep Ctrl key pressed then all child tables also will be imported and shown on diagram.
    Philip

  • Problem with the headphone jack part 2

    Ok. Now I have been to the "sound tab" and tried to select the output audio and change it. But it will not bring up any type of change. It does not offer anything but Digital out. It says it is built in audio. I need help.

    i contacted them for service on Friday from the service website but when they say that i should get a package within 2 business days to send it back for replacement but when they say 2 business days do they mean Monday to Friday no weekends or holidays like most businesses? (just curious)

  • Disk Utility 13 problem with USB drives

    There appears to be a problem with Disk Utility 13 (part of OS X 10.9). At least, so far as I can tell, everything traces back to this app, or possibly OS X 10.9 itself.
    I recently upgraded my MacBook Air to OS X 10.9 (reformatted hard drive, installed system from scratch, updated with all the latest Apple updates). I pre-checked all my third party software to make sure it was 10.9 compatible before installing it after the system cleanup, so everything I’m running supposedly has been approved as safe for 10.9. But I’m seeing a problem formatting USB drives that I do not encounter when running under 10.8.
    I have a Seagate STAA500101 (“FreeAgent GoFlex”) drive connected via Seagate’s USB3 adapter that I’ve used for some time as a Time Machine backup. Post-overhaul, I decided to erase the backup and start fresh. When I attempt to format it (single GUID partition) with Disk Utility, I see the following messages go by:
    Formatting disk1s2 as Mac OS Extended (Journaled) with name Untitled 1
    Could not mount disk1s2 with name (null) after erase
    Then there’s a pause, and the format appears to conclude fine. But if I run a “Verify Disk” immediately, I get this:
    Verifying partition map for “Seagate FreeAgent GoFlex Media”
    Checking prerequisites
    Checking the partition list
    Checking for an EFI system partition
    Checking the EFI system partition’s size
    Checking the EFI system partition’s file system
    Checking all HFS data partition loader spaces
    Volume  on disk1s2 has 0 bytes of trailing loader space and it needs 134217728 bytes
    Problems were found with the partition map which might prevent booting
    Error: Partition map needs repair because a data partition needs loader space.
    As the drive has just been formatted, that seemed odd. I took it over to another Mac still running 10.8.5 and formatted it there — it worked just fine. Verified just fine. Took the drive back to my MacBook Air and tried to verify the disk — same failure.
    I wanted to rule out bad media, so I took a Lexar 16GB USB flash drive and tried to format it with Disk Utility 13 — got the same problem.
    The only success I’ve had formatting USB drives under 10.9 is to boot up into OS X Recovery. Disk Utility there formatted my Seagate drive without an error. But once I booted back into normal 10.9 operating mode, the drive once again fails to verify; it makes me leery about using it as a Time Machine backup.
    I suppose it’s possible there could be some background component like Sophos causing problems when formatting drives, but if I format a drive via OS X Recovery or another Mac under 10.8, that wouldn’t explain why the drives fail to verify.
    Anyone got any other observations on this issue?

    Problem resolved. I'm posting this note for anyone else who might run into this situation and come across this discussion.
    It actually did turn out to be Sophos -- Cloud, that is. I'd been using Sophos' free Mac antivirus software on a variety of systems but forgot that I was now testing out Sophos Cloud on my own MacBook, which is their new endpoint solution, and supposed to be compatible with OS X 10.9 (although the Mac version is listed as "beta") Sophos Cloud includes a new feature called Device Control which allows you to create a company-wide policy to control access to hardware such as USB drives, optical drives, etc. But apparently it's still pretty buggy. I had my Device Control configured with the default setting of "monitor but do not block" but it was most definitely gumming up the system. With Sophos Cloud installed, here's what happens if I try to run "Verify Disk" on any attached drive. Note on the left side how "disk2s2" shows as a sub-volume for each hard drive.
    So if I uninstall Sophos Cloud, reboot and rescan, here's what I get:
    Works fine. Note that the "disk2s2" subvolumes are also gone. This is the way Disk Utility also appears on a 10.8 or 10.9 system, even if you have the standard free Sophos for Mac software installed. It's only Sophos Cloud that's not playing nice. It also appears to have stopped me from being able to play DVDs from an attached Apple USB SuperDrive -- that problem was likewise solved by removing Sophos Cloud.

  • Problem with Javadoc gen'in two instances of a sourcefile in the class list

    Hallo,
    I have a set of source files that I'm gen'ing with the ant task javadoc.
    sourcefiles="javadocs/PTConfigServer-root/src/com/palantir/config/util/SshUtils.java,
    javadocs/PTConfigServer-root/src/com/palantir/config/util/StafUtils.java,
    javadocs/PTCommons-root/src/com/palantir/util/Pair.java,
    javadocs/PTCommons-root/src/com/palantir/util/XMLTag.java,
    javadocs/PTCommons-root/src/com/palantir/util/MutuallyExclusiveSetLock.java,
    javadocs/PTCommons-root/src/com/palantir/exception/PalantirException.java,
    javadocs/PTCommons-root/src/com/palantir/exception/PalantirUserMessageException.java,
    javadocs/PTCommons-root/src/com/palantir/exception/VersionMismatchException.java,
    javadocs/PTCommons-root/src/com/palantir/util/Mutable.java,
    javadocs/PTCommons-root/src/com/palantir/util/MultiMapSet.java,
    javadocs/PTCommons-root/src/com/palantir/util/MultiMapOrderedSet.java,
    javadocs/PTCommons-root/src/com/palantir/util/MultiMapList.java,
    javadocs/PTCommons-root/src/com/palantir/util/MultiMapConcurrentHashSet.java,
    javadocs/PTCommons-root/src/com/palantir/util/MultiMap.java,
    javadocs/PTCommons-root/src/com/palantir/util/i18n/DefaultDateFormatterFactory.java,
    javadocs/PTCommons-root/src/com/palantir/util/i18n/DateFormatterManager.java,
    javadocs/PTCommons-root/src/com/palantir/util/i18n/DateFormatterFactory.java,
    javadocs/PTCommons-root/src/com/palantir/util/i18n/DateFormatter.java,
    javadocs/PTCommons-root/src/com/palantir/util/awt/Awt.java"
    The first two gen properly with only one of each class showing up in the class list. Then, starting with the PTCommons files, javadoc lists each class twice in the class list. In the actual generated documentation, there is only one instance of the file.
    Has anyone seen this before?
    Mary

    Im having a problem with the variables.
    Part of my original problem might be each pxi was in a different project. and i had two projects each its own IP. Using this method i did not know how use two differnt variables from two differnet pxi' s with the same program.
    if your still following.
    i tried a simpler way
    i modified my project to include both ip addresses. 
    this way In my window environment my vi calls the variable. i made sure that i right clicked and chose the variables from the correct ip.
    what i have is two status indicators and two update buttons.
    the status tells me what stage the test is in
    the update button is for the user at the end of the test he can update the screen with the results.
    currently only my second pxi is updating status and also the update works
    this is my windows vi alias file
    [My Computer]
    My Computer=localhost
    [S4000xH-System1]
    S4000xH-System1=192.168.110.10
    [S4000xH-System2]
    S4000xH-System2=192.168.110.3
    do i need to bind to source or use the single writer. im going to try to undo the single writer seems like this would could onluy better it but doesnt seem like its for my application.
     i forgot to mention that the varibles i use  were there listed as dependancies for the windows evirment have a blue question mark  but show what is wrong.  
    where i have the variables under the ip address there are no blue question marks

Maybe you are looking for

  • XML Forms Builder - Create XML in external System

    Hi, Is it possible to create a XML file in a system external to Portal (the DataModel is the same) and after uploading it to the Portal and obtain the same behavior (rendering) of a XML created in Portal by the form generated by XML Forms Builder? I'

  • MIRO Reversal Ref - Table Name

    Hi All, I had reversed one miro document and I want that system should not pick reversal documents in my report. Can anyone tell me in which table does it maintain the Reversal Reference of MIRO. Full points will be alloted if problem solved. Regards

  • Touch screen wont open

    I cannot use my IPhone 5C - a text coming in lights up but wont let me slide to open  Is this covered by a one year warranty by Apple if I brought it to an applestore?

  • Printers deployed via GPO not deploying

    Hi I have deployed printers via a GPO and mostly all printers have deployed correctly with the exception of a few. The printers that do not deploy to client workstations have different permission than the ones that do deploy correctly. If I add the e

  • Doubt regarding editable ALV report using Classes

    I need to create an ALV report and make few fields editable and i need to update the changes  to the corresponding database tables for that please suggest me some idea or provide me sample code for that urgent