Sponsored Content
Special Forums Cybersecurity IT Security RSS Erroneous Pass/Fail Notifications Post 302473086 by Linux Bot on Friday 19th of November 2010 12:45:03 AM
Old 11-19-2010
Erroneous Pass/Fail Notifications

Executive Director Hord Tipton Regarding Erroneous Pass/Fail Notifications

Recently, (ISC)˛ sent incorrect exam result notifications to some CISSP certification candidates who had taken the exam in September and first week of October.  Some candidates who received ‘pass' notices had unfortunately failed the exam; others who had received ‘fail' notices actually passed. 

All those who received the faulty notices have been notified.  If you recently took the exam and have not been notified at the email address you provided when you registered, you can be confident that the exam results you received are accurate. 

Before I provide the details on how this happened and what we are doing to rectify the situation, I wish to publicly offer our heartfelt apologies to the candidates who received the incorrect exam results.  We understand the high-level of difficulty the CISSP exam presents to professionals and how hard candidates work to obtain their certifications to reap its many benefits, including better job opportunities and salaries.  During this tough economic climate, we realize that the certification has become even more desired by information security professionals and critical to obtain.  As a credential-holder myself, I know how heart-wrenching the exam process can be. We deeply regret any personal distress that may have been caused by these faulty notices.  I speak not just for myself, but for all (ISC)˛ employees and board members.

The error arose when we implemented a new scoring interface as part of our transition to a new exam delivery and scoring provider. Some candidates whose exam results were scored between October 15 and 21, 2010 received an inaccurate test result notification.  We have verified through rigorous testing and data review processes that the problem has been corrected, and we have since enhanced our quality assurance procedures to prevent it from occurring again. We have also verified that exam results scored before and after the period of October 15-21, 2010 are unaffected by the issue. The problem has been corrected, and we do not expect to encounter any further issues.

For the affected candidates who received ‘pass' notices and actually failed the exam, we are offering them a full refund of their exam fee, the opportunity to retake the exam at no charge, and a free online CISSP CBK Seminar.  Affected candidates can call (ISC)˛ Customer Support at +1-727-785-0189 and select menu choice 5 to begin the reimbursement process or discuss registering for an upcoming exam and online seminar at no cost. Further, we are in the process of creating venues for private exams for affected candidates should they wish to retest before the end of the year.  We will follow up with affected candidates to get them into these events. I offer my personal assistance to those who may need further explanation with their management or immediate supervisors.

It is our intent to ensure the integrity of the certification and hope our candidates understand these corrective measures are absolutely necessary. We are standing by to assist those candidates impacted by this unfortunate error as they move forward in their quest to become an (ISC)˛ credential holder.

If anyone has additional questions, please contact me personally at hord.tipton@isc2.org.  Thank you.

Image
Image

More...
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Deleting a File with an Erroneous Period

Hi - I am new to the Unix environment and have encountered a problem I can't resolve. I inadvertently created a data file with a period/dot at the end of the word 'dat', I.e. filename.dat. and can't remove it using the 'rm' command. In attempting to do so, I receive a message reading that the... (3 Replies)
Discussion started by: PLF
3 Replies

2. Programming

erroneous output

#include<stdio.h> int main () { FILE* f_read; FILE* f_write; char *string; f_read=fopen("file1","r"); while(!feof(f_read)); { fscanf(f_read,"%s",string); fprintf(stdout,"%s\n",string); ... (2 Replies)
Discussion started by: bishweshwar
2 Replies

3. Shell Programming and Scripting

Need to return fail or pass from shell script on the basis of pl/sql code execution

Hi guys, I am quite new in shell scripting. I am tring to promote some oracle jobs into control-M. In control-M, I am calling a script which establishes a connection with database and execute some procedures. Now I want if that PL/sql Block got failed script should return failure to... (2 Replies)
Discussion started by: alok1301
2 Replies

4. Shell Programming and Scripting

Erroneous file concatenation.

