Synchronise data

Hi folks,
we  have production database 11.2.0.3.0 which is RAC mode   & user by name PRDODTA in the  Database  which has several tables  &  develpoment database 11.2.0.3.0 which is also RAC mode & user by name CRPDTA which has several tables. so my question is here how to refresh data periodically from production to developement.
i know dblink is the way but any one could assits me the whole scripts or dbms job
i have created db link from dev DB  (user crpdta)  to prod (user proddta)
At Dev side
>create database link refresh
connect to proddta identified by password
using to-prod;
thanks & regards.

Ask Tom "Keeping QA Tables in Sync with PROD"

Similar Messages

  • HT4436 Can't synchronise dates/time on ipod and icloud

    This might be because of time differences between US and Australia - I would have thought this was done automatically - the dates and times are out by hours and if I change to synchronise on one it jumps hours on the other

    I have worked this out - sorry for asking

  • Error when synchronising data with Active Directory - URGENT

    Hi,
    We are currently running on ECC 6, and have a CUA implemented. I am attempting to synch my user data on the CUA with the Active Directory, I'm only updating the SAP database and not writing back to AD.
    I have mapped the fields in LDAPMAP, and using the find function through transaction LDAP I'm able to read the data for the relevant fields so the AD user id does have the correct read access to AD
    However when I run the RSLDAPSYNC_USER program, the user is created but only the Surname field is populated. Does someone perhaps now what could cause this problem?
    Thanks in advance
    Sujeet

    I think I know what you're problem may be.. There is a hard limit or 1000 results for a LDAP search against active directory. And I think you're hitting this limit. One way to test is to narrow your search to one small OU with only 10 users in the OU.
    This setting can be changed at the controller and is called "MaxValRange". here's a link to more info <a href="http://support.microsoft.com/kb/315071">http://support.microsoft.com/kb/315071</a>
    Before you make this change on your domain controller I'd try narrowing the search to a single OU first.

  • 5610 v4.81 does not synchronise data anymore (Mac)

    Hi,
    I use the Novamedia isync Plugin to sync my addresses (Mac 10.4.11). It worked a few times but now it does not work anymore since I have the 5610 firmware v4.81 and stops at about 20%. I reset my phone so that the bluetooth pairing was working again but the Bluetooth sync problem remains.
    I also tried the MSync service of my provider (o2 germany) but had similar problems: always an error message from my phone.
    Has anybody got the same problem? Is there a solution? Is the firmware the problem?

    The last Nokia Firmware update (v6something) did not help. But I managed to get my Apple Address Book contacts on my 5610. It costs money and time and you need to have an o2 contract (o2 Germany in my case)!
    Step 1: Your contacts must be in the Apple Addressbook
    Step 2: Buy Microsoft Entourage 2008 and sync it with the Apple Addressbook (see Entourage Preferences)
    Step 3: Buy and use the »Entourage Contact CSV Exporter«
    Step 4: Do some minor changes in the created CSV File so that it exactly fits the o2 Communication Center requirements.
    Step 5: Upload the CSV file onto the o2 Communication Center
    Step 6: Synch your mobile with the o2 Communication Center (costs money)
    done.
    unfortunately you loose all special charaters and all pre- and surnames will be merged.

  • How do I create a permanent backup of all my iTunes data, and movies?

    I'm confused about how to effectively backup and share my data.  And know others must have wrestled with this one too - so help please!
    Our family works across several platforms (PC, MacBookPro, 2 iPads, iPods, 2 iPhones and appleTV) and want to have a method to effectively share and save (i.e. permanently backup) our data (iTunes, other documents and movies).   We use HomeSharing, iCloud and iTunes Match, which work most of the time.  All the devices are linked to a single iTunes library.
    I understand that iCloud serves to synchronise data and share it between devices. Great.  But how do I create a permanent backup of the data?  I could get a third party online service (e.g. Box.net) or use external harddrives.  Is there a simpler approach that apple provides, that I've missed?  I'd lke to make teh solution a simple to use (i.e. upload data and share it), reliable without paying the earth! 

    Have you considered this...
    Backup iTunes to an External Drive  >  http://support.apple.com/kb/HT1751
    And there is this  >  ..Most commonly used backup methods

  • How do I connect my MacBook Pro to my Network using Ethernet as there is nowhere to plug the Ethernet cable in? What adaptor do I need? then how do I keep everything, docs and emails, synchronised daily?

    I have just bought a MacBook Pro and want to synchronise all data (excluding photos and music) and emails currently on my desktop iMac.
    First question, how to I plug in an Ethernet cable to the MacBook so that the two can be connected to the same network via the ethernet? Step one of the Apple setup wizard has me flummoxed!
    Second question, once I have that sorted, how do I keep the two devices synchronised (data files and email) and how do I keep the email synchronised to my iPhone?
    Help!

    Direct you to the proper forum for MacBook :
    MacBook Series Forumshttps://discussions.apple.com/community/notebooks?view=discussions
    http://www.apple.com/support/macbookpro
    Mac OS X Forum
    https://discussions.apple.com/community/mac_os?view=discussions
    This forum deals with a desktop/tower 65lb Mac Pro
    http://www.apple.com/support/macpro

  • Data Capture on Host VI without Massive FIFO?!?

    Hi guys,
    First post on the boards and about two weeks into LV Realtime/FPGA so be gentle!
    I'm capturing data from a system using a CRio 9082 and NI9215 A/D converter. The FPGA vi runs a timed loop (10 us or 100kS/s) which pulls in data and sends it to a Target-to-Host DMA FIFO (4096 long, single precision). Since I want to synchronise data acquisition to a TTL output, the FPGA also sends out a True/False value through a DIO port (NI9402). So, for example, if I want a 100 Hz TTL pulse and the loop time is 10 us, then a full TTL cycle will last 1000 loops with the half cycle lasting 500 loops. Both the position in the TTL cycle (0-1000) and the data acquired at that position in the cycle are interleaved in the FIFO. I've attached an image of the VI.
    The Host vi simply reads the values from the FIFO, decimates the interleaved output, and stores the data in an array for subsequent processing. I've also attached an image of the Host vi. The problem is that the data acquisition time could be as high as 10 seconds, which would mean the host-side FIFO would be 2 million elements long!
    SO, my question is how do I modify the host vi so that instead of waiting for the host-side FIFO to be filled, its size can be reduced and yet not lose data points in the filling of the array? You might rightly ask why I've done things that way but I found that filling up a massive FIFO ensures that I don't lose the continuous TTL position data, but then I figured it was grossly inefficient and some sage advice is necessary! 
    Thanks!!  
    Solved!
    Go to Solution.
    Attachments:
    FPGA.png ‏31 KB
    Host.png ‏20 KB

    No problem.
    Ordering issues in FIFOs have been a PITA for me for a while. Experimenting with different techniques suggests the following:
    - Never let your FIFO fill up, otherwise you're just throwing data away. Make sure you sample often enough (and more importantly, remove enough samples) to avoid this.
    - On this note, only fill up your FIFO when you choose to. You can use a sequence frame before the acquisition in the RT loop, dump in a While loop and wire a control to the stop terminal. You can then switch this to true in the host application when you're ready to receive data.
    - Timed loops (or while loops with timers) probably won't execute in a consistent manner on a Windows system. If you're hoping to acquire 10000 samples consisting of two channels every 100 ms, the loop might execute every 101 ms if you're unlucky. This means there may be more data in your FIFO, and you may not necessarily have an integer multiple of the number of channels. So if you have two channels, and there are only five samples in the FIFO when you come to read, the next sample into the FIFO (and thus the next sample out!) will no longer be in the same order as the previous packet.
    - How do you get round this? Well, you can buffer your data in: run the timed loop more quickly, read all the elements available in the FIFO and concatenate the resulting array with the previous iteration via a shift register. Keep doing this until the concatenated array reaches the requisite number of samples (e.g. your 10000 samples earlier) and then offload the results upstream, reinitialising the array to which you concatenate elements. Kudos to my colleague, -K-, for suggesting this to me.
    - Remember to stop the target from filling the FIFO when you have all the data you want, and to empty the FIFO and dispose of any additional data that may have been lobbed in there.
    CLD

  • Synchronisation of Two Modules NI 6587

    Hello Everybody,
    We want synchronise data acquisition between two couple "PXI_7952 + NI 6587" mount on the same PXI Rack. We have Labview 2009, Can you help us? Thank you in advance

    Hi,
    Did you find some examples in the help section ? If not may be you to update the drivers with the following link.
    http://joule.ni.com/nidu/cds/view/p/id/2743/lang/fr
    Regards
    Jean-Luc D. NI France
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Journées techniques : du contrôle d'instruments aux bancs de test
    Du 4 au 13 juin : Grenoble - Pari...

  • Synchronise two computers

    Hello.
    I have a 20" iMac that I generally use for most of my work. I am thinking about getting a MacBook Air for the times that I need to meet my clients.
    What I'd like to know is:
    Can I synchronise data between the iMac and the MacBook Air? I don't mean in the .Mac sense, but a total copy of my account from the iMac appearing on the MacBook Air which gets updated whenever I am logged on to my local network.
    I work in a PC environment and I know (think) that users on a PC can log-in to the server from any computer and can view all of their documents as though they were on their own machine.
    Sounds possible, but how could I do it?
    Thanks in advance.

    I've been syncing notebook to desktop(s) since 1990. There are quite a few programs that will let you sync data files (word processing and the like) while the two computers are connected. I've been using ChronoSync for the last 5 years or so. Using .Mac or third party programs you can also keep your address book, email, bookmarks and the like synced.

  • Synchronisation problem with LifeBlog

    Since about 2 weeks now, I cannot synchronise the stuff from my 6630 Lifeblog onto the PC Lifeblog. I keep getting the following message:
    "Lifeblog encounters problems transferring items. Please check the connection and try again. If the problem persists, restart Lifeblog and/or the PC and try again.
    Possible reasons: An item that you are trying to transfer may be opened in an application on your phone or PC, the multimedia card (MMC) on your phone or your PC hard disk may be full.
    For more information see Lifeblog Online Help, Troubleshooting, Transfer Problems."
    In the course of this problem I had done the followings:
    * Restart the computer and try again
    * Restart the 6630 and try again
    * Restart both the PC and the 6630 and try again
    * Check both the MMC (354 MB free) and my PC hard disk (16 GB free), restart both and try again
    * Uninstall Nokia PC-Suite and reinstall it and try again
    * Went to see the "Troubleshooting" which wasn't any help at all
    * Updated the firmware and try again
    * Re-installing PC-Suite (newest version), Lifeblog (newest version) on both phone and PC and try again
    All to no avail.
    Any help?
    Information:
    Phone:
    Nokia 6630
    Firmware version 6.03.08
    Operating system:
    Microsoft Windows XP
    Service Pack 2
    Nokia PC Suite:
    Version 6.81.13.0
    Language: English
    Connectivity Cable Drivers:
    Version 6.81.1.2

    23-Aug-2006
    10:01 AM
    elemmaciltur wrote:
    Since about 2 weeks now, I cannot synchronise the stuff from my 6630 Lifeblog onto the PC Lifeblog. I keep getting the following message:
    "Lifeblog encounters problems transferring items. Please check the connection and try again. If the problem persists, restart Lifeblog and/or the PC and try again.
    Possible reasons: An item that you are trying to transfer may be opened in an application on your phone or PC, the multimedia card (MMC) on your phone or your PC hard disk may be full.
    For more information see Lifeblog Online Help, Troubleshooting, Transfer Problems."
    In the course of this problem I had done the followings:
    * Restart the computer and try again
    * Restart the 6630 and try again
    * Restart both the PC and the 6630 and try again
    * Check both the MMC (354 MB free) and my PC hard disk (16 GB free), restart both and try again
    * Uninstall Nokia PC-Suite and reinstall it and try again
    * Went to see the "Troubleshooting" which wasn't any help at all
    * Updated the firmware and try again
    * Re-installing PC-Suite (newest version), Lifeblog (newest version) on both phone and PC and try again
    All to no avail.
    Any help?
    Information:
    Phone:
    Nokia 6630
    Firmware version 6.03.08
    Operating system:
    Microsoft Windows XP
    Service Pack 2
    Nokia PC Suite:
    Version 6.81.13.0
    Language: English
    Connectivity Cable Drivers:
    Version 6.81.1.2
    I've occasionally had the same error message you experienced above and have been able to solve it although I have not been able to localise whereabouts the problem is occurring.
    As an aside, I don't think you mention what version of LifeBlog you are using but FYI (For Your Information) v2.1.131 is out.
    I've composed a list of things you should look at to find out why this is happening - these questions are only meant to find out where the problem lies - not apportion blame so please don't take them the wrong way !
    Things you need to look at to solve the problem or eliminate the potential cause of the problem :
    1) Upgrade to the latest version of LifeBlog if you aren't already using it - it can be found here - http://www.nokia.com/lifeblog - it may be possible that the problem you are having is a known issue which is solved in the latest release. At the very least I would recommend doing a complete uninstall of the old version and then rebooting, and installing the new version to ensure that you start from a clean configuration.
    2) Has LifeBlog ever worked ? If so, then when did it stop working ? What did you do previous to when it stopped working ? Did you install a new PC/mobile application ?
    3) Are you able to use the full capabilities of PC Suite successfully ? Can you backup the phone, synchronise data with Outlook or whatever compatible PIM you use ? The fact that you have done a software update etc. indicates you can connect successfully to the phone, but I thought I would put it here for completeness !
    4) Have you tried installing the LifeBlog software which is designed to run on the mobile phone - not the PC ? (If not - please do this - it will act as an useful potential problem indicator further below)
    5) Are you running any minimized software on your PC or phone whilst trying to do the PC Suite/LifeBlog update ? Disable any anti virus software JUST IN CASE FOR THIS TESTING ONLY. I once had an issue where I connected a camcorder via Firewire and I then couldn't surf the internet - this turned out to be a problem with the anti virus application I was using at the time - it only recognised one valid TCP/IP interface at a time - when the FireWire connection became active, it shut the interface to my network card down ! Also make sure any firewall software is temporarily disabled just in case as well.
    You sound technically proficient, but again I thought I'd put this in for completeness.
    The thing that should happen if you have PC Suite living in your system tray (next to your clock) and you plug you phone in is as follows. You should get a little bublle pop up saying "6680 connected via USB" or something similar - the white cross in a red background should change to a green shape - can't remember what the shape is off the top of my head.
    Once that happens it pretty much means that your phone and PC are talking correctly. At this point PC Suite (e.g. backup) should work - if it doesn't then you will need to resolve this issue before LifeBlog will work.
    Presuming PC Suite works, and the problem is indeed localised to LifeBlog, the next stage of diagnostics would be to load LifeBlog for your mobile. When you load the LifeBlog software on your mobile, you should see a chronological list of pictures you have taken and text messages you have sent - check this is the case and that it is up to date - send yourself a text message and check if you can see it being sent and received in LifeBlog - if not, then click the options button and select Update Timeline (or something similar) and try again - does it appear now ? If it doesn't then it indicates LifeBlog isn't working correctly - I would recommend that you uninstall LifeBlog on your mobile and power cycle your mobile and reinstall it. This is the particular issue I was having - when I got LifeBlog on my mobile working - it worked on my PC - sometimes I find if they get out of sync they're not particularly happy (even though they should be independent of each other).
    I'm pretty sure from the log files, that LifeBlog uses a database of sometime to collate the LifeBlog information and sometimes it can get a bit confused - the "Update TimeLine" option should help solve this.
    Hope this helps - let me know how you get on !
    Regards,
    Edward

  • Using Notes and Oracle Client in the same application on Linux crashes

    This thread is copied from a thread of the same name under Database - General, since I cannot get any replies there.
    Could someone from Oracle PLEASE comment on this.
    Our application on Linux loads the Notes client libraries and then the Oracle client libraries. The application will crashes when connectimg to an Oracle server. This is because the T_* symbols in libnnz11.so get fixed up into libnotes.so rather than locally into libnnz11.so where the functions are defined.
    #10 0xb4779ea6 in T_malloc () from /opt/ibm/lotus/notes/libnotes.so
    #11 0xae7ca050 in CMP_reallocNoCopy ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #12 0xae7ccf7b in CMP_OctetStringToCMPInt ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #13 0xae7c91fd in A_X931RandomInit ()
    from /opt/oracle/product/10.2/db_1/lib/libnnz11.so
    #14 0xaec09e0d in ztcriv ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #15 0xaec09cef in ztcrbp ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #16 0xaec09ca4 in ztcr2seed ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #17 0xaec09c54 in ztcrseed3 ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #18 0xaeb40683 in ztcsh ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #19 0xaea631c4 in kpusattr ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #20 0xaea7847e in OCIAttrSet ()
    from /opt/oracle/product/10.2/db_1/lib/libclntsh.so.10.1
    #21 0xb081cb9f in COCIObject::Connect ()
    from /opt/criticalpath/common/bin/libor9i.so
    We have circumvented the problem for the time being by making sure that we load the Oracle libraries before Notes, but we cannot go with that as a long term solution.
    In my opinion the Oracle library is wrongly linked since all the T_* functions are defined in libnnz11.so. When we load Oracle first, the loader debug trace shows the correct fixups. When we load Notes first, the loader trace shows the incorrect fixups. We are using dlopen(libor9i.so, RTLD_LOCAL) for Oracle and dlopen(libnotes.so, RTLD_LOCAL) for Notes. libor9i.so has a dependency on libclntsh.so.10.1.
    An opinion would really be appreciated.
    Thanks,
    John Unsworth

    Thanks again.
    We don't have an Oracle support contract because we do not use Oracle ourselves. We supply an application that synchronises data between multiple data servers and server types, of which Oracle is one and Notes is another, as well as LDAP servers and many other types.
    Producing a full resolved binary is therefore not an option since the types of data server are configured when the apploication is installed, and then the client software for each server is loaded as required.
    The end user of the application supplies the client libraries and has a support contract for the servers, in particular Oracle and Notes in this case. So the other option is for the end user to raise a ticket using his support contract, but he is reluctant to do that since he considers that this is our problem as we supply the application that is having the problem. So we are in a dead water area. We do not want to take out a support contract just to get what is an Oracle product problem resolved. I imagine that this problem is something that has not been encountered before, because our use of the client library in conjunction with other client libraries is probably unusual.
    So that is why I am hoping, without any success so far, that someone from Oracle will pick this up.

  • Mac Pro 2.66 Logic , still synch error ? is this possible ?

    well , here goes my suprise . got recently Mac Pro 2.66 , one of the fastest machines around and i still get "could not synchronise data in time " error when CPU Usage of OS X is only on 12% !!! with not much happening in a Song ? is this still draging every body else down ? i used to have a lot of synch errors when i was on Pentium 4 Logic 5.5
    now i switched to Mac hoping to have better workflow and still having Logic stoping because of that annoying synch error. what about you out there , quad owners !
    p.s. i have audio buffer on set 125 . should not be a problem
    with quad 2.66 . am i wrong ?
    B
    Mac Pro 2.66   Mac OS X (10.4.8)  
    Mac Pro 2.66   Mac OS X (10.4.8)  
    Mac Pro 2.66   Mac OS X (10.4.8)  
    Mac Pro 2.66   Mac OS X (10.4.8)  
    Mac Pro 2.66   Mac OS X (10.4.8)  

    i think logic is fine Instrument it needs to be improved just as any other major DAW's . synch errors like , coundn't process data in time etc, is 20th century . there is enough tech knowelege nowedays to sort this legacy of the past out . what i'm afraid to go into is to start twicking OS till i would go Grey and not having any improvement as i did when i was usin PC & Windos . Melissa .., i have those error poping up without audio files in a song , only logic Synths and Stylus can cause those pop up . i don't want to dramatize it i have qute bearable interaptions but still those kind of Audio or whatever related problems they might be should be sorted out once and for all by Apple . also i constructed audoload on a new system i was using Cubase before i moved to Mac .
    for Chris', attention i've got quite qood Audio interface hooked up : Yamaha i88x Mlan interface .
    i'm hopeing to hear more feedback on this thread though.
    B
    Mac Pro 2.66   Mac OS X (10.4.8)  

  • Palm TX HotSync Problems with Windows Vista (DeskTop V6.2.2 HotSync Manager V7.0.2)

    I have recently had to re-install DeskTop on my Windows Vista PC and at the same time updated to V6.2.2. but the HotSync manager gets to "Synchronising Date Book" and just hangs up until I close things with Task Manager. I've tried re-booting my PC reloading the software and soft resetting my TX but so far I haven't found a solution. Can anyone help please?
    Post relates to: Palm TX

    When a sync hangs on a component of Palm Destop, it usually means the data is corrupted in that component. The calendar is the culprit most of the time.
    Click on the following link for the program called DbFixiT. This program has a trial version that you can download and install on your Palm OS device. The trial version will scan for database corruption and then report the corruption. You can then find the records causing the problem and fix them yourself or you can purchase the program and have it automatically fix the records.
    http://www.pimlicosoftware.com/dbfixit.htm
    To install the program, set all conduits to "do nothing" except quick install or install if using Palm desktop 6.2.
    After you install the program on the handheld, run the scan and also scan for Blobs in the calendar.
    After you clean-up the database on the handheld, set the conduits in hotsync to handheld overwrites desktop and perform a hotsync.
    If you need more info. regarding DBFixit, there is a PDF manual on their website.
    For reference purposes, click on the following link for the support page for your device on the kb.hpwebos.com webpage.
    http://kb.hpwebos.com/wps/portal/kb/na/tungsten/tx/unlocked/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • E-Recruiting : Creation of NA for newly hired P

    Dear experts,
    We are implementing succession planning using eRecruiting 600. The implementation is done in an integrated scenario where eRec600 is on the same server as ERP 603.
    I know that every object P should have a relation with CP,BP & NA before the application can work.
    To synchronise data between EXISTING P & BP, the report HRALXSYNC is used.
    I have noticed that whenever a new hire is done using PA40,there is a corresponding NA which is created in Infotype 5102.
    Please remember that till now,we are not handling the Recruitment part of eRecruiting.So,the hiring is done directly through PA40.
    I have activated the folllowing BADIs as a prerequisite for the report HRALXSYNC:
    HRSYNC_P
    HRALX_HRALXSYNC_BADI
    HRPAD00INFTY
    HRBAS00INFTY
    Is the automatic generation of a candidate NA for a newly created P happening because of these BADI implementations? Pls advice
    Can this generation be controlled somehow?
    Thanks in advance!
    Best Regards,
    Sowmya

    Sowmya,
    To answer your question, Yes, automatic generation of NA for newly hired/created PERNR (P) is because of the integration you have activated between PA and eRecruit via BADI implementations. Look at OSS note 997181 for details on how integration works.
    If you dont need integration between PA and eRecruit on PA40 then you may have to tweak the BADI's.
    regards
    Sridhar Kandisetty

  • I can't create an email account in Outlook 2013 for my exchange server

    Have tried many things on this issue.
    I have a new tablet PC running Windows 8. I am able to connect to my Exchange Server account using Windows 8 Mail, no problem but when I have tried to set up an account for Outlook 2013 to connect to the same Exchange Server using exactly the same login
    information I cannot get it to connect. I simply get the message that the Exchange Server is unavailable.
    I've been able to connect a variety of other devices to the same Exchange Server account without any problem - iPhones, Windows Phone, iPads, etc, etc all without problem. It's just this device and Outlook 2013 seems to be the issue. From checking various
    forums seems this is not an isolated issue but I've not been able to find a useful solution so far. Have deleted the user profiles and .ost files, switched off caching etc, all to no avail.
    One key difference between the account information required by Windows Mail and Outlook is that in the Windows Mail system I am prompted to enter my domain information. I know this is critical from the information provided to me by our network administration
    team but there is nowhere in the Outlook account setup process where I can enter my domain info.
    Closest I've been able to get to success is to use the manual account creation process and select the Exchange ActiveSync option - this gets me to the point where I'm prompted for my username and password info but it fails at this step because I am connected
    to a local domain (the domain account for the PC) and my user name and password are not accepted. There is nowhere in this login process that I can find where I can enter the correct domain info.
    Any ideas on a solution would be very much appreciated - I use Outlook extensively in my work and whilst the Windows 8 Mail system is good, it doesn't have the level of functionality I need.
    Many thanks
    Wayne.

    Have managed to solve this with your help Martina regarding using the domain\username combination.
    Here's the solution in detail in case anyone else is having similar problems.
    From control panels - select the User Accounts and Family Safety item, then the Mail (Microsoft Outlook 2013) item and then the Email Accounts option.
    Select the Email tab and click 'New... button to create a new email account
    Choose the standard Email account option in the following form. (Not the 'Manual' option'
    Enter your Exchange account details - no alterations necessary here. just your standard details.
    As the account verification proceeds you are prompted to again enter your username and password details. In this form, instead of using the top option with your username already populated, click the lower 'Other user' option and enter your domain\username
    details. This changes the domain. Enter your password as usual.
    I was prompted to do this twice - same each time. Enter domain\username in the username field and usual password
    Account is then created.
    Open Outlook to complete the process and synchronise data with Exchange.
    Hope this is helpful to others - again, many thanks for your assistance Martina.
    Wayne.

Maybe you are looking for

  • Can't find location error in Here Maps

    In the last three days, the geo-location function of my Flame phone stopped working. Here maps can't find the location anymore, other location aware apps don't work and pictures taken with the camera don't have coordinates anymore. Various resets don

  • RTSJ thread priorities, Lower priority thread running

    Hi, I'm experimenting with a thread pool that I've written containing javax.realtime.RealtimeThreads. I'm trying to use this to replace a java.util.concurrent.Exectutor type thread pool in an existing application. My design involves a Queue where the

  • Can I revert back to iOS 5.0 on my iPhone 4S?

    I have been using the Sprint version of the 4S since the day it was released and never seemed to have an issue with battery life.  However, after downloading the iOS 5.01, my battery life seems to be markedly diminished.  Thus, is there a way to reve

  • Problème: Photoshop CC se bloque dès que j'essaie d'ouvrir un fichier :(

    Bonjour, Je n'arrive pas à utiliser Photoshop CC. J'ai Windows 7-64 bits. Intel Core 2.2 GHZ, RAM 8GHz J'utilise Creative Cloud, j'ai déjà Illustrator qui marche très bien. J'ai installer Photoshop, je me suis déconnectée et connectée. Je peux démarr

  • Is This Possible To Do?

    Lets say I'm writing an Action that instructs the user at a certain point to select a foreground color they intend to use.  Later in this action I'd like the action to select the user selected "foreground color" and fill a selection, channel, etc., w