Symbols in XMLP for 11i

This is one I haven't experienced before, so I am wondering if anyone here has run into this. Our client has a requirement to print symbols on their XMLP reports. For instance, they might want to put a triangle in the shipping marks field of one of their shipping docs. So...
1) How would this be entered into oracle?
2) How is this handled by the XMLP template?
Any help is much appreciated.
Thanks,
Brett

I was able to answer my own question, just use:
<?translate(‘45555(t)’,’(t)’,’▲’)?>
Hope that helps anyone that needs to do the same.
Thanks,
Brett

Similar Messages

  • Symbol resolution failed for i5/OS PASE module sapstart

    Has anyone seen this error while trying to start their ECC 6.0 system: Symbol resolution failed for i5/OS PASE module sapstart
    We applied the latest patch to R3INLPGM,  LIB_DBSL, O4TRC, and STARTSAP. Now our instance won't start.
    The joblog reads:
    CPDB9D0    Diagnostic              30   10/16/08  11:57:13.366320  QP2USER2     QSYS        *STMT    R3INLPGM    R3ERD400    *STMT
                                         From module . . . . . . . . :   QP2EXERR                                                                               
    From procedure  . . . . . . :   sendmsg__FPCcN21e                                                                               
    Statement . . . . . . . . . :   34                                                                               
    To module . . . . . . . . . :   AS4EXECI2                                                                               
    To procedure  . . . . . . . :   RunPase                                                                               
    Statement . . . . . . . . . :   184                                                                               
    Message . . . . :   Symbol resolution failed for i5/OS PASE module sapstart.                 
                                          Cause . . . . . :   Symbol resolution failed attempting to load i5/OS PASE                   
                                            program sapstart. Recovery  . . . :   See other messages in the job log.                   
                                            Correct the errors and then try the request again.                                         
    CPDB9D3    Diagnostic              30   10/16/08  11:57:13.366352  QP2USER2     QSYS        *STMT    R3INLPGM    R3ERD400    *STMT
                                          From module . . . . . . . . :   QP2EXERR                                                                               
    From procedure  . . . . . . :   sendmsg__FPCcN21e                                                                               
    Statement . . . . . . . . . :   34                                                                               
    To module . . . . . . . . . :   AS4EXECI2                                                                               
    To procedure  . . . . . . . :   RunPase                                                                               
    Statement . . . . . . . . . :   184                                                                               
    Message . . . . :   Symbol o4_getpwuid (number 232) not exported from                        
                                            dependent i5/OS PASE module /usr/sap/ERD/SYS/exe/run/os4apilib.so.                         
                                          Cause . . . . . :   The symbol is not exported from dependent i5/OS PASE                     
                                            module /usr/sap/ERD/SYS/exe/run/os4apilib.so. The error occurred attempting                
       Job description  . . . . . . :   R3_00           Library . . . . . :   R3ERD400                                                 
    MSGID      TYPE                    SEV  DATE      TIME             FROM PGM     LIBRARY     INST     TO PGM      LIBRARY     INST 
                                            to load i5/OS PASE module sapstart. Recovery  . . . :   Correct the error                  
                                            and then try the request again. Technical description . . . . . . . . :                    
                                            Examine file headers with the i5/OS PASE 'dump -Tv' command. i5/OS PASE                    
                                            commands can be entered on the command line displayed by calling program                   
                                            QP2TERM in an interactive job.                                                             
    I am not familar with running 'dump -Tv' .
    Thanks!
    Diana

    Hello,
    we had this at one point. It indicates that you have 'inconsistencies' in the kernel. You should probably at least get the DW patch for the same level. If there is a complete kernel out right now, I would go with that.
    Please check the Forumalso, there have been several threads regarding the kernel in the last couple of weeks.
    Regards,
    Ingrid

  • Meter squared symbol in pages for iPad

    Hey Guys,
    Does anyone know how to make the meter squared symbol in Pages for iPad? I cant find away to push the 2 up.
    Thanks
    Tom

    Thanks. In a document in Pages on my iPad, if I press the + symbol, I am given various insert options like tables, graphic boxes and 'animatable' lines, which can be adjusted. Top left says 'text' which is obviously a text box. However my friend has an arrow option next to the word 'text' which allows him to import a thin arrow which can be rotated to point in any direction in his document (useful for pointing one area of text to another.
    I don't have this option; just the 'fixed' block arrows which appear below as options. My version of Pages is the latest and my iPad is very new.
    Thanks.

  • What do the symbol and stand for in the following script? not like displa

    What do the symbol *>* and *>>* stand for in the following script? It is displacement? They do not like displacement symbols.
    $JAVA_HOME/bin/java -cp $CLASSPATH $JVM_OPT $SYS_OPT
    oracle.sysman.integration.coherence.EMIntegrationServer *>* $COHERENCE_
    HOME/mgmtnode.log *>>* $COHERENCE_HOME/mgmtnode.err &
    Thank you

    jverd wrote:
    BigDaddyLoveHandles wrote:
    But the example, if it's correct, seems to be using >> to redirect stderr, not to append stdout. The OP should identify what OS and what shell they are using.In any unix shell I'm aware of, > is overwrite and >> is append.Which is why he said "seems to be using >> to redirect stderr". Which I read to mean that BDLH also found it to be incorrect but some "corner-product" shell may do this sort of thing (not that I know, or have heard, of any that do). ;-)
    In a bourne family shell, the initial construct would cause stdout to replace the log file and append the err file, and would not redirect stderr.
    If you want to send stdout to one file and stderr to another, with overwrite, it'd be
    command > logfile 2> errfile
    Correct, of course. ;-)
    And, of course, changing either of those ">" symbols to ">>" would append (that stream), but you've already said that. ;-)

  • What do symbol ^ and stand for in the following script?

    What do symbol *^* and *>>>* stand for in the following script?
    Does *(int)* means that (temp ^ (temp >>> 32) return the int format?
    long temp = Double.doubleToLongBits(salary);
    result = PRIME * result + (int) (temp ^ (temp >>> 32));
    return result;
    Thank you very much

    jetq wrote:
    What do symbol *^* and *>>>* stand for in the following script?In Java, this is referred to as "code", script could be confused with Javascript, which is not Java at all.
    The previous reply will help you find all you need to know.
    Does *(int)* means that (temp ^ (temp >>> 32) return the int format?"format" refers to how a value is converted to text. (Sometimes how it is to be parsed as well)
    "(int)" casts the long value to an int value (signed 32-bit)
    long temp = Double.doubleToLongBits(salary);
    result = PRIME * result + (int) (temp ^ (temp >>> 32));This will treat -0.0 as being different to 0.0. If this is undesirable, you can do something like...
    long temp = aDouble != +0.0d ? Double.doubleToLongBits(aDouble) : 0L;
    result = PRIME * result + (int) (temp ^ (temp >>> 32));

  • SCM Inbound Interfaces for 11i

    Is there any SCM Inbound Interface for 11i for external non-Oracle systems to place a requsition or purchase order? if so, what protocol does it use and is this protocol standard for a 11i install?
    This interface would be from PeopleSoft 8.47 not currently setup up to use BPEL.
    Thanks in Advance

    Hi,
    As I understand, you have to map incoming message to same message structure of outbound side and then send it to two different receivers.
    If this is correct, then you need not perform two message mappings. You need to design the scenario like a normal scenario in Integration Repository. However, in Integration Directory, you would need additional configuration to have two receivers for same message. This would be as follows:
    1. Business System for receiver
    2. CC for receiver
    3. One Receiver Determination with two receivers configured. However, no condition specified for them.
    4. Two interface determinations, one for each receiver.
    5. Receiver agreements.
    This configuration should solve your problem.
    Thanks,
    Bhavish

  • How to set ORACLE_HOMES on Windows 2000 for 11i

    How to set ORACLE_HOMES on Windows 2000 for 11i
    As am newbie on windows.
    Its very urgent.

    To set ORACLE_HOME on Windows:
    C:\> set ORACLE_HOME=<location>
    i.e.
    C:\> set ORACLE_HOME=d:\oracle\proddb\10.2.0
    To verify:
    echo %ORACLE_HOME%
    In Apps 11i, you do not have to set it manually, just source the environment file and this will set all environment variables for you.
    - To source the application env file, run envshell.cmd under %APPL_TOP%
    - To source the database env file, run <SID>_<hostname>.cmd under %RDBMS_ORACLE_HOME%

  • Setting up Load Balancing for 11i for Intranet & Internet Access

    Our current environment for 11i (11.5.5) is accessed only internally (via Intranet). We need to allow outside access (via Internet) also for self-service apps (ie. HR). Oracle Support/Metalink has stated that Load Balancing (note 148155.1) is the only supported method to have multiple (Apps Servers) systems access a single database. Could I get feedback from anyone who has implemented Load Balancing for 11i? Additionally if someone has implemented this for both intranet and internet access how has your company setup? Do the secondary server(s) from the Load Balancing note reside in the DMZ? And thus the primary app server and database reside inside the firewall? Thanks....

    Hi,
    We are using 6 middle tiers for internal access for intranet access and 2 middle tiers in External DMZ with only web server running for Extrenal Access over Internet for Self Service.
    You Implement one Load Balancer for first 6 internal Middle Tiers with site level profiles pointing to Internal .
    You implement second Load balancer for external 2 middle tiers with server level profile options for these two servers pointing to External Load balancer .
    To check how to implement load balancer vsiit
    http://becomeappsdba.blogspot.com/2006/09/configure-hardware-load-balancer-at.html
    Wait for my next post in above blog site with step by step procedure to implement above solution External & Internal one
    Atul Kumar
    Oracle Apps DBA
    http://teachmeoracle.com

  • What does symbol ! stand for in the following code?

    What does symbol *!* stand for in the following code? What does SYSTEM mean?
    <! DOCTYPE report-group SYSTEM "report-group.dtd">
    Edited by: user11337968 on Jul 3, 2009 4:53 PM

    It is just part of the XML specification; to do a "doctype", you must have an open angle bracket followed by an exclamation point. See [doctype decl | http://www.w3.org/TR/REC-xml/#NT-doctypedecl] for more information.
    Peace,
    Cameron Purdy | Oracle Coherence

  • Which patches to apply for 11i Demo Instance?

    Who can tell me which patch must be applied for 11i Demo instance after install completely because I found many errors from 11i Demo such as Oracle Managemnet Module can not test the functionality.

    You need to apply the 11.5.3. level of code and Patch set D before you do much with OM. Even with 11.5.3. you will still not be able to complete a full order cycle. Shipping still gets blocked with errors that are being worked on at Oracle Development as we speak.

  • Backup procedure using RMAN for 11i Instance

    Hi,
    we have 11.5.10.2 instance
    Node 1 = Application Tier ( 11.5.10.2)
    Node 2 = DB Tier ( 9.2.0.7)
    as of now, we are taking daily cold backup of both instances.
    we want to implement RMAN online backup for DB and take cold backup every week end only.
    so, what are the best procedures for implementing RMAN for 11i Database.
    Please share your experience, if you have anybody implemented?
    which one you prefer in RMAN backup ( backupsets or copy option or backupsets with compressed option) interms of performance.. our db size is 60 GB only.
    we apply apps tier patches very rarely . so we want to take RMAN online backup for DB daily and take cold backup for entire apps and db in the week ends.

    Hi,
    This time, i am going to implement for Oracle 11i Database. thats why, i need you guys advice regarding 11i Database.Well, the same is applicable to 11i/R12 databases. You just need to configure RMAN the same way you configure it on any standalone database.
    If you have implemented any where RMAN, can you share, how you are taking RMAN backup? I can share the scripts we use for backup using RMAN. If you are interested, let me know and I shall send it by email.
    if we want to clone, are you cloning the TEST instance with RMAN backup or using cold backup.We use both, depends on the time frame of the cloning task and whether it is possible to use cold backup for cloning or not.
    Please have a look at the following notes, it should be helpful.
    Note: 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230672.1
    Note: 760772.1 - Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=760772.1
    Note: 362473.1 - Cloning E-Business Suite Using Hot Backup for Minimal Downtime of Source Environment
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362473.1
    Regards,
    Hussein

  • Per User Network Traffic for 11i E-Business Suite

    Hi,
    Can anyone tell me the amount of Per User Network Traffic for 11i E-Business Suite
    Thanks
    Durai

    Hi,
    Oracle 11i E-Buss Suite client desktop will take 50KBPS only per user (WAN)
    regards,
    Thangapandian

  • Database Sizing Question for 11i

    I am looking to see if there is a spreadsheet or tool that would tell me the optimal database size, for 11i.
    I understand there was one for 11 that would tell you the best size after you told it the number of suppliers you have, the number of inventory items available, number of accounts, etc...
    Thanks
    Sanjay

    Stefan,
    I guess both of us were writing at the same time and hence I missed your post edited part. Let me explain the user part. You can think about them in 3 different roles:
    Named users - Number of users in the system which may or may not have "Guest" users. Not much useful for hardware sizing.
    Logged On Users - Users currently logged on to the system not yet logged off and user logged on to the system but killed the browser. But they are still in the J2EE system holding memory with session info. They are useful for Memory sizing.
    "Active Users" - They are doing sometime with some "think-time". They could be "high/medium/low" users based on the "think-time". They contribute to both CPU and Memory sizing.
    Based on the above definitions (which may vary with different models) sizing will vary. Once you know your user profile (how many of them and how they use), you can use quicksizer to have some initial estimate. In case you have access to SAP fields and/or support, you can contact for some additional information. Those are useful for initial stage. If you have your system available, run some load tests to verify your initial estimate and refine them.
    Thanks,
    Swapan

  • TS3304 In apps i click on buy.the loading symbol comes up for a few seconds then disappears and nothing happens. I can get into ibooks but cant get any new titles to download

    In app store i click on buy. The loading symbols come up for a few swconds, then nothing happens. I can get in to ibooks but can,t get any new books to display as choices,

    I guess, putting it in recovery mode and restoring it "as new phone" is your only chance if you can make it. Restoring from a backup may copy corrupt files back to your phone, causing this problem.

  • DMZ Apache with OAS WebCache configuration for 11i

    Hi,
    We have the following configuration in place (using note DMZ Configuration with Oracle E-Business Suite 11i [ID 287176.1])
    1. Browser (https) --> Internet --> |firewall| --> DMZ Apache reverse proxy server (https) --> |firewall| --> External 11i webtier (http) --> Internal 11i apptier --> Database
    Now, we want to change it, so that the following configuration can work.
    2. Browser (https) --> Internet --> |firewall| --> DMZ Apache reverse proxy server (https) --> |firewall| --> OAS WebCache (https) --> Internal 11i apptier --> Database
    no cluster, no load balancer, no RAC in this configuration.
    The user access are the same in #1 and #2: External users access 11i via "partners.external.com", while internal users use "employees.internal.com". Apache server in DMZ is the Entry Point.
    Note "Installing and Configuring Web Cache 10.1.2 and Oracle E-Business Suite 11i [ID 306653.1]" is to set up WebCache as Entry Point for 11i. If we use it, external users are not able to access 11i system with "partners.external.com".
    Question:
    can #2 configuration be set up and work? which Oracle doucuments to follow?
    Thanks in advance,

    Hi,
    with following steps in 306653.1, profiles s_webentryhost and s_login_page are set with WebCache servername.
    The access for internal users is working with URL https://webcachesername.internal.com/oa_servlets/AppsLogin
    but external users cannot log in: at logon page, after typing username/password,
    the logon page is refreshed back to the same logon page. If typing a wrong password, "Login failed" error shows as expected.
    Thanks,

Maybe you are looking for

  • I finally made the move to an Intel Mac

    I finally made the move to an Intel Mac. . . I bought a used Macbook Pro 15" core duo, 2.16Ghz, 2g ram, 7200rpm 500G HD. Couldn't pass it up at 600.00 OS, Leopard fresh install and I installed FCP Studio as well. Runs pretty good. I also have SHake,

  • Removing Members from Excel Add-in (or Smartview) Member Selection Options

    The users of my system have write access to some scenarios, read access to others, and no access to the rest. I would like the Scenarios for which the users have no access to not show up in the member selection options in Excel Add-in (similar to how

  • SSL client default does not exist

    Hi, I had newly installed XI system on one of our server. when i am creating RFC destination INTEGRATION_DIRECTORY_HMI, i am getting the following error on logon /security tab. "<b>SSL client default does not exist"</b> and it is not even permitting

  • Implementinf Adobe Flex in Web dynpro

    Hello.. Can anyone tell me how to implement adobe flex in webdynpro applications? I want to use the features of flex in my webdynpro project. Thanks for any help.. Regards, Rishu

  • What JDeveloper certification paths are available?

    Hi everyone, What JDeveloper certification paths are available? Admittedly, I am a total newbie, but based on my prior experience, certifications are a great way to accelerate toward expertise. Currently, I am studying Java and JDeveloper as a way to