Authentication error on Job submit from EM (VNI 2015)

we have oracle 8.1.7 on windows 2000 advance server recently updated with patch 8.1.7.2.1 and 8.1.7.2.5.
Here is my SQLnet.ora file:
NAMES.DEFAULT_DOMAIN = hq.xxx.net
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
My question is :
Why am i getting following errors? And where can i find the dll's that are missing from the below trace file.
I also tried commenting SQLNET.AUTHENTICATION_SERVICES line in sqlnet.ora file but i still getting same error.
Please somebody help me.
Here are the lines from dbsnmp.trc file:
[01-APR-2003 10:45:52] nau_fad: The following authentication adapter dll does not exist: orangss8.dll
[01-APR-2003 10:45:52] nau_fad: exit
[01-APR-2003 10:45:52] nau_fad: entry
[01-APR-2003 10:45:52] nau_fad: The following authentication adapter dll does not exist: oranidx8.dll
[01-APR-2003 10:45:52] nau_fad: exit
[01-APR-2003 10:45:52] nau_fad: entry
[01-APR-2003 10:45:52] nau_fad: exit
[01-APR-2003 10:45:52] nau_fad: entry
[01-APR-2003 10:45:52] nau_fad: exit
[01-APR-2003 10:45:52] nau_fad: entry
[01-APR-2003 10:45:52] nau_fad: exit
[01-APR-2003 10:45:52] nau_fad: entry
[01-APR-2003 10:45:52] nau_fad: The following authentication adapter dll does not exist: oranoss8.dll
[01-APR-2003 10:45:52] nau_fad: exit
[01-APR-2003 10:45:52] nau_fad: entry
[01-APR-2003 10:45:52] snmiloq_LockOutgoingQueues: Thread 000006a4 locking
Thank you
Umesh

The machine was in an NT domain. It had been upgraded to 2000 from NT. I don't think the effective setting stuff for the log on as batch permission was causing us problems until we upgraded (presumably the log on as batch isn't chained down until 2K) - hence I thought I'd suggest it to you, sorry it hasn't helped!
Do let me know when you've figured out the problem as I dare say I'll come across it sooner or later!
Regards
Jason.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by struggling:
thanks Jason. I verified that the effective setting is checked for the accounts I'm trying to use, and I made sure I'm not specifying the domain before the user name (i.e. using local users). this machine is not in a Win 2000 domain (aka active directory) however, was the machine you used in an NT 4 domain or a Win 2000 one? I'm thinking the active directory stuff is what's getting in my way.
<HR></BLOCKQUOTE>
null

