Email address query

I have 2 email addresses. One is via Telkom the other is [email protected] NOBODY can get this set up on my Blackberry Am on prepaid so can't get Activation P/W. What or how must I do please?

When you say Activation P/W do you mean it is asking for your Enterprise Activation Password?
If so it sounds like your account is not properly provisioned for Blackberry data. In order to use the push features of a blackberry you need a blackberry data plan rather than a standard carrier data plan.
Give your carrier a call and see what options they have.

Similar Messages

  • How To add postion specific email address to this query in oracle hrms

    Hi friends,
    I'm using the below query to send an email to the supervisor,employee and the HR manager
    I was able to add the first two mail address..
    for the third one,I mean HR manager... how do I get the email address
    I want to add the email address of the position --(from per_positions-->name--'HR-Manager' )
    I want to add the person's email address who is holding this position...
    can some one help me with this please
    SELECT paa.person_id, papf.full_name, papf.email_address, paa.date_end,
    paa.date_start, paaf.supervisor_id, papf2.email_address
    FROM per_absence_attendances paa,
    per_all_people_f papf,
    per_all_assignments_f paaf,
    per_all_people_f papf2
    WHERE paa.date_end = TRUNC (:p_date)
    AND paa.business_group_id = :p_buss_id
    AND papf.person_id = paa.person_id
    AND TRUNC (:p_date) BETWEEN papf.effective_start_date
    AND papf.effective_end_date
    AND TRUNC (:p_date) BETWEEN paaf.effective_start_date
    AND paaf.effective_end_date
    AND paaf.assignment_type = 'E'
    AND paaf.person_id = paa.person_id
    AND paaf.supervisor_id = papf2.person_id
    AND TRUNC (:p_date) BETWEEN papf2.effective_start_date
    AND papf2.effective_end_date

    What about this:
    SELECT det.person_id
    ,det.full_name
    ,det.email_address
    ,det.date_end
    ,det.date_start
    ,det.supervisor_id
    ,det.mgr_email_address
    ,det.hr_person_id
    ,hrper.email_address hr_person_email
    FROM (
    SELECT paa.person_id, papf.full_name, papf.email_address, paa.date_end,
    paa.date_start, paaf.supervisor_id, papf2.email_address mgr_email_address
    ,(SELECT paafhr.person_id
    FROM per_all_people_f papfhr
    ,per_all_assignments_f paafhr
    ,hr_all_positions_f pos
    WHERE papfhr.person_id = paafhr.person_id
    AND nvl(papfhr.current_employee_flag, 'N') = 'Y'
    AND paafhr.assignment_type = 'E'
    AND paafhr.primary_flag = 'Y'
    AND paafhr.position_id = pos.position_id
    AND pos.name = 'HR-Manager'
    AND trunc(:p_date) BETWEEN
    papfhr.effective_start_date and papfhr.effective_end_date
    AND trunc(:p_date) BETWEEN
    paafhr.effective_start_date and paafhr.effective_end_date
    AND trunc(:p_date) BETWEEN
    pos.effective_start_date and pos.effective_end_date) hr_person_id
    FROM per_absence_attendances paa,
    per_all_people_f papf,
    per_all_assignments_f paaf,
    per_all_people_f papf2
    WHERE paa.date_end = TRUNC (:p_date)
    AND paa.business_group_id = :p_buss_id
    AND papf.person_id = paa.person_id
    AND TRUNC (:p_date) BETWEEN papf.effective_start_date
    AND papf.effective_end_date
    AND TRUNC (:p_date) BETWEEN paaf.effective_start_date
    AND paaf.effective_end_date
    AND paaf.assignment_type = 'E'
    AND paaf.person_id = paa.person_id
    AND paaf.supervisor_id = papf2.person_id
    AND TRUNC (:p_date) BETWEEN papf2.effective_start_date
    AND papf2.effective_end_date) det
    ,per_all_people_f hrper
    WHERE hrper.person_id = hr_person_id
    AND trunc(:p_date) BETWEEN
    hrper.effective_start_date AND hrper.effective_end_date;

  • Query Builder not locating emails based on email address, only the display name will work.

    I am trying to set up some search folders for Outlook 2010 for emails either to or from a specific domain name.  I am using the Query Builder to set up the logic for the search criteria.  
    Here's an example of what I am trying to do.
    I have three people from a specific company that I want all emails I either send them or they send me to go to.  Their email address are as follows:
    Jane Doe <[email protected]>
    John Doe <[email protected]>
    Mary Smith <[email protected]>
    Here is the issue I am having.  When I set up the criteria for the search folder, entering From --> Contains --> [email protected] (or any of the other addresses mentioned above) will return no results.  Entering From ---> Contains
    --> companyxyz.com will yield no results.  Only entering From ---> Contains --> Jane Doe will yield any results. 
    If I use the From field in the standard Messages Tab of the Search Folder Criteria window then just entering companyxyz.com will give me all the messages.  The problem that I have is that I cannot set up any OR conditionals with this standard field
    which is why I am using the Query Builder.
    My question is why doesn't the actual email address work for a search criteria in Query Builder and how can I set up a criteria for a domain name (@companyxyz.com) so that I can see all communication with a particular company?

    Hi,
    This is the expected behavior of Outlook.
    The Search Folder Criteria dialog has two From fields. One From field is under Messages tab and another From field is under the Advanced (or Query Builder) tab. The From field under Message tab uses email address while
    the From field under Advanced or Query Builder tabs uses the display name. So, when we want to use Query Builder to create a Search folder that filters by email address, the Query Builder ignores the email address and uses the display name instead.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Mail stopped querying other email address'

    without having changed anything (that I know of) my mail program suddenly stopped querying my home email server. I travel often between two states and have two internet companies and two email addresses which both always send email to my mac mail program with out any problem for months. suddenly yesterday it only feceived email for local server.
    i checked preferences, addresses still there, called internet companies, they said they weren't reporting any issues... any ideas? i can still go to a site online and grab this email but it is obviously more convienent to get your mail when you click mail! thanks~
    mail is 1.3.11, powerbook g4, OS 10.3.9

    thank you

  • Query about Email Address Format & PDF Output

    I'm using XML Publisher and an RTF word template linked to an Oracle XML file to generate PDF Purchase Orders.
    Part of the PDF output displays an email address.
    If the email address is in this format:
    [email protected]
    then when the PDF output is generated, the address is outputted into a clickable hyperlink which sends an email to:
    [email protected]
    However, if the email address is set to:
    [email protected]
    then the resulting email hyperlink will only be sent to:
    [email protected] (i.e. all to the right of the dot)...
    Just wondered if there is any way to stop this from happening?
    Thank you

    Sorry - I know months have passed since I first raised this query.
    Just double checking again, to see if anyone is aware of a workaround for this email issue? Is there anything I can do in the XSL in the background to force a particular email hyperlink format?
    Thank you

  • Query to extract as far as the @ symbol in email addresses

    Hello.
    I'd like to create a MySQL query to extract everything 'on the left' of the @ symbol in a set of email addresses, plus the @ symbol itself, plus an ellipsis.
    In other words, if [email protected] was in the list, I'd like the query to return just this:
    johndoe@…
    That is, returning just the first part of the email address but omitting the host.
    Would anyone like to oblige me by telling me what that query would be?
    Thanks in advance for your help.
    Hugh

    hughanagle wrote:
     I'd like to create a MySQL query to extract everything 'on the left' of the @ symbol in a set of email addresses, plus the @ symbol itself, plus an ellipsis.
    SELECT CONCAT(SUBSTRING_INDEX(email, '@', 1), '...') AS trimmed_emailFROM mytable

  • UCxn - Query to search for a specific email address

    I've got an odd issue...I've got a user in our London office on a completely separate voicemail system (Unity 5) that is receiving SMTP notifications from the voicemail system (UCxn 9.1.2) here in the US.  I'm wondering if there's a query I can run against the database to search for her email address and see if it is in the US cluster someplace?  I'm not a DB guy at all, so when it comes to SQL, I'm lost.
    Appreciate any help someone can provide
    SJ           

    You can try the user data dump from the ciscounitytools online and then just search the output and see if it's in there.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Query, email addresses and Outlook

    Hi,
    I have a query that returns a list of email addresses.  I want to populate the to or cc field in Outlook programmatically?  How can I do this?  I'm trying to find a way to open the user's email client and put the email addresses from my query into the cc field ideally.
    Any way to do this?
    I know this:  <a href="mailto:[email protected]">[email protected]</a> will work, but that works because it's a hyperlink.  Is there another way to simulate a hyperlink being clicked?
    -ws

    WestSide wrote:
    I'm trying to find a way to open the user's email client and put the email addresses from my query into the cc field ideally. 
    Any way to do this?
    Basic answer is NO!
    Once you ever, as a developer of web applications that run on a server, say anything like: "open the user's {blank} client" you have overstepped the bounds of client server applications.  If we, web developers, could open what ever client tools we wanted, just imagine the havoc nefarious web developers (aka hackers) could do.
    But you can provide links, that if the client has chosen configure their system to do so, would open the client tool request.  I.E. for e-mail you could provide a "mail to" link with the proper suggestions for from, to, cc, subject etc.
    http://www.ianr.unl.edu/internet/mailto.html

  • Invalid Character in Email Address Check Query [SOLVED]

    I have been asked to identify a list of all email addresses on our system which contain invalid characters.
    Acceptable characters are: 1-9, and a-z, and also '\','.','@'.
    Is this something a regular expression would be able to handle?
    I have made a start via:SELECT fu.user_id
         , fu.user_name
         , fu.email_address fu_email
      FROM applsys.fnd_user fu
    WHERE (
               fu.email_address LIKE '%(%'
            OR fu.email_address LIKE '%)%'
            OR fu.email_address LIKE '%,%'
            OR fu.email_address LIKE '% %'
            OR fu.email_address LIKE '%+%'
            OR fu.email_address NOT LIKE '%@%'
            OR fu.email_address NOT LIKE '%.%'
           );But that seems pretty clunky, because I will have to add a new line for every character I want to search for. I have seen regular expressions being used for similar in the past, but I cannot tailor regexpressions to suit my need, because I find them really confusing.
    Thanks
    Message was edited by:
    jimr

    Thank you very much Frank and Anthony. We're not on Oracle 10 so the Translate option worked brilliantly - here's the answer, in case it is of help to anyone else who might have the same issue:
    SELECT fu.user_id
         , fu.user_name
         , wlr.notification_preference
         , wlr.email_address
         , DECODE(
              TRANSLATE(
                 LOWER(wlr.email_address)
               , '+0123456789abcdefghijklmnopqrstuvwxyz.@/-'
               , '+'
            , ' ', 'SPACE'
               TRANSLATE(
                  LOWER(wlr.email_address)
                , '+0123456789abcdefghijklmnopqrstuvwxyz.@/-'
                , '+'
           ) invalid_character
      FROM applsys.fnd_user fu
         , applsys.wf_local_roles wlr
    WHERE wlr.NAME = fu.user_name
       AND wlr.orig_system = 'PER'
       AND TRANSLATE(
              LOWER(wlr.email_address)
            , '+0123456789abcdefghijklmnopqrstuvwxyz.@/-'
            -- + followed by all the acceptable characters
           ,  '+'
           ) IS NOT NULL;

  • Vendor Email Address(Urgent)

    Hi,
    Can some one help me regarding extracting the vendor email address.Email can be obtained from ADR6 but need to know the lifnr and personal number.How do I get a unique personal number for a vendor so that i can query ARD6 and get the mail address.
    Thanks
    Shyam

    hi,
    i am not saying that adrnr number is same as personnumber you misinterpreted me.
    i was saying that for a particular adrnrnumber say 0000000145 , there exists  various person  number and these person number are in many cases same .
    Address Number Person numb
    0000000121               
    0000000145     0000001735
    0000000145     <b>0000002919
    0000000145     0000002919</b>
    0000000145     0000004153
    0000000145     0000004193
    0000000145     0000004211
    0000000145     0000004702
    0000000145     0000005050
    0000000145     0000005161
    0000000145     0000005184
    0000000145     0000005184
    0000000145     0000005186
    0000000145     0000005186
    0000000145     0000005190
    0000000145     0000005209
    0000000145     0000009182
    0000000145     0000010809
    0000000145     0000017254
    0000000145     0000017346

  • Is there a way to find the email address of the user's from SCCM database.

    Hi All,
    I am using SCCM 2012 R2 and trying to find a query/report that can help in finding the email address of the user the machine is assigned to (Primary device). And if that is a machine which is being shared between different user, I need to gather the same
    information or the user who last logged on that machine.
    Can you please help?
    Thanks
    Manish

    My opinion: I think you'll need to define what, to you, means "primary user".  a primary user relationship can be defined manually by you one by one in the console, automatically by usage, imported via script, or the end user (if they know
    how and you've allowed this in settings) can indicate a machine is a primary machine for themselves.
    How is primary user relationship set, in your environment?  Depending upon how that relationship is determined in your environment, then you can track for that particular machine how or why the relationship you expect to be there, isn't the relationship
    the database acknowledges.
    Standardize. Simplify. Automate.

  • When I attach PDF to an email, it uses the wrong email address

    I recently added an email account to my Outlook.  It is not the default email account, but Acrobat defaults to that address whenever I attach a PDF to an email.  Within Acrobat, the Identity under Preferences includes the correct email address.  My MS Office applications use my correct, default email address when send from them.  In Windows, the correct email is set at the default email and Outlook is my default email application.  It is only Acrobat that defaults to the wrong email account.  How can I fix this?
    I am using Acrobat 9 Standard
    I attach PDFs to email my clicking on the envelop icon.  A new message in outlook automatically opens, but the "From" field in the new email message contains the wrong email address. I have also tried File/Attach to Email with the same results.

    Hi Tricia Kritzberg,
    Tricia Kritzberg wrote:
    I recently added an email account to my Outlook.  It is not the default email account, but Acrobat defaults to that address whenever I attach a PDF to an email.  Within Acrobat, the Identity under Preferences includes the correct email address.  My MS Office applications use my correct, default email address when send from them.  In Windows, the correct email is set at the default email and Outlook is my default email application.  It is only Acrobat that defaults to the wrong email account.  How can I fix this?
    I am using Acrobat 9 Standard
    I attach PDFs to email my clicking on the envelop icon.  A new message in outlook automatically opens, but the "From" field in the new email message contains the wrong email address. I have also tried File/Attach to Email with the same results.
    You are facing this error because Outlook is your default email Client and you have configured it for different e-mail Address than the one which you intend to send mail from.
    So i would recommend you to either Add the other e-mail account( The one from which you want to send file)  in outlook so that you have a choice while sending the file.
    OR
    You can remove the currently configured e-mail account from outlook, and reconfigure outlook for that e-mail address which you want to use for file sending purpose.
    P.S.- Acrobat will always use the e-mail address associated with your Default e-mail Client ( Outlook in your case.)
    Hope that answers your question. Please revert back for any other query or assistance.
    Regards,
    Rahul Tyagi

  • Rogue email address in mail accounts

    Hi,  I had a mobile me account.  When I transferred this to iCloud another email address (not mine) appeared, and is locked in my mail accounts.  I currently can read emails, but not reply from my iCloud account via the website, nor my iPhone, but thankfully can still reply to emails form my mail account on my mac.
    I have spoken to apple support on numerous occassions without this being resolved.  Has anyone else has this problem?  How did you fix it?
    Failing that, how can I create a new iCloud account and email?
    Thanks

    1. Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    2. In the Finder, press command-F to open a search window, or select
              File ▹ Find
    from the menu bar. In the search window, select
              Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu of search criteria, initially showing Kind. From that menu, select
              Other...
    A sheet will drop down. In that sheet, select
              Raw Query
    as the criterion, then click OK or press return.
    Now there will be a text box to the right of the menu of search criteria. That's where you enter the raw search query. Click in that box and paste the text you copied earlier by pressing command-V.
    3. The search window will now show all the App Store products that are installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    4. At least one of the apps in the Spotlight search results is not among your purchases in the App Store. Move each such item to the Trash, after quitting it if it's running. You may be prompted for your administrator password. Empty the Trash.
    5. Quit and relaunch the App Store. Test.
    If you find these instructions confusing, ask for an alternative method.

  • Can you schedule a report to send to a email address that is pulled from a database field?

    Post Author: huber.molly
    CA Forum: Crystal Reports
    Currently, we are collecting email addresses in a database field. We want to send the generated reports to only these email addresses. Is there a way to add a dynamic value to the "To:" field when scheduling a report?
    The goal is to schedule the reports and let them be sent to these addresses so it removes the step of manually entering the addresses.

    Post Author: IdoMillet
    CA Forum: Crystal Reports
    It's not clear what tool you are using to schedule your reports.This may require a 3rd-party tool.  See list of such tools at: http://www.kenhamady.com/bookmarks.html. My Visual CUT software allows you to drag & drop an email field/formula from the report itself into the "Email To" option, to dynamically drive email options by the data in the report.  Alternatively, it allows you to use an SQL Query or a Text file to specify email addresses.- Ido

  • Emailing Reports to the email address stored for the user in OID?

    Hi
    I have what seems like a simple enough question.
    We have an Oracle Forms / Reports Application running on IAS 10.1.2.2.0 on Windows. We use Single Sign On for Forms and Reports. We generate reports from forms using RUN_REPORT_OBJECT.
    I want to be able to generate a report and send it as an email attachment to the email addressed stored in OID for the SSO user running the forms application.
    I can set the REPORT_DESNAME to be the recipient email address (as documented).
    My question is do I have to query OID manually to get the email address (using DBMS_LDAP or whatever DB utility packages) and set REPORT_DESNAME, or is there a way that Forms (or Reports) can take of this automatically for me?
    Thanks

    You can go through portal to get your info by utilizing wwsec_api.person_info call or you can go after it using DBMS_LDAP. You have to do a bunch of work if you use DBMS_LDAP or DBMS_LDAP_UTL...like connecting, binding, getting a handle, etc. You ultimately can use DBMS_LDAP_UTL.get_user_properties.
    Look here for more details.

Maybe you are looking for