The portlet name is not displayed in the portlet drop down list ?

Hi,
I use Sun Java System Portal Server 6 2005Q4 for windows 2000 server , use the following command to deployo portlet,
I am not sure if I successfully deploy the portlet?
pdeploy deploy -u amAdmin -w amadmin -p amadmin -d "cn=amldapuser,ou=DSAME Users,dc=icheng,dc=com" C:\Sun\PortalServer\tmp\portlet\portletsamples.war
The message I got after execute the pdeploy command is =>
Deploys the portlet war file and inserts the provider into display profile..
OPTIONS
--help Help message (false)
-u --runasdn UID Bind DN (none)
-w --password Password (none)
-p --wc_password Password for WebContainer's Admin (none)
-i --instance WebContainer's Instance into which the war file is to be deploye
d (*)
-d --dn LDAP DN of the target node (*)
-g --global Global display profile (false)
-r --rolesfile File containing the DSAME and portlet role mapping (*)
-f --userinfofile File containing the user info mapping (*)
-v --verbose Generate debug messages (false)
-V --version Generate version information (false)
-l --locale Locale information (en_US)
OPERAND
Specifies a path to the war location.
Deploying to IWS
Is this mean that successfully deploy the portlet ?
After I deploy the portlet, I login to Access Manager, select the "service" from view, click the portal desktop,
click "Manage Channels and Containers", click the "New Portlet Channel...", then click the portlet drop down list,
the portlet name is not displayed in the portlet list.
How can I make the portlet name displayed in the portlet drop down list ?
Can someone help me ?
Thanks!

Hi
According to your description, since this is SQL Server forum, as Olaf Helper’s post, could you get the correct result if you execute the following query in SQL Server Manager Studio (SSMS)?
select UserName from aspnet_Users where UserId in(select FreindId from myFreinds where UserId in(select UserId from aspnet_Users where UserName = '<your typed name>'))
If you cannot get the correct result in SSMS, I recommend to check the Transact-SQL statement. Apart from the error message, we also need to know the table structure, data, join relationships between tables for further analysis.
However if there is no problem in SQL Server query, it will be an issue that regards ASP.NET and website deployment. I suggest you to post the question in the ASP.NET forums at
http://forums.asp.net/ . It is appropriate and more experts will assist you.
In addition, there is detail about listbox control in asp.net. You can review the following links:
How to Bind/Load/Fill ListBox with Sql Server Database in asp.net:http://www.webcodeexpert.com/2013/07/how-to-bindloadfill-listbox-with-sql.html#.U5f75_6KCM9
How to get multiple selected value in ListBox control - ASP.NET using C#:
http://www.dotnetfox.com/articles/how-to-get-multiple-selected-value-in-listbox-control-Asp-Net-using-C-Sharp-1047.aspx
Thanks
Lydia Zhang

