Cannot create client error with sample SAP JCO code

Hi,
I am encountering the following error when trying to connect to a R/3 system using the WAS 6.40 on my laptop. I have cut and pasted the Example1 code from the SAPJCO into my NetWeaver developer studio IDE.
java.lang.UnsatisfiedLinkError: no CpicNative in java.library.path
     at java.lang.ClassLoader.loadLibrary(Unknown Source)
     at java.lang.Runtime.loadLibrary0(Unknown Source)
     at java.lang.System.loadLibrary(Unknown Source)
     at com.sap.mw.rfc.api.RfcApi.initializeDLL(RfcApi.java:1285)
     at com.sap.mw.rfc.api.RfcApi.<clinit>(RfcApi.java:1299)
     at com.sap.mw.jco.MiddlewareJRfc.<clinit>(MiddlewareJRfc.java:228)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Unknown Source)
     at com.sap.mw.jco.JCO.<clinit>(JCO.java:630)
     at com.sap.mw.jco.support.JRfcTest.correctProperties(JRfcTest.java:1043)
     at com.sap.mw.jco.support.JRfcTest.initCall(JRfcTest.java:1072)
     at com.sap.mw.jco.support.JRfcTest.runConnectionTest(JRfcTest.java:735)
     at com.sap.mw.jco.support.JRfcTest.main(JRfcTest.java:202)
Cannot create client, error message:
java.lang.NoClassDefFoundError occured:
   Message:null
I have a system user defined in R/3 but still this isn't working. I am new to Java so any light you could shed would be greatly appreciated.
Cheers and TIA,
Rich

The unsatisfied link error should be because sapjco.jar cannot link to the sapjco.dll.
I tried to simulate the problem by
1) Opening a java perspective.
2) Create a new 'java' project.
3) Add libraries sapjco.jar from the path <Drive>:\Program Files\SAP\JDT\eclipse\plugins\com.sap.mw.jco\lib
You will see sapjcorfc.dll in this path
4)Add a new class file ,Wrote a sample jco code and executed and it worked..
The key is to have the sapjcorfc.dll in the same directory as sapjco.jar
I hope this helps

