Troubleshoot connectivity issues Outlook Anywhere - Exchange 2013

Hi there,
As part of our Exchange 2010 -> 2013 migration we've transitioned CAS to Exchange 2013 2 weeks ago. Some 50 mailboxes have been moved to exchange 2013. Moving mailboxes for everyone is scheduled the 2nd week of july . Because our current version of Outlook
is 2007 (migration to 2013 is due thissummer) we've configured NTLM authentication for OA.
Exchange setup: 8 Multirole (CAS/MBX) virtual (VMware) Servers: each 4 cores, 24 Gb memory (reserved) : Windows 2012 SP1, Exchange 2013 SP1 (15.0.847.4030)
Right now we're facing client connectivity issue's: Outlook Anywhere clients are continiously losing connection with exchange, some people (outllook 2007/exc. 2007) report every minute or worse.... Moving the mailboxes of affected people results in
less problems: Sometimes no disconnects for 10 to 30 minutes, then reconnects every minute for some time.
We've already set the timeout for the oa-pool in our network proxy (riverbed steelapp) to 20 minutes and the minimum keep alive on the 2013 servers to 120 seconds which improved Oultook 2013 clients; before I experienced reconnects every minute, after every
10 to 30 minutes (with periods of reconnects every minute)
testconnectivity.microsoft.com gives positive results (apart from a nspi warning about server side encryption)
testing with rpcping according to
http://blogs.technet.com/b/exchange/archive/2008/06/20/3405633.aspx gives some interesting results:
I've tested all (8) CAS 2013 servers over ports 6001, 6002 and 6003; each 100 rpcpings with a for loop: every response was either about 500 ms or about 21 Seconds ?!?
How can we furher troubleshoot the reason of the long reply time. Eventlogs (and SCOM with exchange 2013 MP) show no relevant events or alerts.
Part of the output of a rpcping
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {59b56c7f-af5d-4836-b701-92070f674de6}
 Completed 1 calls in 452 ms
2 T/S or 452.000 ms/T
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {1197cd5e-c79d-4659-b598-3134c335b103}
 Completed 1 calls in 468 ms
2 T/S or 468.000 ms/T
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {0cbaef91-ec96-402e-aa00-4913e2be1c51}
 Completed 1 calls in 483 ms
2 T/S or 483.000 ms/T
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {525717e5-441b-4a8e-8398-dc86d38852c7}
 Completed 1 calls in 21450 ms
0 T/S or 21450.000 ms/T
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {408d806d-ed5a-4f96-8c3c-2446a1d48ad8}
 Completed 1 calls in 21497 ms
0 T/S or 21497.000 ms/T
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {3b441a9f-7606-4106-850f-fccb7c0f1bb1}
 Completed 1 calls in 21497 ms
0 T/S or 21497.000 ms/T
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {bf994811-8528-433f-b532-f29d347fce5b}
 Completed 1 calls in 21590 ms
0 T/S or 21590.000 ms/T
 RPCPing v6.0. Copyright (C) Microsoft Corporation, 2002-2006
 RPCPing set Activity ID:  {ddb5248b-82aa-4586-b2f7-9c04c9922034}
 Completed 1 calls in 577 ms
1 T/S or 577.000 ms/T
Summary of all servers (test this morning)
Server
Port
# >20.0001
Server1
6001
32/100
Server1
6002
27/100
Server1
6004
0/100
Server2
6001
47/100
Server2
6002
0/100
Server2
6004
37/100
Server3
6001
0/100
Server3
6002
0/100
Server3
6004
41/100
Server4
6001
0/100
Server4
6002
29/100
Server4
6004
42/100
Server5
6001
69/100
Server5
6002
48/100
Server5
6004
69/100
Server6
6001
0/100
Server6
6002
0/100
Server6
6004
1/100
Server7
6001
0/100
Server7
6002
1/100
Server7
6004
1/100
Server8
6001
0/100
Server8
6002
0/100
Server8
6004
0/100
I've repeated above test this afternoon: All test resulted in about 40-60 (of 100) replies >20 seconds

