Is parallel rendering of portlets available in Cisco Cloud Portal (CCP)

Hi,
Is parallel rendering of portlets available in Cisco Cloud Portal (CCP)? If yes, then how to configure it?
I am displaying 3 JSR portlets in single portal page. It is taking long time to load the page with portlets as one of the portlet is taking long time to respond.
Thanks,
Parveen

Hi,
Is parallel rendering of portlets available in Cisco Cloud Portal (CCP)? If yes, then how to configure it?
I am displaying 3 JSR portlets in single portal page. It is taking long time to load the page with portlets as one of the portlet is taking long time to respond.
Thanks,
Parveen

Similar Messages

  • Multiple values in where clause(IN) of select query in Cisco Cloud Portal using single field

    I can actually pass multiple values in the IN statement of select query using multiple dictionary fields in the data retrieval rule of the AFC in Cisco cloud portal like
    #dictionary.field1# = 1 and
    #dictionary.field2#=2
    select col1,col2 from table1 where col3 in (#dictionary.field1#,dictionary.field2#).
    but I want to pass mutiple values in a single field as
    #dictionary.field1#=1,2
    select col1,col2 from table1 where col3 in (#dictionary.field1#) and the query gives no data because it is taking as '1,2' instead of '1','2'.
    Please give the solution for passing multiple values in a single variable to use in IN operator of WHERE clause

    Ok, I now understand what you are trying to do. Unfortunately, you cannot inject parts of a SQL statement into a DDR through a dictionary field, which always represents a specific value (the comma in your case is attempting injection of a SQL construct to refer to multiple values). One possible solution is to arbitrarily consolidate your list of values using a delimiter that you know will not be in the values themselves such as a colon (:). Let's use 3 values as it serves as a better example.
    Set your dictionary field to a single reference to all 3 values of interest, say 'a', 'b', 'c' as:
    :a:b:c:  (you can use javascript to create this consolidated dictionary field)
    Now your query would look something like the following:
    select col1,col2 from table1 where #dictionary.field1t# like '%:'+col3+':%'
    This should achieve the desired result.

  • IOS 12.4(15)XW not available from Cisco Web site

    Can anyone please tell me why this version is not available from Cisco Web site as I am trying to download it to test on a cisco 2851 series router .The documnet below in page 7 & 10 describe  the requirement for this version. What is the replacement version for this if that is not available?

    Well, maybe I am missing something but I do not see a 12.4(15)XW release on CCO for the 2851 platform. I see references to it in documentation but I don't see actual release notes or a download link. So, where exactly did you see this particular version for this platform?
    Based on the PDF provided by the OP I think he is trying to add a fax module. In the PDF it is stated a few times that you can use 12.4(15)XW or 12.4(20)T. What this basically means is that these are minimum IOS version levels that you need to use that module. You would not want to run the minimum in most cases because software defects are abundant and seem to be endless. IOS release trains are somewhat over complicated in my opinion but here is my quick take. The XW is a early deployment release. These releases are "one offs". Usually added to incorporate a new piece of hardware. Sometime after these releases come out (again, to get the product to market) the code is incorporated in a T-train (in this case, 12.4(20)T). The idea is that the T-train code is used to introduce features/hardware/etc. that will be rolled into the next main-line release (in our world that is 15.0).
    Back to your issue. I can't find 12.4(15)XW but apparently p.bevilacqua has been able to find it. Maybe he would be willing to provide the link. If that doesn't pan out, I suggest that you look at releases after 12.4(20)T (including the latest service release for 12.4(20)T). They go up to 12.4(24)T. T-trains are touchy so you have to do your research and testing. I have had decent success with 12.4(20)T until recently (MGCP and T.38 fax, no joy). I have also used 12.4(24)T with OK success thus far. I know that p. bevilacqua doesn't like the 12.4T train "because its buggy". My opinion is all of this software is buggy. You have to identify the minimum release that will work with your hardware. Go to the latest minor/service release and research the bug toolkit. Oh, and always test.
    OK. Down the rabbit hole I go.
    HTH.
    Regards,
    Bill
    Please remember to rate helpful posts.

  • Controlling portlet availability via client headers

    I have a portlet that I want users to only be able to see if specific HTTP headers are present in the request to the portal (these will be added via the proxy en-route).
    My initial thought was to implement this as a Login PEI - set a user attribute on login based on the header, and use dynamic group membership with that group having permission on the portlet. I've implemented the code no problem, however I've only just twigged that this won't work though, as:
    1. dynamic group memberships are updated asynchronously via an Automation task
    2. I need it to be specific to that user session - a user can be logged in from more than 1 location at once, so I need that user's particular browser session to reflect the location they're logging in from (so the data can't be permanently stored against the user object).
    I know that I can customise the portlet code itself based on session data, however I need to specifically either show or hide (and prevent the user from seeing) a portlet in the "add portlets" page when they're not coming in from the specific location.
    Does anyone know of a way that I can make a portlet available based on something that I can set at a session level?
    Cheers
    darren

    In this case, the SMTP domain is the same as the AD domain.  If the wrong domain were configured then the connection would never work, as opposed to sometimes work.
    RunspaceId            : abb30c12-c578-4770-987f-41fe6206a463
    ForestName            : adatum.local
    UserName              : adatum\availtest
    UseServiceAccount     : False
    AccessMethod          : OrgWideFB
    ProxyUrl              :
    TargetAutodiscoverEpr :
    ParentPathId          : CN=Availability Configuration
    AdminDisplayName      :
    ExchangeVersion       : 0.1 (8.0.535.0)
    Name                  : adatum.local
    DistinguishedName     : CN=adatum.local,CN=Availability Configuration,CN=Wayport,CN=Microsoft
                            Exchange,CN=Services,CN=Configuration,DC=contoso,DC=local
    Identity              : adatum.local
    Guid                  : 3e0ebc2c-0ebc-4be8-83d2-077746180d66
    ObjectCategory        : contoso.local/Configuration/Schema/ms-Exch-Availability-Address-Space
    ObjectClass           : {top, msExchAvailabilityAddressSpace}
    WhenChanged           : 4/15/2014 12:33:53 PM
    WhenCreated           : 4/15/2014 12:33:35 PM
    WhenChangedUTC        : 4/15/2014 5:33:53 PM
    WhenCreatedUTC        : 4/15/2014 5:33:35 PM
    OrganizationId        :
    OriginatingServer     : dc01.contoso.local
    IsValid               : True
    ObjectState           : Unchanged

  • Java Portlet (JSR 168) development with Portal

    Hello,
    We have been trying to dive back into Portal development lately. The release of 9.0.4 with support for standards-based portlets has convinced us to begin looking at 9iAS Portal as a practical portal product. We have a development environment setup with a workin 9.0.4 portal.
    Digging through the available docs on the portal studio site, I have come across a couple documents alluding to the installation of a portlet-container. Now, I have already downloaded the JSR 168 framework files. It seems that a good portion of this 'portlet container' consists of these files.
    The problem is that the documentation that is available is nothing more than a step by step set of instructions for setting up an OC4J instance with this 'portlet container', configuring an Oracle database for portlet customizations, and deploying a sample ear into the OC4J instance.
    This does nothing for me.
    What I want is documentation that indicates the requirements necessary to make a JSR-168 compliant portlet (even a 'hello world') exposed through portal with the least amount of effort, and with no references to proprietary tools. I would like to see instructions that are tailored towards a generic J2EE provider, not an OC4J one. I already have a very functional set of tools that should be able to accomodate a JSR-168 producer. We have had many problems with OC4J leading us to try to avoid it at all costs.
    Any ideas?
    Thanks!
    -Sean

    Hello
    I am probably not clear.
    In the OracleAS Portal architecture Java portlet are remote from the portal middle tier.
    In the non standard world (JPDK Portlet), the Portal Middlet tier use SOAP over HTTP to call the portlets.
    In the Standard world (JSR-168), the Portal Middle Tier will use WSRP (Web Service Remote Portlet) to call the portlets. When you use the Oracle JSR-168 container inside OC4J, these portlets are automatically accessible over remotely using WSRP.
    So, as you can see the Portal Middle Tier needs to support WSRP to be able to use JSR-168 portlet. And OracleAS 10g 904 does not currently support WSRP registration. It is why we have the "OracleAS Portal Verification Service for WSRP", to allow you to test your portlet.
    To be able to use JSR-168 (with WSRP) portlet on you internal Portal you'll have to install the OracleAS Portal Standard Developer Preview that will be available soon.
    Hope that clarify my previous statements.
    Regards
    Tugdual Grall

  • Monitoring for Cisco Service Portal on WebLogic

    Hello Support Community,
    Our team is looking at enabling monitoring for Cisco Service Portal 9.4 + patch 4d on a WebLogic Server 10.3.5.0 environment.
    We currently have this setup:
    RequestCenter is active/active on HostA & HostB
    RequestCenter is accessed via VirtualHostA (reqctr_cluster)
    ServiceLink is active/passive on HostC & HostD
    ServiceLink is accessed via VirtualHostB (svclnk-cluster)
    What is the recommended way to monitor RequestCenter and ServiceLink in this WebLogic environment?
    Do let me know if a TAC case needs to be opened.
    The physical architecture diagram is available upon request.
    Thanks
    Mark Rameshwar
    San Jose, CA

    Hello Support Community,
    Our team is looking at enabling monitoring for Cisco Service Portal 9.4 + patch 4d on a WebLogic Server 10.3.5.0 environment.
    We currently have this setup:
    RequestCenter is active/active on HostA & HostB
    RequestCenter is accessed via VirtualHostA (reqctr_cluster)
    ServiceLink is active/passive on HostC & HostD
    ServiceLink is accessed via VirtualHostB (svclnk-cluster)
    What is the recommended way to monitor RequestCenter and ServiceLink in this WebLogic environment?
    Do let me know if a TAC case needs to be opened.
    The physical architecture diagram is available upon request.
    Thanks
    Mark Rameshwar
    San Jose, CA

  • Why does everybody hate Cisco Cloud Connect so much ??

    Just upgraded from e4200v1 to the ea4500. I may be a minority but I actually find the new cloud firmware a refreshing change and I installed it by choice. The original firmware was just feeling a litte dated after years of owning linksys routers.  I'll agree it is a little slow but I am sure that will be addressed. As for those saying it has been streamlined,  I was able to find almost all important settings that often actually need configuring in a few minutes. As for it being full of bugs, If you want to see buggy firmware buy an asus router, I just returned one it was so bad.
    While I can't figure out why one would really need to remotely access their router the ability to fire up the guest network or monitor devices on my router from my phone is really cool. I'm anxious to see what Cisco/Linksys have in mind for upcoming releases, it opens the door for so many possibilities.

    I am looking at the box of my EA4500 and there is nothing on it about CCC.  That was added after the fact.  In fact most EA4500s out there now were pre-CCC.  You clearly don't have an EA4500 in your hands, there's nothing on the box talking about CCC.  Cisco Connect software is not the same thing as Cisco Cloud Connect, right?  Because that's what's mentioned on the box.
    Try finding a 4200v2 for sale then try finding a 4500, price is nearly the same( only $10 difference) , the devices have very similar specs if not identical.  So, you would save a whole $10 for last years model?  Not the best plan for me.
    As far as complaining about a cloud implementation for a local device?  Really?  You think this is a good idea?  You think that this works "well"?  I've asked before and I'll ask you since you want to go after me for voicing my opinion on a thread that's asking people what's wrong with the software...  Would you put your home thermostat control "in the cloud" so that you could control it remotely and remove any local control option?  That would be silly wouldn't it?  If your access to the control ever gets interrupted for any reason, you can no longer control your device.  This is what happens here.
    As for software support...  Cisco already isn't supporting their software.  You cannot use any of their installation or update software if you are using Mac OS X Mountain Lion.  At this time the OS has been available for a month and a half and Cisco doesn't appear to be doing anything to provide support for an OS that is guaranteed support according to the system requirements on the box.

  • How to avoid Cisco Cloud Connect

    Hey there,
    I was wondering if there is an adress to "force" to the advance configuration and avoid using Cicso Cloud Connect ?
    thanks in advance!
    Kind regards,

    galewarnings wrote:
    So what I just experienced tonight which was my Ativa wireless adaptor has been working wirelessly for almost one year without any problems until tonight when my wireless adaptors is disabled therefore having to know the user name and password of my router in order to enable a wireless connection is called Cisco Cloud connect?  Help Help Help
                                                                                                                          galewarnings
    Hey there. No, it is not because of Cisco Connect Cloud. Totally different thing. Cisco Connect Cloud is only made available for the latest routers for Cisco. I saw your other post. Cisco Connect Cloud is not available for your BEFW11S4 V4 router. Just try to have your router's wireless capability reconfigured or modify so that you can have your wireless adapter working with it not unless you have to do an update on your wireless adapter to make it work again.

  • Where can I get a list of all Oracle products available in the Cloud?

    All Oracle Products available in the Cloud can be viewed here
    Applications can be accessed under dedicated "Knowledge Zones" where you can have insightful information about the product, how to develop, implement, market and sell the solutions. Also, under "Join the discussion" tab, you can engage with Oracle and follow the discussion on dedicated social media channels.

    LOL what a useless doc.  Maybe https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=612452503286937&id=1337394.1&_afrWindowMode=0&_adf.ctrl-…
    is a bit better, but good luck trying to be Itanium specific.
    Edit:  Well, so much for trying to paste in an MOS doc link.  It's called 10.2.0.5 Patch Set Updates - List of Fixes in each PSU [ID 1337394.1]

  • I received a notice that there is an update for my Lightroom 5. I have the non-creative cloud version. Is the update available for non-cloud users? It says to download click the link and it takes me to Cloud free trial screen.

    I received a notice that there is an update for my Lightroom 5. I have the non-creative cloud version. Is the update available for non-cloud users? It says to download click the link and it takes me to Cloud free trial screen.

    It is the same installer. You can run it as 30-days trial (CC version) and decide later for CC or stand-alone. To license as stand-alone, follow this guide.
    If you already have the LR6 license key, you can enter it during setup and do not need to follow the guide.

  • My iPad and iPhone4s both state "NOT ENOUGH STORAGE" and can't backup due to not enough iCloud storage available in the cloud.  I have sync my phone but I still get the msg - I will sync the iPad as well - both devices receive my mail as well as Acer pc.?

    My iPad and iPhone4s both state "NOT ENOUGH STORAGE" and can't backup due to not enough iCloud storage available in the cloud.
      I have sync my phone to my pc using itunes, but I still get the msg on the phone - could it be that the ipad and phone both receive the same mail?  I did go into Settings - icloud - and shut off Mail on phone - I will sync the iPad as well - both devices receive my mail as well as Acer pc.?  thank you -

    Not having enough storage in your iCloud account isn't caused by using your iCloud email account on your device.  It may be caused by having lots of email in your account though.
    Go to Settings>iCloud>Storage & Backup>Manage Storage to see what is taking up the space in your account.

  • Adobe after effects not available on creative cloud

    Objective:
    I wanted to downloaded adobe after effects trial.
    Problem:
    Adobe after effects cc is not available on creative cloud.
    I have downloaded creative cloud and signed in with my adobe account.After singing I have checked the apps page. All the apps are there except "After effects". Don't know why. I have checked on different days but still not available.
    Please help.
    Thank you
    {KK}Waleed

    After Effects is 64 bit only.
    Are you running a 64 bit operating system?

  • HT204264 "If you exceed your iCloud storage limit, photos and videos won't upload to iCloud, and your library will no longer stay up to date across your devices."  Really?  Can't we support the existing "last 1k photos will be available in the cloud" mode

    "If you exceed your iCloud storage limit, photos and videos won't upload to iCloud, and your library will no longer stay up to date across your devices."  Really?  Can't we support the existing "last 1k photos will be available in the cloud" model?  If we don't do this, won't this kill auto-sync of new photos from iOS devices to our libraries on our Macs (if the Mac's Photos app has auto syncing with the cloud turned on) once we go over our 5gb limit?  I have 350GB of photos in my Mac Photos library - I am not going to pay $20/month for 1tb iCloud storage.  Please advise, Apple.  Thank you.

    I agree and am baffled by this also.  At first I was really excite about this new feature.  Mostly because I would be able to seamlessly sync videos along with my PhotoStream.  I just assumed there would be some systematic way to handle large libraries.  Like removing older files as the current PhotoStream does.  However, it appears that this new feature will simply 'shut down' when you reach your storage limit.  This just makes no sense to me.  I would have to double check, but I have all my photos and videos in iPhoto and stored on a 3 TB external hard drive and I think the full library is over 1 TB.  So, even if I was willing to pay $20 a month for photo syncing (which I am not) I couldn't do it because my library is too large.  Again I am just baffled why Apple cannot blend this new service with the existing PhotoSteam model.  My favorite aspect of PhotoSteam is that is uploads all my iPad and iPhone Photos to my Mac for permanent storage and it seems this is lost in the new version.

  • Lightroom 5 isn't available in Creative Cloud app manager

    LR5 doesn't show up in my list of applications available for Creative Cloud.
    I have the trial edition of CC. Before the trial edition I downloaded and installed LR5 trial. I read in the LR/Cloud troubleshooting FAQ that it may not show up because my system does not meet the requirements. It seems my system does meet the requirements with one possible exception; Does the 2ng gen core i5 CPU meet the CPU requirements? The req's say Intel 4... so I wasn't sure if the notebook processors were included. I've got no issue with LR5 trial.
    I just want to make sure that LR5 would be included and available if I purchase a paid subscription to CC. CC seems like something I'm interested in, and a big way to combat privacy.
    ->Brian L

    Here's Adobe's response to my not happy email....
    However, regarding Lightroom 5 install and activation issue, I suggest you to follow the below mentioned instructions.
    1. Close all Adobe applications including Creative Cloud desktop application.
    2. Open Finder, click on Applications in the left pane and trash Lightroom 5 application.
    3. In Finder, at the top left, click on Go > Go to Folder. Type /library and hit enter.
    4. Open Application Support/Adobe folder and rename Lightroom folder to Lightroomold
    5. Again in Finder, click on Go > Go to Folder. Type ~/library and hit enter. (Please make sure you prefix ~ symbol)
    6. Open Application Support/Adobe folder and trash OOBE folder
    7. Open Creative Cloud desktop application and install Lightroom 5 from Apps tab
    Ive not tried it yet as I guess it'll mean backing up library etc but might be worth a try..

  • Portlet not appearing in Admin Portal in 1/3 environments

    All Windows 2000 environments were recently patched from Platform 8.1SP1 to 8.1SP3 (via 8.1SP2). The procedures followed were virtually identical.
    I've added a new JSP Portlet to my portal web application. It's a simple .portlet file pointing to a simple .jsp file.
    I've added a new page to my portal. It's a simple page with only the new portlet in it.
    I've redeployed the entire enterprise app enclosing the web app with these new items. I've also restarted all servers.
    On my local machine (single server), this new page and portlet appear fine in my Portal Administration's Library. When I rebuild my desktop (replacing components), the new page and its portlet show up fine. When I execute my portal and navigate to the page, it shows up fine.
    In our test lab (Admin server and a one node cluster), this new page and portlet appear fine in my Portal Administration's Library. When I rebuild my desktop (replacing components), the new page and its portlet show up fine. When I execute my portal and navigate to the page, it shows up fine.
    On our staging server (Admin server and Managed Server, no cluster), the new page appears in the Library, but the new portlet does not. When I rebuild the desktop (replacing components), the new page appears but the new portlet does not. When I execute my portal and navigate to the page, it shows up but is empty.
    The Admin portal gives no errors, nor can I find any in the server log.
    Looking at the portal database in staging, the new portlet is NOT in the PF_PORTLET_DEFINITION table. I've enabled JDBC logging--no errors there.
    Where can I look to determine why this environment is not loading the .portlet file appropriately?
    Message was edited by tpierzina at Aug 19, 2004 9:38 AM

    I had a similar problem in loading new pages / portlets into the admin console. It appears that if you have a conflict with definition labels / instance labels / even look and feel properties then the admin console fails quietly without error and does not load.
    By conflict I mean properties such as the definition label / instance label / markup name (nything in the library list!) are already being used by the portlets in the library, so if you bring a new one in with the same name it will cause a conflict.
    Try checking all the definition labels, instance labels, and markup names in look and feel and shells.
    If you search for something like, 'console fails quietly when loading a portlet' you should get more info.
    Hope this helps,
    Alex

Maybe you are looking for

  • Adobe premiere update/aspect ratio problem/vista

    Can someone please help... I have already set up a video in Premiere 6.0 with a 16:9 aspect ratio. When it exports, the aspect ratio is between 16:9 and 4:3. My DVD authoring program reads it as 4:3, and cuts off part of the video, or adds black bars

  • IPhoto 9.1.2 won't update

    Dear all, iPhoto came intalled on my Macbook Pro (10.6.8), the version currently installed is 9.1.2 (605) when I start it, it informs there's an update available (9.1.5) and suggests opening Mac Software update, but this one tells there's no update a

  • IPhoto does not show connected devices.

    We have 2 iMac 27", 3 MacBookPro 17" 2X15", 3MacBookAir in our home. All have ML. In all of them iPhoto shows devices when an iPhone is connected except in one of the iMacs. I looked everywhere for a solution like this one: http://www.jasoncoleman.ne

  • How can I use JTA in Toplink???

    Toplink transaction is setted by auto commit. I'm using Toplink Workbench for relational object mappings... I want to use JTA to controll transaction, which file should I configure in toplink Workbench?

  • Error in assigning the tax group during j1iex

    hi can any one help me.... while posting J1IEX i am getting this error mesage "error in assigning the tax group"  message ff 716 regard ashwani