Failed to start Share could not initiate desktop share

we have calabrio QM recording as well as jabber running. we record their desktop with calabrio. however when we have a user that tries to initiate a desktop share with jabber it gives us the error "Failed to start Share could not initiate desktop share" when i stop the desktop monitoring and recording service from calabrio it works. i thought that there might be some port overlap but they have alot of ports that are open to chose form and i find that hard to believe.
i have been told that if calabrio and jabber use the same remote assistance windows api they will never work in harmony. Does anyone know if jabber uses the remote assistance api to for screen sharing?

This problem is not isolated to the Broadcom adapter. However, based on several inquiries, we list the following instructions based on other customers successfully working around this issue:
Place the Broadcom driver files in the original image folder (the image folder created when risetup.exe was executed for the first time).
Example: i:\RemoteInstall\Setup\English\Images\(Original Image)
Place the Broadcom driver files in the i386 subfolder under the original image folder
Example: i:\RemoteInstall\Setup\English\Images\(Original Image)\i386
Place the Broadcom driver files for the network adapter in the RIPREP Image folder.
Example: i:\RemoteInstall\Setup\English\Images\(RIPREP Image)
Place the Broadcom adapter drivers in the i386 subfolder where the RIPREP Image is located.
Example: i:\RemoteInstall\Setup\English\Images\(RIPREP Image)\i386
The Microsoft Knowledge base articles listed below were used as a reference for the following instructions:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;254078
http://support.microsoft.com/default.aspx?scid=kb;EN-US;246184
Found this on -
https://www.broadcom.com/support/ethernet_nic/faq_drivers.php
I don't know if this will help, looks really old, about as old as the network card :)

