CF gives error of application that works in Oracle

The following query gives a 'not a valid month' mistake in CF, but works fine when in Oracle. This is happening more and more frequently. I also tried to launch the to_date() date string as well as the phase_one_launch date to_date(), but no change. This looks like it should be simple enough, but obviously I'm missing something. Please show me the error of my ways! Thank you!

SELECT pa_code, dealership_name, apm.dealer_id, dsp_id, phase_one_launch launch
FROM: apm_alerts, dm dealer_master apm
WHERE p1_launch_admin IS NOT NULL
AND apm.dealer_id = dm.dealer_id
AND dm.primary_manufacturer_id = 2
AND dsp_id in (1,3)
AND phase_one_launch < 1 July 2006 00:00:00 '
AND phase_one_launch > 1 June 2006 00:00:00 '

If you use the tronque() function, you will not have to worry about the time portion of the date:

Select * from tbl_mytable
When trunc (my_date) = 1 October 06 ')

Note the date format - this is the date format default for Oracle. You can also use the to_char() function to convert before the comparison:

Select * from my_table
where to_char (my_date, "mm/dd/yyyy") = 1 July 2006 ")"

I hope this helps...

Tags: ColdFusion

Similar Questions

  • Error when you try to run an application that worked when built with 8.6

    I have a simple program that I wrote in the 8.6 version that I've never had a problem generation and execution of applications built with it to 8.6.  Two weeks ago, I got 2009 by mail because we had very recently purchased 8.6 and I get errors when you try to run an application built with the same code using 2009.  The error relates to the Mean.vi.  He claims that he can't find it.  The error I get is as follows:

    Error loading VI 'NI_AALBase.lvlib:Mean.vi '.  LabVIEW support 3 error code: could not load façade.  I don't have access to the front panel of this vi, so I wonder if there is a problem with the runtime and not my code.  Please answer as soon as possible because it will quickly start to the impact of my calendar.  Thank you.

    Hello!

    The same problem ?

    I talked with my local OR technical support team. The application now works without any problem.

    Rule of thumb: when creating a Setup program do not forget that the option "Run Time Engine xxxx" in the category "Other installers" is selected despite the fact that the runtime is already installed.

    Best regards.

  • several execution errors in situations that worked almost perfectly before

    I have a VB6 application that I've been selling and support, with frequent updates throughout the track, since 1998. I use 378 customers in 39 States. In recent months, some of my clients know errors multiple 'cannot lock the file"appear, then do not appear when they immediately try the same steps again, and sometimes, they may have to try the same steps two or three times before the message stops showing. They also frequent messages on the database is accessed by another user, even if the database is on a single computer with no other possible cases of access. It happens even with their database of accessible network opened in sharing mode by the current user. This error message is most often the result of a temporary LAN problem when it occurs via a local network, but it also happens on a computer that is not networked. It's certainly not a correct indication of what is wrong. This has happened on Windows XP, Win7 and Win8.x computers. I also had a couple of customers is no longer able to print reports generated by Activereports 2, so I created many of the same reports in Crystal Reports to work around the problem.

    I use Installshield 2012 to distribute this software, and I installed the recent patch supplied by Flexera as soon as I received it.

    I tested software from disabling security, or installation in a public folder, but doesn't seem to help.

    A customer seems to enjoy one of these errors for a few days, and then they started to appear again.

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Building an application that works 24 / 7

    Hi, I'm new to BB development and have the following question. I appreciate if you can send me links to code examples that help me solve the question below.

    Can I build an application using JDE 4.7.0 where it can run when starting the device, then it checks every 4 hours (draws a server for content) content and have the application runs 24 / 7 where the application can NOT be terminated by the user.

    If you see a problem in the battery life if the application runs 24-7, pull the content from one server every 4 hours, or is it possible to have a timer to wake up the application every 4 hours.

    What you ask, it's certainly possible and for a developer experienced BB, not so difficult.

    I wouldn't worry about the impact of battery life of what you're trying to do.  It will be not significant.

    You will probably hit problems in the following areas:

    restart a) making sure that the application starts correctly, after both a soft and hard

    (b) the connection to the server using generic code that works in most situations.

    (c) decide how to inform the user and/or get feedback from the user, as you run in a background Thread.

    These are all covered in the discussions on this Forum or KB articles.  However, I don't think that there is place to direct you to the these right now.  You need to start coding in Blackberry, just do stuff from the UI simple, until you are familiar with your development environment and the capabilities of the device.  Once you have there, then search in this forum and KB, and then after specific questions if you want.

    When start don't forget to look at the Sticky Thread:

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=13264

  • Visual studio 2005 application stopped working after windows 7 32 bit OS update to service pack 1

    Hi support them.

    I did tutor which is used to record the Windows Application to the learning process. It is a 32-bit application that works fine in Windows XP and Windows 7 32 bit OS operating system. But after the upgrade of Windows 7 Service Pack 1, it doesn't now. When we try to record something, it's giving the guardian has stopped working and program disappears.
    Any product from Guardian:
    1. it is a Visual Studio 2005 application.
    2. in execution of tutor, turn us the key to register PEHOOK.
    3. some of the DLLs we use are: Interop * and other user defined dlls.
    4. it can be used to record any application Windows 32 bit OS.
    When searching I got a solution in the forum:
    But after installing it too, the problem exists.
    Could you please help me solve this?
    Thank you very much in advance.
    Best regards
    Manu.

    Hello Manu,

    Thanks for the updates.

    Since then, enforcement, guardian, uses Visual Basic, please post this question in the Forums of Visual Studio for assistance.

    If you have any other questions about Windows operating systems, please get back to us.

  • Development of applications that run without installed DAQmx

    We want to develop the executables that include optional calls to connected DAQmx hardware.  It will be used for purposes of internal development and allocation of customers. We would like to include optional features such as temperature logging using the thermocouple NI 9211/USB-9162 entry-level camera.  If a customer wants to use our application with record temperature, they can buy the necessary materials of NEITHER and install DAQmx drivers.

    The problem we are trying to solve is how to develop applications that work also for the case when a client does not want to buy the material and does not install the DAQmx drivers.  Ideally, we can include a button 'disable temperature logging' on relevant applications, which prevents all calls to the DAQmx drivers at run time.  For example by including calls in a business controlled by this button structure.

    The problem we seem to have is that executables resulting always require customers to install the DAQmx drivers, even if they don't need them.  It doesn't seem to be a way to make the optional installation, since the source screw included calls to DAQmx drivers, even if they will not be used by the customer.

    Clearly, a solution is to develop two families of screws and the applications, which include DAQmx calls and one who is not.  However, which will result in a horrible collection of code that will require the maintenance and parallel development.

    An alternative is to ask all customers to install DAQmx drivers.  Unfortunately, the size and complexity of downloads that results will be a significant deterrant.  It's already a shame that our distributed software is a 50 MB download, when the size of the code in C++ or VB would be less than a tenth of that.  Another factor of increase of 10 download is prohibitive.

    We must find a solution more clean.  All ideas, plase?

    We are currently with LabVIEW 8.5.1 and DAQmx 8.9.

    You can use the conditional structure conditional symbols and disable disable in the project to do. You can, for example, have a symbol called "HAVEDAQMX" and, say, use a 1 or 0 (or anything you want) to indicate that you want to run the project with or without DAQmx. In VI using the conditional turn off the structure. For HAVEDAQMX = 0 case put in the code to run without DAQmx. For HAVEDAQMX = 1 case put in the DAQmx code. When you build the application, if any will get used, and the other will be thrown.

    Attached is a simple project that does this. You can view the LabVIEW help for more information about the conditional structure disable.

  • To run all the applications of the laptop or install download applications works does not error message indicating that the application is not valid "win32.exe or win32.application.

    To run all the applications of the laptop or install download applications works does not error message indicating that the application is not valid "win32.exe or win32.application.

    Hello m.velentino,

    Not sure if you are still having the error message isn't valid win32.applicaiton.

    Get the error: not a valid 32-bit application can have several origins:
    I have listed some of them below.

    The file is corrupted, bad or missing.
    -If the hard disk is damaged or hurt it cause work programs to fail, either because not all data can be read from the hard drive the program is damaged on the drive. Run scandisk and defrag on the hard disk to check for potential errors.
    -If you run the program from a shortcut on the computer, verify that the program is still on the computer. In some cases if the program is no longer installed on the computer, you can get this error.

    File is not designed for your version of Windows:
    -If you try to run a program that is not designed for your version of Windows, you can get this error.
    -Although many old programs designed to work in older versions of Windows will work with new versions of Windows, unfortunately, not all programs will not work.
    -If the program is an MS-DOS program more former start program or Windows, you can get this error.
    -If the program is designed for a 64-bit version of Windows and you are running in a 32-bit version of Windows, it will not work and generate this error.

    File is a virus, worm or other malicious program file.
    -
    This error can be generated by a file that is a virus, worm, Trojan horse or other type of malware file. Often, this will result because the antivirus installed on the computer will not allow the file to install or run. Try to analyze the file to check, it is not a virus or infected.
    -If the file has been checked and is clean, it is always possible that the virus protection program or a another program installed on the computer is at the origin of questions during installation or execution of the program. Start the computer in Mode safe and try to run the program. start the computer in Mode safe will be that nothing is running in the background that could cause this problem.

    Hardware incompatibility.

    -If you get this error during the installation of a program, it is also possible that the CD-ROM drive or the drive that you are installing the program from is not compatible with Windows or has drivers that are not compatible with Windows.
    -Download the latest drivers for your CD player or other of the manufacturer of the computer or the manufacturer of the equipment. (Microsoft does not pilot for other materials)

    Let us know if these suggestions help you.

    Marilyn

  • Install the latest Firefox on Windows XP Embedded gives the error: "this application has failed to start because pdh.dll not found."

    I try to install the latest browser (normalized), sure I can the old computer of Windows XP Embedded. Hardware does not meet the 'recommended material' a Pentium 4 (it has a P3). I tried at first installation/bar of Firefox version 28, and that seemed to work well. Version 36 gives error that I said in the question. It is not essential that I run the * last * version of Firefox (the browser is ONLY used for an intranet application), but I would like to install the latest version that will work, and if there is a simple solution for this version, I want to explore that.

    Kind regards

     Gerrat
    

    Hi gerrat, it is probably best to use the version of esr firefox 31 in your case: https://www.mozilla.org/en-US/firefox/organizations/

  • Why build application vi works in the development environment, but not in the executable file; error 1025

    Hello

    I have a request ('A') that I am trying to build another application ("BuildA").

    I can create a request for A manually of its project using the Build specification, and it works fine (A.exe).

    Also, when I run BuildA.vi in the development environment he calls the "Build.vi" properly and again generates application A.exe very well.

    Then, when I ask BuildA (manually) and run BuildA.exe, I would expect that it also creates A.exe as BuildA.vi did in the development environment.

    However, it fails with the error:

    Code: 1025

    Reference VI opened in .vi NI_App_Builder_API.lvlib:Build (path)-> BuildA.vi
    Path of the VI: C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi

    I noticed this thread , which looks like a similar problem, but has reached no conclusion.

    Why BuildA.vi works fine in the LabVIEW environment, but the application that builda.exe does not work?  All paths are hard-coded, so it shouldn't be a path problem.

    Thank you

    -john

    eye_in_the_sky wrote:

    I guess we will have to keep the application building separated the disappointment... automated scripts

    There are still other options.  Lets say configure you VI to run then.  If you ran the following command from your script line

    "C:\Program NIUninstaller Instruments\LabVIEW 2011\LabVIEW.exe" "C:\BuildA.vi".

    It would then open your BuildA.vi in LabVIEW and run in the development environment.

  • Report Generation Toolkit, production of the 2147417842 error, "The application called an interface that was marshalled for a different thread."

    Hello world

    I have an application that stores data in an Excel worksheet by using the report generation tool.  My VI have worked well in the past using Excel XP, but since I have upgraded to Excel 2007, I get COM errors like this:

    "2147417842 error occurred while the application called an interface that was marshalled for a different thread. in Excel_Insert_Text.vi', this is the exact wording, even with the odd punctuation and capitalization.

    The first occurrence of the error is not determined.  Sometimes, to the record 10 sessions, involving a new .xls file, may occur before this error.  Once this error occurs, I must leave LabVIEW to solve.  If I try to do something with Excel, I still get this error, even if sometimes it comes out different source Excel_Open.VI is another.

    These screw logging worked fine until upgrading to Excel 2007.  I checked and I have been using a very old version of the report generation tool, v1.0.1.  I read the documentation and had a big sigh of relief when I realized that I needed to upgrade to v1.1.2 for Excel 2007 help.  However, even after the upgrade, I still get the same errors.  I'm using LabVIEW 8.0.1 and I also build these screws in an application.   The error occurs in the application built both in the IDE of LabVIEW.  Anyone out there have any idea what I can do to fix this?  I google a bit and discovered it is a COM error, but I can't find any reference to the report generation tool specifically.

    Thank you

    Phil

    I think that suits him!

    Here's what I did: I left privileged execution environment level upper VI as "as the appellant.  I tried the "user interface" configuration, but it seemed to slow down considerably the program.

    Then, I found each sub - VI, calling the report generation tool and define the environment for running favorite "user interface".  All the errors went away, and the program is much happier now.

    Big assumption on what a Christian, thank you!

  • I tried to start my webcam and it gives me a message that says: 'LiveCam.exe. has stopped working. »

    Original title: webcam inspiron 1420

    I tried to start my webcam and it gives me a message that says: 'LiveCam.exe. has stopped working. "I checked and it is said that it works correctly.  I also looked and found something that seems to say that the app crashed.  Any ideas?   Thank you

    BFM

    Hi BartMorgan,

    ·         What is the error correct mrssage?

    ·         Is - this "LiveCam.exe has stopped working" or "LifeCam.exe has stopped working"?

    Follow the suggestions below for a possible solution:

    Method 1: I suggest you put your system to boot (in normal mode) to solve the problem.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

     

    Note: After troubleshooting, be sure to configure the computer to start as usual as mentioned in step 7 in the above article.

    You can also check if the troubleshooting steps to help you in the article mentioned:

     

    http://support.Dell.com/support/topics/global.aspx/support/KCS/document?docid=266612

    Method 2: Alternatively, you can try to uninstall and reinstall the drivers of webcam and check if that helps.

    Step 1: You can try to remove the webcam in Device Manager:

    a. click the Start button, in the start search box, type devmgmt.msc and press enter.

    b. in the Device Manager window, click view , and click Show hidden devices

    c. right-click on the webcam is installed.

    d. in the dropdown menu, click Uninstall or Remove.

    e. in the dialog box to confirm the device removal, click the OK button.

    Step 2: Also verify and uninstall the webcam again from programs and features program, if it is installed and then restart the computer.

    a. click Start.

    (b) in the search box to start, type appwiz.cpl and press enter.

    c. in the programs and features list, select the webcam program and Uninstall it.

    d. restart the computer.

    NOTE: After the reboot, the computer should recognize the connection of the camera and start to reinstall the driver.

    I hope this helps.

  • Get error "this application does not work without Google play services"...!

    Hello

    I use google maps in my application and be able to install the apk from file in the BB device. But after installation when launching the application, I get an error "this application does not work without Google play services.

    How can I get google game services to the BlackBerry device.

    Kind regards

    NGO.

    The BlackBerry Runtime for Android applications does not support Google Maps (or Google Services play). If your application uses Google Maps, there are two ways that you can support mapping in your application. One option is to replace the library card theGoogle with a WebView that integrates the web version of Google Maps.

    For more information on this process, see using a WebView to view Google Maps.

    Another option is to replace Google Maps with OpenStreetMap, which is a free card all over the world.

    For more information on this process, see Replace Google Maps with OpenStreetMap.

  • Implementation error "Applicatipn has stopped working" at the opening of most of the applications.

    * Original title: Windows error

    Applicatipn has stopped working

    A problem caused the blocking of the program works correctly. Windows will close the program and notify you if a solution is available.

    Basically, this error comes with most of the applications on my Windows 7 Professional 64 X bit. This error comes up with Gadgets, games and other applications. I don't really know what to do. I tried to clean the disc, search for viruses but everything seems fine. Could someone help me with this situation?

    Hello

    Error: Windows Explorer has stopped working
    http://support.Microsoft.com/kb/2694911

    Crashes Windows or freezes<- try="" these="" first="" and="" the="" methods="" do="" apply="" to="" your="">
    http://support.Microsoft.com/kb/2681286#method22

    Performance and Maintenance<- check="" these="" especially="" the="">
    http://Windows.Microsoft.com/en-us/Windows/performance-maintenance-help#performance-maintenance-help=Windows-7&V2H=win7tab1&V3H=winvistatab1

    Other methods of troubleshooting to use according to your needs:

    Use the startup clean and other methods to try to determine the cause of and/or
    eliminate problems.

    ---------------------------------------------------------------

    References to Vista also apply to Windows 7.

    What antivirus/antispyware/security products do you have on the machine? Include
    everything you've ALWAYS had on this machine, including those you have uninstalled (they
    remains of leave behind which can cause strange problems).

    ----------------------------------------------------

    Follow these steps:

    Try these to erase corruption and missing/damaged file system repair or replacement.

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker
    (SFC.exe) program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    ==========================================

    After the foregoing:

    How to troubleshoot a problem by performing a clean boot in Windows
    Vista or Windows 7

    http://support.Microsoft.com/kb/929135

    Use advanced tools to solve performance problems in Windows 7
    http://www.howtogeek.com/HOWTO/6152/use-advanced-tools-to-troubleshoot-performance-problems-in-Windows-7/

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/default.aspx/GP/slow_windows_performance?p=1

    Optimize Windows 7 for better performance
    http://Windows.Microsoft.com/en-us/Windows7/optimize-Windows-7-for-better-performance

    Open the troubleshooter of Performance
    http://Windows.Microsoft.com/en-us/Windows7/open-the-performance-Troubleshooter

    To see everything that is in charge of startup - wait a few minutes without doing anything-
    then right click on taskbar - task manager - take a look at Applications.
    Process - Services - this is a quick reference (if you have a little box on)
    Lower left - show for all users, then check that).

    How to change, add or remove startup programs in Windows 7
    http://www.SevenForums.com/tutorials/1401-startup-programs-change.html

    Is a quick check to see who are loading method 2 - using MSCONFIG
    then after a list of these here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out what files, registry keys, and other objects
    processes have open, which DLLs they have loaded and more. This unique
    powerful utility will show you even owned by each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured to start automatically
    When your system boots and you connect. Autoruns also shows you the complete list
    locations of registry and files where applications can configure start automatic settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor file system, registry, process, thread and DLL
    activity in real time.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    WhatsInStartUP - free - this utility displays the list of all applications that are
    loaded automatically when Windows starts. For each application, what follows
    the information is displayed: Type of startup (registry/Startup folder), Command - Line
    Channel file, the product name, Version, company name, location in the registry or
    file system and more. It allows you to easily disable or remove unwanted programs
    that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe
    not. The window Watcher says it all, every window created by each execution of the statement
    program, if the window is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp
    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

    ===========================================

    Think about it an absolute must - manually update your drivers.

    Vista and Windows 7 updated drivers love then here's how update the most important.

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded: run DriverView - set
    SEE drivers to hide Microsoft - update those without drain in their names. (Also
    updated the BIOS and drivers from the chipset on the site of the constructor/the system motherboard).

    -Free - DriverView utility displays the list of all device drivers currently loaded
    on your system. For each driver in the list, additional useful information is
    Poster: load address of the driver, description, version, product name,.
    company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit Maker as replacements and system manufacturer of device which are
    the most recent. Control Panel - write - graphics card - device manager
    the brand and complete model of your video card - double click - tab of the driver-
    Note the version information. Now click on UPdate Driver (this can do nothing
    MS is far behind the certification of drivers) - then do a right click - Uninstall - REBOOT
    This will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard
    If there are 3rd party with their own software and drivers and the other main device drivers
    you have.

    Now, go to the site of the manufacturer of system (Dell, HP, Toshiba as examples) (restore)
    and site (Realtek, Intel, Nvidia, ATI, for example) and get the manufacturer and device
    their latest versions. (Look for the system to update the BIOS, Chipset and software updates
    Site of the manufacturer here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN -.
    REBOOT after each installation.

    Always check in the Device Manager - drivers tab to be sure the version you are
    installation actually appears. This is because that some rollback of drivers before the
    later is installed (particularly that audio drivers) so install a driver - reboot.
    Make sure that it is installed and repeat if necessary.

    Repeat to the manufacturers - BTW to the device makers DO NOT RUN THEIR
    SCANNER - check manually by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    Installation and update of drivers under Windows 7 (updated drivers manually using
    the above methods is preferable to ensure the latest drivers from the manufacturer of system
    and device manufacturers are located)
    http://www.SevenForums.com/tutorials/43216-installing-updating-drivers-7-a.html

    If you update the drivers manually, then it's a good idea to disable driver facilities
    in the updates of Windows, which leaves on Windows updates, but it will not be installed
    pilots who are generally older and cause problems. If updates provides a new
    driver then hide it (right click on it) and then go get new ones manually if
    you want.

    How to stop Windows 7 automatically install drivers
    http://support.Microsoft.com/kb/2500967

    ===========================================

    Refer to these discussions because many more excellent advice however remember to check
    your antivirus, the main drivers and BIOS update programs and also to solve problems
    with the first method cleanboot.

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/GP/slow_windows_performance/en-us

    Performance and Maintenance Tips
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/19e5d6c3-BF07-49ac-a2fa-6718c988f125

    Explorer Windows stopped working
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/6ab02526-5071-4DCC-895F-d90202bad8b3

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • I'm running Thunderbird ver15 under Win Vista. Gmail considers ver15 a low security application. How updated to a version that works with Gmail?

    This worm is working great for years. Suddenly, Gmail could not accept my sign-in. I have auto day together in Thunderbird, but it won't go past worm 15. Only after that I changed the setting in Gmail to enable low security Gmail applications would allow me in my emails via Thunderbird. I could connect to Gmail via the web very well, but not via Thunderbird. Could this be a problem with Vista?

    Thank you
    Richard

    Then I tried to configure server authentication to "OAuth2" method, but this option was not available. in the drop-down list.

    "OAuth2" only works for IMAP accounts. For POP "Normal password" is required, either in "allow applications that are less safe" or authentication step 2.

    You can set if "OAuth2' for SMTP server outgoing.

    When your problem has been fixed can you mark the thread as "solved" Please?
    Thank you.

  • HP workspace: is it possible to try HP work space with applications that uses my business?

    Hey everybody,

    Is there a way to try HP work space with applications that uses my business?

    Thank you

    Bill

    Yes, buyers of all bundle HP Elite x 3 on or before January 31, 2017 can enjoy a free 60 days HP Workspace Premium service launch promotion offer.5 which is more a $150 value per user! 6. contact your partner HP or HP account representative to activate the free promotional offer for 60 days.

Maybe you are looking for

  • Qosmio F10 does not work after the recovery procedure

    Hi, I just bought the toshiba recovery dvd for my qosmio laptop f10, I put the dvd in and it goes through the process of recovery and complete 100% he then told me to remove the dvd, and then press CTRL ALT DELETE to restart the computer. In doing so

  • Satellite A200 27Z - how to unlock KeNotify on Windows Vista?

    Hello world Well, this subject pretty much says it all. I do a cleaning - on my Satellite A200 27Z - and I have my Windows Vista continues of blocking KeNotify.exe at startup. Answers on Google etc are contradictory - "definitely!" - "no, don't touch

  • Convert labview 5 llb to 8.6

    Could someone please convert this library (apparently from Labview 5) in a format compatible with Labview 8.6?  In addition, it is possible to download the version of labview 8.2 (so I can make these conversions myself without worrying about someone)

  • Contig v1.6

    I downloaded Contig v1.6 but now cannot find my download to use. After going through the movements of the download, a black box appears and then disappears before I can see/do something with it. I have also tried to 'Search' for Contig but told me th

  • Themes for blackBerry without Internet on BB 8310 Smartphones

    I want to know if there is any way I can download themes for my office and put them on my BB 8310 through my Desktop manager or in any other way.  I don't have the capabilities to data on my phone... so I can't download it from my browser on the phon