Problem with IDN (internationalized domain name)

i want load images from a domain which contain non-latin character (ex:  www.bücher.com) but Flash only display a secury message.
how to resolve this issue , please help me .Thanks.
I use as3.

Firefox only shows the IDN name if the TLD is white-listed.<br />
The .net domain isn't in that list and thus shows as puny code.
*http://www.mozilla.org/projects/security/tld-idn-policy-list.html
See also:
* [http://kb.mozillazine.org/network.IDN.whitelist.*]
Use the Google cache in case of problems accessing the MozillaZine KB (prefix links with cache:)
*[http://www.google.com/search?hl=en&ie=UTF-8&q=cache:http://kb.mozillazine.org/network.IDN.whitelist.*]

Similar Messages

  • Puny code and IDN(International Domain Name)

    quote:
    code in google.cfm
    <cflocation url='
    http://www.google.co.kr/search?q=#listFirst(cgi.server_name,'.')#'
    addToken='no'>
    The code above is in
    http://www.dot.kr/test/google.cfm.
    if you click the above link it will go to google search page
    with the keyword "
    www."
    if you change the sub-domain "www" to another word, it will
    go to google search page with the keyword "
    another word."
    You can test it with the links below.
    http://book.dot.kr/test/google.cfm
    book
    http://note.dot.kr/test/google.cfm[
    note
    http://adobe.dot.kr/test/google.cfm
    adobe
    http://movie.dot.kr/test/google.cfm
    movie
    http://coldfusion.dot.kr/test/google.cfm
    coldfusion
    http://e.dot.kr/test/google.cfm
    the alphabet
    e
    The links above works fine as I expected.
    when the sub-domain is English, it works fine like the links
    above.
    But the sub-domain is non-English, it goes to google search
    page with the keyword in PUNY Code (xn-code).
    For example,
    The following link doesn't work correctly because the
    sub-domain is non-English.
    http://é.dot.kr/test/google.cfm
    the alphabet
    é
    If you click the link above, it will go to google search page
    with the keyword "
    xn--9ca" instead of "
    é"
    xn--9ca" is the PUNY Code (xn code) of the IDN(international
    domain name) "
    é."
    I like to make it go to google search page with the IDN
    keyword instead of
    the puny code keyword when a user enters IDN sub-domain.
    (I like to make it go to google search page with the IDN
    keyword "
    é" instead of the puny code keyword "
    xn--9ca')
    Any suggestion will be appreciated.

    As IE7 is on the road, most major browsers support
    IDN(International Domain Name)
    I think Server-scripting language should support IDN,
    i.e. we should read IDN in server-scripting languages.
    I've heard that there are some clues for reading IDN in PHP.
    http://pear.speedpartner.de/apidoc/I18N_Punycode/I18N_Punycode/_Punycode_Punycode_php.html
    http://phlymail.de/index.php?sid=79a...oads&what=idna
    http://www.phpclasses.org/browse/file/5845.html
    Then, why can't ColdFusion read IDN?
    For example,
    #cgi.HTTP_HOST in ColdFusion read EDN(English Domain Name).
    We need a kind of cgi variables which is likely named
    "cgi.HTTP_IDN" which can read IDN instead of PunyCode.
    How can I read IDN in ColdFusion?
    Any suggestion will be appreciated.

  • Problem with oracle.jbo.domain.Date

    Hi there,
    I've a problem with oracle.jbo.domain.Date,
    I'm doing this code (this part of code is used in my Session Attribute Listener):
    * This method is used to add the session id in the database, whenever user login
    public void attributeAdded(HttpSessionBindingEvent hsbe){
    if(!hsbe.getName().equals("user")){
    return;
    AmLogin am = (AmLogin)Configuration.createRootApplicationModule(
    "com.ahm.pdt001.am.AmLogin",
    "AmLoginLocal");
    try{
    hsbe.getSession().setAttribute("login", new Date(new Timestamp(
    System.currentTimeMillis())));
    am.createLogin(hsbe.getValue().toString(), hsbe.getSession().
    getAttribute("login").toString());
    } catch(Exception e){
    e.printStackTrace();
    System.out.println("Error insert data user: " + hsbe.getValue());
    } finally{
    Configuration.releaseRootApplicationModule(am, true);
    Everything is running well in Jdev 10.1.3 (I'm using ADF Faces technology), and I'm trying to deploy it on OC4J 10.1.2 and it works. But it raised an error when this part of code is runned.
    --------------caused and error------------------------
    hsbe.getSession().setAttribute("login", new Date(new Timestamp(
    System.currentTimeMillis())));
    And this is an error:
    javax.faces.FacesException: #{pdt001.loginAction}: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:78)     at oracle.adf.view.faces.component.UIXCommand.broadcast(UIXCommand.java:211)     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)     at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)     at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)     at com.ahm.filter.AhmFilterSession.doFilter(AhmFilterSession.java:45)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:534)Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:130)     at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)     ... 23 moreCaused by: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.<init>(Ljava/sql/Timestamp;)V     at com.ahm.pdt001.listener.Pdt001AttributeSessionListener.attributeAdded(Pdt001AttributeSessionListener.java:27)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindHttpSession.setAttribute(EvermindHttpSession.java:128)     at com.ahm.pdt001.bean.Pdt001Bean.loginAction(Pdt001Bean.java:61)     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:324)     at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    Does anybody have the same problem like this? I've used the same method in my previous project to create oracle.jbo.domain.Date with current time using java.sql.Timestamp, but I don't know why this error happened.
    Thx,
    Andre

    Re: oracle jbo.domain.Date issues in 10.1.3
    Sascha

  • Convert database IP link with the sub-domain name

    Can someone help me to covert the database ip with the SUB-domain name ?
    Kind regards,
    Shar Kurtishi
    Freelance Consultant
    10000 Prishtina, KOSOVO
    +377.44.210.456

    Hi Shar,
    You can use unix "nslookup" to get the domain from up or viceversa.
    The aim to get the info frm the dns server.
    Regards,
    Chandan

  • Reading idn(International Domain Name)

    quote:
    <cfoutput>
    #listFirst(cgi.server_name,'.')#
    </cfoutput>
    I have the code like the above in my webPage
    "subDomain.cfm."
    (1)
    http://korea.dot.kr/test/subDomain.cfm
    (2)
    http://한국.dot.kr/test/subDomain.cfm
    If you click the link (1) in the above, you will read
    "korea."
    If you clikc the link (2) in the above, you will read
    "xn--3e0b707e."
    "xn--3e0b707e" is the puny code for the IDN
    "한국" which means "korea" in korean language.
    I like to read the IDN "한국" instead of the puny
    code "xn--3e0b707e."

    As IE7 is on the road, most major browsers support
    IDN(International Domain Name)
    I think Server-scripting language should support IDN,
    i.e. we should read IDN in server-scripting languages.
    I've heard that there are some clues for reading IDN in PHP.
    http://pear.speedpartner.de/apidoc/I18N_Punycode/I18N_Punycode/_Punycode_Punycode_php.html
    http://phlymail.de/index.php?sid=79a...oads&what=idna
    http://www.phpclasses.org/browse/file/5845.html
    Then, why can't ColdFusion read IDN?
    For example,
    #cgi.HTTP_HOST in ColdFusion read EDN(English Domain Name).
    We need a kind of cgi variables which is likely named
    "cgi.HTTP_IDN" which can read IDN instead of PunyCode.
    How can I read IDN in ColdFusion?
    Any suggestion will be appreciated.

  • I have a mobleme account and an existing iweb website. I would like to create a second website with a registered domain name. How do I do this?

    I have a mobleme account and an existing iweb website. I would like to create a second website with a registered domain name. How do I do this?

    All you need to do is create your second site in iWeb, move it to the top of lhe list of sites in the left hand pane and publish to your MobileMe account. You must make sure the second site has a different name from the first.
    Then setup domain name forwarding to the second site following Apple's instructions here: iWeb: Using your own domain name. You will need to setup forwarding at your domain name provider also. 
    The key is that the second site (with the domain name) must the top top size in iWeb.
    Note:  with MobileMe scheduled to be discontinued on June 30, 2012, you might begin looking into obtaining another host.  When you do you'll find that both sites will need to have a domain name. 
    When the time comes take a look at HostExcellence.com.  I've had excellent results with it. They have a couple of packages that offer free domain names.  And most important they have outstanding 24/7, ear-to-ear customer support.
    OT

  • HT1338 Problem with MAIL, when select names that start with "E" the mail freeze. Can't fix it.

    Problem with MAIL, when select names that start with "E" the mail freeze. Can't fix it.

    Now I checked the materials that I got from AT&T Yahoo and
    port 25 is used as the outgoing mail port, 110 for incoming.
    This is for the POP type account provided by AT&T, not necessarily for an email account and SMTP server not provided by AT&T.
    Sounds like AT&T blocks using an SMTP server that is outside of their network or not provided by AT&T on Port 25.
    Try the following first.
    Go to Mail > Preferences > Accounts and under the Account Information tab for your .Mac account preferences at the SMTP server selection, select the Server Settings button below for the .Mac SMTP server.
    Enter 587 in place of 25 in the Server Port field and when finished, select OK to save the changed setting.
    If this doesn't work, we will go to plan B.

  • Problem connecting through RFC with fully qualified domain name

    I am using the .NET Connector and RFC to call a BAPI
    I use a fully qualified domain name in the form <DOMAIN>\<HOST>
    The RFC seems to have problems with this form of address. It produces the following execption in my .NET code.
    SAP.Connector.RfcCommunicationException: Connect to SAP gateway failed
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       hostname 'DOCUNET_AG\DWSAP' unknown
    TIME        Mon Feb 05 11:57:20 2007
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -2
    MODULE      ninti.c
    LINE        329
    DETAIL      NiPGetHostByName2: hostname 'DOCUNET_AG\DWSAP' not found
    SYSTEM CALL gethostbyname_r
    ERRNO       11004
    ERRNO TEXT  WSANO_DATA: Valid name,
       at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo
    , Encoding encoding, String languangeCode)
       at SAP.Connector.SAPConnection.Open()
    What can I do that I am able to use a fully qualifies domain name in this way?
    Thank you very much for your answers.
    Mirco

    Hi Mirco,
    additional to my first reply, open a shell window and type
    <b>
    ping <computername>
    </b>
    or
    <b>
    ping -a <ipaddress>
    </b>
    so you should get the full qualified name for the host.
    Regards
    Holger

  • Publish iweb site with out changing domain name?

    When you go to my website (hmstechnology.com) it changes it to this:
    http://hmstechnology.com/hmstechnology/HOME.html
    I was uploading via iWeb. Now I am ready to go back to filezilla so that I can just have my domain name remain hmstechnology.com when people visit.
    Any suggestions on why Filezilla is changing my domain name, or iWeb for that matter? How can I fix this?
    Greatly appreciated,
    Phil

    This is not so much an iWeb problem as a limitation of your server. If you switch to a hosting company that allows you to name your root folder the same as your domain name and you upload the files only, you will get the URL without the extra folder name.
    Having the page name in the URL box is not really a big deal as nobody has to enter it into the browser. If your site is uploaded to a folder named - iberianpigati - and the domain name is pointed at the index.html file inside this folder, all that has to be entered into the browser is...
    iberianpigati.com
    .... for anybody to get to your landing page.
    As has been pointed out, you could forward your domain name using masking/cloaking but this is a very poor choice from the point of view of SEO and bookmarking. If you are more concerned with the look of your individual page URLs than people actually finding your site then masking would be the way to go.

  • Why does FF 21 not open a site with a given domain name in Amazon-it will open img from that domain and will work if we provide a new domain name to same kit

    We host a site on Amazon Ec2.
    FIrefox will not load the page - it just times out after loading half the images etc on it
    If we take the same site and give it the Machine Name the Amazon server on which the site resides, it will work.
    If we give the Amazon server a domain name, it will work.
    If we try to load a part of the page, like an image with the original (i.e. not working domain name) it will work.
    Any ideas of possible causes?
    Is there any way to force Firefox to see a site as friendly?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Problems setting a Yosemite domain name account for Send only

    What do I do in Yosemite Mail so that my DOT MAC account is IMAP, but  so that I can also send email from a domain account that is a POP account at GoDaddy?
    My Dot Mac / iCloud account is my primary Mail account. I also have a domain name account that I use only for sending mail. The domain name account is a POP account, not an IMAP account. The domain server (not an Apple server) forwards the email to my Dot Mac account as it comes in, but I do NOT sync mail or even pick up mail from the domain name server.
    With Yosemite, Apple apparently changed the way it deals with that situation. I say "apparently" because I'm having a hard time getting help on this. Before Yosemite, I had the domain account enabled, but while there was a password for sending there was no password for picking up the domain name mail. Every once in the while over the years that setup would get flaky (as Apple made changes on its end?) but usually it worked.
    I continued that setup with Yosemite, but a few months ago I started having problems. My mail worked as normally, but during the night or the morning, many messages would arrive as unread duplicates, and many emails I didn't want deleted were permanently deleted. Oddly, in addition, I had an easy time keeping the setup on my MacAir but I had a hard time keeping it on my Mac Mini, even though both have Yosemite.
    I took my MacAir to an Apple genius who said the settings had changed in Yosemite. He somehow reset the account for Send Only by clicking a box. Everything worked fine for a week or so,* But then I could no longer send domain name mail, I couldn't find the setting, and I went to another Genius, who didn't know what I was talking about and who couldn't solve the problem.
    I need to be able to send my domain name account without making it an IMAP account, but can't figure out how.
    thanks
    * In other words, the Dot Mac IMAP worked correctly, the POP messages forwarded correctly to DOT MAC (without any duplication problems), and I was able to send mail from the domain account.

    I've not tested it but if you simply leave the incoming mail server field in the Mail account preferences blank for that account blank but set up the outgoing server and do not check "include when automatically checking new mail" you should be able to send but not receive
    OR undo the forward that you have set up from #2 to #1 and use both normally
    LN

  • Problem with Go Daddy domain email to Verizon accounts

    I registered a new domain yesterday with Go Daddy. Email works fine coming into the Go Daddy email account, but outgoing email does not reach Verizon accounts. I have spent a lot of time with both Verizon and Go Daddy tech support, but they are scratching their heads.
    Go Daddy confirms emails successfully go to Verizon servers
    Verizon told me my domain name is not on the black list (I submitted a White List Request anyway)
    Email works to all other ISP hosted email accounts
    Email from Verizon to Go Daddy account works fine
    I have checked all junk/spam folders and the emails are not there
    There are no bounceback messages
    Here is the strangest one... one message went through successfully to an individual on Verizon this morning. I sent another to that individual and it worked again... 3 more times. But I cannot reach any other Verizon email customers.
    Can anyone help please?

    IS there anything differnet about the account you are able to send to (maybe they are using the older incoming parameters?
    HAve you looked at any of the posts on the Godaddy Forum such as these? http://support.godaddy.com/groups/email/forum/topic/i-cannot-send-email-from-my-web-page-hosted-on-g...
    http://support.godaddy.com/help/article/951/what-email-or-relay-server-should-i-use-in-my-php-code
    If a forum member gives an answer you like, please give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem. Thanks !!!
    http://forums.verizon.com/t5/Verizon-net-Email/Fix-for-Missing-Inbox-sent-folders-etc-with-Internet-Explorer-11/m-p/647399

  • Problem with socket cross domain

    Hi guys,
    This is my cross domain file:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
    <!-- Policy file for xmlsocket://socks.example.com -->
    <cross-domain-policy>
       <site-control permitted-cross-domain-policies="*"/>
       <allow-access-from domain="localhost" to-ports="80" />
    </cross-domain-policy>
    I am placing it in my server.
    From flex i am running this:
    Security.loadPolicyFile("my server address");
    And yet I am getting this event:
    SecurityErrorEvent type="securityError" bubbles=false cancelable=false eventPhase=2 text="Error #2048"
    What can I do?

    Hello ILikeMyScreenNameNdCoffee,
    I had the same problem with XMLSocket and I used a policy server that runs
    on the remote server on port 843 and from Flex I load file before connecting
    the xmlsocket Security.loadPolicyFile("my server address:843"). If you want
    I can upload a version of my policy server or you can use the server policy
    from here
    http://www.broculos.net/tutorials/how_to_make_a_multi_client_flash_java_server/20080320/en
    Also you can read here more about file policy:
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html.
    On Thu, Aug 19, 2010 at 5:40 PM, ILikeMyScreenNameNdCoffee <[email protected]

  • GetDesktopURL() problem with multiple DNS domains

    Hello,
    I use PS6.1 on a server with more domain names. If I login to one domain many portal links are directed to other domain.
    I suppose that there is something wrong in function/tag getDesktopURL(). The domains are swaped sometimes after server restart. (I clear all cookies between tests).
    For examle:
    Page URL:
    www.d1.com/portal/dt
    In channel JSP:
    <dtpc:getDeskpc.geDesktopURL/> -> www.d2.com/portal/dt
    pc.getDesktopURL(null) -> www.d2.com/portal/dt
    pc.getDesktopURL(request) -> www.d2.com/portal/dt
    but:
    request.getServerName() -> www.d1.com
    request.getHeader("host") -> www.d1.com
    Thank you for any hint, M.C.

    You should give Apple a call and ask to speak to the iPhone enterprise group. They should be able to help you get your network setup properly.

  • Problem with non-ASCII file name in content disposition header

    Hi All,
    I am facing some problems with the non-ASCII file name incase of content-disposition header. I read from the RFC 2183 that if the file name contains non-ASCII characters then the same should be encoded before sending to browser. I did the same but realized 2 problems:
    1. The name of the file is truncated in case the file name is slightly long for e.g. �����������j�b�g��������������������������.txt
    2. Also when the same file is opened in notepad, the title is showing encoded name %E6%9C%80%E4%B8%8A%E4%BD%8D.....
    Overall, I feel that the browser is not understanding or responding to the encoded header values.
    Is there any solution to this problem? I am using Microsoft IE 6.0.
    The code snippet is given below:
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              String fileName = "�����������j�b�g��������������������������.txt";          
              fileName = URLEncoder.encode(fileName, "UTF-8");
              resp.setCharacterEncoding("UTF-8");
              resp.setHeader("Content-Disposition", "attachment; filename=\"" + fileName + "\"");
              resp.setContentType("application/download-binary");
              String s = "This is inside txt file";
              resp.getOutputStream().write(s.getBytes("UTF-8"));
              return;
         }Any help or pointer would be highly appreciated.
    Thanks and Regards,
    Ashish

    The MIME standards for non-ASCII filenames are not widely implemented.
    Many mailers use an ad hoc method for encoding filenames. JavaMail
    supports both methods, but you need to set properties, such as the
    mail.mime.encodefilename property. See the JavaMail javadocs for
    the javax.mail.internet package.

Maybe you are looking for

  • Itunes no longer plays the first CD track etc. while importing?

    Now when I start importing from a CD Itunes no longer starts playing the first track after it has downloaded and the second track begins downloading. I can't see a switch or button that has shut that feature off but Itunes used to play it without bei

  • Need to recreate artwork for imported video clips

    Anyone know how to make iTunes regenerate artwork for video clips it has imported? About three weeks ago I upgraded from 7.1.something to 7.3.2. Huge mistake. Huge. I have about about 5,000 video clips in iTunes and when the update had finished the a

  • Digital ID password

    I am trying to set up a digital ID in Acrobat pro.  At the appropriate screen I enter a password and hit finish and get a warning that the passwords do not match. I have tried a new password and my existing Adobe password neither work.  I only see on

  • Drop shadow across spread

    I have applied a drop shadow to an image which has been placed across a spread. The drop shadow displays as expected on the screen and when exported as a PDF, however when the spread prints from InDesign extra shadow is added down the middle of the s

  • Tablename for formula tech. name

    Hi Gurus, I created a formula in transformation. I need to know which table have formula informations, means in which table I could see the formula technical name. Thanks Liza Edited by: Liza on Mar 14, 2008 8:59 PM