Problem with room template

Hi All,
     I have created a new Room template and have added other iViews besides the Room calendar.
Everything is working fine in the room except the Room calendar. I get the following error
<i><b>"Invalid RID: 20b1bad6-5c27-2810-d199-d91203b5c46f",</b></i> which i guess is the Room Id.
I even tried copying the "Calendar and Sessions" page from SAP Team room template into my template, but that also doesn’t work. If I create a room using SAP Team Room template the calendar works fine, but not in a room created with my template.
The following mapping have been done
In the page com.sap.netweaver.coll.CalendarAndSessions_0
the property com_sap_netweaver_coll_gwui_roomid is set as room_id for component com.sap.netweaver.coll.RoomCalendar
The stack trace shows the following error
<i>#1.5#0002A5EF3C19004700000084000012A4000403FC3CBC5A48#1130281792354#com.sapportals.wcm.rendering.base.StatusFactory#sap.com/irj#com.sapportals.wcm.rendering.base.StatusFactory#amahto#8276####72cc642045ac11daaab50002a5ef3c19#SAPEngine_Application_Thread[impl:3]_15##0#0#Error##Plain###No status mapped to the given list type <http://sap.com/xmlns/collaboration/rooms/room> using hard coded default#</i>
Am I missing something somehwere?
Thanks, Akhilesh

Okay, found the problem. It was indeed some configuration that I've forgot.
com.sap.netweaver.coll.RoomInformationExtended
iView property com_sap_netweaver_coll_information_roomid = room_id (=parameter)