Similar Messages

  • I am trying to set up new folders under another e-mail in my inbox.  The folder names are not displaying under the e-mail name.  How can I get them to appear?

    In my mail program on my Mac Book Pro I cannot get new folders to appear / be listed under a second e-mail account.  They show up at the bottom of the window but not at the top as do the other folders in the initial e-mail account.  How can I get my folders to appear?

    - It does not make any difference what ID was used for setup.
    - I would delete the email account from the iPod and then Goog for how to set up the account for yur particular provider.  Example is: setup earthlink  email on iphone
    YOU can also go to your provider's support site and they should have instructions.

  • PDF export to Excel the decimal point is not displayed in the amount

    When I export a pricelist from pdf to excel then the decimal point is not displayed in the amount. It does'n matter in which language I try
    Anyone kow why?
    So the tool doesn't work for me.

    I have no problem. What is your country setting for the decimal separator?
    Attachments:
    read from csv.png ‏18 KB

  • The file name is not valid. The file name is a device or contains invalid characters.

    Hi ,
    I am getting below error in SSIS 2008 package when it is run through control-m
    The file name is not valid. The file name is a device or contains invalid characters.
    component "FF_SRC_InboundFidelityInputFile" (1) failed the pre-execute phase and returned error code 0xC020207E.
    although this package is working fine in dev environment from visual studio.
    control-m agent has proper permissions to the folder still it is failing. Please if anyone knows solution for this issue. I am working on this issue since more than a week but reached nowhere. Please help.
    Thanks 
    Paras Gupta

    Hi Paras,
    Based on your description, it is not the VS IDE issue, if it is related to the SSIS, I suggest you post the issue in this forum here:http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlintegrationservices
    , and there you would get better response.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Technical Name is not displayed on the hierarchy

    Hi,
    While diplaying the hierarchy on the web interface for a particular node only description is visible. We want to display the text as well as the technical name of the node.
    Is it possible to display the technical names of hierarchy nodes in the variablescreen of a webapplication in BW 3.x?
    Regards,
    Anita

    Firstly check no UI elements are hidden via Personalization (Ctrl and Right Mouse button) on user level or in the PCD preview at administrator level
    Secondly check you are operating a recommend SP landscape
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/marcio+leoni
    --->HOW TO GET RID OF SP STACK MISMATCH ISSUES
    Next check that none of the fields are marked as unused in V_T588M, V_T588MFPROPS,  V_T588MFPROPC
    Hope this helps
    Stuart

  • Problem with subtotal, and the total icon is not displayed at the toolbar

    Hi all,
    I'm currentlyhaving difficulties working with the subtotal and the grandtotal. I have the code in the right place like the sort table
      CLEAR k_sort.
      ADD 1 TO k_sort-spos.
      k_sort-fieldname = pv_fieldname.
      k_sort-up        = c_x.
      k_sort-subtot    = pv_subtot.
      APPEND k_sort TO i_sort.
    and the fieldcatalog
      CLEAR k_fieldcat.
      add 1 to k_fieldcat-col_pos.
      k_fieldcat-fieldname  = pv_fieldname.
      k_fieldcat-tabname    = c_tabname.
      k_fieldcat-seltext_l  = pv_seltext.
      k_fieldcat-outputlen  = pv_outputlen.
      k_fieldcat-datatype   = pv_datatype.
      k_fieldcat-do_sum     = pv_dosum.
      APPEND k_fieldcat TO i_fieldcat.
    but it didn't seems to show both the total and subtotal. Even the icon is not displayed at the ALV toolbar. The field which I need the total is a currency field. I even try other fields (interger fields) but with no luck. I'm using REUSE_ALV. Any help is greatly appreciated.

    hi,
    In field catalog for the particular column which you want to sum make that as 'X'.
    say
    WHEN'MATNR'.
    it_fcat-do_sum = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                i_callback_program     = report_id
                i_grid_title           = ws_title
    *            i_callback_top_of_page = 'TOP-OF-PAGE'
                is_layout              = wa_layout
                it_fieldcat            = i_fieldcat[]
                it_sort                = i_sortcat
                i_save                 = 'A'
                it_events              = i_events
           TABLES
                t_outtab               = i_reportdata1
           EXCEPTIONS
                program_error          = 1
                OTHERS                 = 2.
      IF sy-subrc <> 0.
    This will enable.

  • Using the same field on a form for multiple menu/drop down list

    I have a form that tracks people that attend orientations.  It is possible for an Attendee to attend the same orientation up to three times.
    In using the Update record wizard, I have two recordsets, rsAttendees and rsOrientation from two separate tables.
    I want to be able to use the rsOrientation to create a drop down list, but I want to use that same recordset field as the source for the dropdown 3 times on the same record.
    There are 3 fields on the Attendee form:
    Orientation1, Orientation2, and Orientation3.
    Using the wizard, I set each up as a Menu, then select the rsOrientation, Orientation.Date as the source for all 3. 
    The problem is that only the Orientation1 field is populated.  Orientation2 and Orientation3 dropdowns are blank.
    Name:________________________
    Orientation1: __________________<-----------Using Wizard, pull Menu list from Orientation.Date This one works fine
    Orientation2: __________________<-----------Using Wizard, pull Menu list from Orientation.Date This one is blank
    Orientation3: __________________<-----------Using Wizard, pull Menu list from Orientation.Date This one is blank
    Do I need to reset the rs somehow?

    >Do I need to reset the rs somehow?
    Very possible. You haven't mentioned what server model you are using.

  • Displaying value only in Drop Down List

    Greetings,
    I have a drop down list with value:text as follows:
    01:Daylight
    02:Dusk
    03:Dawn
    04:Night
    I would like to present the user who clicks on the drop down list with all of the literal text options (daylight, night, etc), but once selected, the object populate and print only the value (01, 02, etc).
    I thought about resizing the object when the user clicks on it, and then resizing it back once selected, but this seems rather cumbersome.  Space on the printed form is very limited, which is why the value/codes are used to represent the actual literal options.
    Any methods or ideas would be greatly welcome
    Thanks!
    Brad

    Here is a sample that shows what I think you want. I have a TextField that is displayed. When the user enters the field, I hide this field and make a DDlist available to the user. This DDList is placed behind the TextField and is hidden (not part of the layout) until the user enters the TextField. I also hide the TextField (this code is on the Enter event of the TextField). Now that the DDlist is visible you can set up a DDList to display one thing but report another. This is what I did (look at the binding tab of the DDList). Now when the user selects an item from the DDList the TextField is updated, the DDList is hidden and the TextField is made visisble, then the cursor is placed in the next field. This code is on the Exit event of the DDList.
    Is this what you were trying to accomplish?
    Paul

  • Can't find "Does Not Contain" under CACS Attribute drop-down list in CACS

    when using CACS function, I couldn’t seem to find the “Does Not Contain” under CACS attribute drop-down in CACS Constraints Tab.
    I could only see “Known to Contain”, “May Contain”, “Country of Origin”, and “Complies With”
    does anyone know why?

    "MNC" is match with "Does not contain", but the label name is not correct. We already have internal bug to track it.
    Thanks
    Huiping

  • Downloaded brushes not showing on right click drop-down list

    I have recently reinstalled Photoshop cs5.1 and ran into a problem. My installed brushes are not showing up on my right click drop-down list. I took the old brushes and copied the folder to the new location. When I go to use these brushes there used to be a big drop down list when I right click anywhere on the canvas. It now only shows the basic brushes, but here is the thing though I can load and see them through the preset manager but they are not on my drop-down list like they were before I reinstalled.
    I have noticed something odd as well this may help in the solution I have noticed that some files from Photoshop are saved on to my second hard drive, but I do not know if this is the cause.
    The reason I reinstalled is my GPU acceleration wasn't working and had to reinstall to fix this. If any other information is needed I would be glad to share. This is just cutting into my workflow time since I have to load every single brush singlely and if I load them all I have to search through every single brush to find what I need.
    Thank you!

    I found a solution to my problem it may help others! I run Windows 7 64-bit this has two seperate folders for applications when installed. I did a windows search for one of the names of the available brushes on my right click list. The search showed me where the brushes were at. (Example: I searched in windows: DP Brushes) Aparently photoshop normally installs as a "32-bit" program in this location, C:\Program Files\Adobe\Adobe PhotoShop CS5.1\Adobe Photoshop CS5.1 (64 Bit)\Presets\Brushes it is here that I copied my new brushes to and it showed up again. Hope this helps anyone who was in my situation!

  • How to get Date value from database and display them in a drop down list?

    Hello.
    In my Customers table, I have a column with Date data type. I want to create a form in JSP, where visitors can filter Customers list by year and month.
    All I know is this piece of SQL that is convert the date to the dd-mm-yyyy format:
    SELECT TO_CHAR(reg_date,'dd-mm-yyyy') from CustomersAny ideas of how this filtering possible? In my effort not to sound like a newbie wanting to be spoonfed, you can provide me link to external notes and resources, I'll really appreciate it.
    Thanks,
    Rightbrainer.

    Hi
    What part is your biggest problem?? I am not experienced in getting data out of a database, but the way to get a variable amount of data to show in a drop down menu, i have just messed around with for some time and heres how i solved it... In my app, what i needed was, a initial empty drop down list, and then using input from a text-field, users could add elements to a Vector that was passed to a JComboBox. Heres how.
    package jcombobox;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.Vector;
    import javax.swing.*;
    public class Main extends JApplet implements ActionListener {
        private Vector<SomeClass> list = new Vector<SomeClass>();
        private JComboBox dropDownList = new JComboBox(list);
        private JButton addButton = new JButton("add");
        private JButton remove = new JButton("remove");
        private JTextField input = new JTextField(10);
        private JPanel buttons = new JPanel();
        public Main() {
            addButton.addActionListener(this);
            remove.addActionListener(this);
            input.addActionListener(this);
            buttons.setLayout(new FlowLayout());
            buttons.add(addButton);
            buttons.add(remove);
            add(dropDownList, "North");
            add(input, "Center");
            add(buttons, "South");
        public void actionPerformed(ActionEvent e) {
            if (e.getSource() == addButton) {
                list.addElement(new SomeClass(input.getText()));
                input.setText("");
            } else if (e.getSource() == remove) {
                int selected = dropDownList.getSelectedIndex();
                dropDownList.removeItemAt(selected);
        public void init(String[] args) {
            setSize(400,300);
            getContentPane().setLayout(new BorderLayout());
            getContentPane().add(new Main());
    }And that "SomeClass" is show here
    package jcombobox;
    public class SomeClass {
        private String text;
        public SomeClass(String input) {
            text = input;
        public String toString() {
            return text;
    }One of the things i struggled a lot with was to get the dropdown menu to show some usefull result. If the list just contains class references it will show the memory code that points to that class. Thats where the toString cones in handy. But it took me some time to figure that one out, a laugh here is welcome as it should have been obvious :-)
    When the app is as simple as this one, using a <String> vector would have been easier, but this is just to demonstrate how to place classes in a vector and get some usefull info out of it, hope this answered some of your question :-)
    The layout might have been easier to write, than using the toppanel created by the JApplet and then the two additional JPanels, but it was just a small app brewed together in 15 minutes. Please comments on my faults, so that i can learn of it.
    If you need any of the code specified more, please let me know. Ill be glad to,

  • Displaying user selection from drop down list in static text on master page

    Hello,
    I am using LC 7.0 at workk and I have hit a road block.
    I have a drop down list at the top of the form. Once the user makes a selection, I want to take that value and paste it in static text located on the master page. I can't seem to get it to work.
    Please help!!!

    Hi,
    Place the Drop Down list on form
    Place text object(s) on master page
    here is the script to display the value and/or text of drop down
    Script will be on Drop Down list events
    Calculate event to display value of DD - FormCalc
    form1.pageSet.Page1.StaticText1.rawValue = this.rawValue;
    Change event to display Text of DD - JavaScript
    form1.pageSet.Page1.StaticText2.rawValue = xfa.event.newText;
    SAVE the form as dynamic pdf.
    Hope this will help.
    Thanks,
    Raghu.

  • Mobile Me Alias not showing up in "From" drop down list in Mac Mail

    I have a couple of older .mac/Mobile Me email aliases that used to show up as either [email protected] or [email protected] in Mac Mail in the From drop down list, as recently as yesterday. Today, all I can see for any alias that has both the .mac and @me options due to their age, is the @mac.com version. I want to use the @me version of the alias, but this option no longer shows in the list. Newer Mobile Me aliases only have the @me.com address and they show up fine. One last point. If I use the Mobile Me web mail app, I can see both the @mac.com and the @me.com choices in the From drop down list, so it's working as it should.
    Mail isn't working correctly, but since I've not updated the Mail app recently, I suspect Mobile Me isn't sending both versions of the aliases over when the list is refreshed.
    Any suggestions? Thanks!

    It started about a week ago. The "From" drop-dow is now missing in Mac Mail. It should appear beneath the subject line. I was working with MobileMe Chat support for about 3 hours. They cannot solve the problem and have now escalated it to the "Senior Advisor Team."

  • Not able to select in drop down list

    We have an on line database for our school. I can move around in it fine but when I try to select an item from a drop down list nothing happens.
    Any thoughts?

    There are a couple things you can try:
    1. Go to Settings > Safari > Advanced > Debug Console and turn it ON.  Return to Safari and reload the web page.  Tap the Debug Console banner to see any issues when loading the web site.  Then try tapping the drop-down list (select element).  Do any new issues appear in the Debug Console?
    Don't be alarmed if there are a lot of items listed in the Debug Console.  Most of the time they're harmless.  You're looking for a JavaScript error message (as opposed to CSS or HTML) that might give a clue as to why the page doesn't work.  Is there is a JavaScript message that corresponds to the broken drop-down list?
    2. Launch OS X Safari.  Open Preferences (Cmd-,).  Click on Advanced tab.  Check the "Show Develop menu in menu bar" checkbox.  Open a new browser window (using Cmd-N).  With the new browser window focused, select Develop > User Agent > Safari iOS 5.0.1 – iPad.  (You can check that the setting is correct by loading http://www.whatsmyuseragent.com/ and comparing it to the real iPad.)  Then navigate to the same page with the inactive drop-down list.  Does the same issue occur as on the iPad, or does the drop-down work?

  • The next page in not displaying in the SAP Script

    Hello,
    I had one SAP script. There were two pages in the script and i mentioned the next page also for the FIRST and NEXT page as
    First - next page --> next
    and next -- next page --> next
    Now, I am having 3 items which needs to be gets displayed using SAP script.
    The first two items displayed properly but the third item is not getting displayed, as of the size of main window is small.
    Whenver i am increasing the size of main window the third item gets displayed propely.
    But i guess whenever the data will get overflow in main window then it should gets displayed in the next page, this is not happening in my case.
    Can any one tell me, how to display the next page whenver the data will get overflow in main window?
    Please help me with this.
    Thanks in advance
    Regards,
    Darshana

    Hi Darshana,
    if you use text element for the item output, you will need same text element on NEXT page. Check for Typos. Switch on sapscript debugger and check what happens.
    Regards,
    Clemens

Maybe you are looking for

  • BI 7.0 data load issue: InfoPackage can only load data to PSA?

    BI 7.0 backend extraction gurus, We created a generic datasource on R3 and replicated it to our BI system, created an InfoSource, the Transformation from the datasource to the InfoSource, an ODS, the transformation from the InfoSource to the ODS.  Af

  • IPod won't sync TV shows!!!!

    Ok, so I bought 3 NCIS episodes. When I tried to sync them, nothing happened. THe songs I purchased after them didn't sync either. I had to move the NCIS down to the bottem of the list to get the rest of the rest of the music to sync. Am I stupid or

  • Problem in value mapping in POSDM configuration!

    Hi Experts,                           I am sending data from POS to POSDM. I hav used standard name spaces like GM store Connectivity, BI and Store Connectivity 2.0. I hav also done settings in ID . Made a File adapter and RFC adapter and RD, ID, SA

  • How to select the correct routing for production order?

    In table PLPO i have 4 different group numbers for a particular routing. I'm wondering how a production order, created in CO01, selects which one to use. Our base quantity is dz/hr. When I create an order for a particular material, it shows up as 290

  • What is Markable Interface in JAVA

    What is Markable Interface in JAVA need explanation