System.ExpressionFilter ContainsSubstring $target/ or $Config/...

Hi
Is it possible to filter if a $target/... or $config/... expressions is contained by a String? I've tried to pass the $target/... directly to the pattern tag, but the workflow does not resolve the variable.
Other tries with Value Expressions failed as well.
Here the output from MPSimulator:
08.04.2014 15:44:17 ExpressionEvaluatorCondition FilterEvaluationTrace Filter Instance (0000000000F3AFA0): Evaluating RegEx Expression:
    <ValueExpression>
        <XPathQuery Type='String'>EventDescription</XPathQuery>
    </ValueExpression>
    <Operator CaseSensitive='false'>CONTAINS_SUBSTRING</Operator>
  <Pattern>$config/customstring1$</Pattern>
Resolves to:
  Site path: C:\inetpub\wwwroot\Citrix\XenApp.
All the Citrix XML Services configured for farm Farm1 failed to respond to this XML Service transaction. [Unique Log ID: a329c0b1]
For specific information about this message, see the Web Interface documentation at[link to citrix]
    CONTAINS_SUBSTRING
  $config/customstring1$
Using case insensitive string compare
RESULT = NOT A MATCH
... i set the $Config/CustomString1$ to 'C:\inetpub\wwwroot\Citrix\XenApp'.
Thomas

Hi Jonathan / Vladimir
<Expression>
 <RegExExpression>
  <ValueExpression>
   <XPathQuery>EventDescription</XPathQuery>
  </ValueExpression>
  <Operator>ContainsSubstring</Operator>
  <Pattern>Citrix</Pattern>
 </RegExExpression>
</Expression>
-> It's working
<Expression>
 <RegExExpression>
  <ValueExpression>
   <XPathQuery>EventDescription</XPathQuery>
  </ValueExpression>
  <Operator>ContainsSubstring</Operator>
  <Pattern>$Config/CustomString1$</Pattern>
 </RegExExpression>
</Expression>
While CustomString1 = "Citrix"
-> Not working
Same Result with Regular Expressions
<Expression>
  <RegExExpression>
    <ValueExpression>
      <XPathQuery Type="String">EventDescription</XPathQuery>
    </ValueExpression>
    <Operator>MatchesRegularExpression</Operator>
    <Pattern>^.*(Citrix).*$</Pattern>
  </RegExExpression>
</Expression>
 -> working
<Expression>
  <RegExExpression>
    <ValueExpression>
      <XPathQuery Type="String">EventDescription</XPathQuery>
    </ValueExpression>
    <Operator>MatchesRegularExpression</Operator>
    <Pattern>^.*($Config/CustomString1$).*$</Pattern>
  </RegExExpression>
</Expression>
-> not working
The lowercase from your answer above ist just the output of MPSimulator...
It really seems, that my $Config/CustomString1$ is not resolved.

