Tokens in UCM workflow (AND Based relationship for multiple Alias)

Basically I am trying to segregate my Approvers into the following Aliases
Approver1
Approver2
Approver3
Department
I want the approver only to be notified if they are in (ApproverX AND Department)
OOTB Tokens seems to be an OR based relationship. Has anybody else had this requirement before?

Hi Jiri,
Thanks for your response. I ended up going down the "idoc logic in the token" path.
Its not very elegant and once I finish proper testing I'll update but here is my (working) solution so far.
//SET ALIASES TO BE COMPARED
<$WFALIAS1NAME = "dWfStepName"$>
<$WFALIAS2NAME = "dDepartment"$>
//STRING TO STORE USERS FOR COMPARISON
<$WFUSERSTRING = ""$>
//EXECUTE SERVICE TO LOAD ALL ALIASES & THEIR USERS
<$executeService("GET_ALIASES")$>
<$name="AliasUserMap"$>
<$var = rsFirst(name)$>
<$loopwhile getValue(name, "#isRowPresent")$>
    <$alias = getValue(name, "dAlias")$>
    <$user = getValue(name, "dUserName")$>
  //IF ALIAS RS Equals the Alias we are searching for
  <$if WFALIAS1NAME LIKE alias$>
        //ADD USER FROM ALIAS MATCH 1 TO USERSTRING
       <$WFUSERSTRING = WFUSERSTRING & "," & user$>
  <$endif$>
    <$var = rsNext(name)$>
<$endloop$>
//START CHECKING THE SECOND ALIAS
<$executeService("GET_ALIASES")$>
<$name="AliasUserMap"$>
<$var = rsFirst(name)$>
<$loopwhile getValue(name, "#isRowPresent")$>
    <$alias = getValue(name, "dAlias")$>
    <$user = getValue(name, "dUserName")$>
  //IF ALIAS RS Equals the Alias we are searching for
  <$if WFALIAS2NAME LIKE alias$>
       //IF THE USER IS IN THIS ALIAS & HAS A MATCH IN USER STRING ADD TO WF
       <$if strIndexOf(WFUSERSTRING,user) !=-1 $>
            <$wfAddUser(user, "user")$>
       <$endif$>
  <$endif$>
    <$var = rsNext(name)$>
<$endloop$>

