Db- open is giving error no 22 with C and 4.4.20 version

Here is my simple code which create and tyr to open a database. i am using vc++ 2005 version. and the error is "Invalid arguments".Could any one suggest possiblities of this kind of error.
#include <sys/types.h>
#include <stdio.h>
#include <db.h>
#include<memory.h>
#include<string.h>
#define     DATABASE "access.db"
int
main()
     DB *dbp;
     DB_TXN *one = NULL;
     DBT key, data;
     int ret, t_ret;
     u_int32_t open_flags;
     if ((ret = db_create(&dbp, NULL,0)) != 0)
          fprintf(stderr, "db_create: %s\n", db_strerror(ret));
          return (1);
     open_flags = DB_CREATE;
     ret = dbp->open
          (dbp,NULL,DATABASE,NULL,DB_BTREE,open_flags,0);
     if (ret != 0)
     //dbp->err(dbp, ret, "%s", "access.db");
          fprintf(stderr, "db_open: %s\n", db_strerror(ret));
          if ((t_ret = dbp->close(dbp, 0)) != 0 && ret == 0664)
          ret = t_ret;
     return(ret);
Thanks in advance.

Hello,
Are verbose error messages turned on? If so what verbose
messages are you receiving? If not please turn them on
see what verbose messages are produced. Those messages
should point you in the direction of the problem. In
order to turn on verbose error message configue the Berkeley
DB error stream as:
DbEnv::set_errfile http://www.oracle.com/technology/documentation/berkeley-db/db/api_cxx/env_set_errfile.html
Or if you don't have a database environment handle, use:
Db::set_errfile http://www.oracle.com/technology/documentation/berkeley-db/db/api_cxx/db_set_errfile.html
Thanks,
Sandra

