Why is SAPNW allow_start_program() erroring: Can't locate allow_start.al?

I get the same error with sapnwrfc-0.12 and 0.20.
I have the Java SAP GUI 7.1Rev4 installed and working.
The SAP 7.1 SDK is also installed and I can call many RFC's successfully.
The platform is Perl 5.8.8 RHEL5.
The error is:
"Can't locate auto/SAPNW/Connection/allow_start.al in @INC (@INC contains:..."
The problem is allow_start.al doesn't seem to exist anywhere and I'm doubting that it even should.
Here's the code.
#!/usr/bin/perl -w
use strict;
no warnings 'once';
use Data::Dumper;
use sapnwrfc;
my $CLIENT     = '096';#$self->
my %CONNECTION = ('ashost' => '',
          'sysnr'  => '00',
          'client' => '096',
          'user'   => '',
          'passwd' => '',
          'lcheck' => '1',
          'lang'   => 'EN',
          'trace'  => '0',
          'debug'  => '0',
#print Dumper(%CONNECTION)."\n";
my $conn = undef;
eval { $conn = SAPNW::Rfc->rfc_connect(%CONNECTION) };
if ($@) {
    print STDERR "RFC Connect Failed: $@\n";
#print Dumper($conn);
#These are transport programs for files (required by CHECKOUTVIEWX)
$conn->allow_start_program('sapftp;saphttp;');
#$conn->allow_start_program('/opt/SAPClients/SAPGUI7.10rev4/bin/sapftp;/opt/SAPClients/SAPGUI7.10rev4/bin/saphttp');
$conn->disconnect;

My objective is to download documents from the SAP DMS.
Note that I'm using the RHEL5 & Perl platform, not XP & .NET.
My understanding is that I need to use BAPI_DOCUMENT_CHECKOUTVIEWX and that that RFC won't work without the sapftp & saphttp transport programs.
So that's why I'm trying to do:
$conn->allow_start_program('sapgui;sapftp;saphttp;');
If you've got a better way I'm all ears.
Here's my beta code:
sub get_Bapi_Document_Getobjectdocs {
#PURPOSE:     Fetches the documents associated with a given work order
#ASSUMPTIONS: Both the sapnwrfc shared object libraries are installed and the
#             Perl interface to them (SAPNW::Rfc) are installed and working.
#EFFECTS:    
#INPUTS:     
#RETURNS:     $cols:  Reference to List of column names (1D)
#             $rows:  Reference to List of data rows (2D)
#             $names: Reference to Hash of column names (1D)
  my ($opts) = @_;
  #Mandatory Options
  my $cols        = (exists $opts->{'-cols'})?$opts->{'-cols'}:return([],[],{});
  my $rows        = (exists $opts->{'-rows'})?$opts->{'-rows'}:return([],[],{});
  my $names       = (exists $opts->{'-names'})?$opts->{'-names'}:return([],[],{});
  #my $work_order_field = (exists $opts->{'-work_order_field'})?$opts->{'-work_ordert_field'}:'10001931';
  my $text_id     = (exists $opts->{'-text_id'})?$opts->{'-text_id'}:return($cols,$rows,$names);
  my $text_object = (exists $opts->{'-text_object'})?$opts->{'-text_object'}:return($cols,$rows,$names);
  my $text_name_components = (exists $opts->{'-text_name'})?$opts->{'-text_name'}:return($cols,$rows,$names);
  #Optional Options
  my $long_text_field        = (exists $opts->{'-long_text_field'})?$opts->{'-long_text_field'}:'work_instructions';
  my $long_text_exists_field = (exists $opts->{'-long_text_exists_field'})?$opts->{'-long_text_exists_field'}:undef;
  my $debug                  = $opts->{'debug'} || $opts->{'-debug'} || 0;
  #I've got to know where to put the long text in $rows otherwise this sub is pointless
  if(! exists $names->{$long_text_field}){return($cols,$rows,$names)}
   # use test server q0
  my $CLIENT     = '096';#$self->
  my %CONNECTION = (#'ashost' => '',
                    'sysnr'  => '00',
                    'client' => $CLIENT,
                    'user'   => '',
                    'passwd' => '',
                    'lcheck' => '1',
                    'lang'   => 'EN',
                    'trace'  => '0',
                    'debug'  => '0',
  #print Dumper(%CONNECTION)."\n";
  my $conn = undef;
  eval { $conn = SAPNW::Rfc->rfc_connect(%CONNECTION) };
  if ($@) {
    print STDERR "RFC Connect Failed: $@\n";
    return($cols,$rows,$names);
  #$conn->sap-info();
  #$conn->is_connected();
  #$conn->discover('BAPI_DOCUMENT_GETOBJECTDOCS');
  #unshift @INC, '/opt/SAPClients/SAPGUI/bin';
  #unshift @INC, '/opt/SAPClients/SAPGUI7.10rev4/bin';
  #unshift @INC, '/usr/sap/rfcsdk';
  #unshift @INC, '/usr/sap/rfcsdk/bin';
  #These are transport programs for files (required by CHECKOUTVIEWX)
  $conn->allow_start_program('sapgui;sapftp;saphttp;');
  #$conn->allow_start_program('/opt/SAPClients/SAPGUI7.10rev4/bin/sapftp;/opt/SAPClients/SAPGUI7.10rev4/bin/saphttp;');
  #$conn->allow_start_program('');
  #SAPNW::Rfc->allow_start_program('');
  #SAPNW::Rfc::allow_start_program('');
  my $rfc_getobjectdocs;
  eval { $rfc_getobjectdocs = $conn->function_lookup('BAPI_DOCUMENT_GETOBJECTDOCS') };
  if ($@) {
    print STDERR "RFC Function Lookup Failed: '$@'\n";
    return($cols,$rows,$names);
  #$debug && print Dumper($rfc_getobjectdocs);
  my $rfc_getdetail2;
  eval { $rfc_getdetail2 = $conn->function_lookup('BAPI_DOCUMENT_GETDETAIL2') };
  if ($@) {
    print STDERR "RFC Function Lookup Failed: '$@'\n";
    return($cols,$rows,$names);
  #$debug && print Dumper($rfc_getdetail2);
  my $rfc_checkoutviewx;
  eval { $rfc_checkoutviewx = $conn->function_lookup('BAPI_DOCUMENT_CHECKOUTVIEWX') };
  if ($@) {
    print STDERR "RFC Function Lookup Failed: '$@'\n";
    return($cols,$rows,$names);
  #$debug && print Dumper($rfc_getdetail2);
  for my $i (0..$#$rows){
      my $LATEST_VERSION = 'X';
      my $DATE = strftime( '%D', localtime );
      #my $DOCUMENT_PREFIX = '0000000000000000000';
      my $PORDER_PREFIX   = '0000';
      #my $MATERIAL_PREFIX = '00000000000';
      my $WORK_ORDER_OBJECT_PREFIX0 = 'H0001          000000000000';
      my $WORK_ORDER_OBJECT_PREFIX1 = 'H0001          000000000001';
      #my $MATERIAL_KEY              = 'MARA';
      my $WORK_ORDER_KEY            = 'PORDER';
      #Construct the work_order_object_key
      my $object_key = $PORDER_PREFIX . '10001931' . $WORK_ORDER_OBJECT_PREFIX0; 
      #Does need to be in the loop?
      my $fs;
      eval { $fs = $rfc_getobjectdocs->create_function_call };
      if ($@) {
           print STDERR "Create Function Call Failed: $@\n";
           #return($cols,$rows,$names);
      #$debug && print Dumper($fs);
      #$fs->CURRENTVERSIONSONLY($LATEST_VERSION);
      $fs->CURRENTVERSIONSONLY('');
      $fs->DATE($DATE);
      $fs->OBJECTKEY($object_key);
      $fs->OBJECTTYPE($WORK_ORDER_KEY);
      #$debug && print Dumper($fs);
      # invoke the Function Module and then play with the results
      $fs->invoke;
      #my $MESSAGES = $fs->RETURN;
      #$debug && print Dumper($MESSAGES);
      my $DOCUMENTS = $fs->DOCUMENTLIST;
      #$debug && print Dumper($DOCUMENTS);
      for my $j (0..$#$DOCUMENTS){
          my $type    = $DOCUMENTS->[$j]->{'DOCUMENTTYPE'};
          my $version = $DOCUMENTS->[$j]->{'DOCUMENTVERSION'};
          my $part    = $DOCUMENTS->[$j]->{'DOCUMENTPART'};
          my $number  = $DOCUMENTS->[$j]->{'DOCUMENTNUMBER'};
          #print "$type,$version,$part,$number\n";
       #Does need to be in the loop?
       my $fs;
       eval { $fs = $rfc_getdetail2->create_function_call };
       if ($@) {
         print STDERR "Create Function Call Failed: $@\n";
         #return($cols,$rows,$names);
       #$debug && print Dumper($fs);
          $fs->GETDOCDESCRIPTIONS('X');#Input
          #$fs->GETOBJECTLINKS();#Input
          #$fs->GETSTRUCTURE();#Input
          #$fs->STATUSLOG();#Input
          $fs->GETACTIVEFILES('X');#Input
          #$fs->GETCOMPONENTS();#Input
          #$fs->HOSTNAME();#Input
          $fs->GETDOCFILES('X');#Input
          #$fs->GETCLASSIFICATION();#Input
          #$fs->GETWHEREUSED();#Input
          $fs->DOCUMENTTYPE($type);#Input
          $fs->DOCUMENTVERSION($version);#Input
          #$fs->GETLONGTEXTS();#Input
          $fs->DOCUMENTPART($part);#Input
          $fs->DOCUMENTNUMBER($number);#Input
          #$debug && print Dumper($fs);
       # invoke the Function Module and then play with the results
       $fs->invoke;
       #my $MESSAGES = $fs->RETURN;
       #$debug && print Dumper($MESSAGES);
       #my $DOCUMENTDATA = $fs->DOCUMENTDATA;
       #$debug && print Dumper($DOCUMENTDATA);
          #$debug && print Dumper($fs->COMPONENTS());#Output Table
          #$debug && print Dumper($fs->CLASSALLOCATIONS());#Output Table
          #$debug && print Dumper($fs->DOCUMENTDESCRIPTIONS());#Output Table...what Nick Uses
          #$debug && print Dumper($fs->DOCUMENTSTRUCTURE());#Output Table
          #$debug && print Dumper($fs->CHARACTERISTICVALUES());#Output Table
          #$debug && print Dumper($fs->GETSTATUSLOG());#Output Table
          #$debug && print Dumper($fs->OBJECTLINKS());#Output Table
          #$debug && print Dumper($fs->DOCUMENTFILES());#Output Table...what Nick Uses
          #$debug && print Dumper($fs->LONGTEXTS());#Output Table
          #$debug && print Dumper($fs->WHEREUSEDLIST());#Output Table
          my $DOCUMENTFILES = $fs->DOCUMENTFILES;
       #$debug && print Dumper($DOCUMENTFILES);
          for my $k (0..$#$DOCUMENTFILES){
              my $application = $DOCUMENTFILES->[$k]->{'WSAPPLICATION'};
              if($application eq 'EXL'){
            #Does need to be in the loop?
            my $fs;
            eval { $fs = $rfc_checkoutviewx->create_function_call };
            if ($@) {
              print STDERR "Create Function Call Failed: $@\n";
              #return($cols,$rows,$names);
            #$debug && print Dumper($fs);
               #print "$type,$version,$part,$number\n";
               my $ARGUMENTS = [{'DOCUMENTTYPE'    => $type,
                           'DOCUMENTVERSION' => $version,
                           'DOCUMENTPART'    => $part,
                           'DOCUMENTNUMBER'  => $number,
                  $fs->DOCUMENTS($ARGUMENTS);
                  $fs->GETCOMPONENTS('X');#Input
                  #$fs->PF_HTTP_DEST();#Input
                  #$fs->HOSTNAME();#Input
                  #$fs->PF_FTP_DEST();#Input
                  $fs->ORIGINALPATH('/home/jwelter');#Input
                  $fs->WSAPPLICATION([{'WSAPPLICATION' => $application}]);
                  $debug && print Dumper($fs);
                  # invoke the Function Module and then play with the results
               $fs->invoke;
                  #$debug && print Dumper($fs->DOCUMENTFILES_IN());#Output table
                  #$debug && print Dumper($fs->DOCUMENTFILES_OUT());#Output table
                  #$debug && print Dumper($fs->COMPONENTS());#Output table
                  #$debug && print Dumper($fs->WSAPPLICATION());#Output table
                  #Error Messages
                  $debug && print Dumper($fs->RETURN());#Output
           }#if($application eq 'EXL'){
          }#for my $k (0..$#$DOCUMENTFILES){
      }#for my $j (0..$#$DOCUMENTS){
  }#for my $i (0..$#$rows){
  $conn->disconnect;
#  if($debug){
#    #Column Names
#    foreach(@{$cols}){print "$_\t"}
#    print "\n";
#    #Data
#    foreach my $row ( @{$rows} ){
#      foreach ( @{$row} ){
#     if( defined $_ ){print "$_\t"}else{print "\t"}
#      print "\n";
#  }#if($debug){
  return ($cols,$rows,$names);
}#sub get_Bapi_Document_Getobjectdocs {

Similar Messages

  • Error: Can not locate set_pwd in /export/home/opapps/oc/45/sec? Solaris

    Oracle Clinical 4.5 + Oracle 9.2.0.1.0 (patch to 9.2.0.3.0) + Solaris 8 (64-bit)
    Try to create a new Oracle Clinical database. Follow the Installation Guide Release 4.5. There's no error during installation of OC back end. I checked the files in the /export/home/opapps/oc/45/sec directory. There's no set_pwd file there? Wired. Why?
    Thanks in advance.
    I copied a set_pwd file from another solaris computer. It can help me pass the setting interfaces. But when starting installation, ORA-27123 jumped out as follows:
    ORA-27123: can not attach to shared memory segment.
    SVG... : Permission denied.
    ShareMemory is 4 G.
    Any relation between these two errors? How to solve this issue? Thanks a lot!

    What C complier are you using?

  • Help: Running iTunes U perl script: Can't locate Digest/SHA.pm

    We are using IIS 6.0 on Windows Server 2003.
    We have installed v5.008008 of Active Perl.
    We changed the sample iTunesU.pl script with our school data
    When we run the script from the command prompt we get the following error:
    Can't locate Digest/SHA.pm in @INC (@INC contains: E:/Perl/site/lib E:/Perl/lib
    .) at E:\Webapps\ajula\CGI\ITunesU.pl line 87.
    BEGIN failed--compilation aborted at E:\Webapps\ajula\CGI\ITunesU.pl line 87.
    How can fix this problem
    Thanks
    Moshe AJULA.EDU

    I followed the instructions in the sample files.
    On the server I ran perl -MCPAN -e shell
    It showed errors and problem for when installing Digest::SHA and Crypt::SSLeay
    Here is a copy of the restults.
    Can you help me figuring out what is wrong?
    Thanks
    -------------------------- Resutls of install --------------------
    In the cpan> prompt
    cpan shell -- CPAN exploration and modules installation (v1.9102)
    ReadLine support enabled
    cpan> install URI::Escape
    CPAN: Storable loaded ok (v2.16)
    Going to read E:\Perl\cpan\Metadata
    Database was generated on Mon, 26 Nov 2007 10:36:39 GMT
    URI::Escape is up to date (3.28).
    cpan> install Digest::SHA
    Running install for module 'Digest::SHA'
    Running make for M/MS/MSHELOR/Digest-SHA-5.45.tar.gz
    CPAN: checksum security checks disabled because Digest::SHA not installed.
    Please consider installing the Digest::SHA module.
    CPAN: Time::HiRes loaded ok (v1.9707)
    Scanning cache E:\Perl/cpan/build for sizes
    ............................................................................DONE
    CPAN: Compress::Zlib loaded ok (v1.4201)
    CPAN: Archive::Tar loaded ok (v1.3201)
    Digest-SHA-5.45/
    Digest-SHA-5.45/README
    Digest-SHA-5.45/src/
    Digest-SHA-5.45/src/hmac.h
    Digest-SHA-5.45/src/hmacxtra.c
    Digest-SHA-5.45/src/sha.h
    Digest-SHA-5.45/src/shaxtra.c
    Digest-SHA-5.45/src/sha64bit.h
    Digest-SHA-5.45/src/sha64bit.c
    Digest-SHA-5.45/src/hmac.c
    Digest-SHA-5.45/src/sha.c
    Digest-SHA-5.45/Makefile.PL
    Digest-SHA-5.45/examples/
    Digest-SHA-5.45/examples/dups
    Digest-SHA-5.45/META.yml
    Digest-SHA-5.45/Changes
    Digest-SHA-5.45/shasum
    Digest-SHA-5.45/typemap
    Digest-SHA-5.45/MANIFEST
    Digest-SHA-5.45/SHA.pm
    Digest-SHA-5.45/t/
    Digest-SHA-5.45/t/nistbyte.t
    Digest-SHA-5.45/t/nistbit.t
    Digest-SHA-5.45/t/rfc2202.t
    Digest-SHA-5.45/t/bitbuf.t
    Digest-SHA-5.45/t/hmacsha.t
    Digest-SHA-5.45/t/podcover.t
    Digest-SHA-5.45/t/methods.t
    Digest-SHA-5.45/t/sha224.t
    Digest-SHA-5.45/t/dumpload.t
    Digest-SHA-5.45/t/sha384.t
    Digest-SHA-5.45/t/sha1.t
    Digest-SHA-5.45/t/sha512.t
    Digest-SHA-5.45/t/gg.t
    Digest-SHA-5.45/t/allfcns.t
    Digest-SHA-5.45/t/gglong.t
    Digest-SHA-5.45/t/pod.t
    Digest-SHA-5.45/t/woodbury.t
    Digest-SHA-5.45/t/fips198.t
    Digest-SHA-5.45/t/ireland.t
    Digest-SHA-5.45/t/base64.t
    Digest-SHA-5.45/t/sha256.t
    Digest-SHA-5.45/SHA.xs
    CPAN: File::Temp loaded ok (v0.18)
    CPAN.pm: Going to build M/MS/MSHELOR/Digest-SHA-5.45.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Digest::SHA
    Could not read 'E:\Perl\cpan\build\Digest-SHA-5.45-KfEI5d\META.yml'. Falling bac
    k to other methods to determine prerequisites
    'nmake' is not recognized as an internal or external command,
    operable program or batch file.
    MSHELOR/Digest-SHA-5.45.tar.gz
    nmake -- NOT OK
    Warning (usually harmless): 'YAML' not installed, will not store persistent stat
    e
    Running make test
    Can't test without successful make
    Running make install
    Make had returned bad status, install seems impossible
    Failed during this command:
    MSHELOR/Digest-SHA-5.45.tar.gz : make NO
    cpan> install LWP::UserAgent
    LWP::UserAgent is up to date (2.036).
    cpan> install Crypt::SSLeay
    Running install for module 'Crypt::SSLeay'
    Running make for D/DL/DLAND/Crypt-SSLeay-0.57.tar.gz
    CPAN: LWP::UserAgent loaded ok (v2.036)
    Fetching with LWP:
    http://ppm.activestate.com/CPAN/authors/id/D/DL/DLAND/Crypt-SSLeay-0.57.tar.gz
    CPAN: checksum security checks disabled because Digest::SHA not installed.
    Crypt-SSLeay-0.57
    Crypt-SSLeay-0.57/t
    Crypt-SSLeay-0.57/Changes
    Crypt-SSLeay-0.57/lib
    Crypt-SSLeay-0.57/certs
    Crypt-SSLeay-0.57/MANIFEST
    Crypt-SSLeay-0.57/TODO
    Crypt-SSLeay-0.57/typemap
    Crypt-SSLeay-0.57/MANIFEST.SKIP
    Crypt-SSLeay-0.57/eg
    Crypt-SSLeay-0.57/SSLeay.pm
    Crypt-SSLeay-0.57/SSLeay.xs
    Crypt-SSLeay-0.57/README
    Crypt-SSLeay-0.57/Makefile.PL
    Crypt-SSLeay-0.57/META.yml
    Crypt-SSLeay-0.57/eg/lwp-ssl-test
    Crypt-SSLeay-0.57/eg/net-ssl-test
    Crypt-SSLeay-0.57/certs/ca-bundle.crt
    Crypt-SSLeay-0.57/certs/notacakeynopass.pem
    Crypt-SSLeay-0.57/certs/notacacert.pem
    Crypt-SSLeay-0.57/lib/Crypt
    Crypt-SSLeay-0.57/lib/Net
    Crypt-SSLeay-0.57/lib/Net/SSL.pm
    Crypt-SSLeay-0.57/lib/Crypt/SSLeay
    Crypt-SSLeay-0.57/lib/Crypt/SSLeay/MainContext.pm
    Crypt-SSLeay-0.57/lib/Crypt/SSLeay/Conn.pm
    Crypt-SSLeay-0.57/lib/Crypt/SSLeay/X509.pm
    Crypt-SSLeay-0.57/lib/Crypt/SSLeay/Err.pm
    Crypt-SSLeay-0.57/lib/Crypt/SSLeay/CTX.pm
    Crypt-SSLeay-0.57/t/00-basic.t
    Crypt-SSLeay-0.57/t/02-live.t
    Crypt-SSLeay-0.57/t/01-connect.t
    CPAN.pm: Going to build D/DL/DLAND/Crypt-SSLeay-0.57.tar.gz
    ========================================================================
    No installed SSL libraries found in any of the following places.
    c:\openssl
    You will have to either specify a directory location at the following
    prompt, or rerun the Makefile.PL program and use the --lib switch
    to specify the path. If the path in question is considered standard
    on your platform, please consider filing a bug report in order to
    have it taken into account in a subsequent version of Crypt::SSLeay.
    Which SSL install path do you want to use? c:\openssl
    c:\openssl does not appear to be an SSL library installation, since
    the required header files were not found. The build cannot proceed.
    Warning: No success on command[E:\Perl\bin\perl.exe Makefile.PL]
    Warning (usually harmless): 'YAML' not installed, will not store persistent stat
    e
    DLAND/Crypt-SSLeay-0.57.tar.gz
    E:\Perl\bin\perl.exe Makefile.PL -- NOT OK
    Running make test
    Make had some problems, won't test
    Running make install
    Make had some problems, won't install
    Could not read 'E:\Perl\cpan\build\Crypt-SSLeay-0.57-5QWh9O\META.yml'. Falling b
    ack to other methods to determine prerequisites
    Failed during this command:
    DLAND/Crypt-SSLeay-0.57.tar.gz : writemakefile NO 'E:\Perl\bin\pe
    rl.exe Makefile.PL' returned status 512

  • Why do some of my songs have an exclamation point in Itunes? When I try to play it gives an error message that it can be located?

    Why do some of my songs have an exclamation point in Itunes? When I try to play it gives an error message that it can be located?

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • Keep getting "Can't Locate Disk" error message when installing software

    Hi!
    I'm trying to install some software on my PowerBook G4 . . . every time I follow this routine:
    1) I insert the installation disk of the software.
    2) Classic 9 starts up - I then get the folder on the disk with then install icon.
    3) I toggle through 3 or 4 screens, agreeing to licenses, etc. - then . . .
    4) When I click on the "OK TO INSTALL" button an error message appears and stops my progress - it reads, "Can't locate disk" - duh! We've been working off this disk for 5 minutes - the disk shows up on the desktop - I can locate the disk - why can't my computer? Please help me if you are able - thanks!

    Thanks Bob! My problem was that I was following advice from elsewhere on the internet that said I should burn a DVD in UDF format when in fact just burning it using disk utility in ISO made it work. Thank you so much!

  • Why isn't "Find My iPad" automatically enabled on the device when purchased? Why is it a feature that is OFF and has to be turned ON instead of the other way around? I didn't know it needed to be enabled and now it's stolen and I can't locate it

    Why isn't the "Find My iPad", "Find My Mac", etc. feature not automatically enabled in the iCloud Settings on every device? My iPad was stolen a couple days ago and it's been showing Offline under "Find My iPhone" feature so I started doing some research. Come to find out "Find My iPad" has to be enabled under the PRIVACY button in SETTINGS. I never knew that!!! That feature is highly needed for Apple products so can some explain why it's not already enabled on every device and actually has to be turned ON from the OFF position and not the other way around? Now some lucky person has stolen my iPad and I can't locate it because Apple wanted to give me the choice to enable it once it was already ******* stolen!

    Simply stated that is design. If you want to suggest a change, there is a feedback section elsewhere on this site.
    Barry

  • Can't add a new account in FireFTP. Get XML Parsing Error: undefined entity Location: chrome://fireftp/content/accountManager.xul Line Number 216, Column 17:

    I'm having trouble adding an additional account to FireFTP. I keep getting a yellow box with this title:
    XML Parsing Error: undefined entity
    Location: chrome://fireftp/content/accountManager.xul
    Line Number 216, Column 17:
    <menu label="&charsetMenuMore1.label;" accesskey="&charsetMenuMore1.accesskey;" datasources="rdf:charset-menu" ref="NC:BrowserMore1CharsetMenuRoot">
    ----------------^
    Don't understand the problem, can anyone help please?

    Try updating FireFTP to the latest 2.0.20 version.
    ''An update for Firefox 32 compatibility.''
    https://addons.mozilla.org/en-US/firefox/addon/fireftp/

  • Hi, i get the error -49 when trying to Export a Movie edited in iMovie and recorded with Elgato Video Capture anyone know why i get this Error and can help me?

    Hi, i get the error -49 when trying to Export a Movie edited in iMovie and recorded with Elgato Video Capture anyone know why i get this Error and can help me?

    Read this
    http://support.apple.com/kb/ts1583

  • HT201413 I am receiving the error code (-50). The original itune songs etc were installed on a win 7 32 bit system and I have now moved to a win 7 64 bit system. Is this why I get the error code? I can access the itunes store to view my account. Any ideas

    I am receiving the error code (-50) when trying to access the itunes store. The original itune songs etc were installed on a win 7 32 bit system and I have now moved to a win 7 64 bit system (same PC) and have copied the folder across. Has the switch from 32 to 64 bit caused the problem? Is this why I get the error code? I can, however, access the itunes store to view my account. Any ideas please?

    Hello,
    The TechNet Sandbox forum is designed for users to try out the new forums functionality. Please be respectful of others, and do not expect replies to questions asked here.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?&lt;=\G.{2})'|%{if($_){[char][int]&quot;0x$_&quot;}})

  • I had to uninstall my itunes off of my computer for technical reasons.....now that it is installed once again most of my music will not play.  It has an error message that states can't locate the original file.  How do I fix this?

    I had to uninstall my itunes off my computer for technical reasons.  Now that I have installed back most of my music won't play....the error says cannot locate original file.  How can I fix this? 

    If you didnt cut and paste your music from the original location, it should still be there!
    Go to the original Location of your music, Hope this helps.

  • I am trying to update to 11.1 on a Windows XP system and I keep getting an error message saying the update can't locate the itunes.msi file...where is that located?

    I am trying to update my Itunes software on a Windows XP system and keep getting an error message saying the update can't locate "itunes.msi"  where is that file located?
    thanks, Judy

    The servers are getting slammed by millions of people wanting to upgrade..   just give it some time, and soon enough you'll have your upgrade.

  • "Can't locate macromedia flash" error

    I keep getting the error message "cant' locate
    macromedia flash" and can't seem to get rid of it. I have tried
    downloading the uninstall software twice, but to no avail. I also
    can't locate the flashplayer on my computer. I have windows
    XP

    F18Goose wrote:
    > When I updated my DW8 to the lastest update I found that
    I can not enable or
    > installed any extensions. I have also downloaded new
    extensions and tried
    > installing them using the Update Manager v1.7. However,
    after going through
    > the process to install an extension I get the error "
    Can't update menus.
    > Extension will not be installed.." Please advise
    how I can fix this
    > problem so that I can use extensions with DW8 again.
    Thank you.
    This is a bug in Extension Manager where from time to time
    one of the XML files that Dreamweaver uses gets corrupted in some
    fashion and Extension manager can't edit it any longer. I've found
    that it's Menus.xml in the User folder that tends to be the issue.
    For DW8, the file should be located here:
    C:\Documents and Settings\[UserName]\Application
    Data\Macromedia\Dreamweaver 8\Configuration\Menus\menus.xml
    Mac:
    HD:Users:username:Library: Application
    Support:Macromedia:Dreamweaver MX
    2004:Configuration:Menus:Menus.xml
    So, how to to fix this issue. Sometimes you can uninstall all
    of your extensions and reinstall them one at a time.
    If that doesn't work, then you may be able to get away with
    deleting the Menus.xml file (make sure it is only the one within
    the username folder and not within the program install folder).
    Note: this action will cause any extension that added menu items to
    have those menu items removed. disabling and reenablign the
    extensions shoudl bring them back.
    Failing that, removing the user configuration folder (or even
    renaming it) may help. Note: This will cause all extensions to be
    removed from within Dreamweaver, so you'll have to reinstall.
    If none of that works, then you may have to resort to
    uninstalling DW, removing the user configuration folders, and then
    reinstalling DW.
    Danilo Celic
    | Extending Knowledge Daily :
    http://CommunityMX.com/
    | Adobe Community Expert

  • TS3274 When sending a photo by email, the receiver gets the photo upside down.  Why is this and what can I do to correct the error please?

    When sending a photo from my iPad with an email, the receiver gets the photo upside down.  Why is this and what can I do to correct the error please?

    I venture to say the recipient is a Windoze user and if so, state of the art Windoze ignores or doesn't recognize photo orientation data that is included with a photo's EXIF data.
    There are 3rd party photo viewing apps that provide for this but not incorporated with Microsoft software.

  • Why is it that I can't sign in on facetime, but I can sign in on app.store? With facetime,I'm getting an error, invalid username and password eventhough I have typed exactly the same when I'm signing in on the app.store. pls.help, thanks

    Why is it that I can't sign in on facetime, but I can sign in on app.store? With facetime,I'm getting an error, invalid username and password eventhough I have typed exactly the same when I'm signing in on the app.store. pls.help, thanks

    1. Make sure software is up to date
    2. Make sure FaceTime is enabled; Settings>FaceTime
    3. Make sure Date and Time is correctly set; Settings>General>Date and Time>Set Automatically>On
    4. Make sure Push Notification is enabled
    5. Make sure phone number or email address is correct
    6. Hold the Sleep and Home button down (together) until you see the Apple Logo

  • Why u didn't fix the maps in iphone 5 yet ..? it can't locate me right i'm mahmoud from egypt

    why u didn't fix the maps in iphone 5 yet ..? it can't locate me right i'm mahmoud from egypt
    and  it can't find places right too

    Siri has been a bit more erratic than usual in the last week or so. Apple has announced a major announcement for 9/12. Conclusions are left to the reader.
    Best of luck.
    (Occasionally from Lower Economy, Colchester County).

Maybe you are looking for

  • Want to pass Realm login username to php web page

    I have a web directory set up as a Realm via Server Admin. I'd like to grab the authentication info (really just the username) and use it via PHP to compare against a mysql table of users to pull out username and real name so the user doesn't have to

  • IMac trouble login - need help badly

    I need real big help here. My wife iMac decided to act up this morning, out of no reason. She didn't download and anything from website or new apps. This is what happening now. As usual, we type in the password and click login. It started as normal a

  • One Workaround to the Spam Email Problem

    As seen in other posts including http://discussions.apple.com/message.jspa?messageID=5069558#5069558 the problem of not being able to delete multiple emails at one time is a real problem for anyone on the road with an iPhone. I have read many posts,

  • I bought the $0.99 for 3 months but it took $9.99

    I bought the $0.99 for 3 months but it took $9.99. I made sure before I payed many times that I had selected the right one, but once I payed, I had payed 9.99. Can anyone help me get the $0.99 instead of $9.99

  • Calling a oracle procedure within a procedure - Urgent

    Hi Can some one tell me, how to call a oracle procedure within a procedure ? Thanks Murali