PLEASE HELP, NEED VPN TO ACCESS EXCHANGE SERVER!!!

Please can someone suggest an e-mail solution for me. Our exchange server is behind a corporate intranet that can only be accessed by establishing a VPN connection to it first. Is there any e-mail solution for E series that would allow access in such a set up.
I would really really appreciate it if someone could reply as I growing very desperate.
Cheers,
Rob

Try Nokia site & look for Nokia VPN client program.
Knowledge not shared is knowledge wasted!
If you find it helpfull, it's not hard to click the STAR..

Similar Messages

  • Accessing Exchange Server Property

    Hi:
    I have a VB Script program that access Exchange server. I need to migrate it to Java. The LDAP connection is working. But I can not retrieve the msExchMessageJournalRecipient property. Could you help?
    Thank in advance.
    VB Script
    Set oConnection = CreateObject("ADODB.Connection")
    Set rs = CreateObject("ADODB.Recordset")
    wscript.echo "Journaling Flag Sample Start -- " & Date & " -- " & Time
    oConnection.Provider = "ADsDSOObject"  'The ADSI OLE-DB provider
    oConnection.Open "ADs Provider", _
         "USERNAME", "PASSWORD"
    set objCommand =createObject("ADODB.Command")
    objCommand.ActiveConnection = oConnection
    objCommand.Properties("Page Size") = 900
    strQuery = "<LDAP://SERVERNAME/" & _
         "CN=Administrative Groups,CN=COMPANY_NAME,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=WINROOT,DC=COMAPANY_NAME,DC=com>;" & _
         "(objectClass=msExchPrivateMDB);" & _
         "ADsPath,msExchMessageJournalRecipient" & _
         ";subtree"
    objCommand.CommandText = strQuery
    Set rs=objCommand.Execute
    adp = rs("ADsPath").value
    jrnl = rs("msExchMessageJournalRecipient").valueJava code
         public static void main(String[] args) {
              NamingEnumeration results = null;
              DirContext ctx = null;
              try {
                   Hashtable env = new Hashtable();
                   env
                             .put(Context.SECURITY_PRINCIPAL, "USERNAME");
                   env.put(Context.SECURITY_CREDENTIALS, "PASSWORD");
                   DirContext init = new InitialDirContext(env);
                   ctx = (DirContext) init
                             .lookup("ldap://SERVER");
                   SearchControls controls = new SearchControls();
                   controls.setSearchScope(SearchControls.SUBTREE_SCOPE);
                   results = ctx
                             .search(
                                       "CN=Administrative Groups,CN=Company,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=WINROOT,DC=Company,DC=com",
                                       "(objectClass=msExchPrivateMDB)", controls);
                   if (results.hasMore()) {
                        SearchResult sres = (SearchResult) results.next();
                        Attributes attributes = sres.getAttributes();
                        NamingEnumeration attrEnum = attributes.getAll();
                        while (attrEnum.hasMore()) {
                             System.out.println("Attribute: "attrEnum.next().toString());
              } catch (Exception e) {
                   e.printStackTrace();
              } finally {
                   if (results != null) {
                        try {
                             results.close();
                        } catch (Exception e) {
                             e.printStackTrace();
                   if (ctx != null) {
                        try {
                             ctx.close();
                        } catch (Exception e) {
                             e.printStackTrace();
         }

    Did you prepare Windows 7 for cooperating with Exchange 2013?
    On Exchange 2013 prereq site is procedurę:
    Install the following software in the order shown:
    Microsoft .NET Framework 4.5
    The version of Windows Management Framework that corresponds to the version of Exchange 2013 you're installing.
    Exchange 2013 CU3   Windows Management Framework 3.0
    Exchange 2013 SP1 or later   Windows Management Framework 4.0
    Knowledge Base article KB974405 (Windows Identity Foundation)
    Regards, Konrad Sagala, MCT, MCSE+M, MCITP: Exchange 2007/2010, Lync 2010, Office365, Windows 2008, Virtualization

  • Is there any way to block accessing Exchange server

    Hello,
    We are using iPhone as a business phone to
    access Exchange server using ActiveSync.
    Is there any way to block non-company, in
    other words private iPhone, iPhone to access
    Exchange Server?
    Some users have 2 iPhones (1 provided by our
    company, 1 purchased by himself/herself as
    a his/her private phone).
    We would like to block those non-company iPhone.
    If there is a way(s), please let me know!!
    Thank you very much in advance.
    Regards,
    Tak

    Block/Delete will appear if "Enforce Password on Device" is NOT ticked in ESM at the time when that particular iPhone (or other smartphone) was first joined to EAS.
    Wipe/Delete will appear if "Enforce Password on Device" IS TICKED in ESM at the time when that particular iPhone (or other smartphone) was first joined to EAS.
    The only difference is, if you first have "Enforce..." ticked and you join phones A,B,C, - they will always have WIPE next to that phone even if X months down the line, you untick "Enfore...".
    If at that point (after unticking "Enforce..") you join phones D,E,F, they will have BLOCK next to their phone and always will have until you tick the "Enforce..." again and the user will be prompted to input a code when they next sync.
    Again I repeat, the 'Lock code' when inputted into the phone acts as an agreement between the user & exchange that exchange has permission to wipe the phone remotely. Without that agreement ("Enforce..."), you should not have the WIPE function on those particular phones.
    Hope that makes sense.

  • I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    I'm in syria and they blocked me from using any VPN service please help without VPN i can't open the store help please ( using iphone 5 version 9.1.4 )

    There is nothing that anyone here on a user forum can do to help you.  If it is a local issue in Syria, then you need to take it up with your phone company or authorities there who have prevented you from using VPN.
    Nobody here can help you.

  • HT5631 how do I verify my apple id? I can't sign in to it in mail and I can't make a new one because it just will not process I'm trying to set up iCloud between iPad and iPhone and having ALOT of difficulty pleAse help need it done by later on today!!!!!

    how do I verify my apple id? I can't sign in to it in mail and I can't make a new one because it just will not process I'm trying to set up iCloud between iPad and iPhone and having ALOT of difficulty pleAse help need it done by later on today!!!!!

    In order to use your Apple ID to create an iCloud account, the primary email address associated with the ID must first be verified.  To do this, Apple will send a verification email to your account and you must respond to the email by clicking the Verify Now link.  Make sure you are check the spam/junk folder as well as the inbox.  If it isn't there, go to https://appleid.apple.com, click Manage your Apple ID, sign in, click on Name, ID and Email addresses on the left, then to the right click Resend under your Primary Email Address to resend the verification email.

  • [ETL]Could you please help with a problem accessing UML stereotype attributes ?

    Hi all,
    Could you please help with a problem accessing UML stereotype attributes and their values ?
    Here is the description :
    -I created a UML model with Papyrus tool and I applied MARTE profile to this UML model.
    -Then, I applied <<PaStep>> stereotype to an AcceptEventAction ( which is one of the element that I created in this model ), and set the extOpDemand property of the stereotype to 2.7 with Papyrus.
    -Now In the ETL file, I can find the stereotype property of extOpDemand as follows :
    s.attribute.selectOne(a|a.name="extOpDemand") , where s is a variable of type Stereotype.
    -However I can't access the value 2.7 of the extOpDemand attribute of the <<PaStep>> Stereotype. How do I do that ?
    Please help
    Thank you

    Hi Dimitris,
    Thank you , a minimal example is provided now.
    Version of the Epsilon that I am using is : ( Epsilon Core 1.2.0.201408251031 org.eclipse.epsilon.core.feature.feature.group Eclipse.org)
    Instructions for reproducing the problem :
    1-Run the uml2etl.etl transformation with the supplied launch configuration.
    2-Open lqn.model.
    There are two folders inside MinimalExample folder, the one which is called MinimalExample has 4 files, model.uml , lqn.model, uml2lqn.etl and MinimalExampleTransformation.launch.
    The other folder which is LQN has four files. (.project),LQN.emf,LQN.ecore and untitled.model which is an example model conforming to the LQN metamodel to see how the model looks like.
    Thank you
    Mana

  • Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Albums are not places to store photos, they're more like "labels" you can apply to photos to better organize them. A single image file can be in multiple albums... they are not copies, it's simply been labelled as being in all those albums. So what you're trying to do doesn't make sense, because it's based on incorrect assumptions.
    The iPhoto library will always show all photos that you have added to iPhoto.

  • Guys i need to get m itunes account unlocked its stopping mefor making in app purchases please help need to make a purchase within 30 minutes

    guys i need to get my itunes account unlocked its stopping mefor making in app purchases please help need to make a purchase within 30 minutes

    If you've tried to buy something and your've been charged for it (and it's not a temporary store holding charge) but haven't received it then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • My iphone and ipad got stolen in london and I changed the ICLOUD password, now I CANNOT access my ICLOUD. please help...cannot access my find my device.

    my iphone and ipad got stolen in london and I changed the ICLOUD password, now I CANNOT access my ICLOUD. please help...cannot access my find my device

    You can't sign into your iCloud account using the new password on icloud.com on your computer?

  • I need to buy Microsoft Exchange Server 2013 License.

    I need to buy exchange 2013 license but problem is that I have total 175 users in my organization and then exchange standard license support upto 5 mailboxes and exchange enterprise support upto 100 mailboxes. My boss want to have each user have separate
    mailbox.. 
    So i am looking a solution for 175 users with 175 mailboxes. If anyone can help me and guide me which exchange server is best and how can i manage 175 separate mailboxes ????
    note: in future i also want to have symantec exec backup solution (mailboxes archiving) for that exchange server which i deploy in my organization.  
    need fastest response. 
    thanks in advance

    Hi FAISAL,
    Regardless of which version of the Exchange 2013 will not limit the number of mailboxes, however,different versions of the
    restrictions embodied in the number of databases.
    More details please refer to the following article:
    Exchange 2013: editions and versions
    Microsoft Exchange Server 2013 is available in two server editions: Standard Edition and Enterprise Edition. Enterprise Edition can scale to 50 mounted databases per server in the Release to Manufacturing (RTM) and Cumulative Update 1 (CU1) versions, and
    100 mounted databases per server in Cumulative Update 2 (CU2) and later versions; Standard Edition is limited to 5 mounted databases per server.
    Best regards,
    Niko Cheng
    TechNet Community Support

  • Securely Access Exchange Server 2007 through ASA 5510 using Outlook

    Is there any way to access a MS Exchange Server 2007 on Windows server 2008 through an ASA 5510 running 8.4 with a full MS Outlook client (not using OWA - web browser)?  OWA is currently working fine but I was wondering if access via the full Outlook client is possible and more importantly...is it opening up too many ports on my 5510?  Any help is much appreciated!
    ~John

    Hi John,
    For that scenario, a remote access VPN is probably the best way to go (either the traditional IPSec client or SSL VPN/AnyConnect). This config guide lists your options on the ASA:
    http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/vpn_ike.html
    -Mike

  • Application And Gaming / Port Forwarding || HELP NEEDED || Can Only Access Via LAN

    Hi.
    I have just bought a Wireless Router, Model Number: WGKPC354G-UK. With the intention of setting up a small server. This server will run from my PC (directly wired into router), running a game called "Counter Strike" - I had to download a dedicated-server tool for this and i successfuly installed this and followed the tutorial to set it all up..
    So I thought i had done it, but I could only access my server with my internal IP 192.168.1.64 (LAN).
    I then found out that i needed to "Port-Forward" I followed a tutorial on www.portforward.com - This showed me how to open the ports, and which ones to open.
    I did all this and i still encounter the same problem !
    So i then opened all my router ports "DNZ" and it still doesnt work !!!
    Any help will be greatly aprreciated !
    PS. Below Are The Required Ports.
    http://portforward.com/english/routers/port_forwarding/Linksys/WAG354G/Counter_Strike.htm         

    Keep in mind your ISP could be blocking the ports needed. DMZ almost ALWAYS works and if it doesnt, most likely your ISP blocks the ports.
    another test is to make sure you can connect to the game server from another CS machine on the inside of your network. If this works, that means your server is up and running properly and its probably your ISP blocking certain ports needed for the CS Server.
    You should also check you have the Windows firewall disabled, and any other software firewall on your server disabled.

  • Please help - Scrollable result set in sql server 2000

    Hi can some one please help me. I'm trying to create scrollable result set in sql server 2000, but i just can't get it to work. I've been trying to do this for the past 12 hours. I want to go home, but I can't till I get this going! please help!!! My crap code is as follows:
    package transact;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.JInternalFrame;
    import java.sql.*;
    import java.io.*;
    import java.util.*;
    public class DummyFrame extends Dummy
    protected String name, surname;
    protected Connection conn;
    protected CallableStatement cstatement;
    public DummyFrame()
    createFrame();
    private void createFrame()
    try
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    conn = DriverManager.getConnection(
    "jdbc:microsoft:sqlserver://server:1433;" +
    "user=user;password=pwd;DatabaseName=Northwind");
    catch (Exception e)
    e.getMessage();
    populateFields();
    menuAction();
    show();
    private void menuAction()
    btncontacts.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e)
    getRecords();
    populateFields();
    btncontacts.setText("NEXT");
    btnkeywords.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e)
    // transaction.getRecords();
    nextRecord();
    populateFields();
    btncontacts.setText("NEXT");
    protected void nextRecord()
    try
    // CallableStatement cstatement = null;
    cstatement = conn.prepareCall(
    "{call Employee_Selection}", ResultSet.TYPE_SCROLL_INSENSITIVE,
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs = cstatement.executeQuery();
    while (rs.next())
    surname = rs.getString("Lastname");
    cstatement.getMoreResults();
    catch (Exception e)
    e.getMessage();
    protected void getRecords()
    try
    CallableStatement cstatement = null;
    cstatement = conn.prepareCall(
    "{call Employee_Selection}", ResultSet.TYPE_SCROLL_INSENSITIVE,
    ResultSet.CONCUR_UPDATABLE);
    ResultSet rs = cstatement.executeQuery();
    while (rs.next())
    surname = rs.getString("Lastname");
    name = rs.getString("Firstname");
    rs.first();
    // call stored procedure
    catch (Exception e)
    e.getMessage();
    // populate the fields;
    private void populateFields()
    txtfirstname.setText(name);
    txtsurname.setText(surname);
    }

    ummm ok i think the logic in your code is kinda screwy...
    here is what your should be doing.
    create the gui.
    get the resultset...
    have code that looks like this for nextRecord...
    protected void displayNextRecord(){
      // we do not call next here because we already called it last time
      surname = rs.getString("Lastname");
      name = rs.getString("Firstname");
      populateFields();
      if(!rs.next(){
        btncontacts.setEnabled(false);// i'm not sure what btncontacts is but we want to disable next becuase there are no more records...
    // in your intitalization code you need to do this...
    // you old stuff ending with...
    ResultSet rs = cstatement.executeQuery();
    // the new stuff...
    if(rs.first()){
      displayNextRecord();
    }else{
      btncontacts.setEnabled(false);//the result set is empty
    }ok the real problem you are having is that you are trying to display one record at a time but you are scrolling
    through the entire result set using while(rs.next()... what you
    want to do is create the result set once and scroll through
    it one item at a time with your gui.
    the example method i have given displays the data from the current
    row in your gui. then it advances the result set forward one row if possible. this method assumes that the result set will always
    be positioned on a valid row thus the need for calling
    rs.first() before we originally call displayNextRecord()
    well i hope you find this helpful.

  • How to get AppleTalk on OS X Lion. I need it to access the server.

    I was using G5 and had Leaord on it. I was not able to update any new softwares on it as it was not intel based. I bought a new machine Mac Pro and now there is no appletalk on it.
    Does anyone know how I can access appletalk from lion or is there any other alternative i can access the server.
    Please let me know. I have been looking about but i am not able to find any solution.
    Thanks.

    Alikazani,
    AppleTalk is gone since Snow Leopard. There's no way to use it on Lion. But isn't clear what you need. Do you still want to use your G5? Or you need only to transfer files onto your new Mac Pro?

  • Help with Moving Emails from Exchange Server 2013

    Hi Team,
    Help, I need a solution on how to copy incoming and outgoing emails together with their attachments and was hoping someone could help with a solution I need to find for this problem.
    1) I have a need to copy all incoming and outgoing emails & attachments from Exchange Server 2013 mailboxes on a daily basis, so they can be archived into an external 3rd party database overnight.
    I believe that the first step is that I can set up another Exchange mailbox, through Journaling to receive these emails. 
    Is there any way that these emails can then be moved direct from the Journaling mailbox that I have created, to a shared folder on the network? If so what format would they be sent out as e.g. .msg, .ems and what is the process?
    Failing that, could they be sent to an Outlook client (not another Exchange mailbox) on the network and stored in a .pst file? (I have a program that will export them from .pst)
    I would really appreciate any assistance that you can provide in this matter.
    Regards, Greg.

    Hi,
    You can set auto-forward on journaling mailbox and auto-forward emails to another mailbox. Why don’t directly archive the emails from the journaling mailbox “an external
    3rd party database”.
    Thanks,
    Simon Wu
    TechNet Community Support

Maybe you are looking for