• Yuvaraj
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 11
    Replies
Hi

 

   I have written the "FTP" program in Perl Script technology. So I would like to use this code for automating the FTP/attach the files to “Salesforce” website and insert this file attachment details in the opportunities database list.

 

So, please help me the procedure to automate the file attachment into the opportunities list.

 

Thanks & Regards

C.G.Yuvaraj

 


Message Edited by Yuvaraj on 05-02-2008 04:04 AM

Message Edited by Yuvaraj on 05-02-2008 04:27 AM

Message Edited by Yuvaraj on 05-02-2008 04:30 AM
Hi
 
   Please check the following error, this is occurs, when installing the "SOAP::Lite".
 
 
C:\Perl\lib\SOAP-Lite-0.71.04>perl Makefile.PL
We are about to install SOAP::Lite and for your convenience will provide
you with list of modules and prerequisites, so you'll be able to choose
only modules you need for your configuration.
XMLRPC::Lite, UDDI::Lite, and XML::Parser::Lite are included by default.
Installed transports can be used for both SOAP::Lite and XMLRPC::Lite.
Press <enter> to see the detailed list.
Feature                       Prerequisites                Install?
----------------------------- ---------------------------- --------
Core Package                  [*] Scalar::Util             always
                              [*] Test::More
                              [*] URI
                              [*] MIME::Base64
                              [ ] version
                              [*] XML::Parser (v2.23)
Client HTTP support           [*] LWP::UserAgent           always
Client HTTPS support          [ ] Crypt::SSLeay            [ no ]
Client SMTP/sendmail support  [ ] MIME::Lite               [ no ]
Client FTP support            [*] IO::File                 [ yes ]
                              [*] Net::FTP
Standalone HTTP server        [*] HTTP::Daemon             [ yes ]
Apache/mod_perl server        [ ] Apache                   [ no ]
FastCGI server                [ ] FCGI                     [ no ]
POP3 server                   [ ] MIME::Parser             [ no ]
                              [*] Net::POP3
IO server                     [*] IO::File                 [ yes ]
MQ transport support          [ ] MQSeries                 [ no ]
JABBER transport support      [ ] Net::Jabber              [ no ]
MIME messages                 [ ] MIME::Parser             [ no ]
DIME messages                 [ ] IO::Scalar (v2.105)      [ no ]
                              [ ] DIME::Tools (v0.03)
                              [ ] Data::UUID (v0.11)
SSL Support for TCP Transport [ ] IO::Socket::SSL          [ no ]
Compression support for HTTP  [*] Compress::Zlib           [ yes ]
MIME interoperability w/ Axis [ ] MIME::Parser (v6.106)    [ no ]
--- An asterix '[*]' indicates if the module is currently installed.
Do you want to proceed with this configuration? [yes] n
Do you plan to use Client HTTPS support? [no] y
Do you plan to use Client SMTP/sendmail support? [no] y
Do you plan to use Client FTP support? [yes] y
Do you plan to use Standalone HTTP server? [yes] y
Do you plan to use Apache/mod_perl server? [no] n
Do you plan to use FastCGI server? [no] y
Do you plan to use POP3 server? [no] y
Do you plan to use IO server? [yes] y
Do you plan to use MQ transport support? [no] n
Do you plan to use JABBER transport support? [no] n
Do you plan to use MIME messages? [no] n
Do you plan to use DIME messages? [no] n
Do you plan to use SSL Support for TCP Transport? [no] y
Do you plan to use Compression support for HTTP? [yes] y
Do you plan to use MIME interoperability w/ Axis? [no] y
Feature                       Prerequisites                Install?
----------------------------- ---------------------------- --------
Core Package                  [*] Scalar::Util             always
                              [*] Test::More
                              [*] URI
                              [*] MIME::Base64
                              [ ] version
                              [*] XML::Parser (v2.23)
Client HTTP support           [*] LWP::UserAgent           always
Client HTTPS support          [ ] Crypt::SSLeay            [ yes ]
Client SMTP/sendmail support  [ ] MIME::Lite               [ yes ]
Client FTP support            [*] IO::File                 [ yes ]
                              [*] Net::FTP
