Neel, What probably WILL work is to set the environment variable ARTCPPORT with your port number. Kind regards,
Michiel On 7/25/07, Neel Guatam <[EMAIL PROTECTED]> wrote: > > Yep!! I need to have a tcp port specified. I have added $TCPPort > variable in the script but it doesn't seem to do anything. It doesn't > seem to create any folders or nay documentation. Do I need to do > anything else? > > Thanks again. > > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W > Sent: Tuesday, July 24, 2007 4:29 PM > To: [email protected] > Subject: Re: ARSDoc 1.29 installation steps > > Are you trying to access a server that requires a TCP port? > > Fred > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Neel Guatam > Sent: Tuesday, July 24, 2007 3:42 PM > To: [email protected] > Subject: Re: ARSDoc 1.29 installation steps > > Hello Thilo, > > Thank you for helping me out. I guess I didn't need to copy any dlls > anywhere. I verified the installation of Perl and it did print 1.90 so > all well there. I modified config file to suit my needs so all good > there. When I issue command make_ARS_pages.pl config_ARS_Dev within the > ARSDoc-1.29 directory, here's what I get. > > D:\_My Dowloaded Programs\ARSDoc1.29\ARSdoc-1.29>make_ARS_pages.pl > config_ARS_Dev > [ERROR] Cannot establish a network connection to the AR System server > (frcga3001.emea.bpo.accenture. > com : RPC: Rpcbind failure - RPC: Timed out) (ARERR #90) at D:\_My > Dowloaded Programs\ARSDoc1.29\ARS doc-1.29\make_ARS_pages.pl line 6551. > > Line 6551 in make_ARS_pages.pl is the function/method body of sub Login. > > sub login { > > $Ctrl = ars_Login($Server, $Username, $Password, undef, undef, > $TCPPort, $RPCPort) or die $ars_errstr; > > } > > Any ideas as to why I am receiving Rpcbind error? > > Neel Gautam > > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Thilo Stapff > Sent: Tuesday, July 24, 2007 11:08 AM > To: [email protected] > Subject: Re: ARSDoc 1.29 installation steps > > To install ARSperl, unzip the "ARSperl_190_701.zip" file, then run the > command "ppm install ARS.ppd" in the expanded "ARSperl_190_701" > directory. > > If your ARSperl package is named "ARSperl-1.90.tgz", you have downloaded > > the source code package, which is more complicated to install. So using > the binary package is strongly recommended. > > You can test the success of the installation by running the command > > perl -MARS -e "print $ARS::VERSION" > > If everything went OK, it should print "1.90". > > > > To run ARSdoc, edit the "config_ARS_pages" file in the ARSdoc-1.29 > directory. Initially it should suffice to edit lines 22-34, e.g like > this: > > # ARS Server to be documented: > $Server = 'arserver01.company.com'; > # ARS Username & password with Administrator access: > # leave blank or comment out to be prompted for username: > $Username = 'Demo'; > # leave blank or comment out to be prompted for password: > $Password = ''; > > # Directory under which web pages will be written: > $Home_dir = 'C:/home/arsdoc/arserver01'; > > # Relative URL of that directory: > $Home_url = '/arsdoc/arserver01/'; > > > Then run > > perl make_ARS_pages.pl config_ARS_pages > > from the ARSdoc-1.29 directory. > > > Regards, > Thilo Stapff > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete > the original. Any other use of the email by you is prohibited. > > ________________________________________________________________________ > _______ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where > the Answers Are" > > ________________________________________________________________________ > _______ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where > the Answers Are" > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited. > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where > the Answers Are" > -- Met vriendelijke groet / Kind regards Michiel Beijen ______________________________________________________ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail [EMAIL PROTECTED] Internet http://bsm.mansolutions.nl _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