We've changed a timeout setting in the Steelapp virtual server (old: 10 sec; new: disabled) the connections between Outlook and Exchange are, when established, very stable (almost no failed request anymore)
However there still existst a conectivity issue:
The 8 Exchange 2013 servers are placed in 2 different Active Directory sites (4 servers in each site) and I have found that a cross site rpcping consequently takes more than 20 seconds (with the loadbalancer bypassed ! !) where a rpcping on the
same AD-site takes 200-300 miliseconds...
rpcping -t ncacn_http -o RpcProxy=Host-in-site-A -P "user,domain,password" -H 2 -F 3 -a connect -u 10 -v 3 -s RpcProxy=Host-in-site-B -I "user,domain,password" -e 6001 => 20+ seconds
rpcping -t ncacn_http -o RpcProxy=Host-in-site-A -P "user,domain,password" -H 2 -F 3 -a connect -u 10 -v 3 -s RpcProxy=Host-in-site-A -I "user,domain,password" -e 6001 => 200 miliseconds
rpcping -t ncacn_http -o RpcProxy=Host-in-site-B -P "user,domain,password" -H 2 -F 3 -a connect -u 10 -v 3 -s RpcProxy=Host-in-site-B -I "user,domain,password" -e 6001 => 200 miliseconds
rpcping -t ncacn_http -o RpcProxy=Host-in-site-B -P "user,domain,password" -H 2 -F 3 -a connect -u 10 -v 3 -s RpcProxy=Host-in-site-A -I "user,domain,password" -e 6001 => 20+ seconds
The same tests with our Exchange 2010 CAS and MBX (NO multirole) shows fast (300 ms.) with every combination. The servers are both on the same networks in each site
We've already started talking with the network guy's: There should be no rules between both networks.
OWA, Autodiscover, EAS all work fine.
How or where to troubleshoot this slow response between two AD site's ??