Similar Messages

  • Workflow and POWL integration for Travel Request / Approval

    HI,
    We are on EHP7 and using POWL  for different kind of Approvals.
    POWL is working good for Leave Approval and we have used Workflow Task ID as : TS12300097 / TS12300116, and all leave request appearing in POWL for manager and approving them.
    Now we have to use POWL for Travel Request / Travel Expense approval and need to know what Task IDs I should use to configure this under SPRO.
    Few tabs / links created like Travel Req Approval / Expense Approval / Claim Approval in POWL and need to show entries in respective tabs.
    Thanks

    HI
    Is it required to run FPB_MAINTAIN_PERS_S / FPB_MAINTAIN_PERS_M to display Travel entries in POWL screen.
    2) Is it required to keep entries under "Assign Task IDs to POWL Types" in SPRO ???
    ex : MANAGER_MSS_INBOX    MSS_POWL_LEA_APPROVAL    TS12300097
    I don;t see any difference in terms of functionality even If i delete above entry, may i know the necessity of having those entries ?
    Thanks

  • Hard Question:   Item-Based Approval for Multiple Account Assignment?

    Hi Vadim and community,
    Possibly.. this is my hardest question for you.
    We need to implement Item-Based Workflow Approval.  The CC Owner should approve only the items assigned to his/her CC.    We'll do this reading R3(CO) data.
    Thats not the problem.
    The problem is:  I need to use Multiple Account Assignment.  I'll distribute one time in 3 o more CC.   Is it possible to have an CC-Based Workflow Approval ?   I mean, The CC owner should approve partly the item assigned to his/her CC.
    Anybody knows something ?
    Thanks for your reply !!! =)
    Regards,
    Diego

    Hi Diego,
    In my understanding you want to define one or several level of approval depending on the CC assignement on each item.
    lets take an example:
    CC1 owner approver1, CC2 owner approver2 and CC3 approver3
    For a SC:
    -Item 1: 20% on CC1, and 80% on CC2
    -Item 2: 20% on CC1, and 60% on CC2, and 20% on CC3
    Then in the item level BADI, you'll define:
    -Item1:
    Level1 ==> approver1
    Level2 ==> approver2
    -Item2:
    Level1 ==> approver1
    Level2 ==> approver2
    Level3 ==> approver3
    I had this requirement on a project, and the hard part was not the BADI implementation, but the CC owner link with the SRM users (cause all approvers have to be declared on the SRM, and integrated in the SRM org plan).
    Regards.
    Vadim

  • EG,ESG and personnel actions for multiple comapny

    Dear All,
    we are implementing SAP HCM for 2 countries (dubai and Pakistan both are same country grouping =99) in dubai they have 4 companies(4.Personnel Area's)with 4 company code. and in Pakistan ,they have 3 company's( Personnel Area's)
    My question is. each company's in Pakistan have different EG and ESG and also each company have different Personnel Actions,( some actions are not applicable to other PA for an example.. Transfer action  is not applicable to other PA in pakistan company
    How can i create diferent Employee gorup and employee sub group for each comapny (i mean for each personnel Area?
    pls help me
    Manjula

    Hi,
    ARU is correct.  The Personnel Areas are part of the Enterprise Structure and define an organization by location, product line, function, etc.  Employee Group/Subgroup are in the Personnel Structure and define the types of employees - hourly, salaried, sales, director, vice president, full time, part time, etc.  The Employee Groups/Subgroups, however, are country specific and in table T503Z can be assigned to one or more countries.  Thus, you could have certain Employee Group/Subgroups valid for Dubai and certain ones for Pakistan, but not between Personnel Areas if in the same country. 
    Also as responded to above, you can control the actions by User Group and have actions called the same have different infotypes or not appear at all based on the User Group assignment of the processor. 
    Paul

  • Scale based pricing for multiple Sales Orders

    Hi All,
    I have tried to search the forum but somehow wasn't able to get the proper answer of my query. So putting up my below requirement.
    The price say PR00 of material M1 will be in scale basis like :
    1st 20 items it would be 1000 USD
    21 to 50 items it would be 900 USD and so on and so forth.
    But, if a customer buys the material M1 in the Sales Order it will also calculate the quantity from the previous Sales Orders and the corresponding price of the M1 will be calculated. Say customer buys 15 quantity today and the PR00 will be 1000 USD. Tomorrow he places an order of 8 quantities of M1, the price would be 1000 USD for 5 quantities and 900 USD for the rest 3 quantities.
    I have tried to use condition update but suggestions from you all would be great. Thanks in advance.

    Hi Venu,
    In the case you gave
    1..10     Price 100 rs
    11--20             95 rs
    21....30            90 rs
    Suppose customers bought today 3 qnty it would be 100 rs and again If same customer order 10 Qnty it would be 100 Rs for 1st 7 and 95 Rs for the additional 3.
    Reason is he has bought total 13 quantities (3 quantities and then 10 quantities) which will have the pricing like 10 * 100 for 1st 10 and then 3 * 95 for the second slab.

  • Easy and fast building for multiple sites

    Hi all, my first post. So, I've got a lot of sites but right
    now I am working on about four main ones - all commercial. In the
    past I had a webmaster but for the short-term and until my company
    is stronger financially I'm taking on the building again myself. My
    question is, in the past I'd used HTML, then looked at some CSS
    combo, and then finally my webmaster hand coded my main site to
    work with PHP/MySQL. So, as I begin to build my new sites, which
    don't need to be super complex, what are the easiest and fastest
    tools for me to use and have the least amount of grief. Should I
    even bother with CSS? Can I just use a php page and use tables?
    Should I delve into Flash, since many of my sites are media
    oriented? Clean, quick, easy and functional are what I need. Thanks
    in advance!

    .oO(2manyirons)
    >[...] My question is, in the past I'd used HTML, then
    looked
    >at some CSS combo, and then finally my webmaster hand
    coded my main site to
    >work with PHP/MySQL. So, as I begin to build my new
    sites, which don't need to
    >be super complex, what are the easiest and fastest tools
    for me to use and have
    >the least amount of grief. Should I even bother with CSS?
    Of course you should. Reasonable and properly structured HTML
    4 Strict
    in conjunction with CSS for the presentation should be the
    way to go.
    >Can I just use a php
    >page and use tables?
    Whatever you like (or need).
    >Should I delve into Flash, since many of my sites are
    >media oriented?
    No, because ...
    >Clean, quick, easy and functional are what I need.
    ... Flash is neither of them. In fact it will cause a lot of
    problems if
    it's used improperly, for example for building the entire
    site. In some
    rare cases it has its uses and can be a valuable add-on, but
    usually
    it's just annoying and a usability problem. Things like
    Flash, JS etc.
    should be used wisely and carefully, especially on commercial
    sites.
    Micha

  • Need a click and drag script for multiple layers.

    Hi. I'm realitivly new to Flash and Action Script.
    For a Majour project school asignment i am trying to create an interactive map for a hypothetical theme park, and i'll cut to the chase, i need a script that allows the player to drag the content of two or three layers around the screen upon mouse click, similar to this example:\
    http://www.dreamworld.com.au/content/drw_2008_shopping.asp?name=ParkMap
    I will have a layer for buttons (probably called Buttons) and a layer for the map graphic (Probably called Map), similar to this tutorial:
    http://www.republicofcode.com/tutorials/flash/interactive_map/
    If anyone could produce, or has a script lying around that could do this; i would really apreciate it.
    This assignment has a large impact on my UAI (universities admission index).
    Thanks for your time,
    Pat

    Thanks for your help. I really appreciate it.
    The problem is; this is the script i am using to make the map interactive:
    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    var cities:Array = ["muscat", "sohar", "dubai","abu_dhabi"]
    function mover (targetX, targetY){
    currentX = marker_mc._x;
    currentY = marker_mc._y;
    var xTween:Tween = new Tween(marker_mc, "_x", Strong.easeOut, currentX, targetX, .5, true);
    var yTween:Tween = new Tween(marker_mc, "_y", Back.easeOut, currentY, targetY, 1.5, true);
    for (var i = 0; i<cities.length; i++){
    var my_btn = this[cities[i]+"_btn"];
    my_btn.myCity = cities[i];
    my_btn.onRollOver = function() {
    mover( this._x, this._y);
    marker_mc.gotoAndStop(this.myCity);
    And when the buttons are made to be part of a movie clip with the image i am using for the background this script does not work.
    The script is located in a layer called "Actions", if that is of any help at all.
    Any ideas?
    I am sorry if I am being a newsense.
    Thanks

  • Date and Time adjustments for multiple photos

    Hello, thanks for providing the space for new users, and thanks in advance for your assistance.
    I am currently moving out of apple aperture/iphoto and across to lightroom 5.
    The OCD part of me likes to have my library organized, and I noticed that when I transferred my library across it is in a bit of a mess, so I am currently in the process of organizing the library and cleaning it up (approximately 18000 photos)
    Any how, I have almost settled on a folder structure (YYYY/MM - I feel for the number of photos I have trying to nut down to day might be to much - happy to receive advise on this also)
    For the most part, the photos have correct date and time from the commencement of the digital era (for me 2006 onwards)
    Photos pre 2006 are in negative form, and I am currently in process of having these scanned and imported into library, I have a batch done every month.  Adjusting the date and time from the creation date is where I am running into trouble.
    I have looked around the web and various forums to no avail.
    Firstly, I organize the photos into the correct order.  I then select the first photo and the then select the remaining photos.  I then select the adjust date/time from the menu and select the first option, adjust to new date and time, lets say 01/01/1990 at 1200 PM.
    The result I end up with is the first photo (the more selected photo if correct term) has 01/01/1990 @ 1200 as date and time, the remaining have 01/01/1990 as date (if I am lucky), and the times jump all over the place.  Sometimes it wont even change the date time for the remaining photos.
    What I am trying to achieve is either the same Date/Time for all the photos when I select a batch, or have them increment in time by a standard amount (i.e 1 minute (1200/1201/1202) or 1 second (1200:00/1200:01/1200:02)), and I just dont seem to be able to work this out to automatically do this, currently I have to achieve this by a manual adjusting each photo (some 200 at a time) which is really labor intensive
    Thanks in advance, and hoping an easy solution
    Regards
    Dean

    Thanks, that seemed to fix the problem.
    Workflow is:
    1) In grid view arrange photos in correct order
    2) Rename photos with a name & sequence (i.e. photos-1), this appears to then keep the photos organized as how I had arranged in grid view
    3) Export photos & delete original photos from my master library
    4) Open exported photos in an EXIF editor and change date & time to a common format (I am currently using the seasons as a guide, i.e. the photos that I recall being taken in spring are dated the first day of spring, using noon as the time)
    5) Import back to Lightroom and organizing as per my usual structure.
    This has allowed me to easily batch change date and times, keeping the correct order and has drastically reduce my workload, thanks for the suggestion!

  • Disk and tempdb configuration for multiple Instances in one SQL cluster

    Hi Everyone ,
      I am in planing to build SQL Cluster on Blade server . Two blades are allocated for SQL. and planning to cluster those two blades. It will be windows 2012R2 and SQL 2012/2014. Initially it was plan to put most of database on one SQL instance. but
    due to other requirements I will be Installing more SQL Instance on same cluster. 
    for now Everything will be on  RAID 10 but do not have more details about storage yet that how it will get configured
    256 GB Ram on Each blade server.
    1) what are the Disc configuration recommendation for data and log files when each instance get added?
    2) what are the Disc configuration recommendation for  tempdb files when each instance get added?
    3) Each Instance Tempdb file on Same drive is good practice?
    Any other Best practices should follow for this setup?
    Thank you ....
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach A.Shah

    1) what are the Disc configuration recommendation for data and log files when each instance get added?
    Keep both the sql instances in diffèrent drives.read the below link for RAID levels and according to your usage you can cofigure it..
    http://technet.microsoft.com/en-us/library/ms190764%28v=sql.105%29.aspx
    Storage best practice.
    http://technet.microsoft.com/en-us/library/cc966534.aspx
    2) what are the Disc configuration recommendation for  tempdb files when each instance get added?
    Its good to have sepreate drive for tempdb and each instance too with correct allocation or configuration..RAID5
    for data if you must, but have to keep a spare drive around for that.
    Best is 10 everywhere. If that's too expensive, then 1 or 10 for log and 5 for data (and 10 for TempDB)
    RAID 5 is terrible for logs because it has a high write overhead. Tran logs are write-heavy, not read-heavy.
    3) Each Instance Tempdb file on Same drive is good practice?
    Tempdb configuration is depends, its completelty based on your server and tempdb usage..Make sure to have equal size for all the files in tempdb, As a general rule, if the number of logical processors is less than 8, use the same number of data files
    as logical processors. If the number of logical processors is greater than 8, use 8 data files and then if contention continues, increase the number of data files by multiples of 4 (up to the number of logical processors) until the contention is reduced to
    acceptable levels or make changes to the workload/code.
    http://www.confio.com/logicalread/sql-server-tempdb-best-practices-initial-sizing-w01/#.U7SStvFBr2k
    http://msdn.microsoft.com/en-us/library/ms175527(v=sql.105).aspx
    http://www.sqlskills.com/BLOGS/PAUL/post/A-SQL-Server-DBA-myth-a-day-(1230)-tempdb-should-always-have-one-data-file-per-processor-core.aspx
    Raju Rasagounder Sr MSSQL DBA

  • HT3622 I need different facetime and messenger details for multiple ipods on one apple id how do I do this when in itunes?

    I have an iphone and my 2 children have Ipod touch they have to be set up under my apple id to be able to purchase apps. But we all want to have separate facetime & messenger accounts. My contact list seems to have appeared on one of my childs ipod touch. How can I set up separate accounts but under one apple id.

    Answers that I know :
    a, yes - I have an iPad, iPhone, and iPod Touch linked to my account on the same computer/iTunes and haven't had any problems with it
    b, you only need to purchase the app once, it can then be copied onto all your devices. Some of my apps are on all three of my devices. If you get newspapers or magazines then I believe that some only allow one download of each magazine/newspaper, so you may not be able to have them on each device.
    c, as long as you have your own Game Center accounts then you should be able to - I've never used it
    d, yes, you can have them on all your devices, you don't need to multi-purchase them
    e, I think that you will each need your own email address for them - in Settings > iMessage you can link an email address with messaging, and similarly for FaceTime (Settings > FaceTime) - that way messages/calls will only go to the correct person. Using FaceTime ; there is also some info on the built-in apps in iPad's manual and iPod's manual
    f, all content purchased via an iTunes account is tied to that account, and they cannot be copied or transferred to a different account. So any content purchased on your wife's account will remain tied to her account. You can have more than one iTunes account authorised on a computer's iTunes (Store > Authorise This Computer), so you can have her content as well as yours on the computer that you sync to.
    g, don't know, I've not made any in-app purchase
    h, with the device connected to and selected on the left-hand side of your computer's iTunes, then on the tabs on the right-hand side you can control what is synced to that device. Those selections should then be remembered each time you re-connect that device, so you can have different selections for each device and you shouldn't have to re-do the selection each time you connect it.

  • ACS and same username for multiple users (max sessions)

    Hello,
    I have created four user groups and four users. Each user is in its own user group and each usergroup have its own ip pool. The problem is that multiple sessions is not always (works random) possible even if the max session is set for group to unlimited and users use group settings. does anyone have any idea what might cause the problem?
    thanks for your answers,
    Lasse

    Hi,
    Here is some more information about problem. Connection fails even if the authentication is passed. I use ACS (3.3) for authenticating users from mobile network.
    Lasse

  • It is possible to have a dynamic Oracle Label Security procedure/script to configure data label (compartments and data label)  for multiple rows at same time?

    A single script which can be run below mentioned commands...  instead of using multiple manual steps for configuring data labels. Is that possible and how? Having bulk of data where OLS need to be applied.
    exec LBACSYS.SA_COMPONENTS.CREATE_COMPARTMENT
    exec SA_LABEL_ADMIN.CREATE_LABEL
    exec SA_POLICY_ADMIN.APPLY_TABLE_POLICY

    Have you ever answered this question? If not, have you tried to use the "HIDE" property on your table_options?

  • Applescript: Packaging and exporting PDFs for multiple files -- need some tweaks

    I found and tweaked a droplet script that isn't quite working right. I am hoping for some help with getting it to work the way I want. I tried and failed to learn to do this myself. Your help is greatly appreciated!
    Here's an example: I drag two files called "filename.indd" and "filename2.indd" onto the droplet. The script I have right now will output the packages and PDFs into the following folder structure:
    export folder
         filename folder
              filename.pdf
              filename folder
                   filename.indd
                   [Package contents]
         filename2 folder
              filename2.pdf
              filename2 folder
                   filename2.indd
                   [Package contents]
    Here's the folder structure I need (using a dialog box or script that intelligently knows that the directory to save in is the same as the files I dragged on to the droplet would be amazing):
    dialog box to choose new directory set to baseFolder
    or
    baseFolder <---- set to the current directory of the files I dragged onto the droplet
         filename folder
              filename.indd
              [Package contents]
              PDF folder             <--------new folder "PDF" created
                   filename.pdf
         filename2 folder
              filename2.indd
              [Package contents]
              PDF folder             <--------new folder "PDF" created
                   filename2.pdf
    Here's a script I found and modified:
    property baseFolder : (path to desktop as text) & "exports:"
    on open mgItems
              repeat with mgThisItem in mgItems
                        tell application id "com.adobe.InDesign"
                                  try
      open mgThisItem
                                            set mgDocName to name of active document
                                            set text item delimiters of AppleScript to ".indd"
                                            set mgShortName to text item 1 of mgDocName
                                            set targetFolderPath to my createFolder(mgShortName)
                                            set text item delimiters of AppleScript to ""
                                            set mgPackageFilePath to targetFolderPath & mgShortName as string
                                            set mgProofFilePath to mgPackageFilePath & ".pdf" as string
                                            set properties of PDF export preferences to properties of PDF export preset "[Smallest File Size]"
                                            tell the active document to export format PDF type to mgProofFilePath without showing options
                                            tell the active document to package to mgPackageFilePath with copying fonts, ignore preflight errors, copying profiles, updating graphics, including hidden layers, copying linked graphics and creating report
      close active document saving no
                                  on error e
      display dialog e
                                  end try
                        end tell
              end repeat
              display dialog "PDFs created and InDesign file packaged"
    end open
    on createFolder(nameString)
              set macFolderPath to baseFolder & nameString
              do shell script "mkdir -p " & quoted form of POSIX path of macFolderPath
              return macFolderPath & ":"
    end createFolder
    Thanks very much!

    ...anyone? :\

  • How to install Spectral Measurements and Modulation Toolkits for multiple versions of Labview

    I installed NI-RFSG, NI-RFSA, the Spectral Measurements Toolkit, and the Modulation Toolkit.  I have both LabVIEW 7.1 and 8.0 installed on my system.  I developed an application in LV 8.0 and now I need to revert it to LV 7.1.  The problem I am having is that add-on toolkits seem to only have been installed for LV 8.0 because there are several missing VIs and controls when I try to open the LV 7.1 version.  I tried re-installing the toolkits, but this is not fixing the problem.  How can I get the installer to install the toolkits for both versions of LabVIEW?
    Thanks for your help,
    Cherie
    Solved!
    Go to Solution.

    Hello Cherie,
    it's a know issue. You can read it in the modulation toolkit readme :
    Two Versions of LabVIEW Installed
    The installer supports installation of the Modulation Toolkit into a single
    version of LabVIEW; installation of the Toolkit into multiple separate
    installations of LabVIEW (for instance LabVIEW 7.0 and LabVIEW 7.1 installed
    on the same PC and in separate directories) is not supported or recommended.
    An unsupported means of doing so though involves manually copying files from
    one LabVIEW installation to another. To do so, you can install the
    Modulation Toolkit to the home directory of one LabVIEW installation, and
    then manually copy the installed files to the other LabVIEW installation.
    The following list includes pertinent directories and files. Copy all files
    from these directories, including any subdirectories, using the equivalent
    relative paths to the LabVIEW home directory for the target.
    <LabVIEW Home>\vi.lib\AddOns\Modulation\*.*
    <LabVIEW Home>\vi.lib\AddOns\NISML\*.*
    <LabVIEW Home>\examples\Modulation\*.*
    <LabVIEW Home>\resource\objmgr\NIMTAttribs.rc
    <LabVIEW Home>\resource\objmgr\NIMTAttribs.rch
    <LabVIEW Home>\help\lvmod.txt
    <LabVIEW Home>\help\lvmod.chm
    <LabVIEW Home>\help\lvdmt.txt
    <LabVIEW Home>\help\lvdmt.chm
    Note that this listing does not include all installed files. Also, copying
    files in this manner is not equivalent to a full installation into the
    alternative version of LabVIEW. Most notably error text unique to the
    Modulation Toolkit will not be updated and the Example Finder listings will
    not show the Modulation Toolkit examples.
    jerome
    "CherieC" <[email protected]> a écrit dans le message de news:
    [email protected]...
    >I installed NI-RFSG, NI-RFSA, the Spectral Measurements Toolkit, and the
    >Modulation Toolkit.&nbsp; I have both LabVIEW 7.1 and 8.0 installed on my
    >system.&nbsp; I developed an application in LV 8.0 and now I need to revert
    >it to LV 7.1.&nbsp; The problem I am having is that add-on toolkits seem to
    >only have been installed for LV 8.0 because there are several missing VIs
    >and controls when I try to open the LV 7.1 version.&nbsp; I tried
    >re-installing the toolkits, but this is not fixing the problem.&nbsp; How
    >can I get the installer to install the toolkits for both versions of
    >LabVIEW?
    > &nbsp;
    > Thanks for your help,
    > Cherie

  • Autodiscover and outlook anywhere for multiple domains

    Hello
     I have exchange 2010 SP3 environment  which is currently in production. We have multiple domain names added to accepted domain and it’s working fine.
    I have two different public IP Address for MX (SMTP ) and OWA.
    following DNS records are created with ISP DNS Servers. Below find the example.
    MX Records
    Smtp.abc.com (10.1.202.10) (SMTP /MX)
    Smtp.zxc.com  (10.1.202.10) (SMTP /MX)- new domain
    Smtp.qwe.com  (10.1.202.10) (SMTP /MX) - new domain
    OWA and Autodiscover
    Mail.abc.com (10.1.202.2) (owa)
    Autodiscover.abc.com (10.1.202.2)
    Currently outlook anywhere and  outlook autodiscover  working for (mail.abc.com) domain without having any issues. All the other domain are failing errors when I’m testing the Remote connectivity Analyzer. When I’m trying configure the outlook
    profile it’s not resolving the domain name.
    OWA working for domain they also using the same url to access the OWA (https://Mail.abc.com/owa)
    Any idea how to resolve this issue.
    Aucsna

    Hi,
    Agree with Ed, generally, all names autodicover.SMTPAddressSuffix should be added in the certificate and Public DNS entries.
    Alternatively, you can refer to the following article to simplify the namespace in certificate:
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/mobility-client-access/using-autodiscover-large-numbers-accepted-domains-part1.html
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Thanks,
    Angela Shi
    TechNet Community Support

Maybe you are looking for

  • Fast Refreshable MVIEW

    Trying to create a fast refresh materialized view based on a simple join of two tables over a database link oracle gives a 'COMPLEX QUERY' error (ORA-12015). Logging on the origin tables should be ok as creating the MVIEW based on the same select but

  • Problem with non loading movie clips in CS3

    Hi. I am making an animation ( Trailer for an upcoming handheld game i am working on ). And i have encountered a problem when i play back the animation with Flash player. There is two movie clips in the animation ( Normal vector drawing but with effe

  • Intermittent import library generation failure building 64-bit binary in Visual Studio 2013

        I have a 64-bit c++ project that randomly fails to build because the import library generation silently fails in the link step.  I have scoured the "diagnostic level" log trying to find some hint at why the import library fails to be created, but

  • The frustrating 'bug' of the oracle java page if you want 64 bit support.

    gosh, i wish there were a way to simply contact the oracle webmaster/webdev team. there isn't, as far as i can find. here's what i just emailed to [email protected] figured i'd share it here, on the outside chance someone at oracle might know how to

  • LSMW for Tcode - HRCMP0001

    Hi I am facing problem while creating LSMW recoring for Tode HRCMP0001. It is not taking the Personnel Number value in recording. Please let me know if there exists any Function Module for this transaction or any other Transaction exists for the same