Missing character for password prompt

Hello,
I cannot seem to find the ` character during a Password prompt.
This character is on the top left key, just below Esc.
I think this character is U+02CB, "Modifier Letter Grave Accent"
For context, I just changed the password of my domain account password on my PC and I included that character. Then I went to my iPhone to update the password of my Exchange account there, only to discover that character is not available at the normal iPhone keyboard.
A curious note is that the character is available on the iPhone keyboard that appears on the To:line when typing a new mail message, so the character is available on the firmware.
Thanks
César

here is what i see

Similar Messages

  • Shell script for password prompt

    Hi
    I am using Solaris9 and trying to change password of a user with command:
    passwd userid
    i want password to be given from text file or command line so that password is not prompted on the command line. Is there any way to do this?
    I guess i am able to force the carriage return to be entered while entering the password from command line.
    This is what I am doing:
    passwd userid << EOF
    newpassword
    newpassword
    EOF
    But after this, it still gives me New Password prompt. Any help will be appreciated.

    You could have a look at 'expect', it can set the password for you..
    .7/M.

  • Javax.servlet.jsp.JspException: Missing message for key

    I am researching JDevloper (11g) with the possibility of migrating my struts web apps from Eclipse. I use CVS for source control. I started out by creating an application in JDevloper than by using "version" to check out a "module", one of my web apps, and create a project in the application. Next I modified all the project properties required to get a clean compile and set up my DB connection. After this i launched the project (app) in the IDE using the built-in WebLogic app server. Before it even displays the fist page i get this error message: javax.servlet.jsp.JspException: Missing message for key "prompt.deploy.mode";. The key ""prompt.deploy.mode"; is in my ApplicationResouces.properties file which it obviously can not find. The place that WebLogic expects it must be different than Tomcat which is the app server i use in Eclipse. This application is also deployed to OAS. If anyone can tell me how to solve this issue I would be most appreciative. Thank you. - Keith

    hi siewmun ,
              weblogic 6.1 does't support IBM iSeries V5R3 .
              IBM iSeries V5R3 is supported by IBM products mostly.
              go through the link, you can find the documention on IBM iSeries v5r3
              http://publib.boulder.ibm.com/infocenter/iseries/v5r3/ic2924/index.htm
              Anilkumar kari

  • Firefox keeps prompting me for password with the popup

    Firefox at my work computer keeps prompting for password with the popup message "The proxy moz-proxy://proxy:9119 is requesting a username and password. The site says: "moz-proxy://proxy:9119"" This happens too often,even If i provide the username and password I get the next popup with same message.
    Its very annoying, I am not finding web better because of this, I goggled and figured about the config settings of - network.automatic-ntlm-auth.allow-proxies and the other one not working.
    I guess I am missing the PAC URL or something which I remember like solved the problem sometime back but not in same domain though.
    Can someone help ?
    Can the good community help ?

    Quitting Calendar Agent is not working for me. I still get the following errors.
    About 50 of these: 8/13/12 10:19:28.210 AM CalendarAgent[12480]: Unexpected EOF, returning last token as fallback
    Then about 10 of these:
    8/13/12 10:19:31.193 AM CalendarAgent[12480]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fb603b9d990 {AccountName=, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fb603f5a4b0 [0x7fff79a05190]>{type = immutable dict, count = 10,
    entries =>
        0 : Case Insensitive Key: X-Content-Type-Options = <CFString 0x7fb6038d0650 [0x7fff79a05190]>{contents = "nosniff"}
        1 : Case Insensitive Key: Content-Type = <CFString 0x7fb603bd3930 [0x7fff79a05190]>{contents = "text/html; charset=UTF-8"}
        2 : Case Insensitive Key: Server = <CFString 0x7fb603b1c400 [0x7fff79a05190]>{contents = "GSE"}
        3 : Case Insensitive Key: Transfer-Encoding = <CFString 0x7fff792226b8 [0x7fff79a05190]>{contents = "Identity"}
        6 : Case Insensitive Key: Date = <CFString 0x7fb603bf6300 [0x7fff79a05190]>{contents = "Mon, 13 Aug 2012 14:19:31 GMT"}
        7 : Case Insensitive Key: X-Frame-Options = <CFString 0x7fb603869680 [0x7fff79a05190]>{contents = "SAMEORIGIN"}
        8 : Case Insensitive Key: X-XSS-Protection = <CFString 0x7fb603b01740 [0x7fff79a05190]>{contents = "1; mode=block"}
        9 : Case Insensitive Key: Www-Authenticate = <CFString 0x7fb603bcf200 [0x7fff79a05190]>{contents = "BASIC realm="Google CalDAV""}
        11 : Case Insensitive Key: Cache-Control = <CFString 0x7fb603b08d50 [0x7fff79a05190]>{contents = "private, max-age=0"}
        12 : Case Insensitive Key: Expires = <CFString 0x7fb603bf8a20 [0x7fff79a05190]>{contents = "Mon, 13 Aug 2012 14:19:31 GMT"}

  • How to avoid password prompt in shell script for zip password protection

    Hi
    I am trying to set password protection to my oracle database export backup. Once the backup completed, it should compress with a password protection. Thats the plan. Initialy we were using the gzip for the compression. Then realized that there is no password protection for the gzip. Started using zip option. I tried using
    zip -P <password> filename
    But it was throwing below error.
    -bash-3.2$ zip -P expreports REPORTS_2013FEB14.dmp
    zip warning: missing end signature--probably not a zip file (did you
    zip warning: remember to use binary mode when you transferred it?)
    zip warning: (if you are trying to read a damaged archive try -F)
    zip error: Zip file structure invalid (REPORTS_2013FEB14.dmp)
    Not quite sure why.
    Then I used zip -e REPORTS_2013FEB14.dmp.zip REPORTS_2013FEB14.dmp
    But this prompting for the password. As I am trying to put the command in the script. It will be tough if it prompts for the password.
    I would like to know how to avoid the password prompting by saving somewhere or how the code should be written. Tried using expect feature of shell script. Below was the code I tried. It didnt work.
    [oracle@SF40V6636 test]$ cat repexp.sh
    zip -e REPORTS_imp.log.zip REPORTS_imp.log
    expect "Enter password:"
    send "imprep"
    expect "Verify password:"
    send "imprep"
    So please help in avoiding this password prompt or let me know how to change the code.
    Thanks
    SHIYAS M

    How about using gpg and adding a secret key to the requirement of a password? No one should be able to decrypt your file, not by knowing only the password.
    1. Generate a public and private key pair:
    $ gpg --gen-key
    When it shows "We need to generate a lot of random bytes…" open another terminal session and type "dd if=/dev/sda of=/dev/null" to create traffic. When the public and secret key created and signed you can Ctrl-C the dd command.
    To see what you have created:
    $ gpg --list-keys
    2. Encrypt and gzip your stuff:
    $ tar zcf stuff.tgz file_or_folder
    $ gpg recipient "Some Name" encrypt stuff.tgz
    $ rm -f stuff.tgz
    3. Decrypt and extract the archive:
    $ gpg batch yes --passphrase "password" -d stuff.tgz.gpg > stuff.tgz
    $ tar zxvf stuff.tgz
    Again, knowing the password alone will not let anybody decrypt your stuff.

  • SharePoint prompting for password when saving word document

    Saving a word document back to SharePoint always prompts for credentials.
    I am the administrator for a SharePoint farm. We have enabled kerberos, and added the portal to the intranet zone in Internet Explorer by group policy. Most of the time this limits the amount of password prompts our customers see (including viewing the portal
    in a browser, and opening documents); however, we are still getting the prompt for credentials when trying to save a word document back to SharePoint.
    Here are some details: - SharePoint 2010 - Word 2010 - Kerberos enabled - Portal added to intranet zone in IE - Checkbox for passing automatic credentials enabled
    Can anyone help? Is there something I've missed? Is this prompt just unavoidable?

    Hi,
    Internet Explorer uses the Web Client service when you use Internet Explorer to access a
    WebDAV resource. The Web Client Service uses Windows HTTP Services (WinHTTP) to perform the network I/O to the remote host.  WinHTTP sends user credentials only in response to requests that occur on a local intranet site. 
    However, WinHTTP does not check the security zone
    settings in Internet Explorer to determine whether a Web site is in a zone that lets credentials be sent automatically.
    Click Start, type regedit in the Start Search box, and then press
    ENTER.
    Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
    On the Edit menu, point to New, and then click
    Multi-String Value.
    Type AuthForwardServerList, and then press ENTER.
    On the Edit menu, click Modify.
    In the Value data box, type the URL of the server that hosts the Web share, and then click
    OK.
    Note   You can also type a list of URLs in the
    Value data box. For more information, see the "Sample URL list" section in this article.
    Exit Registry Editor.
    After this registry entry is created, the WebClient service will read the entry value. If the client computer tries to access a URL that matches any of the expressions in the list,   the user credential will be sent successfully to authenticate
    the user, even if no proxy is configured.
    Note You have to  restart the WebClient service after you modify the registry.
    Reference: http://support.microsoft.com/kb/943280?wa=wsignin1.0
    -Ivan
    Ivan Sanders My LinkedIn Profile,
    My Blog,
    @iasanders.

  • Office 365 Outlook prompts for password whenever outlook is restarted.

    Hello Folks,
    We have recently deployed Office 365 (We had Kerio email system previously, But we did not do a migration).
    The problem is 
    Office 365 Outlook prompts for password whenever outlook is restarted
    Tried the following workarounds, 
    1) Logon network security under More
    Settings on the Microsoft Exchange Security tab
    is set to a value other than Anonymous Authentication
    2) Tried removing the Generic Credentials from Credential manager.
    The is issue is only for some users (Majority). 
    (OS Platform: Windows 7/Windows 8).
    Thanks in Advance
    Murugupandian Pandi

    The first thing I would recommend to do is to make sure that your install missing Outlook updates and try again.
    I would also recommend asking them in this forum: https://social.technet.microsoft.com/Forums/en-US/home?forum=outlook
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Prompting for passwords even i configured ssh password less authentication

    There are two servers :
    1. Site
    2. Testing
    from site server i want to connect testing server with ssh password less authentication.
    i generated public and private keys with ssh-keygen -t rsa on site server.
    cat id_rsa >> authorized_keys
    cat id_rsa.pub >> authorized_keys
    i appended id_rsa.pub ( public key site server ) to authorized_keys ( testing server ) with below command .
    ssh [email protected] "cat >> ~/.ssh/authorized_keys" < ~/.ssh/id_rsa.pub
    am i missing some point in performing procedure for ssh password less authentication ?
    because it prompts for passwords agaian and again
    Edited by: user13376823 on Oct 9, 2012 9:30 AM

    user13376823 wrote:
    There are two servers :
    1. Site
    2. Testing
    from site server i want to connect testing server with ssh password less authentication.
    i generated public and private keys with ssh-keygen -t rsa on site server.
    cat id_rsa >> authorized_keys
    cat id_rsa.pub >> authorized_keysI don't think you should be doing this. I can't see the point of adding the private key and adding the public key means the "Site" can ssh to itself without needing a password!
    >
    i appended id_rsa.pub ( public key site server ) to authorized_keys ( testing server ) with below command .
    ssh [email protected] "cat >> ~/.ssh/authorized_keys" < ~/.ssh/id_rsa.pub
    I would expect you to add the RSA public key to the "authorized_keys2" file and not the "authorized_keys" file.
    >
    >
    am i missing some point in performing procedure for ssh password less authentication ?
    because it prompts for passwords agaian and again
    Edited by: user13376823 on Oct 9, 2012 9:30 AM

  • Why does Outlook keep prompting for password

    We have seen our community members ask questions about Outlook keeps prompting for credentials many times. This issue could be caused by numerous reasons. Below is a list of the most common reasons for this problem:
    Outlook is configured to prompt you for credentials
    Incorrect password cached in credential storage
    Required Authentication Settings for outgoing server and incoming server
    Outlook Anywhere is not configured to use NTLM Authentication
    Corrupt Outlook profile
    Slow or unstable network connection
    Antivirus programs
    Shared calendars
    Outlook is configured to prompt you for credentials
    If you are using an Exchange account, there is a setting in your Outlook profile to always prompt for logon credentials. To find the setting, please follow:
    1. In Outlook 213, go to File tab > Info >
    Account Settings > Account Settings…
    2. Highlight your Exchange account and click Change button.
    3. Click on More Settings button.
    4. Select the Security tab.
    5. Under the User Identification, make sure the “Always prompt for logon credentials” option is not selected.
    If you are using other types of email, please make sure you have ticked the option “Remember password”.
    Incorrect credential cached in Credential Manager
    Your Windows system stores user credentials on your computer. If the cached credentials are incorrect, you will be prompted for password. This issue usually happens after the password for your domain user account is changed. Before your password changed,
    you saved your credentials. The stored credentials are not overwritten when Outlook triggers the authentication prompt even if you enable the Remember my credentials option.
    To fix this issue, you need to remove the corrupted credentials, follow these steps:
    Click Start,      click Control Panel, and then click Credential Manager.
     Note If View by is set to Category, click User Accounts first, and then click Credential Manager.
    Locate  the set of credentials that has Outlook in the name.
    Click the name to expand the set of credentials, and then click Remove from Vault.
    Repeat step 3 for any additional sets of credentials that have the word Outlook in the name.
    Required Authentication Settings for outgoing server and incoming server
    Different email provider may need different authentication settings. Please make sure you have set the server settings correctly. You can contact your email provider to gather the information.
    In general, we select the “My outgoing server (SMTP) requires authentication” option and the first bullet “Use same settings as my incoming mail server”.
    In addition, click on the Advanced tab and check if you have enter the correct Server Port Number and select the correct encrypt type. Below is a screenshot for an IMAP account:
    Outlook Anywhere is not configured to use NTLM Authentication
    The Outlook Anywhere feature allows you to access your Exchange account remotely from the Internet when you are working outside your organization's firewall.
    When using Outlook Anywhere to connect to your Exchange server, we need to choose
    the authentication method among Basic Authentication, NTLM Authentication and Negotiate Authentication. The difference among them is the way that the passwords are sent when connecting to the server. With Basic Authentication,
    the password is sent in clear text. Using NTLM Authenticationcan significantly reduce the number of password prompts.
    To check the authentication setting, please go to File > Account Settings > Account Settings,
    select the Exchange account, and then click
    Change. In the Change Account wizard, click
    More Settings, and then click the Connection tab. Click the Exchange Proxy Settings button and now, you can see the settings under
    Proxy authentication settings. Try to change the authentication to
    NTLM Authentication and then check the issue again.
    Slow or unstable network connection
    If your network connection is slow or unstable, Outlook may lose connection to the mail server. When Outlook try to reconnect, it will prompt for the credentials. To verify this, please switch to a stable network environment and then check if this issue
    persists.
    Corrupt Outlook Profile
    Corrupt profile may cause Outlook to no longer remember your password. Please try to create a new mail profile in Control Panel and reconfigure your email account in the new profile to fix the issue. To create a new mail profile, you can refer:
    http://support.microsoft.com/kb/829918
    Antivirus software
    Antivirus software usually integrates into your Outlook and it may cause some conflicts. Try to temporarily turn off your antivirus software to check if the issue will be gone.
    Shared Calendar
    Shared calendars can impact the user credentials, this issue may also occur if you have shared calendars opened in Outlook. You can try to unselect the shared calendar to check the result. It’s recommended to not open the shared calendar unless you want
    to view them.
    If you have any comments, welcome to post in the forum. Thank you.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Nope...
    I went through point by point by point, top to bottom, checking and verifying every single item as a possible cause for why my system (Outlook 2013 running on Windows 8.1 and connecting to Exchange 2010) insists on prompting me for my password every single
    time I start Outlook.  None of the solutions worked, my system still prompts me.  I don't even have to supply a password.  When the prompt dialog appears, I just cancel it.  Within a few seconds, the bottom Outlook status bar changes to
    "Need Password" with a key icon to the left.  Then I just click on that message and immediately Outlook connects to Exchange.
    The freaking software is BROKEN!  Period.

  • I cannot download an app from the app store, it keeps loading until it says "You have already purchased this app so it will be downloaded no at  no additional charge", and then it prompt for password and I input it after which nothing happens.

    I cannot download an app from the app store, it keeps loading until it says "You have already purchased this app so it will be downloaded no at  no additional charge", and then it prompt for password and I input it after which nothing happens.
    I know my icloud has record of my installing this app before, but that was the first install that was failed during that time some other apps also keeps loading without respond whey they updated itself, and this app didn't install before I restart the device. But I don't see this app on my device after I restarted the device so it should have been installed on my device. It seems icloud has created some kind of dead loop that makes it not able to get the correct status about this app on my device.
    I have no problem install this app on my other device (iPad) with the same account, but just fail on my iPhone. And it just fine installing other apps...... What happened !!?? @@
    Please help !!! 

    Someone help! I dont know how to do this and please put the words into an easy way to understand because im young...

  • XFA Pdf form call secure webservice without prompt for password

    Hi,
    We are using XFA forms within the company. We have created many (400+) interactive forms with fields to fill manually.
    Now the business would like to lookup account details. They want user to be able to enter account number and then lookup details through webservice.
    The webservice is created on HOST/CICS and in COBOL. We need security on HTTPS and we cannot accept that the user is prompted for password.
    Our security department state that normal practice is to use KERBEROS token that gets authenticated later - is that possible with Adobe Reader??
    Have anyone developed this functionality within XFA forms and Adobe Reader?
    Thanks in advance,
    Thomas Groenbaek

    Reader can make Web Service calls but the form must be Reader Extended by LiveCycle Server to allow this. It does support secure web service calls but it does uid/pwsd or certificate authentication. Note that the web service can only return simple types. Objects cannot be returned.
    Paul

  • Outlook prompting for password after password change

    I have a client who has Exchange 2013 and the PCs run Windows 8.1 with Office 2013.
    The users just started having the following problem. Their domain passwords are expiring and when they update them with a new one, Outlook starts prompting them for a password when they open it and periodically while Outlook is running. They keep entering
    the new password and checking the box to remember it, but the password prompt keeps coming back.
    I've checked and the account in Outlook does not have the box checked to always prompt for logon credentials. I did notice that the proxy authentication is set for NTLM so I changed it to Basic, restarted Outlook and there was no password prompt and the
    user has not seen one since.
    Any idea why having the proxy authentication set to NTLM would cause this after the domain password changed? It has been set to NTLM rather than Basic for years now. Exchange 2013 has been in use there for about 6 months and Office 2013 longer than
    that. Windows 8.1 has been on the computers for 3-5 months so I don't think that's it either. I've tried with our domain account we have setup there and with a test user account by changing the password on them but with the proxy authentication set to NTLM
    I haven't had the password prompt appear other than once the next time Outlook is opened after the password change, and that is to be expected.
    So it's not every user account but a good number of them this is happening with.
    Jonathan

    I have an update.
    There must be a GPO or setting in Outlook changing the proxy authentication to NTLM because this morning it was changed back to NTLM from Basic. They all either shut down or restarted their computers since I worked on them Friday.
    One user got the password prompt one time when starting Outlook. She entered the password and that was it. But she was unable to connect to a shared calendar. She put her computer to sleep, woke it up, logged in, and then was able to connect to the shared
    calendar. I don't understand that.
    Another user could not get the password prompt to go away this morning no matter how often he input his password, and he also was unable to connect to the shared calendar. So I changed the proxy authentication back to Basic again, restarted Outlook (which
    is required), got no password prompt, and he was able to connect to the calendar.
    I realize the calendar issue is tied to the password issue. What I don't understand is why these people are getting the password prompt ever since they changed their domain password.
    I have a test account and test PC set up in a VM and it does not have any of these problems. I've changed its password 3 times but I never get a prompt when opening Outlook and it is set to NTLM.
    I hope someone out there has an idea why changing their password now is causing this authentication problem in Outlook.
    Jonathan

  • Outlook 2010 prompting for password each login to Exchange 2013

    We have a new member server w/ Windows Server 2012 and Exchange 2013.  User's mailboxes were migrated from an old Windows Server 2003 server w/ Exchange 2003 by creating new empty mailboxes in Exchange 2013 then we exported/imported
    .pst files instead of migrating exchange stores.  Every time any users opens Outlook, they are being prompted to log in with domain credentials.  Obviously I'm clicking on "Remember my password", too. The workstations are all
    using Outlook 2010 and on a mix of Windows XP SP3, Windows 7 SP1 and Windows Server 2008 R2 (terminal server with Outlook 2010 installed for remote users). Some users were using Outlook 2010 prior to the migration to Exchange 2013 and some were on Outlook
    2007 but upgraded to Outlook 2010. I'm almost to the point of telling the users it's a new "feature" of Exchange 2013.  I'm confident that it's not stored passwords or credentials on the workstations, I've removed, deleted, created and
    recreated those credentials.  I've changed domain passwords and that didn't help either.  Any hints, tips or suggestions would be greatly appreciated.

    Hi
       These settings can be found under your Outlook profile, "More Settings > Connection > Exchange Proxy Settings."
       If you have Outlook Anywhere enabled, then you should force all Outlook clients to use HTTP when connecting.  Ensure you have  "On fast networks, connect using HTTP..."  AND "On slow networks, connect using HTTP...".  If you
    don't, anytime you dock, undock, get a new IP address, refresh your IP address, go to sleep, idle, anything that causes your IP stack wants to renegotiate connective will cause a password prompt to appear, EVERYTIME.
    Terence Yu
    TechNet Community Support

  • Outlook 2010 prompting for password

    Hi everybody. I ran into an issue yesterday morning where at one of our sites Outlook 2010 has started prompting for a username and password. If the user types in their username as "MYDOMAIN\myuser" and their password, it lets them in but the Exchange
    status shows as "Disconnected". If the user sets their username to just "myuser" without the domain on the front it lets them in and works as expected until they close Outlook, at which point they have to enter their credentials again. 
    The strangest thing about this is that it's only affecting one of our sites and only Outlook 2010. Users running 2007 and 2003 do not have the problem and only users at this physical location have the problem. Does anybody know where I can look? I have tried
    clearing stored credentials, created new Outlook profiles and reset passwords. None of these things seem to have had any effect. 

    After changing a ton of outlook settings, deleting the user's account profile on outlook, deleting their domain profile from the effected computer, trying to fix the registry, deleting stored credentials, etc.... almost everything else I found something
    that FINALLY worked for me after over a year and about 12 different users being effected. 
    in the past I would just give up after much frustration and upgrade them to Office 2013 but that gets very expensive especially when I have 57 other users that could potentially run into the same issue. 
    Here is what I did. 
    - back up the user's data. log out and log into local admin
    - delete the user from the local registry
    - repair Office 2010 through control panel/programs, restart
    - have user log back in with their credentials to make new local profile. recover their backed up documents. log out and log back in as local admin. 
    - install hotfix KB2597011
    - restart computer
    - install hotfix KB2583935
    -restart computer
    - log in, open outlook and setup user's account. 
    Some of these steps may be skipped as I didn't find the hot-fixes until after I repaired office, however I am just providing what I did in the process to end up with a working outlook again. 
    Some things unique to my situation that may or may not help. 
    - I noticed some of the computers have Office2010 32bit installed on 64 bit machines. 
    - Some of the users were swapped over using a profile mover program when we moved to a domain environment. 
    - For me this always happens when the user's passwords expire and they have to log in to the portal to change it. Then outlook starts with the repeated prompt for passwords. It is always computer specific and nothing but what I provided above has worked
    other than re installing windows 7 and then office or upgrading to office 2013. 

  • Prompting for password and username only when using dynamic parameters

    Post Author: Co3023
    CA Forum: Crystal Reports
    How do I stop CR XI prompting for password and username only when using dynamic parameters. When no dynamic parameters are used CR XI isn't prompting for the DB user name and password. The report is run from an application which passes the user name and password. I am using Oracle and the problem is both with the native oracle driver and the ODBC RDO driver.

    Post Author: jehanzeb
    CA Forum: Crystal Reports
    I didnt ask you to change it to static I said I took the parameters totally out of the report. Saved it. Then re-enter the dynamic parameters into the report and it worked for me. That might have worked for you, not sure why you changed it to static.
    Ok I have just created a quick report using dynamic parameters, it didnt ask me for the username password.
    Can you create a sample report - just to test the db? and see if it works? add only 1 or 2 fields in the report, create parameters (dynamic) and see if it works
    why don't you embed the username and password in your application, it won't ask for username password then.

Maybe you are looking for

  • Flash not working in Opera 9.5

    Does someone know how tro fix this ? Win xp pro Downloaded the latest opera 9.5 and the latest Flashplayer 9.0, It doesn't want to work if i step down to opera 9.24 no probs.... Can't find any info on the net, Pretty sure i'm not the only one.. Thank

  • File-RFC Syncronous interface with out BPM

    Hi experts, i have a scenario syncrhonous: file to rfc and get back response rfc to other file. I have 3 communication channel: 1 sender file, 1 receiver file, 1 receiver RFC, sender aggrement, receiver aggrement, interface determination and receiver

  • A/b/g/n

    hi, i know the AE will wwork using a b and g conection but is it possible to connect a a connection like off a xbox 360 wireless port or maybe upgrade it to a "n" rated system like the latest negrear routers? im imagining that apple could devise a pi

  • Odd battery behaviour

    Yesterday, my MacBook Pro (purchased 3 months ago) drained the battery rather quickly. The battery status said Service Battery. Coconut battery told me the health of my battery was only 27%. I decided to calibrate the battery and see what that would

  • EASY QUESTION (?)  "Import CD"

    I've had to import CDs twice in order for the entire CD to appear in Library. Actually one or two tracks do appear, but the rest of the tracks need to be done again, and then the one's that were imported the first time are doubled up. Also, sometimes