Multiple connectons fails

Hello, I am having a problem connecting. I am using CR2008 SP0, VB2008.  the report has two different ODBC connection and a subreport that has yet another connection.  The code..
'Load Report
CRReport.Load("C:\Users\Main\Desktop\" & "ConnectionTest3.rpt")
Dim conn As CrystalDecisions.Shared.IConnectionInfo
'Connection 1
conn = CRReport.DataSourceConnections.Item(0)
conn.IntegratedSecurity = False
conn.SetConnection("Data1", "Database1", "SA", "PW")
'Connection 2
conn = CRReport.DataSourceConnections.Item(1)
conn.IntegratedSecurity = True
conn.SetConnection("Data2", "Database2", True)
'SubReport
Dim mySubreport As ReportDocument = CRReport.OpenSubreport("SUB3.rpt")
conn = mySubreport.DataSourceConnections.Item(0)
conn.IntegratedSecurity = False
conn.SetConnection("Data5", "Database3", "sa", "PW")
'Display Report
myCrystalReportViewer.ReportSource = CRReport
What I get when I run the project there is a logon failure for the sub report logon. I type the correct PW and then it continues. You will notice that the second connection uses a trusted connection, if set that to use a non-trusted connection as in conn1 the report runs great. if I strip out the sub report the main report runs fine.  If I only run the sub report it run fine.
Can you mix connection types in .net?  Am I missing some code for the subreport?  
Thanks for any and all help!

Hello Patrick
I was able to duplicate the issue. I will be submitting it for a resolution to R&D today. Now, here is where things get... "interesting". If this is accepted by R&D, a fix will most likely not be out for at least 6 months.
I did try to find work-around for the issue (other than not use NT security) and I found out that as long as the trusted connection is the last connection established - in the designer - then this will work. E.g.;
New report
Add SQL connection to datasource A (SQL security)
Add subreport and set the subreport to datasource C (SQL security)
Go back to the main report and add datasource B (NT / integrated security)
I believe the issue is due to the trusted connection being propagated to the subreport and doing the above steps forces the trusted connection to be established last and thus there is nothing to propagate. E.g.;
1) connect to ds A
2) connect to ds C
3) connect to ds B (trusted) - last connection = nothing to propagate
As long as the trusted connection is the last connection to be added, the reports work.
Working with the code to try and get to change the connection order at runtime does not work - as we already found out from my suggestion in one of the earlier posts.
As soon as I have the Technical Escalation number, I will update this thread.
Ludek

