wac-02-084 stats

palincal

Registered Users (C)
I checked the stats for 02-084 after a gap of 2 months and hoped to see some activity. There is some but not enough. In last two months 3 cases were transferred to local office, 1 case was resumed after 2nd FP and 1 case was approved. Here is the split:

Total cases: 122
18 - Application recvd on Jan 11th. No action after that.
86 - 1st FP done. This is were most of us are.
4 - 2nd FP done.
1 - 2nd FP notice sent.
6 - Approved ( 5 before Aug 2002, 1 in Oct 2003)
6 - Transferred ( 3 in March 2003, 3 in Dec 2003)

Hang in there :o
 
Hi guys:

I am 02-084 as well. palincal, Could you pls upload your script so that we can monitor the series as well. Thanks for posting the stats.
 
Hi Palincal,

Could you pls upload your script so that we can monitor the series as well? Thanks for posting the stats.
 
I am using Kashmir's java program to scan. I had collected all the 084 WACs and run the program to get the status on these WACs. Then I have some perl scripts to compare previous result with current result to know what cases have been touched. You can use simple grep to filter the cases.

Attached is the java class file. Save it as "Kashmir1.class" in a directory named kashmir. Then go the directory where you created the directory "kashmir" and type the command:

type input | java -classpath . kashmir.Kashmir1 > output

The "input" file is the list of all the wac numbers you want to scan. An "output" file will be created with the scan results. Note the capital k and small k in the class name and directory name.

If anyone needs the list of WACs for 084 send me a private message. I don't want to post the list here.
 
Status of 02-084 as of today:

Total cases: 122
17 - Application recvd on Jan 11th, 2002. No action after that.
60 - 1st FP done.
32 - 2nd FP done.
6 - Approved ( 5 before Aug 2002, 1 in Oct 2003)
6 - Transferred ( 3 in March 2003, 3 in Dec 2003)
1 - RFE response recvd (June, 2003)

Compared to the scan done on Dec 12th, the only progress I see is 2nd FP. Abt 26 cases moved from 1st FP to 2nd FP done. Still a big chunk of cases is stuck in 1st FP. I am among the lucky 32 who got 2nd FP done :p
 
Hi palincal,

Could you please send me the list of 084. I have already send a message to you. Please check your inbox for Immigration.com

Thanks,
i485Jan.
 
Hi palincal,

I have downloaded the Kashmir.class files and tried to run the file with some WAC nos. But I have got the following error.

C:\kashmir>type input.txt | java -classpath . kashmir.Kashmir1 > output.txt
Exception in thread "main" java.net.MalformedURLException: unknown protocol: https
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at kashmir.Kashmir1.<init>(Kashmir1.java:17)
at kashmir.Kashmir1.main(Kashmir1.java:99)
 
Originally posted by i485Jan
Hi palincal,

I have downloaded the Kashmir.class files and tried to run the file with some WAC nos. But I have got the following error.

C:\kashmir>type input.txt | java -classpath . kashmir.Kashmir1 > output.txt
Exception in thread "main" java.net.MalformedURLException: unknown protocol: https
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at kashmir.Kashmir1.<init>(Kashmir1.java:17)
at kashmir.Kashmir1.main(Kashmir1.java:99)
Hi, i485Jan,
Please use J2RE or J2SDK 1.4 or later.
I recommend the latest one.
You can download it from http://java.sun.com/
 
Hi kashmir,

Thanks for ur immediate reply. I have downloaded and installed the J2SDK 1.4.2 . But still getting the same error. Do I need to set the classpath or JAVA_HOME?
 
Originally posted by i485Jan
Hi kashmir,
Thanks for ur immediate reply. I have downloaded and installed the J2SDK 1.4.2 . But still getting the same error. Do I need to set the classpath or JAVA_HOME?
Please confirm Java version at first.
C:\> java -version
If it's old, please set PATH so that new one will be used.
 
i485Jan, rkara,

Just sent the list to you via PM. I had to split it in two msgs due to the length. My java knowledge is very limited so I can't help you with the problems.
 
Thanks kashmir, palincal

Kashmir,

my current java version is "1.3.1.9". Could you please explain how to set the class path. I am still getting the same error. Please help. My java knowledge is very limited.

palincal,

Looks like 1 number that I know, is missing from list.
 
> my current java version is "1.3.1.9".
> Could you please explain how to set the class path.
> I am still getting the same error.
> Please help.
> My java knowledge is very limited.

1) Remove old one 1.3.1.9.

or

2) Set PATH environment variable, not CLASSPATH.
It's independent from Java.
 
Yes, a couple of numbers may be missing as the process of collecting the wac numbers was cumbersome due to 1000 request limit. In one of Kashmir's stats I saw there were 124 cases while I have only 122.

With the -classpath option in the command line you don't need CLASSPATH env variable. I don't have CLASSPATH or JAVA_HOME set and my J2RE version is 1.4.1.2. You need to get the latest version. 1.3 is probably not good enough for making HTTPS requests.
 
Top