Advanced Accepted Domain Question

When you install Exchange 2010 into an organization that previously had Exchange 2003, new Active Directory objects are created here:
CN=Accepted Domains,CN=Transport Settings,CN=DemoLab,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=demolab,DC=local
Within each one of these objects there is an attribute called msExchAcceptedDomainFlags.  If the value for this attribute is:
·           1 - It’s an External Relay Domain
·           2 - ?
·           8 - It’s an authoritative domain
·           10 - It’s an Internal Relay Domain
·           12 - ?
When I first started working with Exchange 2007, I didn’t realize these were new objects.  In fact, I thought when you clicked the Accepted Domains tab in EMC it was just somehow interpreting the previous recipient policies which are located here:
CN=Recipient Policies,CN=DemoLab,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=demolab,DC=local
Each of the recipient policy objects located here has a multi-valued attribute called msExchNonAuthoritativeDomains and another called gatewayProxy. 
Instead of making each domain as an object and indicating whether or not it’s one of the 3 above types via flag, the policies simply list all the authoritative domains in gatewayProxy and domains that would otherwise be considered Internal Relay within msExchNonAuthoritativeDomains.
So now that I’ve laid this out, I have a question (a few questions).
A.      At what point during the Exchange install are these objects created?
B.       The objects are obviously created by somehow copying elements of the recipient policies.  Are these two objects kept in sync beyond initial creation?
In my example my AD domain is demolab.local.  This is also the primary domain used in my recipient policy in 2003.  This domain was marked as non-authoritative within the ESM.  When Exchange 2010 was introduced, an Accepted Domain object was created, but it was marked as authoritative – not Relay as it should have been.
C.       Why?
I have other domains marked as non-authoritative in the recipient policies as well.  However, these did get created properly as relay domains.  Why wasn’t demolab.local preserved? 
D.      Is it because it also matches the name of my AD forest?
This is easily fixed, (don’t tell me how to change accepted domain types).  I’m just looking to better understand this topic.
Mike Crowley: MCT, MCSE, MCTS, MCITP: Enterprise Administrator / Messaging Administrator

For B, it won't let you create a new e-mail address policy for a domain that is not one of the accepted domains, and adding an accepted domain doesn't do anything to e-mail address policies.  So I guess the answer is no, not exactly.  If you have Exchange 2003 in the mix, I guess B could be answered through the best practice of not using Exchange 2003 management tools to manage organizational settings like recipient/e-mail address policies after installing Exchange 2007/2010.
C  & D? Since the domain fqdn in my greenfield lab was marked as authoritative, maybe this is default behavior and it doesn't check first?  Ahh, 2003, how I'm forgetting some of the little things, I think by default the domain fqdn is marked as authoritative in the default recipient policy, if so, I'll bet that 90% or more of Exchange 2003 organizations that have the domain fqdn in the recipient policy have it set as authoritative. 
Joseph Durnal

