%@LANGUAGE="VBSCRIPT"%>
<%
' ================================
' AIS Debug variables
' ================================
Dim AISdebugSet
AISdebugSet = "N"
' =====================================
' Make sure to catch any database error
' =====================================
On Error Resume Next
' ================================
' AISNews Recordset and variables
' ================================
Dim AISNews
Dim AISNewsError
Dim AISNewsIndex
Set AISNews = Server.CreateObject("ADODB.Recordset")
AISNews.ActiveConnection = MM_Foundation_STRING
AISNews.Source = "select M.msg_id,M.title,M.abstract,M.author,M.details,M.urgency,M.msg_date,M.expiry_date,M.app_name,A.name from navigator.app_messages M, navigator.sys_applications A where M.app_name = A.code and trunc(sysdate) between M.msg_date and M.expiry_date-1 order by msg_date desc"
AISNews.CursorType = 0
AISNews.CursorLocation = 2
AISNews.LockType = 1
AISNews.Open()
' Check that DB connection and SQL run went fine
If Err.Number <> 0 Then
AISNewsError= Err.Description
Else
AISNewsError= "None"
End If
AISNewsIndex = 0
' ================================
' AISFocus Recordset and variables
' ================================
Dim AISFocus
Dim AISFocusError
Dim AISFocusIndex
Dim AISFocusShownAlways
Dim AISFocusToBeShown
Dim AISFocusRequestedId
Dim AISFocusContent
Dim AISUpperLeftImage
Dim AISUpperRightImage
Dim AISNextFocusId
Dim AISPreviousFocusId
Set AISFocus = Server.CreateObject("ADODB.Recordset")
AISFocus.ActiveConnection = MM_AISweb_STRING
AISFocus.Source = "SELECT id, title, text, upper_right_image, upper_left_image, date_from, date_to, always_shown FROM articles WHERE (articles.date_from<=Date() Or IsNull(articles.date_from)) And (articles.date_to>=Date() Or IsNull(articles.date_to)) ORDER BY articles.always_shown,articles.id;"
AISFocus.CursorType = 0
AISFocus.CursorLocation = 2
AISFocus.LockType = 1
AISFocus.Open()
' Check that DB connection and SQL run went fine
If Err.Number <> 0 Then
AISFocusError= Err.Description
Response.Write(""&AISFocusError&"")
Else
AISFocusError= "None"
End If
AISFocusRequestedId = Request.QueryString("focusid")
' ================================
' AIS Procedures used in page
' ================================
sub getFocus()
' ===========================================
' GET FOCUS
' This procedure build the focus and store it
' in the AISFocusContent variable
' ===========================================
If (AISFocus.EOF OR AISFocusError<> "None") Then
Call AISdebug("Focus query returned NO records - maybe database connection error or no focus active")
' No focus found, maybe an error connecting the database or none is active...
' Display a default hardcoded focus item
AISFocusContent= ""
AISFocusContent = AISFocusContent & "
CERN home > IT Department > AIS Home | Internal | |
AIS Administrative Information Services |
|
|
PAD Frequently Asked QuestionsA problem that you may encounter may be very common, so check below to see if any of these frequently asked questions match your requirements. GENERAL What are the sytem requirements to use PAD? You get the message: Where can I get some training on PAD? When I connect to PAD, I get the following message: EXTERNALS What type of externals can I enter in PAD? I have entered a NEW external in PAD but cannot see it? How far does the responsibility of the contact person go for an external at CERN? COSTING GENERAL What are the sytem requirements to use PAD? Please check this exhaustive list of PAD's system requirements. You get the message:
When you've just installed W2000 and try to access PAD using Internet Explorer the message above will appear. Solution:
PAD is used by all divisional and group secretaries at CERN except HR, FI Divisions and Users' Office. PAD stands for Personnel Administration for Divisions. This application is used to create external persons, enter and modify internal addresses and update costings. Where can I get some training on PAD? If you are requested to use PAD and need training, please contact Doreen Klem by email or call 77609. When I connect
to PAD, I get the following message: To solve this, please follow this procedure.
EXTERNALS What type of externals can I enter in PAD? In PAD you can only enter externals who are present at CERN in your division for a given period of time for which you need to enter a contact person, the reason of their stay at CERN and the start and expiry of their contract. I have entered a NEW external in PAD but cannot see it?
In most cases this situation happens when you enter a NEW external in PAD in the future and not at today's date. For example, let's assume that today's date indicated in the 'From' field is 06-DEC-2001 and you enter your NEW external on 01-JAN-2002 and hence enter 01-JAN-2002 in the 'From' field. When you then try to search for this NEW external at today's date (06-DEC-2001), you will not find the person because the later exists in PAD only as from the 01-JAN-2002. Therefore, when entering your NEW external, please do not modifiy the date appearing in the 'From' field. Leave todays' date in the 'From' field and enter the NEW external contract dates in the 'Start' and 'Expiry' fields. How far does the responsibility of the contact person go for an external at CERN? Xavier Daney, HR division: (original version) "A mon avis, le garant CERN ne peut tre responsable que des dmarches habituelles entreprendre (lettres, information de l'employeur, etc.) en cas de non respect par un EXTERNAL de ses obligations vis vis du CERN. Dans le cas qui vous occuppe, le garant ne peut tre financirement responsable du non paiement de frais de logement. Par contre, il doit tout faire pour obliger l'EXTERNAL dont il est le garant payer les factures et frais non pays" [1] COSTING While entering my costing lines, I get an error message saying that mandatory fields are not filled eventhough they are Here are the steps to follow:
|
|||||||||||||||||
Last update:
Thursday, 20-Mar-2008 9:36
|