Render Kit For WML/WAP

Is there a WML/WAP Render Kit for JSF 1.2? I have a Nokia 3120 mobile phone which can access the Internet through the WAP Browser. Based on the specs page for the phone on Forum Nokia the phone's browser can also support XHTML. One area which I am not sure about in terms of support is JavaScript for the phone.
In the Core JSF book (2nd Ed) it makes a mention of being able to change the scripting engine used for the JSF application, which means that JavaScript can be replaced with another scripting language (eg WML). If there is a WML Render Kit around is there an option in the NB 5.5.1 VWP to switch the Render Kit used by a JSF application?
What could make or break creating a mobile web application in JSF is where JavaScript is being used which goes on to another question, where is JavaScript being used in JSF?

JavaScript is used all over the place in JSF, but that is all under control of the renderer. So presumably if you find a WML renderer for JSF it will use an appropriate scripting language instead. I looked for somewhat casually a few weeks ago and did not find much of anything. Let me know if you have more success.

Similar Messages

  • New render kit for JSF 1.2

    I have red and tried a customization of what is explained in this article about writing a new render kit:
    http://java.sun.com/javaee/javaserverfaces/reference/docs/customRenderKit.html
    My code is under JSF 1.2.
    I tried a new xml render kit, but my custom render kit seems to have problemi with alignement with JSP..why?
    This is my code, and then I explain the result:
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="2.0"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:jsp="http://java.sun.com/JSP/Page">
        <jsp:directive.page contentType="text/xml;charset=UTF-8"/>
        <f:view renderKitId="XML" >
            <root>          
                <h:outputText value="ciao" style="background-color:red;" />
            </root>
        </f:view>
    </jsp:root>Ok. When I execute this, I obtain a bad xml:
    <text><root></text>
    <text style="background-color:red;">ciao</text>
    <text></root></text>Instead if I put root xml element outside the <f:view> everything is right.
    It seems to suffer of the usual problem of content interweaving...
    Instead if I use the default custom render I can mix my content and tag withouit problem....

    Solved.
    I replaced
    <renderer-type>javax.faces.Text</renderer-type>with my custom renderer. Every text inside <v:view> seems to be wrapped around a UIOutput component, so when I write:
    <f:view>
    <root>
    </root>
    </f:view>it is the same of:
    <f:view>
    <f:verbatim><root></f:verbatim>
    <f:verbatim></root></f:verbatim>
    </f:view>The output is:
    <text><root></text>
    <text><root></text>And this is invalid xml.

  • Two render kit

    in my application default render kit is adf.core
    <default-render-kit-id>
    oracle.adf.core
    </default-render-kit-id>
    and i'm using another datagrid component of rcfaces
    if there is no default render kit is defined, the componet is working fine..
    like table soring...drig page navigation .
    by if i use
    <default-render-kit-id>
    oracle.adf.core
    </default-render-kit-id>
    then grid is showing correctly but, while sorting sowing error
    No Renkit Found!
    2007-10-10 17:59:19 StandardWrapperValve[Faces Servlet]: Servlet.service() for servlet Faces Servlet threw exception
    java.lang.IllegalArgumentException: ContentTypeList does not contain a supported content type: text/javascript
         at org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.selectContentType(HtmlRendererUtils.java:1043)
         at org.apache.myfaces.renderkit.html.util.DefaultAddResource.writeResponse(DefaultAddResource.java:807)
         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:162)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:595)
    how can i solve this..
    is it possible to use two render kit ??
    is so how i can define that??
    thnx in advance

    JavaScript is used all over the place in JSF, but that is all under control of the renderer. So presumably if you find a WML renderer for JSF it will use an appropriate scripting language instead. I looked for somewhat casually a few weeks ago and did not find much of anything. Let me know if you have more success.

  • 2 render-kit in  my faces-config.xml

    I'd like to have 2 renderkit in my faces-config.xml. I set render-kit-id with "HTML_BASIC" for the first one and
    "XHTMLMP" for the 2nd. Then i got an exception when i launch tomcat :
    javax.faces.FacesException: java.lang.IllegalArgumentException: No renderKitClass for renderKit XHTMLMP
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:336)
    Why ? I use jsf in a portlet webapp and want to select one of these 2 renderers in my portlet constructor.
    Fran�ois

    Can you please post your faces-config.xml?
    Thanks.

  • JSF Design View broken? Fallback Rendering, "Render Kit" not found

    Hi,
    I just wanted to toy around with JDeveloper 11g TP3, created a new project, added technology scope JSF (+ JSP/Servlets, etc.) then the tag-library ADF Faces Component 11-ji3.
    Then I created a data control from a POJO and wanted to visualize this within a JSF page. So I created one (via faces-config visual editor), dragged the appropriate getter-method to the page in the up-to-this-point working WYSIWYG editor, selected ADF-read-only-form and suddenly found myself in the JSF "alternate rendering" (a view like in an hierachical XML editor). I enabled "design time messages in log" to see what the problem was.
    Stopping/Starting JDeveloper or removing tag libraries like suggested in other threads did not work. I was unable to reactivate the wysiwyg editor for this page or any new JSF page in this application, always the "alternate rendering".
    Log said "oracle.sql.OraData" was missing, so I added ojdbc6.jar to the project classpath. Didn't help, no wysiwyg editor, log now says:
    --- snip ---
    18.02.2008 14:12:37 oracle.adfinternal.view.faces.lifecycle.LifecycleImpl _isPostback
    WARNUNG: Render Kit konnte nicht gefunden werden
    WARNING: A problem was encountered executing the page. Using fallback rendering.
    java.lang.NullPointerException
         at org.apache.myfaces.trinidad.util.Service.getService(Service.java:82)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl._getExtendedRenderKitService(ViewHandlerImpl.java:333)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:154)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:633)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:244)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    --- end ---
    I have this error even for newly created (ie blank/HelloWorld) JSF pages in my application. I started adding some libraries, but nothing helped. How do I reactivate the wysiwyg editor?
    Thanks!

    Frank,
    thanks for the reply. I will try what you suggested, but the trinidad-config.xml is actually not missing in my project, although it does not include a render kit definition.
    As my first step with 11g I also tried one of the tutorials (http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html) and there the wysiwyg was working nicely the whole time.
    In both cases (my project == not working wysiwyg editor, tutorial == nicely working wysiwyg editor) the content of the trinidad-config.xml is the same:
    --- trinidad-config.xml ---
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>blafplus-rich</skin-family>
    </trinidad-config>
    --- end-of-file ---
    Rgds
    Axel

  • Trying to get round the default render kit's use of tables

    Apologies if this is a simple question - I'm solid with Java and HTML but I'm new to JSF.
    The default render kit uses tables a lot, eg for the +<h:selectOne>+ tag. This is not something that I like - I want a radio button group to be rendered as a +<ul>+ list. It's way more versatile to style up with CSS and it's semantically stronger.
    Achieving his appears to be harder than I first thought. The tag structure that the renderer outputs is cooked right into the middle of the source code (a seventh-generation class, I note - wow! Clearly, "extension bad, composition good" is falling on deaf ears somewhere), so overriding the renderer means duplicating all its business code for the sake of a couple of tags.
    Then, unless I'm doing something wrong (which is eminently possible), it's not actually possible to swap out the renderer for the javax.faces.SelectOne component; I've added the relevant elements to faces-config.xml but the kit always uses its default renderer instead of mine.
    So, that means I will have to create a custom component and tag as well as the renderer, right? And a new render kit?
    I'm guessing I must be missing something - I can't believe it's so difficult to just render a list of buttons in a list instead of a table. I was kind of hoping to be able to supply a sort of template for such grouped items.
    From looking around, I've not noticed any third party HTML render kits, either. Guess I'm not looking hard enough - does anyone have any pointers?
    So - to my main question. Has anyone done this? Implemented a simple solution to having pages full of tables? Any details would be great, plus any pointers to stupid things I'm doing - I'm sure there are plenty :)
    Thanks

    Towards your specific issue with the radio buttons, use Tomahawk's t:selectOneRadio component with the "spread" layout along with the t:radio component. This will allow you to layout the radio buttons however you like.
    In general, when faced with these types of "how can that be missing?" holes or annoyances in JSF I find the solution in Tomahawk.

  • System Recovery Kit for dv7-3165dx fails to restore factory image to replacement hd

    I'm posting this wall of text here in case someone else has any suggestions before I contact HP Support to see what options they have.
    My attempt to recover the factory image to a replacement hard drive in an HP Pavilion dv7-3165dx notebook is failing. An error occurs when SM.exe is trying to merge the WIM files. The SSRD.Log shows an error:
    SM, 13, Set reference file fail
    after that, SM.exe displays this message when run from a command line:
    SM, Failure, Can not load imagex 1 from src WIM file
    The following are the symptoms that the Recovery Manager displays on the screen.
    The Recovery Manager reads the two DVDs and after a few seconds, it pops up an error message:
    Reducer
    C:\RM\Image\TempBASE.WIM was not found.
    The message has on "OK" button that when clicked on, closes the message window.
    After that, nothing happens. No disk or DVD activity for over an hour. The mouse moves, but no key presses have any effect, including CTRL-ALT-DEL. You can use the mouse to move the Recovery Manager window around, and there is nothing hidden behind it. Clicking on the Recovery Manager Back, Next, or Cancel buttons produce no response at all.
    The only option at this point is to hold down the power switch until it powers down.
    When the power is turned back on, the hard drive boots and Recovery Manager displays a message that incorrectly claims "Recovery is complete" and has a "Click Finish to restart" button. After clicking on "Finish", it reboots but since the System Recovery did not actually complete, all it does is display:
    BOOTMGR is missing
    Press CTRL+ALT+DEL to restart
    Before attempting the recovery, the notebook passed all diagnostic tests.
    The 2x2GB memory cards, which still have HP stickers on them, were tested with Memtest86+ V5.01 and completed over six passes in over seven hours with zero errors.
    The replacement 500GB HGST Travelstar Z5K500 drive was tested with gsmartcontrol. The SMART status showed no errors in the past with over 400 hours of power-on time. Both of the SMART short self-test and extended self-test tests were run, which it passed without any errors.
    The HP System Diagnostics from the Startup Menu were run on the memory and hard drive and they passed those tests without any errors.
    While waiting for the HP "System Recovery Kit for Consumer Notebook (3 Disks)" Software Part Number 599357-001 to arrive, both Fedora 21 64bit and Windows Vista 64bit were successfully installed on the harddrive.
    Both System Recovery DVDs were read on different machines without any errors. This System Recovery Kit supports the notebook's System Id which is 3638, so they appear to be the correct discs.
    Now a list of workaround attempts that were suggested.
    After the Recovery Manager failed a few times with the same error message, some googling came up with other users mentioning the "TempBASE.WIM was not found" error message. I tried these suggestions that I read about.
    Run KillDisk to fill the HD with zeros.
    Running Recovery Manager after that failed with the same error message.
    Run the CyberLink Recovery Discs Utility (sp44645.exe).
    Running Recovery Manager after that failed with the same error message.
    Installed Windows VISTA 64bit again and upgraded the BIOS from F10 to F13.
    Running Recovery Manager after that failed with the same error message.
    Try only using a single 2GB memory card to see if it was a 64bit problem.
    Running Recovery Manager after that failed with the same error message.
    The BIOS does not have an option to change from AHCI mode to IDE mode.
    I don't have a Windows 7 OEM install disc and am trying to avoid spending $100 to buy one.
    That is when I decided that it is not a PC hardware problem, but a problem with the HP System Recovery Kit. Here are the details of what I think the Kit is doing.
    After running Recovery Manager and getting the error message, instead of just re-booting and letting the "Recovery is complete" message appear, I re-booted with a Linux USB drive and inspected what was on the hard drive.
    fdisk -l shows this:
    Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: dos
    Disk identifier: 0xa5dddc41
    Device Boot Start End Sectors Size Id Type
    /dev/sda1 409600 143013887 142604288 68G 7 HPFS/NTFS/exFAT
    /dev/sda2 * 143013888 143833087 819200 400M c W95 FAT32 (LBA)
    fsarchiver probe shows this:
    [======DISK=] [=============NAME====] [====SIZE==] [MAJ] [MIN]
    [sda                     ] [HGST HTS545050A7                ]  [  465.76 GB] [     8] [     0]
    [=====DEVICE] [==FILESYS==] [=====LABEL=] [====SIZE==] [MAJ] [MIN]
    [sda1                 ] [ntfs                  ] [<unknown>      ] [     68.00 GB] [    8] [     1]
    [sda2                 ] [vfat                  ] [SDV                     ] [  400.00 MB] [   8] [     2]
    Running gparted shows about 200 MB of unallocated space before the sda1 NTFS partition. The rest of the disk is unallocated after the bootable sda2.
    The sda1 NTFS partition has a \SSRD.Log file and an empty \RM\Image directory.
    The sda2 FAT32 partition has the Recovery Manager application files in it:
    /mnt/sda2:
    total 400
    -rwxr-xr-x 1 root root 15 Apr 9 23:36 SDV.FLG
    drwxr-xr-x 4 root root 4096 Apr 9 23:36 SYSTEM.SAV
    drwxr-xr-x 3 root root 4096 Nov 1 2009 BOOT
    drwxr-xr-x 3 root root 4096 Nov 1 2009 EFI
    drwxr-xr-x 2 root root 4096 Nov 1 2009 SOURCES
    drwxr-xr-x 3 root root 4096 Jul 27 2009 TOOL
    -rwxr-xr-x 1 root root 383562 Jul 13 2009 bootmgr
    The SOURCES directory has boot.wim, and the TOOL directory has all the programs, like Reducer.exe and SM.exe, in it.
    After shutting down the Linux system and rebooting, the Recovery Manager then boots from sda2 and displays the "Recovery is complete" message and "Click Finish to restart" button. During this process, it removes the sda2 partition and marks the sda1 NTFS partition as the active bootable partition. When the PC restarts, all that is left is the sda1 NTFS partition with the empty C:\RM\Image directory and the SSRD.Log file, so there is no BOOTMGR to boot with.
    The SSRD.Log file logs the tasks that the Recovery Manager performs.
    The Recovery Manager runs some initialization tasks and then reads the two System Recovery DVDs. It then calls MergeWimFile which runs SM.exe and starts to merge BASE.WIM with the other BASE*.WIM files. SM.exe merges 20 WIM files with log entries like these:
    SM, Success, refName= C:\RM\IMAGE\BASE22.WIM
    SM, Success, refName= C:\RM\IMAGE\BASE23.WIM
    SM, Success, refName= C:\RM\IMAGE\BASE3.WIM
    SM, Success, refName= C:\RM\IMAGE\BASE4.WIM
    SM, Success, refName= C:\RM\IMAGE\BASE5.WIM
    SM, Success, refName= C:\RM\IMAGE\BASE6.WIM
    SM, Success, refName= C:\RM\IMAGE\BASE7.WIM
    Then, with only two WIM files left, BASE8.WIM and BASE9.WIM, the log shows:
    SM, 13, Set reference file fail
    This must be when Recovery Manager pops up the "Reducer C:\RM\Image\TempBASE.WIM was not found" error message.
    That narrowed down the problem.
    I copied all of the WIM files and the TOOLS directory to a Windows 8.1 system. The two DVDs did not have any errors while being read. Running SM.exe from an admin Command Prompt with the same parameters that were logged in the SSRD.Log produced the same error message. There was an additional error message that appeared in the Command Prompt window:
    SM, 13, Set reference file fail
    SM, Failure, Can not load imagex 1 from src WIM file
    and the TempBASE.WIM was not created.
    SM.exe /? did not provide a help message. I could not find any documentation on the SM.exe command.
    If I removed three of the WIM files, (BASE7.WIM BASE8.WIM BASE9.WIM) then SM.exe could create the TempBASE.WIM file, but it would fail while merging index 2 of 3 with this message:
    SM, 11%, Merge index 2 of 3 Processing
    SM, Failed, Export image failed
    The TempBASE.WIM is 3,421,518 KB in size after that.
    This is where I came to a dead end and cannot think of anything else that I can do. Maybe I'm missing something obvious, but it appears to me that there was some kind of error building this System Recovery Kit and it is not able to perform a factory install on this notebook.
    ps
    If I can figure out how to add an attachment, I will add the SSRD.Log file.  If not, then ask and I will post it as a followup.

    Downloaded Windows Assessment and Deployment Kit which contains the latest imagex program.
    Running imagex.exe on the BASE7.WIM file on the second System Recovery DVD:
    imagex.exe /info K:\PRELOAD\BASE7.WIM
    ImageX Tool for Windows
    Version: 6.2.9200.16384
    Error opening file [K:\PRELOAD\BASE7.WIM].
    The data is invalid.
    The same error message is shown for BASE7.WIM, BASE8.WIM, and BASE9.WIM.
    The other WIM files in the PRELOAD directory, BASE5.WIM, BASE6.WIM, BASE10.WIM, BASE13.WIM, BASE15.WIM, BASE17.WIM and BASE23.WIM, could be read by imagex without any errors.

  • HT4106 I have a camera connection kit for my ipad 2. Can this kit be used with my new ipad air?... If so what adapter is required please

    Camera connection kit for ipad 2. Can this kit be used with ipad air and if so what adapter(s) are required please

    You can try the 30 pin to lightning adapter but I'm not sure if that'll work. So if you get it to experiment, make sure you can return it. Apple does sell a SD to lightning adapter for the newer devices. So that should be a sure bet. The main downside is that your 30 pin camera kit came with both USB and SD for 29 and now the USB adapter is 19 and the SD adapter 29, so more expensive.
    You may want to look into third party adapters, but make sure you use a reputable manufacturer (ie not a cheap no-name off amazon) because iOS7 brought with it software that looks for a signed chip in the adapter. And a chip is 'signed' when a company gets apple's permission to make accessories. I would suggest sticking with companies like Belkin, Kensington and Targus. They seem to be of a better reputation when making things and would have a signed chip.

  • How to add License Key For Integration Tool kit For SAP in Linux Server

    Dear Experts,
    We are Using BO XI R3.1 SP3 Enterprise Version ,Integration Tool Kit For SAP,Live Office.
    The Server is Linux Server.
    But while generating reports in Infoview it is giving error like ""_check that you are licensed to access SAP Data Source_".
    So we came to know that license Key might Expire for Integraton Tool Kit For SAP in Bo Server.
    So can you tell me how to add the license key For BO XI R3.1 SP3 Integration Tool Kit For SAP in Linux Server.
    Thanks & Regards,
    Venkat

    On Unix / Linux you should be able to leverage the response from Raphael and change:
    Location=%BOBJDIR%/bobje/data/.bobj/registry/software/business objects/suite 11.5/sap/keycode/.registry
    For more information verify the below link
    [How do you update the SAP Integration Kit license?;
    Regrads
    Pardhu

  • Hi, My network went down earlier in the week.  Now it is fine, but my macbook airport no longer detects it and keeps asking for a WAP.  When I put the password in, it 'times out'.  I'm getting rather fed up.

    Hi, My network went down earlier in the week.  Now the network is fine, I can connect through the ethernet cable, but my macbook airport no longer detects it, when prompted, macbook will find it, but I get asked for the WAP.  When I put the password in, it 'times out'.  Prior to the network problem my macbook worked fine everytime. Anyone know the answer?

    My guess is all the issues are probably related and fall back to malware.
    AVG is probably correct in identifying malware. So I suggest you try some cleaning tools other than Emsisoft .
    ones I use (all of them one after the other until I find one that can cope) are;
    Roguekiller http://www.adlice.com/softwares/roguekiller/
    Malwarebytes anti malware Free http://www.malwarebytes.org/mwb-download/var2/confirm/
    ESET online scanner http://www.eset.com/int/home/products/online-scanner/
    So first create a clean boot in Windows using Microsoft's instructions https://support.microsoft.com/kb/929135?wa=wsignin1.0 and then run the anti malware applications.
    My outside looking in guess is that malware has set itself up as an internet proxy and is is downloading copies of itself and other malware, blocking some mail port as times as downloading more malware is more important, and probably breaking your tivo as well..
    Try the malware programs first. If that does not work I will try and talk you through some logging to see what is happening.

  • HT1665 I have a World Travel Adapter Kit for use with my iPad. can the plug adapters also be used on the Mac Pro charger to charge up my laptop when travelling or is a special converter needed.M

    I have a World Travel Adapter Kit for use with my iPad when traveling abroad. I know this charger can be used on an iPhone, can the plug adapters also be used with the charger of a Mac Book Pro or is a special converter required?

    Is there any concern about the type of travel adapter kit? For instance, some instructions indicate they are for heat creating appliances (hairdryers, curling irons, etc.). I bought such a set, but do they present any issues if used with more delicate electronic circuitry (for iPads, iPods, or with camera battery chargers). I am leaving for the UK on Monday and need to get it right - are they too strong for the Apple products if they are not to be used with computers? What other options are out there?

  • SAP Integration kit for BO XIR2 with Crystal XI for BI 7.0 Front end

    Hello Team,
    We are in a little fix.
    We have BOE XIR2, Crystal XI and working with old version of BI front-end 3.5.
    We are upgrading to BI 7.0 frontend, but I am not able to trace out the SAP Integration kit for combination of BOE XIR2, Crystal XI and BI7.0.
    Is such a thing available, If yes can someone send a link to that.
    Regards
    Lalan Kanade

    Hi,
    Thanks for the quick reply
    I could trace this document.  "BusinessObjects Enterprise XI Release 2 SP3 for Windows"
    I checked in "Supported Data Sources for Crystal Rep" section, extract below
    SAP BW Server 3.0b SAP GUI 620 or 640
    SAP BW Server 3.1c SAP GUI 620 or 640
    SAP BW Server 3.5 SAP GUI 640.
    But we are using BW Server 7.0 with GUI 7.1 and that working fine even with BOXIR2 and Crystal XI with Old Front End for BI 3.X.
    But when we are testing with BOXIR2 and Crystal XI with BI New Front End 7.0 its missing components from the query output.
    So the SAP Integration kIt seems old & we need a new Kit which would work with BI New Front End 7.0.
    Any suggestions on that
    Regards
    Lalan

  • I just purchased a lightning sd card reader for my iPad, but it does not fit..it's for fourth gen...opps..I've now had to order the camera kit for third gen model...will I need both or do I return the first one

    Hi i just purchased an sd card reader but it's for fourth gen iPad...pops. I've now ordered the camera kit for the third gen ....do I need both somehow or do I just return the lightening ad reader I purchased first. I rang apple support and swear I was told keep both, but if the camera kit is all I need...I don't see the point in keeping the fourth gen one, since it won't fit? Confused...ita a fourteen day refund so I need to act fast...any help?

    There's no reaso to keep the Lightning version if your iPad can't support it. Unless you have some other devcie that can use it, like an iPad Mini or an iPhone 5.
    Otherwise return it.

  • Iphoto fails to render files for export to certain folders after upgrade

    I just upgraded to Yosemite and the latest version of iPhoto but I now unfortunately get an error message when I try to export photos. It seems to work if I export to the main Documents folder but fails if I try to export to a sub folder of the main Documents folder (very odd) which is where I want the exports to be saved. The error message says "Unable to render file for export:/Volumes/NO NAME/DCIM/IMG-1058.jpg". I don't know why the path name shown here is a SD Card path which is not connected. Hope someone can help? It worked fine before the upgrade to iPhoto 9.6.1
    Thanks
    Craig

    The iPhoto preference file might be wonky. Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete the contents the following folder: User/Library/Containers/com.apple.iPhoto
    3 - reboot, launch iPhoto and try again.
    NOTE: For Mavericks and Yosemite,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.

  • GeForce 7300 GT Upgrade Kit for Mac Pro?? G5?

    Hi,
    Just found this on the apple store:
    http://store.apple.com/Apple/WebObjects/ukstore.woa/wa/RSLID?mco=1643C421&nplm=M A567
    "NVIDIA GeForce 7300 GT Graphics Upgrade Kit for Mac Pro"
    Why is it only for mac pro? its PCI express & my g5 is one of the late 2005 models and it has PCI Express so am i wrong in thinking that this should work fine or is it something to do with the new intel architecture?
    If i remember correctly i could have chosen this card or a very similar one when i configured my G5.
    Thanks

    That card is only for the Mac Pro, as it says.
    When you ordered your G5, you had the choice of the nVidia 6600 (or 6600LE), nVidia 7800GT, or the Quadro FX 4500.
    The 7800GT that you could have ordered with your G5 is close in performance to the ATi X1900XT that is an option on the Mac Pro. The 7300GT that you're looking at is an entry level card, which the 7800GT definitely is not.
    The 7300GT and the X1900XT are both Mac Pro only due to the ROM on the card, which is designed to work with the EFI booting hardware that the Mac Pro uses. The G5s used Open Firmware, which requires a different ROM on the video card. So, even though both your G5 and the Mac Pro are PCI-Express based, these video cards are not compatible.
    Now, most PCI-Express cards that you look at for, say, external SATA, will probably work in both the G5 and the Mac Pro. You'd still want to check the specs to be sure, however.
    If you're looking for a new video card to replace your (presumably) nVidia 6600, your only real option is the ATi X1900 G5 edition. This is a different card than the X1900XT that's offered for the Mac Pro.

Maybe you are looking for