Does ODI Support wild characters?

Hi,
Does ODI support wild characters? We have a requirement of reading multiple files (say "P*.txt"). Could somebody help / guide?
Thanks,
Nagaraj

For the database character set, use AL32UTF8. Also, use the most recent version of Forms. This is for sure. Now, which version of the Kurdish writing system do you want to use - Arabic-, Latin- or Cyrillic-based?
-- Sergiusz

Similar Messages

  • Does ODI support parallel loading

    Does ODI support parallel loading? For example, I have a source table and a target table for a mapping. In ODI can I specify a number of threads so the mapping can be executed in parallel module? (besides use hint in SQL)

    Hi
    You can't execute 2 interfaces in parallel, but you can create a package, and call it asynchroneously from an other one.

  • Does ODI support foxpro as source data ?

    Does ODI support foxpro as source data ?
    I want Integrater data from MS foxpro to MS Access , In the ODI Topology Manager I can not find forxpro .

    I dit as you said, datatypes was reversed, they are:
    B , C , D , F , G , I , L , M , M NOCPTRANS , N , T, Y.
    the table colum in db include every datatypes.
    then , in model , i try to reverse table from visual foxpro db ,then error occured :
    The Technology or the Driver used does not support Reverse Engineer ...
    java.sql.SQLException: Column not found
         at sun.jdbc.odbc.JdbcOdbcResultSet.findColumn(JdbcOdbcResultSet.java:1849)
         at sun.jdbc.odbc.JdbcOdbcResultSet.getString(JdbcOdbcResultSet.java:410)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.hq.b(hq.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Thread.java:595)Edited by: jiucai on Aug 31, 2009 3:33 PM

  • Does ODI support IBM DB2 Z/OS Mainframe?

    Hello gurus,
    Does ODI 11g support IBM DB2 Mainframe as a source?
    In case that is possible, which parameters are required? Does it require a JDBC driver?
    I´ll appreciate your help,
    Rebeca

    Can any one please let me know the required drivers to connect to db2
    below are the connection strings i am using
    jdbc driver : com.ibm.db2.jcc.DB2Driver
    jdbc url : jdbc:db2://<host/IP>:<port>/<databasename>
    and i am getting the below error
    oracle.odi.core.exception.OdiRuntimeException: java.lang.IllegalArgumentException: *Could not load JDBC driver class [com.ibm.db2.jcc.DB2Driver]*
         at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:107)
         at oracle.odi.core.DataSourceManager$LoginTimeoutDataSourceProviderProxy.configure(DataSourceManager.java:303)
         at oracle.odi.core.DataSourceManager.createAndConfigureDataSourceProvider(DataSourceManager.java:226)
         at oracle.odi.core.DataSourceManager.access$0(DataSourceManager.java:206)
         at oracle.odi.core.DataSourceManager$1.create(DataSourceManager.java:76)
         at org.springframework.util.CachingMapDecorator.get(CachingMapDecorator.java:152)
         at java.util.Collections$SynchronizedMap.get(Collections.java:1975)
         at oracle.odi.core.DataSourceManager.getDataSource(DataSourceManager.java:155)
         at oracle.odi.core.OdiInstance.lookupDataSource(OdiInstance.java:788)
         at oracle.odi.core.datasource.dwgobject.support.DwgConnectConnectionCreatorImpl.createDwgConnectConnection(DwgConnectConnectionCreatorImpl.java:82)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:418)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.localConnect(SnpsDialogTestConnet.java:860)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.jButtonTest_ActionPerformed(SnpsDialogTestConnet.java:806)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.connEtoC1(SnpsDialogTestConnet.java:165)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$1(SnpsDialogTestConnet.java:161)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$IvjEventHandler.actionPerformed(SnpsDialogTestConnet.java:111)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2319)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3268)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2042)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2101)
         at java.awt.Component.dispatchEvent(Component.java:4483)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2479)
         at java.awt.Component.dispatchEvent(Component.java:4483)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:604)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:618)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:175)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:162)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.IllegalArgumentException: Could not load JDBC driver class [com.ibm.db2.jcc.DB2Driver]
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.setDriverClassName(DriverManagerDataSource.java:175)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.<init>(DriverManagerDataSource.java:107)
         at oracle.odi.core.datasource.provider.DriverManagerDataSourceProvider.doCreateDataSource(DriverManagerDataSourceProvider.java:35)
         at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:98)
         ... 50 more

  • Does UTF8 support Kurdish characters?

    We are trying to globalize our Telco app to support Kurdish. Our requirement is this:
    (1.) Users should be able to enter data from the Oracle Forms clients in Kurdish and English?
    (2.) When quering data, Kurdish users should be able to query only their records (data) and English users should be qble to query only there data. i.e. in the Form a Kurdish user should be able to for example, type a customer name is Kurdish and when you press Execute Query the query should bring that customer, whose information is in English. The English user should be as above could be able to query English records.
    In order to to this what should I do?
    (1.) When creating the DB specify the DB character set as UTF8?? What exactly is the Oracle code I should use?
    (2.) Kurdish users should install the Kurdish fonts in their clients and enable them?
    (3.) Enghlish users can use normal machine without installing any fonts?
    Is this correct or am I missing things here? Should we recommend to the clients where to obtain Kurdish Unified fonts?

    For the database character set, use AL32UTF8. Also, use the most recent version of Forms. This is for sure. Now, which version of the Kurdish writing system do you want to use - Arabic-, Latin- or Cyrillic-based?
    -- Sergiusz

  • Does Crystal Report support Icelandic characters

    I am using Crystal Reports. But it does not support Icelandic characters like Ã,ž, ¶.
    Are these kinds of characters supported in any versions of Crystal Reports?

    Hi Alby,
    Since the Icelandic characters are not displaying properly on reports, you would most likely need the correct font to see those characters correctly and that font would most likely come from a MS language pack. Try installing the MS Language pack.
    Regards,
    Abhijeet Taskar.

  • Does ODI handle different Code Page?

    Hi Team,
    In a ODI POC we are trying to read data from txt files and load it onto oracle.
    The input files are of different code page. (French ,German and English)
    Does ODI support a generic approach to handle multiple code page?
    Thanks

    we tried customizing the LKM and encountered the following issue
    Load LKM
    insert into <%=odiRef.getTable("L", "COLL_NAME", "W")%>
    <%=odiRef.getColList("", "[CX_COL_NAME]", ",\n\t", "","")%>
    values
    <%=odiRef.getColList("", "CONVERT(:[CX_COL_NAME],'EE8MSWIN1250','UTF8')", ",\n\t", "","")%>
    Gives exception:
    java.lang.ArrayIndexOutOfBoundsException: 6 >= 6
    at java.util.Vector.elementAt(Vector.java:427)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.getBindVar(SnpSessTaskSql.java:1860)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java:643)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2815)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1818)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:559)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:481)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1040)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:619)

  • Does a flex ios app support international characters?

    does a flex ios app support international characters?
    i just built an app using flash builder 4.6 and the ios 5.1 sdk... and my text fields won't show international characters. is this supported?
    Also... i'm embedding the arial unicode font... and it works on windows and android. just not ios.

    beuller?

  • Does Adobe Captivate 7 or 8 support japanese characters in closed captions

    Our Japanese team would like to translate the scripts we are using for our videos and have us apply the translation in the closed captions section. However, will Adobe 7 or 8 support Japanese Characters?

    I also agree with your suggestions but posting them here on this forum is of very little use.
    If you want any chance of having them taken seriously by Adobe, this is where you need to post them:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5

  • Page layout does not support "&auml".

    Hello. I used design manager to create a page layout (SharePoint 365). No matter what I am not able to fiqure out how to create characters like "&auml".
    Can someone confirm that SharePoint 2013 does not support non-English language page layouts. Users will be happy to know they cannot see pagelayout content written in their own language.
    Am I doing something wrong?
    Edit: Something stupid like this work but obviously this won't
    be my solution.
    <script type="text/javascript" charset="utf-8">document.write('&Auml;&auml;kk&ouml;nen!');</script>

    Hi,
    I would suggest you take a look at the post from Dennis in this similar thread to see whether it will work for you:
    http://social.technet.microsoft.com/Forums/en-US/54fa42e0-d168-4fee-8a7d-c7dbbab48d4b/page-layouts-and-display-templates-encoding-problem?forum=sharep
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Does JMF Support multilingual absolute paths for video playback?

    Hi everyone,
    I hope I can find some answer here.
    Does JMF supports multilingual paths for videos? E.g. I have a video located by the following URL:
    G:\video\Stürmische\video.mp4
    When I try to open this video by JMF, I get the following Exception: Problem playing video+
    javax.media.NoPlayerException: Cannot find a Player for :file:/G:/video/Stürmische/video.mp4_
    When I use the same video.mp4 file with path containing only simple latin letters, it's played normally.
    Is there any problem with JMF regarding to multilingual paths?
    Many thanks,
    Armine

    868310 wrote:
    I assume that it's a JMF cons. and IMHO, multilingual support for video paths/names should be added in it.Several things...
    1) JMF is designed to play both local files and RTP/RTSP file sources. As such, it uses URLs as resource locators. It makes perfect sense to make that design decision.
    2) URL encoding only allows alphanumeric characters and a handful of special characters. Considering the internet was invented by the United States army and our keyboards don't have those symbols, it makes perfect sense to make that design decision.
    3) Most importantly, JMF hasn't been updated since 2002 and development has been completely discontinued... so "multilingual support" won't ever be added to it.
    And it isn't multilingual support you're asking for, it's support for non-ASCII characters.
    It is my understanding that you can take a path like:
    G:\video\Stürmische\video.mp4
    Run it through some encoding procedure, and come out with a usable URL like:
    G:%5Cvideo%5CSt%FCrmische%5Cvideo.mp4
    Which I got by using the encoder on the following website:
    http://www.blooberry.com/indexdot/html/topics/urlencoding.htm
    Coincidentally, had you done the research that I suggested you do, you might have learned that Java already has something built in to handle encoding non-compliant URLs for you.
    http://download.oracle.com/javase/1.5.0/docs/api/java/net/URLEncoder.html
    So, I'd expect you could use the URLEncoder class to implement suggestion #3 from my previous post.

  • ZHT16MSWIN950 does not support accents

    Hi,
    my database was created with this CHARACTER SET = ZHT16MSWIN950 because it is been used in Taiwan and this is the character set that I found for chinese characters. My application uses accents in the sql sentence, for example:
    SELECT DISTINCT "COBROS_ANTICIPADOS"."F_RECEPCION",
    decode(cobros_anticipados.tipo ,'C', 'Cheque', 'P', 'Pagaré', 'J', 'Caja', 'Transferencia' ) as c_tipoc
    FROM "COBROS_ANTICIPADOS"
    when I run my application I get the error ORA-1756 becuase of the accent, If I change the sql sentence and I use
    SELECT DISTINCT "COBROS_ANTICIPADOS"."F_RECEPCION",
    decode(cobros_anticipados.tipo ,'C', 'Cheque', 'P', 'Pagare', 'J', 'Caja', 'Transferencia' ) as c_tipoc
    FROM "COBROS_ANTICIPADOS"
    application does not fail.
    Sorry, I forgot to mention that the database version is 8.1.7.
    I can not change the sql sentence because application is also used in Spain.
    How can I change the character set in my chinese database in order to accept accent and chinese characters? Is there any superset for ZHT16MSWIN950?
    Thanks in advance for your help
    Mabel

    There are two issues here, actually. The first one is that ZHT16MSWIN950 does not support the character 'é'. You should either translate your application, if it is to support Chinese only (Spanish text is of little use on Taiwan, I guess), or switch to UTF8, as suggested by Gunther (AL32UTF8, if you upgrade to some newer version at the same time).
    The second issue is with the client settings for you application (NLS_LANG). You application uses literals in one of the Western European character set (WE8ISO8859P1 or WE8MSWIN1252, probably). This is the character set that must be used in NLS_LANG for the literals to be interpreted correctly. If you set NLS_LANG as expected, the character 'é' will be translated to a question mark in ZHT16MSWIN950 and the query will not fail. The result will be 'Cheque', 'Pagare', 'Caja', or 'Transferencia', because ZHT16MSWIN950 has an explicit replacement character for 'é' equal 'e'.
    Of course, if you set NLS_LANG to WE8..., then the application will not be able to process Chinese characters. Therefore, to have both, Spanish and Chinese, you need to move the database and the client to UTF8. This will require the source code of your application to be converted to UTF8 as well. Note that you will also need a proper support from the operating system to be able to enter Chinese with the NLS_LANG set to .UTF8 The precise solution depends on the technology framework used by the application (client/server?, 3-tier?, Windows?, Unix?, etc)
    -- Sergiusz

  • ZHANWIN device type does not print Korean characters

    Hi All,
    We are trying to print smart forms containing Chinese,Taiwanese and Korean characters from our ECC 6.0
    As per SAP Note 1038413 - Unicode SAPWIN device type for CJK fon, we used the device type ZHANWIN to print smart forms for these characters. 
    But with this device type we are unable to print smart forms with Korean characters. But as per the note, it has to support Korean characters too.
    Please help with this issue.
    Thanks and Regards,
    Subashree

    Hi Subashree,
    it is likely that the problem with ZHANWIN is related to the font used in the form. if you want to print Korean characters via ZHANWIN, you need to specify a Korean font like KPBATANG for the Korean characters in the form. Then this will be mapped to a suitable windows font in windows. If you chosse e.g font COURIER , it is mapped to windosw font Courier New which does nto contain the Korean characters.
    For SWINCF or SWINCFCK the font in SAP is not so impertant. The mapping of the characters in windows is based on the Unicode character range. So as Nils said, SWINCFCK should work regardless of the font in the SAP form.
    Regards,
    Aidan

  • Does ISE support wildcard certificates?

    Hello guys,
    My customer doesnt have a CA, but instead has wildcard certificates.
    I will implement ISE in 3 different locations (each location independent and with all ise services). Havent look in dept about wildcard certs, but does ISE support this type of certificates? The certs i need is only for corporate users not to be shown with the ssl cert error when accesing ise portals.
    If wild certificates supported, then will every independent site need to create a separate CSR for each one of them?
    Thanks!
    Emilio

    Support for Universal Certificates:
    Cisco ISE, Release 1.2 supports the use of wildcard server certificates for HTTPS (web-based services)
    and EAP protocols that use SSL/TLS tunneling. With the use of universal certificates, you no longer have
    to generate a unique certificate for each Cisco ISE node. Also, you no longer have to populate the SAN
    field with multiple FQDN values to prevent certificate warnings. Using an asterisk (*) in the SAN field
    allows you to share a single certificate across multiple nodes in a deployment and helps prevent
    certificate-name mismatch warnings.
    For more information, refer to the Cisco Identity Services Engine User Guide, Release 1.2. Kindly find the attached PDF for your clarification ISE 1.2 supports wildcard certificates. Even I had highlighted the same on page 14.
    Support for Universal Certificates:
    Cisco ISE, Release 1.2 supports the use of wildcard server certificates for HTTPS (web-based services)
    and EAP protocols that use SSL/TLS tunneling. With the use of universal certificates, you no longer have
    to generate a unique certificate for each Cisco ISE node. Also, you no longer have to populate the SAN
    field with multiple FQDN values to prevent certificate warnings. Using an asterisk (*) in the SAN field
    allows you to share a single certificate across multiple nodes in a deployment and helps prevent
    certificate-name mismatch warnings.
    For more information, refer to the Cisco Identity Services Engine User Guide, Release 1.2.

  • Does apex support any server side JSP or PHP?

    I have the folowing script that is used to save flash files as images. I am hoping there is some way to make these serverside calls from within apex.
    <%@ page import="java.io.OutputStream"%>
    <%@ page import="java.awt.Color"%>
    <%@ page import="java.awt.Graphics"%>
    <%@ page import="java.awt.image.BufferedImage"%>
    <%@ page import="javax.imageio.ImageIO"%>
    <%
         //Decoded data from charts.
         String data="";
         //Rows of color values.
         String[] rows;
         //Width and height of chart.
         int width=0;
         int height=0;
         //Default background color of the chart
         String bgcolor="";
         Color bgColor;
         //Get the width and height from form
         try{
              width = Integer.parseInt(request.getParameter("width"));
              height = Integer.parseInt(request.getParameter("height"));     
         catch(Exception e){
              //If the width and height have not been given, we cannot create the image.
              out.print("Image width/height not provided.");
              out.close();
         if(width==0 || height==0){
              //If the width and height are less than 1, we cannot create the image.
              out.print("Image width/height not provided.");
              out.close();
         //Get background color from request and set default
         bgcolor =request.getParameter("bgcolor");
         if (bgcolor==null || bgcolor=="" || bgcolor==null){
                   bgcolor = "FFFFFF";
         //Convert background color to color object     
         bgColor = new Color(Integer.parseInt(bgcolor,16));
         //Get image data  from request
         data = request.getParameter("data");
         if(data==null){
              //If image data not provided.
              out.print("Image Data not supplied.");
              out.close();
         try{
              //Parse data
              rows = new String[height+1];
              rows = data.split(";");
              //Bitmap to store the chart.
              //Reference to graphics object - gr
              BufferedImage chart = new BufferedImage(width,height,BufferedImage.TYPE_3BYTE_BGR);
              Graphics gr = chart.createGraphics();
              gr.setColor(bgColor);
              gr.fillRect(0,0,width,height);     
              String c;
              int r;
              int ri = 0;
              for (int i=0; i<rows.length; i++){
                   //Split individual pixels.               
                   String[] pixels = rows.split(",");               
                   //Set horizontal row index to 0
                   ri = 0;
                   for (int j=0; j<pixels.length; j++){                    
                        //Now, if it's not empty, we process it                    
                        //Split the color and repeat factor
                        String[] clrs = pixels[j].split("_");     
                        //Reference to color
                        c = clrs[0];
                        r = Integer.parseInt(clrs[1]);
                        //If color is not empty (i.e. not background pixel)
                        if (c!=null && c.length()>0 && c!=""){          
                             if (c.length()<6){
                                  //If the hexadecimal code is less than 6 characters, pad with 0
                                  StringBuffer str = new StringBuffer(c);
                                  int strLength = str.length();
                                  for ( int p = c.length()+1; p <= 6 ; p ++ ) {
                                            str.insert( 0, "0" );
                                  //Assing the new padded string
                                  c = str.toString();
                             for (int k=1; k<=r; k++){     
                                  //Draw each pixel
                                  gr.setColor(new Color(Integer.parseInt(c,16)));
                                  gr.fillRect(ri, i,1,1);
                                  //Increment horizontal row count
                                  ri++;                              
                        }else{
                             //Just increment horizontal index
                             ri = ri + r;
              //Returns the image
              response.setContentType("image/jpeg");
              response.addHeader("Content-Disposition", "attachment; filename=\"FusionCharts.jpg\"");
              OutputStream os = response.getOutputStream();
              ImageIO.write(chart, "jpeg", os);
              os.close();
         }catch(Exception e){
              //IF the image data is mal-formatted.
              out.print("Image data is not in proper format.");
              out.close();
    %>

    NO, APEX does NOT support running jsp or PHP scripts..
    Thank you,
    Tony Miller
    Webster, TX

Maybe you are looking for

  • Configure WiFi network and deploy via e-mail

    Hi, I'm running into problems when I configure a WPA2 WiFi network with iPhone Configuration Utility v3.3 and send the profile to an iPad with iOS 4.3.5 via e-mail. If I try to use the internet over WiFi after that, it always asks me for the WPA2 pas

  • Disabling the Loupe

    I don't know if it's just me but I find the loupe in Bridge pretty annoying. (I can see photographers with masses of photos enjoying it, but I know what's in my images). Is there any way to disable it? Anytime I click on the preview up pops the loupe

  • I'm having trouble installing CS4 on my new Mac.

    I can get to where it says preparing to install...  then it just stays there. I have installed adobe Air, Quicktime and the Java that was apparently needed. still not working please help

  • Solaris print queue ordering problem

    Hello in my new work I hit following problem. "unfortunately Solaris does not queue print Jobs according to the time the print command was started, but according to the time when whole print job was finished from the client point of view (== print jo

  • How to add 'Standard of Behavior' document to iRecruitment Ext Reg pg

    hello all, I have been assigned the task of adding a 'Standard of Behavior' document to iRecruitment External Site Visitor Registration page. The document is a whole page long. What do you suggest as best way to do this? Create link to document? Crea