Powershell: There is no file with URL error during file upload.

I am trying to put together a PowerShell script that I could use to upload files from a local directory, into a Document Library in a Record Center Site. Here is what my script looks like...
#Open web and library
$web = Get-SPWeb $webUrl
$docLibrary = $web.Lists[$docLibraryName]
$files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
Write-Host "Local Directory:" $localFolderPath
ForEach($file in $files)
Write-Host "Looping through files"
Write-Host "Current file:" $file
ElseIf ($contentType = "MyContentType")
#Open file
$fileStream = ([System.IO.FileInfo] (Get-Item $file.FullName)).OpenRead()
# Gather the file name
$FileName = $File.Name
#remove file extension
$NewName = [IO.Path]::GetFileNameWithoutExtension($FileName)
#split the file name by the "-" character
$FileNameArray = $NewName.split("_")
$check = $FileNameArray.Length
#Add file
$folder = $web.getfolder($docLibraryUrlName)
write-host "Copying file " $file.Name " to " $folder.ServerRelativeUrl "..."
$spFile = $folder.Files.Add($folder.Url + "/" + $file.Name, [System.IO.Stream]$fileStream, $true)
$spItem = $spFile.Item
write-host "Success"
#populate columns
$spItem["Application Number"] = $FileNameArray[0].ToString()
$spItem["Site Number"] = $FileNameArray[1].ToString()
$spItem.Update()
$fileStream.Close();
Each time I run my script, I get this error message 
Exception calling "Add" with "3" argument(s): "<nativehr>0x80070003</nativehr><nativestack></nativestack>There is no file with URL 'http://myRecordLibrarySite/myRecord Library/12587_B2317.PDF' in this Web."
At C:\powershellscripts\Upload-FilesIntoSharePoint.ps1:72 char:6
+                     $spFile = $folder.Files.Add($folder.Url + "/" + $file.Name, [System.IO.Stre ...
+    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : DirectoryNotFoundException
I have not been able to nail down why the script is failing. Any ideas why? Thanks for the help.

I just figured out the issue with adding the file. I went in this direction, and my code has progressed forward.
$folder = $web.getfolder($docLibrary.rootFolder.URL)

Similar Messages

  • G580 Upgrade to Windows 10 failed in the SAFE_OS phase with an error during BOOT operation

    0xC1900101-0x20017 I could not successfully upgrade from windows update, nor from the straight download site.   The installation failed in the SAFE_OS phase with an error during BOOT operation.  I see w10 bios updates for other models.  Has anyone been successful in upgrading to W10 from W8?

    2015-07-31 21:36:19, Error CDiagnosticsHelper:etSQMDatapoint: Attempting to set a datapoint in an invalid SQM session
    2015-07-31 21:36:19, Error CDiagnosticsHelper:etSQMDatapoint: Attempting to set a datapoint in an invalid SQM session
    2015-07-31 21:36:21, Error MOUPG CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IMoSetupDlpAction> > > >:uspend(1066): Result = 0xC18001042015-07-31 21:36:21, Error MOUPG CSetupManager::ExecuteInstallMode(656): Result = 0x800705BB
    2015-07-31 21:36:21, Error MOUPG CSetupManager::ExecuteDownlevelMode(376): Result = 0x800705BB
    2015-07-31 21:36:21, Error MOUPG CSetupManager::Execute(222): Result = 0x800705BB
    2015-07-31 21:36:21, Error MOUPG CSetupHost::Execute(370): Result = 0x800705BB
    2015-07-31 21:36:21, Error MOUPG CDlpManager::AsyncSerializeDisable(471): Result = 0x80070216
    2015-07-31 21:36:36, Error CallPidGenX: PidGenX function failed on this product key. (hr = 0x8a010101)
    2015-07-31 21:36:40, Error CallPidGenX: PidGenX function failed on this product key. (hr = 0x8a010101)
    2015-07-31 21:37:02, Error CDiagnosticsHelper:etSQMDatapoint: Attempting to set a datapoint in an invalid SQM session
    2015-07-31 21:37:03, Error CDiagnosticsHelper:etSQMDatapoint: Attempting to set a datapoint in an invalid SQM session
    2015-07-31 21:37:04, Error CDiagnosticsHelper:etDeferredSQMDatapoint: Attempting to set a deferred SQM datapoint in an invalid SQM session[gle=0x000000b7]
    2015-07-31 21:37:04, Error CDiagnosticsHelper:etDeferredSQMDatapoint: Attempting to set a deferred SQM datapoint in an invalid SQM session[gle=0x000000b7]
    2015-07-31 21:37:11, Error CDiagnosticsHelper:etSQMDatapoint: Attempting to set a datapoint in an invalid SQM session
    2015-07-31 21:39:15, Error CDiagnosticsHelper:etSQMDatapoint: Attempting to set a datapoint in an invalid SQM session
    2015-07-31 21:39:18, Error CDiagnosticsHelper:etDeferredSQMDatapoint: Attempting to set a deferred SQM datapoint in an invalid SQM session[gle=0x000000b7]

  • PO attachment error - Read error during PC upload

    Hi Gurus,
    I am getting the error when I am trying to attach any file in ME22N, by clicking the services for object button, create attachment, and select the attachment.
    The error message is "Read error during PC upload" and "The attachemnt has not been created".
    The system is upgraded to ECC 6 last year and have not tried this function before.
    Thanks in advance.
    Durai

    Hi,
    They are not using any interfaces (EDI), no idocs. They are using either fax or email and post modes only.
    After saving the PO, we can able to attach the documents by clicking the services for object button in ME22N. But I am not able to attach the document to PO.
    Thanks for your response.
    Regards
    Durai.

  • Read Error During PC Upload

    Hi Experts,
    When I attempt to attach a document to a PO (ME21N/ME22N) I get an error message say:
    Read Error During PC Upload : Include File in PC Application
    The funny thing is, some users can make attachments, others cannot. Is this a profile or authorization issue?
    Thanks in advance!
    SW

    Hi Steven,
    You cannot attach a file in ME21N trxn using Services for Object. For this you have to come out of Trxn ME21N after saving Po and again go to ME22N trxn code and in Menu System - Select Services for Object and Attach your File.
    Be sure the File is not in use and closed.
    Reg,
    Ashok

  • Hi there can you help with this error code Oxc5d1281

    I refilled the HP cartridges in my Photosmart C 7250 All-in-One and put them in and got this error.  I have D/C power,etc and it still comes up with this error code.  Now what?
    Cheers,
    British_eh

    Hi british_eh
    You could try resetting the printer, details here
    Note though that the reliability of refills tends not be as good as originals, links below FYI.....
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00853819&cc=us&dlc=en&lc=en&jumpid=reg_R1002_US...
    http://www.qualitylogic.com/2009HPinktest.pdf
    Kind Regards, Ciara
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • Error during Initial Upload from ECC to CRM

    Hi All,
          I am getting an error while initial upload of BPs from ECC to CRM.
    I have BP groupings defined in  ECC. I had set the filter settings for a particular BP group(e.g. ZSIR). BP upload to CRM was successful. But, when I changed the filter setting to another BP group(ZDAC) those BPs were not copied to CRM.
    what might be the problem ?
    If anyone has any documents on initial & delta upload kindly forward it to me at [email protected]
    Any suggestions would be of great help !!!!
    Regards,
    Ashish

    Hi geetha check for the whther all the bp Data is down loaded or any thing missing after down loading to crm if that is the case due to data inconsistenmcy this ttype of error will occur, so you have to synchronize the both bp data
    manually after delta down loading.synchronization
    Reward
    Venkat

  • Update was terminated during VF01 with an error during FM RV_INVOICE_POST

    Dear All,
    In my current assignment, while saving the invoice document the excise invoice and billing document in the background got created but not been updated in the database. i am facing the update was terminated error in the analysis it was understood that the error appeared during the FM : RV_INVOICE_POST. I had validated the number ranges, for objects J_1IEXCLOC and J_1IINTPR2, & J_1IINTNUM RV_BELEG. All the number range assignments were proper, but some how the error remains same. The CIN master data is also maintained. In the current assignment, the number ranges were not maintained in the billing document type, instead a custom table is maintained based on the combination of sales org and billing type.  However the to and from range is as usually maintained in SNUM. I even referred to the sap note 407606 but it could not help.
    I would appreciate your valuable time and effort while assisting me in this regards.
    Thanks & Regards,
    Surya.

    Hi,
    Whenver you are seeing this issue, are you getting a pop up message (update terminated) after the success message. If yes then go immediately to ST22. You could see a dump. Ask your ABAPer to find the route cause for the dump. If possible post the reason for dump. I hope you could get some help on that.
    Cheers,

  • Error during ecatt uploading

    Dear Expert,
    when i m running the test configuration in SECATT,
    i m getting the following error.
    "error when reading the file 'path' "
    i have chkd the file, i feel that file is ok as per my knowledge.
    what may b d solution ????
    can anybody suggest.
    thnx in adv.
    ashis

    Hello ashis,
    Keep the file in the nearest location like , desktop ..instead of some folders.
    And reduce the size of the upload file , if you  are using a pretty huge file.
    I had encountered the same problem some months back in SCAT...i tried the above it worked..so may be useful for you.
    regards
    Sandeep

  • Error during mapping service, RFC-XI-File Adapter

    Hello,
      I have the following problem: I am using RFC to send some data to XI and then to File Adapter, however I get a short dump with "5990 Error during mapping service in XI". Even though mappings works, I tested using the document that comes in XI in Repository without any errors.
           What does this error means and is there any way to get more detailed explanation of my error. Thank you in advance for your help,
                   Dmitriy Mindich

    Synchronous RFC
    1. CALL FUNCTION func DESTINATION dest
                         parameter_list.
    Asynchronous RFC
    2. CALL FUNCTION func STARTING NEW TASK task
                    [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}]
                    parameter_list
                    [{PERFORMING subr}|{CALLING meth} ON END OF TASK].
    Transactional RFC
    3. CALL FUNCTION func IN BACKGROUND TASK
                         [DESTINATION dest]
                         parameter_list
                         [AS SEPARATE UNIT].
    Use help function of your ABAP editor for more details.
    Regards
    Stefan

  • Error during console installation

    I haven't seen this error before and I can find no documentation on the web for this error occurring during a console install.  There are some posts for this error during a management server installation.  Does any one know what I can do to fix
    this?
    Install Log:
    InstallAPMPerfCounters: Custom Action Data. C:\Program Files\Microsoft System Center 2012 R2\Service Manager\APMDOTNETAgent\
    InstallAPMPerfCounters: Installing agent perf counters.
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070002. momv3 "C:\Program Files\Microsoft System Center 2012 R2\Service Manager\APMDOTNETAgent\intperf.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070002. APMAgent
    InstallPerfCountersLib: InstallServerPerfCounters() failed . Error Code: 0x80070002.
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211. The arguments are: -2147024894, The system cannot find the file specified.,
    CustomAction _InstallInterceptPerfCounters.A591E3B4_D228_431D_BF89_99D52C8FFB76 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

    Hi,
    What is your Operating system version?
    If you are using Windows 7 to install Service Manager 2012 R2 Console, did you have the below two things installed:
    ADO.NET Data Services Update for .NET Framework 3.5 SP1 (Hotfix KB982307)
    (http://www.microsoft.com/download/en/details.aspx?id=8165)
    - Microsoft Analysis Management Objects (AMOs)
    http://www.microsoft.com/en-us/download/details.aspx?id=16978
    I would like to suggest you refer to the Software requirements part in link below:
    http://blogs.technet.com/b/servicemanager/archive/2015/01/16/service-manager-2012-r2-console-deployment-via-sccm.aspx
    If there is any misunderstanding, please feel free to let me know.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Error during MB11 bdc-upload

    hi experts.
    I am using a BDC-UPLOAD program for MB11 but there is one error during an upload.
    Here is a procedure which i am following:
    I have created an upload file, which is tab-delimited format. In which such information exists:
    01.12.2008 12.12.2008 561 d920 m920 536319000 1 PC 100
    Now when i am uploading this file using movement type P61 or 561 a same error occurs:
    Formatting error in the field MSEG-EXBWR ; see next message
    Make an entry in all required fields and this is a required field, its a currency type field but i have even checked it by replacing it into char & num.
    Is there any standard upload program for STOCK UPLOAD using MB11? If there is any one who can send me a solution.
    thanks in advance.
    Regards,
    Yahya Shoaib.

    OK...I think you have declared the internal table field for that value same as the standard table right??
    Now, create a variable with char and then move the value to that char variable and then pass it to the subroutines...
    Ex:
    loop at itab into wa.
    var1 = wa-amount
    perform bdc_field using mseg-exwbr var1.
    endloop.
    Now, I think it will pick up the value.
    VIshwa.

  • WoW wireless headset error during driver install windows

    Was installing the drivers that i downloaded from the creative website and around half way through the install this error msg popped up"error in launching C:\windows\temp\CRF001\mint64.exe", the install proceeded anyway and kept install before i even hit the ok button on the error box. After the reboot and installation for the latests firmware and rebooted again. I paired the headset up to the usb stick after the 8 hour battery charge and tried to open the audio control panel and it said that it couldn't find the device. I checked device manager and it shows the headset is working fine and all my other applications like vent also see that the headset is there. Even the ALchemy program that came with the install can't find it.
    I uninstalled the drivers and reinstalled them and got the same error msg and the audio control panel still can't find it.
    I'm running win7 64 bit. anyone know whats going wrong?
    The headset itself seems to work fine even with that error during driver installation, but can't get that audio control panel to access whatever features it has.

    For your temporary directory entries you listed, simply try this:
    If you have WinRar, WinZip, WinAce or even 7-Zip, right click the executable and choose extract to.....and extract the files to any folder you wish. Then open that folder and run the installer manually. Sometimes the Creative Labs programs have a problem when creatiing a folder in the Windows temporary directory.
    If that does not work, you can try this for a longshot.
    http://ccftp.creative.com/manualdn/D...US_2_11_01.exe
    That is a product identification patch for X-FI's and it is designed to fix the detection of those cards under Windows 7. Perhaps this would work for you, it is small and you could always create a system restore point, install it, and if you dont like it, uninstall it and restore back.

  • File Upload issues

    There is a file upload that I have and I am getting an
    error...
    Notice: Undefined variable: file_list in
    C:\vhosts\mysite\upload\index.php on line 20
    On line 20 in my php page happens to be the following code
    that is giving an error...$file_list .= "<option value=\"$file\"
    >$file</option>";
    <?php
    #for windows...
    $dirname = $_SERVER['DOCUMENT_ROOT'].'/_assets/professor/';
    //$dirname = "C:\\wamp\\www";
    #(for Linux... $dirname = "user/local/apache/bin";)
    $dir = opendir($dirname);
    while(false != ($file = readdir($dir))){
    if(($file != ".") and ($file != "..")){
    $file_list .= "<option value=\"$file\"
    >$file</option>";
    closedir($dir);
    ?>
    This is what is in the body...
    <form enctype="multipart/form-data" action="uploaded.php"
    method="POST">
    <fieldset><legend>Upload Professor
    Image</legend>
    <!-- MAX_FILE_SIZE must precede the file input field
    -->
    <!--input type="hidden" name="MAX_FILE_SIZE"
    value="30000" /-->
    <!-- Name of input element determines name in $_FILES
    array -->
    Send this file: <input name="userfile" type="file" />
    <div align="center"><input type="submit"
    value="Send File" /></div>
    </fieldset>
    </form>
    <br>
    <br>
    <form action="delete.php" method="post">
    <fieldset><legend>Delete Professor
    Image</legend>
    <select name="deleteFile">
    <?php echo($file_list); ?>
    </select>
    <div align="center"><input type="submit" name="go"
    value="Delete File"></div>
    </fieldset>

    AdonaiEchad wrote:
    > There is a file upload that I have and I am getting an
    error...
    > Notice: Undefined variable: file_list in
    C:\vhosts\mysite\upload\index.php on
    > line 20
    > On line 20 in my php page happens to be the following
    code that is giving an
    > error...$file_list .= "<option value=\"$file\"
    >$file</option>";
    What that's telling you is that you're adding a value to a
    variable that
    doesn't yet exist. In your case, it probably doesn't matter,
    but using
    undefined variables is a potential security risk. To
    eliminate the
    warning - and the risk - declare $file_list before using it:
    $file_list = '';
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • PO attachment - Read error during upload

    Hi Gurus,
    I am getting the error when I am trying to attach any file in ME22N, by clicking the services for object button, create attachment, and select the attachment.
    The error message is "Read error during PC upload" and "The attachement has not been created".
    The system is upgraded to ECC 6 last year and have not tried this function before. Now the client want to use this functionality.
    Thanks in advance.
    Durai

    Hi Charlie,
    There is no message number appeared. In the bottom message bar " The attachment has not been created" appeared. In the seperate message window, " Read error during PC upload" is on the title and "Include file in the PC application, Try again?, is in the body.
    Hope I clarified your doubt.
    Thanks and regards
    Durai

  • Importing Support Packages - Error during XPRA_EXECUTION

    Hello,
    Database: Oracle 10.2.0.4
    Operation System: Windows Server 2008 X64
    I´m facing with an error during an importing of support packages in our Solution Manager Ehp1 system (SPS 20 to SPS 25).
    I checked the import logs of the queue and I see in there the following error:
    Program terminated (job: RDDEXECL, no.: 02083200)
       See job log
    Execution of programs after import (XPRA)
    End date and time : 20110126020847
    Ended with return code:  ===> 12 <===
    When I checked the job log I see in there this:
    Job started
    Step 001 started (program RDDEXECL, variant , user ID DDIC)
    All DB buffers of application server SAPSM were synchronized
    Internal session terminated with a runtime error (see ST22)
    Job cancelled
    I went to ST22 and I see in there that specific short dump which show:
    Short text
        XSLT: No valid XML source
    What happened?
        The transformation is not possible since the XML source document cannot
        be parsed.
    What can you do?
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator.
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_XSLT_RUNTIME_ERROR', was not
         caught in
        procedure "TRANSFORM_FROM_XML" "(METHOD)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        Either the source document contains invalid XML or it is handled
        incorrectly in the ABAP program that called the transformation.
    How to correct the error
        The most common cause of this error is a conflict between the encoding
        specified in the declaration <?xml version="1.0" encoding="..."?> in the
         document and the actual encoding of the data.
        If the document is held in an ABAP string, the actual encoding is the
        system code page. If this does not match the declaration, a parsing
        error may occur.
        These conflicts are a particular issue when XML documents are produced
        in one system and then imported into a system with a different code page
         (as strings).
        For this reason, XML documents should be held as binary data (X strings)
        , if they are extracted from the system or accessed from outside.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "XSLT_BAD_SOURCE_CONTEXT" "CX_XSLT_RUNTIME_ERROR"
        "CL_SM_BFR_CONTENT_TRANSPORT===CP" or "CL_SM_BFR_CONTENT_TRANSPORT===CM00E"
        "TRANSFORM_FROM_XML"
        The exception must either be prevented, caught within proedure
        "TRANSFORM_FROM_XML" "(METHOD)", or its possible occurrence must be declared in
         the
        RAISING clause of the procedure.
        To prevent the exception, note the following:
    Can you help how to correct this situation for I can continue the update of support packages!
    Best regards,
    João Dimas - Portugal

    Hello William,
    Which import logs do you refer?
    I pasted in my first message the log of import... that is the unique error that it appeared.
    I checked the SLOG:
    STOP  MOVE NAMETABS        SSM 6      20110125215838              SAP_BASIS    SAPSM 20110125214839404  
    START MAIN IMPORT          SSM I      20110125215838              SAP_BASIS    SAPSM 20110125214839404  
    STOP  MAIN IMPORT          SSM I      20110125235752              SAP_BASIS    SAPSM 20110125214839404  
    START TBATG CREATION OF EN SSM n      20110125235752              SAP_BASIS    SAPSM 20110125214839404  
    START tp_getprots          SSM Y      20110125235753              SAP_BASIS    SAPSM 20110125214839404  
    WARNING: '\SAPSMsapmnt     rans     mpN110126.SSM' : cant open
    (tpfsnam.c:504)
    WARNING: '' : cant open
    (tpfsnam.c:584)
    WARNING: '\SAPSMsapmnt     rans     mpN110126.SSM' : cant open
    (tpfsnam.c:504)
    WARNING: '' : cant open
    (tpfsnam.c:584)
    STOP  tp_getprots          SSM Y      20110126000148              SAP_BASIS    SAPSM 20110125214839404  
    STOP  TBATG CREATION OF EN SSM n      20110126000148              SAP_BASIS    SAPSM 20110125214839404  
    INFO  EXECUTION OF STANDAR SSM 9      not needed                  SAP_BASIS    SAPSM 20110125214839404  
    INFO: event SAP_IMPORT_STOP triggered successfully
    STOP  imp all              SSM   0004 20110126000149              SAP_BASIS    SAPSM 20110125214839404
    I also checked the ULOG which has the following records:
    APServiceSSM 20110126013719 RFC: tp XPA ALL SSM pf=\SAPSMsapmnt     rans inTP_DOMAIN_SSM.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dbatch_proc=1 tag=spam -Dtransdir=\SAPSMsapmnt     rans  (pid=5276)
    APServiceSSM 20110126020829 RFC: tp SHOWPARAMS SSM pf=\SAPSMsapmnt     rans inTP_DOMAIN_SSM.PFL -Dtransdir=\SAPSMsapmnt     rans  (pid=5196)
    APServiceSSM 20110126020830 RFC: tp CONNECT SSM pf=\SAPSMsapmnt     rans inTP_DOMAIN_SSM.PFL -Dtransdir=\SAPSMsapmnt     rans  (pid=5196)
    APServiceSSM 20110126020831 RFC: tp XPA ALL SSM pf=\SAPSMsapmnt     rans inTP_DOMAIN_SSM.PFL -Dclientcascade=yes -Dstoponerror=8 -Drepeatonerror=8 -Dsourcesystems= -Dbuffreset=yes -Dbatch_proc=1 tag=spam -
    Any idea what´s happen?!
    Kind regards,
    João Dimas - Portugal

Maybe you are looking for

  • My itunes wont open up

    itune dont open

  • T510 with nVidia 3100M Optimus - not switching

    Just received the above mentioned PC and I was trying to test out the switching capability of the Optimus technology.  However, I can't seem to get it to switch.  I have a game inside Steam and through the nVidia control panel I have set Steam to wor

  • Fast techniques for precisely selecting complex shapes

    Are there any fast techniques that Photoshop has for selecting complex shapes, particularly outlines. I find that the Magnetic Lasso tool doesn't seem to work well when the shape is a thin outline nor does the Magic Wand seem to work well if the inte

  • Enhanced Gmail plugin and google Apps

    I had the enhanced plugin got my BB working with a Gmail account.  I migrated to a google apps account, and now, I have to manually configure the account in BIS and I also do not have my enhanced gmail capabilities..does anyone know if I can get this

  • Strange Problem with Mail & Address Book

    Hi, I'm having a strange problem with Mail & Address Book. When I go to compose a new message from Mail and hit the Address button (to show my email addresses), it won't launch the contacts window! I get this log from console; 2007-10-15 22:55:59.079