Standalone HTTP server        [*] HTTP::Daemon             [ yes ]
Apache/mod_perl server        [ ] Apache                   [ no ]
FastCGI server                [ ] FCGI                     [ yes ]
POP3 server                   [ ] MIME::Parser             [ yes ]
                              [*] Net::POP3
IO server                     [*] IO::File                 [ yes ]
MQ transport support          [ ] MQSeries                 [ no ]
JABBER transport support      [ ] Net::Jabber              [ no ]
MIME messages                 [ ] MIME::Parser             [ no ]
DIME messages                 [ ] IO::Scalar (v2.105)      [ no ]
                              [ ] DIME::Tools (v0.03)
                              [ ] Data::UUID (v0.11)
SSL Support for TCP Transport [ ] IO::Socket::SSL          [ yes ]
Compression support for HTTP  [*] Compress::Zlib           [ yes ]
MIME interoperability w/ Axis [ ] MIME::Parser (v6.106)    [ yes ]
--- An asterix '[*]' indicates if the module is currently installed.
Do you want to proceed with this configuration? [yes] y
Warning: prerequisite Crypt::SSLeay 0 not found.
Warning: prerequisite FCGI 0 not found.
Warning: prerequisite IO::Socket::SSL 0 not found.
Warning: prerequisite MIME::Lite 0 not found.
Warning: prerequisite MIME::Parser 6.106 not found.
Warning: prerequisite version 0 not found.
Could not eval '
            package ExtUtils::MakeMaker::_version;
            no strict;
            local $VERSION;
            $VERSION=undef; do {
                use version; $VERSION = qv('0.71.04');
            }; $VERSION
        ' in lib/SOAP/Lite.pm: Can't locate version.pm in @INC (@INC contains: c
:/perl/site/lib c:/perl/lib .) at (eval 84) line 7, <FH> line 22.
BEGIN failed--compilation aborted at (eval 84) line 7, <FH> line 22.
WARNING: Setting VERSION via file 'lib/SOAP/Lite.pm' failed
 at c:/perl/lib/ExtUtils/MakeMaker.pm line 501
Writing Makefile for SOAP::Lite
Thanks & Regards
C.G.Yuvaraj
 


Message Edited by Yuvaraj on 04-25-2008 04:21 AM
Hi
 
 Please find the following steps, I have done this for installing the Plerl Module(WWW-Salesforce-0.082).
 
Kindly check the following error message.
 
=============================================================
C:\perl\lib\WWW-Salesforce-0.082>perl Makefile.PL
Several tests need to be run in order to test the Salesforce Perl module.
You MUST supply a Saleforce username and password in order to proceed.
All tests will fail if you do not provide a valid username and password.
This username and password combination is used ONLY for testing purposes.
Enter user name:  xxxxxx.xxxx@xxxx.xxx
Enter password:  xxxxxx
Writing Makefile for WWW::Salesforce
=============================================================
C:\perl\lib\WWW-Salesforce-0.082>nmake
Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
=============================================================
C:\perl\lib\WWW-Salesforce-0.082>nmake test
Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
        C:\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl
ib\lib', 'blib\arch')" t/*.t
t/WWW-Salesforce....ok 1/29500 Can't locate object method "new" via package "LWP
::Protocol::https::Socket" at C:\perl\lib\WWW-Salesforce-0.082\blib\lib/WWW/Sale
sforce.pm line 468
# Looks like you planned 29 tests but only ran 1.
# Looks like your test died just after 1.
t/WWW-Salesforce....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-29
        Failed 28/29 tests, 3.45% okay
Failed Test        Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/WWW-Salesforce.t  255 65280    29   56  2-29
Failed 1/1 test scripts. 28/29 subtests failed.
Files=1, Tests=29,  1 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
Failed 1/1 test programs. 28/29 subtests failed.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.
C:\perl\lib\WWW-Salesforce-0.082>
=============================================================
 
Please reply me asap.
 
Thanks & Regards
C.G.Yuvaraj
 