Similar Messages

  • Item Open Interface giving error for Org Assignment

    We ran the MTL_SYSTEMS_ITEMS_INTERFACE & loaded all the items at master level.
    We are having issues in setting at Org level. Cant figure out what the issue as only few records gets assigned & then garbage sets in for remaining records. An SR has been raised & the tech support representative was saying that UOM's are different at master & org levels. Never heard of this issue earlier. I have worked with UOM's different at Master/Org levels.
    The UOM's are different at Master & Org Level and in some cases the UOM are different for different Orgs. Attribute Control for Primary/Sec UOM is at Org level. The UOM's belong to the same UOM Class. There are standard conversions defined for all these UOMs.
    Any pointers for quick resolution ?

    Pl do not post duplicates - Item Open Interface giving error for Org Assignment

  • I have been trying to open itunes that has already been installed. But, the thing is it never opens and when i do right click and trouble shoot also, it doesnt open. I dont whats wrong with itunes and my comp is 64 bit windows 7. Can somebody please help

    I have been trying to open itunes that has already been installed. But, the thing is it never opens and when i do right click and trouble shoot also, it doesnt open. I dont whats wrong with itunes and my comp is 64 bit windows 7. Can somebody please help

    no its 64 bit version of itunes. Can you please help me. I am not able to sync my iphone.

  • TS5376 I'm having a problem with downloading and installing the new version of itunes for windows (11.1.4)  I have done everything the troubleshooting article has said and it is still not working properly.

    'm having a problem with downloading and installing the new version of itunes for windows (11.1.4)  I have done everything the troubleshooting article has said and it is still not working properly.  I have even done a repair to see if that works and it has not.  Has anyone else found a new way to get it working?

    Try Troubleshooting issues with iTunes for Windows updates.
    tt2

  • How to create a first row in crystal report as opening balance which contains two columns with debit and credit

    I have created a crystal report with credit and debit column. Balance column created on the report. Report running with cummulative balance. THis report contain an option for date range. If i filtered this report its not showing the actual balance. I need
    a first row to indicate previous balance as opening balance in this report.  And following is the formula for balance column.
    Whileprintingrecords;
    Shared Numbervar balance;
    Shared Numbervar display;
    balance:={@debit}-{@credit};
    display:=display+balance;
    display

    As this question is out of the T-SQL queue, thus I would suggest you consult Crystal Report questions to the correct forums.
    C#
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral
    VB
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral
    people there have more knowledge on Crystal Report.

  • Opening a search service via Mail with Chrome and not Safari

    Hello all,
    Is there an option to open a search service via Mail with my default browser (Chrome) instead of Safari. This works while searching from the browser itself but not the Mail app, have not experimented with other os x apps.

    Then check the Mail preferences for a default broswer entry and change that to Chrome. Not sure if it is in there as I stopped using Mail several years ago.
    To completely get rid of this problem stop using Mac Mail.app and switch to some other mail program that actually works correctly.

  • Error in Service with Party and Service without party scenario

    Hi All,
    I  am configuring an external system to customer SAP system scenario.
    I have configured the external file system as Service with Party and the receiving SAP system as Service without party.
    All the configuration including the "Virtual receiver" set up has been done properly but i am still getting the error "No receiver could be determined".
    Can somebody help me on this ?
    Thanks in advance.
    RGds,
    Vasanth.

    Vasanthakumar,
    in my previous experiences with internal/external parties communication, I've found out that the best practice is to create an integration scenario and then create the configuration scenario from scenario wizard. It is much simpler and easier.
    Briefly, you'll have to create a dummy party/service in order to "wrap" your internal system, since the external party should not receive information regarding internal systems (Business system name, for example).
    Regards,
    Henrique.

  • Error I-001 with Applications and Driver Installations (SOLUTION INCLUD

    [url="http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=27704&jum p=true#M27704">Verified Solution further in Thread[/url]
    Hi,
    Right to get straight to the point, I have just downloaded the new Console Launcher beta and the new Release of WaveStudio 7. After attempting to try and install them both, and getting the same error message of I-00, and finding that Creative have decided to pass the blame for this error onto InstallShield and it's developers. I have found that it is not actually their fault.
    According to the Install log file for both of these applications, they are looking for DirectX either installed on the machine, or the redistrobutable in the installation package to perform any required updates. However, when searching, it apparently cannot find DirectX for some unknown reason.
    Creative, this is really a pretty lame error on your behalf, and could be solved with a few minor modifications to your InstallScript from with-in the InstallShield IDE. Then simply re-compile and distrobute an updated installtion package.
    Is it far too much to ask for your developers to actually research and test problems. I mean I am a programmer, and know that there is a pre-requisite setting in the InstallShield IDE allowing you to detect and update DirectX as needed, so why your dev's are trying to do it another way is beyond me.
    Please fix these stupid mistakes.
    Andrew.
    Message Edited by andyr2005 on 07-28-2008 07:28 PMMessage Edited by andyr2005 on 07-28-2008 07:28 PMMessage Edited by andyr2005 on 07-28-2008 07:29 PMMessage Edited by andyr2005 on 07-28-2008 07:32 PM

    Hi,
    Well, Richard-CL has assured me that the details I provided above have been passed on to the developers. But whether the problem is resolved or not is yet to be seen.
    I am working on fixing the InstallShield problem myself for my own personal use, however, I am not sure how Creative would react to allowing other people to use or download the applications.
    Considering that I will only be fixing the installer, and not actually hacking any features etc.
    Andrew.

  • Difference between Crystal Report with VS2010 and Crystal Report Professional Version

    Dear Experts,
    We want to know the difference between Crystal Report Version with VS 2010 and Crystal Report Profesional Version.
    And from where we should buy it provide the link.
    Thanking you,
    Miral Shah

    If you are looking for difference in features, see this.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60df293e-41e8-2e10-9293-fa4beeb40a99?QuickLink=index&overridelayout=true&52772263221521
    You could design your report with any one of CR 2008/2011/2013 and still could use in the app with 13 version references.
    Here is the licensing info. http://scn.sap.com/docs/DOC-21575
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

  • Weblogic.appc (weblogic 9.1) giving error while using with jdk 1.6

    hi,
    I am trying to build my ear using jdk1.6 with weblogic 9.1.
    I am getting this error while doing weblogic.appc using my ant scripts. Could some one pls let me know the solution for this problem.
    [java] Created working directory: c:\windows\TEMP\appcgen_gdoasis.jar
    [java] <02-Aug-2007 14:54:22 o'clock BST> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile yo
    ur application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    [java] javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be
    instantiated: java.lang.InstantiationException
    [java] at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
    [java] at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1345)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:431)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:292)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:95)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:113)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:55)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:151)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:162)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationExcept
    ion
    Thanks

    hi,
    I am trying to build my ear using jdk1.6 with weblogic 9.1.
    I am getting this error while doing weblogic.appc using my ant scripts. Could some one pls let me know the solution for this problem.
    [java] Created working directory: c:\windows\TEMP\appcgen_gdoasis.jar
    [java] <02-Aug-2007 14:54:22 o'clock BST> <Error> <J2EE> <BEA-160187> <weblogic.appc failed to compile yo
    ur application. Recompile with the -verbose option for more details. Please see the error message(s) below.>
    [java] javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be
    instantiated: java.lang.InstantiationException
    [java] at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
    [java] at weblogic.ejb.container.dd.xml.DDUtils.<clinit>(DDUtils.java:85)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.parseDescriptors(EJBCompiler.java:1345)
    [java] at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:431)
    [java] at weblogic.application.compiler.AppcUtils.compileEJB(AppcUtils.java:292)
    [java] at weblogic.application.compiler.EJBCompiler.compile(EJBCompiler.java:95)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:113)
    [java] at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    [java] at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:55)
    [java] at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    [java] at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:24)
    [java] at weblogic.application.compiler.Appc.runBody(Appc.java:151)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:158)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:115)
    [java] at weblogic.application.compiler.Appc.main(Appc.java:162)
    [java] at weblogic.appc.main(appc.java:14)
    [java] Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationExcept
    ion
    Thanks

  • I've had a few (too many) apps that will not open, sometimes giving Error -1712. In one case it was TextEdit, the others are ones I've recently downloaded.

    I've done some basic troubleshooting: repair permissions; trash and reinstall app; restart the iMac. I recently had the Apple Store reinstall OS X 10.9.2 (after I couldn't get any installers to work). That fixed that problem, but now this.

    Hi Suzy Q,
    I can send and receive calls.
    I get "messaging stopped" when doing a lot of texts.
    Texts come up "ghosted" meaning they have the text on the bottom and a transparent one overlaid  on top. they then become one. But I get the ghosting most of the time when I go into a message from a contact to send a text.
    When I go to call logs or text logs, the numbers come up first, and then then the names pop up randomly, meaning not in order down the page, until they are all shown. lots of lag time.
    It runs slow.
    I have 5 apps on here. I should be able to have a  lot of apps on here, and play music, and have files, and...and....and.
    I can get online but doing a Google search, when the page with the choices comes up, it is blurred and I have to tap on the screen for it to become clear and readable.
    When online and scrolling, it hitches sometimes/lags/gets stuck then unstuck
    I get VZWAVS has stopped. (not sure if those are the right letters)
    The status bar that is supposed to be gray with the new update, goes back and forth between green--the old os--to gray. And I have found no continuity with when I get green or when I get gray.
    I get a black screen on occasion.
    sometimes the proximity sensor doesn't work.
    sometimes when I have my bluetooth on and have "hands free mode" on, I get the a text message read through the headset and also through the handset.
    I soft reboot often--turn it off wait a bit and

  • Qosmio X775 blue screen error Code 116 with OpenGL and video programs

    After updating windows I found that I was getting blue screen messages when I tried to use OpenGL in Photoshop or when I open Adobe After Effects and other video programs.
    The mini dump message is:
    ==================================================
    Dump File         : 072512-32151-01.dmp
    Crash Time        : 7/25/2012 8:46:34 PM
    Bug Check String  :
    Bug Check Code    : 0x00000116
    Parameter 1       : fffffa80`0b507010
    Parameter 2       : fffff880`0f39f4d4
    Parameter 3       : 00000000`00000000
    Parameter 4       : 00000000`00000002
    Caused By Driver  : nvlddmkm.sys
    Caused By Address : nvlddmkm.sys+19e4d4
    File Description  :
    Product Name      :
    Company           :
    File Version      :
    Processor         : x64
    Crash Address     : ntoskrnl.exe+7f1c0
    Stack Address 1   :
    Stack Address 2   :
    Stack Address 3   :
    Computer Name     :
    Full Path         : C:\windows\Minidump\072512-32151-01.dmp
    Processors Count  : 4
    Major Version     : 15
    Minor Version     : 7601
    Dump File Size    : 370,384
    ==================================================
    I've looked this up with no result. Can anyone help.  (Note: I am fairly literate but not a computer geek.)
    Sheilamacd
    Sheilamacd

    Hi there,
    Sorry for bringing this thread back up but I have the exact same laptop and the exact same problem. I believe I've had this problem since this thread has been posted, but have just come across this thread. I've done a factory reset through the built in recovery options but I still come across these errors (BSODs and graphical glitches, also from nvlddmkm.sys and 0x116 errors). Whenever I run a Furmark GPU stress test, the FPS is fine until I hear the fan turn on, which the frames then drop extremely low (5 fps or so). Once temperature of the GPU drops a bit and the fans turn off, the FPS rises again back to normal. This continues for awhile (dropping and going back up) until it crashes with an OpenGL error. I also did a Memtest to check my RAM, but it all checked out ok. At first I ordered a recovery disc because the recovery partition was not working for some reason (kept crashing/freezing). I tried it again recently and the recovery went through. I'm not quite sure if the built in recovery and the recovery media discs are different, but I'm hoping it will make a difference when it gets here. If the recovery disc does however not work, should I just assume its a hardware issue and send it to an ASP for repair? Extremely hesitant because of the high cost...Any help would be much appreciated. Been bothered by this issue for a month...

  • Error while integrating with Kerberos and AD

    Hi,
    Implementing Kerberos as the Desktop Single Signon Solution
    Environment : Peoplesoft
    OS : Redhat Linux
    webserver: Weblogic 10.3.4
    appserver : tuxedo 10gr3
    While doing this implementation I was able to complete it successfully with the JDK linux has provided(1.6.0_22). However the weblogic comes preconfigured with jrockit jdk version1.6.0_24-R28.1.3-4.0.1. When I start the weblogic with jrockit jdk as java_home I am getting the following error.
    <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: com.peoplesoft.pt.desktopsso.kerberos.KerberosSSOFilter.
    java.lang.IllegalArgumentException: No Configuration was registered that can handle the configuration named krbServer
    at com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:130)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:243)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:334)
    at com.peoplesoft.pt.desktopsso.kerberos.KerberosSSOFilter.init(KerberosSSOFilter.java:142)
    at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
    at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    these are my runtime parameters
    java -jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Djava.security.krb5.conf=/etc/krb5.conf -Djava.security.auth.login.config=krbLogin.conf -Dsun.security.krb5.debug=true -Djavax.security.auth.useSubjectCredsOnly=false -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=PIA -Dps_vault=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/psvault -Djavax.net.ssl.trustStore=/u01/app/psoft89/webserv/PREFRESH/piaconfig/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/u01/app/psoft89/weblogic/wlserver_10.3/server/lib/weblogic.policy -Dssl.debug=false -Dps_home=/u01/app/psoft89 weblogic.Server
    The files krb5.conf and krbLogin.conf exists and have full access.
    With the error above it seems that it is not able to pick the configuration file. But just by changing the JAVA_HOME to /usr/java/jdk1.6_022 it starts working.
    I have raised this concern with Oracle almost a month before, but still haven't got any reply from them.
    Please help.
    Thanks and Regards
    Anirudha Singh

    Hi Faisal,
    Thanks for your reply.
    Yes I have given the complete path too.
    This is the full command line of the weblogic server. I had modifed it to test if it is trying to pick it up from any default location.
    java -jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Djava.security.krb5.conf=/etc/krb5.conf -Djava.security.auth.login.config=/etc/krbLogin.conf -Dsun.security.krb5.debug=true -Djavax.security.auth.useSubjectCredsOnly=false -Dweblogic.security.enableNegotiate=true -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=PIA -Dps_vault=/u01/app/psoft89/webserv/PREFRESH/piaconfig/properties/psvault -Djavax.net.ssl.trustStore=/u01/app/psoft89/webserv/PREFRESH/piaconfig/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/u01/app/psoft89/weblogic/wlserver_10.3/server/lib/weblogic.policy -Dssl.debug=false -Dps_home=/u01/app/psoft89 weblogic.Server
    The file is located in /etc folder and has 777 permissions.
    Thanks and Regards
    Anirudha Singh

  • Error when syncing with iTunes and Windows 7 64Bit(AMD)

    I keep getting this error:
    Attempting to copy to the disk " Your Name Here's IPhone" failed. The Device timed out...
    It works fine on my Netbook ( Wind 7 32 Bit)
    I am sure someone has this issue...
    I tried running in XP mode, Shut off my Pass lock, Uninstall and reinstall Drivers, Using USB2.0...
    Any thoughts on this ( and I do not want to hear Use your netbook) LOL
    Thanks
    mike

    There are known issue with 64bit Win 7 and syncing...the best fix is to update the BIOS of the machine you're on and that helped most issues...highest issue reported was for people using a Gigabyte Motherboard and Win 7...
    That's why it works on 32bit Win 7...something in the MB that communicates with synced devices doesn't like iPhone and the BIOS update is needed to address this until Microsoft releases a cover all fix.

  • Opening PDFs in a certain folder with Adobe and all others with Preview

    I know how to right click and use "open with" and how to set the default application under Info.
    What I want to do is set all PDF files in a certain folder to open with Adobe's Reader when I open the file. However, I'd prefer using Preview for the other PDF files not in that certain folder or sub folders.
    Is this possible?
    Message was edited by: RWSmith

    Yes but that is just for a particular file or group of files. I add files to that folder often.
    I need to be able to apply the change to the directory level, not just the file level.
    Thanks much anyway.

Maybe you are looking for