Error 1079

hp pavilion dv6000 notebook....32 bit operating system...
no sound
error 1079
no audio devices installed
audio service not running
took the computer to geek squad they said the only thing i could possibly do is to restore system to its original factory state...i can do f11 .... but i am afraid to ...since i have never did it before... i do not have recovery discs

Please follow the instructions mentioned in the following document which will provide your the steps to restore your notebook to the original factory settings:
http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00809678&lc=en&cc=us&dlc=en&product=18703
Hope this helps.
Although I am an HP Employee, I am speaking for myself and not for HP.
Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.

Similar Messages

  • ERROR-1079 Error in item post calculation computation

    hi,
    We are getting this error when the user is clicking on a "Submit" button. Below the error there is an Oracle -20000 (ORA-01422) error is getting displayed. In order to debug the issue i need to understand a way of knowing the underlying database procedure that is being called.
    Is there a role that we need to set which will give us developer access to the application that has been developed using HTML DB so that i can look at the procedure that is called from the button or is there some other way of doing so?
    Would appreciate your response on the same.
    Regards,

    Shalini - You need to use the service administration application to create a user in the workspace that owns your applications (Oracle). Use the url ../pls/htmldb/htmldb_admin (or the like) to get to the admin login page. After login, find the Manage Developers and Users link and select the workspace of your developed applications, then create a user account. Then logout from the admin application and login to the Oracle workspace with the new account credentials. Then you can use the Application Builder to examine all the applications in the workspace and you can export them too.
    Scott

  • Error with ANEs in ASC2

    I'm trying out SDK 3.6 with ASC2 on OS X, and am having an issue with ANEs. Running my project in adl on OS X, everything is fine until I include an ANE in the project. This causes an immediate "VerifyError: Error #1079: Native methods are not allowed in loaded code." to be thrown. I've tried recompiling the ANE with the latest sdk, but no deal, same problem. Anyone gotten an ANE to work with the new SDK yet?

    Is it possible that the way ASC 2 is configured to link to the ANE is not marked as external? Said differently, is the ANE accidentally on the -library-path and really should be on the -external-library-path?

  • Playerglobal.swc Linkage Type: External or Merged Into Code?

    Hi,
    I downloaded Flash Pro CS6 with flex sdk version 11.3. It didn't contain Workers functionality, so I had to download the latest playerglobal.swc 11.8 version.
    I then used Actionscript options and pointed to the playerglobal.swc.
    When  I published the fla with playerglobal.swc linkage type set to Merged into Code, the runtime pops up this error:
    VerifyError: Error #1079: Native methods are not allowed in loaded code.
    However, when  I published the fla with playerglobal.swc linkage type set to External, the runtime pops up this error:
    VerifyError: Error #1014: Class flash.system::Worker could not be found.
    The only way to get rid of the VerifyError: Error #1079: Native methods are not allowed in loaded code is to get rid of all the code that reference Workers in  the fla.
    How can I use Workers in my project!???

    Here's a really old article but using it you can still get the general idea of how to properly update Flash Pro with a new version of Flash Player.
    http://chrisgriffith.wordpress.com/2012/07/20/updating-flash-professional-cs6-to-support-1 1-4/
    It's for Mac but if you're on Windows the paths inside the folders are the same and Flash itself can be found in (C:\Program Files (x86)\Adobe\Adobe Flash CS6) Just grab the player you choose, latest or use the archive link for older, update Flash Pro so it's an option you can select as a publish target:
    http://www.adobe.com/support/flashplayer/downloads.html
    As long as you've updated your debugger (C:\Program Files (x86)\Adobe\Adobe Flash CS6\Players\Debug) with the latest debugger, always test with the debugger (CTRL+SHIFT+ENTER, not just CTRL+ENTER). Otherwise you're using an older Flash Player. You can verify the version of the debugger you're testing with checking the Capabilities.version property,
    e.g.:
    import flash.system.Capabilities;
    trace(Capabilities.version); // should say 11,8,xxx,xxx or whatever version you installed

  • Windows update cannot currently check for updates because the service is not running

    Running Windows 7 on a Dell N5110. 
    I get the above message for Windows Updates. Below that it states: Find out more about free software from (null). 
    I have restarted the computer. 
    I have run McAffe and MalwareBytes Pro- nothing wrong.
    This answer didn't work because the Software Distribution folder was
    already empty:
    go to services and stop Windows update service
    locate C:\Windows\SoftwareDistribution\ folder and delete all its content
    start Windows update service
    check for update
    Under Services:
    BITS is set at Automatic(Delayed Start)
    Windows Update is also set at Automatic (Delayed Start). It is stopped. If I try to start it, I get the following message: Windows could not start the Windows Update service on local computer. Error 1079: The account specified is different from the account
    specified for other services running in the same processes. 
    In addition, the Windows Update shows nothing under view update history and nothing under hidden updates. Change settings allows me to do absolutely nothing. Red Shield with an x and the options are shaded. 
    Any help would be greatly appreciated.

    Hi,
    How's everything now?
    If issue persists, please try this link
    Services fail to start and you receive an Error 1079 on a computer that is running Windows Server 2008, Windows Vista, Windows 2008 R2 or Windows 7
    http://support.microsoft.com/kb/2478117/en-us
    Regards
    Yolanda
    TechNet Community Support

  • Testing ActionScript classes with native methods?

    Hi,
    I have an ActionScript class that I'm writing and would like to test using FlexUnit.
    The only issue is that the ActionScript class has a member in it that is a class with native methods.
    So, I get the following error when trying to run a test of that ActionScript class:
    VerifyError: Error #1079: Native methods are not allowed in loaded code.
    Does anyone know of a way to get around this?  FlexUnit seems not to like native methods being present.
    Thanks,
    Matt

    Hi casdvm,
    by definition, you only own objects that you created using one of the alloc* methods, copy: or new:. All other objects (IIRC with a few noted exceptions) are autoreleased.
    If you create convenience methods in your own class, you should follow the same rule. For example, if you have a class Pet and want to implement the method +petWithName, your code might look something like that:
    + petWithName: (NSString *)name
    return [[[Pet alloc] initWithName: name] autorelease];
    Alex

  • How to run swf's using Proscenium

    I've followed the directions and downloaded Flash Builder along with the sample code. I've been able to compile the applications to swf files, however I can't get them to run. The instructions say to download the player from http://www.adobe.com/support/flashplayer/downloads.html however, those are all 10.x, and when using the Desktop player I get errors about not being able to call native functions, and when I try running in a browser with Flash Player 11 the movie does not load or run.
    I'm using Windows 7 64-Bit.
    What is the minimum player version required to run the demo's, and is there a Flash 11 Debug Desktop Player that can be used instead of running thru a browser?
    The exact error I'm getting in the Desktop Player is:
    "VerifyError: Error #1079: Native methods are not allowed in loaded code."
    In a web browser with Flash Player 10.x or 11.x when I right-click I get:
    "Movie not loaded..."

    I'm attempting this process and noticed a couple things. Where you say "Flex Compiler" pane, for me it shows up as "ActionScript Compiler" pane, and the "-target-player=11" was already set, and I got an error when I added it again, and so removed that one and just left the one already there. Also when I tried using another specific sdk, I got an error that other arguments where unvalid, and so I specified Flex 4.5 as the other version hit apply, and then went back to 4.5.1 and said ok and everything seemed fine. Then I went to clean the project and got a bunch of errors, all the same error...
    Description
    Resource
    Path
    Location
    Type
    configuration variable 'compiler.library-path' value contains unknown token 'PLAYERGLOBAL'
    ProsceniumTutorials
    Unknown
    Flex Problem
    So now I'm trying to figure out if I need to add that back in.
    ...Just fiddled with this some more and found that some of the settings seem to still require closing/opening Flash Builder?
    Select the "Flex Compiler" pane.
    In the "Additional Compiler Arguments" text box add:
    -target-player=11
    To refresh the entire contents of the Flex SDK components choose "Use a specfic SDK" and then switch to a different SDK than 4.5.1 and click the "Apply Button"
    then switch it back to 4.5.1 in that combo box, or to "Use Default SDK" if your default is 4.5.1
    Click "OK"
    P.S. This would be a WHOLE lot easier if there was 4.5.2 version of the Flash Builder that installed with the Flash 11 player, etc, etc.
    Also why aren't there instructions and sample FLA's for using proscenium with Flash Professional?

  • Using CS SDK 2.0 with Flash Builder 4.7

    Using the following components:
    Mac OS 10.8.2
    Flash Builder 4.7
    CS SDK 2.0
    CS6 InDesign (8.0.1)
    Followed instructions in CS SDK 2.0/CS_SDK_Guide.pdf to build a basic extension for InDesign.
    Double checked by re-doing instructions. Double checked all version numbers etc making sure everything tallys.
    Launched FB followed by InDesign.
    Get this error in the FB Debugger:
    Main Thread (Suspended: VerifyError: Error #1079: Native methods are not allowed in loaded code.)
    PlayerDebugMode 1
    LogLevel 6
    No errors in:
    ~/Library/Logs/CSXS/csxs3-IDSN.log
    ~/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt

    Ok, thanks for quick response.
    I switched to 4.7 because I've just rebuilt my dev machine.
    I hopefully still have my 4.5 installer somewhere! unless there are some links out there.

  • Audio Not working, tried everything...

    My sound hasn't been working for a couple days now, I've tried the HP vidoes and Forums and done everything (restores, re-installed the audio, etc.) and nothing has fixed the problem. When i scroll over the audio symbol it has an X on it and says "The Audio Service is not running". I right click, choose 'Playback' and it shows the Speakers and 'Stereo Mix, Realtek High Definition Audio' are disabled, I click 'Enable' but it does nothing. I've gone into Computer Management and right clicked 'Windows Audio' and hit Start but a box pops up saying 'Windows could not start the Windows Audio service on Local Computer. Error 1079: The account specified for this service is different from the account specified for other services running in the same process.' Please help, I have online homework to do but I cannot hear the video!

    Start with looking at THIS.  If that does not do the trick, then follow the steps in THIS thread.
    If all that fails, look at this YouTube VIDEO.
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

  • DHCP Client Service Procedure Not Found

    I have a W2008R2 Standard server (DC) holding both DHCP and DNS roles.  When the server was originally built the (migrated from 2003) DHCP did not load properly and per a Microsoft support incident we backed up the existing DHCP and rebuilt it. Everything
    was working fine however the DHCP Client Service does not run.  This was back in 2012 so I don't recall if it the service was started and quit or if we just didn't notice that the Client Service was not running.  It has not been a problem for me
    until now.  I need to run a new backup agent on this server and it requires the DHCP Client Service to be running.  I did notice upon a reboot that the service was "stopping" and will not restart.  It appears as though it does start
    on boot and then immediately stops as I would not have caught the "stopping" status had I not went into the Services mmc right away.  The error that I get when trying to restart is 127:  The specified procedure could not be found.  This
    is the only info logged in the event viewer as well.  The service is configured to start using Network Service credentials and is set to automatic.  The dependencies are:  "depends on" Ancillary Function Driver for Winsock & TCP/IP
    Protocol Driver. The WinHTTP Web Proxy Auto-Discovery Service depends on the Client Service.  I have noticed on two other W2008R2 servers that the dependencies are different: The "depends on" are:  Ancillary Funtion Driver for Winsock,
    NetIO Legacy TDI Support Driver and Network Store Interface Service. The components depending on the Client Service are the same on all servers.  I'm not sure if these differences are due to the fact that this server is running DHCP server and the others
    are not? Or is this difference the reason for my issue?  I'm hesitant to change these parameters without some guidance for fear of trashing my entire box.  I did remove and completely rebuilld/reinstall the DHCP server role last night, hoping that
    may fix the issue, but no luck.  I've run DNS tests & DCDiag with no issues found.  Anyone familiar with this problem?  What to do? Thanks!

    Updates:  There are no events being reported at all in the DHCP Service log.  Things I have tried thus far:  
    All Windows Updates installed
    Uninstall and re-install the DHCP Server
    Reset Winsock
    Made sure permssions are set to Full for both Network Service & Local Service accounts (I tried changing the logon account to Local Service also).   
    I noticed on another (working)  W2008R2 server that the dependencies were different although this server did not hold the role of DHCP Server.  The problematic server only listed Ancillary Function Driver for Winsock & Tcpip.  The working
    server listed Ancillary Function Driver for Winsock, Network Store Interface Service and NetIO Legacy TDI Support Driver.  I then changed the dependencies to match that of the working server.  Verified that all of these were "started" in
    Device Manager.  The DHCP Client Service now fails with Error 1079:  The account specified for this service is different from the account specified for other services running the same process.  (I did find a Microsoft Fixit for this--didn't
    make any difference though).
    I noticed on the other working server that the logon account for DHCP Client Service is actually LocalServiceNetworkRestricted.  I had set it to LocalService.  After making this change, my error now has changed to: Windows could not start the DHCP
    Client service on Local Computer.  Error 1314:  A required privilege is not held by the client.
    I split my DHCP scope and set up a second DHCP server to determine what effect the DHCP Server role had on things. I don't know that I've noticed anything to be honest.  So moving on...  
    I mirrored the permissions in the registry to those of the new (additional) DHCP server for the following key:  HKLM\System\CurrentControlSet\Services\DHCP.  When I compare the permissions I notice that the problematic server is missing some
    entries.  The working server has:  SYSTEM, LOCAL SERVICE, NETWORK SERVICE, Administrator, Users, Network Configuration Operators & Dhcp.  The troubled server does not list Network Configuration Operators or Dhcp.  I was able to add
    the NW Configuration Operators ( a built-in security group), but do not see anything for Dhcp other than user groups for DHCP Admins & Users.  Based on what I see on the working server, I don't think that is the right thing to add.   
    I also noticed that some keys were missing for this reg entry vs. the same key on the second server.  Missing were (all under the HKLM entry above):  RequiredPrivileges (REG_MULTI_SZ) value:  SeChangeNotifyPrivilege SeCreateGlobalPrivilege  ServiceDll
    (REG_EXPAND_SZ) %SystemRoot%\system32\dhcpcore.dll (*I did verify this file does exist) and ServiceSidType (REG_DWORD) value:  1.  I added these reg keys. I also noticed that the troubled server has a subkey titled Enum.  There are 4 values
    listed:  Default (REG_SZ), no value.  0 (REG_SZ) Data value= Root\LEGACY_DHCP\0000, Count (REG_DWORD) Value: 1 and NextInstance (REG_DWORD) Value: 1.  The working server does not have this key. 
    In comparing the reg values on each server, the only significant difference that I've notice other than what is listed above is HKLM\System\CurrentControlSet\Services\Dhcp\Parameters.  On the working server the ServiceDll is dhcpcore.dll.  On the
    server having the issue that value is defined as dhcpcsvc.dll.  I'm suspect that this could be a contributing factor, but have not made the change yet.
    I am still sitting with the error 1314:  A required privilege is not held by the client.
    So this is where I'm at...Any ideas would be appreciated as I'm really trying to avoid having to rebuild this entire server.  Thank you

  • AA unable to transfer to Lync 2013, but only on User dial plans

    The current environment has two Lync 2013 standard edition servers.  Lync 2010 is still in existence, and both pools are connected to an Exchange 2010 SP2 UM server.
    UserA is part of the default Global dial plan in Lync and part of a UM dial plan named Global.  UserA has been moved to Lync 2013 pool.
    UserB is part of a user dial plan in Lync named UserDialPlan and a UM dial plan named UserDialPlan.  UserB has been moved to Lync 2013 pool.
    Both dial plans have their own route/pstn usage tied to their own sip trunk from Intelepeer.  Both UM dial plans have an AA identically configured with key mapping #1 tied to dial the 11 digit phone number of the user.  Both users can successfully
    be dialed directly via PSTN.
    If I call Global’s AA and press 1, the call is successfully connected and rings through to UserA.
    If I call UserDialPlan’s AA and press 1, I get “Sorry I couldn’t transfer you to the extension” and the UM server logs shows errors 1079 and 1136:
    1079 The VoIP platform encountered an exception Microsoft.Rtc.Signaling.OperationFailureException: Failed to transfer, successful refer notification not received
    1136 An error occurred while transferring a call to "15552735555". Additional information: The call transfer type is "Blind.", the transfer target is "phone number", and the caller
    ID is: "0ed8114d-a068-41be-9790-9342d0a02d7b".
    If I switch the ip address of our sip trunk back to the Lync 2010 mediation server and alter the Lync topology to connect that trunk back to the 2010 server, then these transfers start working again.  This goes for other
    user dial plans as well.  What I don’t understand is why the Global dial plan would work on 2013 and the user dial plans will not.  Refer is disabled on the trunk config (has been for
    over 2 years).  I assume if it was a general setting like that, the Global plan wouldn’t work either, but what is it that’s special about the Global plan vs. user plans?
    Any thoughts would be great, thanks!

    I have the same issue. I can actually transfer to extensions when it is speech enabled and I say the person's name. However if I try a key mapping to transfer to the same user using the Extention I get the same "Sorry I couldn't transfer you to the extension"
    An error occurred while transferring a call to "151". Additional information: The call transfer type is "Blind.", the transfer target is "phone number", and the caller ID is: "4813feae-2a10-4d33-9612-ee4bccf7c0f9". 
    The VoIP platform encountered an exception Microsoft.Rtc.Signaling.OperationFailureException: Failed to transfer, successful refer notification not received
       at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result)
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result, String operationId)
       at Microsoft.Rtc.Collaboration.Call.EndTransferCore(IAsyncResult result)
       at Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall.EndTransfer(IAsyncResult result)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.BlindTransferSessionState.Call_TransferCompleted(IAsyncResult r)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.SubscriptionHelper.<>c__DisplayClass5f`1.<>c__DisplayClass62.<WrapCallback>b__5e()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.<>c__DisplayClassd.<CatchAndFireOnError>b__9()
       Detected at System.Environment.get_StackTrace()
       at Microsoft.Rtc.Signaling.OperationFailureException..ctor(String message)
       at Microsoft.Rtc.Collaboration.Call.CallTransferAsyncResult.Refer_StateChanged(Object sender, ReferStateChangedEventArgs e)
       at Microsoft.Rtc.Signaling.ReferStateChangedEventArgs.Microsoft.Rtc.Signaling.IWorkitem.Process()
       at Microsoft.Rtc.Signaling.WorkitemQueue.ProcessItems()
       at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessing()
       at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessingCallback(Object state)
       at Microsoft.Rtc.Signaling.QueueWorkItemState.ExecuteWrappedMethod(WaitCallback method, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    FailureReason = 0 during the call with ID "4813feae-2a10-4d33-9612-ee4bccf7c0f9". This exception occurred at the Microsoft Exchange Speech Engine VoIP platform during an event-based asynchronous operation submitted by the Unified Messaging server. The Unified
    Messaging server will attempt to recover from this exception. If this warning occurs frequently, contact Microsoft Product Support.

  • Blutooth not staying connected 17t J000 touchsmart win 8.1

    I have a 17t j000 quad laptop that is 2 months old.  In the last week I have been trying to connect my cell phone to the computer via bluetooth.  I am running windows 8.1 .   OK I can get the 2 devices to connect for a few seconds to a minute then computer says not connected.   It shows the phone lg800 in bluetooth settings as not connected.  At one point when I would remove the device i would get pairing info... At this point if I try in bluetooth setting to remove it it fails.  However If I go to device manaager under bluethooth I can remove it and then go to devices and remove it and it then goes away in bluetooth setting.   Reboot and try to connect phone to computer and it shows device in bluetooth setting  says not connected and I do NOT get pairing info.   My phone gives me paring code and trys to connect.  during this period of time in bluetooth setting the device shows its connected.  Cell phone times out and bluetooth settings now say not connected.  
    The phone I am trying to connect is a LG800g  from Tracfone. 
    Any suggestions on how I can get this set up correctly?  
    edit  if I hit the window logo and then hit R and run services.msc and look under bluetooth support service it is not running... If I try to start it I get error 1079 The account specified for this service is different from the account specified for other services running the same process.    
    How do I fix this error?
    This question was solved.
    View Solution.

    Please have patience.  
    This is a peer-to-peer community of HP customers, and not a venue to contact HP directly. Most of the users here are consumers like yourself who are offering solutions because they like to help others, and any HP employees you see are here on their own capacity and not representing the company.
    If you have additional or direct feedback for HP about their products or services, or questions about repair, you can use the link below for contact information.
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.​html
    If you have other questions and concerns about using the forum, please feel free to send me a private message.
    OrnahP
    HP Support Forums Moderator
     Clicking the "Kudos Star" to the left is a great way to say thanks!
     When your problem has been solved, accept the solution by clicking "Accept as Solution" to help other members in the future!
    Rules of Participation

  • Error code 1079 on windows 8.1

    I have just upgraded to windows 8.1 on my Lenovo ideapad yoga 13 and my audio has stopped working. All the fixes available discuss the older versions and none are able to support 8.1. Having researched this for the last 24 hours I have done most things
    and am now stuck on how to align passwords in the services box. The RPC screen is greyed out and I certainly do not want to touch that but what passwords do I need to put in the windows audio box to align. It is trying to start locally and  so I
    think I need to align it with the RPC passwords. How do I do this as I need to know what the RPC pass words is?

    Hello,
    It seems that you are running into a windows product issue, I would like suggest you asking it to:
    http://answers.microsoft.com/en-us
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Windows Update Services doesn't work.1079 Error messages..​.

    Hello Sirs,
    I'm looking for  a *Inplace Upgrade*  for my Windows vista home premium..SP2/32 bit.
    This program is causing me a lot of problem, due a crash into my software permission issues.
    Since i worked with my notebook into a network i got this problem ( 8 months ago).
    I tried everything via communities and till have the same problem.
    I could never find a good support from Hp for "OUT OF WARRANTY" equipments.
    So I'm looking for this upgrade to see if this will help me out with this particular problem.
    Thanks.
    Best regards.
    simsmart.

    Hello ramdaig.  I understand you'd like to upgrade from Windows Vista.  Is this correct?
    I think this document would be helpful.  It covers using the Windows Anytime Upgrade feature.  
    I hope this is helpful.  Have a Happy Holiday!
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • Error while creating a report that uses Oracle OCI JDBC connectivity

    Please let me know why my CR and LF characters are removed from my forum posting *****
    Hi,
    I was trying to create a report that uses Oracle OCI JDBC connectivity. I am using Eclipse3.4 download from "cr4e-all-in-one-win_2.0.2.zip".  I have successfully created a JDBC OCI connection.
    The connection parameters are given below:
    URL: jdbc:oracle:oci8:@xe
    Database: xe
    username: <userName>
    password: <password>
    I have tested the above connection in Data source Explorer and it works fine!!!
    But I am getting the following error when I drag-and-drop a table from the list of tables. Not sure what I am missing here?  Any help is highly appreciated.
    com.businessobjects.reports.jdbinterface.common.DBException: InvalidURLOrClassName
         at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCConnection.Open(Unknown Source)
         at com.crystaldecisions.reports.queryengine.JDBConnectionWrapper.Open(SourceFile:123)
         at com.crystaldecisions.reports.queryengine.Connection.br(SourceFile:1771)
         at com.crystaldecisions.reports.queryengine.Connection.bs(SourceFile:491)
         at com.crystaldecisions.reports.queryengine.Connection.t1(SourceFile:2979)
         at com.crystaldecisions.reports.queryengine.Table.u7(SourceFile:2408)
         at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(SourceFile:529)
         at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)
         at com.crystaldecisions.reports.common.Document.a(SourceFile:203)
         at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175)
         at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(SourceFile:1079)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1163)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:657)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:163)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:525)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:523)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$3.doWork(ExecutorWithIdleProcessing.java:182)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityTask.run(PriorityTask.java:75)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.runSubtask(PriorityCompoundCancellableRunnable.java:187)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityProgressAwareRunnable.runSubtask(PriorityProgressAwareRunnable.java:90)
         at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.doWork(PriorityCompoundCancellableRunnable.java:144)
         at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(AbstractCancellableRunnable.java:69)
         at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$IdleTask.run(ExecutorWithIdleProcessing.java:320)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks
    Karthik
    Edited by: KARTHIK1 on Oct 14, 2009 9:38 PM

    Hi Ted,
    Thanks for the feedback. I was able to create a report in Creystal Reports Designer 2008 using OCI.  It is not allowing only in the Eclipse plugin. In our environment we are not allowed to user Oracle thin connections and ONLY OCI is allowed.
    1) Can you please let me know if there is a way to do this? 
    2) Will it allow data sources using native database driver?
    3) If so, can I use JRC to create these reports from a desktop java program?
    Thanks & Regards
    Karthik
    Edited by: KARTHIK1 on Oct 15, 2009 4:38 PM

Maybe you are looking for