WLCS 3.5 - Creating portals not using GUI tools

are there any docs that describe how to create portals not using the GUI,
ie, what data gets added and where so that we could automate the creation of
a portal if we wanted to?
thanks
Filip
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[email protected]
www.filip.net

are there any docs that describe how to create portals not using the GUI,
ie, what data gets added and where so that we could automate the creation of
a portal if we wanted to?
thanks
Filip
~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[email protected]
www.filip.net

Similar Messages

  • Creating slideshow not using iweb tool...suggestions pls

    Hi - I'd like to create a slick looking slideshow that doesnt force me to include all the images on the same page as the button. It just needs to be simple and fade to black (like set up photoblog sites so to speak), and without having that iweb generic 'slideshow' button I'd like to have my own buttons.

    If you download the latest version
    (click here to start download: http://www.hagus.net/files/SimpleViewerPlugin.zip )
    it is autoinstaller, you just download it and it will unzip, automatically an installer window popsup and you can install.
    Afterwards you open iPhoto, go to File=>Export and that's it.
    No need to search any library at all, that was with an old version and yes there is no such folder Plugins directory as it was moved into the iPhoto application package itself... Applications=>iPhoto=>Right click=>Choose show package content=>there is a plugin folder)
    But as I previously said there is no need to go through this.
    Regards,
    Cédric

  • Create portal user using web dynpro abap application

    Dear All,
    I would like to know is it possible to create portal user-id through web dynpro abap application.
    My requirement is
    > I have to create a web dynpro abap application. In the web dynpro abap application I have name email-id and phone number as entry fields.
    > I will click on submit, one unique id will get created. This unique id will be the login id for portal.
    I found how to create portal user using web dynpro java, but i could not find regarding web dynpro abap.
    If it is possible to create the portal users using web dynpro abap pls share the code as well.
    Regards,
    Swapnil Indulkar

    Hi swapnil,
    I think by using BAPi.. BAPI_USER_CREATE1 you can create.
    Please check this...
    Create portal user from webdynpro abap
    Creating user and assigning a group through code
    user administration su01
    How can i get the portal user id from logon ticket in the webdyn 4 ABAP
    Cheers,
    Kris.
    Edited by: kissnas on May 21, 2011 8:47 AM

  • How to Create add-on using B1DE tools

    Hi,
           How to create add-on using B1DE tools. if any documentation is there, send me or attached document.
    Thanks,
    P.Suresh Kumar

    Hi,
    Here is the link to find out the info about B1DE:
    [Content Deleted]
    http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/a175fb62-0c01-0010-a8b5-fa58a13b1cf7 [original link is broken]
    you may check them. Happy checking.
    JimM
    Message was edited by: Jason Lax

  • "Could not use move tool because the target channel is hidden"

    I tried removing the quick mask in the channel side bar and also uncheck "edit in quick mask mode" but I still cannot stop the pop up saying "Could not use move tool because the target channel is hidden". I cannot draw any objects or move them. What should I do?

    You are getting an error because you are in  "Quick mask edit mode". There are few ways to exit. You can, for example, use [Q] button or delete layer as well.
    All have been listed on blog.i-evaluation.com, article: “Could not use move tool because the target channel is hidden” – Photoshop Warning
    Hope that helps!
    ps. My first post on adobe forum. Hope I helped someone.

  • Problem in Creating Delivery Note using DI API

    i am using DI Api with Delphi Language to Create a Sales Delivery Note based on the sales Order.
    But Each time when i add, a new Record gets Created rather than the new Line.
          Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
          Document.CardCode         := 'A001'
          Document.Lines.BaseType   := 17;
          Document.Lines.BaseEntry  := 84;
          Document.Lines.BaseLine   := 4;
          Document.Lines.ItemCode := '001A';
          Document.Lines.Quantity := 10;
          Result := FODLN.Add;
    In this case,new rows are added each time in the tables ODLN and RDR1.
    How to avoid this.As this creates a individual Delivery Note for each time i add than to the Order Number.

    HI,
    The problem : Do not specify ItemCode if you specify Base document.
    So
    1st case
    Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
    Document.CardCode := 'A001'
    Document.Lines.BaseType := 17;
    Document.Lines.BaseEntry := 84;
    Document.Lines.BaseLine := 4;
    Document.Lines.Quantity := 10;
    Result := FODLN.Add;
    or
    2nd case
    Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
    Document.CardCode := 'A001'
    Document.Lines.ItemCode := '001A';
    Document.Lines.Quantity := 10;
    Result := FODLN.Add;
    1st case creates delivery note with only one row with reference to Sales Order
    Take care: BaseLine comes from 0
    2dn case creates delivery note with only one row WITHOUT reference.
    if you have more than one rows, use the
    Document.Lines.Add to enter another row
    Regards,
    J.

  • Help required to create portal without using any vendor specific API's

    Hi All,
    I am trying to develope a portal without using any vendor specific API or tool like Weblogic workshop or Vignette Wizard. I would like to know whether Sun Microsystem provides any API for developing portal. I would also appreciate if I can get few links for developing portal using java API's...
    Thanks in advance...
    Dgk

    Sure Sun provides the tools: it is called the compiler. Now all you need to do is write the code for a portal. But since there are vendor specific solutions available that could make your life a lot easier, writing one yourself is like reinventing the wheel.
    Pardon my mild sarcasm, but avoiding API's not developed by Sun is not the general idea behind the Java platform. You are encouraged to use those API's.

  • User Profiles being created and not using existing

    I have a Windows Embedded 8 thin client.  It will create a user profile when a user logs on and if they log off and log back on it will use the same created profile.  However if we restart the thin client and go to log on it will create a completely
    new profile for the user. It does this every single time it is restarted and a user logs on.  So under the users folder it will have several copies of profiles for that user adding something to it each time.  Example: Username, Username.Domain, Username.Domain.000,
    Username.Domain.001 We have turned off the netXclean to keep it from removing the user profile at logoff.  I have added the C:\Users folder to the write filter exclusion list to make sure it is allowed to write to that location.  What would cause
    it to not use the exisiting user profile for a user and recreate one only after a restart?  It is a soft restart/shutdown we aren't hard powering off as I could see the user profile getting corrupted if that were to happen.
    Luke

    Hi,
    It seems like your account log as temporary profile. Please navigate to the registry below and delete the effected profile's subfolder for test.
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    Here is another thread that have multiple talking about Temporary profile, maybe helpful with your problem.
    http://social.technet.microsoft.com/Forums/windows/en-US/5ec0b949-effa-4e30-ba09-dc948a4c7a8b/windows-7-starting-with-a-temporary-profile
    Roger Lu
    TechNet Community Support

  • Create portal action use UME API

    Hi all,
        I'm now wanna create a new portal-action use UME API, or get all the defined actions in the portal, how can i do that?
        Demo code the better, thanks.

    Hi Bo Wang,
    maybe you could support my idea in SAP's idea place "UME api: Extend the api to ume actions"
    https://ideas.sap.com/ct/ct_a_view_idea.bix?c=97F64433-5773-403E-A7C6-D7EB3BD6428D&idea_id=15F5C66D-B75E-4A60-9527-743CB0A279CB
    Regards,
    Jochen

  • How to create ADD-ON using AAK tool

    Hi Experts,
    We have ECC (ECC6 EHP4 SP03 ) system in our landscape having AAK tool (AOFTOOLS 400_700 SP00). Presently we have developed a package and need to create  an ADD-ON using AAk Tool. Can you please Guide us how to create ADD-on.
    System Information:
    Kernal version : 720_EXT_REL PATCH 600
    SP LEVEL         : SP03
    Please provide us Pre and Post steps for creating ADD-ON, also provide us any documents and SAP standard NOTES.
    Regards,
    Krishna.M

    Hello Krishana,
    I don't know if you are still looking for the answer if yes then below is the location to get documentation for AAK tool.
    1. Go through SAP Note 921103 , this note has all the info for installation of add-on.
    2. This document is useful to understand the concept although is looks like taken fro standard SAP  documentation video.
    3. SAP provide few SIM file which display steps in a video. i don't know if you got it or not i have them in case you need i can send it to you.
    I hope this is enough information for you to create Add-on.
    let me know if you need more information.
    Mandeep

  • Photoshop Elements 6:   Could not use type tool because the file could not be found

    Using Adobe Photoshop Elements 6.0 well for a while.
    Tried to use the Type Tool to overlay text and obtained this error:
    Could not use the type tool because the file could not be found
    After research, I reset all tools, tried to repair (failed: insert disc one), and then removed/re-installed.  Still have the same problem.
    Are the system fonts corrupt or is an Adobe .ini file suspect?
    Other reports have suggested using a 3rd-party font manager to inspect/disable fonts.
    First wanted to post this error here for feedback/recommendations
    Any suggestion on how to recover the Type Tool functionality?
    Eric Edberg
    Adobe Photoshop Elements Repair Workaround
    When trying to repair the well-known:  insert disc one, error occurred.  Was able to successfully repair the installation by dragging the entire Adobe Photoshop Elements directory from the original CD-ROM onto a hard drive and executing locally.  Seems it does not like repairing over the CD-ROM but it works correctly if the install source is on disc...

    John,
    Yesterday, I decided to completely remove all Adobe products:  PSE 6, Premiere 4, Reader, ActiveX plugins & legacy/old uninstalled product directories that Adobe has left turd-lets around including old Acrobat 3/6 directories.  Used A/D Software to remove all adobe products and then followed your instructions AND the instructions on Adobe's support web site to manually remove these products.
    It boiled down to manually removing the entire Adobe directory in Progam Files, "saving" the entire Adobe directory structure in each users (3) Document and Settings in the Application Data and Local Settings (as instructed by you and Adobe) and rebooting.
    I also saved the local All Users "configuration" database/cache that contained the Tag and other information to make sure the system was clean
    This included following the manual Regit instructions to remove legacy Adobe registry hives.  I deleted all keys for all Adobe product trees that I could locate (following instructions from Adobe).
    Reboot
    Scheduled a CHCKDSK on all drives and rebooted
    Dragged my complete image library to an archive location and deleted them on the C: drive
    Did a complete system Defrag
    Re-installed Adobe and alas still have the same problem with the Type Tool....
    The only thing I did not do was selectively remove the "fonts" because various instructions seemed to indicate many are "required" by the windows or other applications and I was not really sure how to identify which ones were safe to remove w/o affecting the core system..  I'll have to re-read these instructions next.
    Microsoft has a "Font Validator" tool, but that only checks 1 font at a time and you have to read the "results".  May look for other tools.
    Will be able to check the font structure this weekend since it will take some research before I'm comfortable just removing fonts in trial/error mode.  I'll need to make a backup image of my computer before I start this (just in case).
    Thanks for follow-ups too!
    Eric Edberg

  • Creating Portal Application using XML Forms in it

    Hello All,
                  I have successfully created a XML Form & used that one using various iViews. Now i want to create a portal application (par file) using that XML Form in it. And then want to upload those par file into the portal,which will create iViews.
                 Please guide me with the jsp/java/bean codes required for it.
    Regards,
    Bidyut

    Hi Bidyut,
    i have the same requirement
    explain me how u solved your requiremt, send me  the  pdf or document
    thanks in advance
    Thanks&Regards
    charan
    Edited by: charan12 on Feb 8, 2011 7:26 AM

  • How to create portal pages for GUI data updates

    Hi,
    We have a simple (seems) requirement to develop a portal page to provide GUI for users to update oracle tables. No valdiations or any anything, just plain inserts into the table. How do i approach this from step1. ( I have the portal installed and configures and etc).
    Thanks,
    Vijay

    Thanks a lot for your help:
    I've find a temporaly solution for my problem, it consist in a pl/sql porlet whit this code on it:
    ---------------------code-----------------------
    declare
    page number;
    begin
    page :=PORTAL.wwsbr_api.add_folder(
    p_caid => 1201,
    p_name => 'PAGENAME',
    p_display_name => 'page name',
    p_type_id => PORTAL.wwsbr_api.FOLDER_TYPE_CONTAINER,
    p_type_caid => 0,
    p_isportlet => 1); PORTAL.wwpro_api_invalidation.execute_cache_invalidation; end;
    --------------end code---------------------
    and now im trying to do this from java using an OracleCallableStatement, after that i will try to insert content using this api, if anybody knows, please put a sample of code to execute pl/sql from java using OracleCallableStatement
    Regards
    Message was edited by:
    Dreamloger

  • Subcontract PO error VU013 when creating delivery note using ME2o

    FYI to the forum, I had a user getting error VU 013 "Document is incomplete: You cannot save the delivery" when attempting to create a delivery note to send components to a subcontract vendor using ME2o.
    I spent quite a bit of time researching this on this site and did not find a solution to my problem. As it turns out, the issue was that this part had a serialization profile which required serial numbers to be assigned in the delivery note. Our workaround solution was to change the serialization profile to one which did not make it obligatory on the DN. We then issued the DN and manually assigned the serial number to it, then finally changed the material master back to the obligatory profile.
    Ideally, we would have liked the error message to indicate exactly what made the document incomplete (i.e. missing serial number in this case). I am not sure how to do that. Also, I found information regarding activating enhancement for serial numbers in purchasing (in EhP4). Presumably, this would allow me to specify the serial number(s) of the components to be issued to the vendor in the purchase order, and therefore automatically copy this into the subsequent DN. I activated this functionality, but did not get it to work. (Serial number maintenance was not visible in my PO.)
    If anyone has successfully dealt with either of these things (changing the error message, or activating the functionality) let me know. Otherwise, I will close the thread, as I just wanted to notify people of my findings regarding reasons for the error, and my workaround.

    I think the solution from OSS note will help to know the exact reason of the VU013 error:
    335504 - Not possible to save delivery because of VU013
    and OSS note
    1029482 - ME2O: ME 346, although serial number usage optional
    gives more insight and suppress the error message

  • To create an x.509 certificate not using any tools

    I'm having a project, is to generate an x.509 certificate without using any other tools, did anyone know the bytes structure of an x.509 v1 certificate, please kindly help! thanks!

    x509 certificates are described using ASN.1 notation; see http://www.ietf.org/rfc/rfc2459.txt for all the gory options. The ASN.1 structures are encoded into bytes by following the Distinguished Encoding Rules (DER) for ASN.1. See "A Layman's Guide ..." at http://luca.ntop.org/Teaching/Appunti/asn1.html.

Maybe you are looking for