Similar Messages

  • Multiple Applications failing to launch in Mac OSX Mavericks

    Hi there,
    I recently updated my Mac Pro to Mac OSX Mavericks (OS X 10.9.2), and since that time, I have experienced multiple applications in my Adobe CC Subscription failing to launch. As a first step, I attempted to uninstall the applications so that I could reinstall them and see if that fixed the problem. However, when I go to uninstall the applications, I get the same message (crash report) that I get when I attempt to launch them, so I'm unable to uninstall the applications.
    I'm not sure what the protocal is, or where I can send the crash reports to get a better idea of what is going wrong. Below I've listed a series of applications that are failing to launch, then the applications that are launching and running perfectly fine, along with some information about the computer I'm running on to see if the hardware might be out-of-date and adding to the problem.
    Thanks in advance for any help you can offer and I look forward to hearing from anyone that could provide some insight!
    Applications that are Crashing (all are CC versions):
    Photoshop
    Prelude
    Audition
    Speedgrade
    Dreamweaver
    InDesign
    Illustrator
    Firework
    Flash Builder
    Flash
    InCopy
    Adobe Acrobat Pro
    Applications that are Working (all are CC versions):
    Premiere Pro
    Bridge
    Lightroom 5.4
    Adobe Media Encoder
    Scout
    Muse
    About the Mac I'm working on:
    Mac Pro
    Early 2008
    Processor: 2 x 2.8 GHz Quad-Core Intel Xeon
    Memory: 16gb 800 MHz DDR2 FB-DIMM
    Graphics: ATI Radeon HD 5770 1024 MB

    Read http://forums.adobe.com/message/6109315#6109315 for a possible Mavericks fix
    -and http://forums.adobe.com/message/5889794#5889794 for another possible fix

  • Multiple Superdrives failed

    Hi everyone,
    Just wanted to chime in on the subpar quality of the Superdrives in the 1st-gen 15" Macbook Pro. (Not to mention two failed fans and a currently failing backlight - but that's another story).
    After about 2 months, the first Superdrive in my MBP failed. It would only read a disk every 10 times or so, wouldn't read or write DVDs at all. I had an Apple certified 3rd party shop replace it.
    Now the new one has failed, 2 months in. It's getting power, but the laptop doesn't even recognize that the drive is there. System profiler says "No burning device found". I tried multiple reboots and the power management reset suggested somewhere on this site, but no luck.
    I rely heavily on this machine, and like many others here have a hard time getting by when it's away a week at a time. It's extremely irritating that something I bought for peace of mind (AppleCare) instead seems to have been an absolute necessity.

    I bought my first Mac on August. Everything was great on the Macbook Pro everything worked fine....But like you My superdrive is failing I can only read dvds/cds now....its just been degrading. How long did it take them to repair the superdrive?
    It's over xmas right now but I, like you, rely a lot on my mac
    Chris

  • Running ssl client from multiple applications fails in Sap j2ee engine

    There are two applications making ssl connections to third party.
    At a time only one application is able to make connection while other
    throws error message <b>"No trusted certificate found".</b>
    Currently we have  two j2ee applications running in SAP j2ee server. Both applications makes ssl connection to third party servers. Lets call first application as A1 and second application as A2.
    A1 is an internet shopping application . It makes ssl connection to third party services at two places . One is while fetching the shipping charges from UPS site.
    Code Snippet:
    java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    System.getProperties().put("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
    String lo_url = new URL("https://wwwcie.ups.com/ups.app/xml/Rate");
    lo_connection = (URLConnection) lo_url.openConnection();
    At other place A1 connects to cybersource service using webservice +ssl  for credit card authentication using cybersource API. It uses certificate in p12 format.
    Code Snippet:
    com.cybersource.ws.client.axis.soap.RequestMessage lo_requestMessage = new  com.cybersource.ws.client.axis.soap.RequestMessage();
    Properties lo_cybsProperties = new Properties();
    lo_cybsProperties.setProperty("merchantId","arvato");
    lo_cybsProperties.setProperty("merchantRefCode","1234")
    lo_requestMessage.setMerchantID( "arvato");
    lo_requestMessage.setMerchantReferenceCode( "1234" );
    lo_cybsProperties.setProperty("cybersourceURL","https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor");
    lo_cybsProperties.setProperty("keysDir", "./WEB-INF/config");     
    lo_requestMessage.setBillTo(setBillToAddress(po_mdsBillingAddress) );
    // add ship to address
    lo_requestMessage.setShipTo(setShipToAddress(po_mdsShiToAddress));
    lo_requestMessage.setPurchaseTotals( setPurchaseTotal() );
    //set cc details
    lo_requestMessage.setCard( setCardDetails(po_mdsCreditCard) );
    Set Items and total tax calculation
    lo_replyMessage = com.cybersource.ws.client.axis.soap.Client.runTransaction( lo_requestMessage, lo_cybsProperties );
    A2 Application
    This application connects to Motorola secured web service to fetch details of mobile hand set. It uses keystore to create ssl connection with Motorola webservice.
    Code Snippet
    try {
    TrustManager[] trustAllCerts = new TrustManager[]{
    new X509TrustManager() {
    public java.security.cert.X509Certificate[] getAcceptedIssuers() {
              return new java.security.cert.X509Certificate[0];
         public void checkClientTrusted(java.security.cert.X509Certificate[] certs, String authType) {}
    public void checkServerTrusted(
    java.security.cert.X509Certificate[] certs, String authType) {
    SSLContext sc = SSLContext.getInstance("SSL");
    sc.init(null, trustAllCerts, new java.security.SecureRandom());
    } catch (Exception e) {
    e.printStackTrace();
    System.setProperty("javax.net.ssl.trustStore","SapWSM.keystore");
    System.setProperty("javax.net.ssl.trustStorePassword","xxxx");
    System.setProperty("javax.net.ssl.keyStore","SapWSM.keystore");
    System.setProperty("javax.net.ssl.keyStorePassword","xxxx");
    Problem Cases :
    Case 1
    Step 1 : Server starts
    Step 2 : User access A1 first
    Step3: A1 Connects to UPS using https (It is able to connect)
    Step4: A1 connects to cybersource using webservice+ssl  (It is able to connect)
    Step 5: Another user access A2
    Step6: A2 tries connection to Motorola webservice over ssl
    Result connectivity fails with description "No trusted certificate found".
    Case2
    Step 1 : Server starts
    Step 2 : User access A2 first
    Step3:  A2 tries connection to Motorola webservice over ssl (It is able to connect)
    Step 5: Another user access A1
    Step6: A1 connects to cybersource using webservice+ssl 
    Result connectivity fails with description "No trusted certificate found".
    Case3
    Step 1 : Server starts
    Step 2 : User access A2 first
    Step3:  A2 tries connection to Motorola webservice over ssl (It is able to connect)
    Step 5: Another user access A1
    Step6: A1 connects to  UPS using ssl
    Result connectivity fails with description "No trusted certificate found".

    Hi Please answer my query it is really <b>
    urgen
    t</b> and we are not able to run both the applications in same server

  • B2B Inbound File with Multiple Transactions failing

    Hi ,
    Problem Summary: When the inbound file is coming with multiple transactions (combination of 997 and non-997) ,
    If the 997 is the FIRST transaction in file, B2B is processing only 997 and remaning transactions are getting rejected.
    Where as if the 997 is the LAST transaction in file, then all the transactions are processing correclty.
    SOA Version: SOA 11G (11.1.1.5).
    Example 1: below sample we got two transactions, 997 and 214. here 997 is the FIRST transaction in the file.
    in this case B2B is processing 997 correctly, and 214 is errored with below error message
    "B2B-51507 - A data segment with 'Mandatory' status is missing. A data segment with 'Mandatory' status is missing. An X12 syntax error occurred. An X12 syntax error occurred. An X12 syntax error occurred. A data segment with 'Mandatory' status is missing. A data segment with 'Mandatory' status is missing.
    ISA00* *00* *02*xxxx *01*1234555 *120516*1018*U*00401*000005822*0*P*:~*
    GSFA*xxxx*1234555*20120516*1018*5822*X*004010~*
    ST997*58220001~*
    AK1SM*7159~*
    AK9A*1*1*1~*
    SE000004*58220001~*
    GE1*5822~*
    IEA1*000005822~*
    ISA*00* *00* *02*xxxx *01*1234555 *120516*1018*U*00401*000005823*0*P*:~
    GS*QM*xxxx*1234555*20120516*1018*5823*X*004010~
    ST*214*58230001~
    B10*2313813*M1213131*xxxx~
    N1*SF*xxxxxx*ZZ*124~
    N4*xxxxxx*AR~
    LX*1~
    AT7*AF*NS***20120516*1017*LT~
    MS1*xxxxx*AR~
    L11*01*QN~
    AT8*G*L~
    SE*10*58230001~
    GE*1*5823~
    IEA*1*000005823~
    Example 2 : below sample we got two transactions, 997 and 214. here 997 is the LAST transaction in the file.
    in this case B2B is processing ALL TRANSACTIONS correctly
    ISA*00* *00* *02*xxxx *01*1234555 *120516*1018*U*00401*000005823*0*P*:~
    GS*QM*xxxx*1234555*20120516*1018*5823*X*004010~
    ST*214*58230001~
    B10*2313813*M1213131*xxxx~
    N1*SF*xxxxxx*ZZ*124~
    N4*xxxxxx*AR~
    LX*1~
    AT7*AF*NS***20120516*1017*LT~
    MS1*xxxxx*AR~
    L11*01*QN~
    AT8*G*L~
    SE*10*58230001~
    GE*1*5823~
    IEA*1*000005823~
    ISA00* *00* *02*xxxx *01*1234555 *120516*1018*U*00401*000005822*0*P*:~*
    GSFA*xxxx*1234555*20120516*1018*5822*X*004010~*
    ST997*58220001~*
    AK1SM*7159~*
    AK9A*1*1*1~*
    SE000004*58220001~*
    GE1*5822~*
    IEA1*000005822~*
    Thanks,
    Naveen

    Hi,
    My name is Phil DeLaine and I work for one of Oracle's Gold Partners, TechDemocracy.
    I saw your post about the B2B transaction errors you are experiencing. We have great experience with B2B and have solved very complex problems. (References available.)
    Would you like to use one of our B2B expert technical resources to solve this problem and deliver your project error free and fully functional?
    Please let me know if you would like to discuss what we can do for you. You can reach me anytime.
    Regards,
    Phil
    Phil DeLaine
    Sales Director - Northeast
    TechDemocracy
    (978) 758-3156 (Cell)
    [email protected]
    http://www.techdemocracy.com/
    Our Successes:
    1) We won the 2011 Oracle Titan Award for the Best Middleware Implementation. Our award winning solutions included SOA, IAM and BI.
    2) We have been awarded with the highly prestigious Oracle ACE Director status for outstanding industry achievement and track record.
    3) We sit on several Advisory Boards for Oracle Product Management (for Fusion Middleware Products).
    4) We are an Oracle Center of Excellence Partner for SOA and IAM.
    5) We are frequently invited to speak at a number of Oracle Customer Success forums such as Oracle's "OpenWorld".
    6) We have been rated by Inc. Magazine as one of the top 10 fastest growing companies for 3 consecutive years.
    7) We have won and successfully deliveried several projects at Fortune 100, 500 and 1,000 companies. (References Available)

  • Java Web Start and DNS with multiple IPs fails

    We have a number of servers that deploy a Web Start application. We have a DNS entry with the 3 IPs of the servers (e.g. nslookup webstart.mydomain.com returns 3 different IPs).
    This is fine for a browser (running a packet capture program e.g. Wireshark, will show each of the IPs getting tried until the file is returned).
    The problem is with javaws - it only tries the first IP returned from the DNS, and if it isn't running it fails.
    Does anyone know if there is a way to resolve this (makes it harder to fail over if our clients need different shortcuts)? (I assume that javaws just doesn't have the smarts to deal with this).
    Maybe I need to add it to my Java 7 wish list.
    Cheers,
    David

    We are trying to do the same thing for a different purpose. You need to set the override sooner than WebStart lets you... It has to be on the command line.
    We are trying to overide the default nameservice because it uses reverse dns which is slow at some of our sites. We need to set the parameter
    sun.net.spi.nameservice.provider.1=dns,sun before the VM starts using webstart. The only way we can do this is by setting the environment variable
    JAVAWS_VM_ARGS=-Dsun.net.spi.nameservice.provider.1=dns,sun on the client. This is not real easy from the server side.
    Is there any way we can make the client default to this nameservice provider? There must be some file somewhere on the client I can put this property in...

  • Subversion client: add subversion property to multiple files fails.

    File browser allows to mark multiple files and then select "add subversion property" in german schown as "Subversion Eigenschaft hinzufügen". This opens a dialog "VCS Operation" showing all selected files with columns name, location and Select. After cklicking on Ok button I get Add Property dialog and can add a property. After confirmation (OK button) only one change is processed! SVN log window shows one action too.
    Any idea how to get it work?
    In comparison: doing multiple Commits by marking multiple files work as expected.
    SQL Developer version is (1.5.4.59.40/Java 1.6.0_13)

    Read this:
    http://forums.adobe.com/message/3068132#3068132

  • Multiple apps failing after update to OS 10.6.8

    Process:         iTunes [2521]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         ??? (???)
    Build Info:      iTunes-1113011001003008~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [208]
    Date/Time:       2013-11-11 23:09:19.040 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          32639 sec
    Crashes Since Last Report:           3269
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      955517FE-D862-4E17-862B-14587CD541E3
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
      Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <67866EA0-11AD-E175-066C-48E996265855> /usr/lib/dyld
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: OPTIARC DVD RW AD-5970H
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: My Passport 0748, 0x1058  (Western Digital Technologies, Inc.), 0x0748, 0xfd120000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: USB Flash Memory, 0x0930  (Toshiba Corporation), 0x6544, 0xfa130000 / 6
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 4

    Process:         iTunes [2521]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         ??? (???)
    Build Info:      iTunes-1113011001003008~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [208]
    Date/Time:       2013-11-11 23:09:19.040 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          32639 sec
    Crashes Since Last Report:           3269
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      955517FE-D862-4E17-862B-14587CD541E3
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
      Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <67866EA0-11AD-E175-066C-48E996265855> /usr/lib/dyld
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: OPTIARC DVD RW AD-5970H
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: My Passport 0748, 0x1058  (Western Digital Technologies, Inc.), 0x0748, 0xfd120000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: USB Flash Memory, 0x0930  (Toshiba Corporation), 0x6544, 0xfa130000 / 6
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 4

  • Opening multiple docs fail

    After downgrading to Snow Leopard (joke) when I select (in the finder) 4 documents and choose "open" only 2 of the docs open.

    There is a long thread about this very problem (and a few
    shorter ones) - it is a known problem relating to the
    quarantining of downloaded files.
    It has been reported to Apple...
    Dave

  • Webdispatcher for multiple times - Failed

    Dear SDNers,
    I have configured webdispatcher for my solution manager. When I pass URL first time, its asking uid and pwd, after I provide this, its working fine.
    Then Same URL, If I enter at address bar and click on enter, I am getting below error.
    Here the flow to replicate the error.
    passing URL for the first time.
    URL is :https://apps.aig.sa/saphelpdesk?INCIDENT=9000011013
    After provide UID and PWD
    Then When I use same URL on IE, I am getting below error
    But, If I close and re-open explorer, first time working fine. second time its not working.
    Please let me know what is the problem with this.
    Kindly guide me,
    Regards,
    Venkat

    Dear Gaurav,
    I added hostname in the compatibility of IE.
    Here are ICM settings
    Services
    icm/server_port_0     = PROT=HTTP,PORT=8002
    icm/server_port_1     = PROT=P4,PORT=50204
    icm/server_port_2     = PROT=HTTPS,PORT=443
    icm/server_port_3     = PROT=TELNET,PORT=50208,HOST=localhost
    icm/server_port_4     = PROT=SMTP,PORT=25000,TIMEOUT=120,PROCTIMEOUT=120
    Hard limits
    icm/max_services               = 30
    icm/listen_queue_len           = 512
    icm/req_queue_len              = 1000
    icm/max_conn                   = 500
    icm/max_sockets                = 2048
    Thread handling
    icm/min_threads                = 10
    icm/max_threads                = 250
    icm/min_spare_threads          = 3
    Tracing and statistic
    rdisp/TRACE                    = 1
    icm/tracefile                  = dev_icm
    icm/log_level                  = 0
    icm/stat_level                 = 1
    icm/security_log               = LOGFILE=dev_icm_sec,MAXSIZEKB=500
    icm/accept_remote_trace_level  = 0
    Timeout handling
    icm/keep_alive_timeout (sec.)  = 3600
    icm/conn_timeout (msec.)       = 5000
    Reverse Invoke Options
    icm/ri/use_ssl                 = FALSE
    Misc
    icm/cancel_strategy            = cancel requests without session (stateless)
    rdisp/plugin_auto_logout       = 1800
    is/HTTP/virt_host_0            = *:*;
    is/SMTP/virt_host_0            = *:*;

  • Internal iSight - Multiple Fixes Fail

    My Macbook Pro 17" built-in iSight stopped working a few months ago. It does not appear in the system profiler under Hardware > USB at all. The USB high-speed bus is there but no iSight. Here is a list of the fixes I have tried. I post this for the many others who have experienced this problem to see. I'm still examining logs and forums for the source of this problem.
    1.) PRAM and SMC Reset
    2.) Complete Software Updates Again
    3.) Safe Mode Boot and Reset
    4.) Permissions, Scripts, etc.
    5.) Opened Computer to Examine Wiring (Behind Display and on Logic Board)
    My most recent development is from inspecting the system log file. When the computer boots there is an array of processes, however one stands out:
    +Jan 8 15:34:49 localhost kernel[0]: USBF: 0.627 [0x3eead00] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in. It will keep retrying. (Port 4 of hub @ location: 0xfd000000)+
    Eventually after the process of "retrying" completes the log states:
    +Jan 8 15:34:49 localhost kernel[0]: USBF: 4.275 [0x3eead00] The IOUSBFamily was not able to enumerate a device.+
    The USB location mentioned above, "0xfd00000" is in fact the USB high-speed bus that should hold the iSight connection.
    I'm attempting to figure out where to go from here? My only guesses are that the hardware wiring is faulty and needs replacement. Otherwise this is some obscure software issue that requires a reformat and fresh OSX install. I would love to do this but I don't have a good backup or the Leopard DVD. This also prevents me from using the diagnostic startup mode but I don't really know how good that is.
    Any of you guys experienced this? Sound as strange as it appears or something I'm missing?

    You need your system install disc #1 to troubleshoot.
    Try this fix:
    1. Click on Macintosh HD on the top right of your desktop (or whatever else you’ve called your Harddrive)
    2. Click through System > Library > LaunchDaemons
    3. Now look for the file com.apple.mio.VDCAssistant.plist - and send it to trash.
    http://www.appleware.co.uk/2008/12/03/isight-camera-fix.html
    http://support.apple.com/kb/HT2090
    Suggest you take your computer to an AASP if your issue cannot be resolved.

  • "The attempt to burn a disc failed. The device failed to respond properly"

    Hello everyone,
    I have suddenly developed a problem when trying to burn a CD. I get the "Checking playlist" and "Initializing" messages, and then Writing...(the name of the first track)", but about 20 seconds later, just when seems as if it will start burning, the CD is ejected and I get the following message: ""The attempt to burn a disc failed. The device failed to respond properly, unable to recover or retry."
    I have browsed the forums here and it seems that many other people have had similar problems. I am running a Powerbook G4, OS X version 10.2.8, iTunes 6.0.5.
    I have used several different brands of media, and many slower burning speeds, but nothing helps.
    I can still listen to CD's with my computer, just not burn anything.
    My computer is about 5 years old. Do you think that this problem is suddenly occurring simply because my optical drive needs to be replaced?
    Also, another issue, possibly related, but maybe not, is that, after my burn failed for the first time, I put in a completely different CD to see if it would play. It did, but instead of listing the correct tracks on the CD, it showed the tracks of the previous playlist that had the failed burn.
    For example, I imported the tracks from one CD into my Library, then moved them to a playlist. When I tried to burn the contents of that playlist to a CD, I received the "attempt to burn failed" message that I previously described.
    Then, I inserted a completely different disc, but iTunes read it as having the same contents of the playlist that had failed to burn, but when I clicked on the track titles, they played from the new CD that I'd inserted, not the failed playlist. So although the titles indicated that I was working with the failed playlist, the media that played was from the new CD.
    Any suggestions would be greatly appreciated!
    Sarah
    Powerbook G4   Mac OS X (10.2.x)  
    Powerbook G4   Mac OS X (10.2.x)  

    I'm having a similar problem. In my case, the problem started about two months ago. I regularly update software. Currently I'm at 10.4.10 and iTunes 7.3.2(6).
    In my case, I'm trying to backup recent iTunes purchases. I'm unable to burn CDs with the original combo drive (CD) or my internal NEC burner (DVDs). I get a series of coasters. Occasionally .Mac Backup fails as well. Toast 7 works fine. Even stranger, I can burn 1 DVD successfully with an external Pioneer DVD burner (4x) USB 2 using iTunes. (I have a belkin USB 2 card) Multiple DVDs fail. I recently switched to this PowerMac from an iBook and several preference files were copied with my home directory during the transition. The external drive was used with the iBook, but not on this system before which may lend to the preferences file as a possibility.
    However, I find it odd that my external drive works and both internal drives are failing. I was suspecting the IDE controller on the logic board, except that Toast works. This logic board is not as old as the computer. It was a replacement in 2005 when an after market ATI card fried and took it and the power supply out. At first I suspected a hardware problem and replaced the IDE cable which looked warn. The NEC drive is about two years old and the combo drive is the original. They are on the same controller.
    In my case it is certainly possible the drives or controller are starting to fail. I wonder if anyone else might have an external cd/dvd drive they could test that are having the problem.

  • Calls failing to connect due to "Internal Error"

    I have been having issues, with increasing frequency, with Skype on my Mac as well as iPhone. Now EVERY time I try to call a phone number it gives the notification of "Call ended - internal error". What the **bleep**?

    Hi, SOMEONE PLEASE HELP!
    I'm a premium subscriber and I've had multiple calls fail today due to "internal error" and these are USA to USA calls. No proxy, nothing out of the ordinary, and they're failing...been going on for a couple days.
    I'm using the most updated version, I've restarted multiple times.
    PLEASE HELP!!!

  • CUPC Error - Failed to start conversation Start conversation capability is not available

    We are running CUCM 7.1.5.32900-2 and Presence 8.5.2.10000-49.
    When some of the users highlight numbers and call them using click to call (The click to call that comes as a part of CUPC), they are getting the following error box...
    Error
    Failed to start conversation
    Start conversation capability is not available
    Our users typically have 7941 phones that are associated with their user. They are not using softphone.
    Has anyone else come across this error, and what was the culprit?
    Thanks,
    David

    Hi David,
    http://www.cisco.com/en/US/docs/voice_ip_comm/cups/8_0/english/install_upgrade/deployment/guide/deploy.html
    Cannot Place or Receive Calls After a Secure Profile is Enabled
    Problem   After a secure profile is enabled for a user, the user cannot place or receive calls. The user might see the following error message multiple times:
    Failed to start conversation
    The user can use the instant messaging features.
    This problem occurs if a secure profile is enabled for the user in Cisco Unified Communications Manager while either of the following is true:
    •The user is signed in to Cisco Unified Personal Communicator.
    •The cucsf.exe process is running on the computer of the user, that is, Cisco Unified Personal Communicator is running, but the user has not signed in.
    Ask the user to sign out of Cisco Unified Personal Communicator, then sign in again.
    Hope it helps,
    Anand

  • "Quicktime Failed to Load Because it was already loaded" box, constantly appears while starting up firefox4

    Ever since installing Firefox4, every time i load it up and shut it down i get multiple "Quicktime Failed To Load because It Has Already Been Loaded" messages.
    Nothing else is running that requires quicktime to be running, it has only started since installing FireFox4.
    Is there a way to fix this?

    Hi.
    No replies?
    Can anyone help with this at all, Please?
    Or, can anyone help in pointing me towards somewhere/someone who may be able to help please.
    I'm desperate. I would be grateful for any guidance.
    Thanks.

Maybe you are looking for

  • Folder Portlet will not display edit (or anything else)

    I am portal30. I created a new content area. I clicked the "Edit Root Folder" link of my content area, and published it as a Portlet. I created a new page. I added my newly created content area as a portlet to the page. I saved my page. WHen I view t

  • Using ant with ejbjar

    I am trying to specify a manifest file in the <ejbjar> element, and it appears that weblogic.ejbc is overwriting the manifest (ant does find the MF, but weblogic seems to be clobbering it) has anybody run into this before? thanks

  • Movie from ram

    I wrote a little script which plays copies movie into RAM and plays it from. Requirements: - packages:        mplayer        bar(optional, can be replaced by normal cp command, bar is used only to show progress of coping to RAMfs) Preparation (replac

  • Regular Expression in Apple script

    Hi, I need to test whether the text "I w'd like to give feedback" is available in UI or not, somehow my framework right now does not read quote( ' : between the characters w and d), so i want to use regular expression to search for the text in the UI

  • L/R Balance

    Since I couldn't find a link for a generic Apple "suggestions" e-mail contact, maybe this will get to them. I love my iPods. Unfortunately there is one big omission. Why isn't there a left-right balance control? My two ears percieve sound differently