Retrieving PageID in Plumtree v4.5 SP2

Note: This post applies to portal version 4.5 SP2 - upgrading is not a solution.
I have a community with multiple pages. Each page contains an instance of the same gadget, and the gadget allows an admin to set Community-Gadget preferences. The problem is that each instance of the gadget shares the same set of preferences, meaning that each gadget on each page will overwrite any previous settings and all gadgets appear the same.
Is there a way to uniquely identify a single gadget on a community that holds true across all pages in that community?
I had thought of using either the query string parameter 'intCurrentPageIndex' or 'PageID' but these will appear at different times, sometimes haphazardly. Is there any way to ALWAYS retrieve either of these values so I can have the key CommunityID + GadgetID + PageID to uniquely identify my gadget on the portal?
PageID is not passed in the headers, so no luck there...
Anyone have any ideas?
Thanks,
Jarrod

4.5 version does not pass page id in the gateway. We had a simillar situation and I came up with a round-about solution (though we actually have not implemented).
In community.asp (Plumtree supplied page), pageId is available. you can store the PageId in a database (as currentPageId) for the user and then retrieve this pageId from within the portlet.
Other way is to find the function in Community.asp which executes the portlets and pass the pageid through the header.

Similar Messages

  • Portal events are not getting loaded into the Analytics database tables

    Analytics database ASFACT tables (ASFACT_PAGEVIEWS,ASFACT_PORLETVIEW) are not getting populated with data.
    Possible diagnosis/workarounds tried:
    -Checked the analytics configuration in configuration manager, Enable Analytics Communication option checked
    -Registered Portal Events during analytics installation
    -Verified that UDP events are sent out from the portal: Test: OK
    -Reinstalled Interaction analytics component
    Any inputs highly appreciated.
    Cheers,
    Sandeep
    In collector.log, found the exception:
    08 Jul 2010 07:12:54,613 ERROR PageViewHandler - could not retrieve user: com.plumtree.analytics.collector.exception.DimensionManagerException: Could not insert dimension in the database
    com.plumtree.analytics.collector.exception.DimensionManagerException: Could not insert dimension in the database
    at com.plumtree.analytics.collector.cache.DimensionManager.insertDB(DimensionManager.java:271)
    at com.plumtree.analytics.collector.cache.DimensionManager.manageDBImage(DimensionManager.java:139)
    at com.plumtree.analytics.collector.cache.DimensionManager.handleNewDimension(DimensionManager.java:85)
    at com.plumtree.analytics.collector.eventhandler.BaseEventHandler.insertDimension(BaseEventHandler.java:63)
    at com.plumtree.analytics.collector.eventhandler.BaseEventHandler.getUser(BaseEventHandler.java:198)
    at com.plumtree.analytics.collector.eventhandler.PageViewHandler.handle(PageViewHandler.java:71)
    at com.plumtree.analytics.collector.DataResolver.handleEvent(DataResolver.java:165)
    at com.plumtree.analytics.collector.DataResolver.run(DataResolver.java:126)
    Caused by: org.hibernate.MappingException: Unknown entity: com.plumtree.analytics.core.persist.BaseCustomEventDimension$$BeanGeneratorByCGLIB$$6a0493c4
    at org.hibernate.impl.SessionFactoryImpl.getEntityPersister(SessionFactoryImpl.java:569)
    at org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1086)
    at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:83)
    at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:184)
    at org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:33)
    at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:173)
    at org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:27)
    at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:69)
    at org.hibernate.impl.SessionImpl.save(SessionImpl.java:481)
    at org.hibernate.impl.SessionImpl.save(SessionImpl.java:476)
    at com.plumtree.analytics.collector.cache.DimensionManager.insertDB(DimensionManager.java:266)
    ... 7 more
    In analyticsui.log, found the exception below:
    08 Jul 2010 06:50:25,910 ERROR Configuration - Could not compile the mapping document
    org.hibernate.MappingException: duplicate import: com.plumtree.analytics.core.persist.BaseCustomEventFact$$BeanGeneratorByCGLIB$$6a896b0d
    at org.hibernate.cfg.Mappings.addImport(Mappings.java:105)
    at org.hibernate.cfg.HbmBinder.bindPersistentClassCommonValues(HbmBinder.java:541)
    at org.hibernate.cfg.HbmBinder.bindClass(HbmBinder.java:488)
    at org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:234)
    at org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:152)
    at org.hibernate.cfg.Configuration.add(Configuration.java:362)
    at org.hibernate.cfg.Configuration.addXML(Configuration.java:317)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:796)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:652)
    at com.plumtree.analytics.core.HibernateUtil.refreshCustomEvents(HibernateUtil.java:496)
    at com.plumtree.analytics.ui.common.AnalyticsInitServlet.init(AnalyticsInitServlet.java:104)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4045)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4351)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920)
    at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.plumtree.container.Bootstrap.start(Bootstrap.java:531)
    at com.plumtree.container.Bootstrap.main(Bootstrap.java:254)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238)
    at java.lang.Thread.run(Thread.java:595)
    08 Jul 2010 06:50:25,915 ERROR Configuration - Could not configure datastore from XML
    org.hibernate.MappingException: duplicate import: com.plumtree.analytics.core.persist.BaseCustomEventFact$$BeanGeneratorByCGLIB$$6a896b0d
    at org.hibernate.cfg.Mappings.addImport(Mappings.java:105)
    at org.hibernate.cfg.HbmBinder.bindPersistentClassCommonValues(HbmBinder.java:541)
    at org.hibernate.cfg.HbmBinder.bindClass(HbmBinder.java:488)
    at org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:234)
    at org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:152)
    at org.hibernate.cfg.Configuration.add(Configuration.java:362)
    at org.hibernate.cfg.Configuration.addXML(Configuration.java:317)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:796)
    at com.plumtree.analytics.core.HibernateUtil.loadEventMappings(HibernateUtil.java:652)
    at com.plumtree.analytics.core.HibernateUtil.refreshCustomEvents(HibernateUtil.java:496)
    at com.plumtree.analytics.ui.common.AnalyticsInitServlet.init(AnalyticsInitServlet.java:104)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4045)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4351)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:920)
    at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:883)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:516)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.plumtree.container.Bootstrap.start(Bootstrap.java:531)
    at com.plumtree.container.Bootstrap.main(Bootstrap.java:254)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:238)
    at java.lang.Thread.run(Thread.java:595)
    wrapper_collector.log
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.analytics.collector.eventhandler.PortletViewHandler.handle(PortletViewHandler.java:46)
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.analytics.collector.DataResolver.handleEvent(DataResolver.java:165)
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.analytics.collector.DataResolver.run(DataResolver.java:126)
    INFO | jvm 1 | 2009/11/10 17:25:22 | Caused by: java.sql.SQLException: [plumtree][Oracle JDBC Driver][Oracle]ORA-00001: unique constraint (ANALYTICSDBUSER.IX_USERBYUSERID) violated
    INFO | jvm 1 | 2009/11/10 17:25:22 |
    INFO | jvm 1 | 2009/11/10 17:25:22 | at com.plumtree.jdbc.base.BaseExceptions.createException(Unknown Source)

    Key words from the error msg suggests reinstallation of Analytics is needed to resolve this.Analytics database is failing to get updated with the correct event mapping and this is why no data is being inserted.
    "Could not insert dimension in the database",
    "ERROR Configuration - Could not configure datastore from XML
    org.hibernate.MappingException: duplicate import: com.plumtree.analytics.core.persist.BaseCustomEventFact$$BeanGeneratorByCGLIB$$6a896b0d"
    "ORA-00001: unique constraint (ANALYTICSDBUSER.IX_USERBYUSERID) violated",
    "ERROR Configuration - Could not compile the mapping document

  • Sound blaste Live! Player 1024 SUPPORT : Plea

    Hi,
    I got a sb li've player 024 , and i don't know if the driver i use is the best because
    I use this card for few years on WIN98 with the original CD driver, and i can say that it is a very good quality product, but driver don't work with XP.
    First when i put my card on a my XP SP2, card was successfully installed.
    Sound was clear with High volume.
    To ensure ot have the best driver I have installed the driverpack for sb Li've card and now my card is recognized as a SB li've! Value
    The he sounds seems to be not so good before, the sound before was (more volume, high definition).
    I don't know how and if i can retrieve my first configuration (win XP SP2 embedded driver, i got the CD), the original driver designed for win98 don't work with XP.
    So, what is the best driver or update for my SB Li've 024 Player ?
    Thank you, im an old user of creative product (SB 6, AWE 32, AWE64 an li'veplayer 024)
    I use sound card for listening and making music , please help me!
    PS : it seems like nobody for the time wan't to help me so i prefer to cut and paste my message.

    Most probably there is aproblem with your installation. It dosn't matter if your card writes that it is a Value, although it is a Player024. Both soundcards use exactly the same processor, EMU0K. Since the driver only has to communicate with that processor the drivers are not different. An example is the Audigy4 and the 2 ZS, where the 2 cards are different, have different DACs but the EMU0K2.5 processor is the same and so are the drivers. It basicly is a naming mistake that your Player is detected as a Value, but it does not degrade the quality of sound at all.
    Now once again... It is really easy to install the OS default driver. I forgot to mention before that Microsoft's drivers are listed under a different manufacturer name. So when you go to the screen where you select the driver you want to install, after you selected not to automatically search and then you selected to find the driver yourself, first uncheck the "show compatible devices only" (It is only going to show your current driver if it is checked). Then go to the left list, the manufacturer's list and click on "Creative". Not "Creative Technology Ltd", which are Creative's drivers. There all listed drivers should also have a green tick next to them, a sign that they are all certified as they come from MS themselves. Use the driver named "SBLi've! Series (WDM)".

  • SMS_SRS_REPORTING_POINT - Error retrieving folders with SCCM 2012 and SQL Server 2008 R2 SP2

    Hi:
    According to all the Reporting Services logs my Reporting Point was setup correctly.  When I try and run any report I see the entries below in the srsrp.log on the SQL Server.  The report names show up in the Console but when I right any of the
    listed reports I get errors and no report runs.
    I am running SQL Server 2008 R2 SP2 on a remote server.  SQL is installed on its own server.  There is no firewall between the Configuration Manager server and SQL Server.
    Thanks.
    Mark
    (!) Error retrieving folders - [A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance
    name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because
    connected host has failed to respond.)].   SMS_SRS_REPORTING_POINT
    1/25/2013 9:15:07 AM    4532 (0x11B4)
    No folder configuration information found.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    Next security configuration at [1/25/2013 9:22:42 AM]
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    Root Folder exists     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    Successfully checked that the SRS web service is healthy on server DBSCCM.LOCAL    
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM 
    4532 (0x11B4)
    Waiting for changes for 1 minutes  
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    SRSRP registry key change notification triggered.    
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:16 AM   
    4532 (0x11B4)
    Waiting for changes for 1 minutes  
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:16 AM   
    4532 (0x11B4)
    Timed Out...     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Reporting Services URL from Registry [http://dbsccm/ReportServer/ReportService2005.asmx] 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM 
    4532 (0x11B4)
    Reporting Services is running
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ManagedDesktops_MD1 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM 
    4532 (0x11B4)
    (!) Error retrieving folders - [A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance
    name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because
    connected host has failed to respond.)].   SMS_SRS_REPORTING_POINT
    1/25/2013 9:17:40 AM    4532 (0x11B4)
    No folder configuration information found.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Next security configuration at [1/25/2013 9:22:42 AM]
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Root Folder exists     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Successfully checked that the SRS web service is healthy on server DBSCCM.LOCAL    
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM 
    4532 (0x11B4)
    Waiting for changes for 1 minutes  
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Timed Out...     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Reporting Services URL from Registry [http://dbsccm/ReportServer/ReportService2005.asmx] 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM 
    4532 (0x11B4)
    Reporting Services is running
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ManagedDesktops_MD1 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM 
    4532 (0x11B4)

    Hi:
    Windows Firewall is off on both systems.
    I can ping the Configuration Manager server from the SQL Server by netbios name, ip address and fully qualified domain name.   I can ping the SQL Server from the Configuration Manager server by netbios name, ip address and fully qualified domain
    name.
    I have uninstalled and installed the Reporting Point Service a couple of times and everything looks fine according to the logs after the install finishes but these errors only appear each time I try and Run a report.
    Mark

  • XI 3.1 SP2 Retrieve IP - Calculation Extension Points, OpenDoc or ?

    On a XI 3.1 SP2 Tomcat stack I need to retrieve an use a client IP Address to help determine security for shifting users.
    It's easy enough to retrieve the IP via jsp but the question is how to get that value into WEBI?
    I've read Ueda's Calc Ext Point examples - they're for .Net but one can assume that the same could be applied via java/jsp?
    The alternative would be to manipulate the OpenDocument.jsp code to retrieve the ip to be used as a parameter but I'm not too keen on altering existing code.
    As mentioned, it's simple enough to include the code to retrieve the ip the logon.jsp module but there again it means changing the system code and determining a method to get this out and into WEBI i.e. similar to @bouser

    Mike -
    How does the IP address need to be recognized and recorded?  At view-time of the report via InfoView?   During adhoc report creation (webi query panel) ?
    Does Auditor not satisfy this requirement?
    As far as using EPs (these are actually in C btw) - this could get a bit murky as you'd still need to manage a way to enforce the custom function to be present in the Webi report.
    If you need to essentially record IPs of users who are using any of the available document viewing interfaces (PDF, interactive, etc) then I'd add some custom code to viewDocument.jsp that grabs the client IP (how will you account for proxies, or is this a non-issue?) and silently stamps the address in a footer cell of the Webi report or merely records the view action elsewhere without actually touching Webi.
    I don't think you can escape the not wanting to customize InfoView code, unless you roll your own viewer and force users to use that instead.
    Hope this helps

  • API to retrieve current pageid or URL?

    Hi,
    Can anyone tell if there is an API to retrieve the current pageid or current URL?
    thanks
    Stijn

    If you are using PDK Java APIs, you could do PortletRenderRequest.getRenderContext().getPageURL() to retrieve the current page URL. Perhaps somebody can point us to the corresponding PL/SQL APIs.
    Regards,
    Abhinav

  • Patch Plumtree Foundation 6.0 SP1 to SP2

    Hi,
    we would at like to patch our installation of 6.0 SP1 to SP2 which is available since April 2008 (we cannot upgrade to 6.5 or even 10gR3 yet).
    I think I have downloaded everything related to Foundation 6.0 and searched all possible plumtree, bea and oracle sites now but I didn't find any instructions how to apply the service pack.
    The only document which was updated in 2008 are the Release Notes (http://one.bea.com/portal/server.pt?open=18&objID=2795854&mode=2&in_hi_userid=2&cached=true). The installation plan which was part of the 460MB download has a section for SP1 installation only and that's it.
    So are we supposed to install the whole thing AGAIN to get SP2? Did anybody ever patch 6.0 SP1 to SP2?

    Hi guys,
    AFAIK, BEA doesn't release standalone maintenance pack for 6.x basically. In other words, the only way to upgrade is to use the 6.0 SP2 or 6.1 MP2 installer on top of previous version.
    The only patch I know is for 6.1 MP1, there is a patch. So after applying, it should be 6.1.1.1.
    I've done a the following upgrade so far, using the new installer and they work:
    6.1 -> 6.1 MP1 -> 6.1.1.1 -> 6.1 MP2
    6.5 -> 6.5 MP1
    I haven't done the 6.0sp1 to 6.0sp2 but I guess it is the same thing. Do remember to run the installer on to upgrade all related components, check your deployment architecture.
    Hope this helps.
    Terry

  • Re : How to retrieve Combined Queries (RE Bean SDK) -XIR2 SP2

    Hello all,
    Hope all is well. I am kinda stuck here ...trying to retrieve Combined Queries from WebI Document. I just have 1 report , 1 DP, 1 combined query(union) with 2 nodes coming off of universe ( __NO__ Custom SQL).
    Could someone give me sample code as how to retrieve this...I was able get DP and then Query container...then kinda got lost.How do I retrieve individual query and then get more information of an individual query like DataSourceObject.
    QueryContainer qCont = dataProv.getCombinedQueries();
    int operator = qCont ();
    // getQueryContainerOperator
    // then how doi I proceed further to retrieve individual query.
    Thanks in advance,
    Sam.

    I don't have any code for retrieving the combined queries, however I have some code for retrieving the SQL from a dataprovider- it might give you an idea of how to get the combined query
    oInfoObject = (IInfoObject) oInfoObjects.get(0);
    // Initialize the Report Engine
    ReportEngines oReportEngines = (ReportEngines) oEnterpriseSession.getService("ReportEngines");
    ReportEngine oReportEngine = (ReportEngine) oReportEngines.getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
    // Openning the document
    DocumentInstance oDocumentInstance = oReportEngine.openDocument(oInfoObject.getID());
    DataProvider oDataProvider = null;
    SQLDataProvider oSQLDataProvider = null;
    SQLContainer oSQLContainer_root = null;
    SQLNode oSQLNode = null;
    SQLSelectStatement oSQLSelectStatement = null;
    String sqlStatement = null;
    out.print("<TABLE BORDER=1>");
    for (int i=0; i<oDocumentInstance.getDataProviders().getCount(); i++) {
         oDataProvider = oDocumentInstance.getDataProviders().getItem(i);
         out.print("<TR><TD COLSPAN=2 BGCOLOR=KHAKI>Data Provider Name: " + oDataProvider.getName() + "</TD></TR>");
         oSQLDataProvider = (SQLDataProvider) oDataProvider;
         oSQLContainer_root = oSQLDataProvider.getSQLContainer();
         if (oSQLContainer_root != null) {
              for (int j=0; j<oSQLContainer_root.getChildCount(); j++) {
                   oSQLNode = (SQLNode) oSQLContainer_root.getChildAt(j);
                   oSQLSelectStatement = (SQLSelectStatement) oSQLNode;
                   sqlStatement = oSQLSelectStatement.getSQL();
                   out.print("<TR><TD>" + (j+1) + "</TD><TD>" + sqlStatement + "</TD></TR>");
    out.print("</TABLE>");
    oDocumentInstance.closeDocument();
    Shawn

  • Retrieving the Employee ID - Plumtree.Remote.Util.UserInfo.USERINFO_EMPLOYEEID

    I'm new to developing in C# and trying to get the Employee ID from the users profile.  I know it's in Plumtree.Remote.Util.UserInfo.USERINFO_EMPLOYEEID, but I'm missing a step here.  I'm getting the username just fine, but think I'm just missing a few lines of code.  I've noted where I know I'm missing something with //what goes here??????
    Any help is appreciated!
    Here's my .cs file:
    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Web.UI.HtmlControls;
    public partial class LegalMatters_gadgets_myLegalMatters : System.Web.UI.Page
        protected void Page_Load(object sender, EventArgs e)
            Plumtree.Remote.Portlet.IPortletContext edk;
            Plumtree.Remote.Portlet.IPortletResponse resp;
            Plumtree.Remote.Portlet.IPortletRequest req;
            Plumtree.Remote.Portlet.IPortletUser ptuser;
            Plumtree.Remote.Util.UserInfo ptuserinfo;
            edk = Plumtree.Remote.Portlet.PortletContextFactory.CreatePortletContext(Request, Response);
            resp = edk.GetResponse();
            req = edk.GetRequest();
            ptuser = edk.GetUser();
            ptuserinfo = //what goes here??????;
            // get username from plumtree
            string userName;
            userName = ptuser.GetUserName();
            userName = userName.Replace(@&#034;BTSSolutions\&#034;, &#034;&#034;);
            lblMyName.Text = userName;
            // get employee id from plumtree
            string employeeID;
            employeeID = ptuserinfo.Get(Plumtree.Remote.Util.UserInfo.USERINFO_EMPLOYEEID); //error happens here
            lblMyEmployeeID.Text = employeeID;

    VAS_MS wrote:
    please help me..First help yourself by posting a clear question
    You have far to much code posted and without the use of the correct code tags its almost unreadable.
    You have a question about uplaoding files with Struts then get rid of all the junk in your code thats not related to uploading files.
    If you have an error then post the relevant information on the error
    like
    org.apache.commons.beanutils.ConversionException:
    Cannot assign value of type 'org.apache.struts.upload.CommonsMultipartRequestHandler$CommonsFormFile' to property 'file' of type 'java.lang.String'
    org.apache.struts.action.DynaActionForm.set(DynaActionForm.java:424)If you had posted only that you would have given enough information, that error says it all you are trying to put your file into a String and its not working.
    reread the tutorial/documentation provided and try again
    Edited by: pgeuens on 21-mrt-2008 8:04

  • I run XP SP2 and have just installed FF 4 over my old FF2. After installation, a part of my bookmarks has disappeared. Prior to installing FF4 I had made a copy of my FF profile folder. How can I retrieve my missing bookmarks ?

    It seems as if FF4 had gone back to what my bookmarks' list was over a year ago or so ...

    Did you ever used a Firefox 3 version with that profile folder?
    *https://support.mozilla.com/kb/Firefox+3+upgrade+switches+bookmarks+and+other+settings+to+older+version
    If you have done that then Firefox 4 will have found and used the places.sqlite file from that installation.<br />
    You can delete places.sqlite in the profile folder and all .json backups in the bookmarkbackups folder to make Firefox import the bookmarks from the file bookmarks.html<br />
    Move the old bookmarks-xxxx-xx-xx.html backups in the bookmarkbackups folder from Firefox 2 to another location in case you need them.
    See also:
    * http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • Unable to install SQL Server Express 2008 R2 - Errors "Failed to retrieve data for this request"

    As domain admin I am attempting to install "SQL Server 2008 R2 with SP2" but it keeps failing with "Failed to retrieve data for this request".
    The installation never actually starts, it errors before then.
    It displays the same error even if I run the System Configuration Checker.
    The summary.txt for the install displays the following text:
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -1554760125
      Exit facility code:            852
      Exit error code:               15939
      Exit message:                  Failed to retrieve data for this request.
      Start time:                    2014-08-15 16:49:52
      End time:                      2014-08-15 16:50:06
      Requested action:              RunRules
    Machine Properties:
      Machine name:                  servername
      Machine processor count:       8
      OS version:                    Windows Server 2008 R2
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  Yes
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       1
      Installation location:         c:\84122ef5b6d9cdcd3b2ac48cec\x64\setup\
      Installation edition:          EXPRESS
    User Input Settings:
      ACTION:                        RunRules
      CONFIGURATIONFILE:             
      ENU:                           True
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTANCENAME:                  <empty>
      PASSPHRASE:                    *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RULES:                         GLOBALRULES,SqlUnsupportedProductBlocker,PerfMonCounterNotCorruptedCheck,Bids2008InstalledCheck,BlockInstallSxS,AclPermissionsFacet,FacetDomainControllerCheck,SSMS_IsInternetConnected,FacetWOW64PlatformCheck,FacetPowerShellCheck
      UIMODE:                        AutoAdvance
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140815_164944\ConfigurationFile.ini
    Detailed results:
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               The rule result report file is not available.
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
        Message:
            Failed to retrieve data for this request.
        Data:
          HelpLink.ProdName = Microsoft SQL Server
          HelpLink.BaseHelpUrl = http://go.microsoft.com/fwlink
          HelpLink.LinkId = 20476
          DisableWatson = true
        Stack:
            at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)
            at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.ProcessDTbl(DataTable dt, Int32 level)
            at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.CollectSqlDiscoveryData(String machineName)
            at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.LoadData(IEnumerable`1 machineNames, String discoveryDocRootPath, String clusterDiscoveryDocRootPath)
            at Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction.ExecuteAction(String actionId)
            at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
            at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
        Inner exception type: Microsoft.SqlServer.Configuration.Sco.SqlRegistryException
            Message:
                    The network path was not found.
            Data:
              WatsonData = [email protected]rror
            Stack:
                    at Microsoft.SqlServer.Configuration.Sco.SqlRegistry.CreateBaseKey(ServiceContainer ctx, String machineName, IntPtr hKey, String keyName, RegistryAccess access, RegistryView
    view)
                    at Microsoft.SqlServer.Configuration.Sco.SqlRegistry.GetLocalMachine(ServiceContainer ctx, String machineName, RegistryAccess access, RegistryView view)
                    at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.GetSql2kMsiInstanceListInHive(String machineName, RegistryView regView)
                    at Microsoft.SqlServer.Discovery.DiscoveryEnumObject.LoadSql2kInstanceList(String machineName)
                    at Microsoft.SqlServer.Discovery.Product.GetData(EnumResult erParent)
                    at Microsoft.SqlServer.Management.Sdk.Sfc.Environment.GetData()
                    at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.GetData(Object connectionInfo, Request request)
                    at Microsoft.SqlServer.Management.Sdk.Sfc.Enumerator.Process(Object connectionInfo, Request request)

        Inner exception type: Microsoft.SqlServer.Configuration.Sco.SqlRegistryException
            Message:
                    The network path was not found.
            Data:
              WatsonData = [email protected]rror
    Above message says that your registry is not consistent and some of the parameters are missing from registry.Or
    Account installing SQL server does not have permission to access this. I think case can be here that account with which you logged into your system to install SQL Server might not have certain privileges. Can you take help
    of domain admin account add it as a local administrator in this machine always right click on setup file and select run as administrator. Before this make sure you  remove all SQL Server components from add remove program
    I strongly recommend you to have a good look at below thread
    http://support.microsoft.com/kb/2000257/en-us
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Kerberos Authentication between Sharepoint 2013 Foundation - SSRS 2012 - Oracle 11g failing with ORA-12638: Credential retrieval failed

    I have set up SharePoint 2013 Foundation, SharePoint Reporting Services and SQL Server 2012 in a single server. I then created a Data Connection to Oracle 11g. Upon testing the connection, it throws the error “ORA-12638: Credential retrieval failed”.
    Given below are the steps of installation and configuration.
    Installation till basic authentication:
    The installation has been done in a
    single server.
    Installed SQL Server 2012 (Developer version).
    Selected only the following features:
    Database Engine Services
    Analysis Services
    Reporting Services – SharePoint
    Reporting Services Add-in for SharePoint Products
    Management Tools – Basic
    - Management Tools - Complete
      2. Installed SQL Server 2012 SP1.
      3. Installed SQL Server 2012 SP2.
      4. Installed SharePoint Foundation 2013.
      5. Created web application (without Kerberos; we did not even create the SPNs).
          The application pool has been configured to use Reporting Services account since it is a single server installation. This account has been registered as a managed
    account.
      6. Created Site Collection.
      7. Verified that Reporting Services is not installed.
      8. Installed SharePoint Reporting Services from SharePoint 2013 Management Shell.
      9. Verified that Reporting Services is installed.
     10. Created a new SQL Server Reporting Services Service Application and associated the Web Application to the new SQL server Reporting Services Service Application.
      11. Verified that SQL Server Reporting Services Service Application and its proxy have started. Reset IIS.
      12. Created a Site.
      13. Created a Data Connection library with “Report Data Source” content type.
      14. Created a Report Model library with “Report Builder Model” content type.
      15. Created a Report library with “Report Builder Report” content type.
      16. Uploaded an SMDL to the Report Model library.
      17. Added the top level site to Local Intranet instead of as a Trusted Site in the browser settings.
      18. Able to create and save a report using Report Builder.
    Hence, basic authentication is working and SSRS is able to connect to Oracle database.
    Next we have to configure Kerberos settings between SharePoint and SQL Server.
    Implementation of Kerberos authentication
    In the Report Server machine, opened the file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting\rsreportserver.config  and added the Authentication Types of RSWindowsNegotiate
    and RSWindowsKerberos.
     2.  Set up the following SPNs.
                   a) SQL Server Database Engine service (sqlDbSrv2):
                    setspn -S MSSQLSvc/CER1110:1433 CERDEMO\sqlDbSrv2
                    setspn -S MSSQLSvc/CER1110.cer.demo.com:1433 CERDEMO\sqlDbSrv2
                 In the Delegation tab of the account, selected "Trust this user for delegation to any service (Kerberos only)".
    b) Account: SharePoint Setup Admin account (spAdmin2)
         setspn -S HTTP/CER1110:9999 CERDEMO\spAdmin2
                    setspn -S HTTP/CER1110.cer.demo.com:9999 CERDEMO\spAdmin2
                    In the Delegation tab of the account, selected "Trust this user for delegation to any  service
    (Kerberos only)".
    c) Account: SQL Server Reporting Service account (sqlRepSrv2)
                       setspn -S HTTP/CER1110 CERDEMO\sqlRepSrv2
                       setspn -S HTTP/CER1110.cer.demo.com CERDEMO\sqlRepSrv2
                       In the Delegation tab of the account, selected "Trust this user for delegation to any service
    (Kerberos only)".
      3. Configure the Web Application to use “Negotiate (Kerberos)”.
      4. Logged in as SharePoint Administrator to the SharePoint server and opened the top level site in the IE browser.
         The Event Viewer logged the login process for the SharePoint Administration account as
    Negotiate and not Kerberos.
      5. Implemented Kerberos for Oracle database and client.
         Able to connect to the Oracle database via Kerberos authentication using SQL Plus.
      6. Turn on Windows Firewall.
      7. While testing the site's data connection using Kerberos settings, got the error
    “Can not convert claims identity to windows token. This may be due to user not logging in using windows credentials.”
          Note: The Data Connection for basic authentication still worked.
      8. Created a Claims to Windows Token Service account (spC2WTS2).
      9. Started the Claims to Windows Token Service.
     10. Registered the Claims to Windows Token Service account as a Managed Account.
     11. Changed the Claims To Windows Token Service to use the above managed account.
     12. Verified that the Claims to Windows Token Service account (spC2WTS2) is automatically added to the WSS_WPG local group on the SharePoint box.
          Note: The Reporting Services service account is also a part of the WSS_WPG local group.
     13. Added the Claims to Windows Token Service account (spC2WTS2) to the Local Admin Group on the machine having the SharePoint App Server.
     14. In the SharePoint box, added the Claims to Windows Token Service account (spC2WTS2) in the Act as part of the operating system policy right.
     15. The Claims to Windows Token Service account (spC2WTS2) has the WSS_WPG group configured.
          When the C2WTS service was configured to use the managed account Claims to Windows Token Service account (spC2WTS2) earlier, the spC2WTS2 account was automatically
    added to the WSS_WPG local group on the SharePoint box. The WSS_WPG group in turn is configured in c2wtshost.exe.config file.
     16. Verified that the Reporting Services account is a managed account and part of the WSS_WPG group.
     17. Earlier Service Application Pool - SQL Server Reporting Services App Pool service was associated with the SharePoint Admin account.
          Changed this to associate the Reporting Service account with the Service Application Pool - SQL Server Reporting Services App Pool service.
     18. Changed the delegation of the Reporting Service account to constrained delegation with Protocol Transitioning. This is because we are transitioning from one authentication scheme (Claims) to another (Windows Token).
          For this, the delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use
    any authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
          Note: The Reporting Service account already had an HTTP SPN.
     19. Next, the goal was to make the Claims To Windows Token Service account match the Reporting Service account.
           For this, we created a fake SPN for the Claims To Windows Token Service account since the delegation tab was missing.
           The delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use any
    authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
     20. Restarted the SharePoint server.
     21. Tested the data connection with the Kerberos settings again.
           Got the error
    “ORA-12638: Credential retrieval failed”.
    Can anyone tell me what is wrong with this setup?

    http://www.freeoraclehelp.com/2011/10/kerberos-authentication-for-oracle.html
    Problem4: ORA-12638: Credential retrieval failed
    Solution:  Make sure that SQLNET.KERBEROS5_CC_NAME is set in sqlnet.ora and okinit has been run before attempting to connect to the database.
    Do check 
    http://webcache.googleusercontent.com/search?q=cache:5a2Pf3FH7vkJ:externaltable.blogspot.com/2012/06/kerberos-authentication-and-proxy-users.html+&cd=5&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • Home Environmen​t - How to set up Update Retriever (UR) and Thin Installer (TI) in a home environmen​t

    Serenityvalley wrote:
    You need to go to This Page and download just about everything on it -espeically the  System Update Deployment Guide and start reading.  It'll take you a few hours to learn what you need to do and implement it if you are familar with editing system registeries and you have some luck and everything goes well.
    You do NOT need to edit registry, just use Thin Installer instead of System Update on the clients. And there is no need to wade thru the deployment guide if you are setting this up in a home environment for just one or two clients.
    Edit: Note that Thin Installer does not run on Vista SP2 (neither does System Update.)
    Here are the few simple things you have to do:
    1. Download Update Retriever (UR) and Thin Installer (TI) from here.
    2. Install UR on one pc and TI on all clients you want to keep updated. UR installs into the Start -- All Programs -- Thinkvantage folder, TI installs into c:\program files\thininstaller.
    3. To initialize Update Retriever:
    a) specify the download folder, pick a place all clients can access. Create a new folder, TI will be confused if there is other stuff in it.
    b) change the settings to Severity -- Optional (assuming you want to see critical, recommended and optional downloads in the list), License -- Do not display and Status -- Active. After clicking next you enter the machine type, the op system and its language for each client you need to keep updated. Note that unless you change status to active everything will download as "test" and thus not be installed by the Thin Installer.
    4. Run the download, about 1 - 1.5GB for the first type, opsys and language combination  and an additional 0.5 - 1GB for each additional type depending on amount of overlap. You can be selective what you download but if you are an average home user -- just download all the items for your type/opsys/language combination(s) -- Thin Installer is a stripped down version of System Update and will decide what to install on the individual client. This is a one-time download, next time you run Update Retriever it will just download new drivers.
    5. To initialize TI on each client, copy the program from the Program Files directory and paste a shortcut to the desktop. Then rightclick on the shortcut and choose Properties, and in the target field of the shortcut tab after "C:\Program Files\ThinInstaller\ThinInstaller.exe" add the following: -repository your_UR_download_directory.
    6. Run the Thin installer on each client, it will perform exactly as System Update did, down to making the same mistakes that System Update did.
    7. As the date is getting close when Windows Update will start distributing Vista SP2 you may want to consider using Microsoft's SPBlockerTools preventing SP2 installation for up to 12 months.
    8. Debugging Tips
    TI ending with message An error occurred while gathering user information is reported when running under Vista SP2 -- TI will not run in SP2. 
    Getting TI to "see" the database downloaded by UR is the main problem. If TI ends with a message saying corrupt or not found database you probably made a spelling mistake in the directory specified in the -repository parameter. If TI ends with a message saying no applicable packages to install it can mean a number of things:
    a) If you are unused to modifying the parameters in a shortcut you may have added -repository to the second field in the shortcut tab instead of the top field labeled Target, the two fields look very similar or you just made a typo in "-repository".
    b) Open UR again and first choose Modify settings on the left and double check that the directory there is the same directory you specified in -repository. Then choose Manage repository -- Update view and double check that all packages have status Active. If they don't it's not necessary to download again, just select all and hit the modify button to change status from Test to Active.
    c) In C:\Program Files\ThinInstaller\logs there are update logs from TI. Open one using Notepad and in edit menu search for the string
    Message: 'Share name' to use:
    This will tell you in which directory TI is searching for the updates. If it can't find a -repository parameter it uses an empty default databse
    d) If you used System Update regularly up to when it stopped working on April 1 and if you have an older model with not so many new driver updates it may actually happen that there are no new updates for your machine (even though you downloaded a lot.) Go to here and enter all fields except model to see what Lenovo shipped after April 1. (Don't click on driver matrices, staying on the downloads and drivers pages will give you a list in chronological order with the ones after April 1 at the top.)  Also  be aware that the database UR downloads from is at least 2 weeks behind when the drivers first become available on the web. Right now, the only new download in the database  applicable to most notebooks after April 1 is the Access Connections 5.22 driver. To check what release you have installed open Access Connections and go to help.
    I just did a clean install of a Vista64 system on my T500 and after installing the first few drivers manually (including drivers for harddisk and ethernet) let Thin Installer install the remaining 36 items for me. The only item left to fix was the known bug in the Ricoh 4 in 1 card driver SU installation. (For a clean install you need to run TI or SU more than once, it doesn't find all drivers the first time.)
    Message Edited by JaneL on 05-08-2009 10:30 PM
    Message Edited by zilla on 2009-05-28 12:48 PM
    T500: Vista 32, 2.8GHz, 4GB RAM, 15.4" 1680x1050, 500GB 7200rpm, ATI Radeon HD3650 + Intel 4500MHD. T42: XP, 1.7GHz, 2GB RAM, 14.1" 1024x768, 250GB PATA, ATI Radeon 7500.

    koolzero wrote:
    When I start TI after I pointed it to my repository I get a message that no packages applicable were found.  I did not download all the updates just a few to test it, will it not work unless all updates are downloaded?
    Did you change status from test to active in UR before downloading? If not you can change the downloaded items in the manage repository menu.
    Assuming the items you did download were not already installed on your client with TI it should work.
    Message Edited by zilla on 2009-05-06 10:23 PM
    T500: Vista 32, 2.8GHz, 4GB RAM, 15.4" 1680x1050, 500GB 7200rpm, ATI Radeon HD3650 + Intel 4500MHD. T42: XP, 1.7GHz, 2GB RAM, 14.1" 1024x768, 250GB PATA, ATI Radeon 7500.

  • Retrieving data from a BW Query runs endlessly in Crystal

    Hi,
    I have installed Crystal Reports 2008 SP2 with SAP BO Integration Kit 3.1. When I create a new file from a SAP BW 7 Query I everything works fine (field selction etc) until I run it and try to extract data from the database. I can enter the parameters and enter the login data for the BW connection. After that I can see the entry "retrieving data from the database" in the status bar and that's it. The screen kind of freezes and I don't get any result. I can wait for 2 hrs no result. In the end I cannot even get back to screen. I have to close it through taskmanager.
    I have tested the query with transaction RSRT and the same parameter value I chose in Crystal reports and there I get a result. Therefore the entry values should be fine.
    Did I install anything wrong, did somebody encounter this problem as well?
    Thanks a lot in advance for any help provided
    Kind Regards,
    Melanie

    Hi,
    I entered the SQL statement in transaction MDXTest but it is running since 7 minutes.
    >> Transaction MDXTEST has an option to generate a test sequence and is not there to test SQL statements. You need to enter a valid MDX statement.
    Function module "/Crystal/MDX_GET_STREAM_INFO" not found
    >> then I would suggest you make sure that all the Transports from the SAP Integration Kit have been properly imported - see the Installation Guide for the SAP Integration Kit for details.
    Ingo

  • Error launching Infoview on Windows 2003 R2 SP2 64 bits

    In our Lab, just installed BO XI 3.1 on a Windows 2003 R2 SP2 32 bits AND a Windows 2003 R2 SP2 64 bits servers.
    When launching Infoview on the 64 bits server, I get the following error message:
    Server Error in '/InfoViewApp' Application
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this applicationprevent the details of the application error from being viewed.
    Details: To enable the details of this specific error message to be viewable on the local server machine, please create <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application....
    I did modify the web.config file for the tag: <customErrors mode="RemoteOnly"/>
    When accessing Infoview after the change, I get:
    Server Error in '/InfoViewApp' Application
    Retrieving the COM class factory for component with CLSI {E063B04A-CB8B-460E-99D0-F7D8FA2FAAA2} failed due to the following error: 80040154
    Description: An unhandled exception occurred during the execution of the current web request. Pleas review the stack trace....
    I don't have any problems accessing Infoview on my 32 bits server. Same installation procedure.
    I uninstalled BO on my 64 bits server and reinstalled without solving my problem.
    Any ideas or experience with 64 bits envir.?
    Thanks for any advice, suggestions. Wondering if I should just be going with 32 bits but we're trying to go with as many 64 bits servers in the field.
    Regards

    Denis,
    You pointed me in the right direction. Found something in the DB knowledge of  SAP (with some patience..).
    I'm not too sure if it's the article ID but here's what show up next to the title: 1326978
    Mainly, here's the solution:
    Symptom
    How to configure XI 3.1 with Win2003 64-bit using IIS
    When navigating to InfoView, user receives "Server Error" message. 
    Server Error in '/businessobjects/Enterprise115/InfoView' Application.  -- displayed for XIR2
    Server Error in '/InfoViewApp/ Application.  -- displayed for XI 3.x
    Reproducing the Issue
    Issue could occur in any 32-bit version of XI (XIR2 and XI 3.x) that supports 64 bit windows 2003 operating systems
    Cause
    While newer versions of XIR2 and XI 3.x are supported on 64 bit OS's they do not currently support 64 bit .net 
    Resolution
    XI 3.1 is a 32-bit application and InfoView/CMC cannot run while IIS is in 64-bit mode.  In addition, IIS cannot run in both 32-bit and 64-bit modes simultaneously.  Follow these steps to change IIS to run in 32-bit mode and unregister/register the correct IIS app pools.
    Open the windows command prompt and do the following:
    To disable 64-bit .NET 2.0:
    cd C:\windows\microsoft.net\Framework64\v2.0.50727
    aspnet_regiis /u
    To enable IIS to run in 32-bit mode:
    cd C:\Inetpub\AdminScripts
    cscript adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
    To enable 32-bit .NET 2.0:
    cd \WINDOWS\microsoft.net\Framework\v2.0.50727
    aspnet_regiis /i
    In IIS manager under Web Service Extensions:
    ASP.NET v2.0.50727 (32-bit) (The new one that appeared when you enabled 32-bit .NET 2.0) Set  to Allow.
    ASP.NET v2.0.50727 (the 64-bit version that has been there since you installed .NET 2.0 framework) If it is still listed, Set to Prohibit.
    Restart IIS (via Windows command prompt)
    iisreset
    I am now able to get to the login screen of InfoView but I'm missing the type of authentication field (Enterprise, Windows AD)
    I'll take a look early tomorrow.
    Thanks again.
    Jay

Maybe you are looking for

  • IE OK but not Firefox

    I get to the Web Printer in IE 8 (although it is hidden - no icon. On right side of browser toolbar I click on >> which shows a "hide" or "show" for HP Web print). The printing works OK here. But in Firefox 3.5, no icon appears on right side (and no

  • Missing Files after Transfer

    Hi -- I have a Macbook Air on OS X Lion 10.7.5 & I'm trying to transfer files to a WD external hard drive on ExFAT. It seems that every time I transfer the files, mostly videos &music, they are successfully done. However, when I go to check the folde

  • How to order by a column not on the base table?

    Best explained by example: I have 1 block, base table is SALE. I would like to sort this block by PROD_DESCRIPTION which is not on SALE. I only have PROD_CODE (the primary key of PRODUCT which contains PROD_DESCRIPTION) I am not running Enterprise Ed

  • HT201269 how do i activate my new phone?

    how do i activate my new phone ?

  • Dynamic data in Composite Test Framework Input Request

    Hi All, I have created composite test framework test suites to test existing soa11g bpel composite. I have a requirement to have unique id in its input elemnt every time I test a BPEL service. <input> <ID>unique id</ID> </input> Can we generate uniqu