Error 78 - Function not implemented.

im trying to unzip a folder, i was told i didnt need an unzipping programme (winrar) and that all i needed to do was double click it to extract the files
when i double click it a STOP message appears which reads:
'Unable to unarchive "file name.zip" into "Desktop".
is there something wrong with my standard mac unzipping programme?
is there something wrong with the file?
do i need to get a unzipping application on my mac to do this?
any help appreciated

The most likely issue is that there is something wrong with the file. As long as the file is not corrupted somehow there is no reason that it can't be unzipped. At least I have never had a problem unzipping a file on my Mac.

Similar Messages

  • LDAP: error code 53 - Function Not Implemented

    Hi All,
    While doing search on Oracle internet directory server(oracle ldap server),
    we are getting following exception.
    Exception
    in thread "main" javax.naming.OperationNotSupportedException: [LDAP:
    error code 53 - Function Not Implemented]; remaining name
    'ou=people,dc=test,dc=com'
         at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3058)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2931)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2737)
         at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1808)
         at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1731)
         at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321)
         at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248)
         at DifferentSearches.doFilterSearch(DifferentSearches.java:99)
         at DifferentSearches.main(DifferentSearches.java:23)
    Following is the code -
    code:
         DirContext ctx= getDirContext();
         SearchControls ctls = new SearchControls();
         ctls. setReturningObjFlag (true);
         ctls.setSearchScope(SearchControls.SUBTREE_SCOPE);
         String filter = "(displayname=chandra)";
         NamingEnumeration answer = ctx.search("ou=people,dc=test,dc=com", filter, ctls);
         formatResults(answer);
         ctx.close();
    When we search on the added attributes (like currentsession count) it works
    fine. For this we had to enable index in OID on this field. But this is
    not possible for the default attributes. OID does not provide a way to
    enable indexing on these attributes. Could someone please let us know
    how we can search on default attributes ?
    Regards
    Rahul
    Edited by: Rahul_Sonawale on Oct 17, 2008 4:26 AM

    Thanks Rajiv for reply.
    I had read that thread before posting this. However, this is lightly different.
    From other sites I can see that if it's caused by indexing, the error msg would say so and also tell you which attribute it is.
    Some one suggested it's OID dropping the database connections intermittantly and should check both CRS ORACLE_HOME and RDBMS ORACLE_HOME have SQLNET.EXPIRE_TIME set and check the TNS and alert logs on the DB side for any other possible connection failure.
    From some OID log we do see it has lost database connection:
    OID logs in /u01/oid/oid_inst/diagnostics/logs/OID/oid1 :
    ConnID:76 mesgID:2 OpID:1 OpName:search ConnIP:10.244.87.239 ConnDN:cn=policyrwuser,cn=users,dc=us,dc=oracle,dc=com
    [gsldecfsFetchEntries] ORA error 3135: ORA-03135: connection lost contact
    Process ID: 29973
    Session ID: 164 Serial number: 3
    I should post another thread for oid lost db connection.

  • FUNCTION NOT IMPLEMENTED error when calling C# method from SAP, why?

    Hi,
    I've build a server stub in order to get SAP calling my own methods that exist in the C# world, for that I developed several methods in a class that extends SAPServer and then implemented them...
    I added the special custom properties needed (Abap Name, length, etc) to the function and to its parameters, I've made the ABAP code required to call it...
    I've checked, every parameters that I place in ABAP (importing, exporting and tables) are also defined in C# (its 53 parameters) with the same name (in C# they are in capital letters and in a diferent order but I tried this before and it didn't matter)...
    The name of the function is the same...
    How can I get the 'FUNCTION NOT IMPLEMENT' error in SAP?
    What's going wrong when I get this error?
    Can anyone tell me?
    Is there any place in this site that has a error description and possible reasons?
    When I get a parameter wrong I get a different error (I tried to make smaller functions and they work fine).
    Thanks for the help,
    Nuno Felino
    Message was edited by: Nuno Felino

    Hi,
    I'll explain what I'm doing:
    - we have a set of services made in a C and VB that are available using an API in C#, these services must be available to SAP. So I have a program that will see what parameters the API service requires and makes a proxy so that SAP can call these services.
    To do this I must map SAP types with C#, build the function signature and then implement it. So I cannot use the wizard to do this
    Now, back to the question, what kind of customer attributes I got wrong to get that exception? The most logic is the AbapName of the function but they are equal (the one called in SAP and the one in the customer attributes of the function)...
    Thanks for the answer, can you give me any more hint?

  • Dhcpcd eth0 error flock : Function not implemented

    Dear Arch users-
    I have been using Arch for a few weeks now, and just compiled my own custom kernel, now when I use dhcpcd eth0/wlan0 - I get the error
    eth0: flock '/var/run/dhcpcd-eth0.pid' : function not implemented
    I have searched the web haven't really found an answer yet.
    Please I dont need any info on why I compiled my own kernel.
    Regards,

    enable this in your custom kernel
    CONFIG_FILE_LOCKING=y
    i just hit this today, i know is probably late and you moved on.
    Last edited by Kaso_Da_Zmok (2010-04-02 13:30:00)

  • Native Webservices - ERROR 501: Not Implemented ... why?

    I'm running Oracle xe 11G.
    Recently I've tried to setup Native Web Services. I set up the database and user accordingly, defined a testfunction and accessed the database with following URL:
    http://localhost:8080/orawsv/GUT/TESTWS?wsdl
    This worked.
    I did another test at another database, where I set up a defined user for webservices and granted this user execution privileges on the same testfunction. Accessing this function via SQL works OK. But when I issue a similar URL (http://localhost:8080/wwwsss/WSBRAN/TESTWS?wsdl) I get:
    "ERROR 501: Not Implemented."
    I did not find an error in my setup yet - so maybe somebody can hint me on the deeper meaning of this error! Where can I look to fix this?
    Thanks a lot,
    Stephan

    Oh, I should have called the servlet "orawsv" as it is described. Corrected this and now it works!

  • Shared memory segment: function not implemented

    Hi!
    I tried to install Oracle8 on a dual pentium II / 233 system
    running Suse 6.0 (kernel 2.2.1, glibc6)
    Everything went fine, until I got the message
    "Database creation failed, see logfile"
    The logfile /u01/app/oracle/products/8.0.5/orainst/install.log
    tells me the following:
    - Entering database actions section.
    - Creating initORCL.ora file
    - Creating crdb2ORCL.sql database catalog and file creation
    script
    - ERROR: The 'CREATE DATABASE' statement for the ORCL
    database failed.
    egrep failed to find 'ORA-' error in the file:
    /u01/app/oracle/admin/ORCL/create/crdbORCL.lst
    /u01/app/oracle/admin/ORCL/create/crdORCL.lst tells me:
    Connected.
    ORA-27125: unable to create shared memory segment
    Linux Error: 38: Function not implemented
    create database "ORCL"
    ORA-01034: ORACLE not available
    Disconnected.
    So, I guess it3s something wrong with the kernel. I did the
    following:
    changed in /usr/src/linux/include/asm/shmparam.h:
    #define SHMIDX_BITS 16 (was 15)
    #define SHMMNI 100 (was (1<<_SHM_ID_BITS)) #define SHMSEG
    10 (was SHMSEG SHMMNI)
    checked /usr/src/linux/include/linux/sem.h:
    #define SEMMNI 128
    #define SEMMSL 32
    #define SEMMNS (SEMMNI*SEMMSL)
    Compiled new kernel, rebooted, verified that the right kernel
    was loaded, installed oracle new, but it still doesn3t work.
    Have I missed anything ?
    thanks
    Frank
    null

    Hey, I ran into this problem too. Look and see if any db
    processes failed to die last time you stopped oracle. I found a
    ps_mon daemon still going when the database was down. I killed
    it, restarted the database and everything was fine.
    StE (guest) wrote:
    : Frank Schmitt (guest) wrote:
    : : ORA-27125: unable to create shared memory segment
    : : Linux Error: 38: Function not implemented
    : : create database "ORCL"
    : : Compiled new kernel, rebooted, verified that the right kernel
    : : was loaded, installed oracle new, but it still doesn3t work.
    : Silly question, but did you check you had enabled SysV IPC
    when
    : you configured the kernel?
    : -michael
    null

  • "HTTP error: 501 Not Implemented" error while uploading emp photo

    Hi,
    While uploading employee photo
    getting error "HTTP error: 501 Not Implemented"
    this error i am getting while linking employee photo to SAP.
    pls suggest me how to solve.
    thanx in advance

    Hi,
    don't worry about the "HTTP error:501 Not Implemented The adminContRep command is an internal SAP R/3 command and not accepted by this content repository" error message, it only means that if you chosen the CSadmin button (or transaction) that this only developed from SAP content server and cannot be used for other 3rd party ones, like OpenText.
    BR,
    Janos

  • Rv042 Error 501 not implemented

    Hi
    My quickvpn setup has been working great for a few years but it stop working recently with the following error message in
    wget_request_error.txt:
    HTTP request sent, awaiting response... 501 Not Implemented
    20:10:10 ERROR 501: Not Implemented.
    quickvpn hangs on the dreaded verifying network stage.
    Checked VPN router logs and also quickVPN client logs and confirmed the tunnel has been created successfully. However the ping was unsuccessful.
    I look through the forum and confirmed that my quickvpn user account and password only contains alphanumeric characters.
    Really appreciate if someone can please help me resolve this issue.
    Thanks.

    Hi,
    don't worry about the "HTTP error:501 Not Implemented The adminContRep command is an internal SAP R/3 command and not accepted by this content repository" error message, it only means that if you chosen the CSadmin button (or transaction) that this only developed from SAP content server and cannot be used for other 3rd party ones, like OpenText.
    BR,
    Janos

  • ERROR in note Implementation  1847570 for SEPA project

    Hi ALL,
         I Tried To implement note: 1847570 in ECC 6.00 SAP but I have a probleme that The package: FKK_SEPA Doesn't exist,
         Please Note that by implementing this note Only the program : RFKK_NOTE_1847570 is created, so i tried to create manually the pre-implementation
         And when i execute the program in testrun there is an error:  Data Element or Structure MANDAT_DESCR_KK does not exist.
         Do you have any Idea to solve this issue?
    Thank's in advance

    Hi,
    Just to get the version stuff out of the way first - what is the release and SP level of SAP_ABA and FI-CA in your system:
    Or in other words, do you have any Enhancement Pack of ECC 6.0 installed in your system?
    Next, does your system have the minimum release and Support package level for SEPA? Those are, according to 1845440  - SEPA Composite SAP Note: Mandates and IBAN for SAP_ABA
    620            SAPKA62063
    640            SAPKA64021
    700            SAPKA70013
    710            SAPKA71003
    and 1853345  - SEPA Composite SAP Note for component FI-CA:
    600          SAPK-60013INFICA
    602          SAPK-60202INFICA
    603          SAPK-60301INFICA
    If you do have minimum release and SP levels, Notes 1845440 and 1853345 have Excels attached, with the list of all Notes to be implemented per release, up to a SP level in SAP_ABA and FI-CA respectively. My guess is, you are missing some of the "infrastructure" or "interface" notes prior to 1847570... on FI-CA side, judging from the name of missing data element.
    Going the notes way to implement SEPA is a considerable challenge... We did it successfully on SAP_ABA 702 SP 11 and FI-CA 605 SP 08, by implementing as many notes as possible in the first iteration (notes up to October 2013 basically, with many bumps and manual activities along the way), then "freezing" and implementing a note only if we had identifiable problem.
    cheers,
    Janis

  • IFNUM function not implemented

    Has anyone found a workaround since this function is not yet implemented in Numbers? I need it badly to import excel and appleworks documents...
    Thanks in advance....

    Hello
    In fact they "forgot"
    ISTEXT
    ISLOGICAL
    ISNA
    ISNUM
    The only soluce I found is to askk Apple to add these four functions quickly (and cleanly).
    Yvan KOENIG (from FRANCE jeudi 16 août 2007 12:28:48)

  • 2.6.28.2: nfssvc: Function not implemented

    # lsmod
    Module Size Used by
    nfs 126028 0
    nfsd 79144 0
    exportfs 2464 1 nfsd
    lockd 54184 2 nfs,nfsd
    sunrpc 143804 3 nfs,nfsd,lockd
    sch_htb 13728 2
    ide_cd_mod 31944 0
    mousedev 8804 1
    psmouse 12168 0
    piix 4164 0
    ide_core 60844 2 ide_cd_mod,piix
    # netstat -nlp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:40293 0.0.0.0:* LISTEN 24439/rpc.statd
    tcp 0 0 0.0.0.0:60837 0.0.0.0:* LISTEN 24437/rpc.mountd
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 24435/portmap
    udp 0 0 0.0.0.0:55729 0.0.0.0:* 24437/rpc.mountd
    udp 0 0 0.0.0.0:40402 0.0.0.0:* 24439/rpc.statd
    udp 0 0 0.0.0.0:871 0.0.0.0:* 24439/rpc.statd
    udp 0 0 0.0.0.0:111 0.0.0.0:* 24435/portmap
    from client:
    rpcinfo -p 192.168.1.1
    program version protocol port
    100000 2 tcp 111 portmapper
    100005 1 udp 55729 mountd
    100005 1 tcp 60837 mountd
    100005 2 udp 55729 mountd
    100005 2 tcp 60837 mountd
    100005 3 udp 55729 mountd
    100005 3 tcp 60837 mountd
    100024 1 udp 40402 status
    100024 1 tcp 40293 status
    using nfs-utils 1.1.4:
    ./configure --prefix=/opt/nfs --disable-nfsv4 --enable-shared --disable-static --disable-gss
    kernel:
    CONFIG_NETWORK_FILESYSTEMS=y
    CONFIG_NFS_FS=m
    CONFIG_NFS_V3=y
    # CONFIG_NFS_V3_ACL is not set
    # CONFIG_NFS_V4 is not set
    CONFIG_NFSD=m
    CONFIG_NFSD_V2_ACL=y
    CONFIG_NFSD_V3=y
    # CONFIG_NFSD_V3_ACL is not set
    # CONFIG_NFSD_V4 is not set
    CONFIG_LOCKD=m
    CONFIG_LOCKD_V4=y
    CONFIG_EXPORTFS=m
    CONFIG_NFS_ACL_SUPPORT=m
    CONFIG_NFS_COMMON=y
    CONFIG_SUNRPC=m
    # CONFIG_SUNRPC_REGISTER_V4 is not set
    # CONFIG_RPCSEC_GSS_KRB5 is not set
    # CONFIG_RPCSEC_GSS_SPKM3 is not set
    # CONFIG_SMB_FS is not set
    anyone has any ideas why the NFS server does not start ?
    Last edited by monohouse (2009-02-22 22:03:10)

    You need to go to the wiki under Installing VMware.
    Search until you find 2. Start and stop script
    Create the script in /etc/rc.d directory and make sure you chmod 755 the file.
    Add mkvmdev to the rc.conf file under daemons.
    This should now work properly.
    I was able to get it working using Vmplayer.

  • MFE - Server Error 501 Not Implemented - Help Pls

    Hi,
    I have a Nokia E71 with MFE (latest version) installed and set up with the correct connection and credentials etc
    Once i have run through the set up process i get an error which in the logs is viewed as follows:
    PeakTime active
    Setting OFFLINE Status to False
    Missing Protocol Version Header. Reverting to EAS 2.0
    HTTP Server Error 501: NotImplemented
    Any help or advice would be greatly appreciated

    For anyone else who encounters this post, if you're synchronizing your device to an Exchange 2007 server, please try placing a new email in your exchange Inbox to see if that corrects the problem. This error is commonly encountered after a device synchronizes data using a synchronization application other than MfE. 
    If placing a new item in your Exchange Inbox doesn't work, please power off, then on your device, select MfE > Options > Full resync to synchronize your data. 
    Message Edited by iwilcox on 26-Jan-2010 09:45 AM

  • Error while opening the custom forms-''function not available to this respo

    Error: Function not available to this responsibility , change responsibility or contact ur system administrator
    Hiiiii,
    While accessing the custom forms in release 12i we are facing the popup error and the form is not getting opened up: "Function Not available to this responsibility. Change Responsibilities or Contact your System Administrator"...
    I check the custom top path in $APPL_TOP/admin/adovars.env... its fine there..
    but the $Apache_top is not there...
    can u plz tell me the solution....
    Thanks
    Meenakshi Verma

    user609981 ,
    If ur referring to forms, u need to search in appropriate forum, as this forum is only for OAF queries, and if its realted to OAF page, check the the function of oa page is attached to the specific responsibilty .
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Function not available to this responsibility. -- Error

    Hello everyone, it will be nice if someone can give any tips/tricks to fix this error.
    We have two web tiers (load balanced). This error showes up only on one of the web tiers (we can name is node-B). When we keep node-A down and try with node-b up this error is thrown. The vice-versa works fine.
    Error:
    *"Function not available to this responsibility. Change*
    *responsibilities or contact your System Administrtator."*
    This error appears when clinking on a particular form.
    The final troubleshooting we have done, is to clone node-B from node-A and still the error persists.
    Edited by: user12100985 on Jan 7, 2011 11:38 AM

    Hi user, Apart from Srini suggestions, please check this forums, did you check to see if maintenance mode enabled before starting applications.
    Please post here output of query:
    select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;
    Function not  available to this responsibility change responsibility issue
    http://pauloferreiraportugal.blogspot.com/2010/04/oracle-ebs-12-function-not-available-to.html

  • Intermittent 501 Not Implemented Errors

    Just wanted to ask if anyone else had come across intermittent Error 501 -- Not Implemented Errors while using PeopleTools 8.51? We are using PeopleTools 8.51.02 and have come across this a few times in both campus solutions and financials (same tools versions).
    Any ideas or suggestions on what might be causing it? Signs tend to suggest and AJAX related problem.

    PeopleSoft has also published this resolution on My Oracle Support (MOS) - E-PIA: PeopleTools 8.50 and 8.51 - Intermittent "Error 501--Not implemented" Messages when Navigating to a Page Using IE7 or IE8 Browser. Doc ID : 1337266.1

Maybe you are looking for

  • AirPort Express "boosting" wifi range

    I am going to be using an AX to stream music from my office to the living room home stereo. I am not intending to use it as a wireless router because I already have a linksys I am happy with. So, without an ethernet cable plugged into the AX, will it

  • SAP GUI Scripting: Script Is Running.....Help!

    Hello all, I'm new to the forums and have an SAP question problem. I'm an end user of SAP and have been using it since 2002. A couple of weeks ago when I logged into SAP I noticed a red/white icon in the lower right corner of my screen. When I hover

  • Weird Spam (bug?)

    I'm suddenly getting constant messages from: [email protected] Saying "Message you sent blocked by our bulk email filter" Then it lists DOZENS of email addresses that I never emailed. The subject is "internet drugstore" So I assume my computer is bei

  • How Do i disable ""enable advance Printing features on windows server 2008 ""

    Hi , I have a windows server 2008 which is used as  a terminal server . Users at remote locations log on to this server via "" DYNDNS"" to user our ERP and company files. We use ""DOT MATRIX PRINTERS "" to print  . As we all know that ""enable advanc

  • Can I print page information (i.e. the file name) on my printout in Reader XI?

    I can do it in Acrobat Pro,  but I don't see any way to do so in Reader.