Hi

 

   I have written the "FTP" program in Perl Script technology. So I would like to use this code for automating the FTP/attach the files to “Salesforce” website and insert this file attachment details in the opportunities database list.

 

So, please help me the procedure to automate the file attachment into the opportunities list.

 

Thanks & Regards

C.G.Yuvaraj

 


Message Edited by Yuvaraj on 05-02-2008 04:04 AM

Message Edited by Yuvaraj on 05-02-2008 04:27 AM

Message Edited by Yuvaraj on 05-02-2008 04:30 AM
Hi
 
   Please check the following error, this is occurs, when installing the "SOAP::Lite".
 
 
C:\Perl\lib\SOAP-Lite-0.71.04>perl Makefile.PL
We are about to install SOAP::Lite and for your convenience will provide
you with list of modules and prerequisites, so you'll be able to choose
only modules you need for your configuration.
XMLRPC::Lite, UDDI::Lite, and XML::Parser::Lite are included by default.
Installed transports can be used for both SOAP::Lite and XMLRPC::Lite.
Press <enter> to see the detailed list.
Feature                       Prerequisites                Install?
----------------------------- ---------------------------- --------
Core Package                  [*] Scalar::Util             always
                              [*] Test::More
                              [*] URI
                              [*] MIME::Base64
                              [ ] version
                              [*] XML::Parser (v2.23)
Client HTTP support           [*] LWP::UserAgent           always
Client HTTPS support          [ ] Crypt::SSLeay            [ no ]
Client SMTP/sendmail support  [ ] MIME::Lite               [ no ]
Client FTP support            [*] IO::File                 [ yes ]
                              [*] Net::FTP
Standalone HTTP server        [*] HTTP::Daemon             [ yes ]
Apache/mod_perl server        [ ] Apache                   [ no ]
FastCGI server                [ ] FCGI                     [ no ]
POP3 server                   [ ] MIME::Parser             [ no ]
                              [*] Net::POP3
IO server                     [*] IO::File                 [ yes ]
MQ transport support          [ ] MQSeries                 [ no ]
JABBER transport support      [ ] Net::Jabber              [ no ]
MIME messages                 [ ] MIME::Parser             [ no ]
DIME messages                 [ ] IO::Scalar (v2.105)      [ no ]
                              [ ] DIME::Tools (v0.03)
                              [ ] Data::UUID (v0.11)
SSL Support for TCP Transport [ ] IO::Socket::SSL          [ no ]
Compression support for HTTP  [*] Compress::Zlib           [ yes ]
MIME interoperability w/ Axis [ ] MIME::Parser (v6.106)    [ no ]
--- An asterix '[*]' indicates if the module is currently installed.
Do you want to proceed with this configuration? [yes] n
Do you plan to use Client HTTPS support? [no] y
Do you plan to use Client SMTP/sendmail support? [no] y
Do you plan to use Client FTP support? [yes] y
Do you plan to use Standalone HTTP server? [yes] y
Do you plan to use Apache/mod_perl server? [no] n
Do you plan to use FastCGI server? [no] y
Do you plan to use POP3 server? [no] y
Do you plan to use IO server? [yes] y
Do you plan to use MQ transport support? [no] n
Do you plan to use JABBER transport support? [no] n
Do you plan to use MIME messages? [no] n
Do you plan to use DIME messages? [no] n
Do you plan to use SSL Support for TCP Transport? [no] y
Do you plan to use Compression support for HTTP? [yes] y
Do you plan to use MIME interoperability w/ Axis? [no] y
Feature                       Prerequisites                Install?
----------------------------- ---------------------------- --------
Core Package                  [*] Scalar::Util             always
                              [*] Test::More
                              [*] URI
                              [*] MIME::Base64
                              [ ] version
                              [*] XML::Parser (v2.23)
Client HTTP support           [*] LWP::UserAgent           always
Client HTTPS support          [ ] Crypt::SSLeay            [ yes ]
Client SMTP/sendmail support  [ ] MIME::Lite               [ yes ]
Client FTP support            [*] IO::File                 [ yes ]
                              [*] Net::FTP
