Content Preview - portal

Hi All,
I am developing corporate site using weblogic portal 10.2 and MySql5.0
This site requires most of the content management opreations.
Custom Workflow is associated with content.
Assume a content is created by the creator , it should be aproved by manager.
How a manager can preview the content/page, before aproval.
Means , how "Content Preview" can be achieved using admin portal.
Srinivas

Not knowing the extent in what the new workflow does, the quick and dirty way would be to add an attribute to your content that was called approved(or a status)... and change all your prod content selectors, code , etc to make sure that flag is set to approved=yes before it shows it on the production site... On the flip side you would have to create code that would show the content in process(approved=no)... There might be a better/easier way with the new workflow that WLP offers but again this would be a quick and dirty way if not...

Similar Messages

  • Browse/Capture on Content Administration/Portal Content -EP6

    We're having problems trying to capture live (external) internet content from the portal when we create
    URL iViews.
    In EP5 the tool used to be called iView catcher and it allows you to get a portion of content from the web like a table (stock/weather). This functionality is not working in the portal and I am not sure if this is due to the privacy/partnership issues, but at the same rate, i see the functionality exists on EP 6.0 via
    Content Administration/Portal Content. Right click on the folder and select New -> iView and from the list of templates select URL iView, enter name and id on the next screen. On the following screen you can enter a URL and we tested www.bbc.co.uk and then press the Browse/Capture button and the pop up window is not able to access this website. 
    The website does not appear in the Browse tab but if you save it does work when previewing the iView (example is iView url_test). However we just want to capture a part of the website and under the Capture tab it just says 'null' instead of the website(url) appearing.
    Is this a known problem with EP(SP7), and perhaps fixed with SP9?
    Any help would be appreciated.
    Thanks.
    James

    Hi,
    The iView catcher is available in EP6 start from SP9 and on (NW04).
    If you select to create new iView - URL iView and then you choose browse / capture.
    If it doesn't work well, you probably have problems with either proxy settings or your windows domain authentication.
    Good luck,
    Tuval

  • Adding users to roles in the new preview portal (new RBAC feature) does not work

    When I click the Invite Users/Add button for any of the 3 roles in the new preview portal, the page doesn't load and instead, it instantly redirects to an HTTP 520 error page. Can anyone please look into this and fix it? It's been this way since last week,
    which is when I checked it out but it is quite possible it has been this way for longer.

    Hi,
    It seems there are some issues in azure preview portal, please note this portal is in preview version, if you find some issues, please try to contact with azure experts, here is azure support channel:
    http://www.windowsazure.com/en-us/support/contact/, it is a good choice for you.
    Sorry for any inconvenience.
    Best Regards,
    Jambor
    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.

  • "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    I hope this discussion can be revived. I have the same problem. There seem to be quite a few Japanese sites that don't bother specifying their encoding. Perhaps they are older and from a time when it was not necessary to adhere to standards. Examples: http://www1.plala.or.jp/CUE/cave_yozawa.html, http://chigaku.web.fc2.com/saitama/sanchi/youzawa/youzawa.html. Happy to upload screenshots, but how?
    Is there a way to tell Safari what encoding to use if the web page fails to do that?

  • Javascript error in Content Admin- Portal Content- iview Navigation window

    Hi friends,
    We are in the process of portal migration and as a part of this, we installed NW04 SPS 14 using Rapid Installer and then upgraded it to SPS 18. The components we upgraded are:
    Java component
    Portal Platform
    Knowledge Management and Collaboration
    Adobe Document Services
    BI UDI
    BI MMR
    After upgradation, when we logged in to portal, we were not able to see/browse Portal pages/Roles/Iviews/Worksets (PCD Contents) under Content Administration->Portal Content.
    Again, whichever window is there for navigation of PCD, we are not able to see the contents of PCD.For e.g. System Administration -> System Configuration.
    Does anyone know how to solve this issue?
    Regards,
    Nilz

    Hi nilz,
       See this thread:
    Getting javascript error while logging in EP
    Javascript error when loading Portal Content
    Regards, Suresh KB

  • Javascript error in Content Admin- Portal Content

    Hi Experts,
    We have just installed SAP Netweaver Portal 7.0. We get an error of javascript when we navigate to Content Administration->Portal Content and due to this Portal Content Folder is not displayed. While through Super Admin role Portal Content is displayed with javascript error. Please guide us, its Urgent.
    Rewards to satisfactory answers.
    Regards,
    Bharat Mistry.

    Hi Bharat
    refer to this for the Log file
    Physical path of log files in EP server
    Portal Runtime Error - Where is the log file?
    For javscript problem refer  to
    Javascript error when loading Portal Content
    Portal Content Permissions
    Getting javascript error while logging in EP
    Thanx
    Pankaj

  • How to read text file content in portal application?

    Hi,
    How do we read text file content in portal application?
    Can anyone forward the code to do do?
    Regards,
    Anagha

    Check the code below. This help you to know how to read the text file content line by line. You can display as you require.
    IUser user = WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");
    IResourceContext resourceContext = new ResourceContext(user);
    String filePath = "/documents/....";
    RID rid = RID.getRID(filePath);
    IResource resource = ResourceFactory.getInstance().getResource(rid,resourceContext);
    InputStream inputStream = resource.getContent().getInputStream();
    BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream));
    String line = reader.readLine();
    while(line!=null) {
          line = reader.readLine();
         //You can append in string buffer to get file content as string object//
    Regards,
    Yoga

  • ADFS SSO not working correctly on 'old' portal, but works fine on preview portal

    We recently configured an AADSYNC and ADFS 'connection' between Azure and our on-premise environment.
    When i log into the preview portal everything works fine, I'm being redirected to our ADFS proxy server and I get authenticated and logged into the portal.
    However, when i try to login to the 'old' portal (manage.windowsazure.com), after entering my username i get redirected to a forms based webpage of our ADFS environment. When i enter my credentials there i get logged in to the portal so, however I houldn't
    be getting a web based login page.
    I am ofcourse trying this from the internal netwerk, the address of our ADFS server is being resolved to the ip address of the internal ADFS server (otherwise logging into the preview portal should also display the web based login page).
    When i go to portal.office.com ADFS is also working fine, no web based login page is being displayed, so it's really just the manage.windowsazure.com portal thats acting strange.
    (I'm trying all this from the same computer, in the same netwerk environment roughly at the same time, and this also happens on other systems and with other users).
    Any ideas?

    I'm having the exact same issue.  If you look at the AD FS server, you'll see a 164 event logged when you try to log in to the old portal.  Something to the effect of:
    Relying Party:
    urn:federation:MicrosoftOnline
    Exception details:
    Microsoft.IdentityServer.Service.Policy.PolicyServer.Engine.InvalidAuthenticationTypePolicyException: MSIS7102: Requested Authentication Method is not supported on the STS
    I have a case opened with Microsoft, awaiting a call back.  This just started, and I don't understand AD FS enough yet to know what to change, or if I should.

  • Bug in preview portal doesn't display database list in back up section

    There seems to be a bug in the website back up option in the new portal. Even if you have connection strings defined it says:
    "You don't have any databases defined in the connection strings for this website"
    Unless I'm doing something wrong?

    Hi sir,
    Do your try it on Azure manage portal (https://manage.windowsazure.com )? Azure preview portal currently is preview version and no support approach. So you can confirm this issue on manage portal. If it always
    has this error, please feel free to let me know.
    Regards,
    Will
    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.

  • Can't create new Mobile App on preview portal

    Hi all,
    I'm really excited about the new Mobile App feature in the preview portal and want to get started on something. I went to the portal, clicked in to create a new Mobile App and entered the name and service plan then clicked create. The dots started blinking
    and then nothing happened. I've tried it in Safari, Chrome, and IE with the same results. I've tried it with private and non-private browsing. My account is a Partner subscription that allows $100/month in Azure credits. Has anyone else had this problem? Any
    idea how to mitigate it and get to coding my new mobile app? Thanks for any help!
    jared

    The restriction has been removed. You should be able to use any valid name for your resource group now.
    I was unable to create a mobile app using the defaults. I had to create a new service plan and Resource group.
    Also, the docs on resource groups give me a 404. I have no idea what a resource group or service plan even are.

  • Error: Object Required apperas when accessing Content Admin Portal Content

    After installing Ep 7.0 sp16 Portal and logging in as Administrator we get
    Error: Object Required apperas when accessing Content Admin >Portal Content
    The same error appears when trying to access System Admin > permissions.
    Anything to do with catolog search is throwing Error: Object Required  popup.
    Appreciate feedback in resolving this.
    Rajesh.R.

    I have just started to get this error as well... On my computer I get the "Error: Object Required" when accessing the Portal Content page but if I log in on someone elses computer using the same browser, OS, etc The error does not appear and I am able to browse the Portal Content.
    Any more insight on the resolution to this issue would be appreciated.

  • Problem in uploading document in KM content in portal

    Hello All,
    I am functional consultant and new to portal.Please help me in resolving below issue .
    I am facing a problem while uploading document in KM content in portal
    When i browse the file from Desktop and click on upload .file does not get uploaded and also  it does not throw any error or info message .
    Please help.
    Thanks
    Archana

    Dear Archana,
    Please refer the SAP Note 898637. Hope it is helpful.
    Regards,
    Samir

  • Translated content in Portal Favourites iView

    Hi All,
    I have Portal roles in two languages English and German. I set the browser language to check the translations. Initially the browser language is English.  When we add the role to Portal Favourites and then change the browser language to German, the text in the Roles is changed but the text in the Portal Favourites iview still remains in English. Can anyone tell me how to translate the content of Portal Favourites iview?
    Thanks,
    Priya

    Hi,
    You can upload an Image or an HTML file in the KM Repository and then create an iview pointing to that file. Assign that to a role and and make the entry point YES.
    Assign that role to user.
    Whenever that user logs in the image will be displayed.
    Hope this helps!
    Regards,
    Atul Shrivastava

  • Preview Portal: SupportSubscriptionDetailBlade_UnknownSubscription notification

    Hi,
    This isn't a problem as such - more of a "heads up" in case it hasn't been reported.
    For the last few days when we load up the preview portal we see a warning notification appear with the following text:
    Title: SupportSubscriptionDetailBlade_UnknownSubscription
    Message: SupportSubscriptionDetailBlade_UnknownSubscription
    This appears if we hover over the Notifications button, or when we load the Notifications blade.
    Thanks.

    Hi,
    I couldn't reproduce this issue, if you have detailed steps to reproduce this issue, please post here or submit to azure preview feedback:
    http://feedback.azure.com/forums/223579-azure-preview-portal , your suggestion are important for us to make the azure preview portal more better.
    Best Regards,
    Jambor
    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.

  • Deploment slots for mobile service (old vs. preview portal)

    Hello,
    How can I add deployment slots to a mobile service? I know the  article from documentation (look for web-sites-staged-publishing, cannot post links yet). But this one explains only how to add slots to azure websites (from the preview Portal, what about
    the old one?). I cant find any option to add slots to mobile service in the old portal.
    In addition, when I add a mobile service from the new preview portal, it results in an azure website code base, but no mobile service can be found (in the old portal)? Otherwise, no mobile service, created by the old portal, can be seen in the new portal...uh?
    I'm feeling lost....What am I doing wrong?

    There is a distinction to be made between Mobile Apps (Preview), which is available only in the preview portal, and Mobile Services, which is available only in the existing portal.
    Creating a Mobile App will not create a Mobile Service, and the reverse is also true. There is a migration story for customers wishing to move to Mobile Apps, and this will be further developed as the preview continues.
    Mobile Apps uses Web Apps (formerly Web Sites) as the compute container, meaning customers can get all of the benefits of a Web App, including Deployment Slots and many other features
    Mobile Services, however, does not have the Deployment Slots feature at this time.
    You can learn more about Mobile Apps here:
    http://azure.microsoft.com/en-us/services/app-service/mobile/
    http://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-preview/
    http://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services-preview/
    http://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-dotnet-backend-migrating-from-mobile-services-preview/

Maybe you are looking for

  • OIM 11g r2  User  UDF fields  Updation based on AD ID

    Hi, We have to update the UDF fields created for the users in OIM using the data from a table. This table contains the AD ID, and other fields. OIM User (already available) will be updated based on AD ID -.i;e AD ID column will be used to find the us

  • After install of 10.9.2 have problems with rebooting

    I have had to reinstall 10.9.2 and won't dare reboot because: After install of 10.9.2 I reboot and got some kind of error that would not let me get to the logon screen. I'm not sure exactly where the hang up occurs but the output looks something simi

  • How place an LD_PRELOAD bash command into a .desktop file (LXDE)

    To enable video in Skype with my webcam I must launch skype the following way: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype To get that command done from my LXDE menu I tried to edit the skype.desktop file and place that line after the "Exec" deskt

  • Error when creating Restricted key figure

    Hi there, I created Restricted keyfig with Time diff and ABC as the  details of the selection If time diff is less than X  then it should display the values of a keyfigure(ABC),same time if the time diff is greater than x it should display the value

  • Can someone help with moving iTunes & iPhoto from a external harddrive to my new computer?

    I got my new computer 3 days ago. I'm loving it so far. My question is...I have an external harddrive that I was using as my backup for my old computer. It was running OS X 10.4 My new computer is 10.8.2. I have no idea how to get the info for iTunes