Similar Messages

  • Changing Original System and Transport Target System for Objects

    Hi Gurus,
             I need to do mass transport of all the Infoobjects to newly defined system. Since these objects have different Original system. Its giving me error. Again, for other objects, Transport Target system is QAS, But we want to change it to NBW (A new system to which we want to send transport) . I am able to change package of Infoobjects. Is there mechanism to change Original System and Transport Target for System? Please let me know ASAP.
    Regards,
    Harpal
    Message was edited by:
            Harpalsinh Gohil

    If you simply edit your original post, it will go to the top of the list. There's no need to post duplicates.
    Subjects with a subject of "Urgent" will be filtered out by a lot of responders.
    Why not close this thread and bump the other one?
    Rob

  • The target struts-config.xml cannot be started because it is not a runnable

    I'm tying to run the Tree Binding example (ADF UIX Tree Binding Sample) -- (http://otn.oracle.com/sample_code/products/jdev/index.html).
    I have defined an application workspace and DB connection for it, but get this error when I attempt to "run" the ViewJSP project.
    "The target struts-config.xml cannot be started because it is not a runnable target."
    Running JDev 9051 against DB9i. I am new to this version of JDev, but have familiarity with the previous releases (904x).
    What do I need to do here? How to I configure JDev and to make "structs-config.xml" a "runnable" target?
    Any help would be appreciated.

    You need to run one of the components in struts-config.xml, like a JSP page or struts action.
    Select the starting page or action in struts page flow, right mouse and choose run.
    raghu
    JDev Team

  • PI 7.11 sp6 system copy causes target sys to register with source

    Experts,
    We have a PI 7.1 (EHP1, sp6) PI system based on AIX 6.1 OS and Oracle 11g.
    I recently did the standard PI system copy from a prod source (PIP) to a training target (PIT).
    I used the most recenty PI system copy guide that is specific for PI 7.1 EHP1
    I did not run into any major problems doing the steps of the itself. 
    I did the usual "post" steps, documented in the guide that really are done on any NW system. 
    Then I got into the specific "PI" post steps and that's where I now have a problem.
    I could not run the "wizard for post copy" since I'm on 7.11sp6.  Yes, I know they "downported" it but I don't have those latest LMtools type packages.  Anyway, I'm OK with that. 
    I followed all the steps, fixing my RFCs, JCos, Destinations, cleaning up SLD, SLDAPICUST, creating new business systems...etc.
    My big  problem is with the exchange profile.  Yes, it's easy to change all the SIDs and hostnames using the search tool for all the parameters in the exchange profile, but the one I COULD NOT CHANGE was the "ABAP Connection".  In there right after the copy was the hostname of the prod system, the client, and the user PILDUSER.   I attempted to put the hostname of my target (PIT) system, but I would get the error:
    RFC 399 unable to connect
    I'm certain the user is NOT locked and the password is correct for PILDUSER. 
    Worse yet, If I left the hostname in there that was set to "prod", then when I changed all the other values in the "parameters" section of the XI profile, then it actually changed my PROD system!!
    If I keep the ABAP connection to PIT, then the entire exchange profile disappears for PIT.
    Also, now my PROD system shows the PIT system as a "non-central adapter engine".
    Ughh!  I'm totally stuck.  I'm not sure what to do. 
    It's as if the PIT (PI training) system somehow is linked to PIP (PI prod).  It's like PIT doesn't think he is his own box...
    Any ideas?  I'm resisting opening a message because this will be so hard to explain to sap support.
    --NICK

    Hi Nick,
    We went thru the same issue. Fortunately, it was between Dev to sandbox. I stopped the dev system and changed the exchange profile parameters to  sandbox hostname and brought the Dev up to fix the issue.
    Prod showing as Non-Central Adapter engine :- Check your Business System in SLD and In CIM Instances in SLD, check your XI Integration server assigned to right Business System.
    Note 764176 - Error in XI due to inconsistent SLD contents :- helped me come over PI post step issues.
    Thanks,
    Arjun

  • Call remote function on a satellite system using RFC target sys option

    Hi all,
    I am on the Java stack and I would like to call the ABAP stack of a statellite system. I can create a JCo connection on this system directly but for security reason I am not allowed to do that. I would like to call this system through the ABAP stack of my machine (I am in dual stack environment).
    - How can I use RFC target sys (available in SE37 for Remote-Enabled functions) with my JCo connection?
    - Or, is there a generic function which can call all other functions on a remote system (still using RFC target sys)?
    Many thanks,
    Stephan

    Siddhesh - thank you for the link; the blogs by Thomas are required reading as far as I am concerned.
    Hi Raja;
    <i> do you mean another ABAP system (was6.40)?
    and from here using another FM you call the 4.6c
    system RFC ?</i>
    Yes, that is what we are doing.  We are calling a web service from an Intranet form to the 6.40 system that, in turn will call the 4.6C system and pass the data back to the Intranet form (through 6.40)
    <i> may be you could pass the RFC destination as import
    parameter to the 6.40 RFC and use the same will the
    call to 4.6C RFC from the 6.40 RFC</i>
    That would work, but it would be more beneficial to just use the function module on the 6.40 system as a proxy to the function on 4.6c and not have to enter code in it each time. 
    I had thought of writing just one function module in the 6.40 system that could dynamically call any different function module in 4.6c (based on the input parameters), but since were are trying to accomplish SOA, we need visiblity to each web service (ergo function module).
    If it's not possible, that is OK I am just hoping someone had found a way to pull this off.
    Thanks!
    John

  • System restore through target disc mode?

    Hi,
    my 12-inch, very battered powerbook has one foot in the grave and I really really need to revive it.
    I can feel the hardware working but all i get is a black screen. I have started it as an external hard drive from another mac and I can access everything.
    The DVD drive has long been broken and I don't have the system discs.
    Is there a way I can restore or reinstall the system from another mac (15-inch) or from an online source?
    Little mac and I would be extremely helpful for any piece of advice...

    To use TDM you would have to boot your computer into TDM. The other computer must be started normally from an installer disc unless you were cloning. However, if you boot your computer into Target Disk Mode and the screen is black, then the screen is dead. Although, it is possible, but not likely, that there's nothing wrong with the screen and the internal PRAM battery is dead (assuming your model has one.) If it does then you can try replacing it, but no guarantee that will help.

  • System level location of deployment.config

    According to http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html, the system level deployment.config can be found in one of two locations on windows:
    (1) <Windows Directory>\Sun\Java\Deployment\deployment.config
    (2) ${deployment.java.home}\lib\deployment.config
    The documentation is a bit sketchy as to what determines which location it checks. From my testing, it seems that if you have a JDK installed, it looks for it in (1). If you only have a JRE installed, it looks for it in (2). Can someone confirm this? Secondly, why does WebStart via a JDK install look in one location while WebStart via a JRE look in another? Why can't it simply search in one location?

    JRE/JDK makes no difference. Java Web Start is in the JRE, so you actually need a JRE to run javaws.
    Webstart will always look first in (1) , and if no deployment.config is found, it will look in the lib directory of the jre that javaws is in. (2)
    However, updating a JRE will (until after 6u4) put the new JRE in a new directory, so you would loose any customization done to the old JRE (such as putting a deployment.config in in) so (1) is preferred, unless you want the config to only apply to a specific update version.
    /Andy

  • Sun Java System Access Manager 7.1 config. failed during installation

    {color:#0000ff}Hi,
    I have installed sun java communication suite 5 on a single host on sun solaris 10.
    I have installed required packages and it works fine.
    But as per organization need, I have to change domain name.
    So i have uninstalled everything and tried to install again with new domain name.
    I have made proper entries in hosts file and resolve.conf file.
    But duing the first phase of installation only , i failed in configuring access manager 7.1
    I have also cerate same scenario in my test environment, but everytime i face the same error.
    and sun java access manager 7.1 fails in first stage of installation only.
    So would like to know the proper installation procedure while i change the domain name on same hardware...
    I have checked both installation logs & summary logs.
    But no error, no failed , no severe.
    Attached is the summary of installation logs.
    Summary Logs :
    Installation Summary Report
    Install Summary
    Sun Java(TM) Communications Suite : Installed
    Sun Java(TM) System Web Server 7.0 : Installed, Configured
    Java DB : Installed, Configure After Install
    Sun Java(TM) System Message Queue 3.7 UR1 : Installed
    Sun Java(TM) System Monitoring Console 1.0 : Installed, Configure After Install
    Sun Java(TM) System Directory Preparation Tool : Installed
    Sun Java(TM) System Directory Server Enterprise Edition 6.0 : Installed, Configured
    Sun Java(TM) System Access Manager 7.1 : Installed, Configuration Failed
    Sun Java(TM) System Messaging Server 6.3 : Installed, Configure After Install
    Sun Java(TM) System Communications Express 6 : Installed, Configure After Install
    Communication Services Delegated Administrator : Installed, Configure After Install
    Configuration Data
    Sun Java(TM) System Web Server 7.0 :
    Web Server Instance installation Directory : /var/opt/SUNWwbsvr7
    Web Server installation Directory : /opt
    Web Server Administration Server Host : RADAGWMSG221.myreliancemail.com
    Web Server Admin Server Mode : true
    Web Server only CLI installation : false
    Sun Java(TM) System Directory Preparation Tool :
    Directory Preparation Tool Installation Directory : /opt/SUNWcomds
    Sun Java(TM) System Directory Server Enterprise Edition 6.0 :
    Directory Server Installation Directory : /opt/SUNWdsee
    Sun Java(TM) System Access Manager 7.1 :
    Access Manager Installation Directory : /opt
    Access Manager Protocol : http
    Access Manager Port : 80
    LDAP User ID : amldapuser
    Administrator User ID : amAdmin
    Web Container : WebServer
    Access Manager Web Server Host Name : RADAGWMSG221.myreliancemail.com
    Access Manager Web Server Instance Directory : /var/opt/SUNWwbsvr7/https-RADAGWMSG221.myreliancemail.com
    Access Manager Web Server Port : 80
    Access Manager Console Host (for Existing console) : RADAGWMSG221.myreliancemail.com
    Access Manager Console Deploy URI : amconsole
    Access Manager Password Deploy URI : ampassword
    Access Manager Host : RADAGWMSG221.myreliancemail.com
    Access Manager Console Port(for Existing console) : 80
    Access Manager Services Deploy URI : amserver
    Access Manager Cookie Domain List : .myreliancemail.com
    Access Manager Common Domain Deploy URI : amcommon
    Access Manager Directory Server Host Name : RADAGWMSG221
    Access Manager Directory Server Host : RADAGWMSG221.myreliancemail.com
    Access Manager Directory Server Port : 389
    Access Manager Directory Root Suffix : o=rmail
    Access Manager Directory Manager DN : cn=Directory Manager
    Organization Marker Object Class : sunISManagedOrganization
    User Marker Object Class : inetorgperson
    Organization Naming Attribute : o
    User Naming Attribute : uid
    Sun Java(TM) System Messaging Server 6.3 :
    Messaging Server Installation Directory : /opt/SUNWmsgsr
    Sun Java(TM) System Communications Express 6 :
    Communications Express Installation Directory : /opt/SUNWuwc
    Communication Services Delegated Administrator :
    Communication Services Delegated Administrator Installation Directory : /opt/SUNWcomm
    {color}

    Rushi-Reliance wrote:
    Kindly let us know how to proceed further as we are waiiting some reply from your team.As I already advised in your previous posting (http://forums.sun.com/thread.jspa?threadID=5359095), you are best off re-installing solaris from scratch and installing Communication Suite 6 update 1 if you cannot get Access Manager 7.1 configured.
    Regards
    Shane.

  • Error during SCM5.1 system copy on target system

    Dear Team,
    I am encountering the error during system copy of SCM5.1 ABAP which contains livecache and APO as well.
    As i am getting the following error at the step " Install database client software".
    There are no other database instance which is running as we have installed Oracle 11g DB server software before starting sapinst.But even i have stopped OracleNTSrecoveryservice as this is the only one running with respect to roacle but no luck.
    SAPINSt.log:
    Installation of SAP liveCache Runtime For SAP AS
    starting installation We, Jun 01, 2011 at 11:04:49
    operating system: Windows AMD64 NT 6.1 Service Pack 1
    callers working directory: C:/Program Files/sapinst_instdir/SCM51/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP
    installer directory: C:/51032921_13/SAP_SCM_2007_liveCache_7.7.02.8/DATA_UNITS/LC_WINDOWS_X86_64
    archive directory: C:/51032921_13/SAP_SCM_2007_liveCache_7.7.02.8/DATA_UNITS/LC_WINDOWS_X86_64
    Dear Experts,
    starting preparing phase of package Base 7.7.02.08 64 bit
    ERROR 2011-06-01 11:06:43.570
    MDB-07020  The database installer reported an error. DIAGNOSIS: Some database applications might still be running. SOLUTION: Check the log file sdbinst.log.
    ERROR 2011-06-01 11:06:43.570
    MUT-03025  Caught ESAPinstException in module call: .
    ERROR 2011-06-01 11:06:43.601
    FCO-00011  The step installClientSoftware with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_DBClient|ind|ind|ind|ind|dbclient|0|LIVECACHECLIENT|ind|ind|ind|ind|6|0|Sdb_ClientSoftware_Dialogs|ind|ind|ind|ind|1|0|Sdb_ClientSoftware|ind|ind|ind|ind|auto.id:1|0|installClientSoftware was executed with status ERROR ( Last error reported by the step: The database installer reported an error. DIAGNOSIS: Some database applications might still be running. SOLUTION: Check the log file sdbinst.log.).
    INFO 2011-06-01 11:06:44.54
    Creating file C:\Program Files\sapinst_instdir\SCM51\LM\COPY\ORA\SYSTEM\CENTRAL\AS-ABAP\__instana_tmp.xml.
    Regards,
    Dheeraj

    SOLUTION: Check the log file sdbinst.log.

  • System copy on target system problem

    Dear All
    Please help me
    I system copy on targer system problem (Java Migration Tool Kit) and debug with SAP NOTE 1119190 but I can't find jmt.jar.
    This is log runJmt.log
    java.lang.reflect.InvocationTargetException
         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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.lang.NoClassDefFoundError: com/sap/sdt/util/vers/VersionException
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.createVersion(MigrationToolImport.java:984)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:172)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1062)
         ... 5 more
    Thanks

    Dear All
    Please help me
    I system copy on targer system problem (Java Migration Tool Kit) and debug with SAP NOTE 1119190 but I can't find jmt.jar.
    This is log runJmt.log
    java.lang.reflect.InvocationTargetException
         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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.lang.NoClassDefFoundError: com/sap/sdt/util/vers/VersionException
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.createVersion(MigrationToolImport.java:984)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:172)
         at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1062)
         ... 5 more
    Thanks

  • Connection Between R/3 Source System to SEM Target System

    Hi BW Experts,
    We have R/3 Server, BI Server and SEM Server in our organization.
    For SEM purpose, they need 0PCA_C10 (PCA Line Item Data). But generally we will load all Actual data from R/3 to BI System then BI System to SEM System.
    But we dont need 0PCA_C10 Data in BW System. Because there will be 15 Crore Records in 0PCA_C10 Infocube. We want to update this data from R/3 to SEM directlty.
    Is it possible to connect the R/3 Source System to SEM System?? If Yes, please tell me the steps.
    Thanks in advance
    Regards,
    Anjali

    No replies..Closing Thread.

  • Connection of 1 source system to 2 Target system

    HI ,
    We are in the midst of upgrading the hardware for our BW box.
    At present old box is as follow:
    1)BWQ connected to source QAS
    2)BWP connected to source PRD
    The new box is called FWP. We are testing on the new FWP by establishing connection of FWP with source system QAS.
    This mean, source system QAS is connected to 2 boxes at the same time.
    old BWQ-QAS
    new FWP-QAS
    I would like to know if we perform data load in new FWP, what will the impact be. Will that impact the delta queue in source system QAS? If i trigger load in FWP, does that mean we will loose the delta whn data is triggered in BWQ?
    Regards,
    Maili

    Hi,
    Since itu2019s a new box this will not impact to old box, but we need to develop everything from start in new box or you can copy from the Old.
    We also have something like it.
    Check the below link which will help you.
    Re: Replicating data sources during upgrade of Source system
    Hope it Helps..
    Edited by: Rakesh BI on Apr 26, 2011 10:03 PM

  • Issues after backend system upgrade - unable to send config data to backend

    Hi
    Our backend system has been upgraded to ABAP 7.02 SP08. Because of the upgrade, we now have a new tab on our Business System Communication Component in PI ID called "Logon Data". As the help.sap link [http://help.sap.com/saphelp_nwpi71/helpdata/en/7b/d4653fd1d3b81ae10000000a114084/frameset.htm] says, we have done the following:
    Created a user in the backend system with the same roles as are contained in SAP_XI_ID_SERV_USER_MAIN.
    Given the URL to the backend system in the SLD.
    Still, when we try to save our Business System Communication Component, we only get a warning message saying that "Could not check logon data". As long as we are not able to configure this cache update to the backend system, we are not able to run any scenarios with WS adapter.
    Anyone had any experience with this?
    regards Ole

    Hi Niranjan,
    > i have created RFC connection SAPSLDAPI but here it's using SLD_UC as RFC destination. i have deleted SLD_UC but again and again it is creating when i execute RZ70 transaction.
    >
    When you are configuring SLD on ABAP side, don't delete SLD_UC because by default this RFC is used to send data to to SLD. Please follow below step to configure SLD in RZ70:
    1) On the lower right corner, click on the icon with the green card (Proposal). A POP up will appear clieck Yes.
    2) Now Enter host name and Service name.
    3) In the upper left corner, click on the match icon (Activate Current Configuration)
    4) Click on the execution icon (Start Data Collection and Job Scheduling)
    5) On POP up, click yes. And this will send data to SLD by using RFC SLD_UC. Then login to SLD and verify.
    Hope it will help...
    Thanks
    Sunny

  • LMDB - SLD "Source and target system have the same object server name"

    Hi,
    the system is a SM7.1 SP1
    For some reason (Object-Server-Name changed), the job that syncs the sld and lmdb cancels...
    I set the LMDB-Object-Server-Name to its original Name...
    Now i've deleted the sync-config in the solman_setup and try to start a new sync, but i get the following error, when i try to configure the source-system:
    'Source and target system have the same object server name: CISM318'
    But the names are different: 'SM3' (LMDB) and 'CISM318' (SLD)
    Any suggestions ?
    best regards
    Christoph
    Edited by: Christoph Bastian on Aug 26, 2011 9:37 AM
    Edited by: Christoph Bastian on Aug 26, 2011 11:18 AM

    problem solved...
    Apparently the sync needs some hours to finish a object-server-name-change...
    best regards
    Christoph

  • Move system.serviceModel configuration to a separate config file

    Is it possible to move system.serviceModel configurations to another config file?
    With appSettings, we can do something like
    <appSettings file="development.config">
    and during runtime, the web.config or the app.config will retrieve the configuration values from development.config.
    I tried <system.serviceModel file="wcf.config">  but it doesn't seem to be working.

    We had the same problem and we solved it by using the MsBuild Community Tasks. The setup is easy: we have several Master.app.configs, used in unit test, web client and forms client assemblies, and all have a single empty xml block for service model configuration:
    Code Snippet
    <system.serviceModel />
    And we have a Master.Servicemodel.config.xml file in our repository with the following content:
    Code Snippet
    <configuration xmlns:xmu="urn:msbuildcommunitytasks-xmlmassupdate">
      <substitutions>
        <system.serviceModel>
          <behaviors>
            <endpointBehaviors>
    And now the magic part: an MsBuild script called configure.proj with the following task:
    Code Snippet
    <Target Name="ConfigureServer">
            <!-- merging master config with servicemodel config -->
            <XmlMassUpdate
                    ContentFile="<path>\Master.app.config"
                    ContentRoot="/configuration/system.serviceModel"
                    MergedFile="<path>\App.config"
                    SubstitutionsFile="<path>\Master.Servicemodel.config.xml"
                    SubstitutionsRoot="/configuration/substitutions/system.serviceModel" />
    This task is done for every master config file that should be merged with the service model section. Note, that only the master files are under revision control, so that every developer can change the local config files without marking the working copy as changed. And by executing the configure-script, all local config files are switched back to a default status again. This is very helpful and is also included in our nightly build script.
    Bye,
    Marc

Maybe you are looking for