Standalone HTTP server        [*] HTTP::Daemon             [ yes ]
Apache/mod_perl server        [ ] Apache                   [ no ]
FastCGI server                [ ] FCGI                     [ yes ]
POP3 server                   [ ] MIME::Parser             [ yes ]
                              [*] Net::POP3
IO server                     [*] IO::File                 [ yes ]
MQ transport support          [ ] MQSeries                 [ no ]
JABBER transport support      [ ] Net::Jabber              [ no ]
MIME messages                 [ ] MIME::Parser             [ no ]
DIME messages                 [ ] IO::Scalar (v2.105)      [ no ]
                              [ ] DIME::Tools (v0.03)
                              [ ] Data::UUID (v0.11)
SSL Support for TCP Transport [ ] IO::Socket::SSL          [ yes ]
Compression support for HTTP  [*] Compress::Zlib           [ yes ]
MIME interoperability w/ Axis [ ] MIME::Parser (v6.106)    [ yes ]
--- An asterix '[*]' indicates if the module is currently installed.
Do you want to proceed with this configuration? [yes] y
Warning: prerequisite Crypt::SSLeay 0 not found.
Warning: prerequisite FCGI 0 not found.
Warning: prerequisite IO::Socket::SSL 0 not found.
Warning: prerequisite MIME::Lite 0 not found.
Warning: prerequisite MIME::Parser 6.106 not found.
Warning: prerequisite version 0 not found.
Could not eval '
            package ExtUtils::MakeMaker::_version;
            no strict;
            local $VERSION;
            $VERSION=undef; do {
                use version; $VERSION = qv('0.71.04');
            }; $VERSION
        ' in lib/SOAP/Lite.pm: Can't locate version.pm in @INC (@INC contains: c
:/perl/site/lib c:/perl/lib .) at (eval 84) line 7, <FH> line 22.
BEGIN failed--compilation aborted at (eval 84) line 7, <FH> line 22.
WARNING: Setting VERSION via file 'lib/SOAP/Lite.pm' failed
 at c:/perl/lib/ExtUtils/MakeMaker.pm line 501
Writing Makefile for SOAP::Lite
Thanks & Regards
C.G.Yuvaraj
 


Message Edited by Yuvaraj on 04-25-2008 04:21 AM
Hi
 
 Please find the following steps, I have done this for installing the Plerl Module(WWW-Salesforce-0.082).
 
Kindly check the following error message.
 
=============================================================
C:\perl\lib\WWW-Salesforce-0.082>perl Makefile.PL
Several tests need to be run in order to test the Salesforce Perl module.
You MUST supply a Saleforce username and password in order to proceed.
All tests will fail if you do not provide a valid username and password.
This username and password combination is used ONLY for testing purposes.
Enter user name:  xxxxxx.xxxx@xxxx.xxx
Enter password:  xxxxxx
Writing Makefile for WWW::Salesforce
=============================================================
C:\perl\lib\WWW-Salesforce-0.082>nmake
Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
=============================================================
C:\perl\lib\WWW-Salesforce-0.082>nmake test
Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
        C:\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl
ib\lib', 'blib\arch')" t/*.t
t/WWW-Salesforce....ok 1/29500 Can't locate object method "new" via package "LWP
::Protocol::https::Socket" at C:\perl\lib\WWW-Salesforce-0.082\blib\lib/WWW/Sale
sforce.pm line 468
# Looks like you planned 29 tests but only ran 1.
# Looks like your test died just after 1.
t/WWW-Salesforce....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-29
        Failed 28/29 tests, 3.45% okay
Failed Test        Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/WWW-Salesforce.t  255 65280    29   56  2-29
Failed 1/1 test scripts. 28/29 subtests failed.
Files=1, Tests=29,  1 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
Failed 1/1 test programs. 28/29 subtests failed.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.
C:\perl\lib\WWW-Salesforce-0.082>
=============================================================
 
Please reply me asap.
 
Thanks & Regards
C.G.Yuvaraj