Similar Messages

  • Cannot Create Instance Error

    I am using 11gR1, I am trying to run an application created out of a project template. I was able to successfully deploy both the composite and UI, When I login as initiator and click on the process link I am getting "cannot create instance error".
    In EM, the Instance shows that its been faulted and has the following message.
    ORABPEL-10513 Cannot get application roles from application identified by "{0}". An error occured while getting application roles from application identified by "OracleBPMProcessRolesApp". The underlying APIs threw an exception. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    All the organization roles have been created properly. Can anyone please tell me what could be the cause of this error. Thanks
    Venkat

    Hey Venkat,
    Do you have any sample where you work with BPM template (MDS)...?if yes, could you share....those...?
    I am new to 11g..in learning phase....it would be very nice if you could share some samples.....
    Rgds,
    Biltu...

  • ORA-02348: cannot create VARRAY column with embedded LOB

    Hi
    This error message I get when I try to create a table from my schema file which has a (sub-) element of type CLOB.
    In my XML document I have an element which needs to become declared a CLOB (because it's > 4000 bytes), in my Schema I define it's element node like:
    <xs:element name="MocovuState" xdb:SQLType="CLOB">
    I can register this Schema file but when I create the table, I get the error:
    ORA-02348: cannot create VARRAY column with embedded LOB
    Does anybody know how to handle this ?
    Marcel

    You need to use the xdb:storeVarrayAsTable="true" schema annotation so that unbounded elements are created at schema registration time as nested tables. Varrays can not contain CLOBs/BLOBS. Use the schema annotation xdb:SQLType="CLOB" to tell Oracle XMLDB to use CLOB storage for the element. See your schema below:
    P.S. XMLSPY is invaluable as it supports Oracle XML Schema annotations.
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" targetNamespace="http://www.yourregisteredschemanamespace.com" elementFormDefault="qualified" attributeFormDefault="unqualified" xdb:storeVarrayAsTable="true">
         <xs:element name="nRootNode">
              <xs:complexType>
                   <xs:all>
                        <xs:element name="nID" type="xs:long"/>
                        <xs:element name="nStringGroup" type="nStringGroup" minOccurs="0"/>
                   </xs:all>
              </xs:complexType>
         </xs:element>
         <xs:complexType name="nStringGroup">
              <xs:sequence>
                   <xs:element name="nString" type="nString" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
         </xs:complexType>
         <xs:complexType name="nString" xdb:SQLType="CLOB">
              <xs:sequence>
                   <xs:element name="nValue" type="nValue" minOccurs="0" xdb:SQLType="CLOB"/>
              </xs:sequence>
              <xs:attribute name="id" type="xs:long" use="required"/>
         </xs:complexType>
         <xs:simpleType name="nValue">
              <xs:restriction base="xs:string">
                   <xs:minLength value="1"/>
              </xs:restriction>
         </xs:simpleType>
    </xs:schema>

  • Cannot Create ramdisk error during Upgrade (Scratchconfig isnt working?)

    I am trying to use Update Manager to upgrade ESXi 5.1 to ESXi5.5. I am getting the error "Cannot create a ramdisk of the size 333mb to store the upgrade image."
    The ESXi has plenty of disk/ram left.
    I have researched and found an issue where the scratchconfig was pointing at a non-existent device. I set the scratchconfig and rebooted.
    After the reboot in the new folder I did see the various var,core,logs etc folders, however  I still get this Cannot create ramdisk error when trying to upgrade.
    I tried from various articles /vmfs/volumes/datastore uuid/.locker-host and /vmfs/volumes/datastore uuid/scratch, both with the same result.
    I confirmed I can write in these new folders.
    Everytime the log still says  ERROR', test 'SPACE_AVAIL_ISO', expected '349773754', found '0' despite the scracthconfig.
    What I am doing wrong?

    It turns out another group had created another administrator account and removed administrator access from the root account.
    /etc/vmware/hostd/authorization.xml shows that the root user has lost the 'Administrator' role:
    <ACEData id="10">
    <ACEDataEntity>ha-folder-root</ACEDataEntity>
    <ACEDataId>10</ACEDataId>
    <ACEDataIsGroup>false</ACEDataIsGroup>
    <ACEDataPropagate>true</ACEDataPropagate>
    <ACEDataRoleId>-5</ACEDataRoleId>
    <ACEDataUser>root</ACEDataUser>
      </ACEData>
      When ACEDataRoleId is set to '-1' this indicates Administrator. In your case, the Role has been set to -5 which is not a defined role and likely hardened to do nothing.

  • MSXML6 not supporting VB6 outlook.Attachments (MailItem.Attachments) getting ActiveX cannot create object error

    Hi, This is about msxml4 removal from my application for security reason.
    Currently in my application Outlook Addin with VB6 using Office2010 and outlook object is refering with MSOUTL.OLB from C:\Program Files\Microsoft Office\Office14
    When unregister MSXML4.dll to remove the dependacy of it and use MSXML6.dll, My application getting error.
    VB6 outlook.Attachments getting ActiveX cannot create object error
    if i register msxml4.dll again, then the same is working fine.
    Pls suggest how to remove msxml4 dependancy without this error
    Regards,
    Sathiya

    Firstly, you shouldn't be messing with the system dlls.
    Secondly, do you create an instance of the outlook.Attachments object (using "new" etc.)? That object cannot be created, you can only retrieve if from an Outlook item (e.g. MailItem.Attachments property).
    Please show the relevant snippet of your code.
    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.5 is now available!

  • Cannot create client identification file

    Hi.
    I am trying to run the Excel Add-In on Windows 7 but when I start excel I get the following Essbase Error:
    Cannot create client identification file
    Is there any workaround to avoid this error?
    Thanks,
    JC

    Update:
    I tried running the Excel as Administrator and didn't get the error message. The ini file was created in WINDOWS but the content is incomplete. The file is supposed to contain [Login] and [App Manager] sections, which are missing. And has only a portion of the [CSL Global Options] section.
    Excel still is not behaving as expected.
    [CSL Global Options]
    DoubleClick=1
    RightMouse=1
    FlashBack=1
    RouteMessages=0
    PurgeLogOnInit=1
    DisplayUnknowns=1
    RetrieveOnDblClk=0
    MemSelSaveMsg=0
    DatalessNav=0
    ErrorLevel=2
    SheetOpts=A1100000000030000000001100000_0000
    JC

  • You cannot create a customer with grouping ZLES

    hi friends,
    I am encountered with the below message during BP creation "You cannot create a customer with grouping ZLES"
    ZLES being the account group..
    I ve come across the following..
    I made config for BP to Customer ( auto creation)
    and also BP to Vendor ( auto creation)
    at a time only one of the thing is working either BP to customer or BP to vendor..
    when i check the config  under Number Range>Define Groupings and Assign Number ranges> in this there is a radio button Int.Std.Grping if this is marked for the grouping of Mast tenant with Cust acc  then there is no error for this but error persists while creating BP to Vendor.. and if the radio button is ticked for Landlord with vendor Account then the issue comes for BP to Customer i.e the error "You cannot create a customer with grouping ZLES"
    how can i tick both of them together ( if there is possiblity)
    kindly help

    sorry for late reply.
    if ur issue isn;t solved?----
    in  Define Groupings and Assign Number Ranges dont select the raido button for your grouping . and next thing is while creating business partner. follow these steps...
    1 bp
    2 click on person, group or org as desired
    3 select the role and click create. AND
    4 at right hand side corner there is Grouping select the Grouping ( i was missing this step due to which i used to get the error)
    hope this will solve ... also check the account groups of both BP and Customer or else there will be synchronisation error..
    regards

  • Cannot Create Client Copy

    Hi All;
    I am setting up CRM on AIX with DB2, and am in the process of creating my Client 300.  I was able to create the client in scc4, logged out of the system and then logged into the new 300 client with SAP*.  When I tried using the SCCL to copy from 001 to 300 I get the following error
    "A client copy run is currently active" If I click on the check mark, it takes me back to the main screen.  If I try to display the client information with SCC4, and select edit, I get
    "System error:  Unable to lock table/view T000"  Message no SV050
    A system error occurred in lock administration. The data could not be
    locked as requested.
    Not finding much help with googling the error, so I am at a loss for now.
    Any suggestions would be appreciated.

    Dear Les,
    I am facing the same error. Could you please pass the solution you have received?
    I would appreciate it.
    Latest Update:
    Ask yourself the following questions:
    1. Did you modify any profile parameter before starting client copy?
    2. Check whether sappfpar pf=<Instance Profile> check at OS level, this should give you if shared memory is sufficient or not.
    3. Are you able to Launch RZ10?
    4. Are you seeing errors in SM21 similar to
    9:28:52 DIA  002 000 SAPSYS                GE  F Error setting up the lock table
    9:28:52 DIA  002 000 SAPSYS                GZ  Z > Initialization of Shared Memory enxxmini584#
    9:28:52 DIA  002 000 SAPSYS                GZ  Z > ShmCreate(34, 20480000, SHM_CREATE, ..) rtc=1 enxxmini586#
    9:28:52 DIA  002 000 SAPSYS                GE  I Enqueue: Initialization error
    9:28:52 DIA  002 000 SAPSYS                GE  F Error setting up the lock table
    9:28:52 DIA  002 000 SAPSYS                GZ  Z > Initialization of Shared Memory enxxmini584#
    9:28:52 DIA  002 000 SAPSYS                GZ  Z > ShmCreate(34, 20480000, SHM_CREATE, ..) rtc=1 enxxmini586#
    9:28:52 DIA  002 000 SAPSYS                GE  I Enqueue: Initialization error
    9:28:52 DIA  002 000 SAPSYS                GI  0 Error calling the central lock handler
    9:28:52 DIA  002 000 SAPSYS                GI  4 > Dequeue All call failed
    9:28:52 DIA  002 000 SAPSYS                GE  F Error setting up the lock table
    9:28:52 DIA  002 000 SAPSYS                GZ  Z > Initialization of Shared Memory enxxmini584#
    9:28:52 DIA  002 000 SAPSYS                GZ  Z > ShmCreate(34, 20480000, SHM_CREATE, ..) rtc=1 enxxmini586#
    9:28:52 DIA  002 000 SAPSYS                GE  I Enqueue: Initialization error
    9:28:52 DIA  002 000 SAPSYS                GI  0 Error calling the central lock handler
    9:28:52 DIA  002 000 SAPSYS                GI  4 > Dequeue All call failed
    9:29:18 S-A      000 zdcadm                E0  2 Program rslgsend Ended: o.k., SIGINT
    I would suggest you taking a good look at the profile parameters changed or go back to your working Instance profile. This should resolve the issue.
    Regards,
    Ramanathan EKAMBARAM
    Edited by: Ekambaram Ramanathan on May 28, 2009 4:49 AM

  • Cannot create Proxy service with JCA transport

    Hello everyone.
    I have some issues while trying to create ftp service with jca transport. I follow the instruction in this tutorial:
    http://blogs.oracle.com/MarkSmith/entry/osb_and_ftp_adapter_in_11g
    I stuck in Step 4, cannot create proxy service to use JCA file that I created by JDeveloper 11g (11.1.1.5). When I specify jca file for proxy service, a error message returned:
    <ALSB Console> <BEA-494002> <Internal error occured in OSBConsole : Transport exception occurred with the following message:
    Invalid JCA file for JCA proxy service. If you are creating a Proxy from a Business Service, please select a different transport type (for example, http). If not, JCA file must contain JCA activation spec properties.And these are my jca file content that created by JDeveloper:
    <adapter-config name="myJCA_FTP_service" adapter="FTP Adapter" wsdlLocation="myJCA_FTP_service.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/ftp/MyFtpAdapter"/>
      <endpoint-interaction portType="Put_ptt" operation="Put">
        <interaction-spec className="oracle.tip.adapter.ftp.outbound.FTPInteractionSpec">
          <property name="PhysicalDirectory" value="/home/FTP-shared/upload"/>
          <property name="FileType" value="ascii"/>
          <property name="Append" value="false"/>
          <property name="FileNamingConvention" value="osb_%SEQ%"/>
          <property name="NumberMessages" value="1"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>Is there anyone who had tried to use JCA transport with Ftp adapter already? Please give me a suggestion.
    Any response is appreciated
    Regards, Cuong Pham

    To get to the basics.
    You use GET to read files from an FTP location - This can be done by an OSB proxy service only.
    You use PUT to write files to an FTP location - This can be done by an OSB business service only.
    So forget that you need a proxy service for PUT.

  • Lightroom CC: cannot create library: error changing modules

    Hi, I cannot create a Library in Lightroom due to the following error. "an error occurred when attempting to change modules".  I am getting no where with customer service.

    Have you been through this help article?
    http://helpx.adobe.com/lightroom/kb/error-changing-modules-lightroom.html

  • Cannot Create Data Repository with VM Server (3.1.1) Cluster

    Dear All,
    I have 3 Servers (one for VM Manager, two for VM Servers) and 1 Storage (Sun Storage 6180 (Fiber Chanel) and map volume as Default Storage Domain ).
    I try to create my 2 VM Servers as Cluster on VM Manager but it has problem as below:
    Case1. I can create a Server Pool with cluster by select Clustered Server Pool by select physical disk, add 2 servers then create data repository but it got problem: in page Create a Data Repository: Select Physical Disk is shown blank not see a physical disk.
    Case 2. when I create server pool by uncheck Clustered Server Pool box (None Cluster) and add 2 vm servers then create data repository, the physical disk is shown but got error message:
    "OVMRU_002030E Cannot create OCFS2 file system with local file server: Local FS vmserver1. Its server is not in a cluster
    Wed Dec 26 01:27:12 ICT 2012"
    Please kindly give advice for this.
    Thanks and regards,
    Vandy

    1. So you're trying to create a server pool and a storage repository on a single LUN that is direct attached? Don't your software on the 6180 allow you present multiple LUNS from disk group? Think about it. You create a clustered server pool on a single LUN and then try to use that same LUN for repository.....
    2. How are both hosts attached? Are there multiple HBA cards in your 6180? Is so, how many? If you have redundant cards you should be using multipathing for redundancy.

  • C compiler cannot create executables error, Sun Studio 12, snv_69

    I am having difficulty compiling a program for R version 2.6.0 from the bioconductor site called RSQLite. I have successfully build R with Sun Studio 12, but now this particular package complains that my C compiler cannot create executables and I have idea how to go about trying to fix this. I don't know if you need to see the 'configure' file to help with this.
    The output from the config.log file is:
      $ ./configure
    ## Platform. ##
    hostname = me
    uname -m = i86pc
    uname -r = 5.11
    uname -s = SunOS
    uname -v = snv_69
    /usr/bin/uname -p = i386
    /bin/uname -X     = System = SunOS
    Node = solenv
    Release = 5.11
    KernelID = snv_69
    Machine = i86pc
    BusType = <unknown>
    Serial = <unknown>
    Users = <unknown>
    OEM# = 0
    Origin# = 1
    NumCPU = 1
    /bin/arch              = i86pc
    /usr/bin/arch -k       = i86pc
    /usr/convex/getsysinfo = unknown
    hostinfo               = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    PATH: /opt/local/bin
    PATH: /opt/sfw/bin
    PATH: /usr/sfw/bin
    PATH: /opt/local/teTeX/bin
    PATH: /opt/coolstack/bin
    PATH: /usr/sbin
    PATH: /opt/local/bin/amd64
    PATH: /usr/bin
    PATH: /usr/gnu/bin
    PATH: /usr/openwin/bin
    PATH: /opt/SUNWspro/bin
    PATH: /opt/local/php5/bin
    PATH: /usr/local/bin
    PATH: /usr/ccs/bin
    PATH: /usr/local/ActiveTcl/bin
    PATH: /opt/staroffice8/program
    PATH: /opt/csw/bin
    ## Core tests. ##
    configure:1313: checking for gcc
    configure:1339: result: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64
    configure:1583: checking for C compiler version
    configure:1586: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 --version </dev/null >&5
    ./configure: line 1587: dmake:: command not found
    configure:1589: $? = 127
    configure:1591: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 -v </dev/null >&5
    ./configure: line 1592: dmake:: command not found
    configure:1594: $? = 127
    configure:1596: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 -V </dev/null >&5
    ./configure: line 1597: dmake:: command not found
    configure:1599: $? = 127
    configure:1622: checking for C compiler default output file name
    configure:1625: dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    /opt/studio12/SUNWspro/bin/cc -m64 dmake: defaulting to parallel mode.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    -xO5 -xc99 -xlibmieee -xlibmil -nofstore   conftest.c  >&5
    ./configure: line 1626: dmake:: command not found
    configure:1628: $? = 127
    configure: failed program was:
    | /* confdefs.h.  */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:1667: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_prog_ac_ct_CC='dmake: defaulting to parallel mode.
    ## Output variables. ##
    -xO5 -xc99 -xlibmieee -xlibmil -nofstore'
    /opt/studio12/SUNWspro/bin/cc -m64'
    /opt/studio12/SUNWspro/bin/cc -m64'
    CC='dmake: defaulting to parallel mode.
    CFLAGS='dmake: defaulting to parallel mode.
    CPP=''
    CPPFLAGS=''
    DEFS=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EXEEXT=''
    LDFLAGS=''
    LIBOBJS=''
    LIBS=''
    LTLIBOBJS=''
    OBJEXT=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PKG_CPPFLAGS=''
    PKG_LIBS=''
    SHELL='/bin/bash'
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    See the man page dmake(1) for more information on setting up the .dmakerc file.
    ac_ct_CC='dmake: defaulting to parallel mode.
    bindir='${exec_prefix}/bin'
    build_alias=''
    datadir='${prefix}/share'
    exec_prefix='NONE'
    host_alias=''
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    oldincludedir='/usr/include'
    prefix='NONE'
    program_transform_name='s,x,x,'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME ""
    #define PACKAGE_STRING ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    configure: exit 77

    Apparently the the config program is running dmake without the -m option. Dmake replies that it is defaulting to parallel mode, and the config program uses that message as a compiler command or option. After that, the wheels come off. :-)
    Fix the configure script to run dmake as
    dmake -m serial
    and see if that fixes the problem.

  • Cannot Create JVM Error

    I am using Ready To Program to compile my apps and need to have a jvm.dll file to run Java 2. i downloaded SDK 1.4.1 but the only JVM's are in Client and Server. these just dont work, I just get the error "Cannot create JVM"
    PLEASE if anyone knows a way to make this work or a download I can get. Let me know!!!!! I really need it soon!

    You could try uninstalling. Then download 1.2 and install that.
    You would need to modify your path to include the dll.

  • Cannot create Windows Media with PRE 8 - Writer not found

    I have recently installed PRE 8 (paid single user) on my Windows 7 dual-core machine, and I have installed the 8.0.1 patch.  I can import, edit and render video and audio just fine.  I can save files as AVI and MPEG, but whenever I try to save a my movie as a Windows Media file, the rendering progress bar is displayed followed immediately by a pop-up entitled "Export error" with notification "Writer not found."  I have reinstalled PRE8, turned of my antivirus, but nothing seems to resolve this problem. I cannot seem to find any remedy on the web.  Anyone else experiencing this issue?

    As I mentioned above I am running Windows 7 (omitted above: 64 Home Premium Edition). I have all updates installed, and I have verified I have latest device drivers.  With regards to QuickTime, I am suffering from the accursed "Error 46: Could not load or fine Quicktime Active X control." So I am running withouy quicktime, but do I really need an Apple product to produce Windows Media?
    I have tried to correct the Error 46 problem by using the "Subinacl/Reset" solution desribed in many places (e.g. http://research.gerger.com/?view=lab:en&aID=1006 under "Quicktime Annoyances"), but that solution isn't working for me.  I can see that the issue is with registry priviledges -- no one can read the QT registry keys once QT is installed ("Insufficient Priviledge"). I suspect this solution isn't working, because I never installed an account named "administrator" on my machine, and it looks like the reset.cmd script assumes that you have.
    I sure hope I don't need Quicktime to produce Windows Media, otherwise, I have spent a lot of money on a tool (PRE 8)  that won't serve my needs.

  • "Cannot create file" error in Safari

    I've created a new user (my wife), and when attempting to download a new Widget in Safari, I'm getting a "Cannot create file" message in the Downloads window. When I log back in as myself, no problem, so I'm guessing the issue has to do with the new user. I also notice that Safari is still trying to use my old keychain, despite switching my wifes to the default. I've tried fixing permissions, etc, but no joy. Suggestions?

    Nemmine. I had Safari set to save downloads to the Desktop, not realizing it was still trying to access my desktop, not my wifes. Browsed to the new desktop, problem solved.

Maybe you are looking for