Similar Messages

  • Windows failed to start. Could not load file Windows\System32\winload.exe

    My friend tried to recover his laptop by using the recover button u can do from (controlpanel) and systems. It failed and when I try to start his laptop it says the typically Windows failed to start, \Windows\system32\winload.exe. Status:0xc000000f.
    If it was my own laptop and if it was a desktop I would just make a clean installation. Delete all partitions and install new windows. But his laptop got these ones........
    disk 0 partition 1 200 mb system
    disk 0 partition 2 227,7gb all free, primary
    disk0 unallocated space 194 gb all free
    disk 0 partition 3: lenovo 29gb 8mb free, LOGICAL
    disk 0 partition 4:LENOVO_PART 14 gb 3.3free OEM (reserved)
    Im afraid he got 2 harddrives a hdd and a sdd for windows. Im not sure and this looks like **bleep** to my eyes.
    So if I could prevent deleting all partions and do a normal recovery it would be great.
    SO I found this and I dont know if its what I should do. coderforlife
    But when I type the things in command it doesnt work.
    SO guys what should I do? DOnt wanna destroy his laptop   cause he needs to use it at saturday.
    Best regards Niklas  
    Btw im not sure if the thread is in the right place. Let me know
    Solved!
    Go to Solution.

    I hope there is another computer around using the same version of windows 7. You need to create a repair disc. Then you need to run a startup repair.
    Hoov
    Microsoft MVP - Consumer Security
    SpywareHammer.com

  • HT1449 Help! This all runs quite smoothly until i get to 'consolidate library'. Then, tracks start copying, then stop followed by a pop up saying 'Copying files failed. The disc could not be read from or written to.'  Any suggestions? Thank you!

    Help! This all runs quite smoothly until I get to 'consolidate library'. Then, tracks start copying, then stop followed by a pop up saying 'Copying files failed. The disc could not be read from or written to.'  Any suggestions? Thank you!

    I had similar problems, it was a nightmare and on a 3 month ipod too!. I use a Powerbook G4 at home and a G5 at work - both were returning the same problems. so I sent it off to apple, they quickly sent it back saying there was nothing wrong with and it didn't need to be repaired. I tried it again and the same problems occurred "disc cannot be written to or read from." I could copy 20 songs onto it at the very most. A couple of guys at my work suggested updating it on a PC, then adding tunes via my mac as normal - guess what!? it works a treat!?. How ridiculous is that!? an Apple product works best on a PC. these generations of ipods are obviously designed to work best on Intel based Macs. What is wrong Apple? are you abandoning the G-generation!? still, atleast my ipod works for now - it will prove a problem when I have to update the iPod's software since I don't own a PC or an intel-based Mac.

  • Error: failed to prepare transaction (could not satisfy dependencies)

    Hi,
    I was going to install a winff package (a GUI front end to ffmpeg for converting between video formats), but when I ran yaourt -S winff and tried to install it refused because it isn't for the x86_64 architecture. So I decided to edit the PKGBUILD and perhaps try to force it anyway, but then I saw that the PKGBUILD is actually getting the precompiled RPM package and as I checked, while there was no precompiled 64bit version of the RPM there was one for a deb version that is offered on winff site.
    Since deb's are just archives I ended up, after a few tries, with this PKGBUILD which uses ar and tar commands to get to the binaries inside of the amd64 deb:
    # Contributor: yugrotavele <[email protected]>
    # Modified by libervisco for x86_64
    pkgname=winff-amd64
    pkgver=0.42
    pkgrel=1
    pkgdesc="GUI for ffmpeg"
    url="http://www.winff.org"
    license=('GPL')
    depends=('ffmpeg gtk gdk-pixbuf')
    makedepends=('')
    source=('http://winff.googlecode.com/files/winff-0.42-amd64.deb')
    arch=('x86_64')
    md5sums=('1febf5fd19fa76bdc1da06d3e6c4d3b8')
    build() {
    ar vx winff-0.42-amd64.deb
    tar xvzf data.tar.gz
    install -Dm755 $startdir/src/usr/bin/winff $startdir/pkg/usr/bin/winff
    install -Dm755 $startdir/src/usr/share/winff/presets.xml $startdir/pkg/usr/share/winff/presets.xml
    install -Dm755 $startdir/src/usr/share/winff/winff.png $startdir/pkg/usr/share/winff/winff.png
    So what I basically do is run yaourt -S winff and when it asks whether I want to edit it, I edit it and replace the original PKGBUILD content with above.
    It successfully runs the build() commands, finds and installs the dependencies, but when it's time to install the actual new winff package is throws up this:
    loading package data...
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: winff: requires ffmpeg gtk gdk-pixbuf
    I don't get it. It installed all the dependencies (and I even checked whether winff works in one of the earlier tries when I manually installed gdk-pixbuf when the binary asked for it). What does it want now?
    Here is the whole process:
    [daniel@memeport ~]$ yaourt -S winff
    ==> Downloading winff PKGBUILD from AUR...
    Comment by: yugrotavele on 20080518 [04:36:56]
    A nice GUI frontend for ffmpeg.
    First Submitted: Sun, 18 May 2008 04:28:31 +0000
    Last Updated: Mon, 30 Jun 2008 04:23:08 +0000
    winff 0.42-1 (Unsupported): GUI for ffmpeg
    ==> winff dependencies:
    - ffmpeg (already installed)
    - rpmextract (already installed)
    ==> Edit the PKGBUILD (recommended) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>y
    Please add $EDITOR to your environment variables
    for example:
    ==> Edit PKGBUILD with: (replace gvim with your favorite editor)
    ==> Edit ./PKGBUILD with: gedit
    ==> winff dependencies:
    - ffmpeg (already installed)
    - gtk (already installed)
    - gdk-pixbuf (package found)
    ==> Continue the building of 'winff'? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building and installing package
    ==> Making package: winff 0.42-1 (Tue Jul 1 21:34:12 CEST 2008)
    ==> Checking Runtime Dependencies...
    ==> Installing missing dependencies...
    resolving dependencies...
    looking for inter-conflicts...
    Targets: gdk-pixbuf-0.22.0-4
    Total Download Size: 0.00 MB
    Total Installed Size: 0.70 MB
    Proceed with installation? [Y/n]
    checking package integrity...
    (1/1) checking for file conflicts [############################################################] 100%
    (1/1) installing gdk-pixbuf [############################################################] 100%
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading winff-0.42-amd64.deb...
    --2008-07-01 21:34:13-- http://winff.googlecode.com/files/winff-0.42-amd64.deb
    Resolving winff.googlecode.com... 64.233.187.82
    Connecting to winff.googlecode.com|64.233.187.82|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1383594 (1.3M) [application/x-archive application/x-debian-package]
    Saving to: `winff-0.42-amd64.deb'
    100%[=============================================================================>] 1,383,594 191K/s in 7.4s
    2008-07-01 21:34:21 (183 KB/s) - `winff-0.42-amd64.deb' saved [1383594/1383594]
    ==> Validating source files with md5sums...
    winff-0.42-amd64.deb ... Passed
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    x - debian-binary
    x - control.tar.gz
    x - data.tar.gz
    ./usr/
    ./usr/bin/
    ./usr/bin/winff
    ./usr/share/
    ./usr/share/doc/
    ./usr/share/doc/winff/
    ./usr/share/doc/winff/copyright
    ./usr/share/doc/winff/winff.pdf
    ./usr/share/doc/winff/README.txt
    ./usr/share/doc/winff/README-Icons.txt
    ./usr/share/doc/winff/README-Presets.txt
    ./usr/share/doc/winff/changelog
    ./usr/share/applications/
    ./usr/share/applications/winff.desktop
    ./usr/share/winff/
    ./usr/share/winff/winff.png
    ./usr/share/winff/presets.xml
    ./usr/share/winff/languages/
    ./usr/share/winff/languages/winff.es.po
    ./usr/share/winff/languages/winff.nl.po
    ./usr/share/winff/languages/winff.fr.po
    ./usr/share/winff/languages/winff.pb.po
    ./usr/share/winff/languages/winff.tr.po
    ./usr/share/winff/languages/winff.de.po
    ./usr/share/winff/languages/winff.zh.po
    ./usr/share/winff/languages/winff.it.po
    ./usr/share/winff/languages/winff.pt.po
    ./usr/share/winff/languages/winff.pl.po
    ./usr/share/winff/languages/winff.bg.po
    ./usr/share/winff/languages/winff.po
    ==> Tidying install...
    -> Removing info/doc files...
    -> Compressing man pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: winff (Tue Jul 1 21:34:22 CEST 2008)
    ==> Continue installing 'winff'? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: winff: requires ffmpeg gtk gdk-pixbuf
    ==> WARNING: Your package is saved in /tmp/winff-0.42-1-x86_64.pkg.tar.gz
    I tried doing it without changing the package name to winff-amd64, but same thing happens. What's going on?

    Ahh man, and that's it! It works.
    I'm just wondering now how can I contribute this PKGBUILD to AUR, but I can read that in the wiki too.
    Thanks!

  • Error "COPYING MUSIC FAILED. The disk could not be read from or written to"

    After following the procedurest to move the iTunes music, the computer started whirring away, happily copying and consolidating all the song files to the new target folder.
    After copying 68gigs of 130gigs perfectly, it stopped dead and the following iTunes error message appeared:
    "COPYING MUSIC FAILED. THE DISK COULD NOT BE READ FROM OR WRITTEN TO"
    I am copying to an external LaCie 500g hard disk, and the current music file is split between folders on the laptop and folders and a 2nd external LaCie Hard disk. It did not appear to have any problems copying and consolidating files from both locations, until the error message showed up.
    How can I solve this?
    I really need to consolidate this music file.
    macbook pro   Mac OS X (10.4.6)  

    OK I figured it out!
    It was a dodgy file....I sorted the file folders by date, and as it turned out within the "compilations" folder there was a CD where only about half the tracks seemed to have been copied over. Could not have identified this simply from the time indicated on the finder folder sort, because there were several CDs copied over in the that same minute.
    I went back to the original itunes folder, deleted all the files from that CD in itunes, then also deleted all those files from the original disk and the target disk.
    Tried the "consolidate library" again, and it completed nicely. 200megs of music and videos.
    Very happy to solve this problem after 3 weeks.

  • Copying Music failed. The disk could not be read from or written to.

    I just added a server to my home network. It's called "DELLSEVER" and is networked via TCP/IP on a Windows Network. I can copy files to and from it no problem. I created a shared folder on the server with public read/write access and no password called "Music".
    I wanted to move my iTunes music folder (~110GB) to the server's Music folder.
    I followed the instruction found on this forum and went into iTunes(6.0.4.2) preferences -> Advenced -> Itunes Music folder location -> clicked Change -> selected the directory from the available list -> clicked ok.
    Under "iTunes Music folder location" it now says "\\DELLSERVER\Music\iTunes", and clicked ok to close the preferences.
    I then clicked Advanced -> Consolidate Library -> Consolidate.
    I then get the error "Copying Music failed. The disk could not be read from or written to."
    I then tried to manually copy my library from dragging the folded from my PC to the server. That worked fine, but I can't get iTunes to use the server's copy of the music, it keeps going back to my PC's copy.
    Please help. I've only got about 30 Meg left on my PC's drive with iTunes and need to relocate my music to the server's drives.
    And if it matters, I am Administrator on both my PC and the server.
    I also tried de-authorizing my PC just in case. Made no difference.

    Thanks Katrina. Mapping the folder to a drive letter allowed iTunes to start copying the music across.
    Unfortuntely iTunes didn't notice that I manually copied the files across earlier, so it's overwriting them. I'm about two hours into the transfer with about another hour to go, but it looks like it's going to work.
      Windows XP Pro  

  • Is my HD Dead? Reformat Disk Utility Error: secure disk erase failed with the error could not open disk.

    Hi,
    Fed up with seeing the spinning beach ball I decided to reformat my MacBook Pro...
    After backing up everything on an external hard drive I put in the OSX install DVD, restarted the machine and held down 'C'.
    I followed the install prcedure, clicking next a few times etc...
    I then went into Utilities > Disk Utility. I chose 7-Pass to erase the Macintosh HD and set it off erasing.
    I checked the process an hour in and message on screen read:
    Secure disk erase failed with the error:
    could not open disk
    The internal hard drive no longer exists in the disk utility so I cant retry erasing it.
    The only thing that appears in disk utility is the OSX install DVD.
    I can't even shut down the mac as everything under the apple tab is greyed out!
    I'm guessing this means my hard drive is broken right?
    If anyone has any other ideas of what to try I'd really appreciate that.
    How do I turn the machine off?
    If my hard drive is gone then should I consider getting an SSD drive?
    Any recommendations for such a drive would be great.
    Hope you can help!

    Did you partition the drive?
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Steps 4-6 are optional but should be used on a drive that has never been formatted before, if the format type is not Mac OS Extended, if the partition scheme has been changed, or if a different operating system (not OS X) has been installed on the drive.

  • When you try to send or to receive email in Outlook 2010, you may receive one of these error messages: 0x8004010F: Outlook data file cannot be accessed. or 0x8004010F: The operation failed. An object could not be found.

    0x8004010F: The operation failed. An object could not be found.
    1. reviewed Profile instructions
    2. Ran SytTools thinking it would fix the error. NO although I could send received I ended up with a giant pst 
    3. Back to Profile Instructions.
    4. Set up new profile with my email address. email address tested well. Run Outlook. loads as outlook data PST
    and  gmail address PST.  Deleted all the Gmail subscriptions to improve speed. Original error was gone but have two GIGANIC PST FILES.
    5. Set up another new profile with my email address and a named pst.  Run Outlook under that Profile -
    comes up with newly named pst and the gmail addrress pst (although I can't figure out where that pst is located. Will not let me use email address as default Profile.  Tried different approaches and still ended up always with the gmail address pst.  Deleted
    all profiles but email address and comes   up.
    6. Should I just go ahead and use the gmail address pst  I need to import data or download data from gmail
    to get last years correspondence.e
    7. Outlook is my lifeblood, I am in communications and every submitted email gets moved to a file with an update.
    Help?
    8. One option is to merge psts but might make worse mess.
    Thanks.  Beautiful Beach weather here!

    To resolve error 0x8004010F , identify the current location of your default Outlook data file, and then create a new Outlook profile.
    Step 1- Locate the default Outlook data file
    Click Start, and then click Control Panel.
    In Control Panel, click Mail.
    In the Mail Setup - Outlook dialog box, click Show Profiles.
    Select your current Outlook profile, and then click Properties.
    In the Mail Setup - Outlook dialog box, click Data Files.
    Select the Data Files tab in the Account Settings dialog box, and then note the name and location of the default data file for your profile (a check mark will denote the default data file).
    Click Close.
    Step 2 - Create a new Outlook profile
    Step 3 - Configure your new Outlook profile as the default profile
    More detailed steps you can refer to this KB article:
    http://support.microsoft.com/kb/2659085

  • Apple TV 1st Generation: Update failed. Apple tv could not be updated

    Hello,
    I have a problem with my apple TV 1st Generation.
    I did a Factory Restore and now i have
    Software Version 2.0.2
    Software Build 120
    OS Build Version 8N5461
    EFI Version 00DA.B04
    GF Version 3.1.0/2.9.50
    I wanna upgrade the Apple TV to Software Version 3.0.2 which is the last but all i get after downloading and installing the update is the same message
    Update failed. Apple tv could not be updated. Make a Factory Restore
    I have made over 20 Factory Restores but the same message all the time.
    I changed the dns server to 8.8.8.8 and 208.067.222.222 but no luck with any of these solutions.
    Can somebody help me please, so i can update my Apple TV.
    Thanks in advance.

    I have already tried to update Apple TV by cable and I still have the same result.
    I still can't update it.
    Any other solution?
    The most annoying thing is that it downloads the update and when it starts installation of 3.0.2 then the message appears.
    Can this be Apple's servers problem or Apple's TV problem?

  • Could not initiate SSL connection when DS is launched from Eclipse

    Hello,
    I am wondering whether anyone has faced this issue connecting to the BIP with https when Design Studio is launched from the Eclipse IDE.
    The URL is something like : https://myservername.domain.net/dswsbobje/services/Session
    We get the following error message when entering the URL : "Could not initiate SSL connection. Check the Web Service Url"
    However, when Design Studio is launched directly, the same URL works fine and we can connect to the BIP normally.
    I would imagine something is missing in the Eclipse configuration or there is an issue elsewhere. I did not find anything relevant in the SDK guide.
    We checked the following SAP notes :
    1807142 - How to enable HTTPS/SSL Designer against BIP
    -> Web service configured properly, the URL works fine and it works when Design Studio is started without Eclipse
    1975475 - Unable to select authentication method in BIP logon dialog of SAP Design Studio
    Tried the solution : set to Direct. Tried to remove proxy entries in IE. No improvement. Also, I tried to set the connectivity to Direct in the Eclipse. But, no luck.
    Software :
    Design Studio 1.2 SP01 + SDK 1.2 SP01
    BI 4.0 SP06
    Java EE IDE (Kepler)  Version: 2.0.1.20130919-0803
    Java JRE 1.6.0.35. It's old, I know...
    Thanks in advance.
    Joel

    Hi Joel,
    any progress?
    do you use a self signed certficate?
    Kind regards
    Frank

  • Logon failed. Details: mscorlib : Could not find file.... XSD

    I have been searching the forums and the web for hours and have not found a solution to a problem we are having.  We upgraded our reports from VS.NET 2003 to VS.NET 2008 and started getting the below error upon our Report.Export code.
    Logon failed. Details: mscorlib : Could not find file 'C:\Inetpub\wwwroot\xxx\ConsolidatedReports\Designers\xxxFringe\xxxFringeFunderDetail.xsd'. Failed to export the report. Error in File C:\WINDOWS\TEMP\temp_90ed8e07-481c-4bdb-8c50-885854a143d0 {B8EC61FE-7931-4979-AD92-432C21013D77}.rpt: Unable to connect: incorrect log on parameters.
    So when I verify the XSD and set the data source location (XML File Path: C:\Inetpub\wwwroot\xxx\ConsolidatedReports\Designers\xxxFringe\xxxFringe.xsd)  the report works fine.  The problem is that when another developer trys to run the report on their machine and their machine has a different path for the code, the report fails.  The odd thing is that some of our reports are working fine, it is only a few that basically are looking for the hard coded XSD path.
    So, as far as I can tell the XSD are not needed (Re: ADO.Net (XML) Data Source File Path).  I have applied SP1 for Crystal Reports.  I am totally confused why this started and why the report is looking for a "hard coded" path to the XSD.

    The RunReport is called by a button click on a form.  This method calls ExportFile which works until the line "Report.Export()" is hit. 
        Public Overrides Function RunReport(ByVal ReportID As Short) As String
            Dim Utility As New Utility(Session("CNReportPath"))
            Dim Report As New rptIndividualSalaryFringe
            Dim db As New BudgetDB(Session("CNReportPath"))
            Dim pDB As New ProgramDB(Session("CNReportPath"))
            Dim dsRep, dsSub As DataSet
            Dim AgencyID As Integer = Program1.AgencyID
            Dim ProgramID As Integer = Program1.ProgramID
            Dim FyID As Integer = FiscalYear1.SelectedValue
            Dim ShowOnlyCSCFunded As Integer = IIf(chkShowCSCFunded.Checked = True, 1, 0)
            Dim ContractNumber, AgencyName As String
            Dim ReportEnv As String = Environment
            Dim ReportDB As String = DBName
            dsRep = db.GetIndividualSalaryFringe(AgencyID, ProgramID, FyID, ShowOnlyCSCFunded)
            'dsRep.WriteXmlSchema(Server.MapPath("~/ConsolidatedReports/Designers/IndividualSalaryFringe/IndividualSalaryFringe.xsd"))
            AgencyName = pDB.GetAgencyName(AgencyID)
            With Report.Section1
                CType(.ReportObjects("txtAgency"), TextObject).Text = AgencyName
                CType(.ReportObjects("txtProgram"), TextObject).Text = pDB.GetProgramName(ProgramID)
                CType(.ReportObjects("txtFiscalYear"), TextObject).Text = "Fiscal Year " & FiscalYear1.SelectedText
            End With
            ContractNumber = pDB.GetContractNumber(ProgramID)
            If Not IsNothing(ContractNumber) Then
                If Not ContractNumber = "" Then
                    With Report.Section6
                        .SectionFormat.EnableSuppress = False
                        CType(.ReportObjects("txtContractNumber"), TextObject).Text = "Contract #:" & ContractNumber
                    End With
                End If
            End If
            With Report.Section5
                CType(.ReportObjects("txtAgencyName"), TextObject).Text = AgencyName
            End With
            If dsRep.Tables(0).Rows.Count <= 0 Then
                Report.secNoData.SectionFormat.EnableSuppress = False
                Report.Section2.SectionFormat.EnableSuppress = True
                Report.Section4.SectionFormat.EnableSuppress = True
                Report.Section7.SectionFormat.EnableSuppress = True
                Report.Section9.SectionFormat.EnableSuppress = True
                Report.Section10.SectionFormat.EnableSuppress = True
                Report.secFunderDetail.SectionFormat.EnableSuppress = True
            Else
                dsSub = db.GetIndividualSalaryFringeFunderDetail(ProgramID, FyID)
                'dsSub.WriteXmlSchema(Server.MapPath("~/ConsolidatedReports/Designers/IndividualSalaryFringe/IndividualSalaryFringeFunderDetail.xsd"))
                Report.OpenSubreport("subFunderDetail").SetDataSource(dsSub)
            End If
            'Ehn 41 add environment and db name
            CType(Report.Section5.ReportObjects("DBName"), TextObject).Text = "DB: " + ReportDB
            CType(Report.Section5.ReportObjects("Environment"), TextObject).Text = IIf(ReportEnv = "", ReportEnv, "Env: " + ReportEnv)
            Report.SetDataSource(dsRep)
            'You must set the ReportGroup equal to Crystal to make it work correctly
            ReportGroup = ReportGroup.Crystal
            'Leave this line of code
            ReportFile = Utility.ExportFile(Report, ExportFilter1.ExportType, Server.MapPath("~/ReportFiles/"))
            Return String.Empty
        End Function
        Public Function ExportFile(ByVal Report As ReportDocument, ByVal ExportType As ExportType, ByVal OutputPath As String, Optional ByVal ds As DataSet = Nothing) As String
            Dim crDiskFileOpts As New DiskFileDestinationOptions
            'Dim strFilePath As String
            'Dim strLinkPath As String
            Dim crExportOptions As New ExportOptions
            Dim crExcelOptions As New ExcelFormatOptions
            Dim crPDFOptions As New PdfRtfWordFormatOptions
            Dim crWordOptions As New PdfRtfWordFormatOptions
            Dim ReportName As String = String.Empty
            Try
                crExportOptions = Report.ExportOptions
                Select Case ExportType
                    Case ExportType.Excel
                        ReportName = Left(Guid.NewGuid.ToString, 15) & ".xls"
                        With crExcelOptions
                            .ExcelTabHasColumnHeadings = True
                            .ExcelUseConstantColumnWidth = True
                        End With
                        crExportOptions.ExportFormatType = ExportFormatType.Excel
                        crExportOptions.FormatOptions = crExcelOptions
                    Case ExportType.PDF
                        ReportName = Left(Guid.NewGuid.ToString, 15) & ".pdf"
                        crExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat
                        crExportOptions.FormatOptions = crPDFOptions
                    Case ExportType.Word
                        ReportName = Left(Guid.NewGuid.ToString, 15) & ".doc"
                        crExportOptions.ExportFormatType = ExportFormatType.WordForWindows
                        crExportOptions.FormatOptions = crWordOptions
                    Case SamisConstants.ExportType.ExcelRaw
                        ReportName = Left(Guid.NewGuid.ToString, 15) & ".xls"
                        ''If Not IsNothing(ds) Then
                        ''    Dim oExcel As New ExcelExport.ExcelExport
                        ''    oExcel.CreateWorkbook(OutputPath & ReportName, ds)
                        ''End If
                End Select
                Select Case ExportType
                    Case ExportType.Excel, ExportType.PDF, ExportType.Word
                        crDiskFileOpts.DiskFileName = OutputPath & ReportName
                        With crExportOptions
                            .DestinationOptions = crDiskFileOpts
                            .ExportDestinationType = ExportDestinationType.DiskFile
                        End With
                        Report.Export() ' ERROR HAPPENS HERE!!!!!!
                End Select
                Return "ReportFiles/" & ReportName
            Catch ex As Exception
                Throw ex
            End Try
        End Function

  • Loadlibrary ("olkexpress5.dll") failed - The specified module could not be found.

    About a month ago, the Desk Manager app stopped recognizing that my blackberry was connected via usb so I decided to remove/reinstall the Blackberry Desktop 4.3 software. Now, everytime I install the software I receive the following message during the installation:Errors 1904.Module C:\Program Files\Research In Motion\Blackberry\IS71 Connectors\OE Connector\OLKExpress5.dll failed to register.  HRESULT-2147024770.  Contact your support personnel. If I try to manually register the file it fails with the following error "Loadlibrary ("olkexpress5.dll") failed - The specified module could not be found." My the desktop manager currently will recognize my blackberry as long as I don't disconnect the blackberry before first powering off the laptop.  Any one have any ideas regarding this issue?

    Perform clean uninstall of BlackBerry Desktop Software.
    Check for instruction: http://www.blackberry.com/btsc/KB02206
    After that  go to here: http://na.blackberry.com/eng/services/desktop/
    and download the latest (v4.7) BlackBerry Desktop Software.
    I recommend to download  BlackBerry Desktop Software without Media Manager.
    Media manager is not necessary to transfer files to the device and vice versa.
    Check this link: HOWTO : use your blackberry as a USB device

  • The attempted operation failed. An object could not be found. Outlook 2010 error

    I am unable to search other mailbox in Outlook 2010, getting the following error: The attempted operation failed. An object could not be found. I removed both instances of
    KB2956128
    installed
    on 2/11/2015. It worked for a while and issue returned againa. Any suggestions?

    Hi,
    Thank you for your reporting. We have noticed this, and would like to collect more information for further investigation.
    Can you guys share your detailed system info? Also, if you have any log files about the issue, kindly share with us by sending them to this email account:
    [email protected] (please use the link of this thread as the subject).
    We appreciate your assistance with this.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • HT4718 infinite loop error installing  lion internet recovery "Install Mac OS X" window. " Install Failed Mac OS X could not be installed on your computer - Restart"

    Hi all,
    my macbook pro became extermily slow for some reason, I rebooted it many times and same problem so I decided to reinstall the Mac OS X lion from the internet.
    I tried installing  lion internet recovery, it downloaded it and restarted. I got the "Install Mac OS X" window. then while installing I got the sad message " Install Failed Mac OS X could not be installed on your computer" and the only botton is "restart". Everytime I restart I gor the same message. Now I am trying to start from the harddisk but I does not show when you start the pc, keep clicking the "alt" botton. It only shows "Mac OS X Installer" and "Recovery HD". What Should I do?
    I appreciate your help. Thanks.

    Thanks Baltwo.
    I could format it and get the back up from time machine but it is not up to date so I want to leave it at last.
    I tried to back it up on external hard drive and got an error, tried CCC for back up and error again.
    Just wanted to do an update on the subject. Still trying to get it back.

  • The attempt to burn a disc failed. The disc could not be read from or written to.

    I am trying to burn a cd after upgrading to itunes 12 and this message keeps coming up."The attempt to burn a disc failed. The disc could not be read from or written to." there is no problem with my hardware since I can burn cds using nero. Please help. Thanks

    Here is a solution that worked for me!
    1. Uninstall iTunes 12
    2. Download and install iTunes 11.4
    3. Run iTunes 11.4. You will get a message that the library was created by a newer version. Just dismiss the message.
    4. Uninstall iTunes 11.4
    5. Install iTunes 12.0.1 again. This time disc burning should be working.
    (The prior installation of 11.4 fixes the issue)
    I hope this works for you as well
    Note
    My iTunes 12.0.1 installation was a fresh one to start with. I am using the x64 version on Windows 8.1 x64.

Maybe you are looking for

  • Dvdsp build message?

    "The Build Location folder contains a HVDVD_TS folder(HD DVD content).  You must remove the HVDVD_TS folder from the Build Location in order to proceed with Build/Format of a Standard DVD project." ..........any help on how i change this?

  • Charecteristic name and value

    Hi gurus, I have ATNAM field maintained in a custom table and for this ATNAM I need to get corresponding ATWRT. please tell me how to fetch the data. regards satish

  • What is this bar, and how do I stop it from appearing?

    http://puu.sh/cEmpa/f84d031edd.jpg Not only is it annoying, but it also re-sizes my Windows.  Please tell me I can turn this off...

  • OEM is not conifgured when try to reconfigure it manually

    Hi Guru's, This question asked previously but after applying the solutions what exactly i am getting there still i am not able to reconfigure the EM manually. C:\Data> set ORACLE_SID=orcl C:\Data> emca -deconfig dbcontrol db -repos drop DROP USER sys

  • Hostname from within PBL code

    I would like to obtain the hostname for the server that BPM is running on in the code for an activity. Any thoughts on how to do this?