Copy expression not working in 11g PS1

i Hve used a copy expression inside the email body.It works fine in 11g R1 but it gives the below error in 11gps1
http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure
Fault
lbpelFault><faultType> <message>0</message></faultType><selectionFailure
xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"></selectionFailure></bpelFault>http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailur
at
com.collaxa.cube.xml.xpath.functions.bpws.GetVariableDataFunction.call(GetVari
ableDataFunction.java:132) at
com.collaxa.cube.xml.xpath.BPELXPathFunctionWrapper.evaluate(BPELXPathFunctionWrapper:java:78)
copy expression used
concat(string('This mail was sent to you from Middleware FUSION to create SR for the below mentioned Sales form details:&#x0A;&#x0A;<BR>Time : '), xpath20:current-dateTime(), string('&#x0A;<BR><BR>First Given Name : '), bpws:getVariableData('VariableECMSchema','/ECM/FirstGivenName'), string('&#x0A;<BR>Last Name : '), bpws:getVariableData('VariableECMSchema','/ECM/LastName'), string('&#x0A;<BR>Company Name : '), bpws:getVariableData('VariableECMSchema','/ECM/CompanyName'), string('&#x0A;<BR>Address 1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address1'), string('&#x0A;<BR>Address 2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address2'), string('&#x0A;<BR>City : '), bpws:getVariableData('VariableECMSchema','/ECM/City'), string('&#x0A;<BR>StateProvince : '), bpws:getVariableData('VariableECMSchema','/ECM/StateProvince'), string('&#x0A;<BR>Country : '), bpws:getVariableData('VariableECMSchema','/ECM/Country'), string('&#x0A;<BR>ZIPPostalCode : '), bpws:getVariableData('VariableECMSchema','/ECM/ZIPPostalCode'), string('&#x0A;<BR>Phone : '), bpws:getVariableData('VariableECMSchema','/ECM/Phone'), string('&#x0A;<BR>Email Address : '), bpws:getVariableData('VariableECMSchema','/ECM/EmailAddress'), string('&#x0A;<BR>Model1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model1'), string('&#x0A;&#x0A;&#x0A;<BR>Options1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options1'), string('<BR>&#x0A;Quantity1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity1'), string('<BR>&#x0A;Model2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model2'), string('<BR>&#x0A;Options2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options2'), string('<BR>&#x0A;Quantity2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity2'), string('<BR>&#x0A;Model3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model3'), string('<BR>&#x0A;Options3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options3'), string('<BR>&#x0A;Quantity3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity3'), string('<BR>&#x0A;Model4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model4'), string('<BR>&#x0A;Options4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options4'), string('<BR>&#x0A;Quantity4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity4'), string('<BR>&#x0A;Model5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model5'), string('<BR>&#x0A;Options5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options5'), string('<BR>&#x0A;Quantity5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity5'), string('<BR>&#x0A;Model6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model6'), string('<BR>&#x0A;Options6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options6'), string('<BR>&#x0A;Quantity6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity6'), string('<BR>&#x0A;&#x0A;Model7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model7'), string('<BR>&#x0A;Options7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options7'), string('<BR>&#x0A;Quantity7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity7'), string('<BR>&#x0A;Model8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model8'), string('<BR>&#x0A;Options8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options8'), string('<BR>&#x0A;Quantity8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity8'), string('<BR>&#x0A;Model9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model9'), string('<BR>&#x0A;Options9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options9'), string('<BR>&#x0A;Quantity9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity9'), string('<BR>&#x0A;Model10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model10'), string('<BR>&#x0A;Options10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options10'), string('<BR>&#x0A;Quantity10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity10'), string('a

Hi Vivek,
The 'selectionFailure' errors are mostly due to no data in the elements defined in the xml or in the nodes of xsd. Please cross check xslt/xsd/paload data.
Having said that, if things were working fine in R1 but not working in PS1, then...its a bit strange.
Regards
A

Similar Messages

  • Copy express not copying print layouts from one database to another

    Hi,
    We are using SAP business one 8.8 PL 10 and we are not able to copy print layouts to another company database using copy express.
    We tick the necessary settings on the copy express and everything runs okay but when you login into the target company you cannot see the extra print layouts there.
    The copy express was working okay before the upgrade from SAP Business one 2007A to the current version.
    What might be the problem?
    Your help is most welcome.
    Regards,
    Simon

    Hi SImon.....
    Do it once again but this time select Replace All function and replace all the print layouts.
    Hope this will solve your problem........
    Regards,
    Rahul

  • Short key for copy does not work all the time now.

    After I have installed the latest OSX - Yosemite, my short key for copy does not work all the time.  It is infrequent how it works. I'm using the same keyboard that I have always used, my wireless logitech keyboard for mac.  Please help.

    I've plugged in my default mac keyboard and the short key copy still does not work.

  • Dbms_metadata.get_ddl not working in 11g

    Hi All,
    I need a quick help from you. Following is not working in 11g.
    dbms_metadata.get_ddl( 'MATERIALIZED_VIEW', Mview_name, owner )
    It is throwing me an error saying the Materialized view does not exist, though its exist.
    Please let me know, what is wrong here with 11g.

    Please let me know, what is wrong here with 11g.No problem here: Can you reproduce these steps:
    SQL> select * from v$version where rownum = 1
    BANNER                                                                         
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production         
    1 row selected.
    SQL> create materialized view mv_dummy as select * from dual
    Materialized View created.
    SQL> select dbms_metadata.get_ddl ('MATERIALIZED_VIEW', 'MV_DUMMY', user) ddl from dual
    DDL                                                                            
      CREATE MATERIALIZED VIEW "MICHAEL"."MV_DUMMY" ("DUMMY")                      
      ORGANIZATION HEAP PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOG
    GING                                                                           
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645        
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)             
      TABLESPACE "USERS"                                                           
      BUILD IMMEDIATE                                                              
      USING INDEX                                                                  
      REFRESH FORCE ON DEMAND                                                      
      USING DEFAULT LOCAL ROLLBACK SEGMENT                                         
      USING ENFORCED CONSTRAINTS DISABLE QUERY REWRITE                             
      AS select * from dual                                                        
    1 row selected.?

  • Airport express not working since today's itunes update

    Since updating iTunes today, Airport Express not working. More specifically, the Airport software will recognise the device exists, but iTunes cannot connect to it, just getting error message.

    Ray Dio wrote:
    Since updating iTunes today, Airport Express not working.
    try this:
    go system preferences > network > airport > advanced > TCP/IP and set *configure IPv6* to off. click on apply.
    now have iTunes connect to the remote speaker again.
    JGG

  • Copy database file local folder is not working in 11g

    Hi,
    i am working on oracle forms 11g.
    the follwoing code is not working. could any one guide me to reslove the problem.
    declare
         lv_file_name varchar2(100);
         lv_command varchar2(200);
    begin
         lv_file_name := substr(:parameter.image_path,instr(:parameter.image_path,'\',-1)+1);
         lv_command := 'cmd /c copy_file '||:parameter.image_path ||' s:\temp\deposit\scanned_image\'||lv_file_name;
         client_host(lv_command);
         if form_success then
              message('saved..');
         else
    message('file copy process failed..');
         end if;
    end;

    Also, copy to the s: drive might not work. In your copy_file script you need to define the s: drive first
    net use s: \\some_shareor use UNC notation
    lv_command := 'cmd /c copy_file '||:parameter.image_path ||' \\some_share:\temp\deposit\scanned_image\'||lv_file_name;Oh, and use full path to copy_file:
    lv_command := 'cmd /c c:\some_directory\copy_file.bat '|| etc.;Edited by: InoL on Mar 11, 2013 9:20 AM

  • Create a page as a copy does not work properly

    Hi,
    When I create a new page as a copy of an existing page with page authorization set to some authorization scheme, the newly created page does not work. When I edit the page definition, "Authorization Scheme" is set to some random number instead of the scheme that was set in the original page and running the page throws an error. Any buttons or items set with an authorization also throws an error. Is this a bug?
    Thanks,
    Machaan

    Hi Patrick,
    I am using APEX version 4.0.1.00.03 on Oracle 11g.
    I tried to reproduce it on apex.oracle.com and was not able to reproduce it. The new page worked fine.
    In my application, the newly created page works fine and is not generating an error, but the authorization scheme is set to a number instead of a defined authorization scheme.
    Thanks,
    Machaan
    Edited by: Machaan on Nov 12, 2010 2:07 PM

  • Airport Express not working to stream music anymore...

    I recently discovered that my airport extreme is not working anymore to stream music to my home stereo anymore.
    I am connected wirelessly to it via my airport extreme base station and trying to stream from both iTunes on my white MacBook (10.7.5) and my iPhone4. The Express is connected via mini-fiber-optic into toslink optical to my stereo.
    Can someone please help me sort this out?
    Eliot
    NYC

    You need AirPort Utility 5.6 to configure an older Express. The problem with that version is that Mountain Lion will refuse to let you install it.
    This dilemma is easily solved. You simply need to extract the app from the installer package using a package extractor like Pacifist or unpkg. Pacifist is shareware, unpkg is free.
    Download Pacifist here: http://www.charlessoft.com/
    Download unpkg here: http://www.timdoug.com/unpkg/
    Download AirPort Utility 5.6 here: http://support.apple.com/kb/DL1482
    When the AirPort Utility .dmg file finishes downloading, open it to expand and reveal the AirPortUtility56.pkg package installer file.
    Directions for Pacifist (I do not have screenshots for unpkg but the idea is similar):
    Open Pacifist and from its File menu, navigate to the package and open it.
    Click the "reveal triangles" until you see AirPort Utility 5.6.app:
    Select it and then click Install from Pacifist's toolbar. It will then be installed in your Utilities folder, and you can quit Pacifist.
    The most recent version of AirPort Utility included with Mountain Lion should be used to configure 802.11n - capable AirPort Base Stations. Make no attempt to delete it. It and the older version (which will bear the unique name "AirPort Utility 5.6") can peacefully coexist. Use the older version only as necessary for older AirPort Base Stations that cannot be administered any other way.
    If you happen to have an archived copy of the AU 5.6 app somewhere, such as a Time Machine backup or equivalent, you can simply restore it or drag the app to your Mountain Lion system's Utilities folder instead of resorting to the above procedure. It will run without complaint. It is only the package installer that is the problem.
    Keep in mind that Apple's decision to abandon support for your original AirPort Express was for reasons known only to them. Remember that you are using obsolete equipment, should some future OS X feature not work for you.

  • Airport Express not working with Comcast

    I used to have AT&T and had my airport working well. Yesterday i changed to Comcast and my airport is not working the light stays yellow.. I tried resetting it but it didn't work.. I use it with my old Cisco router and its working. Whats wrong with my Airport Express? My computers are Windows 7

    A solid amber light indicates that the AirPort Express has locked up....or it is defective.
    Suggest you that try a Factory Default Reset as follows:
    Pull the Express from power
    Let it rest for a few minutes
    Hold in the reset button and keep holding it for another 8-10 seconds while you plug the Express back in to power
    Release the reset button after the hold period and allow 40-45 seconds to restart
    The Express should display a slow, blinking amber light at this time
    If you continue to see a solid amber light after a few tries with a Factory Default Reset, the Express has failed and it will need to be replaced.

  • Purchased (digital copy) videos not working

    I tried using the digital copy feature from some movies I have had yesterday, but for some reason they are not working. I have tried playing them in iTunes, and all I get is a grey screen. When I look at the chapters, they are all present, which confuses me. It is in mp4 format, so that shouldn't be the problem. If anyone can help me on here, please let me know. Thanks.

    I've seen this solution posted to nearly every thread and it hasn't worked for me. I still get the blank screen and if I start messin around too much, iTunes ends of crashing. Any other ideas out there?

  • SSRS dynamic image expression not working

    Hi All;
    All my below dynamic expression not wrking
    =iif(First(Fields!new_mainValue.Value,
    "DataSet1")="ABC",True,False)
    Any help much appreciated
    Thanks
    Pradnya07

    Below worked for me 
    =iif(First(Fields!new_mainValue.Value,
    "DataSet1")="ABC",False,True)

  • DTS (5.1) Audio Through Airport Express: Not Working

    I imported some DTS-encoded WAV files into iTunes, to stream to my audio system via an Airport Express. The AE is connected to the preamp via optical, the WAV files were not converted or modified in any way, and the volume is @ 100% in iTunes.
    The preamp receives the files and the DTS icon lights up, so all seems to be good... except the audio output is 2.0 only. As a test I converted the files to Apple Lossless (since I know the AE has to make that conversion), same result.
    As another test I turned down the volume in iTunes and the audio became white noise, another indication that the files are DTS.
    If I burn an audio CD using iTunes and the same WAV files, and play them on my OPPO player I get 5.1, the final and conclusive proof that the files are properly encoded.
    I know I've read that streaming DTS-encoded audio via the Airport Express is possible, so I'm not sure what I might be doing wrong.
    Any ideas?

    Hi,
    I experienced some DTS files in iTunes, with my AirPort Express some months ago, it was working fine on my Marantz receiver. A few days ago I wanted to listen to them again, only white noise... I wanted to rip by myself a DTS-CD, therefore I found this out. Apparently since AirTunes has been turned to AirPlay, it's not working anymore (?) / the same way.

  • Copying is not working with the Calculator widget!

    I've been running Leopard for months now but only today i needed to copy from Calculator widget and found that "cmd+c" is not working i.e. it doesn't copy what is displayed to the buffer - Pasting from the buffer into the calculator (cmd+v) works, but not the other way...
    This used to work in Tiger with no problems - Anyone else having this problem in Leopard? thanks.

    Throwing my hat in on this one today as well. Worked fine yesterday, this morning nothing. As you noted i can paste to the calculator widget but not back out from it. Have repaired permissions and trashed the dashboard prefs to no avail. Other widgets are still able to Copy & Paste without issue - seems constrained to Calculator itself.

  • Airport express not working with apple products

    We have been trying to get airport express to work with a macbook pro, ipad2, iphone, laptop, htc wildfire - havent even tried the air music or printer yet! 
    We have a green light on the airport express which is connected to an ntl cable modem(virgin media network).
    Currently the only thing that will connecy is the laptop and my htc phone.  All the apple products will not connect? 
    We went to the apple store today and it worked grand when it was plugged in - the apple products all worked.
    The network comes up on ipad2 but when you press connect it says 'unable to connect'
    can anyone help us please?
    thank you

    I have the same issue.  Mine fixed itself for a bit and now it's broken again.  I'm thinking it's going to be intermittently broken.  I've tried turning both devices off and on again but that did not help.

  • Expresses not working with Extreme:  another case

    It seems like lots of folks are having similar problems. Here are the specifics of my problem:
    Using Airport Utility 5.3.1
    1. New Airport Extreme N, 7.3.1 firmware, configured as WDS main, radio mode n (g/b compatible), works fine, internet connects, security WEP (Transitional).
    "Allow to be extended" is unchecked
    "Allow wireless clients" is checked
    2. New Airport Express N, 7.3 firmware, configured as WDS relay. After update, Utility no longer sees the Express, light flashes yellow, can't connect to it.
    3. Previously used Airport Express G, 6.3 firmware, configured as WDS relay after a hard reset. After update, Utility no longer sees the express. Light is green, can get wireless signal from this unit but no internet connection.
    Ultimately I'm trying to connect to another Express G with 6.3 as a WDS remote. But that's a moot point till I can get the relay working.
    Sometimes I am prompted for a WPA password for my security, even though it is set as WEP on the Extreme ... Just checked the Express G and it was showing WPA; changed it to WEP and now this unit has become invisible to Utility again. A hard reset will make it visible, but then after configuring it, it will disappear again without becoming fully functional.
    In another location, I have set up a similar network (Extreme N as WDS main to Express G relay to Express G remote). This was a while ago, so it was probably a different Airport Utility.
    Would appreciate answers on:
    - Whether to check "allow to be extended" on the Extreme. Maybe this is preventing internet access from reaching the Express relays.
    - Why WPA keeps showing up when I've only selected WEP
    - What to do about Expresses not visible by Utility
    - Why internet connection isn't being shared
    - How should IPv4 be set on the relay: manual? DHCP? It's DHCP on the Main (Extreme).
    - Is there a previous version of Utility which doesn't have these problems and is compatible with Extreme N? The Express N is optional for me, though the extra range would be helpful.
    - Now I get an error message when trying to join my wireless network on the formerly working Express ...
    - To switch the MacBook from one Airport to another, I turn the MacBook's internal Airport off, then on. It will then connect to the one with the strongest signal. For some reason it isn't connecting to my network automatically; I have to select it each time. It used to find the network automatically. Not sure what changed here.
    Thanks in advance to all you gurus. 7 hours on this is enough for one day.
    Dave

    and a P.S.: I've been leery of upgrading the Express N to 7.3.1 since so many people are saying they have problems with it. Does that make sense to the gurus?

Maybe you are looking for

  • How do I fix the iTunes system error 7 windows error 126?

    How do I fix the iTunes system error 7 windows error 126?

  • Ask the Expert: ISE 1.2: Configuration and Deployment with Cisco expert Craig Hyps

    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about how to deploy and configure Cisco Identity Services Engine (ISE) Version 1.2 and to understand the features and enhanced troub

  • Finding the end of a line in a JTextArea and inserting a comma

    Hi, At the moment I am reading in a comma delimited file into a JTextArea. This part is ok I can see the file in the window correctly. The problem that I am having now is that I want to add a comma to the end of each line in the JTextArea. Does anyon

  • Payment block in IV

    Hi, While posting the IV  for my Purchase Orders, payment block automatically gets applied. There is NO block in place in the Vendor master. Can somebody let me know how to disable the same as we are implementing e payment and such documents dont get

  • Debugging AS91(problem)

    hi freinds .. i had been assign a task for which i have to do debug, i have to do debug , In t.code AS91 for one asset class i enter some values and goes for TAKE OVER VALUES iam unable to enter the cumilited acquistion values or change these fields