Similar Messages

  • Problem with Web Template

    Hi,
    We are facing some problem in WAD.
    We have developed some reports based on views and as well on queries.
    As per our requirement we merged all the reports in a Standard web Template, and we are using table and graph as web items for the template, here the user can select any report becoz we have query selection option, then it will display the particular report. But we are getting the problem with the Template.
    While publishing the template we will get three tabs 1.DATA ANALYSIS, 2. GRAPHICAL DISPLAY 3.INFORMATION. in the initial screen that means in the DATA ANALYSIS tab it should display only the table, but in our case it is displaying both table and graph.
    And also if you select graphical tab then that should highlight the particular tab and with the particular graph, but the tabs is not highlighting when you selecting that.
    If you have any solutions please let us know.
    Regards,
    Nossum Chandu.

    Hi
    I have having almost similar problem. The difference is that it is other way around.
    The problem is from Development server instead from production. I am not using slandered template.
    I have done following but fail to resolve it-
    1) Loading templates using WAD gives inconsistency error. Object "...." is inconsistent.
    Recalling query in QD returns following two errors "BEx transport request is not available or not suitable 0", "Choose an existing request 0"
    2) While running the query using TX RSRT2 (Query Monitor support package X), returns error "An error has occurred in the script of this page" Line 11039, Char 1, Error Access is denied and so on...
    3) ICM ok, Services are checked.
    4) SM50 log does not give any clues
    5) There is no URL issue.
    6) BW Functionalities are active.
    Could some suggest?
    Thanks in advance

  • Problem with CSS/Template in IE display

    Hi,
    I have a problem with a new web site
    http://www.halloween-mayhem.com.
    The CSS is at
    http://www.halloween-mayhem.com/MasterCSS3Col240606.css
    and the template at
    http://www.halloween-mayhem.com/Templates/MasterHM3Col250606.dwt
    When viewed in Firefox everything is fine, but in IE the
    content slips right down the page to beyond the menu . Any idea
    what I have missed or done wrong please?
    Any help greatly appreciated.
    Roy

    The slipping content is too wide for the space you've
    allotted. Make it 3px
    narrower.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "roythom" <[email protected]> wrote in
    message
    news:ecti8e$ohh$[email protected]..
    > Hi,
    >
    > I have a problem with a new web site
    http://www.halloween-mayhem.com.
    The
    > CSS
    > is at
    http://www.halloween-mayhem.com/MasterCSS3Col240606.css
    and the
    > template
    > at
    http://www.halloween-mayhem.com/Templates/MasterHM3Col250606.dwt
    >
    > When viewed in Firefox everything is fine, but in IE the
    content slips
    > right
    > down the page to beyond the menu . Any idea what I have
    missed or done
    > wrong
    > please?
    >
    > Any help greatly appreciated.
    >
    > Roy
    >

  • Problems with blog template

    I'm having two problems with the blog template. First, I wanted to add some images to a blog entry in addition to the main photo at the top of the page. I had wanted these to appear below the main text box. So I selected several pictures in iPhoto and dragged them over to the current blog entry. What I got was a new photo page being created and a small image placed on my blog page that was a link to the newly created photo page that contains a thumbnail image of one of the photos on the photo page. Is there no way to simply insert additional images into a blog page? Even if I can't insert the images into my page, there is a problem with the location of that thumbnail image. It somehow got located near the bottom of the page in between the "made on a Mac" logo and the Next link. I can't seem to select it to move it to a different location. I tried right-clicking, option-clicking and clicking with every other modifier key, as well as ordinary clicking, but either nothing happens or iWeb takes me to the new photo page. How can I manipulate this thumbnail object? Finally, out of frustration about being unable to manipulate the thumbnail away from the Next/Previous links, I decided to try to move them. I started with the "Made on a Mac" logo, selected it and then pressed the down arrow. What I had expected was that my page size would increase as I moved the logo down the page. Instead, I seem to have moved the logo down so far that it has disapeared. How do I get it back? What am I doing wrong here?

    I have been corresponding with the company in Lithuania for a few days and we have tried everything we could think of to solve the glitch. I am very much aware of the fact that it is a custom theme, in fact I have further customised it.
    The website in question is a private one. In my home country, we are legally required to post our address on the page. I would not want to braodcast that across the Apple community, if I can help it, so that is not an option. Sorry.
    I would really appreciate if someone who uses GraphicNodes templates could help me out. Thank you

  • Problem with a template method in JDialog

    Hi friends,
    I'm experiencing a problem with JDialog. I have a base abstract class ChooseLocationDialog<E> to let a client choose a location for database. This is an abstract class with two abstract methods:
    protected abstract E prepareLocation();
    protected abstract JPanel prepareForm();Method prepareForm is used in the constructor of ChooseLocationDialog to get a JPanel and add it to content pane.
    Method prepareLocation is used to prepare location of a database. I have to options - local file and networking.
    There are two subclasses ChooseRemoteLocationDialog and ChooseLocalFileDialog.
    When I start a local version, ChooseLocalFileDialog with one input field for local file, everything works fine and my local client version starts execution.
    The problem arises when I start a network version of my client. Dialog appears and I can enter host and port into the input fields. But when I click Select, I get NullPointerException. During debugging I noticed that the values I entered into these fields ("localhost" for host and "10999" for port) were not set for corresponding JTextFields and when my code executes getText() method for these input fields it returns empty strings. This happens only for one of these dialogs - for the ChooseRemoteLocationDialog.
    The code for ChooseLocationDialog class:
    public abstract class ChooseLocationDialog<E> extends JDialog {
         private E databaseLocation;
         private static final long serialVersionUID = -1630416811077468527L;
         public ChooseLocationDialog() {
              setTitle("Choose database location");
              setAlwaysOnTop(true);
              setModal(true);
              Container container = getContentPane();
              JPanel mainPanel = new JPanel();
              //retrieving a form of a concrete implementation
              JPanel formPanel = prepareForm();
              mainPanel.add(formPanel, BorderLayout.CENTER);
              JPanel buttonPanel = new JPanel(new GridLayout(1, 2));
              JButton okButton = new JButton(new SelectLocationAction());
              JButton cancelButton = new JButton(new CancelSelectAction());
              buttonPanel.add(okButton);
              buttonPanel.add(cancelButton);
              mainPanel.add(buttonPanel, BorderLayout.SOUTH);
              container.add(mainPanel);
              pack();
              Toolkit toolkit = Toolkit.getDefaultToolkit();
              Dimension screenSize = toolkit.getScreenSize();
              int x = (screenSize.width - getWidth()) / 2;
              int y = (screenSize.height - getHeight()) / 2;
              setLocation(x, y);
              addWindowListener(new WindowAdapter() {
                   @Override
                   public void windowClosing(WindowEvent e) {
                        super.windowClosing(e);
                        System.exit(0);
         public E getDatabaseLocation() {
                return databaseLocation;
         protected abstract E prepareLocation();
         protected abstract JPanel prepareForm();
          * Action for selecting location.
          * @author spyboost
         private class SelectLocationAction extends AbstractAction {
              private static final long serialVersionUID = 6242940810223013690L;
              public SelectLocationAction() {
                   putValue(Action.NAME, "Select");
              @Override
              public void actionPerformed(ActionEvent e) {
                   databaseLocation = prepareLocation();
                   setVisible(false);
         private class CancelSelectAction extends AbstractAction {
              private static final long serialVersionUID = -1025433106273231228L;
              public CancelSelectAction() {
                   putValue(Action.NAME, "Cancel");
              @Override
              public void actionPerformed(ActionEvent e) {
                   System.exit(0);
    }Code for ChooseLocalFileDialog
    public class ChooseLocalFileDialog extends ChooseLocationDialog<String> {
         private JTextField fileTextField;
         private static final long serialVersionUID = 2232230394481975840L;
         @Override
         protected JPanel prepareForm() {
              JPanel panel = new JPanel();
              panel.add(new JLabel("File"));
              fileTextField = new JTextField(15);
              panel.add(fileTextField);
              return panel;
         @Override
         protected String prepareLocation() {
              String location = fileTextField.getText();
              return location;
    }Code for ChooseRemoteLocationDialog
    public class ChooseRemoteLocationDialog extends
              ChooseLocationDialog<RemoteLocation> {
         private JTextField hostField;
         private JTextField portField;
         private static final long serialVersionUID = -2282249521568378092L;
         @Override
         protected JPanel prepareForm() {
              JPanel panel = new JPanel(new GridLayout(2, 2));
              panel.add(new JLabel("Host"));
              hostField = new JTextField(15);
              panel.add(hostField);
              panel.add(new JLabel("Port"));
              portField = new JTextField(15);
              panel.add(portField);
              return panel;
         @Override
         protected RemoteLocation prepareLocation() {
              String host = hostField.getText();
              int port = 0;
              try {
                   String portText = portField.getText();
                   port = Integer.getInteger(portText);
              } catch (NumberFormatException e) {
                   e.printStackTrace();
              RemoteLocation location = new RemoteLocation(host, port);
              return location;
    }Code for RemoteLocation:
    public class RemoteLocation {
         private String host;
         private int port;
         public RemoteLocation() {
              super();
         public RemoteLocation(String host, int port) {
              super();
              this.host = host;
              this.port = port;
         public String getHost() {
              return host;
         public void setHost(String host) {
              this.host = host;
         public int getPort() {
              return port;
         public void setPort(int port) {
              this.port = port;
    }Code snippet for dialog usage in local client implementation:
    final ChooseLocationDialog<String> dialog = new ChooseLocalFileDialog();
    dialog.setVisible(true);
    location = dialog.getDatabaseLocation();
    String filePath = location;Code snippet for dialog usage in network client implementation:
    final ChooseLocationDialog<RemoteLocation> dialog = new ChooseRemoteLocationDialog();
    dialog.setVisible(true);
    RemoteLocation location = dialog.getDatabaseLocation();Exception that I'm getting:
    Exception occurred during event dispatching:
    java.lang.NullPointerException
         at suncertify.client.gui.dialog.ChooseRemoteLocationDialog.prepareLocation(ChooseRemoteLocationDialog.java:42)
         at suncertify.client.gui.dialog.ChooseRemoteLocationDialog.prepareLocation(ChooseRemoteLocationDialog.java:1)
         at suncertify.client.gui.dialog.ChooseLocationDialog$SelectLocationAction.actionPerformed(ChooseLocationDialog.java:87)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)java version "1.6.0"
    OpenJDK Runtime Environment (build 1.6.0-b09)
    OpenJDK Client VM (build 1.6.0-b09, mixed mode, sharing)
    OS: Ubuntu 8.04
    Appreciate any help.
    Thanks.
    Edited by: spyboost on Jul 24, 2008 5:38 PM

    What a silly error! I have to call Integer.parseInt instead of getInt. Integer.getInt tries to find a system property. A small misprint, but a huge amount of time to debug. I always use parseInt method and couldn't even notice that silly misprint. Sometimes it's useful to see the trees instead of whole forest :)
    It works perfectly. Sorry for disturbing.

  • Problem with rooms

    Hi all,
    I'm working in a EP SR1. I like make a room with Sap_Information_site.
    I set permission of administrator to user's.
    How i can get documents, links, photo ..., for i can look this documents in the portal?
    Thanks in advance

    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

  • Right side bar problems with BC template

    I'm using the BC template that was called Cadca from themforest. It has a nice thumbnail portfolio gallery with a drop down menu called Categories. I am trying to use the Categories feature on another page WITHOUT the thumbnail feature. The problem is that it seems to over ride the class="box_one_third last". Which means that any box with box_one_third now has a preview_icon showing up on the box.
    You can see it here:
    http://www.eplusmarketing.com/video-sample-testimonial_4.html  Look next to the pie chart on the right side bar you'll see a shadow of the preview icon peeking out. Plus notice the sidebar and the main content the dividing line graphic disappeared.
    The problem I'm having is with a  sidebar that has the box_one_third. I tired to change it to: box_one_half and the side bar slides under the main content as shown here:
    http://www.eplusmarketing.com/video-sample-testimonial_copy.html
    the preview icon is gone, the nice dividing graphic is back, but it is no longer a side bar. The entire sidebar moved under the main content.
    Any ideas on how to solve this issue?

    Can anyone please help me with this problem regarding my website using the CADAC template (see the complete issue above posted on Oct 12th) and the issue about the portfolio categories drop down menu found on the Cadac BC's template?  Thank you!!

  • Problem with Document Template

    Hi Experts,
    In my workflow i have a workitem which needs to display word document with entries from internal table. I had complete document template part and when i tested the workitem. word document displayed in workitem looks fine on my system with values of internal table work area.
    But the problem is when look at same word document of workitem in another system it doesn't display runtime values instead it displays the document as it has been given. For example in word document i had given &lv_var1& &lv_var2& in my system the values are shown fine this variables. But in other system it shows as it is &lv_var1& &lv_var2&.
    Can anyone tell me how to solve this problem.
    thanks&regards,
    Himesh

    where have you written this ?  &lv_var1& &lv_var2&       is it in the task description ?

  • Anyone running 6.0.4 have problems with Master Templates

    I am running Final Cut ver. 6.0.4
    Can somebody else with the same version of FCP tell me if their Master Templates are working correctly? I am getting a white screen when applying the effect to my timeline.
    Thanks Again

    I have the same problem and have seen this problem a few times now on this board. Master Templates are blank when viewed through Final Cut Pro even after applying the latest updates. Removing user prefs has no effect. Complete uninstall / reinstall does not help. I can go through Motion but it's a shame to loose a feature that would save me a lot of time (just not enough time to justify taking 2 days to format my drive and do a full reinstall).

  • [SOLVED] [lxc] Problems with archlinux template (and systemd)

    Hello, recently I was pointed to lxc. I tried the archlinux and debian templates (ubuntu and fedora doesn't work because the "arch" command cannot be found but curently I don't care about these templates).
    The debian template seems to work just fine but the archlinux template doesn't.
    I think the main problem is that the arch-system runs with systemd while debian still uses initscripts. I found some resources saying that systemd does not work within a lxc-container while others say that some modifications have to be done in order to make systemd to work properly. But all modifications (I found) that should be made are already included in the archlinux template. But it is still not working for me. :-(
    The output is as follows:
    # sudo lxc-start -n test-arch
    systemd 203 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Detected virtualization 'lxc'.
    Welcome to Arch Linux!
    Set hostname to <test-arch>.
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on Delayed Shutdown Socket.
    [ OK ] Listening on Journal Socket.
    Starting Journal Service...
    [ OK ] Started Journal Service.
    [ OK ] Reached target Paths.
    [ OK ] Reached target Encrypted Volumes.
    Starting Setup Virtual Console...
    [ OK ] Reached target Swap.
    Starting Remount Root and Kernel File Systems...
    Mounting Temporary Directory...
    systemd-journald.service: main process exited, code=exited, status=219/CGROUP
    Unit systemd-journald.service entered failed state.
    systemd-vconsole-setup.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Setup Virtual Console.
    See 'systemctl status systemd-vconsole-setup.service' for details.
    Unit systemd-vconsole-setup.service entered failed state.
    systemd-remount-fs.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Remount Root and Kernel File Systems.
    See 'systemctl status systemd-remount-fs.service' for details.
    Unit systemd-remount-fs.service entered failed state.
    tmp.mount mount process exited, code=exited status=219
    [FAILED] Failed to mount Temporary Directory.
    See 'systemctl status tmp.mount' for details.
    Unit tmp.mount entered failed state.
    [ OK ] Reached target Local File Systems (Pre).
    [ OK ] Reached target Local File Systems.
    Starting Trigger Flushing of Journal to Persistent Storage...
    Starting Recreate Volatile Files and Directories...
    Starting Load Random Seed...
    systemd-journal-flush.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Trigger Flushing of Journal to Persistent Storage.
    See 'systemctl status systemd-journal-flush.service' for details.
    Unit systemd-journal-flush.service entered failed state.
    systemd-tmpfiles-setup.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Recreate Volatile Files and Directories.
    See 'systemctl status systemd-tmpfiles-setup.service' for details.
    Unit systemd-tmpfiles-setup.service entered failed state.
    systemd-random-seed-load.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Load Random Seed.
    See 'systemctl status systemd-random-seed-load.service' for details.
    Unit systemd-random-seed-load.service entered failed state.
    [ OK ] Reached target System Initialization.
    [ OK ] Reached target Timers.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting D-Bus System Message Bus...
    [ OK ] Started D-Bus System Message Bus.
    Starting Login Service...
    Starting Permit User Sessions...
    systemd-journald.service holdoff time over, scheduling restart.
    [ OK ] Stopped Trigger Flushing of Journal to Persistent Storage.
    Stopping Journal Service...
    [ OK ] Stopped Journal Service.
    Starting Journal Service...
    [ OK ] Started Journal Service.
    Starting Trigger Flushing of Journal to Persistent Storage...
    dbus.service: main process exited, code=exited, status=219/CGROUP
    Unit dbus.service entered failed state.
    systemd-logind.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Login Service.
    See 'systemctl status systemd-logind.service' for details.
    Unit systemd-logind.service entered failed state.
    systemd-user-sessions.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Permit User Sessions.
    See 'systemctl status systemd-user-sessions.service' for details.
    Unit systemd-user-sessions.service entered failed state.
    systemd-journald.service: main process exited, code=exited, status=219/CGROUP
    Unit systemd-journald.service entered failed state.
    systemd-journal-flush.service: main process exited, code=exited, status=219/CGROUP
    [FAILED] Failed to start Trigger Flushing of Journal to Persistent Storage.
    See 'systemctl status systemd-journal-flush.service' for details.
    Unit systemd-journal-flush.service entered failed state.
    Starting Getty on tty1...
    [ OK ] Started Getty on tty1.
    Starting Console Getty...
    [ OK ] Started Console Getty.
    [ OK ] Reached target Login Prompts.
    [ OK ] Reached target Multi-User System.
    I created the container with
    sudo lxc-create -t archlinux -n test-arch
    and did nothing more because it seems to me that nothing more should be needed.
    I read a lot and most readings say that one has to use initscripts because systemd is not working while others say systemd is working with modifications, e.g. https://wiki.archlinux.org/index.php/Lxc-systemd
    But above is everything I get, no login-prompt or anything else, it just hangs. Trying to invoke "lxc-stop -n test-arch" initiates the shutdown but then both terminals just hang and I have to kill the lxc-start process.
    I would like to know:
    1. is it possible to run a container with systemd? Or do I have to use initscripts?
    2. are there any modifications I have to do besides the modifications already provided by the archlinux template script (in order to use systemd)?
    3. what possibilities do I have to see what's missing or configured wrong?
    Thank you very much. ;-)
    // Edit:
    Ok, sorry for the noise.
    As a last chance I tried a fresh Arch installation within a VM and that works fine (I should have tried this first :-( ). It turned out that my problem is that I am running the ck-kernel which lacks support for "Cgroup sched" and "Cgroup cpu account".
    I will ask the ck-guy to support these options.
    Until then I will have to use the kernel from the core-repo.
    Last edited by m4ntiz (2013-05-20 12:38:52)

    Yes, that was it. Sometimes I don't see what is right in front of me. The devices work as expected, thank you Strike0.
    I have one question left. Now wifi and ethernet connection are established during boot (whenever possible). Is there a way to establish connections on demand? Is it possible to trigger the netcfg profile "ethernet-dhcp" when the cable is plugged in or "wireless-wpa" when in range?

  • Issue with room template before going Live

    We have created a template and all the users get their own room. In couple of months we are planning to add new features to the app. Of course when we update the template, the rooms won't get updated with new nodes. How do we upgrade these existing rooms? Delete and recreate the room using a batch script? I guess we will look the data in the room but is there any other potential issues with this approach. Any better approach?
    One thought came to my mind is to furnish the template with all possible component nodes beforehand even if we do not use it right now. That way in future, we will have all the components we need in existing rooms. Is this feasible , better approach?

    Option 1: delete and recreate the room. If you don't save any state or the state can be recreated there shouldn't be any issues with this approach.
    Option 2: write a flex application that updates the room, or make your updated flex client update the room (but if you are creating new nodes and you don't have a role of 100 that would not work)
    Option 3: create the new nodes and configuration from a server side script.
    Sent from my iPhone

  • Please help with borders problem with CSS templates

    I'm trying to redo my site using the great CSS templates that came with CS4.  But I have something goofed up and can't figure out what.  Here's the test page that I am using to make the main Template.
    http://www.ausranch.com/start-for-2010.html
    I want a photo in the upper left and a vertical line from top to bottom of the container that is 6 pixels wide.  Then I want a 10 pixel border across the bottom of the photo and the header area.  Of course I'd like all of these borders to line up.  I thought it might be easier to move the sidebar1 div above the header div.  Was that a mistake?
    I thought I had it working.  It works/displays fine on my Vista computer using both Firefox and IE8. That monitor is an old 1280 x 1024.
    It doesn't work on Win 7 with IE8 and a 1600 x 900 widescreen display.  Fine on Firefox on both computers.  What happens is that the sidebar1 right border doesn't line up with the mainContent left border.  I need both because the sidebar1 border is needed for the area that is in between the header and the mainContent (I can't figure out where that space comes from, actually.)  The sidebar1 ends well above the end of the mainContent so it has to have a border too.  But right now, on that Win7 widescreen computer, the two borders do not line up and appear to be off about 6 pixels.  They touch but they don't line up.
    In order to make the horizontal lines line up, I had to remove the 30 px margin at the top of the sidebar1 that was in the comments as a bug fix for IE.
    Do I need a tweak somewhere or did I totally take the wrong approach here?  Thank you.

    Here you go:
    http://wwww.martcol.co.uk/test/horses.html
    That's my attempt and I think it might be a slightly more straighforward solution.  basically, I guess it's now a two column layout with no header or footer.  It's a bit clunky and if you want my opinion, I think you could get it a bit cleaner if you start again and build it on that basis a 2 Column, fixed, centered layout.
    I also think that what you got caught up in was trying to fix a problem by adding and adding to the page. That way eventually, it's really easy to lose track of things.  If you had seen it as a two column layout earlier on, it might have been a Eureka moment!  I'm no expert but I think I've cobbled something together that will hold up in IE 6 and Firefox.
    The two pages are below and if you open them up in DW you should be able to test the site in your local browser at least.  I have taken out all your template instances - I just don't understand or use all that stuff - and the links are all absolute to your site.  I've tried to comment the page to show you what I have done but, it won't explain everything probably because I am not sure how to explaing it all.
    Both the main divs that hold the two columns are floated so if you start tinkering with margins and border width it will throw the page off because of the Box Model.  If you want to push content away from the edge of something use padding.  The other thing to say is that the page will hold up all the while the right panel content is greater than the left panel.
    Gosh, I hope I haven't made things worse!
    Regards
    Martin

  • Problems with rooms and authentication

    Hi there! Currently i am working on a collaborative
    brainstorming app. I came across cocomo (now afcs) and it worked
    like a charm out of the box. Now i am trying to give the user the
    possibility to add new rooms. I do this with php. When i try to add
    a room, the return-value is empty, the room is not created. When i
    try to list the rooms i get a HTTP 403 - forbidden error. Opening
    the afcs dev console lists one room: mymeeting. I cannot add or
    delete rooms. Accessing via the developer portal i see my old
    rooms, i can add and delete rooms.
    A few hours ago, the situation was the following: the
    afcs-script throwed an expection when trying to add a room. I had
    to "create" or fill in the acrobat.com-account, accessible via "My
    Account" in the developer portal before the error message
    disappeared.
    However, somehow i cannot add rooms nor list them via script
    and the dev console gives me some strange information.
    Anyone with the same issues? Could it be some
    language/country-problem? Is it account-related? I am from germany.
    Thank you in advance!
    Here is the php code i used:

    ok, sorry. I am getting confused with all the pieces involved
    your 'pofessore' account only has the room called 'testroom',
    so everything seems to be fine.
    if you try to create the same room again you would get a 403
    error.
    please try the php script from the command line like this:
    php afcs.php --debug pofessore 'your-dev-user-id'
    'your-dev-user-password' --create 'theroomtocreate'
    please send the output and we can look into it (it may show
    your password, so make sure you remove it :)
    you can also add AFCS::$DEBUG=true in your server-side code
    and collect that output instead.

  • Problem with Muse template {tag_pagecontent}

    Hi there,
    Apologies if this problem has been posted before but I have done a fair bit of searching on here and can't seem to find anything similar.
    I am new to web development and have been setting up an online store using Muse and BC.
    I have uploaded a template from Muse containing the HTML {tag_pagecontent} so that my standard header and footer are on the large product view and shopping cart.
    The shopping cart view is fine and exactly as planned, however the large product view page is doing something strange.  The footer is being displayed half way up the large product detail (see below)
    When I preview the template in the BC it looks as planned too:
    Has anyone else had this problem?
    Do I have to change some of the css for large product page as this is the only content affected?
    Any help would be hugely appreciated.
    Thanks in advance,
    John.

    Hi Anshul,
    Thank you for the suggestion but sadly it didn't work.  The page is still being displayed like this after disabling the sticky footer and re-publishing:
    The cart page is working fine like I said:
    I am only a novice and new to code but with one page working and the other not could it be related to something in the css for the large product page?
    The Muse code is tricky to follow but if you can think of anything I can look for then please let me know?
    Thanks again,
    John.

  • Problem with data template in XML publisher

    When I create data template in xml publisher and save it, I get next message:
    dbase:
    Failed to save data.
    Error occurred when creating xml data.
    undefined
    NaN
    NaN
    dbase is a database server
    JDBC connection name:asu_fox
    JDBC connection URL: jdbc:oracle:thin:@dbase:1521:ora03
    Text in data template:
    <?xml version="1.0" encoding="UTF-8"?>
    <dataTemplate name="data_report_2" description="data template for reports 2 and 10"
    dataSourceRef="asu_fox" version="1.0">
    <dataQuery>
         <sqlStatement name="Q1">
              <![CDATA[select kol_pl,kol_sv,trud_pl,trud_sv,nom_per_p,kod_polu_p,p_v,kod_tmc,liter,kol_skl,nom_per,shifr_dse,shifr_izd,kod_polu,kod_post,trud,kol_m,tip_rin,kod_op,kod_op0,order1,n_val,shifr_usel_val,sum_trud_val,sum_trud_val_sv from reporter.t_plan_report_2]]>
         </sqlStatement>
    </dataQuery>
    <dataStructure>
         <group name="group_all" source="Q1">
              <element name="kol_pl_l" value="kol_pl"/>
              <element name="kol_sv_l" value="kol_sv"/>
              <element name="trud_pl_l" value="trud_pl"/>
              <element name="trud_sv_l" value="trud_sv"/>
              <element name="nom_per_p_l" value="nom_per_p"/>
              <element name="kod_polu_p_l" value="kod_polu_p"/>
              <element name="p_v_l" value="p_v"/>
              <element name="kod_tmc_l" value="kod_tmc"/>
              <element name="liter_l" value="liter"/>
              <element name="nom_per_l" value="nom_per"/>
              <element name="shifr_dse_l" value="shifr_dse"/>
              <element name="shifr_izd_l" value="shifr_izd"/>
              <element name="kod_polu_l" value="kod_polu"/>
              <element name="kod_post_l" value="kod_post"/>
              <element name="trud_l" value="trud"/>
              <element name="kol_m_l" value="kol_m"/>
              <element name="tip_rin_l" value="tip_rin"/>
              <element name="kod_op_l" value="kod_op"/>
              <element name="kod_op0_l" value="kod_op0"/>
              <element name="order1_l" value="order1"/>
              <element name="n_val_l" value="n_val"/>
              <element name="shifr_usel_val_l" value="shifr_usel_val"/>
              <element name="sum_trud_val_l" value="sum_trud_val"/>
              <element name="sum_trud_val_sv_l" value="sum_trud_val_sv"/>
         </group>
    </dataStructure>
    </dataTemplate>
    I get this error with different data templates.
    Help me, please.
    Vladimir

    Hi Vladimir
    Can you test the data template posted here. http://static7.userland.com/oracle/gems/leslieStuddard/EMPLOYEES.xml
    It needs to connect to the sample scott schema, hopefully you have it installed?
    Let me know if you get the same error.
    thanks
    Tim

Maybe you are looking for

  • What is the best way to hook up a telephone line to an i- mac so I can receive faxes directly to my computer?

    What is the best way to hook up a telephone line to an i- mac so I can receive faxes directly to my computer? I tried usb modems.  They worked ok for 32 bit usb's but Lion only allows 64 bit.  I bought one from Best Buy and it works when it wants to.

  • IPhone 4S user in Japan.  App store won't load...only white screen.  Help?

    I am living in Japan and have an iPhone 4S through Softbank.  Yesterday, the app store on my phone quit loading.  When I open the app store the top bar shows up and the bottom shows up (featured, charts, genius, search, updates) but the middle is onl

  • Please Help - Connection Refused

    Hello, I am having trouble connecting to cloudscape database, have been working OK for the past couple weeks with an application that I have writen but now big problems! java -Djdbc.drivers=COM.cloudscape.core.RmiJdbcDriver Testjava.sql.SQLException:

  • BT Homehub 2.0 Dropping all connections. Wired and...

    Hi All I recently joined BT a couple of months ago after being with Virgin. I was very happy with the speeds up the service to begin. Then the homehub started dropping all connections, both wireless and wired. This would happen about once or twice pe

  • Business Server not getting associated with XI

    Hi I am just wondering why the "associate with XI" button doesnt associate a Integration server with XI. This is in the SLD ->System Landscape directory->Business system->integration Tab. So, when i goto the RWB , i find the Integration Server and IE