Similar Messages

  • Deliver to an email whose address is not listed as accepted domain

    Hi Exchange experts!
    I have a question regarding transport servers behaviour for smtp addresses that are not listed in accepted domains.
    I have a mailbox with a secondary smtp address :
    [email protected] , and aaaa.com is not listed as accepted.
    Assuming that mx record for aaaa.com is configured correctly with my server IP. I tried sending an email to that address and it is delivred. This made me confused about my little knowledge. I thought exchange would reject such connection.
    Can any one help me to understand this behaviour? (antispam agents are disabled and forefront protection for exchange is installed on hub server.)
    Thanks in advance!

    Hello,
    I mean your organization public domain name (external domain name).
    Based on my known, I understand that if we use e-mail address policy to assign e-mail address to users, such as aaaa.com, the aaaa.com must be included in accepted domain.
    If we customize an e-mail address for a user mailbox ([email protected]), we can add aaaa.com as accepted domain, or needn't add it.
    Only if there is a DNS MX record on public DNS server, we can send message to the user with
    [email protected]
    If I have any misunderstanding, please free let me know.
    Cara Chen
    TechNet Community Support

  • How to force Outlook's Junk email fitler to not filter Exchange 2010 SP1 accepted domains?

    Hello,
    I wonder if there really is no way how to reach the result described in the title question. Because
    http://support.microsoft.com/kb/2458522 says:
    This issue occurs because of a functionality change that is introduced in Exchange Server 2010 SP1. In Exchange Server 2010 SP1, domains that are configured as accepted domains are no longer allowed in the junk email lists of a mailbox.
    So please tell us Microsoft how can we force Outlook to accept internal domain as a trusted senders and not apply Junk email filter on it?
    There was already a long discussion about the steps here
    http://social.technet.microsoft.com/Forums/en-US/outlook/thread/15f857c6-0ed4-4004-9d90-cb5d16361752 so please don't offer anything described there.
    Thank you,

    Trying to deal with the Outlook Junk Email Filter is not very easy and had been a pain in the butt.
    The ONLY way to ensure the Outlook 2010 Junk Email filter honors "white listed" emails is to stamp the email with SCL -1. Setting a transport rule will do that but it is not very flexible. 
    I was able to resolve these issues by simply enabling the Exchange 2010 Anti-Spam agents on each hub transport server. We have no Edge Server but we use a couple of Ironports at the gateway which provide the bulk of AntiSpam. We didn't think we would
    need the Exchange AntiSpam so we hadn't initially enabled. After months of trying to resolve people's complaints of emails from internal system ending up in Junk, this solution worked for us.
    This is the order in which it was done.
    1. We set the receive connectors for the internal systems for bypassing Anti Spam. We basically have 2 receive connectors, one for internal system with no relay, and one for internal systems who are allowed external relay.
    Get-ReceiveConnector "server\name of the recieve connector" | Add-ADPermission -User "“NT Authority\Anonymous Logon”  -AccessRights ExtendedRight
    -ExtendedRights ms-exch-bypass-anti-spam
    Note: If you use SMTP Authentication, Exchange will only mark the emails as "Internal" and not assign a SCL of -1. It can only be on anonymous connections.
    Note: We have a separate receive connector for the Ironports delivering external email that will not bypass Anti-Spam. These emails will receive a SCL rating of 0-9
    2. We set the global SCL to 6 (default is 4). You can set it to whatever you want.
    Set-OrganizationConfig -SCLJunkThreshold 6
    So basically, any email tagged with SCL 7-9 will be moved to Junk by Exchange.
    3. Set-ContentFilterConfig -SCLQuarantineEnabled $False -SCLDeleteEnabled $False -SCLRejectEnabled $False
    We don't want delete, reject or quarantine anything on Exchange. Just move email to Junk folder if SCL 7-9 and have user deal with it.
    4. Set the Internal SMTP Servers by adding each Exchange server's IP Address to the Global Transport Settings. I used EMC, Organization Config, Global Settings, Transport Settings properties, Message Delivery tab. Do NOT add any other "internal" servers
    here, only the Exchange servers.
    5. Then we installed the AS agents on each HT Server.
    Starting with the first server
    Stop MSExchange Transport service
    D:\Program Files\Microsoft\Exchange Server\V14\Scripts>.\install-AntispamAgents.ps1
    After installation, disable all the agents except for Content Filtering Agent. This agent has to be enabled for Exchange to stamp the email with SCL -1. I used EMC, Organization Config, Hub Transport. You will see a new tab called Anti-Spam. Disable everything
    except Content Filtering.
    Start MSExchange Transport service.
    Repeat on each HT server. (You won't have to repeat the disabling of the agents as that is a global setting)
    6. You can add global safe senders by doing the following.
    $list = (Get-ContentFilterConfig).BypassedSenders
    $list
    $list.add("[email protected]")
    $list.add("[email protected]")
    Set-ContentFilterConfig -BypassedSenders $list
    The message headers are stamped with
    For emails sent through the Internal connector
    X-MS-Exchange-Organization-Antispam-Report: MessageSecurityAntispamBypass
    X-MS-Exchange-Organization-SCL: -1
    OR
    For external emails from a safe sender
    X-MS-Exchange-Organization-Antispam-Report: ContentFilterConfigBypassedSender
    X-MS-Exchange-Organization-SCL: -1
    OR
    For all other external emails
    X-MS-Exchange-Organization-SCL: 0
    Good Luck. This has basically stopped all the calls about "legitimate" email in Junk Email folder.

  • Remove various accepted domains (exchange 2007) from a list file via powershell

    hello!
    i'm a newbie with powershell and i'm trying to find if is it possible to remove a lot of exchange 2007 accepted domains from a csv file using powershell.
    I want to delete accepted domains contained in a csv, it has only domains name and powershell requires the name , that is different from the domain.
    example of accepted domain in my organization:
    Name                           DomainName                DomainType            Default
    Domain0001        
    domain1.com     Authoritative         False 
    Domain0002 hello1.com
    Authoritative False
    I've only a csv with domains name:
    domain.csv:
    Domain
    domain1.com
    hello1.com
    Deleting an accepted domain via powershell requires the name so I need to extract first the name of , i've tried with this command and it works:
    Get-AcceptedDomain | Where{$_.DomainName -eq 'domain1.com'}
    This works only for 1 domain, I've a lot of domains to delete so it's inviable
    Now, i'm trying to launch this command without success:
    import-csv domain.csv | foreach {Get-AcceptedDomain | Where{$_.DomainName -eq '$_.Domain'}}
    Probably there is a syntax error, or maybe I just can't do it. 
    Any help? 
    Many thanks in advance!!

    Don't know what to tell you, then.  If I create a test file with that data, the Import-CSV works for me:
    Domain
    3414257440.domain.com
    domain1.domain.com
    '@ | set-content c:\testfiles\domain.csv
    $DomainNames =
    Import-CSV 'c:\testfiles\domain.csv' |
    Select -ExpandProperty Domain
    $DomainNames
    3414257440.domain.com
    domain1.domain.com
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • SAN for accepted domain

    I'm absorbing a company into our exchange and added them as an accepted domain.  There current certificate is pretty standard mail and autodiscover SAN names.  Currently RPC over http is not working correctly and that is to be expected since I
    pointed there DNS record for autodiscover to my server.  I don't have autodiscover.theircompany.com in my certificate, so it's trying to resolve a name that doesn't exist.  My question is should I add a SAN name for autodiscover.theircompany.com
    to get RPC over HTTP to work correctly?
    My SAN names would then look like this: 
    mail.mycompany.com
    autodiscover.mycompany.com
    legacy.mycompany.com
    autodiscover.theircompany.com
    Would this be accurate or is there a better method?
    Thanks!

    Hi minor,
    you do not need to worry about SAN if you used the SRV record for autodiscover.
    http://blogs.technet.com/b/rmilne/archive/2014/10/02/how-to-check-exchange-autodiscover-srv-record-using-nslookup.aspx
    So if you already had
    mail.mycompany.com
    autodiscover.mycompany.com
    legacy.mycompany.com
    on your certificate I suggest to not add another  SAN entry, just create a new SRV record _autodiscover._tcp.theirdomain.com in your DNS zone with the following information:
    Service_autodiscover
    Protocol_tcp
    Name   theirdomain.com
    priority 10
    Port443
    Targetmail.mycompany.com
    TTL   10
    Priority and TTL need to be adjusted to your needs. So you can use your existing certificate also for the new domain.
    Regards,
    Martin

  • Use Different mailbox or same mailbox if setup two accepted domains in one Exchange Server 2010

    Hi,
    I want to know if I setup two accepted domain in one Exchange Server 2010, will it have another mailbox or use same mailbox?

    Hi,
    Based on my knowledge, to add a new name in the accepted domain list is to add a SMTP address suffix for the mailboxes. Thus, it uses the same mailbox if you setup two accepted domain in one Exchange Server 2010.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Routing Email to Un-Accepted Domain Internally

    Hi All,
    This is a bit peculiar. But it’s been bugging me for some time now. Its nothing like I need to implement or need this, but just a concern to understand mail routing.
    I was able to route email to
    [email protected]
    back in Exchange 2003 to a mailbox hosted inside mydomain.com. I didn’t add the email domain to accepted domain as we say now.
    As per the reading and available information from MS for Exchange 2013, it is possible to route emails only if we add the email domain to the accepted domains list.
    Even the email policy will not let you save information if the domain is first not added in accepted domain.
    If you delete an accepted domain that's used in an email address policy, the policy is no longer valid, and recipients with email addresses in that SMTP domain will be unable to send or receive email.
    However adding
    [email protected]
    allowed as an additional SMTP address to MAILBOX ENABLED local user (I’m not talking about external contact or Mail Enabled user here)
    We typing
    [email protected]
    new email GAL resolves it and lets me send email to the local user. (Even if I hide the user I believe it will work)
    I’m trying to understand what is happening here and why it is accepting the email addressed to gmail.com(delivering it to local mailbox) instead of routing it out to internet.
    Any reference to this in MS article.
    Doing this in a accepted domain scenario makes sense, by how it works without the domain in accepted domain list works. How does categorizer works.
    My Findings:
    *The categorizer resolves the message sender by searching for the address in the ‘proxyAddresses’ attribute in Active Directory.
    *The categorizer also resolves the message recipients by searching for the addresses in the ‘proxyAddresses’ attribute in Active Directory.
    *The categorizer also checks to verify that the mail attribute exists in Active Directory, and stamps the mail attribute as the SMTP address.
    *For local delivery, the categorizer marks the recipient as local by setting a per-recipient property on a message indicating the destination server for each recipient.
    So,
    Q:If we don’t have domain mentioned in accepted domain, is exchange going to accept email for it at all?
    A: NO (Microsoft says)
    What I think what MS means is Accepted Domain basically refers to emails coming from outside the exchange, which will not be accepted.
    That would refer to the ‘SMTP Receive’ process of submission (
    From SMTP Receive through a Receive connector).  But internal would be process of submission (Through a transport agent and would bypass the Accepted Domain check.)
    Let me know your views and test results if you happen to test it.
    Regards,
    Satyajit
    Please“Vote As Helpful”
    if you find my contribution useful or “MarkAs Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

    Hi Ed,
    Thanks for the clarification.
    This however gives arise to another doubt.
    How is NDR generated for non-existent internal email. Let me know if my understanding is correct.
    [email protected]
    1.Email is searched in AD for matching  EmailAddresses attribute. (Non found)
    2.Next It goes to Accepted Domain list and checks if its authoritative for this domain (Yes, Generates NDR, NO goes next)
    3. Next Its routed to the Send Conenctors for possible match and sent; else If nothing matched it sent via the * Send Connector
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Accepted domains in Exchange SAN certificate

    Hi All,
    I am having few queries please clarify me .
    In my environment ,i having the accepted domains list like below 
    xyz.com
    abc.com
    All the users in my organisation is having the primary smtp address as [email protected] and secondary smtp address as [email protected]
    In my san certificate i am not having any of the above mentioned accepted domains.
    Do i need to have all the accepted domains on the SAN certificate or else only primary smtp address domain suffix is enough ?
    In case if don't have any of my accepted domains suffixes in SAN certificate what will happen ? Because why i am asking is i am not getting any certificate related errors ?
    As an additional info , we are using the single namespace for exchange services like owa ,activesync ,pop/imap  and outlook anywhere (both internal & external ) and that name is available in my SAN certificate.
    Autodiscover namespace is also included in my SAN certificate .
    Thanks S.Nithyanandham

    Hi Imkottees,
    Thanks a lot for your immediate response.
    But still i am having some queries please explain me what you are trying to explain on this below line ?
    "But you need this for all Primary domains used in your environment"
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • Exchange 2010 accepted domain and email address policy

     So I need some help as to which accepted domain is right for us. We are a single forest single domain that is subbed to a parent domain.
    sub.domain.com
    We run our own exchange 2010 separate from domain.com.  We want all mail to show up as @domain.com for our users.  The @domain.com will be configured to forward to @sub.domain.com.  This is free Linux mail server that is separate from us.
    In order to configure an email address policy for @domain.com I need to pick from the 3 types.  I am pretty sure we are not authoritative for @domain.com (they are the parent).  So it is either an internal relay or external relay.  We all
    use the same networking, and our DNS servers point to domain.com as forwarders and they host a secondary copy of our DNS.
    It is a little unclear as to which to use.  I have gone to each account individually to test, and that works perfectly, but I would like to set this Globally.
    Thanks
    Tim

    Hello,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Mail Receive from outside in Exchange server 2010 (Accepted Domain)

    Hello All
    Two Exchange 2010 server running existing environment. in front of two exchange server have McAfee firewall. This McAfee Firewall receive the mail from outside and send it to Exchange 2010 server.
    for example abc.com is working well to send and receive mail using exchange server. recently i have add
    Accepted Domain which is bcd.com.   But this Accepted Domain can not receive mail from outside. I have configure MX record, Accepted Domain and also mail point. but the problem is that mail cannot receive from outside
    domain. i have also several time modify the receive connector but abc.com work but bcd.com not work
    Please suggest.
    Error:
    firewall.abc.com rejected your message to the following email addresses:
    [email protected] ([email protected])
    firewall.abc.com gave this error:
    <[email protected]>... Relaying denied
    Your message wasn't delivered due to a permission or security issue. The address may only accept email from certain senders or another restriction may be preventing delivery. For more tips to resolve this issue see
    DSN code 5.7.1 in Exchange Online. If the problem continues contact your help desk.

    Have you checked the SMTP protocol log on the Exchange server? Do you see the 5xx status code in the log when a message is sent to the @bcd.com domain?
    If you see the 5xx status code for that domain, check the "Accepted domains" and verify that you didn't make any typos in the domain name. If it looks okay then stop and start the transport service on the Exchange servers and retest.
    If you don't see the 5xx status message for that domain you should check the machine firewall.bcd.com and verify that it's configured to accept e-mail for the @bcd.com domain. I'm guessing that the firewall.bcd.com machine is acting as a SMTP proxy and not
    as a SMTP relay. However, if there are SMTP log files on that machine you should check them and see which IP address is returning the 5xx status message.
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Exchange Server 2010 Accepted Domain

    Dear,
    I have the following environment:
    The company bought the company dominioA.com dominioB.com.
    Both companies have mail system.
    Company A wants to standardize the environment and wants only the mail platform remains in Exchange 2010 mail servers Company A.
    to have many users, and also change the MX ip address, the company does not want to do all of one.
    As I raise the following:
    One Accepted Domain was created with the dominioB.com
    An email policy which I think I will do that by creating the accounts you create them in an organizational unit and change them to dominioB.com SMTP.
    Send mail testing was made from those accounts to accounts dominioA.com and there were no problems.
    Send mail testing was done from the dominioB.com account to an external account and it worked.
    Send test mail dominioA.com to DominioB.com and began to bounce post is made. because the mail server is in the domainB, and server Only the domain was created. for this to work one must change the MX, but the company wants to do it gradually.
    As I can do ????
    Waiting for your comments
    Thank You,
    Edwin Duran Ospina

    Hi,
    According to your description, I notice that you have two company, Company A and Company B. Then want to deploy only one Exchange server for mail flow.
    If I misunderstand your concern, please do not hesitate to let me know.
    If you want to deploy Only one Exchange server SMTP name for two company, I suggest we can deploy forest trust and linked mailbox for Company B’s user.
    More details about Deploy Exchange 2010 in an Exchange Resource Forest Topology, for your reference:
    https://technet.microsoft.com/en-us/library/aa998031(v=exchg.141).aspx
    Best Regards,
    Allen Wang

  • Configure Outlook Anywhere with 2 Accepted Domains?

    Hello everybody,
    I want to configure outlook anywhere for exchange organization, I have 2 accepted domains: domain1.com and domain2.com, can you guide me the best practice procedure to enable it? How many certificates? What are the SANs sghould be included in the certificate?
    And how to publish it?
    Thanks
    Regards

    hi Anas...ok to start with ..the way i do this is mentioned in below points. Please check.
    1. configure the second domain in my AD (domains and trust) for users to login with their respective domain instead of all login to OWA or outlook anywhere from the parent domain
    2. configure internal DNS
    3. configure accepted domains
    4. external DNS - public MX and A records
    5. SSL would need autodiscover for sure.. and if you want to protect other domain-2 then i would do it in below manner.
    autodiscover.domain1.com
    mail.domain1.com
    mail.domain2.com   (for both domains to have their own OWA or ECP)
    Let me know if this helps. where you want to publish.. firewall or CAS...?? CAS would be easy for firewall let me know which firewall.
    ****EDITED as per ED and MAS comments.. :)  thanks guys
    Mark as useful or answered if my replies helped you solving your query.
    Thanks, Happiness Always
    Jatin
    Skype: jatider2jatin, Email: [email protected]

  • Best Migration Method for Exchange 2007 with multiple accepted domains

    We are trying to determine which method would be best for us as we migrate to O365.  Scenario as follows:
    1) Multiple accepted domains (each in their own OU in AD); example: domainA.com, domainB.com
    2) Exchange is 2007; clients will be upgrading the Outlook 2013
    3) Would like to be able to sync mailboxes starting anytime but be able to cut over a domain at a time.
    Tested so far with staged migration but it appears that with this, there is a change in the TargetAddress sending all mail to the O365.  Even changing MXs didn't redirect the message as it reaches the Exchange box and immediately goes to O365.
    We haven't tried the cutover as we're only able to test with the production box and if that somehow cutover the entire box, we'd be .. well, it wouldn't be good.  
    Anyone had any experience so that our #3 point would be doable, that would be great.  
    Thx
    George

    Hi George,
    According to your description, I understand that the issue is related to Exchange migration from Exchange 2007 to Exchange Online for Office 365. This forum focuses on some general discussion about Office 365 ProPlus which
    is the version of Office that comes with many Office 365 plans. Therefore, I suggest we can post the issue in Microsoft Exchange Online (Office 365) forum for more professional suggestions:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=onlineservicesexchange
    Hope you can find the solution soon.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Mail Service With Internal vs External Domain Question

    I have a SLS setup with a private domain ex: server.acmewidgets.private
    The local dns resolves correctly
    I have a static IP for this server and I would like it to handle the email for my domain which is ex: acmewidgets.com
    (Currently acmewidgets.com has been having it's website and email handled by an external source)
    Do I need to reinstall the SLS with the domain server.acmewidgets.com to get the email working correctly? Or do I simply just point the MX Records to the static IP of server.acmewidgets.private?
    If I do not need to reinstall, what needs to be done to create the flow of email in and out of the SLS?

    No need to re-install Snow Leopard Server, you will need however to configure a few things.
    First up you will need to configure the Mail service to accept mail for this external domain as at the moment it will be configured to only accept mail for your local domain.
    In *Server Admin*, go to the Mail section and click on Advanced, now click on Hosting. In the hosting section you can add as many domains as you like for the mail server to accept mail for, the simplest way is to add the domains as virtual hosts.
    Point your external MX records to the address for the server so that mail will be directed to your server. If your server is on a fixed external IP address then all done.
    If your server is behind a firewall and on a private IP address you will need to forward port 25 on your firewall to the Snow Leopard Server. If you are also running DNS you should create a new Zone for your external domain with MX records that point to your Snow Leopard Server as clients will need to know that your server is the final delivery destination for that domain. If your server really is on a live fixed external IP address this step is not necessary.

  • Quiz slide not advance when using question pools and advance answer options?

    Hi,
    I am using CP 5.5. I created a small test where I have just 2 question in a question pool.  The questions are using the advanced answer options to show some specific feedback. When I insert the questions in to the project using a random question slide, after the user answers where you should be able to press Y or click to move on, I click, but nothing happens.  You can't get off the quiz slide.  The quiz slides work fine when they are inserted in the project as reqular quiz slides, but not when they are being pulled from a question pool.
    Is this a known bug? Is there a workaround? Anyone else run in to this?
    Thanks!
      Lori

    I was having the same problem on the last Random Question slide (total 10 RQ slides), and was able to fix it by following the next steps:
    Make sure Quiz: Pass or Fail actions are set to Continue for both Passing and Failing actions in the quiz preferences.
    Delete the RQ slide not advancing, then duplicate one of the RQ slides working, and assign your question pool to the new slide if different from the original duplicate. This step will make sure you are using a good working RQ slide.
    For some reason, my last RQ slide was corrupted and wasn't advancing to the Score slide at the end of the quiz.
    I can finally finish this project.
    Good luck.

Maybe you are looking for

  • Change only material qunatity in sales order by using BAPI

    Hi All, How to change only the material quantity in existing sales order by using BAPI. Please help me in this regards. Regards Deekshitha.

  • Mail in Time Machine

    Is there a way to search e-mail in Time Machine? I use Mail and when I start TM to look the search bar in Mail becomes ghosted leaving me with the one solution: look through every folder in every back up manually. Anyone have a suggestion?

  • Placed Video from VHS Stretched

    I used an aftermarket card on my PowerMac to import some old VHS tapes (via the video/audio in on the card) from the video/audio out on my VCR. The videos came in at at 320x240 and look fine. When I import them to iMove HD 5.0.2it's really stretched

  • Cisco Prime Infrastructure 1.2 - web browser freezes when managing rogue APs alarms

    Hello all, has anybody faced a freezing problem when you click in Cisco Prime Infrastructure 1.2 down on alarm bar and then to Rogue AP alarms and then try to add an annotitation or change a rogue alarm to Friendly? I tried it on different PC, differ

  • Wont send text messages.

    i have full service but my iphone 3gs wont sent text messages