Portal Drive API

Hi All,
In the SAP Note 1113122 (Portal Drive: Bug fixes and new features with Patch 5) i read something about an Portal Drive API:
Portal Drive now provides an API library for application developers.
But how can I find a documentation about this API:
Thanks in advance
Steve

I recieved some comments through other channels.

Similar Messages

  • Portal Drive Single Sign On and Kerberos Authentication

    Hi,
    We are using NW2004s SP10 Portal and we have successfully configured Kerberos authentication with Windows Active Directory 2003. To access the KM Content in windows explorer format, we are using Portal Drive but Portal Drive still asks for authentication i.e. SSO is not working for Portal Drive. I have understood from the forums and sap help site that SSO from portal drive will work only for NTLM authentication and client certificates. Can you please help regarding below questions.
    1. Can Kerberos and NTLM authentication be configured together.
    2. If yes, what are the steps to configure NTLM authentication for NW2004s SAP Portal and Active Directory 2003.
    3. Any other approach to make Portal Drive SSO work.
    Helpful answers will be rewarded.
    Regards,
    Chandra

    Hi Gregor,
    I did two things:
    first i made a change in the portalapp.xml in the PAR file "com.sap.km.cm.par". In the section authentication scheme for "docs" I changed the authentication scheme to "default" to make sure that documents are opened using the default authentication scheme (SPNego) instead of basic authentication
    second, I used the SPNego wizard to configure SPNego. So I didn't adjust anything in the Visual Admin or the authentication template apart from adding the Template to the Ticket policy configuration.
    Again, this only worked after installing the latest vesion.
    Hope this helps
    Marcel

  • Visual Studio 2005 crashes when referencing ALI 6.5 portal server API

    Visual Studio 2005 crashes when referencing ALI 6.5 portal server API
    We are building new portlets in .NET 2.0 to that access the ALI 6.5 server API and are experienceing the folowing scenario:
    I create a brand new project in Visual Studio (2005 with SP1 on Win2k3 R2 SP2) using the ALI Portal Project template that is provided with the application accelerator 1.1. This portlet will need to perform portal server searches so I begin by adding references to the following assemblies from C:\bea\alui\ptportal\6.5\bin\assemblies:
    openconfig.dll
    opencounters.dll
    opencache.dll
    openhttp.dll
    openssl.dll
    opentempfile.dll
    plumtreeserver.dll
    ptportalobjects.dll
    I then type in something like below to start up the portal server objects.
    protected void Page_Load(object sender, EventArgs e)
    IOKContext context = OKConfigFactory.createInstance("C:\\bea\\alui\\settings\\", "portal");
    PortalObjectsFactory.Init(context);
    this.Response.Write("Portal Objects Initiallized");
    Some moments later Visual Studio will crash. It has happened before I have entered any code, after I have started typing code and on builds. It seems intermittent but usually occurs within a minute of interacting with this Visual Studio project. I actually managed to build once and have had success accessing this page in Explorer to validate the portal server objects are getting initialized and referenced correctly.
    I thought this was a problem with my personal development environment. So I tried this on other machines: another Win2k3 ALI 6.5 dev portal server and another server with Visual Studio 2005 that I installed the 6.5 portal on just for testing this. The exact behavior listed above is occurring on three development machines here (crashing devenv.exe when portal references are made or loading a project with portal references). Since this does not seem to be isolated to a single development machine, is there any course of action that anyone would suggest to help solve this?
    thanks,
    Troy Rackley

    It turns out that this is only a problem with Visual Studio using the ALI templates or creating any projects using the "New... Web site" functionality of 2005. I was a ble to create a C#... ASP.net Web Application project and add the references to the idk and the local portal server APIs manually without devenv.exe crashes.
    So, the work around I have found if your projects needs to access both the portal server API and the remote API is to create the project with:
    New... Project... Visual C#... ASP.NET Web Application
    and NOT
    New... Web Site... ASP.NET Web Site (or ALI Portlet Project)
    Anyone know why this is the case?
    Thanks.
    Troy

  • One or more errors occurred using google drive api

    Hi,
    I am trying to use the Google Drive API in my C# application with the below code but getting the following error:
    System.AggregateException was unhandled
    HResult=-2146233088
    Message=One or more errors occurred.
    Source=mscorlib
    StackTrace:
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
    at System.Threading.Tasks.Task`1.get_Result()
    at WindowsFormsApplication1.frmMain.btnUpload_Click(Object sender, EventArgs e) in c:\Users\CakeBoutique\Documents\Visual Studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\main_form.cs:line 35
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
    at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
    at DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
    at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.Run(Form mainForm)
    at WindowsFormsApplication1.Program.Main() in c:\Users\CakeBoutique\Documents\Visual Studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\Program.cs:line 26
    at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    InnerException: System.IO.FileNotFoundException
    HResult=-2147024894
    Message=Could not load file or assembly 'Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    Source=Microsoft.Threading.Tasks
    FileName=Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    FusionLog==== Pre-bind state information ===
    LOG: User = JASSIM-RAHMA\CakeBoutique
    LOG: DisplayName = Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    (Fully-specified)
    LOG: Appbase = file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/
    LOG: Initial PrivatePath = NULL
    Calling assembly : Google.Apis.Auth.PlatformServices, Version=1.8.1.31699, Culture=neutral, PublicKeyToken=null.
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: C:\Users\CakeBoutique\documents\visual studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\bin\Release\WindowsFormsApplication1.vshost.exe.Config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Post-policy reference: Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop.DLL.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop/Microsoft.Threading.Tasks.Extensions.Desktop.DLL.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop.EXE.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop/Microsoft.Threading.Tasks.Extensions.Desktop.EXE.
    StackTrace:
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
    at Google.Apis.Auth.OAuth2.GoogleWebAuthorizationBroker.<AuthorizeAsync>d__1.MoveNext() in c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\bin\Debug\output\default\Src\GoogleApis.Auth.DotNet4\OAuth2\GoogleWebAuthorizationBroker.cs:line 54
    InnerException:
    here is the code:
    UserCredential credential = GoogleWebAuthorizationBroker.AuthorizeAsync(
    new ClientSecrets
    ClientId = "xxxxxxxxx",
    ClientSecret = "xxxxxxxxx",
    new[] { DriveService.Scope.Drive },
    "user",
    CancellationToken.None).Result;
    // Create the service.
    var service = new DriveService(new BaseClientService.Initializer()
    HttpClientInitializer = credential,
    ApplicationName = "Drive API Sample",
    File body = new File();
    body.Title = "My document";
    body.Description = "A test document";
    body.MimeType = "text/plain";
    byte[] byteArray = System.IO.File.ReadAllBytes("c:\\temp\\mygdriver.txt");
    System.IO.MemoryStream stream = new System.IO.MemoryStream(byteArray);
    FilesResource.InsertMediaUpload request = service.Files.Insert(body, stream, "text/plain");
    request.Upload();
    File file = request.ResponseBody;
    Console.WriteLine("File id: " + file.Id);
    Console.WriteLine("Press Enter to end this process.");
    Console.ReadLine();
    Kindly advise...

    Hello,
    For issues regarding google APIs, please post it to:
    https://developers.google.com/maps/support/
    Regards.
    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.

  • Portal drive software for Windows 7 (64-bit)

    Hi...Experts
    We could not find the portal drive software for Windows 7 (64-bit) OS on service market place. The one which is available on market place is working fine for Windows 7 (32-bit ) but it does not work for 64-bit.
    Can any one help us to get the 64-Bit Portal Drive
    Rgds
    PR

    1- Set BasicAuthLevel's value to "2"  by expand HKEY_LOCAL_MACHINE >> SYSTEM>>CurrentControlSet>>Services>>webClient>>Parameters
    2- Restart your computer.
    3- Right click "Computer" and click "Map network drive..."
    To Letter Field: Set a free drive letter.
    To Folder Field: Assume that your webDav address is http://abc.com:50000/irj/go/km/docs/ change it to
    abc.com:50000irjgokmdocs
    4- Enter your ID an Password
    thats all...
    Note: The mapping is as follows:
    0 - Basic authentication disabled
    1 - Basic authentication enabled for SSL shares only
    2 or greater - Basic authentication enabled for SSL shares and for non-SSL shares

  • Backing up KM Folders via Portal Drive

    Hi Experts,
    We've implemented Netweaver Portal 7.0 with SP14 for a local company. Company migrated all shared folders from filesystem into KM via Portal Drive.
    Portal is running on a VMWARE machine with Linux OS.
    Followings are common questions, when we implement a Document Management SYstem on KM. I'm writing my answers but need help in Q2 esp.
    Q1: How to backup files in KM?
    A1: KM repostory is default DBFS mode ad all files within KM are stored in DB. So backing up DB means backing up KM thus all files.
    Q2: How to backup/restore single/multiple files in KM in case of accidental deletion?
    A2: In case of accidental deletion, with SP14 "Deleted Items"  functionality given to KM and you can view and restore files deleted.
    In case of permanent deletion, there is no option for KM file backup/restore other than DB.
    Here we tried to simulate something following to backup files and restore in case of problem just like FileSystem document management:
    On Backup Server, we installed Portal Drive and mapped the Portal KM Folders.
    Then created a FileSystem backup on this mounted FS. But unable to backup in specific cases.
    Not sure what is causing the problem, may be backup software, may be VMWARE architecture or may be linux or SAP portal for the last.
    Here is the error code we get when we tried to backup KM Folders on a 32-bit windows 2003 server with Netbackup.
    6/4/2008 2:14:53 PM - granted resource MediaID=@aaaae;Path=Z:\bck;MediaServer=bkcompany
    6/4/2008 2:14:53 PM - granted resource test_disk
    6/4/2008 2:14:53 PM - estimated 16 kbytes needed
    6/4/2008 2:14:54 PM - started process bpbrm (88520)
    6/4/2008 2:14:54 PM - connecting
    6/4/2008 2:14:54 PM - connected; connect time: 00:00:00
    6/4/2008 2:14:58 PM - begin writing
    6/4/2008 2:15:05 PM - Error bpbrm(pid=88520) socket read failed, An existing connection was forcibly closed by the remote host.  (10054)
    6/4/2008 2:15:10 PM - Error bpbrm(pid=88520) could not send server status message      
    6/4/2008 2:15:10 PM - end writing; write time: 00:00:12
    file read failed(13)
    also the event log entry:
    Faulting application bpbkar32.exe, version 6.5.2007.1115, faulting module bpbkar32.exe, version 6.5.2007.1115, fault address 0x00067581.
    May be this specific case is encountered by any of you
    Does anyone have any solution or sample implementation like above.

    Hi
    Have you tried ICE Offline scenario?
    [How to distribute KM Content using ICE Protocol|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/802c1739-d270-2910-ad9f-f369de07c1bf]
    Check the Offline scenario, not Online.
    Regards
    Aparnna

  • Portal Drive Authentication Issue

    Hi Folks,
    I have installed the Portal Drive on my Desktop. It works quite good except the authentication of my user-id.
    This means, whenever I connect to a KM folder that can be accessed by "Everyone", everything works well. All functionalities are proper. If I cange a document, I can see that the user is "Guest".
    But whenever I try to connect a KM Folder, in which the Access Rights are set only to my user, then the Authentication fails.
    What am I doing wrong?
    Thanks in advance

    Hello,
    I am using Portal 7.0 SP16.
    I setup Portal Drive in my local system. I am able to connect to a folder in km repository for a machine having only one portal instance.
    But when I tried to connect to folder for a machine having two or more portal instance, it is not able to connect.
    I tried all the machine with only one portal instance and it works fine but it doesn't connect for machine having more than one portal instance.
    Any help would be great to resolve this issue. I am getting error like:
    " server is currently experiencing a problem connecting users. Please try later."
    regards,
    Jaish

  • Portal Drive Error--re-install SAP NW Portal Drive software and try again

    Dear Experts,
    Could you please let me know if there is any permanent fix for
    Portal Drive inconsistence behaviour.
    1.We use NW2004s SPS 13.
    2.After the installation of Portal Drive (version 4.5.6796 ) on an
    desktop, windows is not stable and must be restart (cold start).
    3. After the restart the problems still exists and only a
    deinstallation resolves the problem.
    4. Sometimes the problem occurs on connecting to a service,
    sometimes on disconnecting.
    Sometimes on starting windows, but before the load of Protal
    Drive.
    5."Presently we are getting error SAP NetWeaver Portal Drive is not installed or configured correctly.Please re-install SAP
    NetWeaver Portal Drive software and try again"
    6. If we uninstall it and reinstall, it is working fine.
    I wanted to know if there is any permanent fix for this inconsistance in Portal drive.
    Because i have received complaints from more than 9 users in this week.
    Really thanks for helping me
    Vishali.B

    Hey just a update, so even though apple said the HDD was fine because of the S.M.A.R.T status and it was been picked it would be fine I did not agree, took my iMac apart went out to the local computer shop picked up a cheap 1tb WD HDD and now the iMac is worked fine and smooth :-)
    So now I know that was the issue I can order a nice new SSD for the iMac and use the new HDD I got in an external case :-) just incase anyone had the same issue that's the fix. Buy a new HDD or SSD

  • Cannot find the class file for com.sap.portal.services.api.connectorgateway

    Hi,
    I was trying the "How to BI JAVA SDK in a Portal iView and get the following error.
    The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.portal.services.api.connectorgateway.IConnectorGatewayService. Fix the classpath and try rebuilding this project.
    I have the following in my portalapp.xml file
    <property name="SharingReference" value="com.sap.portal.ivs.connectorservice"/>
    and i have also added the jar file "com.sap.portal.ivs.connectorservice_api" in the set of lib's
    Has some faced a similar issue? or can someone suggest how I could possibly resolve this.
    Thanks,
    Smitha

    Hi Smitha:
       My webdynpro dc was build failed for "This compilation unit indirectly references the missing type com.sap.engine.services.webservices.espbase.client.dynamic.content.GenericObject (typically some required class file is referencing a type outside the classpath)".
    How should i do?  Thank you!

  • Portal Drive Cache

    Hi All,
    I have a question about the portal drive cache.
    Portal Drive is a web dav client to connect to your portal content with the windows explorer.
    My problem ist that Portal Drive stores cached data on the c:\-drive, in my environment
    it is C:\Documents and Settings\tfelp4\Local Settings\Application Data\Xythos\cache.
    My requirement is to store the cached files on another drive like d:\, because the c-drive is already full and only
    used for storing pinstallation files.
    Thanks for helping me
    Steve

    Any ideas so far??
    Thanks in advance
    Thomas

  • Portal Drive Connection Issue

    Hello,
    I am using Portal 7.0 SP16.
    I setup Portal Drive in my local system. I am able to connect to a folder in km repository for a machine having only one portal instance.
    But when I tried to connect to folder for a machine having two or more portal instance, it is not able to connect.
    I tried all the machine with only one portal instance and it works fine but it doesn't connect for machine having more than one portal instance.
    Any help would be great to resolve this issue. I am getting error like:
    " server is currently experiencing a problem connecting users. Please try later."
    regards,
    Jaish

    Hi,
    Please check the below link.
    http://wiki.sdn.sap.com/wiki/display/KMC/Configuring+Portal+Drive
    Please make sure your portal drive is installed properly and the configuration settings and you are using the supported version for your system.
    Best Regards,
    Manoj K

  • Portal Drive and Cluster

    Hi all,
    We received recommendation to start using portal drive instead of web browser in
    order to access KM folders via WebDAV.
    I have installed and configured Portal drive as described in SAP help.
    Since we have a cluster installation, the server URL is the dispatcher URL.
    When providing the dispatcher URL, portal drive fails to connect.
    When providing one of the cluster servers url, connection is successful.
    Does anyone know if it is possible to work with Portal Drive in a cluster installation
    and if so, what configuration should be made in order for this to work?
    Thanks,
    Moti.

    Well, this is supposed to work. If it doesn't, I would recommend to open a support message so the problem gets investigated.
    Best regards, Julian

  • Portal Drive and MS Outlook Integration

    Hi,
    I have installed the SAP Portal Drive Client on my PC.
    It works pretty well. I have observed something that I have not been able to find information on in any documentation.
    When I start MS Outlook now (thick client) there is an additional option under the Tools menu in Outlook titled "Portal Drive Intellittach" which is greyed out (inactive).
    It appears as though some integration between SAP's Portal Drive and MS Outlook may be possible - does anyone have any information on this please?
    Cheers, Phil G.
    Message was edited by: Phil Gleadhill
    Update May 29th. I received the following information from SAP Germany Product Management for those interested...
    Ad 1. As Portal Drive basically is an enhanced WebDAV client and the official WebDAV protocol (www.webdav.org) doesn't support the exchange of metadata schema information there's currently no way for the client to detect that some properties are mandatory or even enforce the entry. That's why our member of the WebDAV working group already posted an RFC for the WebDAV protocol addressing this issue.
    Ad 2. The deactivated "Portal Drive Intellitach" command just hasn't been removed from the Outlook UI yet. It's meant to support the exchange of document links instead of document attachments. As this functionality is directly supported by KM, specific FlexUI commands and the context menu of Portal Drive ("Copy URL to clipboard") it's obsolete now.
    We also plan to enhance some features and add new functionality, but I can't give you any details right now as final decisions haven't been made. I hope this clarified some things concerning Portal Drive.
    Cheers, Phil G.

    Hi,
    For this you required transaction code scot , where you need to maintain IP address of outlook server.
    then mail to vendor automatically triggred also you need to open some port for the same of server.

  • Portal Drive Functionality process

    Hi ,
    EXperts provide me portal drive procedure?
    Regrads

    There is a tool called Portal Drive which can be downloaded from SAP ServiceMarketPlace do install that tol in end user PC and restart the PC once after that you can have Repository folders as a mapped Drive into your local PC.
    Use simple widows method Ctrl C , Ctrl V
    Windows StartMenu-->Programs>SAP Front End>Portal Drive-->Portal Drive Client
    Click on Service -
    >New
    Input Service Name :- XXXX
    ServerURL :- https://Portalserveraddress/km/docs/documents (WEBDAV URLs) (Folder Context menu--> Settings->Properties->Access Links--> WebDAV URL)
    Click on " Work Online " Enter the Portal Password
    Enter Username and Password
    Mapped Network will be created in " My Computer "
    check out
    https://forums.sdn.sap.com/thread.jspa?threadID=1413560&messageID=7874385#7874385
    Edited by: Tushar Dave on Aug 3, 2009 11:13 AM

  • How to work with KM Offline Tool- Portal Drive

    Hello,
    I have installed KM Offline Tool -Portal Drive. How does that work?Can anyone please explain me in detail.
    Thnx in Advance
    cheers
    murali

    Hi Murali,
    ... as well as http://help.sap.com/saphelp_nw04/helpdata/en/42/e6753939033ee5e10000000a1553f7/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/42/c99b91341a6bade10000000a1553f6/frameset.htm
    Hope it helps
    Detlev

Maybe you are looking for

  • Merging accounts and devices on one account?

    Hi, I have two itunes accounts and they work fine, but with Icloud I want to all be on one account. Is that possible to do that? Also, I take it that I can download music to all 7 of my family's devices on two computers but only using 1 account, is t

  • IMac doesn't detect the base station correctly (with new base station)

    I have a brand new Airport Express. I'm trying to connect to my iMac G5. Everything works fine in the start up with getting the green light on the Express base station. But, my iMac doesn't "connect" with the base station. I try the "Airport Setup As

  • Login Name and  Home Folder names don't match

    Many months ago I embarked on a mission to clean up a drive which I ported over to another computer and in the process tried to rename the user name but I can't get the home folder to reflect the user's new name. On launch the computer has the proper

  • Using edit box in Read only mode

    I am using JDeveloper 10.1.3.1.0 with OAF. In one page I have created one region with a few edit boxes. In this region I want to display the information using the edit boxes in a "Read Only" mode so that it matches with the same background colour. If

  • Lost my disk partition for VMWare

    I update to Lion, I had a partition for My Virtual Windows DOS to run some resident programs. Now I can not find the partition or any shortcut to find it. I do not what to do. How may I see the partition without running my time machine to return to t