SAP ECC (Netweaver) - Microsoft Exchange

Hi everybody!
Does someones knows where I can fin documentation about SAP ECC integration with Microsoft Exchange?
Thanks,
Wadih Saad

Hi Wadih,
you can search in the help.sap.com.
below are the links which you can refer
http://help.sap.com/saphelp_nw70/helpdata/en/44/20a7b2610f0889e10000000a422035/frameset.htm
http://help.sap.com/saphelp_nw70/helpdata/en/7a/ec015c8446d447a83776d40f31c84f/frameset.htm
you can u refer to this pdf also
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a46c209d-0601-0010-2089-f0c967d1199a
hope this helps.
pls reward points if helpful
regards,
mrudula

Similar Messages

  • SAP PI Connection Microsoft Exchange Server (Scenario Mail -- SAP PI -- File)

    Hi experts,
    we want to connect Microsoft Exchange Server to SAP PI. POP3 and IMAP4 is not allowed on mail server side.
    But the standard mail adapter in SAP PI  (configured as sender communication channel) only works with POP3 and IMAP4.
    Can anyone help me to solve this problem
    Thank you for your help.
    Mario

    Hi Priyadshini,
    The way that you have developed your java program can be different that the way that SAP did it. With pop3 in PI, as far as i know, it is no possible to change the read/delete properties that the mail server has by default, as Amit and Ilya mentioned you should try with the imap solution or to talk to the mail server administrators.
    Are you sure that the messages is being deleted?, have you checked other mail folders in the user account?, may be the message is being moved.
    Regards.

  • Diff in SAP ECC 6.0 and Netweaver

    Hi Experts,
    I am working as SAP ABAP Consultant.
    I am new to SAP Netweaver with JAVA. I want to Learn SAP with JAVA also.
    Can any one tell me whether the SAP 6.0 is used for SAP NetWeaver developement with java
    or it needs some more than SAP ECC 6.0 for ABAP.
    Which java is used mostly in SAP?
    How to start learn JAVA for SAP?
    Awaiting helpful reply
    Thanks In  advance,
    Dhanu

    Hi Dhananjay,
    The SAP NetWeaver Application Server (SAP NetWeaver AS) defines the runtime environment both for Java- and ABAP-based applications in SAP NetWeaver. We refer to the Java-related parts of the server as SAP NetWeaver AS Java. The main part of SAP NetWeaver AS Java is the SAP J2EE Engine, a complete runtime system that can host applications in compliance with the J2EE 1.3 standard.
    The SAP J2EE Engine supports all the techniques that became popularized by J2EE - JavaServer Pages, servlets, Enterprise JavaBeans (EJBs), etc. - so that applications can be ported with minimal effort to SAP NetWeaver AS Java. However, SAP NetWeaver AS Java offers additional functionality on top of what is required in the J2EE 1.3 standard.
    Where should I store database tables of my combined ABAP/Java system?
    The important information here is: Please keep the database storage of your Java- and ABAP-based components separate:
    ABAP components access database tables stored in the “ABAP” database schema.
    Java components access database data stored in the “Java” database schema.
    Best, there is one database instance keeping both ABAP and Java schemas, namely the database instance that is already pre-configured during the SAP Web AS installation.
    Can my Java program modify data in the ABAP database schema?
    The important constraint is: In general, Java components do not access tables stored in the ABAP schema directly, via persistence APIs (for example, JDBC). Analogously, ABAP components cannot manipulate data in the Java schema.
    Don’t worry: Of course, Java components can read or modify data in the ABAP schema. But rather than accessing table data directly, they are intended to go around: In the Java code, you apply the application-level APIs (like SAP Java Resource Adapter API, web services, Adaptive RFC for Web Dynpro UIs) and ask the ABAP component to do the work on the database.
    Can I integrate Java and ABAP components in the scope of an application?
    Of course, you can combine Java and ABAP components in your systems. There are several technologies enabling reliable data exchange between them, like SAP Java Connector (SAP JCo), SAP Java Resource Adapter (SAP JRA), web services, and SAP Exchange Infrastructure (SAP XI) to name some.
    The below link helps u in understanding the connectors of java and sap.
    [http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm]
    Using the SAP Java Connector
    SAP’s new Java middleware, the SAP Java Connector (JCO) allows customers and partners to easily build SAP-enabled components in Java. JCO supports both inbound (Java calls ABAP) and outbound (ABAP calls Java) calls in desktop and server applications.
    In this Sample Program we connect to SAP and call two BAPIs.
    Import statements: Any program using JCO should contain the following import statement:
    import com.sap.mw.jco.*;
    Otherwise, you have to fully qualify each class and interface which is very inconvenient.
    Connecting to SAP
    JCO.Client mConnection;
    A connection (or session) with SAP is handled by class JCO.Client
    try {
    mConnection =
    JCO.createClient("400", // SAP client
    "c3026902", // userid
    "********", // password
    "EN", // language
    "iwdf5020", // host name
    "00"); // system number
    mConnection.connect();
    catch (Exception ex) {
    ex.printStackTrace();
    System.exit(1);
    "A Client object is created via a call to createClient(). You can use a specific application server (as in the above code) or a server group (load balancing)." REFER the JCO Javadoc for the overloaded createClient() method for the latter possibility.
    "The Client class's connect () method tries to log on to SAP. If that fails for any reason, an exception is thrown. If the call succeeds, we can now stay connected for as long as we like. When we are done, we can call disconnect () to explicitly log off."
    Thankyou
    Regards.

  • Microsoft Exchange interfacing to ECC 6.0 - Need Technical Documentation

    We will soon migrate from Novell Groupwise to Microsoft Exchange.
    We currently do use SMTP configurations in ECC 6.0
    I am looking for a couple of things (I've searched the SAP Marketplace and Microsoft) for Technical and white papers supporting and providing evidence for this. None to be found
    I know IT IS supported, I know there are connectors to be configured, I just wanted the printed evidence now.
    Thank You All
    maria

    >
    Maria Graziano wrote:
    > So what You're saying is that the configuration we currently have set up to the novell mail server will remain in place once we switch over to exhange?
    >
    > minding the exchange domain name and ip address etc... of course
    >
    > maria
    That's exactly right.  SMTP is a standard protocol for emails.  So it doesn't matter if SAP is talking to MS Exchange or some other email application.
    Also, you won't find any white paper on this, because since the protocol between SAP and the email app it's talking to is standardized, as long as the mail application is SMTP (which it should be, otherwise I would just laugh very hard at it) you should be fine.
    Edited by: Kevin on Jul 31, 2008 11:37 AM

  • SAP Netweaver Mobile 7.1 on SAP ECC 6 or SAP Netweaver 7.02

    Dear,
    Just want to make sure of these :
    1. Is it true that SAP Netweaver Mobile 7.1 only available for SAP Netweaver 7.x ?
    2. Is it true that I will never be able to have SAP Netweaver Mobile 7.1 on my current SAP ECC 6 EHP 5 (SAP Netweaver AS 7.02) ?
    3. If no. 2 is true, it means I must purchase new license in order to have SAP Netweaver Mobile 7.1. Is it true ?
    4. If no. 3 is true, it means I must maintain 2 instance of SAP Netweaver AS, SAP Netweaver AS 7.02 for my ECC 6 and SAP Netweaver AS 7.3 for my SAP Netweaver Mobile 7.1. Is it true ?
    Thanx Guys,

    Hello,
    SAP Netweaver Mobile 7.1 on my current SAP ECC 6 EHP 5 (SAP Netweaver AS 7.02)
    This is not possible
    you Need to have a separate MI 7.1 box ,which connects to the SAP ECC 6 EHP5 backend.
    regards
    kaushik

  • Integrating SAP ECC 6.0 with Microsoft Windows 2003 Active Directory

    Hi Gurus,
    We are planning to integrate our SAP ECC 6.0 with Microsoft Windows 2003 Active directory.
    I have several questions on this:
    1. Can i authenticate all the users from SAP
    2. It is used only for user authentication or can it be also used for password authentication
        ie user can login using his windows password?
    3. While integration in SAP does a separate table or a field is created in database.
    4.If a employee leaves a company than in SAP is it possible to lock & deactivate the user automatically.
    Thanks in advance.
    Regards,
    Nihar

    Hi Mastek,
    You should be able to accomodate your needs with respect to integration of your AD accounts with SAP ECC ABAP. This can be done via LDAP connector configuration. The below has info on how to perfrom the configuration at a high level. You will have to integrate, and map certain user data. You may also want to do some LDAP Connector research:
    [http://help.sap.com/saphelp_nw70/helpdata/en/10/1a063a15c611d4b61f0000e835363f/content.htm]
    On the Java stack - you can also confugure UME to integrate/authenticate with AD:
    [http://help.sap.com/saphelp_nw70ehp2/helpdata/en/12/7678123c96814bada2c8632d825443/content.htm]
    Hope this helps!

  • SAP SMTP Configuration for Microsoft Exchange Online (Microsoft Hosted Solution for Exchange - Office365)

    Dear All,
    We are using Microsoft Exchange Online (Microsoft Hosted Solution for Exchange – Office 365) for sending and receiving emails. Now we want to setup SAP SMTP so that emails / notifications can be sending through SAP via Microsoft Exchange Online. It is quite easy to configure for setting SMTP Services for locally hosted Exchange Server. But this is the first time I am trying to setup for Microsoft Exchange Online.
    Current Instance Profile settings are as follows;
    is/SMTP/virt_host_1                         *:25000
    is/SMTP/virt_host_0                         *:*
    icm/server_port_2 PROT=HTTPS,PORT=44300,PROCTIMEOUT=300,TIMEOUT=600
    icm/server_port_1                           PROT=SMTP, PORT=1080, TIMEOUT=180
    icm/server_port_0 PROT=HTTP,PORT=8000,PROCTIMEOUT=300,TIMEOUT=600
    ms/server_port_0                            PROT=HTTP,PORT=81$$
    SCOT Settings are
    Mail Host             smtp.office365.com
    Mail Port              587
    Following are the settings for configuring Outlook for Exchange Online – Office 365;
    Server name
    Port
    Encryption method
    POP3
    outlook.office365.com
    995
    SSL
    IMAP4
    outlook.office365.com
    993
    SSL
    SMTP
    smtp.office365.com
    587
    TLS
    Please assist if any one configure office365 with SAP.

    Hello Majid,
    Were you able to setup SCOT for Office365 online, I have to setup same.
    Can you help with some guidelines on how you setup.?
    Regards,
    Ashish

  • Difference between SAP R/3,SAP NETWEAVER, MYSAP ERP,SAP ECC

    HI,
    I was really confused about the key difference between
    SAP R/3,SAP NETWEAVER, MYSAP ERP,SAP ECC.
    Could anyone tell me how do they differ from one another.
    Regards,
    sasi_s

    Hi Sasi,
    mySAP ERP includes function available in SAP R/3 Enterprise and additional functionalities and entire functional areas: Analytics, Strategic Enterprise Management (SEM), Financial Supply Chain Management, etc.
    mySAP ERP also contains the complete SAP NetWeaver platform; SAP R/3 Enterprise includes a subset of SAP NetWeaver, the SAP Web Application Server
    From this link you can get even more info on this topic :: http://www.sap.com/cis/pdf/8508.pdf
    << Moderator message - Point begging removed >>
    Thanks,
    Rohit
    Edited by: Rob Burbank on Jan 21, 2011 5:23 PM

  • SAP ECC 6.0 IDES KERNEL Update

    Dear experts,
    i have installed a SAP ECC 6.0 IDES on a Windows Server 2003 Enterprise 64 bits + MS SQL from the MarketPlace:
    -> http://service.sap.com/swdc
    -> Download
    -> Installations and Upgrades
    -> My Company's Application Components
    -> SAP ERP
    -> SAP ERP 6.0
    -> IDES-Version
    -> Windows Server
    -> Microsoft SQL-Server
    and in order to update my solution into EHP3, i need to update the Kernel witch is in 7.00 version.
    How and Where could i get the kernel update file?
    Is there any difference between SAP Netweaver and SAP ERP Installation?
    Thank you very much for your great help.
    Best regards,
    Pascal.
    PS: i already update the SPAM/SAINT version (number 33) and have a well configured MOPZ for confirmed files.

    Hello Pascal,
    The kernel is at a differnt location. Please go to:
    1. http://service.sap.com/swdc
    2. Download
    3. Support Packages and Patches
    4. Entry by Application Group
    5. Additional Components
    6. SAP Kernel
    Select the corresponding platform.
    You should download 2 kernel files: SAPEXE and SAPEXEDB. One is database independent, one is DB dependent. Unpack them to the kernel directory and the kernel then is upgraded.
    Best Regards,
    Joseph

  • CJ20N is not working in SAP ECC 6.0

    Hello Everybody.
    In my SAP ECC 6.0 I log in SPANISH and launch tcode: CJ2ON - Project Builder and it transaction code does not work my session hangs and the message in the status bar is: 
    STARTING APLICATION PROJECT BUILDER (English)
    Inicio Aplicación Project Builder (Spanish)
    For my Customer is a must to use this tcode in Spanish. In English this transacction works fine.
    Here the level components:
    SAP_BASIS            | 700        | 0006  | SAPKB70006           | SAP Basis Component                                         |
    SAP_ABA
    700
    0006
    SAPKA70006
    Cross-Application Component
    PI_BASIS
    2005_1_700
    0007
    SAPKIPYJ77
    PI_BASIS 2005_1_700
    ST-PI
    2005_1_700
    0002
    SAPKITLQI2
    SAP Solution Tools Plug-In
    SAP_BW
    700
    0006
    SAPKW70006
    SAP NetWeaver BI 7.0
    SAP_AP
    700
    0003
    SAPKNA7003
    SAP Application Platform
    SAP_HR
    600
    0003
    SAPKE60003
    Human Resources
    SAP_APPL
    600
    0003
    SAPKH60003
    Logistics and Accounting
    EA-IPPE
    400
    0003
    SAPKGPID03
    SAP iPPE
    EA-APPL
    600
    0003
    SAPKGPAD03
    SAP R/3 Enterprise Add-On PLM, SCM, Financials
    EA-DFPS
    600
    0003
    SAPKGPDD03
    SAP R/3 Enterprise Defense Forces & Public Securit
    EA-HR
    600
    0003
    SAPKGPHD03
    SAP R/3 Enterprise Add-On HR
    EA-FINSERV
    600
    0003
    SAPKGPFD03
    SAP R/3 Enterprise Financial Services
    FINBASIS
    600
    0003
    SAPK-60003INFINBASIS
    Fin. Basis
    EA-PS
    600
    0003
    SAPKGPPD03
    SAP R/3 Enterprise Public Services
    EA-RETAIL
    600
    0003
    SAPKGPRD03
    SAP R/3 Enterprise Retail
    EA-GLTRADE
    600
    0003
    SAPKGPGD03
    SAP R/3 Enterprise Global Trade
    ECC-DIMP
    600
    0001
    SAPK-60001INECCDIMP
    DIMP
    ERECRUIT
    600
    0003
    SAPK-60003INERECRUIT
    E-Recruiting
    FI-CA
    600
    0003
    SAPK-60003INFICA
    FI-CA
    FI-CAX
    600
    0003
    SAPK-60003INFICAX
    FI-CA Extended
    INSURANCE
    600
    0003
    SAPK-60003ININSURANC
    SAP Insurance
    IS-CWM
    600
    0003
    SAPK-60003INISCWM
    Industry Solution Catch Weight Management
    IS-H
    600
    0003
    SAPK-60003INISH
    SAP Healthcare
    IS-M
    600
    0003
    SAPK-60003INISM
    SAP MEDIA
    IS-OIL
    600
    0003
    SAPK-60003INISOIL
    IS-OIL
    IS-PS-CA
    600
    0003
    SAPK-60003INISPSCA
    IS-PUBLIC SECTOR CONTRACT ACCOUNTING
    IS-UT
    600
    0003
    SAPK-60003INISUT
    SAP Utilities/Telecommunication
    SEM-BW
    600
    0003
    SAPKGS6003
    SEM-BW: Strategic Enterprise Management
    LSOFE
    600
    0003
    SAPK-60003INLSOFE
    SAP Learning Solution Front-End
    | ST-A/PI              | 01H_ECC600 | 0000  |      -               | Application Servicetools for ECC 600            
    Have you experienced this issue, can you please give your ideas to solve it ?

    Hello,
    SWUF is workflow runtime system administration? Seems it disappeared in 4.6 or 4.7.
    Try SWDC_RUNTIME and SWDC_DEFINITION - not sure if they are in ECC6.
    Let us know if this is the solution.
    regards
    Rick Bakker
    Hanabi Technology

  • Key functional differences between SAP ECC Version 6.0 and SAP Version 4.6

    Hi Forum,
    As we are currently updgqrading to SAP ECC Version 6.0 from SAP Version 4.6, could someone please identify what are the new functionalities are being offred in SAP ECC 6.0.
    Please let me know or guide me in a right direction - my email address is [email protected] or simply reply to the forum.
    Thank you
    Yogesh

    Dear Yogesh,
    Please go through Upgrade info @ service.sap.com.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/6880cbb88f297ee10000000a422035/frameset.htm
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Major difference is ECC6 is netwear product having WASJAVA+ABAP
    secondly support unicode apart from this we have other diff. you can get fom master guide from service.sap.com/instguides
    For installing ECC 6.0 you required a solution manager key.With out solutionmanager key you cannot install ECC6.0.
    For ECC 6.0 is called netweaver component here you have ABAP+JAVA stack.
    ECC6.0 supports UNCODE.
    For installing 4.6 you don't required solution manager key.It only having ABAP stack.
    4.6C supports NONUNICODE.
    Hope this would add some more info.
    Regards,
    Naveen.

  • Error while registering SAP ECC system in UWL systems

    hi,
    Error while registering SAP ECC system in UWL systems.
    Errors:
    System R3Production: Thu Nov 27 16:12:05 GMT+05:30 2008
    (Connector) :com.sap.netweaver.bc.uwl.connect.ConnectorException:Thu Nov 27 16:12:05 GMT+05:30 2008
    (Connector) :com.sap.mw.jco.JCO$Exception:Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=132.147.0.112 SYSNR=00 GWHOST=132.147.0.112 GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner '132.147.0.112:sapgw00' not reached
    TIME        Thu Nov 27 16:12:05 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       79
    ERRNO TEXT  A remote host refused an attempted connect operation.
    COUNTER     2
    Item type retrieval and registration requires a connection to the systems and may take a couple of minutes
    For each system, they are generated as the configuration named 'uwl.webflow.<system_alias>' or 'uwl.alert.<system_alias>'.
    After configuration changes in the backend system, you must re-register the system.
    regards.
    Srinivas.

    Hi,
    you can check few things prior proceeding:
    Does your connector test after adding your backend system in portal works fine?
    Did you define a system alias?
    Make sure your SSO is working,
    Also check your Jco detination webdynpro tab.
    Regards,
    Vamshi.

  • Send / Receive Idoc(XML) in SAP ECC 5.0

    Hi Experts,
    We are using SAP standard idocs to exchanges master data and Sales data between SAP and non SAP system. currently all the idocs are generated and posted as flat file structure.
    There is possiblity to use idoc(XML) and HTTP service instead of standard process without XI?
    All info related with this is welcome. is it possible? how?
    all suggestion n helpful ans will be rewards with points.
    regards: gaurave.

    Hi Gaurave,
    I have comae accross this type of issue once and hope the below link will give you an idea.
    http://msdn2.microsoft.com/en-us/library/cc185479.aspx
    thanks,
    KIRAN

  • Set up for Extraction the data from SAP ECC system

    Hi!
    I would like to analyze the transaction and master data from SAP ECC system into SAP BI system.
    I have created the connection (entry for SAP ECC system) within SAP NetWeaver System.
    Unfortunately when I try to load the transaction data for Info source the process does not end successfully.
    There are no information within SM58 on source system.
    The ST22 does not contain some suitable information.
    Question:
    Which settings do I miss and how can solve my problem?
    (user authorization, etc.)
    Thank you very much!
    regards
    Holger

    Hi!
    many thanks for your reply.
    The error I get:
    Errors while sending packages from OLTP to BI
    Diagnosis
    No IDocs could be sent to BI using RFC.
    System Response
    There are IDocs in the source system ALE outbox that did not arrive in the ALE inbox of BI.
    Further analysis:
    Check the TRFC log.
    You can access this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".
    Error handling:
    If the TRFC is incorrect, check whether the source system is fully connected to BI. In particular, check the authorizations of the background user in the source
    Can you please help me to identify the error?
    Thank you!

  • Disaster Recovery For SAP ECC 6.0 On Oracle

    Hi All,
    This is our infrastructure
    Windows 2003 Server
    SAP ECC 6.0
    Oracle 10
    Legato Networker Client / Library
    Actually our Backup Strategy is to do an Online Backup Every Night from monday to saturday. We want to test our backup by doing a Restore. We are assuming a complete loss of the system including hardware.
    What we do:
    1. Install the SAP System on a new host with the same hardware characteristic of the source system.
    2. Install & Configure the legato utility.
    3. Copy the E:\oracle\MIS\sapbackup\ directory from the source system to the test system.
    4. Them we put the database in mount mode.
    5. Execute the command: brrestore -b bdyxwoqv.fnf -m full  (bdyxwoqv.fnf-> Full Online Backup that was executed without problems).
    It gives the following errors:
    BR0386E File 'F:\ORACLE\MIS\SAPDATA2\SR3_10\SR3.DATA10' reported as not found by
    backup utility
    BR0386E File 'F:\ORACLE\MIS\SAPDATA3\SR3700_9\SR3700.DATA9' reported as not foun
    d by backup utility
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0279E Return code from 'backint -u MIS -f restore -i E:\oracle\MIS\sapbackup\.
    rdyybrzp.lst -t file -p E:\oracle\MIS\102\database\initMIS.utl': 2
    BR0374E 0 of 63 files restored by backup utility
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0231E Backup utility call failed
    BR0406I End of file restore: rdyybrzp.rsb 2008-10-01 17.45.19
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0404I BRRESTORE terminated with errors
    Since this is a new SAP system it never will find the SAPDATA files because they where on the source system and this is a new test system.
    We found the following note:
    96848 Disaster recovery for SAP R/3 on Oracle
    But this note is for SAP R/3 no for SAP ECC!
    It explain that you have to install your SAP system with the System Copy Method (is this the only way??).
    2.) Installation of the R/3 System
    The installation of SAP software contains the software installation of the database. The initial SAP database should be created again but the SAP data should not be loaded.
    Install the SAP system with the Oracle-specific system copy method, which is based on backup/restore. This method is described in the system copy guide for your Product/Release. Refer to Note 659509 for products that are based on Web AS.
    3.) Modification of the installation
    Above all, you must take into account the mounted file systems at the time of the loss. If necessary create new SAPDATA directories (mount points). These generally identify a disk or a logical storage area (logical volume).
    Are we working in the right way? maybe there is a formal procedure to do a Restore from an Online backup when you complete loss your system.
    Please some tips.
    Best Regards,
    Erick Ilarraza

    Hi Eric,
    Thanks a lot for your reply, I will follow the Note 96848 Disaster recovery for SAP R/3 on ORACLE point 5.
    5.) Restore profile and log files, as you sayed in case of disaster we will lost our "source" system.
    On the other hand to configure the legato client we take care of the name of the server, we configured the .sap, .cfg and .utl files so in theory the restore will be done on the new test system since we run the brrestore command from that system.
    Officially there is not a documentation from SAP to do a Restore from a Online Backup with SAP ECC, SAP Netweaver (ABAP / ABAP + Java). You only have the 96848 note??? I found the following information:
    http://help.sap.com/saphelp_nw70/helpdata/en/65/cade3bd0c8545ee10000000a114084/frameset.htm
    But there is not a official procedure like a System Copy Guide or Installation Guide.
    Best Regards,
    Erick Ilarraza

Maybe you are looking for

  • External Optical Drive not working with iMac

    I have a memorex external drive that I have been using to install Windows 7 with boot camp and have successfully used it on 2 mac-mini's. I am not trying to install Windows 7 boot camp on an iMac that has a broken internal optical drive but the exter

  • Can I preset the default save feature in Acrobat 10 to save a MS Word document as a "REDUCED SIZE PDF"?

    I use MS Word for Mac 2011 to create documents and quotations. I'm using Adobe Acrobat Pro 10.1.12 on a MAC. I want to save the MS Word file as a "REDUCED SIZE PDF" first, without having to first save it as a normal PDF, then re-save it as the reduce

  • WRT54G version 6 - router setup screen via Internet Explorer 7 doesn't display correctly

    Hi, I've just set up my WRT54G router.  I'm able to connect to the internet and I'm able to connect directly to the router via IE but the setup screen doesn't display correctly.  I've tried resetting the computer and updating the firmware but it stil

  • J2ME and java.nio

    I'm not sure which forum this should go in so applogies if I got it wrong. I would like to use the java.nio package from JDK1.4 with the J2ME. Is this possible in any way? cheers Andrew

  • Why can't I see my files in Finder, using Lion?

    Hi - I'm running Lion 10.7.2 and have noticed in Finder that the contents of many folders aren't visible.  This seems to be for newer files added.  For example, I copied a folder from a thumb drive, into my (username) -> (Documents) folder.  I see th