tag:blogger.com,1999:blog-116414502008-05-08T02:58:04.768+05:30HASIM`S_ABODEM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comBlogger133125tag:blogger.com,1999:blog-11641450.post-87431088721246534192008-04-17T02:57:00.001+05:302008-04-17T03:13:12.856+05:30UnixHowTo:Find the uptime of linux/unix server?Check from the following link:-<br />http://www.cyberciti.biz/faq/server-uptime-command-to-find-out-how-long-the-system-has-been-running/M.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-27402931080398892892008-03-28T02:46:00.005+05:302008-03-28T02:53:50.910+05:30HowToUnix: Problem in file removal -sh: /bin/rm: Argument list too long<span style="font-weight:bold;">Error:-</span><br />Was getting -sh: /bin/rm: Argument list too long error while trying to delete more than 60K files.<br /><br /><span style="font-weight:bold;">Resolution:-</span><br />find . -name "*.abc" -exec rm {} \;<br />Which will remove all files ending with 'abc'.<br />Check the following link<br /><a href="http://crazytoon.com/2007/04/04/binrm-argument-list-too-long/">Argument list too long</a>M.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-9185558324037579382008-03-28T02:40:00.004+05:302008-03-28T02:54:14.680+05:30HowToUnix: Problem in file moving -sh: /bin/mv: Argument list too long<span style="font-weight:bold;">Error:-</span><br />Was getting that error while trying to move more than 60K files.<br /><br /><span style="font-weight:bold;">Resolution:-</span><br />find [abc]* -depth | cpio -pdumav /your/target/directoryM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-35324130113442842022008-03-02T06:02:00.001+05:302008-03-02T06:03:18.212+05:30Informatica 7.1.5:How to replace the old connection with a new one<span style="font-weight:bold;">How to replace the existing connection with a new<br />one without redefining all source/target/lookup connections in every<br />session?</span><br /><br />All connections whichsover you will create will be stored into INfa meta.And thus any any changes in connection will make sessions invalid.<br />In that case after creating your new relational connection,replace the old one with new one.You can do that from the menu CONNECTION.M.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-18000269683733056992008-02-17T04:21:00.002+05:302008-02-17T05:27:28.042+05:30informatica 7.1 : While starting Informatica service getting error as " the informatica service started and then stopped"Check:-<br /><br />1/<br />Are all folders like TgtFiles,SrcFiles,Temp,Cache,WorkflowLogs,LkpFiles,SessLogs etc in place?<br /><br />2/The repository you have created is there in Informatica server setup?M.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-42001705743416520332008-02-01T06:56:00.000+05:302008-02-01T07:06:23.872+05:30HowToUnix: GPG AutomationWhile automating encryption I faced the following issues.<br /><br /><span style="font-weight:bold;">$ gpg -q --yes -e -r Hasim File.txt<br />gpg: C2E7FAEF: There is no indication that this key really belongs to the owner<br />1024g/C2E7FAEF 2006-04-24 "Abul Hasim Molla <m.a.hasim@inbox.com>"<br /> Primary key fingerprint: B294 D02D D129 6224 B522 AE1F 4918 1E24 020C 23DC<br /> Subkey fingerprint: 729E 52BF A281 0B2C 2073 7E27 262E DD2B 22E7 FCDF<br /><br />It is NOT certain that the key belongs to the person named<br />in the user ID. If you *really* know what you are doing,<br />you may answer the next question with yes<br /><br />Use this key anyway? y<br /></span><br /><br /><br />I tried with so many options of gpg like as --no-tty,-q,---yes and so on.<br />Finally I solved it as follows:-<br /><br />1/ You have to say that you trust the key and know the recipient well. Thats the solution.<br />To do so:-<br />gpg --edit-key NAME<br />$gpg --edit-key Hasim<br /><br />gpg (GnuPG) 1.2.6; Copyright (C) 2004 Free Software Foundation, Inc.<br />This program comes with ABSOLUTELY NO WARRANTY.<br />This is free software, and you are welcome to redistribute it<br />under certain conditions. See the file COPYING for details.<br /><br /><br />pub 1024D/0A0C23AC created: 2006-04-24 expires: never trust: -/-<br />sub 1024g/C2E7FAEF created: 2006-04-24 expires: never<br />(1). Abul Hasim Molla <m.a.hasim@inbox.com><br /><br />Means your key status as per gpg is undefined and unknown.<br /><br />2/ And then you will be take to the command mode.<br /><br />Command> trust<br />pub 1024D/0A0C23AC created: 2006-04-24 expires: never trust: -/-<br />sub 1024g/C2E7FAEF created: 2006-04-24 expires: never<br />(1). Abul Hasim Molla <m.a.hasim@inbox.com><br /><br />Please decide how far you trust this user to correctly<br />verify other users' keys (by looking at passports,<br />checking fingerprints from different sources...)?<br /><br /> 1 = Don't know<br /> 2 = I do NOT trust<br /> 3 = I trust marginally<br /> 4 = I trust fully<br /> 5 = I trust ultimately<br /> m = back to the main menu<br /><br />Your decision?<br /><br />3/ Say you trust him/her.<br />Your decision? 5<br />Do you really want to set this key to ultimate trust? y<br /><br />pub 1024D/0A0C23AC created: 2006-04-24 expires: never trust: u/-<br />sub 1024g/C2E7FAEF created: 2006-04-24 expires: never<br />(1). Abul Hasim Molla <m.a.hasim@inbox.com><br />Please note that the shown key validity is not necessarily correct<br />unless you restart the program.<br /><br />Command>quit<br /><br />And your problem is resolved.M.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-46456172787964904112007-10-24T03:50:00.000+05:302007-10-24T04:23:42.974+05:30HowToUnix: Can't locate DBI.pm in @INCWhile running a perl program having some database connectivity in it I faced the following error:-<br /><br /><strong>Can't locate DBI.pm in @INC (@INC contains: <br />/usr/lib/perl5/5.8.5/i386-linux-thread-multi <br />/usr/lib/perl5/5.8.5 <br />/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi <br />/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi <br />/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi <br />/usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi <br />/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi <br />/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi <br />/usr/lib/perl5/site_perl/5.8.5 <br />/usr/lib/perl5/site_perl/5.8.4 <br />/usr/lib/perl5/site_perl/5.8.3 <br />/usr/lib/perl5/site_perl/5.8.2 <br />/usr/lib/perl5/site_perl/5.8.1 <br />/usr/lib/perl5/site_perl/5.8.0 <br />/usr/lib/perl5/site_perl <br />/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi <br />/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi <br />/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi <br />/usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi <br />/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi <br />/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi <br />/usr/lib/perl5/vendor_perl/5.8.5 <br />/usr/lib/perl5/vendor_perl/5.8.4 <br />/usr/lib/perl5/vendor_perl/5.8.3 <br />/usr/lib/perl5/vendor_perl/5.8.2 <br />/usr/lib/perl5/vendor_perl/5.8.1 <br />/usr/lib/perl5/vendor_perl/5.8.0 <br />/usr/lib/perl5/vendor_perl .) </strong><br /><br />Later I found we do not have DBI.pm installed.<br />We have installed that and the problem got respolved.<br /><br />The page where from we took help is :-<br /><br /><a href="http://blog.nathanaaron.net/?p=27">Setting up DBD::Oracle on Linux</a>M.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-51461680352778631302007-10-24T01:09:00.000+05:302007-10-24T01:13:51.203+05:30UnixHowTo: How to find a particular word in a list of files in UNIX?I am about to find the string "sqlplus" in a list of shell scripts:-<br /><br /><strong>$ find . -name "*.sh" -print | xargs grep -l sqlplus</strong><br /><br /><em>./hasimsampleshell1.sh<br />./hasimsampleshell2.sh</em><br /><br /><strong>$ find . -name "*.sh" -print | xargs grep sqlplus</strong><br /><br /><em>./hasimsampleshell1.sh: $ORACLE_HOME/bin/sqlplus -s scott/tiger@localhost @testsql2.sql<br /><br />./hasimsampleshell2.sh: $ORACLE_HOME/bin/sqlplus -s scott/tiger@localhost @testsql2.sql</em>M.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-76795772690159515122007-10-18T01:16:00.000+05:302007-10-18T01:17:40.982+05:30Unix HowTo: Date substraction addition in UNIXThis is done using perl code snippet.<br /><strong><br />$ cat dateSubs.sh<br />TODAYS_DATE=`date|cut -d" " -f2,3,6|sed 's/ /-/g'`<br />a=`perl -e 'printf "%s", scalar localtime(time-604800)'`<br />WEEKS_BEFORE=`echo $a|cut -d" " -f2,3,5|sed 's/ /-/g'`<br /><br />echo "TODAYS_DATE : $TODAYS_DATE"<br />echo "WEEKS_BEFORE: $WEEKS_BEFORE"</strong><br /><br />Result:-<br /><strong>$ dateSubs.sh<br />TODAYS_DATE : Oct-17-2007<br />WEEKS_BEFORE: Oct-10-2007</strong><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-65402721145733483652007-10-04T02:12:00.000+05:302007-10-04T03:05:52.313+05:30Unix How To:- How to connect to remote without providing PASSPHRASE through SSH/SFTP?1/Say you want to connect to REMOTE from LOCAL through SSH.<br />2/Create pub-priv key pair in ~/.ssh directory in LOCAL.<br />**** DONT GIVE ANY PASSPHRASE ****<br />* DONT CHANGE THE DEFAULT FILE NAME WHERE PUB/PRIV KEY WILL BE SAVED *<br /><br /><em>LOCAL> ssh-keygen<br />Generating public/private rsa key pair.<br />Please be patient.... Key generation may take a few minutes<br />Enter file in which to save the key (/mnt/abstract/home/abstractinfo/.ssh/id_rsa):<br />Enter passphrase (empty for no passphrase):<br />Enter same passphrase again:<br />Your identification has been saved in /mnt/abstract/home/abstractinfo/.ssh/id_rsa.<br />Your public key has been saved in /mnt/abstract/home/abstractinfo/.ssh/id_rsa.pub.<br />The key fingerprint is:<br />db:b3:12:a1:39:e6:4c:f5:96:1b:44:fa:e1:52:3d:9a abstractinfo@LOCAL<br />LOCAL> l<br />total 18<br />-rw------- 1 abstractinfo abstractinfo 1024 Oct 1 2004 prng_seed<br />-rw-r--r-- 1 abstractinfo abstractinfo 4656 Oct 3 14:56 known_hosts<br />-rw------- 1 abstractinfo abstractinfo 1751 Oct 3 15:02 id_rsa<br />-rw-r--r-- 1 abstractinfo abstractinfo 396 Oct 3 15:02 id_rsa.pub<br /><br />LOCAL> cat id_rsa.pub<br />ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA7ZwfwrbB+Q1DVjvQI5qk5UL2arq1HYbUoFeJGAl70p+pHjRqqAl9lZkvUv8Fet0fy8S70ukzE7eCqsGA0Mfh5LJBDgcH41cfTPo5nacihjSwzbWfo9zKl+rGYTBdZ2SOxvyeGxrwhJH5kLkclG6obmIy1Z2Mhlm4y1gYt576fgk598976VWIajFZT4igTAKqGmkFM7TlnZGLPktfw1YfOPqVS3fR4s5+WKeUJ19qsUqdCJBhvWjiAKFuWQft9DTW0k5w4QtxuJIMvslPUNKZz2EEwsWvpk9tVB7dORuUtBIvvGUrNY0DiXytNQjz5ar94P2qtDdDQyv8PPUWw== abstractinfo@LOCAL</em><br />3/Append that public key in REMOTE MACHINE`s ~/.ssh/authorized_keys file.<br />** If that ~/.ssh/authorized_keys file is not there create it with 640 permission **<br /><br /><em>REMOTE> cat authorized_keys<br />ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAtww1sd36jrpwPfJ7ILka5iGFvVSUL4jYd3fpLm0cHLRw08oKkmCvki9w02S97MSqPADKHA6Dax5kYrv0wJQmTrAo6niPmUjhDrXYJomQLbIIdiUDEeFP7kPtar9UY5ybU56bzaj/lvCNTgdNjXxiUJG7ZdkfBLiLiHRC4nTRLGciAbD2W2I4zff9E3+xv8PB20JYgq+07gjqjHtFXCkoGlmzz+vfzUWmDtvuHF+xr7TGd6VRom/9bH91xFPAdOKQ4DRJpf/9W1NGe6Jp/ToCQsRjf8kxQra250FoJW1tyx6vx3uHrnN08QUo37KMPe3ekjYHOUHLutNYj8ffiYZA+w== abstractinfo@LOCAL<br />REMOTE> l authorized_keys<br />-rw-r----- 1 abulhasi abstractinfo 396 Oct 3 15:05 authorized_keys</em><br /><br />4/Test it from LOCAL.<br /><br /><em>LOCAL> ssh -v abulhasi@REMOTE<br />OpenSSH_4.4p1-hpn12v11, OpenSSL 0.9.7l 28 Sep 2006<br />HP-UX Secure Shell-A.04.40.006, HP-UX Secure Shell version<br />debug1: Reading configuration data /opt/ssh/etc/ssh_config<br />debug1: Connecting to REMOTE [##.##.###.###] port 22.<br />debug1: Connection established.<br />debug1: identity file /mnt/abstract/home/abstractinfo/.ssh/identity type -1<br />debug1: identity file /mnt/abstract/home/abstractinfo/.ssh/id_rsa type 1<br />debug1: identity file /mnt/abstract/home/abstractinfo/.ssh/id_dsa type -1<br />debug1: Remote protocol version 1.99, remote software version OpenSSH_4.4p1-hpn12v11<br />debug1: match: OpenSSH_4.4p1-hpn12v11 pat OpenSSH*<br />debug1: Enabling compatibility mode for protocol 2.0<br />debug1: Local version string SSH-2.0-OpenSSH_4.4p1-hpn12v11<br />debug1: SSH2_MSG_KEXINIT sent<br />debug1: SSH2_MSG_KEXINIT received<br />debug1: kex: server->client aes128-cbc hmac-md5 none<br />debug1: kex: client->server aes128-cbc hmac-md5 none<br />debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent<br />debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP<br />debug1: SSH2_MSG_KEX_DH_GEX_INIT sent<br />debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY<br />debug1: Host 'REMOTE' is known and matches the RSA host key.<br />debug1: Found key in /mnt/abstract/home/abstractinfo/.ssh/known_hosts:18<br />debug1: ssh_rsa_verify: signature correct<br />debug1: SSH2_MSG_NEWKEYS sent<br />debug1: expecting SSH2_MSG_NEWKEYS<br />debug1: SSH2_MSG_NEWKEYS received<br />debug1: SSH2_MSG_SERVICE_REQUEST sent<br />debug1: SSH2_MSG_SERVICE_ACCEPT received<br />debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased<br />debug1: Next authentication method: publickey<br />debug1: Trying private key: /mnt/abstract/home/abstractinfo/.ssh/identity<br />debug1: Offering public key: /mnt/abstract/home/abstractinfo/.ssh/id_rsa<br />debug1: Server accepts key: pkalg ssh-rsa blen 247<br />debug1: read PEM private key done: type RSA<br />debug1: Authentication succeeded (publickey).<br />debug1: Final hpn_buffer_size = 131072<br />debug1: channel 0: new [client-session]<br />debug1: Entering interactive session.<br />Warning: No xauth data; using fake authentication data for X11 forwarding.<br />debug1: Requesting X11 forwarding with authentication spoofing.<br />Last login: Wed Oct 3 14:59:05 2007 from LOCAL<br />Last login: 3 Oct 14:59<br />REMOTE></em><br /><br />5/Once that succeeds you may have your automated SFTP script as follows:-<br /><br /><em>LOCAL> cat hasimsftp.sh<br /># -v is for verbose mode and -b is for all the commands in a batchfile.<br />sftp -v -b sftpcommandbatch.dat abulhasi@REMOTE <<EOF<br /><br />LOCAL> cat sftpcommandbatch.dat<br />lcd /mnt/abstract/home/abstractinfo<br />cd /home/abulhasi<br />mput a.sql<br />ls -lrt</em><br /><br />6/Test that:-<br /><em>LOCAL> hasimsftp.sh<br />OpenSSH_4.4p1-hpn12v11, OpenSSL 0.9.7l 28 Sep 2006<br />HP-UX Secure Shell-A.04.40.006, HP-UX Secure Shell version<br />debug1: Reading configuration data /opt/ssh/etc/ssh_config<br />debug1: Connecting to REMOTE [##.##.###.###] port 22.<br />debug1: Connection established.<br />debug1: identity file /mnt/abstract/home/abstractinfo/.ssh/id_rsa type 1<br />debug1: identity file /mnt/abstract/home/abstractinfo/.ssh/id_dsa type -1<br />debug1: Remote protocol version 1.99, remote software version OpenSSH_4.4p1-hpn12v11<br />debug1: match: OpenSSH_4.4p1-hpn12v11 pat OpenSSH*<br />debug1: Enabling compatibility mode for protocol 2.0<br />debug1: Local version string SSH-2.0-OpenSSH_4.4p1-hpn12v11<br />debug1: SSH2_MSG_KEXINIT sent<br />debug1: SSH2_MSG_KEXINIT received<br />debug1: kex: server->client aes128-cbc hmac-md5 none<br />debug1: kex: client->server aes128-cbc hmac-md5 none<br />debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent<br />debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP<br />debug1: SSH2_MSG_KEX_DH_GEX_INIT sent<br />debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY<br />debug1: Host 'REMOTE' is known and matches the RSA host key.<br />debug1: Found key in /mnt/abstract/home/abstractinfo/.ssh/known_hosts:18<br />debug1: ssh_rsa_verify: signature correct<br />debug1: SSH2_MSG_NEWKEYS sent<br />debug1: expecting SSH2_MSG_NEWKEYS<br />debug1: SSH2_MSG_NEWKEYS received<br />debug1: SSH2_MSG_SERVICE_REQUEST sent<br />debug1: SSH2_MSG_SERVICE_ACCEPT received<br />debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased<br />debug1: Next authentication method: publickey<br />debug1: Offering public key: /mnt/abstract/home/abstractinfo/.ssh/id_rsa<br />debug1: Server accepts key: pkalg ssh-rsa blen 247<br />debug1: read PEM private key done: type RSA<br />debug1: Authentication succeeded (publickey).<br />debug1: Final hpn_buffer_size = 131072<br />debug1: channel 0: new [client-session]<br />debug1: Entering interactive session.<br />debug1: Sending subsystem: sftp<br />sftp> lcd /mnt/abstract/home/abstractinfo<br />sftp> cd /home/abulhasi<br />sftp> mput a.sql<br />Uploading a.sql to /home/abulhasi/a.sql<br />sftp> ls -lrt<br />drwxr-xr-x 4 abulhasi abstractinfo 96 Oct 2 17:53 test.txt<br />-rw-r--r-- 1 abulhasi abstractinfo 11500 Oct 3 15:29 a.sql<br />sftp><br />debug1: client_input_channel_req: channel 0 rtype exit-status reply 0<br />debug1: channel 0: free: client-session, nchannels 1<br />debug1: fd 0 clearing O_NONBLOCK<br />debug1: fd 1 clearing O_NONBLOCK<br />debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.5 seconds<br />debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0<br />debug1: Exit status 0<br />LOCAL></em><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-46817210231885069002007-09-28T02:45:00.000+05:302007-10-23T03:03:50.238+05:30How To Unix:- Setting up client machines to connect by SSH/SFTPThe steps to be followed:-<br />1/<br />genarate pub-priv key pair by using ssh-keygen command<br /><br />#home/abulhasi $ ssh-keygen<br />Generating public/private rsa key pair.<br />Please be patient.... Key generation may take a few minutes<br />Enter file in which to save the key (/home/abulhasi/.ssh/id_rsa): HASIM_TEST<br />Enter passphrase (empty for no passphrase):<br />Enter same passphrase again:<br />Your identification has been saved in HASIM_TEST.<br />Your public key has been saved in HASIM_TEST.pub.<br />The key fingerprint is:<br />bd:43:bc:68:01:ee:c5:7e:fa:b7:5d:ef:a0:6f:ee:00 abulhasi@<br />#home/abulhasi $ ls -lart<br />total 42<br />-r-------- 1 abulhasi users 334 Jul 26 01:57 .login<br />-r-------- 1 abulhasi users 832 Jul 26 01:57 .cshrc<br />-r-------- 1 abulhasi users 347 Jul 26 01:57 .exrc<br />-r-------- 1 abulhasi users 446 Jul 26 01:57 .profile<br />drwxr-xr-x 324 root root 12288 Sep 23 09:50 ..<br />-rw------- 1 abulhasi users 0 Sep 27 14:59 .lastlogin<br />-rw------- 1 abulhasi users 1743 Sep 27 15:03 HASIM_TEST<br />drwxr-xr-x 2 abulhasi users 1024 Sep 27 15:03 .<br />-rw------- 1 abulhasi users 397 Sep 27 15:03 HASIM_TEST.pub<br />-rw------- 1 abulhasi users 354 Sep 27 15:04 .sh_history<br />#home/abulhasi $ pwd<br /><br /><br />A Private key looks like:-<br />#home/abulhasi $ cat HASIM_TEST<br />-----BEGIN RSA PRIVATE KEY-----<br />Proc-Type: 4,ENCRYPTED<br />DEK-Info: DES-EDE3-CBC,AB70B38F52800F59<br /><br />aYUzVMyTp65/p824PMrFhGZ2IBWjRlJ+QnLeHCSW3qFJV/dg2LhYCSsBxOq6HNwf<br />+QAxgi/W5z299pgiy9EZtkI08gFVlOHtQaRbU//0I3Ifnn9zC8ncoY8OfTeDf1gJ<br />fH1VB3R2c+m/03GdsQ2Xsm00d+LnyGwCW1HQoFx+BWXBiC6p1avXtZwwEn+77oWu<br />BzOn4hrfebKZnt4k08Ej4ZuJ5mZqzQ820+1pF61aOEs8rZXt2HwlUP9KtPVWaP3i<br />iRHSctQuL3OSulpEpG94Mv3D4xR/64lla4GT9wOXpTXOjY9cT3BrIyGpOIFOrPvr<br />edMfkHZp7QLpZodEO9LBakh3p6if977PIXy1XJvpb2QR2wM94KUSSeouOhPvowma<br />KOg6M0aWF1UyT5EGb7UMcxXFEb7dgJ2STW2RUY21FDEGTIMDU7rEpU6l5kSwVgB1<br />y898XqgoN4gn9jv7l5jy0EjGcujyR2+OBYkxwFbeDpYb1ZFQxxwxqG0cdoRMqGQx<br />aI7KD1yRG4KVKmP9h1Q29k4zgmGQ3pX4Qd+r8jwTConAA52GdFRSaerqmW/SAwrA<br />5EU5rYvz86oVrl2QiD2fZ5ijgCH9Sm+iXzKbBsD1DsO6CnDeVjqC/YH+AQn+btJw<br />Zcc5Uz5PyrOJovVaLbh9YonopnFLiUHqa+fy35jAGGRqHVHTL6LEF3QDBCL8/iNn<br />jzjfF4KMMQx+SeXeVtAhDUV1pfOOMz8yhI+lKfrc4YxfMgot+gBD0nP5bLPMcswT<br />wmaBi+iJbDDTV+34JXH8I+/T5c13BQe+ATKMaXWk+RsnVgd4mfsqSM2uzkgeEE5w<br />6RiuLwt768hu7g2tw6NVex4ARO2R25TeiQue6cJUixp2CpWHshi7KIEFqXivta7s<br />kdNgX3WUlDf56p96v4mjwNibVPVjIFimEXw3V7H4Lch05WR5S2XmU/M8i92ZReju<br />AdSYy6dvMUJcvLauF2QWp8TvHQLN8oSv6s3ByE2nvV9Xj2aqGeqoBytDcLGWanbn<br />/fBWbfWUfIwkVGzaHYtFMde2yI78DCn2vk/bdNZxlqo7dF0Q1/O6jjcIcv6FlCFA<br />KXWetT/JkTpVxMxzx5zcBQ+XyuQd5KJ0To0/TxphXWFImDbs9ouK9GYmU2FZ/Vip<br />ujEcE7VB52IQiq/MgBGy6noKbwnPi/7pxM3iAMCKAHFw6kvuk7iMaJx0Vf6UTzNy<br />/ABHyTuEYusfteESLTr55wimpm0uM7q+FDvdtIH8FJMwbzW6Ni3QWB08yxIvBYkP<br />7yQupchLGxXUK68qmBCyNcHuStWj9ffgnxX/P1kOjUJbqpvwTC8cgf3cqCVy6QM6<br />a00kxx+cL8W7qRHe5jg8Ph9tNhBpA28pK8ycXevF/hmWBSdFHL9Ib/aX5w+rp8nh<br />CrP/NNChp5ZweoguNhRyULeZh0nVcMl0AZ+eyciIQLVxv0ZkUB99YeR/CD7xTL0z<br />GPFhxLeDYHP6DfwI4DlR0cDOsSnsp5vBtcyBVWtn0EJire+w8R4XgoZPC5sZaVWu<br />fpXc39+PTd2H5qcxxpCmconM+Y6kkiKhblsyar6rXKUcN55JZ4fxmQ==<br />-----END RSA PRIVATE KEY-----<br /><br />A Public key looks like:-<br />#home/abulhasi $ cat HASIM_TEST.pub<br />ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA1e+ftxpvHlDXdx/QccRkKAjukmLw6cNIQ0hiEWhUA3gCrYk7HdZdsT+Ag2mQpNoUZOV176R9b5FCpPvDjYX/7bL/Pflu23GsGTdDq78XyjCq9KJ/bboHRJxU8LJtuU3fRw9OashGLSfDLb6fTj22FnysyeD5sar24b3GGfrgistusqC2+DP99rtvrE8M046fc15H9KZ3TA8jHGZxJejcbj64lxjN9pKjRGUvxC8A42lVPe/ofBGP6kuP8xMau+rMXxB4FNVZchEwCXPTFls03ECdhnLrZ15EbD/E3AkqW5MiK/3JiQPGhAWXmItSiAPtspO7t0hQkaSbdyZXm6+0QQ== abulhasi@<br /><br />2/<br /><br />Send yours public key (HASIM_TEST.pub) to the remote server which is accepting ssh connection only.You can send them the key as a zipped file or by just copying and paste.<br />That remote server will add your publc key in the file ~/.ssh/authorized_keys.<br />3/<br />Once they have appended you can check it whether you can connect them or not by ssh -v remote_user@remote_machine<br />It may ask you for the passphrase whcih you have supplied at time of priv-pub key pair generation.<br />To get rid of entering passphrase you can add yours key in id_rsa by using ssh-agent :-<br />#home/abulhasi $ ssh-add id_dsa<br />Enter passphrase for id_dsa:<br />Identity added: id_dsa (id_dsa)<br />For more info check this page http://www.snailbook.com/faq/no-passphrase.auto.html<br /><br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-55680013011949077382007-08-08T00:51:00.000+05:302008-01-29T03:51:32.080+05:30UNIX: How to tansfer a whole directory with all subdirectories by FTPThat can not be done directly.But workaround is make a TARBALL and then FTP it.<br /><br />To compress using tar<br />tar -cvf DestFile.tar SourceFile<br /><br />To compress using compress<br /><br />compress SourceFiles<br />By default all files will be compressd to SourceFiles.z<br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-74342481405990284482007-08-02T03:07:00.000+05:302007-08-02T03:44:25.703+05:30Informatica 7.1:HIER_28056<em><strong>HIER_28056 XML Reader: Error [PartialTagMarkupError] occurred while parsing.The input ended before all started tags were ended</strong></em><br /><br /><strong>Error:-</strong>READER_1_1_1> HIER_28056 XML Reader: Error [PartialTagMarkupError] occurred while parsing:[Error at (file /aaa/aaa/aaa/aaa/aaa/aaa.xml, line 2000, char 64 ): The input ended before all started tags were ended. Last tag started was 'dept'.]; line number [2000]; column number [64]<br /><br /><strong>Reason:-</strong>This type of error may come<br />1/When FTP has not been done for that file from source and some corruption occurs<br /><br /><strong>Solution:-</strong>Ensure FTP done properly.<br /><br /><em><strong>HIER_28056 XML Reader: Error [NoGrammarResolver] occurred while parsing:An exception occurred! Type:UTFDataFormatException, Message:invalid byte 2 (`) of a 2-byte sequence..]</strong></em><br /><br /><strong>Error:-</strong><br />HIER_28056 XML Reader: Error [NoGrammarResolver] occurred while parsing:[Error at (file /aaa/aaa/aaa/aaa.xml, line 1, char 39 ): An exception occurred! Type:UTFDataFormatException, Message:invalid byte 2 (`) of a 2-byte sequence..]; line number [1]; column number [39]<br /><br /><strong>Reason:-</strong>Unsupported characters are there in teh xml file which are not supported by the encoding specified in the header.<br /><br /><strong>Solution:-</strong><br />1/Check for the character and the encoding.<br />2/If that character is apostrope then be alert about Midstream parser.Midstream parser does not allow apostrope.<br />3/If possible remove the charters from the xml file by editing it.<br />4/If needed change the encoding line to <?xml version="1.0" encoding="ISO-8859-2"?><br />5/If needed , edit the xml file and save it as UTF8.<br /><br /><br /><em><strong>HIER_28056 XML Reader: Error [NoGrammarResolver] occurred while parsing:The buffer manager cannot provide any more buffers.]</strong></em><br /><br /><strong>Error:-</strong><br />HIER_28056 XML Reader: Error [NoGrammarResolver] occurred while parsing:[Error at (file /.../aaa.xml, line 10, char 56 ): An exception occurred! Type:RuntimeException, Message:The buffer manager cannot provide any more buffers.]; line number [10]; column number [56]<br /><br /><strong>Reason:-</strong><br />This is due to any component of that xml that has set as undefined length in the XML Source.And thats making the PowerCenter Server to consume a lot of memory to parse it.<br /><br /><strong>Solution:-</strong><br />1/Go to Designer-->Definition.<br />2/In XML Editor-->Search components in XML schema-->Advanced Options.<br />3/Go to Length Property. You will populate the infinite value.<br />4/Click on Search button to find out the matching components.<br />5/Change their length to some fixed value.<br />6/Save the mapping.<br /><br /><br /><em><strong>HIER_28060 XML Reader: Fatal Error:[The primary document entity could not be opened</strong></em><br /><br /><strong>Error:-</strong><br />HIER_28060 XML Reader: Fatal Error:[The primary document entity could not be opened. Id=e:\demo\SrcFiles\data.xml]<br /><br /><strong>Resolution:-</strong><br />Edit the task of the worflow and check for the path of your file.<br /><br /><em><strong>HIER_28056 XML Reader: Error [NoGrammarResolver] occurred while parsing:Could not open DTD</strong></em><br /><br /><strong>Error:-</strong><br />HIER_28056 XML Reader: Error [NoGrammarResolver] occurred while parsing:[Error at (file e:\demo\SrcFiles\note_ex_dtd.xml, line 2, char 34 ): An exception occurred! Type:RuntimeException, Message:Could not open DTD file 'e:\demo\SrcFiles\note.dtd'.]; line number [2]; column number [34]<br /><br /><strong>Resolution:-</strong><br />Check in the same location your xml file is.Is there there dtd also?<br /><br /><em><strong>HIER_28056 XML Reader: Error [UnterminatedEntityDecl] occurred while parsing:Expected a markup declaration</strong></em><br /><br /><strong>Error:-</strong><br />READER_1_1_1> HIER_28056 XML Reader: Error [UnterminatedEntityDecl] occurred while parsing:[Error at (file e:\demo\SrcFiles\note.dtd, line 1, char 3 ): Expected a markup declaration.]; line number [1]; column number [3]<br /><br /><strong>Resolution:-</strong><br />Edit your dtd file in xmlspy and remove all unwanted lines/words from begining/end.<br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-65465358710768949572007-06-11T12:33:00.001+05:302007-06-17T04:54:07.661+05:30PICTOGRAPHY<strong>When a Pic is worth than a thousand words-Sudden click:-</strong><br /><table style="width:194px;"><tr><td align="center" style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left"><a href="http://picasaweb.google.com/m.a.hasim/SHARABLE_AMATEUR?authkey=axM29TZC36U"><img src="http://lh5.google.com/image/m.a.hasim/RZEeh3-ZTJE/AAAAAAAAAlc/M23l7gI9N74/s160-c/SHARABLE_AMATEUR.jpg" width="160" height="160" style="margin:1px 0 0 4px;"></a></td></tr><tr><td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a href="http://picasaweb.google.com/m.a.hasim/SHARABLE_AMATEUR?authkey=axM29TZC36U" style="color:#4D4D4D;font-weight:bold;text-decoration:none;"><wbr>SUDDEN_CLICK</wbr></a></td></tr></table><br /><br /><strong>The way towards Half Moon Bay- A short clip:-</strong><br /><table style="width:194px;"><tr><td align="center" style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left"><a href="http://picasaweb.google.com/m.a.hasim/MOVIE_HALF_MOON_BAY_WAY?authkey=fs1w0e9bU-E"><img src="http://lh6.google.com/image/m.a.hasim/RnRfAZ-d4vE/AAAAAAAAAig/wz3AOecPGcY/s160-c/MOVIE_HALF_MOON_BAY_WAY.jpg" width="160" height="160" style="margin:1px 0 0 4px;"></a></td></tr><tr><td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a href="http://picasaweb.google.com/m.a.hasim/MOVIE_HALF_MOON_BAY_WAY?authkey=fs1w0e9bU-E" style="color:#4D4D4D;font-weight:bold;text-decoration:none;">MOVIE_HALF<wbr></wbr>_MOON_BAY_<wbr></wbr>WAY</a></td></tr></table><br /><br /><strong>The only way to have a friend is to be one-My friends:-</strong><br /><table style="width:194px;"><tr><td align="center" style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left"><a href="http://picasaweb.google.com/m.a.hasim/SHARABLE_MY_FRIENDS?authkey=qkGhbwoL5eo"><img src="http://lh3.google.com/image/m.a.hasim/RZKAFH-ZTqE/AAAAAAAAAPY/X3lYu3kQjYw/s160-c/SHARABLE_MY_FRIENDS.jpg" width="160" height="160" style="margin:1px 0 0 4px;"></a></td></tr><tr><td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a href="http://picasaweb.google.com/m.a.hasim/SHARABLE_MY_FRIENDS?authkey=qkGhbwoL5eo" style="color:#4D4D4D;font-weight:bold;text-decoration:none;">M<wbr></wbr>Y_FRIENDS</a></td></tr></table><br /><br /><strong>A friend in need is a friend indeed-Me and my freinds:-</strong><br /><table style="width:194px;"><tr><td align="center" style="height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left"><a href="http://picasaweb.google.com/m.a.hasim/SHARABLE_ME_N_MY_FRIENDS?authkey=R1crEacdNyA"><img src="http://lh6.google.com/image/m.a.hasim/RnRWPZ-d4QE/AAAAAAAAAiI/jcwpRZJdx4s/s160-c/SHARABLE_ME_N_MY_FRIENDS.jpg" width="160" height="160" style="margin:1px 0 0 4px;"></a></td></tr><tr><td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a href="http://picasaweb.google.com/m.a.hasim/SHARABLE_ME_N_MY_FRIENDS?authkey=R1crEacdNyA" style="color:#4D4D4D;font-weight:bold;text-decoration:none;">SHARABLE_M<wbr></wbr>E_N_MY_FRI<wbr></wbr>ENDS</a></td></tr></table><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-9683408847204948732007-05-20T16:08:00.000+05:302007-05-20T16:12:53.688+05:30Informatica7.1:HIER_28004 XML Reader Error:Could not retrieve a block from the DTMWe use to load almost 2-3 millions data from XML per day.Nowadays we were getting a strange kind of error as in the title.<br />We have our mechanism which can remove the error HIER_28056.But that mecanism can not solve this error.So many files were failing.I identified that it was happening due to smaller buffer size.I increasec the DTM size and its solved.<br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-974579218584772412007-05-02T02:36:00.000+05:302007-05-02T02:43:13.302+05:30US gun cultureCouple of weeks before there was an incident in Virginia Tech.One South Korean chap open fired in VT campus and killed several students and teachers.The discussion of that shocking incident is still in the air.Being a new comer here I got shocked hearing that its permissble for you to keep gun.In india its not permissible and as per my knowledge except Phillipines its evrywher not permissble in Asia.And you can buy gun and firearms easily if you are older that 21.<br /><br />And peoples have different views of keeping gun or not.Obviously for the weak hearted,peace loving Software engineers its always not keeping gun but theres a large community to support gun also.<br />They have two big organisation also <a href="http://www.nra.com">NRA</a> and <a href="http://www.gunowners.org">community of gun owners</a><br />I heard many debates.<br /><br /><strong>LOGICS of GUN LOVING PEOPLES:-</strong><br /><br />-To keep their life safe they use gun.<br />-If miscreants know that they have gun they will dare to attack.<br />and many more.<br />check for the brain washers by them <br /><a href="http://www.gunowners.org/fs0404.htm">here</a><br /><br /><strong>LOGICS of PEPOLES AGAINST GUN:-</strong><br /><br />-You may kill yourself by your gun while you in mental depression.<br />-A hot tempered people may kill others at the heat of the moment.<br />-Dont compare the no of death by gun with no of death in car accident et all.Can both be termed as accident always?car accident is always an accident.Whats about gun death?<br /><br /><strong>CONCLUSION:-</strong>(Not by me)<br />The concusion which seems true to me from <a href="http://www.asiasentinel.com/index.php?option=com_content&task=view&id=455&Itemid=35">ASIA SENTINEL</a><br />"US gun laws gave Cho Seung-hui (the killer in VT ) the firepower to commit his carnage...<br />Cho pulled the trigger but America put the gun in his hands."<br />---: I am not responsible for any damages happened from the suggestion of my blog :--- Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-35356496668388022572007-05-01T00:04:00.001+05:302007-05-01T00:05:57.412+05:30Informatica7.1:What is version control in Informatica7.1Version Control is a new enhancement in 7.1<br />It means that you can go back to any of the previous development phase of a mapping or session.<br /><br />Whenver you are developing a mapping/session it will be in check out mode by itself untill explicitly you have not checked it out.<br /><br />Some points to remember:-<br /><br />Version controlling option you need to specify at the time of creation or later.<br />But once you have choosed you can not revert back yours repository at non-version mode.<br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-14211997246576516772007-04-29T12:06:00.000+05:302007-04-29T12:39:17.656+05:30The Great Mall In MilipitasToday we went for shopping at Great Mall in Milipitas.Miliptitas is 40 mins distance from Sunnyvale towards San Jose.Literally Milipitas means "Little Cornfield".This was mainly a farmland earlier.And its now also a part of GREATER SILICON VALLEY.<br /><a href="http://bp1.blogger.com/_KSB4L7nAVT0/RjRB2Mi3MiI/AAAAAAAAAFE/wY_cPcEHdnA/s1600-h/DSC0098.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_KSB4L7nAVT0/RjRB2Mi3MiI/AAAAAAAAAFE/wY_cPcEHdnA/s320/DSC0098.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5058740680780100130" /></a><br /><center><b>The Way towards milipitas</b></center><br /><br />The Mall is one of the largest mall in bay area.In fact its the largest mall in Northern California.Its although having ground floor but having a vaaast area under its roof.Many outlets are there-Dockers,Gap,Ray-Ban,Kohl,Sears,Food court etc.Its has a 60 screen theatre also.<br /><a href="http://bp3.blogger.com/_KSB4L7nAVT0/RjRC6si3MjI/AAAAAAAAAFM/2dYo8rxxe4U/s1600-h/DSC0097.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_KSB4L7nAVT0/RjRC6si3MjI/AAAAAAAAAFM/2dYo8rxxe4U/s320/DSC0097.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5058741857601139250" /></a><br /><b><center>View of Red Court</b></center><br /><a href="http://bp0.blogger.com/_KSB4L7nAVT0/RjRDs8i3MkI/AAAAAAAAAFU/4EHkvFWY8DY/s1600-h/DSC0096.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_KSB4L7nAVT0/RjRDs8i3MkI/AAAAAAAAAFU/4EHkvFWY8DY/s320/DSC0096.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5058742720889565762" /></a><br /><center><b>Green Court</b></center><br /><a href="http://bp3.blogger.com/_KSB4L7nAVT0/RjRELsi3MlI/AAAAAAAAAFc/P5YjTQNNvSM/s1600-h/DSC0095.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_KSB4L7nAVT0/RjRELsi3MlI/AAAAAAAAAFc/P5YjTQNNvSM/s320/DSC0095.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5058743249170543186" /></a><br /><center><b>Typical walkway</b></center><br /><br /><a href="http://bp3.blogger.com/_KSB4L7nAVT0/RjRELsi3MmI/AAAAAAAAAFk/SmevWEUWWZQ/s1600-h/DSC0094.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_KSB4L7nAVT0/RjRELsi3MmI/AAAAAAAAAFk/SmevWEUWWZQ/s320/DSC0094.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5058743249170543202" /></a><br /><center><b>Yellow Court And Food Court</b></center><br />What we bought...?<br />Nothing...:P<br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br />Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-5171710134794966862007-04-28T13:31:00.000+05:302007-04-28T13:41:03.720+05:30My First Jummah in USAToday I went for namaz.Saw the mosque in USA.Its in Santa Clara.Near to Sunnyvale but far from my office Palo Alto.Afzal bhai came to pick me up from office and then we went there.Already so many cars were there.We had to park our car too far from mosque as the parking slots for the mosque has been filled.Its really a big mosque.Earlier it was also an HP Office.Now has been transferred to be used as a mosque.It has all most modern amenities.Ladies and gents can pray simultaneously.There two jummah prayer happens in friday due to heavy rush.Most the peoples are from software sector-from Yahoo,Sun,CISCO,HP et all.The mosque also has library,islamic book and amenities shop.Board room for the pepoles who are new to Islam or for them who wants to know Islam more.Also they used to organise various activities.There is a school for kids attached with the mosque.<br />Can know more <a href="http://www.mcabayarea.org/">HERE</a><br /><br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-11873951643619732172007-04-27T03:33:00.000+05:302007-04-27T04:22:33.912+05:30Sunny Days in Sunnyvale....The concept of city is different here than India.here cities has average area of atmost 100 sq mile.<br />That is some how 1/4th to 1/5th of big cities like Delhi,Kolkata.<br /><br />And here cities are adjacent to each other.Like as we have our office in Palo Alto and while going office we start from Sunnyvale,cross another city Mountain View and then comes Palo Alto.<br /><br />All the three cities comes under Silicon valley.<br />When we say silicon valley mostly those cities comes under this umbrella.<br /> * Campbell<br /> * Cupertino<br /> * East Palo Alto<br /> * Fremont<br /> * Gilroy<br /> * Los Altos<br /> * Los Altos Hills<br /> * Los Gatos<br /> * Menlo Park<br /> * Morgan Hill<br /> * Mountain View<br /> * Milpitas<br /> * Palo Alto<br /> * Redwood City [2]<br /> * San Jose<br /> * Santa Clara<br /> * Saratoga<br /> * Sunnyvale<br />Here almost 1000 Fortune companies has their head quarter.<br /><br />In all bay area there are a lots of indians,pakis or chinese.Lots of South Asian resturants also.You will never feel away from home or other way you will never get the full charm of America.<br /><br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-54005989260740119742007-04-26T03:20:00.000+05:302007-04-26T03:22:49.178+05:30Informatica7.1: Sequence genarator Overflow Error<span style="font-weight:bold;">Error Message:</span><br /><span style="font-style:italic;">TRANSF_1_1_1> TT_11009 Sequence Generator Transformation: Overflow error.<br />TRANSF_1_1_1> Wed Apr 25 09:26:17 2007<br />TRANSF_1_1_1> TM_6085 The transformation [SQ_Shortcut_To_CUSTOMERADDRESS] encountered fatal error. Terminating session.<br />TRANSF_1_1_1> TT_11009 Sequence Generator Transformation: Overflow error.</span><br /><br /><span style="font-weight:bold;">Solution:-</span><br />Check that sequence transformation.then Enable cycle/Reset the start-end value.<br /><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-50051381272133218212007-04-24T11:54:00.000+05:302007-04-24T12:22:14.956+05:30Tour2US...1We have reached there by Cathay Pacific...Its somehow good airlines in comparison to the other.I dint have the aothority to compare but heard from the seniors who have flied by china airlines,malaysiaa airlines or other.But they concluded that British Airlines is the best.Anyway,I have enjoyed the whole flight.It served all asian foods and liquors.But as dont have that habit I gulped fruit juice and wathed movie in the whole flight.<br /><br />We reached San Frncisco International Airport at about 1.00 pm local time.The view of the bay area from the flight is superb.The silicon valley is surrounded by mountains from both side like adring the sea by two hands.<br /><br />We have taken shuttle (this is a kind of shared car ).In this we were four-me,naveen,satosh( a guy of wipro-blore and another guy...i am forgetting his name).<br /><br />Hotel was booked already in Town House Inn in El Camino Real.Here we met Gerald and Sandeep.Gerald was known to me through Parthiban but Sandeep was unknown.<br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-28171683166210032882007-04-20T06:29:00.000+05:302007-04-20T06:37:30.285+05:30Given Name,I 94 and me...After mar12....now i am posting another...a longgg gap...in this meantime,i came US...i got so much problem due to my non-seriousness...I made mistake in my I-94 and then headache started...I did not get my SSN...I could not make my DMV and et all....I swapped my last name and my given name in that small lil form given to my in the flight towards San Francisco...That time i never thought this small form will make my life hell...I went to local Social Security office...They sent me to USCIS,San Jose...and then they sent me to San Francisco USCIS...Its a big problem without a car to move in US...Today just coming back from San Francisco...Thanks GOD...My name has bene rectified...I also made mess with my name everywhere...In Bank account...In office forms...where not?<br />Ultimately people started making fun of that....<br />--"Hey Hasim...wats ur last name and wats ur given name..."<br />--"Come on mannn...Every letters of my name is given to me....Err..may be mom...I was a kid then ..How can I..."I used to reply them amusingly...<br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-86809529062842536752007-03-12T19:43:00.000+05:302007-03-12T19:46:05.231+05:30Informatica 7.1: pmcmd can not connect to the server<span style="font-weight:bold;">Error:-</span><br /><br />"The connect request failed because it wanted to connect to a server of type pmserver" using pmcmd...."<br /><br /><span style="font-weight:bold;">Solution:-</span><br /><br />Its asking for Informatica Server Port no.Not of the repository server.check for the specific port no from workflow manager-->server configuration if you dont know it.<br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.comtag:blogger.com,1999:blog-11641450.post-81814614357955937572007-03-08T15:21:00.000+05:302007-03-08T15:23:31.492+05:30UNIX :How to search a string inside a zipped file in unix?<span style="font-style:italic;">By using zcat.</span><br /><span style="font-weight:bold;">$ zcat myfile.030807000455.log.gz|grep -i error<br />ERROR at line 4:<br /></span><br />---: I am not responsible for any damages happened from the suggestion of my blog :---<br /> Reach me at : m.a.hasim@inbox.comM.A.Hasimhttp://www.blogger.com/profile/03016138163736781154noreply@blogger.com