SAP logon pad with NCo and visual studio 2003

Hi All,
I'm struggling to find a way in visual studio 2003 utilising the dot net connector to allow the user to select the SAP system, client user name and password in a similar way that happens when done with activeX controls.
E.g. with ActiveX this sort of code:
Dim sapConn As Object 'Declare connection object
Set sapConn = CreateObject("SAP.Functions") 'Create ActiveX object
If sapConn.Connection.Logon(0, False) <> True Then
The false in the last line prevents a silent logon i.e. a little pop up window is created with the server, client etc. for the user to select and fill in.
I have been trying to use methods like availabledestinations and getdestinationbyname as well as the destinationname property of the saplogon proxy I dropped on my form. In fact I can see all the destinations when I drop down on the destinationname property on the proxy logon object. I though of maybe binding this to a list box but I can't seem to get that to work.
I also tried setting the SAPgui value to 0,1 or 2 on the proxy logon object but this had no effect.
Is there not a simple way of doing this similar to the ActiveX approach?
PS. This is a windows forms project and not a web project.
Thanks,
Grant.

Hi Jitesh,
Thanks for the quick response!
I declared _e as an iDictionaryEnumerator, is that correct?
So the code looks like this:
Dim _e As IDictionaryEnumerator
        For Each _destEntry As System.Collections.DictionaryEntry In SapLogonDestination1.AvailableDestinations
            Dim _destText As String = _e.Value.ToString
            Dim _destKey As String = _e.Key.ToString
        Next
I get a Nullreference error: Object reference not set to an instance of an object at the line Dim _destText As String = _e.Value.ToString.
What have I done wrong?
Thanks,
Grant.

