XSL and Extended SQL Funtion not working in XMLP 5.0

Hi All,
I am not able to get the following functions to work for FSG publishing in XMLP 5.0 11.5.10.2 apps), but they both work in XMLP 5.6.2.
I am using the following function in the Segment Values Override field:
<?substring(translate(@RptDetName,'()',’‘),13,25)?>
<?xdofx:substr(translate(@RptDetName,'()',’‘),13,25)?>
Any ideas? I rather not upgrade to XMLP 5.6.2 due to the lost functionality of Single Step FSG publishing.
Thanks,
Kelly

Hi Tim,
Do you know if there are any XDO patches (for version 5.0) that would help resolve this problem. I am not able to get XSL functions to work in my template using version XMLP 5.0, but the same template works on an instances running XMLP 5.6.2. We are currently applying the latest FSG consolidated patch to see if it helps resolve the problem.
Thanks,
Kelly

Similar Messages

  • LSO - Search and Extended Search are not working

    Hi ,
    From the learning portal we click on Search and Extended Search , nothing is diplay by the system . We have course matching the description . Also in the back office : LSO_TRAININGTYPE_SEARCH_C seems to be OK .
    Any help will be welcome, should work out of the box .
    Thank you.

    Hi Schutz
    Were you able to resolve this? If so could you please provide the solution. We are also facing the same kind of problem. It works in QA but not in Production.
    Thanks, Raj

  • What will you do if any SQL is not working.in oracle 10g...apps 11.5.10.2

    What will you do if any SQL is not working. in oracle 10g....apps 11.5.10.2

    928714 wrote:
    yes sir.If you help me in answering my questions i wll be very thankful to you sir.
    tnx,I haven't a clue.
    As you have been advised in many of your posts, go study the documentation for whichever specific topic you are interested in.
    For me to answer your questions, I would need to go get that documentation.
    Then I would need to read that documentation.
    Then I would need to write a forum post that interprets what I think I learned from that documentation.
    It is so very much faster if YOU go do that instead of posting to a forum and expecting others to do it. You will remember what you study for a lot longer time if you teach yourself.

  • BPM 10g: configuration name [ ProjectName ] and type [SQL] is not defined.

    Hi There,
    I try to help a colleague with his BPM10g project. When I start the engine in BPM Studio with his project I eventually get this error in a popup:
    "The configuration name [<ProjectName>] and type [SQL] is not defined.
    Detail: The connector must be configured in the appropriate context."
    I upgraded from 10.3.1 to 10.3.2, but did not help. Still my own project and another svn-branch of his project do work.
    Anybody any ideas on where to look?
    Thanks in advance.
    Regards,
    Martien

    I found out that the folder must be the same as in the project file.

  • Extending wireless network, not working?

    ive been trying to set up a new wireless network for a few days now and while i got this network up and running i still doubt if its exactly what i want.
    i have extreme(n), time capsule(n) and an express(n). im using the extreme as my "base" which is connected to the internet and both the capsule and express are connected by wires. but whenever i use the setting "extend a wireless network", the stations will just become undetectable and not working at all. so to get my network to work i configured them all with "create a wireless network" giving them all the same network name which is working fine. but is this even roaming?

    Welcome to the discussions!
    When you are having extending difficulties, it's often helpful to temporarily locate the Express near your main router...across the room or in an adjacent room and test to see if that works.
    If things worked fine for 6 months and suddenly you have problems, that may indicate that a new wireless network near you has been added at one of your neighbors, which is causing interference on your network.
    Cordless phones are a real problem as well. My neighbor...across the street....can literally knock me off my network if he is in his front hard talking on his cordless phone. I found this out simply by accident, otherwise I would still be blaming Apple for stuff that worked fine for months and then suddenly did not work.
    If the Express works close to the main router, then move the Express further away and test again. Most users locate the Express too far away from the main router when they try to extend a wireless network. A good starting location is a point that is about 1/2 to 2/3 of the distance between the main router and the area that needs more coverage.
    Open AirPort Utility and click on your AirPort Express on the left and look for its AirPort ID on the right. Jot that down.
    When you are testing the extension of the Express, move your laptop close the Express, and hold down the option key on your Mac while you click on the fan shaped AirPort icon at the top of the screen. Look for the BSSID. This should match the AirPort ID of the Express, indicating that your computer is connecting to the AirPort Express.

  • XMLP 5.6.2 - Parameters -  Both Multi-Select and All-Select  Do Not Work

    Both Multi-Select and All-Select Do Not Work.
    What's up with this behavior?
    And when might it be fixed?
    BG...

    The Multi-Select is now working, not sure what I did wrong earlier. However the "Can select all" option when building the parameter does not work as advertised, though I was able to get around that as well.
    Create a Data Model
    select LAST_NAME, FIRST_NAME from SOME_TABLE where SOME_COLUMN =:SOME_VALUE
    OR
    select LAST_NAME, FIRST_NAME from SOME_TABLE where SOME_COLUMN in (:SOME_VALUE)
    Create a LOV
    Name = LOV_SOME_COLUMN
    Type = SQL Query
    select distinct SOME_TABLE.SOME_COLUMN as SOME_COLUMN from SCHEMA.TABLE
    Create a Parameter
    Identifier = PARM_SOME_COLUMN
    Data Type = String
    Default Value = NULL
    Parameter Type = Menu
    Display Label = LOV_SOME_COLUMN
    List Of Value = LOV_SOME_COLUMN
    Option
    Multiple Selection - Checked
    Can select all - Checked
    Refresh other parameters on change - Checked
    Then test your report. Select "All" from the LOV and click view. Result - No Rows Returned.
    Selecting a "Single" or "Multiple Values" values from the LOV does work.
    The way I am getting around the problem is to uncheck the "Can select all" and then manually select all the values in the LOV in order to get the "All".
    BG...

  • Force encryption on SQL Server not working?

    Hello Everyone,
    I'm running SQL Server 2008 64-bit. I've installed a self-signed cert on the box and set  "Force Encryption"  and restarted SQL server. 
    I setup a client machine to trust the authority of the cert installed on the server. When I connect to that SQL server from SSMS from a client machine and select the "encrypt connection" option in the client Connection properties, SSMS correctly complains
    that the cert on the server does not match the computer name I asked to log into . This is because, although the cert is trusted, the dns name dos not match the CN in the cert <- Perfect, exactly what I am expecting.
    When I connect to the same SQL server from the same client but  UNCHECK "encrypt connection" on the client, I'm able to login. Considering I've checked the "Force Encryption" on the server, the server should have rejected the connection. Why not?
    Ameer Deen

    Hi all,
    We are implementing a Merge Synchronization solution which involves three SQL Servers located on three Azure locations worldwide and one on-premises location. We need to secure communications between all servers. We are evaluating the encryption of all server
    communications through SSL:
    http://technet.microsoft.com/en-us/library/ms191192.aspx
    When we configure one server (let’s call it server A) to accept only encrypted connections (with Force Encryption=Yes) we still can connect from other server (let’s call it server B) that do not have the certificate installed. We would expect the server
    B to fail in the attempt of connect as server A should only accept encrypted communications and those should need the certificated to encrypt/decrypt everything (commands and data).
    We have also review the following forum post that is very similar to this one:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/bde679d9-ff83-4fa7-b402-42e336a97106/force-encryption-on-sql-server-not-working
    In all cases the Microsoft answer is:
    “When the
    Force Encryption option for the Database Engine is set to YES, all communications between client and server is encrypted no matter whether the “Encrypt
    connection” option (such as from SSMS) is checked or not. You can check it using the following DMV statement”
    When we run the provided DMV statement to check if encryption is enabled:
    -- To check whether connections are encrypted between server and clients
    SELECT encrypt_option
    FROM sys.dm_exec_connections
    We get “TRUE”. So theoretically encryption is enabled.
    Then:
    Why can we run SQL statements against server A from server B (with SSMS) without any certificate?
    Are we wrong when we expect server A to refuse any client that do not have the right certificate?
    How can server B, without any certificate, decrypt the data encrypted by server A?
    Our intention is to encrypt all server in the same way so all of them will accept only encrypted communications. We are assuming that the Merge Agent will be able to communicate with the Publisher and the Subscriber through this encrypted environment. May
    anyone please confirm ti?
    Thanks for your help.
    Best Regards
    Benjamin Moles

  • I dropped my ipad mini and the left side got dented .. so the volume buttons and the mute is not working anymore .... and when i am playing games the volume automatically goes up... i still have warranty .. so does apple replace a new one?

    i dropped my ipad mini and the left side got dented .. so the volume buttons and the mute is not working anymore .... and when i am playing games the volume automatically goes up... i still have warranty .. so does apple replace a new one?

    Steven ~ Welcome to the Support Communities. The following may be useful for next time...
    AppleCare+ for iPad extends your coverage to two years from the original purchase date of your iPad and adds up to two incidents of accidental damage coverage, each subject to a $49 service fee. Note: AppleCare+ must be purchased within 30 days of the date you bought your new iPad.
    iPad mini cases from Tech21
    iPad mini screen protector from Tech21

  • White screen appears instead of the wallpaper after starting up and all the funtions are working properly like the brightness and the vol

    white screen appears instead of the wallpaper after starting up and all the funtions are working properly like the brightness and the vol

    Hello again V.K,
    I'm taking the computer to assistance as suggested. Even tho I'm almost 100% sure that this isn't a hardware issue.
    Here is why I'm not wasting my time on my affirmative. I'm computer science bacharelor, I know about computer architeture and S.O architeture and also I'm computer developer for more than 10 years now. All behaviors presented have no connection with hardware problems. What I'm trying to say is that I'm not just saying things for saying, I have a logic behind what I say.
    For a short example, whenever mouse right click stops working on a specific window/software, if I click on the window top border and drag it around and go back to the window content, the click works again.
    Also, my keyboard and mouse work via usb. Usb is working normally. If I plug a usb memory stick it shows that usb is working as it should be.
    On windows, right button click is also not working inside any software window, but if I click on start button, icons on desktop, anything on windows epxlorer, it works as it should be. Isnt't there bootcamp underneath windows ?
    on top of it, it's a brand new mac, i have it for 5 months.
    All these people that have the same problem, do u think all of them have hardware issues? Do you think Apple would keep releasing new computers with hardware problems and they wont have any information/recall for them? and worst, the problems start in a random date ?
    This is my first mac and all these problems, being hardware or not, makes me lose all confidence on Apple products.
    Davi.

  • Thanks for responding.  Since I upgraded ITUNES to IOS 6, my IPOD Touch no longer works at all.  I had numerous apps, music and videos on this touch.  It made me restore to factory reset and it still does not work!!! Nothing I do will work on this touch n

    Thanks for responding. Since I upgraded ITUNES to IOS 6, my IPOD Touch no longer works at all. I had numerous apps, music and videos on this touch. It made me restore to factory reset and it still does not work!!! Nothing I do will work on this touch now. I have so much data on this, I don't want to loose or have to restore!
    Can you help me?
    Thanks

    If you restored to factory settings/new iPod and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
    Apple Retail Store - Genius Bar

  • TA44551 My 1-year ipod nano locked up and would not start overnight. The on/off button will not work and stopped holding charge. No water damage, no fall, nothing unusual. I restored it (twice) but it will still not hold charge and on/off does not work.

    My 1-year ipod nano locked up and would not start overnight. The on/off button will not work and stopped holding charge. No water damage, no fall, nothing unusual. I restored it (twice) but it will still not hold charge and on/off does not work. I tried to restore it again and charged it in three different locations with different cables. etc but nothing. Suggestions?

    - After charging for 1/2 hour or so, does iTunes see the iPod?  If yes, restore the iPod from backup.
    - If no, se if placing the iPod in recovery mode will make it visible so you can restore the iPod.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • HDMI and PC inputs do not work on my 37AV502R LCD TV

    HDMI inputs and PC inputs do not work consistently
    my Apple TV (HDMI) and computers 2 on HDMI, 1 on PC, display just fine n the TV but after a while the TV goes blank,
    the time is not consistent sometime a few minutes, sometimes a few hours,
    but every time, after the TV goes blank there is nothing I can do, the TV just stays blank, if I unplug and turn back on the TV displays the image for a split second and goes bank again,
    I thought it might be an overheating thing, however sometimes the PC input will stop working but the HDMI input (either one) will work fine,
    has anyone else had this issue?
    Thanks
    A. 

    I'm having the same issue.  As soon as I connect it to VGA or HDMI, it goes into a cycle of flashing on-and-off.  A guy on youtube had the same problem (posted a video identical to my problem) and reportedly fixed it with a firmware update.  
    The problem: the US website doesn't have a firmware download.  The canadian website does, but the update is from 4/2009, and the manufactured date on the back of my TV is 5/2009.  (I also tried the update, but it didn't fix the problem).
    When I call Toshiba to ask about the firmware update, after they confirm I am out of warranty, their automated system keeps hanging up on me.  So frustrating. 

  • How to delete video from iTunes library? del and shift+del are not working - no any reaction

    how to delete video from iTunes library? del and shift+del are not working - no any reaction.

    seb963 wrote:
    Hi
    Currently, iMatch is turned off on my computer, as I do not want to upload any more songs. If I turn it on, will it upload all songs that are currently in my library? Is there another way that deleting them one by one?
    You must enable iTunes Match on the new computer. The best way to accomplish what you want to do is to create a new, empty library by launching iTunes while holding down the Option key (Shift on Windows) and choosing "new library." Do not let iTunes scan for new content, but do enable iTunes Match on the empty library. Once the scan is finished you may delete tracks from the cloud. When you are done switch back to the main iTunes library.

  • TS5376 I'm having a problem with downloading and installing the new version of itunes for windows (11.1.4)  I have done everything the troubleshooting article has said and it is still not working properly.

    'm having a problem with downloading and installing the new version of itunes for windows (11.1.4)  I have done everything the troubleshooting article has said and it is still not working properly.  I have even done a repair to see if that works and it has not.  Has anyone else found a new way to get it working?

    Try Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Please is an emergenci!!! I put my iPhone 5 to charge and the cable is not working I tried in other pluggers in the house but nothing I don't know what's wrong and I don't have any more battery

    Hey I plug my iPhone 5 and the charger is not working and I'm freaking out!!! It never hasn't happened and I just have in this moment 4% I all ready tried on pther pluggers on the house and is the charges that doesn't work. What should I do?

    @whimsei,
    Hello and thank you for posting back.  What it sounds like is the cable that connects to the screen from the motherboard has either come loose or has a issue after the fall.
    To fix this it would have to be opened up and the connections checked.  If there is an issue with the cable then it would have to be replaced.  This will require either you opening up the system yourself and checking the connections and tha cable or sending it in for repair.
    Here is the link to the maintenance and service guide.  If you feel comfortable doing the work it will help you.
    HP 2000 Notebook PC Compaq Presario CQ58 Notebook PC
    Maintenance and Service Guide
    If you want to send it in for repair here is how.
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Please let me know how things go.
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

