Debs Bharadia

Greenhorn
+ Follow
since Jun 22, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Debs Bharadia

But surprisingly my voucher does NOT say anything like that ..I already email the "whotocontact" id telling this problem..
My voucher says this -

Thank you for your order of a Sun certification assignment. This assignment is valid in the country for which it was purchased.

We are presently setting up permissions for you to download the assignment at http://www.certmanager.net/sun_assignment/, and will send you an e-mail message to confirm this is complete within 48 business hours.

If you have paid for the assignment using purchase order or check, you will receive detailed assignment instructions when payment is received.

If you have paid for the assignment by training credit, you will receive detailed assignment instructions after verification of training credit funds.

To login to the database, please reference your Prometric score sheet provided at the time of your prerequisite exam. Please enter your Prometric Candidate ID which consists of 9 characters, e.g. 123456789. Some use "SP" or "SR" as a prefix, e.g. SP1234567. If you have never logged on before, you will be prompted to create a unique password before continuing.

Once you have logged in, please select the Test History button and then the Assignment button to download your assignment. Under Personal Info, please also review the spelling of your name and mailing address, and correct as necessary.

When uploading your assignment, some candidates experience problems uploading files greater than a 1000K. We suggest optimizing the graphics to reduce the file size to between 200k and 400k. If the password you have created contains the # sign, please create a new password without the # sign as this may possibly cause problems when you are trying to upload your assignment.

Please be aware that you are allowed only one upload. Make sure to review your assignment thoroughly prior to uploading it. Should you need to upload a revised version of your assignment before it is graded or if you fail the assignment, you will need to contact your local Sun office to pay the respective resubmisson fee.

For Sun's certification terms and conditions, please go to http://sun.com/training/cert_policies.

If you have any questions, please contact Sun via e-mail message at who2contact@central.sun.com. Please include your name and/or Prometric Candidate ID.
I am trying to upload my assignment as my test is in a few hours..and the upload site is telling
"You do not have the rights to upload..."
it is the site given in Sun email and where from I downloaded the assignment..
Can somebody help with any idea why this should happen and how to fix it?

Thanks.
Thanks a lot Roel and Roberto!
Those were really helpful tips.
Thanks Roberto! I am feeling more confident now.

On a different note:
How do I update any field of the database file??
I am using RandomAccessFile and seems like the only way is to rewrite the file..is that true..isn't there a smarter way??
Hi Ranchers!

This forum is vey helpful. Already got quite a few of my questions answered. Thanks!!

I am working on URLyBird1.2.2. Update method signature in the interface provided by Sun is like -

"
// Modifies the fields of a record. The new value for field n
// appears in data[n]. Throws SecurityException
// if the record is locked with a cookie other than lockCookie.
public void updateRecord(long recNo, String[] data, long lockCookie)
"
Every record has fields like - Status code(2), Hotel Name(64), City(64), Max Occupancy(4), Smoking(1), Price Per Night(8), Dates Available(10), Customer Holding(8) in that order.

It is not clear from the instruction whether or not I should consider the status flag as part of a record. In other word, the String[] parameter in the updateRecord method, should have a value corresponding to the status flag or not?? (Is it an array of size 7 or 8)?

From the instruction, I am guessing it should be an array of 7 without the status flag, but I am not sure.
Also, if that's true, how am I going to update the status flag? The delete method is talking about a physical delete.

Hoping someone has an answer. I am not very clever.

Thanks in advance.
Debs