HTMLDB_MAIL.SEND smtp username/password setting

I use HTMLDB_MAIL.SEND to send email from apex interface.
But how i can define userneme, password and smtp server ??
thank's a lot.
Bye

In Apex Instance Administration page (login to Internal workspace as admin),
Under Home>Manage InstanceInstance>Settings menu, there is an Email section.
You can specify the following items:
SMTP Host Address      
SMTP Host Port      
SMTP Authentication Username      
SMTP Authentication Password      
Administration Email Address      
Notification Email Address      
Maximum Emails per Workspace
If you do not have right to acces it, ask your DBA for help.

Similar Messages

  • Consumer application username/password setting

    Hello,
    We are migrating our ADF server from 11.1.1.2 to 11.1.15.
    We have a problem with an application that is a web service consumer.
    The username/password are set when you create the connection in the wizard from jdevelopper.
    On the developer PC, it works.
    On the 11.1.1.2, after a jdev deploy it works.
    On the 11.1.1.5, after a jdev deploy it does not work.
    I have snooped the traffic between the adf consumer and the web server (provider).
    It does not work because it does not send the username/password in the http header.
    How can I reconfigure the username password that it used to authenticate in the web server
    providing the web service.
    Thanks in advance for your answer.

    Hi,
    please check below link
    13.2.2 How to Create a New Web Service Connection
    http://docs.oracle.com/cd/E23943_01/web.1111/b31974/web_services.htm#CJAEFIAJ
    This will create Application_name\.adf\META-INF\connection.xml
    <Reference name="TestService" className="oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl" credentialStoreKey="TestService" xmlns="">
    <Factory className="oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory"/>
    <RefAddresses>
    <XmlRefAddr addrType="WebServiceConnection">
    <Contents>
    <wsconnection description="file:/C:/JDeveloper/mywork/WS-Proxy-Authentication/Project2/src/com/client/TestService.wsdl" service="{http://SampleWebService/}TestService">
    <model name="{http://SampleWebService/}TestService" xmlns="http://oracle.com/ws/model">
    <service name="{http://SampleWebService/}TestService">
    <port name="TestPort" binding="{http://SampleWebService/}TestPortBinding">
    <soap username="transportUserName" password="transportPassword" addressUrl="http://localhost:7001/WS-Proxy-Authentication-Project1-context-root/TestPort" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
    <operation name="hello">
    <soap soapAction="" xmlns="http://schemas.xmlsoap.org/wsdl/soap/"/>
    <input name=""/>
    <output name=""/>
    </operation>
    </port>
    </service>
    </model>
    </wsconnection>
    </Contents>
    </XmlRefAddr>
    <SecureRefAddr addrType="transportPassword"/>
    <SecureRefAddr addrType="transportUserName"/>
    </RefAddresses>
    </Reference>
    HTH
    Regards,
    Sunil P

  • Can't Send Exchange Email, No Options for SMTP Username/Password

    I haven't been able to send outgoing messages with my iPhone 4 and my work Exchange account. Other people at my office that have iPhones with ATT are able to do it, but I get a message about "Cannot Send Mail" The connection to the outgoing server XXX failed. Additional Outgoing Mail Servers can be configured in Settings > Mail, Contacts, Calendars"
    I've looked in the account settings and there isn't anywhere to input SMTP server credentials. Am I just missing it? I see everyone mention it in the forums, but when I go to the Account Info screen, all I see is:
    Email ___________
    Server___________
    Domain___________
    Username___________
    Password___________
    Description___________
    Use SSL - ON
    There's no section for SMTP.  Does anyone have any ideas what my problem might be. Thanks for taking the time to look at this issue.

    Based on the information that you supplied, it sounds like your work email needs to be provisioned by your company’s IT department. If this has already been completed, you will need to ensure that you have the $44.99 Corporate Exchange data feature active on your mobile number. This can be confirmed online via "My Verizon. " 
    For your convenience, I have also included these steps below, just to ensure everything is set up properly: 
    1 In Settings, tap “Mail, Contacts, Calendars.”
    2 Tap Add Account, then tap Microsoft Exchange.
    3 Enter your complete email address, domain (optional), user name, password, and a description. The description can be whatever you like.
    iPhone supports Microsoft’s Autodiscovery service, which uses your user name and password to determine the address of the Exchange server. If the server’s address can’t be determined, you’re asked to enter it. (Enter the complete address in the Server field.) Once you connect to the Exchange server, you may be prompted to change your passcode to match the policies set on the server.
    4 Tap the items you want to use on iPhone (mail, contacts, and calendars) and set how many days of email you want to sync to iPhone.
    5. Save. Close
    Thanks, 

  • Smtp username/password

    import java.io.*;
    import java.util.*;
    import javax.mail.*;
    import javax.mail.internet.*;  
    import javax.mail.event.*;     
    import java.net.*;
    import javax.activation.*;
    public class sendEmail {
            public static void send(String from, String to,
                                    String subject, String content)
                    throws AddressException, MessagingException {
         Properties props=new Properties();
            props.put("smtp.domainName.com","domainName");
         Session   session1  =  Session.getDefaultInstance(props,null);
         Message msg =new MimeMessage(session1);
         msg.setFrom(new InternetAddress(from));
               msg.setRecipients(Message.RecipientType.TO,InternetAddress.parse(to,false));
               msg.setSubject(subject);
               msg.setContent(content,"text/html");       
               Transport.send(msg);           
    }This code was working well on my dedicated server but know I am working on VPS.
    My server provided said the previously it was open smtp but now there is username and password for smtp server.
    Any help will be highly appreciated
    The OS=CentOS Enterprise Linux 5.x
    Thanks & best regards

    public class sendEmail {
            public static void send(String from, String to,
                                    String subject, String content)
                    throws AddressException, MessagingException {
         Properties props=new Properties();
         Session   session  =  Session.getDefaultInstance(props,null);
         String protocol = "smtp";
             props.put("mail." + protocol + ".auth", "true");
         Transport transport = session.getTransport(protocol);
            transport.connect("[email protected]", "password");       
         Message msg =new MimeMessage(session);
         msg.setFrom(new InternetAddress(from));
               msg.setRecipients(Message.RecipientType.TO,InternetAddress.parse(to,false));
               msg.setSubject(subject);
               msg.setContent(content,"text/html");       
               transport.send(msg);           
    }It throws the following error:
    javax.mail.AuthenticationFailedException

  • Default database name,username & password set-up in CMS!

    Hi All,
    Is there any way to configure the database name, database username and password as default in CMS, so that when ever we deploy the report we doesn't need to give the database configuration details everytime to each and every individual reports. we have almost 400 reports running in the server and for every month there will be atleast 5 new or modified reports adds up to the list. I tried but couldn't find any solution.
    thankz,
    kalyan.

    Hi,
    I would recommend to build a generic report with the database connection and the username you want
    You can then make this report available to the developers, who can use it as template for building the "real" reports.
    Regards,
    Stratos

  • Problems setting up username & password for SQL

    Due to the outstanding advice I recieved from this excellent forum, I have managed to overcome my first problem with declaring a new Class.
    This leads me to request help with my next biggest problem:
    Setting up a user GUI that takes a "username" & "password" that will be used to access a password protected database.
    I am a simple bloke, with simple thought processes, so please, go easy on me...
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    public class DBQuery1 {
         String username = "" , password = "";
         public static void main(String[] arguments) {
              PassDB UPass = new PassDB();
              String data = "jdbc:odbc:JavaTestDataBase";
              try {
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   Connection conn = DriverManager.getConnection(data, "" + username, "" + password);
                   Statement st = conn.createStatement();
                   ResultSet rec = st.executeQuery(
                        "SELECT Title, ContactID, First, Last, Dear FROM Contacts "
                        + "WHERE (Title='Mr') ORDER BY ContactID");
              /*     ResultSet rec2 = st.executeQuery(
                        "SELECT Subject, ContactID FROM Calls "
                        + "WHERE (Subject Is Not Null) ORDER BY ContactID");
              System.out.println("\nFirst Name\tSurname\t\tNick Name\t\tSubject\n");
              while(rec.next()) {
                   System.out.println(rec.getString(3) + "\t\t" + rec.getString(4) + "\t\t" + rec.getString(5) /* + rec2.getString(1) */ );
              st.close();
              catch (SQLException s) {
                   System.out.println("SQL Error: " + s.toString() + " " + s.getErrorCode() + " " + s.getSQLState());
              catch (Exception e) {
                   System.out.println("Error: " + e.toString() + e.getMessage());
    class PassDB extends javax.swing.JFrame implements ActionListener {
         String username = "", password = "";
         JTextField uname = new JTextField(10);
         JTextField pword = new JTextField(10);
         // JPasswordField pword = new JTextField(10);
         PassDB() {
              super("duBe's database logon");
              setSize(220, 160);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              JPanel pane = new JPanel();
              JLabel unameLabel = new JLabel ("Username: ");
              JLabel pwordLabel = new JLabel ("Password: ");
              JButton submit = new JButton("OK");
              submit.addActionListener(this);
              pane.add(unameLabel);
              pane.add(uname);
              pane.add(pwordLabel);
              pane.add(pword);
              pane.add(submit);
              setContentPane(pane);
              setVisible(true);
         public void actionPerformed(ActionEvent evt) {
              PassDB clicked = (PassDB)evt.getSource();
              username = uname.getText();
              password = pword.getText();
    This code generates two errors, stating:
    C:\Java_progs>javac DBQuery1.java
    DBQuery1.java:14: non-static variable username cannot be referenced from a static context
    Connection conn = DriverManager.getConnection(data, "" +
    username, "" + password);
    ^
    DBQuery1.java:14: non-static variable password cannot be referenced from a static context
    Connection conn = DriverManager.getConnection(data, "" +
    username, "" + password);
                    ^
    2 errors*****************************
    The code works when I remove the reference to the variables "username" & "password" in Connection "conn" call & replace them with the actual username & password, but this is not exactly what I was after. I was hoping to make the program responsive to each individual user, not set in code.
    I also would like to make the program pause after the call in "main" to "PassDB" to wait for "PassDB" to exit before continuing.
    I would also like to make "PassDB" destroy itself after the "OK" button is pressed & the "username" & "password" set.
    If that isn't enough for you, I would really like the program to search 2 different database tables, return their values & compare them to be sure that they are the same.
    When I try & search 2 different tables, as in:
    ResultSet rec = st.executeQuery(
                        "SELECT Title, ContactID, First, Last, Dear FROM Contacts "
                        + "WHERE (Title='Mr') ORDER BY ContactID");
                   ResultSet rec2 = st.executeQuery(
                        "SELECT Subject, ContactID FROM Calls "
                        + "WHERE (Subject Is Not Null) ORDER BY ContactID")javac tells me that "ResultSet" is set to null 0
    As always, I am extremely appreciative of any assistance you are able to offer.
    Kind regards
    duBedat
    [email protected]

    This is where I'm at now:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    public class DBQuery {
         static String username = "" ;
         static String password = "" ;
         public static void main(String[] arguments) {
         PassDB UPass = new PassDB();
         String data = "jdbc:odbc:JavaTestDataBase";
         try {
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              Connection conn = DriverManager.getConnection(data, "" + DBQuery.username, "" + DBQuery.password);
              Statement st = conn.createStatement();
              ResultSet rec = st.executeQuery(
              "SELECT Title, ContactID, First, Last, Dear FROM Contacts "
              + "WHERE (Title='Mr') ORDER BY ContactID");
              /*     ResultSet rec2 = st.executeQuery(
                   "SELECT Subject, ContactID FROM Calls "
                   + "WHERE (Subject Is Not Null) ORDER BY ContactID");
              System.out.println("\nFirst Name\tSurname\t\tNick Name\t\tSubject\n");
              while(rec.next()) {
                   System.out.println(rec.getString(3) + "\t\t" + rec.getString(4) + "\t\t" + rec.getString(5) /* + rec2.getString(1) */ );
              st.close();
         catch (SQLException s) {
              System.out.println("SQL Error: " + s.toString() + " " + s.getErrorCode() + " " + s.getSQLState());
         catch (Exception e) {
              System.out.println("Error: " + e.toString() + e.getMessage());
    class PassDB extends javax.swing.JFrame implements ActionListener {
         static boolean getOut = false;
         JTextField uname = new JTextField(10);
         JTextField pword = new JTextField(10);
         // JPasswordField pword = new JTextField(10);
         public PassDB() {
              super("duBe's database logon");
              setSize(220, 160);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              JPanel pane = new JPanel();          
              JLabel unameLabel = new JLabel ("Username: ");
              JLabel pwordLabel = new JLabel ("Password: ");
              JButton submit = new JButton("OK");
              submit.addActionListener(this);
              pane.add(unameLabel);
              pane.add(uname);
              pane.add(pwordLabel);
              pane.add(pword);
              pane.add(submit);
              setContentPane(pane);
              while(getOut == false)
                   setVisible(true);                         
         public void actionPerformed(ActionEvent evt) {
              PassDB clicked = (PassDB)evt.getSource();
              DBQuery.username = uname.getText();
              DBQuery.password = pword.getText();
              getOut = true;               
    }          Any advice is greatly appreciated
    duBe

  • Iphoto email doesn't recognize my username/password combination

    Iphoto 11 cannot send email -- username/password combination not recognized. Genius bar could not solve

    Uusally the solution is to go to the iPhoto preferences ==> accounts and delete the account and re-enter it
    IMHO the better so;ution is to set Apple Mail as the e-mail client in the iPhoto general preferences and quit using iPhoto as the e-mail client and use mail
    LN

  • Web Services - Username / password

    Hi,
    I was just playing around with web-services and wanted to create a simple web-service where a client will send a username/password to a web-service running on a local Tomcat server (port 8080). In response, the service will return a "hello <username>" and display a password valid message on the client side. I am writing both the client code as well as the server code using the Java/axis classes. I have the following code so far .. please let me know if I have done it correctly and how do I proceed with writing the service-code?
    //the client that sends a username and requests a webService
    import org.apache.axis.client.Call;
    import org.apache.axis.client.Service;
    public class ClientDOC
         public static void main(String args[])
              try
                   String sEndpoint = "http://localhost:8080/axis/services/RPCuser";
                   String sOperationName = "HelloUser";
                   String sUserName = String.parseString(arg[0]);
                   String sPassword = String.parseString(arg[1]);
                   //making connection
                   Service userNameService = new Service();
                   Call SOAP_call = new Call(userNameService.createCall());
                   SOAP_call.setTargetEndPointAddress(new java.net.URL(sEndpoint));
                   SOAP_call.setUsername(sUserName);
                   SOAP_call.setPassword(sPassword);
                   SOAP_call.setOperationName(new java.lang.string(sOperationName));
                   System.out.println("Calling HelloUser Service");
                   System.out.println(call.invoke(new Object[]{} );
              catch (Exception e)
                   System.err.println(e.toString());
    Web-Service
    ~~~~~~~~~~
    package services.RPCuser;
    public class ServiceRPC
         public String HelloUser(void)
              try
                   String sMsg = null;
                   //TODO? How do get the Username and Password parameter
                   String sUserName = ;
                   String sPassword = ;
                   if (sPassword == "pass")
                        sMsg = "Hello "+sUserName;
                   else
                        sMsg = "Invalid Password";
              catch (Exception e)
                   System.err.println(e.toString());
    }

    <S12:Envelope xmlns:S11="..." xmlns:wsse="..." xmlns:wsu= "...">
    <S12:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>TestUser</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">TestPassword</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </S12:Header>
    </S12:Envelope>

  • Does Authenticated SMTP Ensure that the Sender Email Address Matches the Username/password Entered?

    Does Authenticated SMTP ensure that the sender email address
    matches the username/password entered?
    <P>
    Not by default. However, in netscape.mail.conf, you can set
    RewriteFromUsingAuth and/or RewriteSenderUsingAuth to "Yes"
    which will rewrite the header "From:" and/or "Sender:" to be
    the authenticated sender of the message.
    <P>
    On NT, the keys are in the registry under
    HKEY_LOCAL_MACHINE\Software\Netscape\Messaging Server\3.0\Dispatch\Config

    I found the answer.
    Apple has turned on an app-specific password for iPhoto and other Apple apps. It's located in the Apple ID management section under Passwords and Security.
    As soon as I entered that new generated password in iPhoto I was able to send a pic with my iCloud.com email address.
    Now I know where to go. Thanks for your help.

  • HT1529 Having problem with receiving & sending out e-mail. Imap &Smtp acct failed verify username & password  I don't remember my yahoo password

    We have too many passwords. Now I am not able to receive or send out e-mails. apparently the connections doctors telling me the IMAP account failed tha I had to verify username & password do not match.  I don't remember the password I used as I have changed the password 4 times in the last hour and I am confused. How do I get to the area that I can check the IMAP & the SMTP password. If I changed the Apple ID password would that be the same password. My username is my yahoo address. Now do I go to yahoo.com to change that password? Unfortunately, I have to wait till next Thursday to do a one to one. That is the earliest.
    I am really confuse and not good with computers. Please help. 

    Hi Stan,
    I am not sure when this changed, I keep mine saved in the browser because I do not like to login to every site I visit. But on new test devices lately the login for the sumo site has required that I use the user name, not the email. (For you this would be just Tanker or the username that appears inthe profile)

  • Unable to send photos because server doesn't recognize username/password combo

    Have a MacBook Air using iPhoto 9.5.1 and operating system OS X 10.9.3.
    I have tried to share photos with email using my Yahoo account.  I receive the following message whenever I attempt to send a photo "username/password not recognized by email server."
    I have gone into my accounts numerous times in System preferences.  My username/password combo is recognized there.  I have also changed my password on Yahoo and in my accounts.  But I still receive the above message.
    Anyone have any suggestions?

    Have a current backup before proceeding here.  Time Machine or otherwise.
    If no outbound messages are sent...  There are two different server definitions and two different places where you need a user and a password, the first and most obvious setting within mail is for receiving mail; the POP or IMAP setting.  Everybody gets that one.   To get to the credentials and the password used to send mail messages (the one that folks don't find as easily), Mail > Preferences > Accounts > select the account > switch the Outgoing Mail Server (SMTP) to "Edit SMTP Server List", then find the Yahoo SMTP server entry, then fix the password there.
    Here's the Apple mail troubleshooting information.
    If that fails, remove the entry and re-add it.
    If smaller messages are sent correctly and larger messages are blocked, Yahoo may be restricting the size of the message(s) being sent.  Try smaller messages as a test, or use a file sharing service to transfer the images, or maybe wait for the OS X Yosemite Mail Drop feature.
    PS and FWIW, this message was originally posted in the OS X Server forum, and you're not running OS X Server here — OS X Server includes various network services, including a mail server — a mail server is what Yahoo is running here, but OS X Server allows folks to configure and run a mail server locally on a Mac Mini or some other Mac configured as a server.  Your MacBook Air would then connect into that server, in addition to or in place of the Yahoo server.  Like most other mail servers, the mail server within OS X Server can be configured to block larger messages, too.

  • HT5361 Unable to send photos. Message...Username/password not combatible.

    Unable to send photos. Message...username/password not combatable. I'm computer dense...what next?

    Have a current backup before proceeding here.  Time Machine or otherwise.
    If no outbound messages are sent...  There are two different server definitions and two different places where you need a user and a password, the first and most obvious setting within mail is for receiving mail; the POP or IMAP setting.  Everybody gets that one.   To get to the credentials and the password used to send mail messages (the one that folks don't find as easily), Mail > Preferences > Accounts > select the account > switch the Outgoing Mail Server (SMTP) to "Edit SMTP Server List", then find the Yahoo SMTP server entry, then fix the password there.
    Here's the Apple mail troubleshooting information.
    If that fails, remove the entry and re-add it.
    If smaller messages are sent correctly and larger messages are blocked, Yahoo may be restricting the size of the message(s) being sent.  Try smaller messages as a test, or use a file sharing service to transfer the images, or maybe wait for the OS X Yosemite Mail Drop feature.
    PS and FWIW, this message was originally posted in the OS X Server forum, and you're not running OS X Server here — OS X Server includes various network services, including a mail server — a mail server is what Yahoo is running here, but OS X Server allows folks to configure and run a mail server locally on a Mac Mini or some other Mac configured as a server.  Your MacBook Air would then connect into that server, in addition to or in place of the Yahoo server.  Like most other mail servers, the mail server within OS X Server can be configured to block larger messages, too.

  • Problem: Cannot send mail unless Password is transmitted insecurely & Port is set to 587.. Can receive mail but can't send..

    Problem: Cannot send mail unless Password is transmitted insecurely & Port is set to 587.. Can receive mail but can't send Code 501..
    Need help with T-bird.. My OS is Win XP-64..Have been using Mozilla for about 10 years with little or no problems.. This happened when I upgraded to 3.17.. Spent hours on T-Bird diagnostics web site.. Called Comcast & talked to a net tech.. he ran some tests on his end & had me log into my Comcast e-mail account & all worked well,, so he concluded the problem was in T-Bird.. He had me change my port to 587 & disable connection security & authentication to none & I was able to send mail.. That was all he could do.. Comcast was working.. the problem is in T-Bird.. Can any one help with this problem.. I don't want to send mail with my password transmitted insecurely..
    Thanks
    Richard

    It was not intended to be "snide". You said two separate things that at face value would be out of the ordinary.
    I considered if it might be a typo for 31.7. Since 31.5 is the current formal release, I would have to thank you for volunteering to test a pre-release beta version. If it was truly 3.1.7 then it would appear that you have chosen, or have become stuck with a somewhat ancient version. In either case it's harder to reach out to you with any meaningful comments or advice. However I do watch various other sites and newsgroups and I don't see a clamour of distressed users, so it seems fair to suppose that this feature isn't actually broken in 31.7.
    And you said XP 64. XP is obsolete and no longer supported and if there is a 64-bit version, then again you have set yourself apart from the mainstream.
    I had a look at the comcast site and found some puzzling recommendations. Some users come here asking how to set up a secured connection in Thunderbird when it isn't offered by the server. Comcast are different, in that they mention the ports 143 and 587, and also 993 and 465. So far so good, in that security is actually on offer, but they also suggest that you enable SSL, regardless of which port is being used. It would be unusual and unconventional to offer TLS or SSL on ports 143 and 587. STARTTLS would be more credible on these ports.
    Have you tried IMAP on 993 and SMTP on 465? SMTP on 587 with SSL, or TLS, is not impossible, but is improbable.

  • I hit iPhoto send and I get: The email server didn't recognize your username/password combination. -- then can't get back to re-enter, which was correct one in first place.

    I have filled out an iPhoto "postcard" format with a message and photo, etc., and when I hit send, I get the message "The email server didn’t recognize your username/password combination." I hit OK but it does not clear to refill the log-in -- and I believe the info was correct to start. I'd like to save (and not have to re-crete) the card, but see no way of doing so, thus am fearful of closing it (for good).

    in the iPhoto preferences ==> accounts delete your e-mail account and reenter it
    OR
    IMHO the better solution is to set Apple mail as the email client in the iPhoto preferences
    LN

  • When I try to send a photo by email, an error message reads "The email server didn't recognize your username/password combination"  How do I fix this?

    When I try to send a photo from iPhoto by email, and error message reads "The email server didn't recognize your username/password combination".  How do I fix this?

    Try to reenter you rmail account details in the iPhoto Preferences > Accounts tab.
    Delete the mail account entry by pressing the "-" button below the left column in the panel, then add it again by pressing "+".
    Also, it is recommended, to set "Mail" as mail client in the iPhoto preferences, and not iPhoto. This has been working much more reliably lately.

Maybe you are looking for

  • Problem with syncing with Outlook

    Hi, I have a  3G curve 9300. no BIS. OS 6.bundle 2949 I use Outlook 2010 on Windows 7 when I try and Sync my Calendar I only get appointments going from outlook to BB, any appts I have created on BB does not get on PC! I have 2 email a/cs and Faceboo

  • Discover Desktop Question.

    hi, i've installed discoverer desktop edition on a client. i made necessary changes to tnsnames.ora and sqlnet.ora when i try to login using user disco01/disco01@testgl i get an error saying, you don't have access to any end user layer tables. the sa

  • Com.Sap.Portal.dynamicSystem -- Jar  needed

    Hi all    In my system , I am unable to see the jar file of the <b>import com.sap.portal.dynamicsystem</b>.   Where i find this JAR file ??? Thanks Kay

  • Problem: hidden proxy server?

    Need help with this email I just received on my .MAC account - what does it mean? Should I just ignore it, delete the message, or is there something I should be checking to prevent it from happening again? I have NOT downloaded the attachment. Thank

  • Visual Studio 2003 - Empty subreport, but the rows are there....

    I'm building a report and I have two subreports. The first subreport has single datafields and works perfectly, the second one has a table to show multiple line with articles data. The dataset beeing used has the data. I confirmed it by debugging the