Similar Messages

  • Can not Establish Connection between outlook and exchange 2013

    hi guys
    i recently install my exchange 2013 sp1. I configured DAG and its working great.
    but the main problem is outlook. I deploy all of the dns records in my public dns but now i cannot establish any connection between exchange 2013 and outlook 2013.
    I mean when i want to create a new email account for my users i face with this error :
    " the name cannot be resoved. the connection to microsoft exchange is unavailable . outlook must be online to connected to complete this action "
    and finally when i study an article it refers to enable mapi over https in exchange 2013, I enabled it by powershell cmdlet but when i want to test it it gives me error :D
    help me plz :D

    Hi,
    We need to configure Exchange Server 2013 for mail flow and client access with the following steps.
    Create a Send Connecter
    Add Additional accepted domains.
    Configure the default email address policy.
    Configure External URL.
    Step5: Configure Internal URL.
    Configure an SSL certificate.
    For more details, please refer to this document.
    http://technet.microsoft.com/en-us/library/jj218640(v=exchg.150).aspx
    If there is any further question, please let us know.
    Best Regards.

  • Outlook 2010 (+ Exchange 2013) works extremely slow

    We have a user that works with Outlook 2010 (on a RDS Server) that is connected with cache to Exchange 2013. The response of Outlook is extremely slow and we think because this user has a 15Gb mailbox. However, he refuses to delete any mail for various
    reasons. Is there any way to speed up Outlook? The rest of the system works fine, it's just the email.

    Hi,
    By "connected with cache to Exchange 2013", do you mean the user is using Cached Exchange mode? If not, please help the user switch to Cached Exchange mode to check the result. If the user has any shared folders, also cache those folders to check if it helps.
    If we try to start Outlook in safe mode, will this issue persists? To open Outlook in safe mode, press Windows key + R to open the Run box, type
    outlook.exe /safe and press Enter. If performance improves, check again to make sure that you disabled any Outlook add-ins that may affect performance.
    In addition, please click File tab > Info > section Mailbox Cleanup and check your Exchange Quota information. We can also try to close Outlook,
    rename the OST file, and then reopen Outlook to re-create the OST file.
    For more troubleshooting steps about slow Outlook performance issue, please refer:
    http://support.microsoft.com/kb/2441551/en-us
    Hope this helps.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Outlook Anywhere, Office 2013 + Exchange 2013 freezes

    Hi.
    I'm pulling my hair out with this problem as it seems to make no sense.
    I have a client using outlook 2013 through outlook anywhere to their new server running Exchange 2013. when outlook is opened it seems to work for about 10 mins or so then after that if you go to send an email it freezes and says it trying to contact the
    server. you wait for 10 mins then it works again for a while.
    I've changed the timeout settings on the server and everything, they are currently experiencing this in their Spanish office which connects back to the UK.
    No if they dial up the vpn ( no settings changed at all) and run outlook, it all works perfectly..... No one in the UK office (about 10 users) have any issues its only the 2 people in Spain, and one of them uses the laptop in the UK office that they have
    in Spain with no issues.
    I have a CA certificate from slls so not using a self certified one. however its not a wildcard so I haven't set-up on the external domain dns and instead just manually enter the settings (which works fine)
    Its almost as if after 10 mins some connection drops but then takes ages to reconnect again.
    There are a lot of schannel errors appearing on the machines which suggests they are looking at the wrong ports for connection on a couple of attempts, but the questions is why? and whether this has anything to do with the OA problem.
    If anyone has some fresh ideas or any thoughts i would be very grateful as this is driving me round the bend, and i have 2 other clients who have a very similar set-up but have no issues.
    Router Spanish side is a Comcast router and UK side is a draytek 2820
    Exchange is running on Server 2012 with both the CA and Mailbox roles on the same server.
    heeeellp before I go bald :)

    Hi,
    Please have the users in Spain open Outlook, go to FILE
    -> Account Settings -> Account Settings -> Double click the account name ->
    More Settings -> Connection tab -> Select
    Connect to Microsoft Exchange using HTTP, and click Exchange Proxy Settings, tick
    On slow networks, connect using HTTP first, then connect using TCP/IP
    -> OK.
    We can also have the users in Spain test the connectivity to Exchange via Remote Connectivity Analyzer to find if there's any error.
    https://testconnectivity.microsoft.com/
    Regards,
    Melon Chen
    TechNet Community Support

  • Exchange msstd: setting in outlook connection for Outlook Anywhere

    I currently have the Exchange Provider for EXPR set to $null, however I still seem to get msstd:mail.mydomain.com set in my Outlook connection string setting on all machines. Where is this setting coming from? We do push the Outlook Anywhere settings
    via GPO and have the ProxyServer string defined set to mail.mydomain.com. The flags are set to ensure SSL is defined on the connection.
    We are in the process of moving from Exchange 2007 to Echange 2013. Will it be a problem moving from a UCC cert with a friendly name of mail.mydomain.com to a wild card SSL cert on the 2013 servers with *.mydomain.com set, if the
    "connect to proxy servers that have this principal name in their certificate is selected? I'm concerned that msstd:mail.mydomain.com  does not match msstd:*.mydomain.com?
    Thanks in advance

    Hi,
    We can run the following command to set with Ed’s suggestion:
    Set-OutlookProvider -Identity EXPR -CertPrincipalName msstd:*.mydomain.com
    Regards,
    Winnie Liang
    TechNet Community Support

  • Can we connect Outlook with Exchange 2013 with the default Self-signed certificate?

    Hi,
    the question is very simple, but after several days searching in this forums and in the web I have not been able to find a definitive answer YES or NOT. I know that Self-signed certificates are not for a production enviroment and only for labs and we must
    purchase a third party certificate or get one from a internal CA.
    Anyone can answer this question with no doubt?
    Thanks in advance!
    jspt

    Hi Abhi,
    I wrote this question because in a recent migration to 2013 from 2007 we've found with this problem: you can view it in the post http://social.technet.microsoft.com/Forums/exchange/en-US/1ddd1e81-1061-4461-95dd-13de653ef8fe/outlook-cant-connect-with-exchange-2013-after-migration-from-exchange-2007?forum=exchangesvrdeploy.
    Also I have installed a new exchange 2013 in a lab enviroment and I also have unabled to connect from a Outlook 2013. The problem is the same Outlook is unable to detect the exchange server. Many people in this forums told me that have to be a certificate
    problem and for that I posted this question. Honestly, I don't know how to do for Outlook can be connect with Exchange 2013. I don't know what I'm doing wrong.
    Anyway thanks for your answer.
    jspt

  • Outlook keep connecting and disconnecting from exchange 2013

    hi, currently im having microsoft exchange 2013 in server 2012 standard. when i running my outlook 2007/2010/2013 , it will keep showing connecting and disconnected. once i restart microsoft exchange rpc client access and it will be working fine for temporary,
    around 10 min later and it will happend again, can advise?

    Hi,
    You can raise it via Regedit:
    http://technet.microsoft.com/en-us/library/ff477612(v=exchg.141).aspx
    Thanks,
    Simon Wu
    TechNet Community Support

  • Apps for Outlook on Exchange 2013 only work in Safari on Mac OS X (not anywhere else)

    With Exchange 2013 SP1, a few "Apps for Outlook" are installed by default. I have not been able to get any of them to actually work... UNLESS I log into OWA from Apple's Safari web browser on Mac OS X. Safari on Windows loads the "lite"
    Outlook Web App which doesn't load "Apps for Outlook" at all.
    OWA on Internet Explorer 11 lists the apps within the emails, but they don't work (see screenshot).  The full Outlook 2013 desktop program lists the apps as well, but again they don't work at all. 
    Am I missing some sort of configuration on Exchange 2013 that gets these to work on Microsoft's web browser and email client products?  It's kind of strange that they work on Apple's products so easily.  I've tried Chrome and Firefox on Windows
    as well, but those don't work either.

    Ah, okay. From the Exchange Management Shell, I did "Get-ECPVirtualDirectory | FL"
    AdminEnabled                    : True
    OwaOptionsEnabled               : True
    Name                            : ecp (Default Web Site)
    InternalAuthenticationMethods   : {Basic, Fba}
    BasicAuthentication             : True
    WindowsAuthentication           : False
    DigestAuthentication            : False
    FormsAuthentication             : True
    LiveIdAuthentication            : False
    AdfsAuthentication              : False
    OAuthAuthentication             : False
    DefaultDomain                   :
    GzipLevel                       : Low
    WebSite                         : Default Web Site
    DisplayName                     : ecp
    Path                            : C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\ecp
    ExtendedProtectionTokenChecking : None
    ExtendedProtectionFlags         : {}
    ExtendedProtectionSPNList       : {}
    AdminDisplayVersion             : Version 15.0 (Build 847.32)
    ExternalAuthenticationMethods   : {Fba}
    AdminDisplayName                :
    ExchangeVersion                 : 0.10 (14.0.100.0)
    All seems to be configured as you say.  I didn't change anything, but realized the ExternalURL was pointing to DOMAIN.com/ecp which had a DNS issue, where-as
    www.DOMAIN.com and mail.DOMAIN.com were all working.  So,
    www.DOMAIN.com/owa was working fine on everything (except the Outlook Apps on Windows PCs), but DOMAIN.com/owa was not.  Now that DOMAIN.com/owa is working correctly, it seems that Outlook Apps are working correctly
    too.  I guess even though we are accessing everything via
    www.DOMAIN.com or mail.DOMAIN.com, the Outlook/Exchange Apps are still accessing stuff via
    http://DOMAIN.com instead (unless the client is using Mac OS X Safari).  That sounds like that should be a bug in the way the Outlook Apps are loaded, no?

  • "The Microsoft Exchange Administrator has made a change that requires you quit and restart Outlook" in Exchange 2013

    In Exchange 2013, Outlook finds a new connection point made up of the user’s mailbox GUID + @ + the domain portion of the user’s primary SMTP address. This change makes
    it much less likely that users will see the dreaded message “Your administrator has made a change to your mailbox.”
    http://technet.microsoft.com/en-us/library/dd298114(v=exchg.150).aspx
    Although the error message in the topic has been already improved a lot in Exchange 2013, the users may still encounter them in some specific scenarios. We have collected them and let’s discuss them in this thread.
    Symptom
    =======================================
    Consider the following scenario:
    Exchange 2013 was installed for a migration from Exchange 2007/2010.
    The legacy Exchange server is removed after successful migration.
    Exchange 2013 may be updated to Exchange 2013 SP1.
    Some users were being randomly prompted with a popup in their outlook client with the following message when connecting with Exchange 2013 server:
    “The Microsoft Exchange Administrator has made a change that requires you quit and restart Outlook”
    Cause
    =======================================
    The issue may be caused due to Public Folders.
    The msExchHomePublicMDB attribute on Exchange 2013 databases was set to deleted legacy public folder object.
    Solution
    =======================================
    Removed the Public Folder from all the Exchange
    2013 Databases. To do it, we can use ADSIedit.msc and remove the arrtibute - msExchHomePublicMDB from all the Databases:
    1. Open ADSIEdit.
    2. Connect to the Configuration container.3.
    Expand Configuration, expand CN=Configuration,DC=Domain,DC=com.4. Expand CN=Services -> CN=Microsoft Exchange -> CN=Domain -> CN=Administrative Groups -> CN=Exchange
    Administrative Group -> CN=Databases.5. In the right hand pane you will see a list of databases.6.
    Right-click the listed database object -> Properties.7. Check whether the msExchHomePublicMDB value is set to an unavailable value. If you see reference to the old database,
    please clear the value.8. Click OK.9. Check the rest of the databases to make sure
    that they are not populated in the same way.
    References:
    https://social.technet.microsoft.com/Forums/en-US/2f736bdd-1c00-4a22-97a5-95faeadf1495/exchange-2013-sp1-users-randomly-prompted-with-the-microsoft-exchange-administrator-has-made-a?forum=exchange2010
    https://social.technet.microsoft.com/Forums/lync/en-US/7a7b3cf8-8761-421c-9d55-6c84e05531c0/the-administrator-has-made-a-change?forum=exchangesvrclients
    https://social.technet.microsoft.com/Forums/en-US/0d71c843-b662-493c-ab6e-30708929ef18/2013-sp1-problem-the-microsoft-exchange-administrator-has-made-a-change-that-requires-you-quit-and?forum=exchangesvrdeploy
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    This one? http://support.microsoft.com/kb/2934750

  • Bug Group by Outlook 2010 - Exchange 2013

    Hello,
    I work in an IT department. We have Office 2010 and we have just migrate in exchange 2013.
    I have a problem with Outlook 2010 (64 bits) : When you used the view Group By From, there are not refresh.
    When you read a mail, the mail remains not read, when you delete the mail, the mail is always in the inbox.
    To make a refresh, you must collapse and expand the Group.
    Best Regard...
    Didier

    Hi Didier,
    It seems that your folder can’t be updated automatically when viewing by From. Please open Outlook by using Outlook /cleanviews switch (Start > Run > type Outlook /cleanviews > Enter) to restore default views. Then change the
    folder view to Group by From to check whether the issue persists.
    If the issue persists, please create a new Outlook profile to have a try:
    http://support.microsoft.com/kb/829918/en-us
    Regards,
    Winnie Liang
    TechNet Community Support

  • Outlook Anywhere office 2013 gets dissabled even though group pollicy is set to force proxy settings.

    Domain joined laptops have outlook anywhere settings forced through group policy. 
    Running gpresult command shows correct group policy are applied.
    GPO: Outlook Offsite Settings
                    Folder Id: Software\Policies\Microsoft\Office\12.0\Outlook\RPC\ProxyServerName
                    Value:       119, 0, 101, 0, 98, 0, 109, 0, 97, 0, 105, 0, 108, 0, 46, 0, 105, 0, 101, 0, 99, 0, 109, 0, 97, 0, 105, 0, 108,
    0, 46, 0, 99, 0, 111, 0, 109, 0, 0, 0
                    State:       Enabled
    Outlook in safe mode shows no change.
    Exchange server 2010.
    What can be disabling this?
    Thank you for your time.

    Hi,
    You are using Outlook 2013, right?
    However, "Folder Id: Software\Policies\Microsoft\Office\12.0\Outlook\RPC\ProxyServerName" implies it's the setting for Outlook 2007.
    As for Outlook 2013, it should be 15.0 instead of 12.0.
    Please confirm that and change the settings to try again.
    Regards,
    Melon Chen
    TechNet Community Support

  • Configuring Cisco ASA 5520 for Outlook Anywhere - Exchange 2007

    I have enable and configured our Exchange 2007 for Outlook Anywhere. When I try to get Outlook from home to connect it fails. We have an Cisco ASA 5520 firewall at work, is there something I need to setup on the device? We want to allow users from
    home to connect via their Outlook clients from home. OWA is working from the outside... Help please...

    Hi,
    Make sure that the required ports are allowed over he device. The users can access through port 25/443 etc. and should be opened. Better, to go for a test at www.testconnectivity.microsoft.com
    Regards from ExchangeOnline.in|Windows Administrator Area | Skype:[email protected]

  • HTML Form Not Displaying Correctly in Outlook 2010 (Exchange 2013)

    Hello,
    I have recently migrated to Exchange 2013. Clients are still using Outlook 2010. There is an application that automatically sends an HTML form by email for the users to fill in. The form consists of radio buttons, text areas and drop down list. However,
    in Outlook 2010, the form is not rendered properly.
    When I clicked the "If there are problems with how this message is displayed, click here to view it in a web browser" link, the email is opened in
    IE and the form is displayed correctly.
    I also tried opening the same email in other clients, such as Thunderbird, Apple Mail Client and in mobile phones - the form is displayed correctly. I wonder
    why it fails to do so in Outlook 2010. The user mentioned that this does not happen in Outlook 2003 and prior to migration (I used Exchange 2010 previously). I have also tried using OWA, but the form does not display correctly
    Any help?
    Note: I can't attach any images or links as it is mentioned that my account is not verified yet. I will post some screenshots when it is possible to do so

    Hi 
    Outlook 2007 or newer use Microsoft Word for their HTML engine.
    You can refer this page http://www.campaignmonitor.com/css/ shows
    many things that do not work in different clients.I think Someone needs to re-code
    the HTML form to make it work in the current versions of Outlook. You can try formatting with text and HTML and see the results.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • The Microsoft Exchange Administrator has made a change that requires you to Quit and restart outlook in Exchange 2013 CU3

    I have a Exchange 2013, That has been running for a few months now since we moved it over, but now I get the Microsoft Outlook Message "The Microsoft Exchange Administrator has made a change that requires you to quit and restart Outlook." It only
    shows up on certain users but not on others. What could be the problem? The only answers I have seen are for Exchange 2010.
    All Help is much appreciated

    This one? http://support.microsoft.com/kb/2934750

  • Do connections between Outlook and Exchange Server continue to sync without proper DNS?

    Hi there,
    We were acquired by an other company that uses Office365.com, so we are moving accounts over from Intermedia, our existing provider, to your service. My question is this: If i point our MX records over to Office365, will we be able to work with the old calendar
    and email items using the existing connection between Outlook and Intermedia Exchange? I understand that no new external mail will be delivered to the Intermedia accounts, but will we still have access to the existing items in the old mailbox as long as we
    have the Intermedia accounts?
    My plan is to receive new mail at Office365.com while taking our time to copy over old emails from the Intermedia folder to Office 365 folders.
    Thanks,
    Jeff

    Hi,
    According to your description, your accounts are moved from on-premise Exchange server to Exchange online server and you have the doubt about the availability of calendar and emails through the on-premise Exchange server.
    However, since it’s related to Exchange online, to get more professional and quicker help, I recommend you post it on our Exchange online forum, as Ed said.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

Maybe you are looking for

  • Putting iPhone pics in order

    I have a number of folders on my iPhone which contain names/titles that I would like to have in alphabetical order.  Every time I add a photo with a new name, it joins the end of the folder rather than jumping in its correct alphabetical place.  The

  • OracelBPA.exe - Install Evaluation Version - BPA Suite

    I've downloaded the evaluation version of the BPA Suite and intended to install it with the embedded olite to see what it can do. The installation instructions say to install using OracleBPA.exe which is not part of the download. 1) Where do get that

  • Infocube Attribute, How is the efects in reports?

    Hi Friends, I have a doubt about include a navigational attribute in an infocube.. - If I include this in a report, could I filter by this char? - IAbout reports: an IC characteristic, will have the same behaivour than a IC attribute ? Thanks!

  • How to transfer video files from Mac Mini to iPad

    What is the best method to copy a video from a mac to the iPad?  Please lis steps necessary.

  • DataAdapter.Fill doesn't include PrimaryKey Info

    We are using Oracle 9i and Odp.net verion 9.2.0.401. I am using the data adapter on a command that is a simple select statement in our code. The code is written generically to support multiple providers using ado.net. The problem I am having is that