Using bracket wildcards in collections

I'm setting up a collection based on an IP range of 10.18.16.x through 10.18.21.x and am having a time figuring out the proper usage for bracket wildcards. Below is my criteria:
SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.IPAddress like "10.18.1[6-9].[0-9][0-9][0-9]%" or SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.IPAddress like "10.18.2[0-1].[0-9][0-9][0-9]%"
This successfully pulls in 10.18.17.x, 10.18.19.x, and 10.18.21.x but fails to collect 10.18.16.x and 10.18.18.x. Any idea as to why it might not be pulling in the latter?

Changed my criteria to the query below and was successful. 
SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.IPAddress like "10.18.1[6-9].%" or SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.IPAddress like "10.18.2[0-1].%"

Similar Messages

  • Other uses for wildcards outside collections?

    Hi,
    I can understands for using a wilcard i.e. a "?" in a collection. But I was just wondering are the used that much outside collections / lists / sets etc? Can you provide a good example of when you'd use one not in the aforementioned circumstances?
    Thanks.

    Currently I am working on an easy to use, simple, abstract recursive decent parser. I try to assume as few things as possible about the things handled by the parser. What I assume is, that its input is a sequence of <C extends Enum<C>> and that its output is some type <N>. The N resembles Node, of course, but I would not want to know.
    The parser interface has just one method
    N parse(Lexer<N,C> lex) throws ParseExceptionThe parser's implementation makes use of a
    interface NodeFactory<N>{
      N create(List<N> children);
    }There are parser implementations for Sequence, Choice, Repeat, Token and so on. The course of computation goes roughly like this: Far down the recursive decent, a Token parser recognizes a token because it gets a C from the lexer. Then it asks the lexer to provide a corresponding N for the C. The N is passed upwards. One level up, there may be a Sequence parser which wants to see a sequence of specific tokens. It collects all the N's provided by its Token parsers and then asks its NodeFactory to wrap them in a new N, which it passes up. And so on.
    Nowhere the parsing mechanism has any idea what the N are, and it does not need to know. I could have used Object, but then the NodeFactory, to be provided by someone who wants to use the parser, would also see just Object. The way I do it, they can work with whatever they define as N in a typesafe fashion. If you want to see preliminary code, go here: [http://pifpafpuf.de/Absimpa/download/|http://pifpafpuf.de/Absimpa/download/].
    Harald.

  • File System Task - using a wildcard in variable

    Hi,When using the "delete file" operation in the file system task I get an error stating that I have an incorrect path when using the wildcard symbol.  Is there a way around this or do I have to spell out the whole name for each file in the
    directiory.  I cannot not use the "delete directory contents" operation because I have two sub directiories in my directory.  I'm trying to use the following when I get the error
    \\devbox\df\*.csv  when I spell out whole name of the file it works.  Any suggestions?
    LISA86

    this cant be done like this. Only possible if you put file system task in for each loop container and perform deletion one at at time.
    http://technet.microsoft.com/en-us/library/ms140185.aspx
    The File System task operates on a single file or directory. Therefore, this task does not support the use of wildcard characters to perform the same operation on multiple files. To have the File System task repeat an operation on multiple files or directories,
    put the File System task in a Foreach Loop container, as described in the following steps:
    Configure the Foreach Loop container   On the Collection page of the Foreach Loop Editor, set the enumerator to
    Foreach File Enumerator and enter the wildcard expression as the enumerator configuration for
    Files. On the Variable Mappings page of the Foreach Loop Editor, map a variable that you want to use to pass the file names one at a time to the File System task.
    Add and configure a File System task   Add a File System task to the Foreach Loop container. On the
    General page of the File System Task Editor, set the SourceVariable or
    DestinationVariable property to the variable that you defined in the Foreach Loop container.
    Thanks, hsbal

  • How do I use a wildcard to call a set of files?

    I had this vi working once and now I can't recreate it.  I have a folder with an ASCII file of temperature readings from each day of the month.  The filename consists of the date and time.  I want to recall each file in a loop and find the maximum value in three of the columns (that all works).  My problem is that even though the date portion of the filename is easily found, the time stamp could be anything.  So, a created a path that includes the drive, the folder, and the subfolder (the month of the year).  Then I appended from the loop the day of the month.  I am using an asterisk '*' as a wildcard.  The vi does not like it.  If I strip off the time portion of all of the filenames, it works fine.
    Example of a file name : Q:\APR\2010\1_2010\1_22_2010 60719 AM     - Type of file is a Text Document
    Example of using a wildcard: Q\APR\2010\1_2010\1_22_2010*
    It's at the end as people on this board have suggested.
    Attachments:
    Monthly Gas Test VI.vi ‏186 KB

    Does the list function require interaction by the user?  I was hoping to avoid that.  I'll check it out.  Thanks.
    Ron

  • Using a wildcard in the contact number for a messenging service.

    I am a volunteer firefighter. Our fire company uses a messenging service to send MMS notifications when there is a call. All of the messages come through as 1(410)000-nnn where nnn = the sequential message number. E.g. let's say I get a text at 06:00, the sender is 1(410)000-236 Then, I get another call at 11:00 and the sender is 1(410)000-237, etc.
    I would like to add the number to my contacts using a wildcard so that any text from, say, 1(410)000-### is listed as "Fire Company". Is there any way to accomplish this?

    It's the same story with phone numbers. E.g. let's say I am a Geico customer and because they are so big, they have their own trunk line. Thus, any number from 123-456-nnnn is going to be Geico. I don't really care to program 10,000± numbers into my phone. I just want to know that it's Geico calling me. Programming 123-456-#### or something for "Geico Insurance" would be nice.

  • XI File Adapter: Sender and the use of wildcards in the directory name

    Hi,
    Quick question for you XI guru's.  I have a requirement to <b>read</b> files from an ftp server that live in separate directories like:
    /dir1/subdir1/in/
    /dir1/subdir2/in/
    /dir1/subdir3/in/
    I want to setup the communication channel so that it does something like:
    /dir1/*/in
    Normally I would specify the other directories in the advanced tab however there could be potentially 1000's of subdir's so I want to use a wildcard.  Is it possible to do this with a directory name?
    I have read this link and it seems to only indicate using wildcards in the filename.
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm

    Hi,
    I think.. try as below
    It is better to use OS script to read the said three directories.
    bcz you know three directories. so you can use OS script file and that file can be configured in Ftp adapter.
    OS Command from FTP
    Please see the below links
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    OS Command on FTP
    OS command line script - Need help
    FTP - Run OS Command before file processing
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    Chilla

  • Use of wildcard certificate

    Hi,
    We are going to use the UAG with a AD for the SSO of a sharepoint server and a set of 10+ web applications servers behind the UAG, the connections are supposed to be HTTPS; would like to know if the use of wild card server certificate is a mandatory
    in this kind of environment ? or a server certificate for each application server is also possible for this requirement ?
    Thanks a lot !

    Hi,
    it is not mandatory but recommended. The reason for recommendation is, that you can just use 1 trunk for publishing instead of 10 different trunks (10 IPs) if you use a single server SSL cert. E.g. if you use app01.domain.com to app10.domain.com.As an alternative
    to the wildcard cert you can use a SAN certificate which has all app host names  inlcuded. Just in case this makes a price difference.
    I would recommend to use the wildcard cert, because UAG configuration and management is much simpler as with the single server certificate and the SAN certificate is inflexible if you want add more apps because you have to request a new certificate if you
    add a new application.
    Hope that helps,
    Lutz

  • Use SkyDrive to upload collected files and post screen shot/picture. (Updated: 1/16/2012)

    To help community members troubleshoot issues efficiently, sometimes we need to collect related files (such as Event logs, Network traces, Setup
    log files, Screenshots, etc.) to perform a specific analysis. 
    We can simply use SkyDrive, which is a free storage on Windows Live, it’s easy to store and share your files and photos with almost anyone. To make the
    steps clear, I would like to share the detailed steps for:
    1. How to use  SkyDrive to upload collected files?
    2. How to post screenshots or other pictures in forum threads?
    1.  
    How to use
    SkyDrive to upload collected files? 
    1)   
    Open the
     SkyDrive site.
    2)   
    In the
    Sign In page, if you own a Windows Live ID, please type your Windows Live ID and Password to sign in; Otherwise, you may click Sign Up to register a new one. See the following screen shot.
    3)   
    After signing in Windows Live, click Create folder.
    4)     Name
    the folder and edit permissions to share with relevant person.
    Important Note: You
    can share the folder with Everyone if there is no private/sensitive information (such as the screen shot of a prompt error message). To so so, simply select the "Everyone (Public)" option in the "Share with" box. Please refer to the following screen shot:
    However, for private information that you do NOT want to be accessed by everyone, it is recommended to share with specified individuals. To do so, you can expand the "Share with" box, choose the "Select people..." option, and then type their
    Live IDs in the Individual box. Please refer to the screen shot below:
    5)   
    Drag the previously collected files directly to the Skydrive folder. For example:
    6)   
    Click Upload.
    7)   
    Click on the uploaded files and tell us the URL.
    2.  
    How to post screenshots or other pictures in forum threads?
    (This section updated on 1/16/2012 to reflect changes in Skydrive. Thanks to
    Jeeped on the Microsoft Answers forums)
    1)   Please
    use the above method to upload the picture files in advance. Then, in your Skydrive space, Right Click the picture and select
    View Original. Press Ctrl + A, or Right Click and select Copy, to select it.
    2)   
    Press Ctrl + C to copy this picture. 
    3)   
    Navigate to your post textbox, and press Ctrl + V, or Right Click and select Paste, to paste the picture there.
    Then, the picture will be successfully inserted in that thread.

    I cant even open windows now!!!! it crashes mecilessly here is a copy of the only dump file i have. i retreved it from second life and cant copy it onto the clip board.
    Problem signature:  Problem Event Name:BlueScreen  OS Version:6.1.7600.2.0.0.768.3  Locale ID:1033
    Additional information about the problem:  BCCode:124  BCP1:0000000000000000  BCP2:FFFFFA80050BE8F8  BCP3:0000000000000000  BCP4:0000000000000000  OS Version:6_1_7600  Service Pack:0_0  Product:768_1
    Files that help describe the problem:  C:\Windows\Minidump\073011-29484-01.dmp  C:\Users\madamediva\AppData\Local\Temp\WER-72805-0.sysdata.xml
    Read our privacy statement online:  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:  C:\Windows\system32\en-US\erofflps.txt
    dump_pciidex.sysdump_pciidex.sys+216e730fffff880`01464000fffff8b0`014700000x000000300000c0000x4a5bc1137/13/2009 7:19:47 PMntoskrnl.exentoskrnl.exe+782e2fffff800`02a03000fffff800`02fe00000x005dd0000x4a5bc6007/13/2009 7:40:48 PMMicrosoft® Windows® Operating
    SystemNT Kernel & System6.1.7600.16385 (win7_rtm.090713-1255)Microsoft CorporationC:\Windows\system32\ntoskrnl.exeACPI.sysfffff880`00f46000fffff880`00f9d0000x000570000x4a5bc1067/13/2009 7:19:34 PMamdxata.sysfffff880`00c6c000fffff880`00c770000x0000b0000x4a12f2eb5/19/2009
    1:56:59 PMatapi.sysfffff880`00e59000fffff880`00e620000x000090000x4a5bc1137/13/2009 7:19:47 PMataport.SYSfffff880`00e62000fffff880`00e8c0000x0002a0000x4a5bc1187/13/2009 7:19:52 PMAtiPcie.sysfffff880`01fe8000fffff880`01ff00000x000080000x4a0054865/5/2009 11:00:22
    AMBATTC.SYSfffff880`00e1e000fffff880`00e2a0000x0000c0000x4a5bc3b57/13/2009 7:31:01 PMCI.dllfffff880`00d1a000fffff880`00dda0000x000c00000x4a5be01d7/13/2009 9:32:13 PMCLASSPNP.SYSfffff880`01800000fffff880`018300000x000300000x4a5bc11e7/13/2009 7:19:58 PMCLFS.SYSfffff880`00cbc000fffff880`00d1a0000x0005e0000x4a5bc11d7/13/2009
    7:19:57 PMcng.sysfffff880`01000000fffff880`010730000x000730000x4a5bc8147/13/2009 7:49:40 PMcompbatt.sysfffff880`00e15000fffff880`00e1e0000x000090000x4a5bc3b67/13/2009 7:31:02 PMcrashdmp.sysfffff880`01ff0000fffff300`01ffe0000xfffffa800000e0000x4a5bcabd7/13/2009
    8:01:01 PMdisk.sysfffff880`01fd2000fffff880`01fe80000x000160000x4a5bc11d7/13/2009 7:19:57 PMdump_dumpfve.sysfffff880`01235000fffff87f`012480000xffffffff000130000x4a5bc18f7/13/2009 7:21:51 PMdump_msahci.sysfffff880`01470000fffff87f`0147b0000xffffffff0000b0000x4a5bcabd7/13/2009
    8:01:01 PMfileinfo.sysfffff880`01145000fffff880`011590000x000140000x4a5bc4817/13/2009 7:34:25 PMfltmgr.sysfffff880`010f9000fffff880`011450000x0004c0000x4a5bc11f7/13/2009 7:19:59 PMFs_Rec.sysfffff880`0122b000fffff880`012350000x0000a0000x4a5bc1117/13/2009 7:19:45
    PMfvevol.sysfffff880`01f98000fffff880`01fd20000x0003a0000x4a5bc1a77/13/2009 7:22:15 PMfwpkclnt.sysfffff880`01400000fffff880`0144a0000x0004a0000x4a5bc1647/13/2009 7:21:08 PMhal.dllfffff800`02fe0000fffff800`030290000x000490000x4a5bdf087/13/2009 9:27:36 PMhwpolicy.sysfffff880`01f8f000fffff880`01f980000x000090000x4a5bc0fa7/13/2009
    7:19:22 PMkdcom.dllfffff800`00bd1000fffff800`00bdb0000x0000a0000x4a5bdfdb7/13/2009 9:31:07 PMkl1.sysfffff880`01830000fffff880`01f8f0000x0075f0000x4c0f985b6/9/2010 9:34:19 AMksecdd.sysfffff880`01200000fffff880`0121a0000x0001a0000x4a5bc1567/13/2009 7:20:54 PMksecpkg.sysfffff880`015d3000fffff880`015fe0000x0002b0000x4a5bc84a7/13/2009
    7:50:34 PMmcupdate.dllfffff880`00c9b000fffff880`00ca80000x0000d0000x4a5bdf657/13/2009 9:29:09 PMmountmgr.sysfffff880`00e3f000fffff880`00e590000x0001a0000x4a5bc11a7/13/2009 7:19:54 PMmsahci.sysfffff880`00ff0000fffff880`00ffb0000x0000b0000x4a5bcabd7/13/2009
    8:01:01 PMmsisadrv.sysfffff880`00fa6000fffff880`00fb00000x0000a0000x4a5bc0fe7/13/2009 7:19:26 PMmsrpc.sysfffff880`01165000fffff880`011c30000x0005e0000x4a5bc17c7/13/2009 7:21:32 PMmup.sysfffff880`01452000fffff880`014640000x000120000x4a5bc2017/13/2009 7:23:45
    PMndis.sysfffff880`01481000fffff880`015730000x000f20000x4a5bc1847/13/2009 7:21:40 PMNETIO.SYSfffff880`01573000fffff880`015d30000x000600000x4bbe946f4/8/2010 10:43:59 PMNtfs.sysfffff880`0124c000fffff880`013ef0000x001a30000x4a5bc14f7/13/2009 7:20:47 PMpartmgr.sysfffff880`00e00000fffff880`00e150000x000150000x4a5bc11e7/13/2009
    7:19:58 PMpci.sysfffff880`00fb0000fffff880`00fe30000x000330000x4a5bc1177/13/2009 7:19:51 PMPCIIDEX.SYSfffff880`00c5c000fffff880`00c6c0000x000100000x4a5bc1147/13/2009 7:19:48 PMpcw.sysfffff880`0121a000fffff880`0122b0000x000110000x4a5bc0ff7/13/2009 7:19:27 PMPSHED.dllfffff880`00ca8000fffff880`00cbc0000x000140000x4a5be0277/13/2009
    9:32:23 PMMicrosoft® Windows® Operating SystemPlatform Specific Hardware Error Driver6.1.7600.16385 (win7_rtm.090713-1255)Microsoft CorporationC:\Windows\system32\PSHED.dllPxHlpa64.sysfffff880`01159000fffff880`01164e000x0000be000x4a4162536/23/2009
    7:16:35 PMrdyboost.sysfffff880`010bf000fffff880`010f90000x0003a0000x4a5bc48a7/13/2009 7:34:34 PMspldr.sysfffff880`0144a000fffff880`014520000x000080000x4a0858bb5/11/2009 12:56:27 PMtcpip.sysfffff880`01602000fffff880`017ff0000x001fd0000x4bbe94e24/8/2010 10:45:54
    PMvdrvroot.sysfffff880`00fe3000fffff880`00ff00000x0000d0000x4a5bcadb7/13/2009 8:01:31 PMvolmgr.sysfffff880`00e2a000fffff880`00e3f0000x000150000x4a5bc11d7/13/2009 7:19:57 PMvolmgrx.sysfffff880`00c00000fffff880`00c5c0000x0005c0000x4a5bc1417/13/2009 7:20:33 PMvolsnap.sysfffff880`01073000fffff880`010bf0000x0004c0000x4a5bc1287/13/2009
    7:20:08 PMWdf01000.sysfffff880`00e93000fffff880`00f370000x000a40000x4a5bc19f7/13/2009 7:22:07 PMWDFLDR.SYSfffff880`00f37000fffff880`00f460000x0000f0000x4a5bc11a7/13/2009 7:19:54 PMWMILIB.SYSfffff880`00f9d000fffff880`00fa60000x000090000x4a5bc1177/13/2009 7:19:51
    PM

  • SE37 use of wildcard

    Hi Abapers,
    I start to build function module on SE37.
    I have 3 imput parameters all of then optional. I need to use a wildcard on two of then.
    How can i do that? I thought that we must use % but i tryed on SE37 and i get not any result.
    Thank you and Best regards
    João Fernandes

    Hi,
    Thank you for your answers
    Here is the code
    SELECT * FROM aufk WHERE auart EQ 'P1' AND werks EQ 'NDCM' and aufnr EQ i_aufnr and erdat EQ I_erdat
         and aedat EQ I_Aedat.
    *  SELECT * FROM aufk WHERE auart EQ 'P1' AND werks EQ 'NDCM' and aufnr EQ i_aufnr.
           SELECT SINGLE * FROM jest WHERE objnr EQ aufk-objnr AND
           stat EQ 'I0002' AND inact EQ ' '.
         IF sy-subrc EQ 0.
           MOVE aufk-aufnr TO zitemprod-aufnr.
           SELECT SINGLE * INTO CORRESPONDING FIELDS OF zitemprod
             FROM afko WHERE aufnr EQ aufk-aufnr.
          select * from afvc where aufpl eq afko-aufpl and STEUS = 'PP10'.
              select * from crhd where OBJID = afvc-arbid.
                move 'PT' to zitemprod-spras.
                move crhd-arbpl to zitemprod-arbpl.
            SELECT SINGLE * INTO CORRESPONDING FIELDS OF zitemprod
                FROM mean WHERE matnr EQ zitemprod-plnbez AND EANTP EQ 'IC'.
            SELECT SINGLE * INTO CORRESPONDING FIELDS OF zitemprod
                FROM afpo WHERE aufnr EQ zitemprod-AUFNR.
                append zitemprod.
              endselect.
          endselect.
         ENDIF.
       ENDSELECT.
       SORT zitemprod.
    ENDFUNCTION.
    Best regards

  • Use of wildcard and case insensitive searches

    Used the "Create form from a table" option. Have a customized form for this table to query, insert, update, and delete rows. My question is how can I allow a user to 1) search using a wildcard (%) from this form and 2) how can I make the search case insensitive for my users.
    Thanks

    Hi,
    Why not create a report to find the records and link to the form from the report.
    You can then set the where clause to be whatever you wish:
    where tablename.columnname like :parameter
    or even:
    where UPPER(tablename.columnname) like UPPER(:parameter)
    Regards Michael

  • Can I use a wildcard in mail filter?

    Is it possible to use a wildcard in Rules to eliminate certain emails? I want to automatically delete emails that have a certain word in them -- and have set up a rule to do so -- but a few still sneak through by having that certain word as part of a longer word.
    Further on this: I have avoided almost all spam up till now by telling friends not to send me emails unless directed solely to me -- i.e. that I'm not a part of a large "Cc" list that others forward on with my email address included. But recently I received an email with several names in the "Cc" list, mine included, and I suspect that is where the problem started -- when others on that list forwarded the email to others, and so on.
    QUES: does using "Bcc" instead of "Cc" stop this problem -- the problem of my email address appearing when an email is forwarded?

    Why rules are poor to use...
    It takes surprisingly little information to make a word recognizable, especially if you include context. You could probably remove any two letters, duplicate any two, use any combination of spaces between one or more of the letters, substitute any one of thousands of different characters, include any character in any location as an extra, etc., etc...
    http://x704.net/bbs/viewtopic.php?f=17&t=4278&p=51022&hilit=spam#p51022
    is there any other way?
    http://c-command.com/spamsieve/

  • Oracle OES: Possible to use XPath wildcards in OES authorization policies?

    Hi,
    I have policies to authorize WS-requests using OES through OWSM.
    In the OES policies I retrieve attributes from the WS-request using XPath expressions.
    When I use namespace in my XPath it all works well:
    NAMESPACE tns=http://myns/
    myAttr //tns:myVal
    But I have several WS-requests that have different namespaces, but that i need to authorize using the same policy, so I would like to use a wildcard for the namespace. But when I try the attribute retriever doesn't find the node value:
    myAttr //*:myVal
    When i use tools to check the XPath, like SoapUI, I am able to get the node value using the expression above.
    Does anyone have experience using XPath wildcards in OES policies?
    -T

    I understand that the LDAP structure design depends on the business goals and requirements and we are defnitely building the schema in that lines. But the thing we want to make sure is how flexible are the products like OIM, OAM and OES to provide user authentication(if the user is deep down in the tree), authorization (if the user needs to be authorized to services having attributes deep down in the tree), mapping complex relationships and permissions in conjunction with OID.
    I think the other way of asking this question would be what we should take into consideration while designing the LDAP structure in OID as the backend LDAP store and what things we should leave whille designing LDAP structure in OID that could be considered while designing the authentication, authorization process in OIM, OAM and OES.
    Our goal is to keep the LDAP structure simple and flexible but at the sametime use OAM, OES and OIM at their best capabilities to serve our purpose without lot of customizations required.
    Thanks!

  • How to Use Solution Manager to collect Status Reports from Consultants

    Hi,
          I am planning to use Solution Manager for collecting the weekly status reports from my consultants and maintain it as a repository . Please let me know the best way of doing this in SOLMAN. There should be mailing options too.
    BR,
    Raj

    Hi Rajasan,
    to be able to meet this requirement, you need to set up plan working load in admin tab for your resource,  they need to update actual data based on the work completion, you will get status of work,
    if you require email, you need to set-up scot, then develop a program with execution scheduling
    please check and revert
    Anil

  • BW BEx using a wildcard  ("*")???

    Hello BW Gurus,
    Does anyone know if it’s possible to select characteristics in BW BEx using a wildcard-like (“”) approach.  For example, if you wanted to filter on 6 digit GL Accounts that start with a 3 and end with a 1 (“31”).  I can seem to come up with anything.  As a test I’ve tried to use the customer exit and the CMOD structure:
         l_s_range-low  = ‘3000001’.
         l_s_range-sign = 'I'.
         l_s_range-opt  = 'EQ'.
         append l_s_range to e_t_range.
         l_s_range-low  = ‘3001001’.
         l_s_range-sign = 'I'.
         l_s_range-opt  = 'EQ'.
         append l_s_range to e_t_range.
    Thinking that I could use a select statement and a loop to fill e_t_range but it appears that e_t_range only holds one record at a time (i.e. BEX errors out when I try this code).
    Anyone have any ideas?

    Unfortunately I could not get the ‘CP’ operator to not work in the CMOD but if I add a a clear statement "CLEAR L_S_RANGE." to the code as in...
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = '0000310000'.
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'EQ'.
            APPEND L_S_RANGE TO E_T_RANGE.
    -->     CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = '0000410000'.
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'EQ'.
            APPEND L_S_RANGE TO E_T_RANGE.
    it works.  I believe the BEX variable must be defined with the multiple single select option.
    Thanks you
    Charles Harlton

  • Ironport email appliance : can i use a wildcard cert for TLS ?

    Hi all,
    We have 2 ironport C170 email appliance. I would like to use a wildcard SSL Cert from Digicert for TLS communication. I have 2 questions about it : 
    1/ Is it possible to use wildcard certificat on ironport ?
    2/ Is there any known problem with wildcard certificat for TLS use ?
    I found 2 (old) post about that :
    https://supportforums.cisco.com/discussion/10479161/tls-support-wildcard-cert
    http://www.symantec.com/connect/forums/someone-wants-enforce-tls-us-and-use-wildcard-cert
    Does someone has experience about it ?
    Thanks.

    My experience is that it works fine.
    If you have multiple domains, you have to make sure that the MX records point to the A record of the box you have certs for.
    eg. something like this:
    mx domain1.com  smtp.domain2.com
    mx domain2.com  smtp.domain2.com
    a smtp.domain2.com  x.x.x.x

Maybe you are looking for

  • Iphone 4s crashing after adding starbucks freebees

    I am having a problem with my iphone 4s. After I bought it in December I added a couple of the free things from starbucks to my itunes and did a sync. After this my hone kept crashing. No aplication would work, I couldn't turn it off and most anoying

  • PSE 7: Editor exits to Organizer - Bug?

    Hi, I did ask this question once before, but it may have gone to the bit bucket. So I try again if any of you have an idea why the Editor shows this behaviour. Thanks for any "illumination"! I wonder if the following is a PSE design feature or is rea

  • IPad1: synchronization button not active in iTunes = cannot synchronize anymore (either via Wlan nor via USB)

    after i recognized that my IPad is not synchronized via WLAN i tried to do this via USB. I connected the iPad with the computer and configured iTunes to NOT synchronize via WLAN. In iTunes the "Synchronize" button is shown, but not activated. Therefo

  • Adobe Application Manager Stopped working

    I have had the same problem as in many discussions, in which there seems to be few solutions. My AAM stopped working no specific error, I followed the idea of uninstalling all my creative cloud apps and started again only to have the AAM do exactly t

  • ICloud with Windows 7 64 bit Query

    Morning all, Can anyone confirm they have got iCloud (either 32bit or 64bit, not fussed) working on Windows 7 64 Bit? I've got 2 Windows 7 64 bit machines one with Office 2010 32 bit, the other without Office at all. Both machines have issues syncing