Similar Messages

  • Authentication Error while Sending Email from SMTP server.

    Authentication Error while Sending Email from SMTP server.  Can receive emails but cannot send emails from this account. 

    no email account was setup on the phone unless it was issued by your company.
    gmail is required but no server address ports to enter.
    my gmail account was setup before i took delivery of the phone but could have been done when phone was activated.
    i added cox pop3 email and had to manually enter both pop3 and smtp servers with both boxes checked on both servers.
    i doubt if it's a verizon issue.

  • 404 error when hit submit from php file for requested path E:\vise\jqproject\web\errorpages\403_error.htm

    I have a php script that when I hit submit, it submits the form to another php file with a get command.  This worked about a month ago, but this month it's having issues.  This is what the relevant code looks like in the table php file. Running
    table.php shows the table in the browser and has 404 errors when I hit submit.
    table.php:
        <body>  
            <h1> Visual Evaluation Entry Table </h1>
            <form method="get" action="visEupload.php">
        <table id="bigTable" border="1">
            <thead>
             <tr>
               <!--<th id="bandY" class="col3">Bands @263mm Y</th><th id="bandM" class="col3">Bands @263mm M</th><th id="bandC" class="col3">Bands
    @263mm C</th><th id="bandK" class="col3">Bands @263mm K</th><th id="Comments" class="col3">Comments</th>-->
             <th id="bandY" class="col3">Bands @263mm Y</th><th id="bandM" class="col3">Bands @263mm M</th><th id="bandC" class="col3">Bands
    @263mm C</th><th id="bandK" class="col3">Bands @263mm K</th><th id="Comments" class="col3">Comments</th>
             </tr>
            </thead>
            <tbody>
                <tr name="MCBands" id="9214">
                    <!--<td><input name="Yevaluation" ></td>  //Row 0 Column 1-->
                    <!--<td><input name="Mevaluation" ></td>  //Row 0 Column 2-->
                    <!--<td><input name="Cevaluation" ></td>  //Row 0 Column 3-->
                    <!--<td><input name="Kevaluation" ></td>  //Row 0 Column 4-->
                    <!--<td><input name="comment" ></td>  //Row 0 Column 4-->
                    <td><input name="bandY" ></td>  <!--//Row 0 Column 1-->
                    <td><input name="bandM" ></td> <!-- //Row 0 Column 2-->
                    <td><input name="bandC" ></td> <!-- //Row 0 Column 3-->
                    <td><input name="bandK" ></td><!--  //Row 0 Column 4-->
                    <td><input name="comment" ></td>
                </tr>
            </tbody>
        </table>
          <input id="submit" type="submit" class="list" name="submit" value="Submit To Database" >  
           <!--maybe move all php part to other file-->
           </form>
        </body>
    The server is mapped so when we run it off of the server, we use the server ip address and my file name and skip the rest of the path, which works fine with the table.php file, so that mapping appears correct.  When I run it off of the server (from my
    desk) and hit submit it gives me a 404 file or directory not found.  When I run it locally on the server, it's saying it can't find the file name, but it says the requested url is `http://localhost:80/errorpages/403_error.html.`  Physical path: E:\vise\jqproject\web\errorpages\403_error.html. 
    The error message says the notification is from the MapRequestHandler of Module IIS Web Core. I'm not sure why the requested url/path isn't referring to visEupload.php.
    (Running on the server) When I change the action in the table.php get to include the IP address, it's behaving weirdly:
    Module IIS Web Core Notification MapRequestHandler Handler PHP53_via_FastCGI, Requested URL `
        http://localhost:80/13.141.xxx.xx/visEupload.php?bandy=xx&bandM=xx&bandc=hj&bandk=xx&comment=xx&submit=submit+to+database
    physical path shows as E:\visE\jqproject\web\13.141.xxx.xx\visEupload.php
    Login Method and user Anonymous.
    When I change the url to just be
        localhost/viseUpload.php
    it's getting HTTP Error 404 not found.  Any ideas why it's not finding the visEupload.php file?  It has the correct .php extension.  In file properties it's a type php file with name visEupload.php.  
    I took a look at
    [404 error][1] but I see my "allowUnlisted="true" in applicationHost.config. I'm not using sitefinity, though. 
    I'm not sure if something got over-written when we did a server windows update.  
    I know we were having a problem with get and post a couple months ago and we had to add them to the IIS Manager Handler Mappings somewhere, but don't remember where we added them to check.  Since I tried directly accessing the visEupload.php without any
    get (and commented out get code in the file) it should have worked if that was the issue.
    We are running server 2008 R2 and I'm not sure which version of IIS it is.
    In case it matters, this is the contents of the visEupload.php:
        <!DOCTYPE html>
        <html lang="en" >
        <head>
        <meta charset="utf-8" />
            <title>Big Table</title>
        </head>
        <body>
        <?php
            require_once( "../classes/class.OLAPdatabase.php");
            require_once( "../common/Session.php");
            $OLAPdb = new OLAPdatabase;
              handling of the get part is commented out
           ?>
        </body>
    All I can think of is that when I access visEupload.php it's running from the get/action in table.php.  This might be a different user running in the system.  I tried changing visEupload.php file properties to have full control for IUSR and Internet
    Guest Account.  It already has full control for System, and me.  Users have read & exeture and read permissions. Or maybe it's something that has to do with how the directory is mapped out.  I'm not sure what could be affecting this, and
    why the message said it can't find the path to 403_error.html.
      [1]: http://www.sitefinity.com/developer-network/forums/bugs-issues-/server-error-404---file-or-directory-not-found
    Michele Cleary

    Hello,
    for IIS question better ask in http://forums.iis.net/
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • Authentication error when sending email from workflow but list alters email work fine

    I have a list. When a user enables alert on this list then he/she is able to receive email from SharePoint when someone adds a new item or change item.
    But emails sent by SharePoint workflow or Nintex workflow are not being sent. Error is:
    Error 530 5.7.1 Client was not authenticated
    Why emails are not being sent by workflows?
    EDIT
    And by SharePoint workflow, I mean OOB Publishing workflow.

    Hi Frank,
    For solving your issue , you can do as the followings:
    1. Check all the email addresses are valid and they are not blocked by your SMTP admin
    2. Check firewall settings if emails are blocking by any firewall or antivirus
    3. You need to also check SPLog file if anything log there
    4. Also create simple workflow with SharePoint Designer 2013, and give proper email to check whether it is working or not
    Here is a similar article for you to take a look at:
    http://techsuite.wordpress.com/2008/12/08/workflow-history-the-email-message-cannot-be-sent-make-sure-the-outgoing-email-settings-for-the-server-are-configured-properly/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Job rejected with "2015 -Authentication errors"

    Environment:
    Oracle server : Sun Solaris 2.8, Oracle 8.1.5
    OEM/Management server: Windows 2000, Oracle 8.1.6
    Agent is running fine on Solaris and pingable from Windows OEM Console.
    Preferred confidential setting:
    For oracle database: SYS/syspassword, Role: SYSDBA
    For SunOS node: Oracle/oracel_account_password
    For listener: none
    Problem:
    Created a job, run task "Run SQL script", got "2015 -Authentication errors" and job failed.
    Thanks in advance

    Preferred confidential setting:
    For oracle database: SYS/syspassword, Role: SYSDBA
    For SunOS node: Oracle/oracel_account_password
    For listener: none
    Above is what you listed in your post. Try using your SunOS username and logon instead of the Oracle/oracel_account_password.
    Also, on Windows NT, the os user must have the advanced user right "logon to submit batch jobs" or something like that.
    Hope this helps What about node password
    one think more give right {Batch job create } to nt user

  • Vni-2015 error

    Hello,
    When I submit jobs under OMS, for example, the full export of a database, it fails with the vni-2015 error. I describe underneath, the steps made.
    OS:Windows XP Pro Version 2002 SP1
    Database : Oracle 9i 9.2.0.1.0
    I opened a windows session locally as the user "TEST". He belongs to "Administrators" and "ORA_DBA" groups.
    I defined a database for the Management Server. While the database is open, I started at first, Oracle Intelligent Agent and then OMS as services.
    Connecting to OMS for the first time as sysman/oem_temp, I added a user "TEST" with the following privileges : login as a batch job, access to system events. The password of this user corresponds to that of the OS user.
    For each and every database, identified by OMS, the connections are established as sys with the role sysdba. The connection to the thread is made as "TEST".
    The user is authorised to access all of the databases, the thread and the listener too.
    I don't know where I went wrong. I am roaming around this problem since yesterday. Any help would be greatly appreciated.
    Best regards.
    R.Tirou
    As I went through the logs, I read this in "nmiconf.txt".
    DBSNMP for 32-bit Windows: release 9.2.0.0.0 - Production on 15-SEP-05 16:11:39
    Discovering services on TIROU_DEV configured on host addresses {TIROU_DEV }
    Warning : Error while sourcing third party discovery file emddiscover.tcl : unable to get value "em_loc" from key "HKEY_LOCAL_MACHINE\Software\Oracle": Le fichier spécifié est introuvable.
    Message was edited by:
    TIROUMALAI
    As I searched for solutions on the web, I found a message from Nabila Mekkaoui asking to delete the file 'emddiscover.tcl' referenced in nmiconf.lst. I did so and thus the intelligent agent runs correctly ( verified via agentctl utility ). But the same error arises when I submit jobs via the Management Server.
    Message was edited by:
    TIROUMALAI

    Hello,
    I have the very same problem:
    OMS is running, the listener is running, the services are running.
    In OMS I specified the local administrator (who always has the right to log on as a batch job) for the node-ID credentials and the sysdba-database user for the database.
    Yet I always get the error
    VNI-2015 : The Node preferred credentials for the target node are either invalid
    or do not have sufficient privileges to complete the operation.
    On Windows platforms, the Node credentials specified for the Windows target
    should have the "Logon as a batch job" privilege.
    I also tried with another user whom I specificly gave the right to log on as batch job.
    Still, the VNI-2015 error persists.
    What is wrong here? Oracle immedieatly lets the job fail. It is checking very quickly the credentials somewhere and immediately puts the job into the job history with the above message.
    Someone from Ooracle should know?
    On the node I tried to specify the user with
    Administrator
    instead of
    servername\administrator
    Then the job fails without any error message, just absolutely no output.
    This problem persists for weeks now.
    Any hint is greatly appreciated.
    Sincerely
    Andreas

  • Authentication Error when I execute JOBS in OEM registered by OWB !!

    Hi !
    As I saw in the last question JOBS with
    authentication error it's a commum problem ....
    So follow I will detail what's happening with me:
    I4m using the OWB and I did a map to extract data from two tables
    on my source database and populate a destination dimension table, in my destination database.
    I deploy this map, it4s sucesfull;
    I run the map from OWB and it populates the destination dimension table perfectly;
    I saved the TCL file and it4s OK;
    I choose "Register in OEM" option and it register sucesfull;
    but ... when I open the OEM and run the job from OEM, it fails !
    It give this error:
    VNI-2015 : Authentication error
    Even when I try do it with "sysman" user
    Could you help me ?
    Thanks,
    Renato

    Hi,
    Please check whether you have carried out these steps. Because I had the same problem and I resolved it.
    1. I reckon you would have installed OWB and OEM.
    2. In OEM if you are using the default SYSMAN user for running jobs, you should create the user SYSMAN in the OWB schema and assign the role SYSDBA, DBA AND OEM_MONITOR.
    3. If you created a new user in OEM to run the jobs, you should create the user in OWB schema and assign the roles SYSDBA, DBA & OEM_MONITOR.
    4. Then under your Windows NT/2000, create the OEM user and assign the user the rights "Logon as Batch Job to Run" previlege.
    5. Configur OEM preferred credintials for NODE, DATABASE with proper values. The NODE user/password must be the one you have created under step 4.
    6. Configur OWB with the OEM user. This can be done under Projects/Preferences, selecting OEM tab. The user/password must be thesame as under step 4.
    If you do these things, not necessarily in the order mentioned, you should be able to run the jobs.
    Best of luck.

  • VNI authentication error

    authentication error appears whenever any job is submitted. i'm using oracle 8.1.7 standard edition. preferred credentials of DB are system/manager, and node credential is NT local user with 'log on as batch job' privilege.
    But i find the same problem every time!!!
    anybody can help me?
    thank you
    mari

    Dear Mari,
    I don't think that the fact that you are using DHCP is the cause of your predicament since I am using DHCP too with no problems.
    What you could do is check the Local Profile configuration of the Net8 Assistant. Ensure that under Oracle Advanced Security, none of the Available Methods inthe Authentication tab (including NTS) are selected. Save the new Net8 configuration and exit.
    Once again, I must reiterate that the Windows NT account (having "Log on as a batch job" privilege) you are using to launch Oracle Enterprise Manager must be the same user whose login name and password are stored in the Preferred Credentials for the concerned Node. Submit the job to OEM only after logging in to the operating system (Windows NT) as this user.
    Ciao!

  • Error reading job logs of Apps server from Central Instance

    Dear Gurus,
    We have newly installed system with one CI ( cluster environment) and 2 application Instances.
    Systems are recently installed by other team. I am looking into support part after handover.
    We have noticed below error while reading failed background job logs from our CI. If suppose any job is failing, we can read respective job log from that application instance but it throws error while reading job log from CI to either of application instance.
    I checked /sapmnt/SID/global is shared among all 3 servers and i am successfully able to "Touch a" from applications instances.
    Even though i have given "777" permissions to all folders like  /sapmnt/SID , /sapmnt/SID/global , /sapmnt/SID/global/400JOB*
    I am not able to read job log from CI , for same failed job I can read job log from respective application instance.
    Error log :
    Error reading job log JOBLGX00080700X39290
    Message no. BT167
    Diagnosis
    The background processing system was unable to read the job log named in the message.
    This message suggests that there is a problem with the TEMSE storage system of the SAP system.  The TEMSE storage system is a repository for temporary objects, such as job logs and spool requests. Job logs are always stored in the TEMSE as operating system files.
    This error occurs if the TEMSE system is not able to find or access the file that contains the text of the job log that you requested. Possible causes for the loss or unavailability of the job log include the following:
    Someone deleted the required TEMSE file (from the operating system, not from within the SAP system).
    A CRON (or equivalent scheduler) job has deleted the TEMSE file.
    The file system in which the TEMSE stores its files is not mounted or is not accessible (NFS problem, disk failure, or similar problem).
    The TEMSE reorganize or consistency check functions were used within the SAP system and deleted the job log.
    SM21 logs :
    Error 2 for write/read access to a file. File = /usr/sap/SID/SYS/global
    BP_JOBLOG_SHOW: Failed to display jobs. Reason:
    > Error reading job log JOBLGX00080700X39290
    Strange this is I can check failed job log on one application instance frfom other application instance but not from CI.
    Kindly throw some lights where to check.
    Regards,

    Hi Shravan,
    I guess it is related to permission to /sapmnt/SID/global folder. Please ensure owner is sidadm:sapsys in all the systems viz CI, App servers etc.
    Check the mounting options are correctly set with read/write mode.
    Hope this helps.
    Regards,
    Deepak Kori

  • Remote Desktop Connection Authentication Error from Windows 8.1 Pro to Windows 7 Pro

    I keep trying to connect to my server running Windows 7 Pro from my laptop running Windows 8.1 Pro, but I get the following message after providing
    my credentials:
    "An authentication error has occurred (Code: 0x8007001f)"
    I can't find any reference to this error code being associated with using remote desktop.

    Hello,
    Are you connecting to a server as part of a domain ? if so confirm you are using adequate credentials for remote desktop for example: username: domain\administrator 
    if not you can try connecting to the localhost using:
    username: .\administrator   - for example
    also you can try running your remote connection in admin mode:
    Win + R - bring up run then type:
    mstsc /admin
    hope that helps.
    Cheers,
    Harry

  • Authentication error trying to download and open a book from my library using Windows 8 on my Surface2 tablet.

    When I chose ePUB as the download option for books from my library, the Overdrive Media Console application times out and locks up.  I get an Authentication error saying unable to open.  Then, I am unable to return to books to try another download option as the item did not successfully open using the Adobe Reader Digital Rights Management.

    See http://windows.microsoft.com/en-us/windows/change-file-open-program#1TC=windows-7
    Also http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7

  • Authentication Error from Room Console

    Hey,
    trying to add rooms and getting an "Authentication Error".
    I understand there is no limit to the amount of rooms that could  be made. Maybe its how we are naming them? room100 ?
    Also, is there any recommended way to 'stress test' the site. I'm guessing we would only need to worry about our server and LCCS should scale as needed.
    thanks.
    ...russ

    Now its suddenly working fine..dont know what was wrong before..
    Thanks for the answers.
    With Regards,
    Sarat

  • Job submitting fails (VNI-2015) - VARIANT

    Here a little variant of the VNI-2015 problem!
    On the managed node i have created a local user who is also a local administrator with the "log in as batch jobs" right. Also i have enabled the logging for all system-events like log in /log out.
    The same user is a superadministrator in OEM with preferred credential for the managed node and database (username and password).
    When i create a backup job with the wizard i register a log-in in the system-event and a log in to the database in the application-event(? - is a german version). After completing the wizard for the backup-strategie i register the log out in the system-event.
    When i now submit the job to the node i register nothing as if the OEM did not try to connect to the node and after a few seconds i receive the VNI-2015 error-message.
    Could anybody explain this behavior?
    Thanks

    sorry, i forgot the systemdetails:
    Managged node: Win2000 SP4, DB: 9i release 9.2.0.1.0 EE
    OEM server: Win2000 SP4, DB: 9i release 9.2.0.1.0 standard

  • How to check my job name from the database...

    I have written one job scheduler which is as follows :
    SQL> ED
    Wrote file afiedt.buf
    1 DECLARE
    2 X NUMBER;
    3 JobNumber NUMBER;
    4 BEGIN
    5 SYS.DBMS_JOB.SUBMIT
    6 (
    7 job => X
    8 ,what => 'scott.SPLITSMS;'
    9 ,next_date => SYSDATE+1/1440
    10 ,interval => 'SYSDATE+1/1440 '
    11 ,no_parse => FALSE
    12 );
    13 JobNumber := to_char(X);
    14* END;
    15 /
    PL/SQL procedure successfully completed.
    Now I want to check whether the job has been really created or not?
    so for that I have used the following command line:
    SQL> SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS';
    SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    how to check my job name from the database...
    what is the command used to check the job_name ????
    and how can i ensure that my job scheduler is running properly...???
    please help ........my dear friends.....!

    957029 wrote:
    Now I want to check whether the job has been really created or not?
    so for that I have used the following command line:
    SQL> SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS';
    SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS'
    ERROR at line 1:
    ORA-00942: table or view does not existYou can use DBA_* views only if the User has been Granted a DBA Privilege.
    how to check my job name from the database...
    what is the command used to check the job_name ????You can use USER_JOBS view to check. But, is it not that you have just created the Job, so you must be knowing it?
    and how can i ensure that my job scheduler is running properly...???If USER_JOBS.FAILURES is Non Zero, that means the Job has encountered a problem that needs to be Investigated. Similarly, the LAST_DATE, LAST_SEC, NEXT_DAY, NEXT_SEC can be used to determine if the Job has been running successfully.
    if you are on 11g, you should consider using DBMS_SCHEDULER.

  • Authentication error (0:5:111) error during Online Oracle DB backup

    Hi All,
    larger database backup have been failing with below error from Networker backup tool.
    channel CH5: starting piece 1 at 06-JUN-12
    RMAN-03009: failure of backup command on CH4 channel at 06/07/2012 05:24:16
    ORA-27192: skgfcls: sbtclose2 returned error - failed to close file
    ORA-19511: Error received from media manager layer, error text:
    Authentication error (0:5:111)
    continuing other job steps, job failed will not be re-run
    channel CH4: starting full datafile backup set
    channel CH4: specifying datafile(s) in backup set
    Backup got successfully completed for small database backup like "user" or "system" tablespace including control file and also manual backup got completed from oracle client end.
    Kindly suggest what to do ...........
    Thanks,
    Sabarna Deb

    Hi,
    And did you try the following backup command?
    RUN {
    ALLOCATE CHANNEL CH1 TYPE 'SBT_TAPE';
    ALLOCATE CHANNEL CH2 TYPE 'SBT_TAPE';
    ALLOCATE CHANNEL CH3 TYPE 'SBT_TAPE';
    ALLOCATE CHANNEL CH4 TYPE 'SBT_TAPE';
    ALLOCATE CHANNEL CH5 TYPE 'SBT_TAPE';
    SEND DEVICE TYPE 'SBT_TAPE' 'NSR_ENV=(NSR_CLIENT=uidl1-rac-a18-002)';
    # Set the maximum stream per tape-channel.
    set limit channel CH1 kbytes 8388600;
    set limit channel CH2 kbytes 8388600;
    set limit channel CH3 kbytes 8388600;
    set limit channel CH4 kbytes 8388600;
    set limit channel CH5 kbytes 8388600;
    BACKUP
    FULL
    FORMAT '%d_%U'
    DATABASE
    INCLUDE CURRENT CONTROLFILE
    PLUS ARCHIVELOG
    RELEASE CHANNEL CH1;
    RELEASE CHANNEL CH2;
    RELEASE CHANNEL CH3;
    RELEASE CHANNEL CH4;
    RELEASE CHANNEL CH5;
    Regards,
    Tycho
    Edited by: tychos on 8-jun-2012 10:27

Maybe you are looking for