Maybe you are looking for

  • Map BATCH number corresponding to ORDER number and Material number .

    hi all, i want to map the BATCH number corresponding to Material Number . i searched tables MCHA which has two fields Material number and Batch number but it doenot have Order number. so how can i get Batch number as in table AFPO/AFKO i have all the

  • T codes in a specific role

    Hello gurus, I have several roles assigned to me. I need to know what t codes a specific role is composed of !! Specifically, I need to know what t codes that my role "XXXX_DEVELOPER" is letting me access ? Thanks in advance.

  • I can't open URL from an e-mail (clickable image)

    Hi there, i tried to make a e-Mail newsletter. My result looks very good on Outlook, Android, Thunderbird and Apple Mail. On my e-mail there are an image with includes a link. In other e-mail clients (Outlook, mail, etc.) everything looks great. But

  • HT1338 Problem while downloading the update for the Macbook 10.8.2

    Dear Mr/Mrs This Abdelhameed Ata I just bought A MACBOOK PRO, and I'm facing this problem that I can not shut down or restart the device because of this following reason. The device it forze while downloading the software, I mean i can use the laptop

  • Audacious playlist percent sign

    Hi, I'm getting percent signs followed by a number in the playlist instead of some characters as & or , . They are the same encodings used in URLs (%20 for space, %26 for &, etc). Viewing track details I get: 05%20-%20Forty%20Six%20%26%202.mp3 for 05