Similar Messages

  • Release management with Azure and Visual Studio Online (Cloud TFS)

    What strategy would you use to manage the releasing of versioned software to Azure cloud services (web and worker roles)? We are not looking for continuous integration. We are using Visual Studio 2013 and Visual Studio Online (Cloud TFS).
    At one point, we were releasing straight from Visual Studio using the Azure Cloud Project Publish tool. This is really bad practice in my opinion as you can never be sure what you are really releasing. Additionally, there is no automated control on the labeling
    or branching of code, or the running of unit tests and code analysis checks.
    Next, we employed Release builds on Visual Studio Online. Before deployment, one would edit the appropriate Build Definition (whether it be for Test or Production by and filling in the code label (under the "Get Version" build property) that is to
    be released. This would then get the appropriate code (by the label specified), build it, and release it to whatever cloud service is specified in the targeted Cloud Project profile (this is using the AzureContinuousDeployment.11.xaml template).
    There is still a degree of manual intervention involved. Also, the fact that a version of code is built every time before it is released is not ideal (as far as I understand it would be better if it was packaged once).
    Microsoft Release Management tools
    look ideal for the job, but are not supported with Visual Studio Online.
    Is there a better way of handling our releases?

    /waves hand.. These are not the tools you seek. You are looking for continuous integration.
    Although CI has the word continuous in there, it does not mean "all the time, every checkin". It can easily refer only to those bits you want to release - -and the way to tell the system which bits you want released is to merge them to a Releases
    branch.
    If you do this, not only do you get all the joy of controlled CI, but you guarantee what you release is exactly what is controlled in your SCM - under the Releases branch, preferably tagged or otherwise noted as a particular release. That means you can also
    rollback to a previous release by simply reverting to a previous release in your SCM!
    Of course you don't have to let it happen automatically, you can set it up to build 'continually' and then remove the check on the SCM to see if any changes have been committed. You can replace this with the manual build button.

  • Many FTP sync timeouts with GoodSync and Visual Studio

    Hi All,
    I'm trying to sync my azure Wordpress website with my local folder trough GoodSync. Analysing fails all the time. Only way to complete it is to pouze it everi 30 sec, wait, continue, repeat until done.
    150105 Error analyzing ftp://waws-prod-am2-015.ftp.azurewebsites.windows.net/site/wwwroot/wp-content/themes: Reading listing: receiving line: [receiving data 23.100.2.124:10001]: Time out
    I'm using GoodSync because editing my azure website trough Visual Studio is not stable eather. When visual studio is opening the recent FTP website, it needs minuts (15+) to open. Looks like its hanging all time. Looks like Visual Studio is trying to
    get directory listning and gets the same problem on the background.
    Firewall disabled. WIFI, cabel internet, all tested. I dont have the problem with non-azure FTP Hosts.
    What can I do to make it work?
    Kinds regards,
    Sven

    Hi,
    First, we need to ensure that this is azure side or googsync issue, I try to use this tool to sync the azure ftp site with my local, it runs as except, I am not familiar with googsync, I don't know the limit size of the files to sync, please
    try to create a clean azure web site to test, if you encounter the same issue, please try to get help from goodsync support:
    http://www.goodsync.com/support
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • R12 on Window Server 2003 with Cygwin and Visual Studio

    Hi,
    We have passed the pre-install checks but RapidWiz fails at 13% completion.
    We checked back on the pre-requisites and found that make and bash files we downloaded from site are of higher version than stated in metalink Note 414992.
    We are unable to get the supported lower version. Can anybody help?
    The files we are looking are make and bash from bin directory of cygwin. The versons supported are :
    Make : versions 3.79.1-7 and 3.80-1
    Bash : versions 3.0-11, 3.1-9, 3.2.9-11, and 3.2.25-16
    Amrish Gaur
    [email protected]

    Hi Amrish ,
    See also: Note 395361.1 - Could not relink at windows using Cygwin ERROR: *** target pattern contains no `%'
    The note is for 11.5.10.2 but can also be used to replace the make version at R12.
    But I don't think your issue has something to do with the make version as wrong version of make will only give issues during the relink.
    KAR

  • Install XE Client and Visual Studio 2003

    I have installed the XE Server 10.2.0.1 on a Windows 2003 machine. This was done without any problem.
    Then I installed the XE Client 10.2.0.1 on a Windows XP P2 Client.
    Connecting to to the server with sql command line is no problem.
    I then start a new c# project in VisualStudio 2003, add the reference to the Oracle.DataAccess.dll (version 10.2.0.100, runtime v1.0.3705)
    Just on initialize a new OracleConnection, I get the error about the type initializer threw an exeception. The inner exception says, that the provider is incompatible with the Oracle-Client-Version.
    If I start the same binary on the server, it works fine.
    So it seems, that the client binaries are not the same as on the server.
    How can I solve this problem?
    Severin

    Hi Severin!
    If I start the same binary on the server, it works
    fine.Is it also VS 2003 present on server or some other VS version e.g. VS 2005?
    So it seems, that the client binaries are not the same as on the server.I don't think that can be reason -> so just to check:
    Install XE Client 10.2.0.1 on a Windows 2003 machine (not on the machine where is XE Server installed - e.g. in virtual machine or somewhere else) and then try to run binaries there ...
    I'm not sure, but I think this issue have something to do with distinction of some Microsoft libraries (on OS or VS level ....).
    Cheers!

  • Acrobat 9.0 + Visual Studio 2003

    Hello Folks,
    I have a query regarding Acrobat 9.0 and Visual Studio 2003.
    In our project we are using Acrobat 9.0 SDK to develop an application that already has support for Acrobat 8.0.But we are facing some problems in aspects like Securing a document by password, adding watermark etc where the Acrobat 9.0 crashes.Should we use Visual studio 2005 to develop this application or Visual studio 2003 is sufficient?
    While looking into the samples provided in Acrobat 9.0, they open only in Visual Studio 2005. And also a folder in the headershas been changed from the previous version ( ADM has been removed and 3D has been added).
    Please correct me if i am wrong.
    Regards,
    Hari

    Post your question in the Acrobat Developers SDK forum.

  • NCO 2.0 issue with Visual Studio 2003

    Hi,
        I was attempting to use the SAP Connector for .Net version 2.0 on a machine that has both Visual Studio 2003 and 2005 installed. However, I cannot seem to get the wizard to work correctly in either one. On VS2005, the SaP Connector doesn't even show up in the project types. On VS2003, it does, but the wizard screen doesn't come up. Instead, I am forced to use the Server Explorer toolbar to search for RFC and BAPI functions. I used the guide published by Anne Tarnoruder, Reiner Hille-Doering regarding this subject (Using SAP Connector for MS .Net (NCO) in Microsoft Visual Studio 2005), however, whenever I add an SAP Connector Proxy item to a project, it generates a half-done SAPProxy1.cs and the requisite .wsdl designer file. After selecting one or more RFCs via the SAP server explorer toolbox and dropping it to the proxy designer, it doesn't appear to update the half-done SAPProxy1.cs. Is this the way it is supposed to work? I am using XP with SP2 and Java 1.5 update 11.
    Regards,
    Tristan

    Hi tristan,
    how are you doing ?
    as per the pre req for NCo,
    u're JRE is requested to be : 1.3
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b4/79cb9463b89a41a73e1e2805eb4bf7/frameset.htm
    i successfully use j2sdk 1.4_13, but i am aware of issues when you use jdk 1.5 for other SAP [Portal] related products, try jdk 1.4_12 or 1.4_13 and see if there is any difference
    also is there any requirment for VS 2003 & 2005 on the same machine ?
    i am curious to understand the problems you are facing with this config
    with respect,
    amit

  • AWS HANA ABAP and sap logon pad

    I am looking to consume HANA views with ABAP (as demostrated here SAP HANA Academy - ABAP: How to consume HANA procedures in ABAP - YouTube  )
    I have an AWS account with a HANA installation running with which I have connected with HANA Studio (rev 80) successfully.
    The SAP GUI 730 (Patch 4 Hotfix 2) is installed and I have also successfully installed Eclipse Kepler (in accordance with this guide Step-by-step Guide to setup ABAP on HANA with E... | SCN )
    When I try to create an ABAP project I am asked to either use the connection details in the SAP logon pad or connect manually. I have not maintained the logon pad details and hence wish to connect manually.
    Here is where it gets fuzzy to me. In order to connect with my HANA instance what do I enter as:
    - Application server? The IP-address of the HANA instance, right?
    - Instance number?
    - System-Id?
    - SAP router string?
    I assume that this is all information that is available with my AWS instance, but I dont know where to find it.  Furthermore, I am assuming that no additional components are required in my set-up. If this assumption is wrong please indicate what is missing.
    I greatly appreciate any support.
    Thanx

    Problem solved!

  • Lenovo Yoga with Windows 8 Pro, Office 2013 and Visual Studio

    For you developer types, I just wanted to post a message and let you know my experience with Lenovo Ideapad Yoga 13 as a development machine. I bought Lenovo Ideapad Yoga 13 from Bestbuy for $999.99. As expected, it came with a crap ton of bloatware installed by Lenovo.
    Here is a summary of what I did to it (I take no responsilibity for accuracy of below information. You are on your own if you decide to follow them. I am just putting this down from my memory so that I can look it up in the future if I ever need to do this again).
    INITIAL CLEANUP
    Installed Lenovo hotfix for partition cleanup/merging: http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS033035
    Installed Lenovo Touchpad driver fix.
    CAUTION: I take no responsibility for below steps. I am writing them from memory and if you decide to follow them and end up making your machine unusable, you are on your own as Lenovo might not honor your warranty.
    BACK UP ENTIRE DISK (requires an empty USB flash drive for booting and another external USB drive for backup)
    Copied Drivers from D_Backup folder to the external USB hard drive (plugged into USB 3.0 port).
    Installed Paragon Backup & Recovery 2012 Free: http://www.paragon-software.com/home/br-free/
    Created Paragon Backup & Recovery boot USB flash drive with default Linux recovery environment option (flash drive plugged into USB 2.0 port).
    Shutdown Lenovo Yoga.
    Plugged in the Paragon Backup & Recovery boot USB flash drive (USB 2.0 port). 
    Pressed the one key recovery button (next to power button). Went to BIOS.
    In the BIOS, enabled Legacay mode and made Legacy high priority and saved the changes.
    The machine booted into Paragon Backup & Recovery mode. From there, made a backup of entire disk to the external USB hard drive.
    Shut down the machine, pressed the one key recovery button (next to power button). Went to BIOS. Turned off Legacy mode and switched back to UEFI boot mode and saved the changes and restarted the machine.
    Logged into the machine and verified that everything was good and checked the external USB drive to verify that the backup image was present.
    MAKE WINDOWS 8 PRO BOOT USB FLASH DRIVE (requires a second empty USB flash drive and a second computer with Windows 7. This USB Flash Drive has to be between 4GB to 32GB as Windows won't format 64GB flash drives to FAT32 mode)
    (Note: I installed Windows 8 Pro in UEFI mode. See http://pcsupport.about.com/od/windows-8/a/install-windows-8-usb.htm)
    You need a licensed ISO image of Windows 8 Professional Full version (not the upgrade version) from your MSDN or Technet subscription or create an ISO from the Windows 8 Pro full version DVD.
    Download Windows 7 USB/DVD Download Tool on the computer with windows 7.
    Plug in the second empty USB flash drive (has to be at least 4GB but less than 32GB) into the computer with Windows 7.
    Using Windows 7 USB/DVD Download Tool and the ISO file, create the Windows 8 Pro bootable USB Flash drive.
    Create a new folder on your computer disk, for example, C:\WIN8USB.
    Copy all the files from your USB flash drive to the newly created folder (created in the previous step).
    Right click on the USB drive icon in Computer window and select “Format…” from the context menu. Make sure you select “FAT32 (Default)” in “File system” drop down menu. Click “Start” and wait till the drive gets formatted. This step is needed because NTFS is not readable by BIOS in UEFI boot mode. During formatting, MBR is preserved so the thumbdrive is still bootable.
    Copy all the files from the folder you created earlier (C:\WIN8USB, for example) to the formatted drive. Your Windows 8 installation USB drive is ready to install in UEFI mode.
    WIPE THE DISK PARTITIONS
    Shut down the machine, pressed the one key recovery button (next to power button). Went to BIOS, enabled Legacay mode and made Legacy high priority and saved the changes.
    Booted into Paragon Backup & Recovery boot USB flash drive again. This time, I deleted all partitions on the primary disk (Disk 0). CAUTION: This WILL wipe your hard disk and will make your machine unusable!!! 
    Shut down the machine, pressed the one key recovery button (next to power button). Went to BIOS. Turned off Legacy mode and switched back to UEFI boot mode and saved the changes and shut down the machine.
    At this point, the disk is wiped clean. All factory installed software and recovery partitions are gone!!!
    INSTALL WINDOWS 8 PRO
    Plug in the USB Flash Drive with Windows 8 Pro install files.
    Windows 8 Installer would show the unallocated disk space. I can't remember the exact details but either I had to click on Delete or New to delete and then create a new GPT partition. The entire partition was about 119GB.
    From that point, follow the Windows 8 Pro installation steps.
    After booting up into Windows 8 Pro, plug the external USB drive that had the drivers folder backed up from D_backups.
    Install all the drivers from this folder (I was able to install everything except for one Intel fast boot one because of missing partition but my Yoga still boots up just as fast).
    Go to device manager to check and everything should be good now.
    Run Windows Update.
    You should now have about 101GB free on C: drive!!
    INSTALL VISUAL STUDIO, SQL SERVER and OFFICE 2013 ON LENOVO YOGA 13
    I installed the following in that order:
    Microsoft SQL Server 2008 R2 Developer edition (I installed all components, everything!). Then I installed latest service pack.
    Microsoft Visual Studio 2010 (I installed all components, everything!). Then I installed latest service pack.
    Microsoft SQL Server 2012 Developer edition(I installed all components, everything!). Then I installed latest service pack.
    Microsoft Visual Studio 2012(I installed all components, everything!)
    I ran Windows update and also installed Nov 2012 updates of SQL Server Data tools.
    I then installed Office 2013 Pro Plus.
    MAKE LENOVO YOGA 13 MORE SECURE
    Go to Control Panel and enable Windows Defender (it is included by default in Windows 8 and is anti-virus and anti-malware solution)
    Enable full hard-disk encryption using BitLocker feature of Windows 8 Pro. Since Lenovo Ideapad Yoga 13 doesn't have hardware TPM, you have to enable password based option. For this, follow the steps here: http://rics.partners.org/show_article.php?id=274. 
    Basically, you go to GPEDIT.MSC and Open Computer Configuration => Administrative Templates => Windows Components => BitLocker Drive Encryption => Operating System Drives. From the right pane double-click "Require additional authentication at startup. Select Enabled radio button and check the box for "Allow BitLocker without a compatible TPM...". Click OK and close the policy editor. Then Right-click your C drive in the Computer folder, click Turn on BitLocker. Then select Enter a password instead of USB option. Then provide a strong password (make sure to write it down and put it in a SAFE place, if you lose the password, no one can boot into your hard disk). Then select Save to a file and save it to the External Drive. Select "Encrypt entire drive...", click Next. When this is done, you will get a pop-up on the lower-right a prompt to restart the computer. Restart your PC. Enter the encryption password created earlier. If you are successful in getting into Windows, you're all set.
    I also hooked up to Skydrive and used BoxCryptor to encrypt my files in cloud.
    The available free disk space should now be about 54GB.
    I verified that Lenovo Yoga 13 works like a champ with no slowdown with Visual Studio 2010, Visual Studio 2012 and SQL Server Management Studio open simultaneously and Bitlocker enabled!
    The keyboard right SHIFT key is small but other than that, it can work as a great portable development machine and Microsoft Reader is great for reading PDF eBooks.
    So if you are a Developer on Microsoft platform, go right ahead. Lenovo IdeaPad Yoga 13 is great for running Visual Studio 2010 and Visual Studio 2012 (1600x900 resolution is totally usable) while on the move. Since I have only had this machine for a few days, I can't tell much about the long term reliability.
    Solved!
    Go to Solution.

    Thank you for posting this. I am in this exact situation. I purchased a yoga 13, and installed Visual Studio Express 2012 for Windows Phone. As it turns out, the Windows Phone Emulator ONLY works in a Windows 8 Pro environment. Since the Yoga doesn't have a disc drive, I shared my W7 computer's cd drive, then put in Windows 8 Pro, so that it could install onto the Yoga. Well, after the installation was done, I tried running my program again and ran into the same issue. It prompted me that my environment must be Windows 8 Pro! I thought that Windows 8 Pro already installed but, what confuses me is that I see no indication that Windows 8 Pro installed. When I go to the System Window, it reads: "Windows 8". Should it read Windows 8 Pro?
    Ultimately, I'd like to know, are you able to execute the Windows Phone Emulator? I'm not sure as to whether the Yoga has the hardware capability (needs to be SLAT enabled or something like that?), I HOPE it is able to, and judging by your post, it seems like it but I'd love to know your perspective on my approach.
    Please let me know if this makes sense, as I'm new to this kind of thing but really want to start development for Windows Phone.

  • ODAC with Oracle 10g and Visual Studio 2008

    Hello-
    Is the an ODAC version supporting Oracle 10g with tools for Visual Studio 2008? I've installed the ODAC 11.2 version for VS 2008, however the Oracle data source connection does not display for the Data Entity Model, only the usual SQL Server connections.
    Thank you in advance!

    Hello again-
    First off, thank you for prompt reply. After poring over some of the postings, I'm gaining an understanding of when ODAC and the Entity Designer marriage came together and your answer solidified it.
    My situation is I've developed an ODATA service with VS2010, Oracle 11g and ODTwithODAC112030 and everything works fine. I then deploy the service to the company's Windows 2003 server using Oracle 10g. I've also went ahead an installed the ODTwithODAC112030 on the server and copied the tnsnames.ora file into the oracle client's directory associated with the ODAC installation. When I query the Oracle database's metadata in IE, e.g. http://localhost:8050/DataMgmt/$metadata, a listing is displayed as expected; however, when I query a particlar database table listed in the metadata, an error is returned that the request could not be processed. Any ideas?
    Thank you.

  • Adobe Reader 7.0 issue with Visual Studio 2003

    I'm working on a windows form using Visual Studio 2003(Dot Net Framework 1.1) and has got a PDF Viewer in that application to show the reports in PDF Viewer (Adobe Reader 7.0). After adding the reference of COM component (Adobe Acrobat 7.0 Browser Document), I'm unable to build my visual studio solution because of an error "Unable to emit assembly: Referenced assembly 'Interop.AcroPDFLib' does not have a strong name". The same visual studio solution works fine with Adobe Acrobat Reader 6.0. Pleae help me to overcome this issue...

    Hi tristan,
    how are you doing ?
    as per the pre req for NCo,
    u're JRE is requested to be : 1.3
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b4/79cb9463b89a41a73e1e2805eb4bf7/frameset.htm
    i successfully use j2sdk 1.4_13, but i am aware of issues when you use jdk 1.5 for other SAP [Portal] related products, try jdk 1.4_12 or 1.4_13 and see if there is any difference
    also is there any requirment for VS 2003 & 2005 on the same machine ?
    i am curious to understand the problems you are facing with this config
    with respect,
    amit

  • Help with C# Errors (Visual Studio 2013)

    Hello, I am working on a console application in Visual C#, with Visual Studio 2013. I have been experiencing two specific errors several times, but I am just beginning to learn C#, so I do not know the cause of these errors or how to fix them.
    I am using a console class (Console.WriteLine) and it is telling me that "The name 'Console' does not exist in the current context." I do not know what this means, or what is causing it. Because it is referring to the word Console as a "name"
    I think I may be incorrectly using the term "Console," but I feel like I have no way of knowing so.
    I am also receiving an error telling me that  "A using clause must precede all other elements defined in the namespace except extern alias declarations." Again, I have no idea what this means. If anyone could provide some help or explain to
    me what is causing these errors, I would greatly appreciate it. Thank you.

    Hello,
    Welcome to MSDN forum.
    But your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because this is an issue with Oracle data access on VS, I would post issues to Oracle forum:
    https://community.oracle.com/community/developer/english/oracle_database/windows_and_.net for better support.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to install BIDS for SQL Server 2008 R2 and Visual Studio 2008(SSRS,SSIS)

    Hi,
    I want to install SQL Server 2008 R2 and Visual Studio to use SSRS tool, where to download these application. And my System Configuration is Window 8.1,64 Bit.
    Please share step by step information to download and installation. Kindly Reply soon. 
    Thank you
    Pravesh Kumar

    Hi Pravesh Kumar,
    As Visakh16 suggestted that you can download sql 2008 r2 standard and developer editon.
    If you have a subscription associated with your Microsoft account, you can download sql 2008 r2 standard and developer editon from below link, but these two editions are not for free:
    https://msdn.microsoft.com/subscriptions/securedownloads/
    Microsoft also provide the evaluation edition for free use of 180 days. This software is for evaluation and testing purposes. The evaluation is available in ISO format. Web, Standard, Enterprise and Datacenter editions are available via the same download:
    http://www.microsoft.com/en-us/download/details.aspx?id=11093
    More details information about the feature supported by different editions in the article below:
    Features Supported by the Editions of SQL Server 2008 R2
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • No SAP Connector template in Visual Studio 2003

    Hi,
    We installed Visual Studio 2003 and SAP Connector SAP.Net.Setup_2.0.msi and I don't have the SAP Connector template when  I want to create a new project.

    I found the solution : be carrefull about the SAP Connector release SAP.Net.Setup2003.msi

  • Error while using SAP Logon PAD

    Hii,
    This is not an ABAP related doubt but a general one.
    I am getting an error 'The Procedure entry point RfcResetTraceDir could not be located in the dynamic link library LIBRFC32.dll. when am clicking on sap logon pad.
    Does anyone knw y this error is coming.I have changed my old sys so may something is missing here.
    Can u please help.
    Many Thanks

    Hi Neeraj,
    You need to consult with the BASIS team . They are resoponsible to handle this problem. You might some patch installed on your system.
    Thanks,
    Chidanand

Maybe you are looking for

  • GL Account Opening Balance

    Hi All, Can any one suggest me is there any way to upload the GL account opening balances automatically, rather posting it mannually. Which will facilitate us to validate the accuracy of the data before uploading the same and time taken for doing it

  • Trying to erase disk but "can't unmount"

    Getting my macbook ready to sell and followed the directions here: http://support.apple.com/kb/HT5943 But when I try and erase the startup disk I get a failure message saying "can't unmount" Will a simple reinstall of Mt Lion erase everything?  If no

  • Why won't my Mac with Mt Lion update my calendar and address book through iCloud

    Why won't my Mac w Mt Lion update mt Calendar and Address book through the Icloud?

  • Incoterms in purchase order should appear only in header.

    Hi All, When the inter company purchase order is created with reference to purchase requistion, in some scenarios the header and item level incoterms are copied in the purchase order. 1. Incoterms in the header level of purchase order are copied from

  • Error while user mapping

    Whenever I try to map a user I get an error. I go to User Administration -> User Mapping, find the user, select them, select the system, enter the information, click save, and then I receive this error. Portal Runtime Error An exception occurred whil