I have more than one files in a directory , namely GLOW_OUT.txt FIELD_OUT.txt BASE_OUT.txt ... SHOW_OUT.txt What I wanted to do is to I am working in Korn Shell What I did was : for file in <directory_name>/*.* ;do cat $file | grep -v '^$' >> temp_file rm $file done ... (7 Replies)
Discussion started by: kumarjt
7 Replies

5. Shell Programming and Scripting

Need help to write to log file whether the shell script call pass fail

I have the below script triggered daily at 330am in the morning, since last 7 days job not writing anything to database. below impala shell calling shell file which has sql , it is extracting data and loads to a flat file txt file. which is going wrong for last 1 week. need help, echo... (2 Replies)
Discussion started by: cplusplus1
2 Replies

6. Infrastructure Monitoring

Notifications not coming through

Issue: I'm not receiving notifications I can succesfully receive an e-mail if I do this on the command line: /usr/bin/mail -s "NAGIOS HOST ALERT on $HOSTNAME$" rgouette@butlerbros.com but, my command.cfg configuration below, refuses to send an e-mail when I set a service to a critical... (3 Replies)
Discussion started by: rgouette
3 Replies

7. UNIX for Beginners Questions & Answers

No SMS notifications once ppp up

Hi all, I have an Siemens IoT2020 with a Sim7000e cellular board that I connect via USB to the board and connect to Telstra Cat-M1 network. I can send and receive SMS and do so using Node-Red but can also do with Minicom etc. When connected I get : root@iot2000:~# dmesg | grep USB ACPI:... (0 Replies)
Discussion started by: antc
0 Replies
cm(3X)																	    cm(3X)

NAME
cm, cm_open, cm_close, cm_put - Kana-Kanji Conversion Manager Library SYNOPSIS
cc [ flags ...] files ... -lmle [ libraries ...] #include <mle/cm.h> #include <mle/env.h> #include <mle/cmkeys.h> Cm_session cm_open(cm_id, cm_initvalue, se_initvalue) Cm_id cm_id; struct cm_initstruct *cm_initvalue; struct cm_to_env *se_initvalue; int cm_close(cm_id, cm_session); Cm_id cm_id; Cm_session cm_session; struct cm_to_env *cm_put(cm_id, cmsession, inptr) Cm_id cm_id; Cm_session cmsession; struct env_to_cm *inptr; DESCRIPTION
This library defines the interface for presenting the input data and receiving the intermediate and final results of language-specific con- version process such as Kana-Kanji conversion. The current release supports such conversion for the Japanese language. Use of this library enables the user to construct a universal application system that can handle different languages, simply by describing language-independent input procedures (such as screen control) in the applications. When the user passes input data to the Conversion Manager (CM), two primary responses are returned from the CM. One is a character string resulting from the conversion process, which will be treated as the input data. The other is logical data describing the display request for the screen for any user interactions that have occurred during the conversion process. The user can expand the logical data into a visible screen image (physical data), which achieves the user interface for the conversion. The display request sent from the CM is presented as operations for the following four regions: - Intermediate region - Selection region - Mode region - Miscellaneous region The intermediate region is mainly used for showing the intermediate results of conversion. It consists of logical data in the following structure. int ce_cursor /* cursor position */ int ce_cursor_type/* cursor type */ e_char *ce_text /* text to display */ u_char *ce_text_attr/* attribute, color & type of text */ int ce_v_pos /* display position */ int ce_v_type /* meaning of ce_v_pos */ The image being input is indicated by this structure. The library user determines how to display this data on the screen, and where on the screen. The selection region enables the candidate selection process. It consists of logical data in the following structure. int ce_ncandidate/* number of candidates */ e_char **ce_candidate/* array of EUC strings for candidates */ int ce_prevexist /* whether previous candidate exists */ int ce_nextexist /* whether next candidate exists */ e_char *ce_sel_prompt/* user prompt for selection operation */ ce_prevexist being true indicates that one or more candidates follow, and ce_nextexist being true indicates that one or more candidates precede. The mode region is used for presenting the modes the CM has. It consists of logical data in the following structure. ((mode_name mode_value)(mode_name mode_value) ....) It is the library user's responsibility to ensure the correspondence between the mode names and the values to be displayed. The miscellaneous region is used for achieving other display operations such as displaying help messages and adding to dictionaries. It comprises three subregions: - Interactive subregion - Label subregion - Message subregion Logical data for each subregion is represented by the structure shown below. Interactive subregion int ce_cursor /* cursor position */ int ce_cursor_type/* cursor type */ e_char *ce_text /* text to display */ u_char *ce_text_attr/* attribute, color & type of text */ int ce_v_pos /* display position */ int ce_v_type /* meaning of ce_v_pos */ Label subregion e_char *ce_text /* label text */ Message subregion e_char *ce_text /* text to display */ int ce_prevexist /* previous text exists */ int ce_nextexist /* next text exists */ Refer to cm_put() for details on operations for these regions. FUNCTIONS
cm_open() declares the beginning of the use of the CM specified by cm_id. The current release only supports (int)1 as cm_id. cm_initstruct contains the members shown below. e_char *env_value; /* unused */ struct usr_auth_info { int uid; /* user ID */ char *user_name;/* user name */ int gid; /* group ID */ char *grp_name;/* group name */ int hid; /* host ID */ char *host_name;/* host name */ } cm_close() terminates the session initiated by cm_open(). cm_put() passes operations for regions to the CM, and receives instructions from the CM. The env_to_cm structure contains the request and information to be passed to CM. The cm_to_env structure contains the operation request generated as a result of processing the request, and the pointer to that structure is given as the return value of the cm_put() function. OPERATIONS SENT TO CM The env_to_cm structure consists of the following elements. struct env_to_cm *ec_next; /* pointer to next structure */ Operation_type ec_operation; /* operation sent to CM */ union { /* parameters required for the operation */ } A single call can send multiple requests by chaining the sets of an operation and associated parameters. ec_next being NULL represents the last structure in the chain. The following lists the operations defined in <mle/cm.h>. CM_RESET Reset request for CM CM_SIMPLE_EVENT Data input to CM CM_CMON Reporting that CM became ON CM_NOP No operation The following operations are used in the selection region. CM_NEXT_CANDIDATE Direct CM to send next candidates CM_PREV_CANDIDATE Direct CM to send previous candidates CM_SELECT Notify CM of selected candidate's id CM_ABORT_SELECTION Direct CM to stop selection CM_SELECT_INVALID Notify CM of invalid selection OPERATIONS SENT FROM CM The cm_to_env structure consists of the following elements. struct cm_to_env *ce_next; /* pointer to next structure */ Operation_type ce_operation; /* operation sent to CM */ union { /* parameters required for the operation */ } Since multiple sets of an operation and associated parameters may be chained, the user should process the request from CM until encounter- ing a structure where ce_next is NULL. The following operations are defined in <mle/env.h>. ENV_COMMIT Pass the committed string ENV_SET_CURRENT_REGION Specify active region ENV_NOP No operation ENV_CM_OFF Switch to CM OFF state ENV_SETKEY_CM_ON Define key for making CM active The following operations are used in the intermediate region. ENV_INTERM_RESET Reset intermediate region ENV_INTERM Identify intermediate region The following operations are used in the selection region. ENV_SELECT_RESET Reset selection region ENV_SELECT Start selection and identify selection region ENV_SELECT_END End selection ENV_SELECT_NEXT Get next candidates ENV_SELECT_PREV Get previous candidates ENV_SELECT_COMMIT Request selected candidate to be committed ENV_SELECT_NEXT_CAN Make next candidate active ENV_SELECT_PREV_CAN Make previous candidate to be active ENV_SELECT_TEST Test whether selected candidate can be comitted The following operation is used in the mode region. ENV_SET_MODE Display mode The following operations are used in the miscellaneous region. ENV_MISC_RESET Reset miscellaneous region ENV_M_INTERACTIVE Display interactive subregion ENV_M_LABEL Display label subregion ENV_M_MESS Display message subregion ENV_M_MESS_NEXT_P Display next page of message subregion ENV_M_MESS_PREV_P Display prev. page of message subregion Refer to mle/cm.h,mle/env.h and mle/cmkeys.h for a complete list of parameters. BUGS
Addresses returned from cm_put() and all parameter addresses should be treated as read-only data. The results may be unpredictable if these addresses are modified. In JFP, this library is provided for a compatibility with a certain application which has ENV/CM type interface for its japanese input mothod. Therefore, Misc Region is not supported. 27 March 1992 cm(3X)
All times are GMT -4. The time now is 12:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy