Path of Directory issues

Hello
I am facing a problem of code below, can someone pls comment what's wrong here?
the name of the directory is to get it by calling the function which is source of errors. using 11 g
SQL> select pk_utilities.fn_datadirect from dual;

FN_DATADIRECT
--------------------------------------------------------------------------------
/tmp


SQL> select * from all_directories;

OWNER                          DIRECTORY_NAME                 DIRECTORY_PATH
------------------------------ ------------------------------ --------------------------------------
SYS                            LOGDIRECTORY                   /tmp
SYS                            DATADIRECTORY                  /tmp


SQL> declare
       fd utl_file.file_type;
    begin
        fd := utl_file.fopen('DATADIRECTORY','test.txt','w');
        utl_file.put_line(fd,'This is a test');
        utl_file.fclose(fd);
    end;
/

PL/SQL procedure successfully completed.


-------- Below code is throwing issue-------------


 declare
  
       fd   utl_file.file_type;
  
       direct varchar2(200) := pk_utilities.fn_datadirect;
  
        begin
  
            fd := utl_file.fopen(direct,'test.txt','w');
           utl_file.put_line(fd,'This is a test');
        utl_file.fclose(fd);
          end;
/
declare
*
ERROR at line 1:
ORA-29280: invalid directory path
ORA-06512: at "SYS.UTL_FILE", line 41
ORA-06512: at "SYS.UTL_FILE", line 478
ORA-06512: at line 9
Published by: user520824 on July 27, 2010 04:55

Published by: user520824 on July 27, 2010 04:57

You need to replace the first arg of UTL_FILE with the directory object name... no other choice, I could see right now
Make sure you do right all of access privileges

Tags: Database

Similar Questions

  • WebCenter form recognition {path} WebVerifier directory name is invalid

    Hello

    I am facing the below question while trying to open Web Center form check using web check.

    {Path} WebVerifier directory name is invalid. Please contact your system administrator.

    Operating system: Windows Server 2008 R2

    Software: Oracle WebCenter recognition form 11.1.1.8.0

    find the screenshot attached error and help with the solution.
    WFR_WebVerifier_Invalid_directory_Error.jpg

    Thank you

    Sanjeev

    Hi all

    Thanks for the reply, that I tried everything but unfortunately unable to solve the problem.

    Finally, I followed the steps below to solve the problem of invalid path of Web Client Verifier.

    (1) I deleted the project and work, entry I created from the respective table.

    (2) stop the time Service perform form recognition Web Center.

    (3) change the AP project directory and still set up the designer, the auditor and the auditor of WebClient, setting of auditor of the IIS Web server.

    so just want to share with you people.

    Thank you

    Sanjeev

  • Paths of directory tree market

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0

    I have an external table returns a list of directory paths. Is there a built-in way to turn this into a foot of the tree? I would like to use the tree in an apex application market, where the issue. I had considered splitting on each node with regexp_substr and then do everything manually, but I guess there is something already done in this area, although as the forums search returned unanswered.

    WITH directory_listing AS 
      (SELECT '/root' 
         FROM DUAL
       UNION
       SELECT '/root/level1/level2/level3'
         FROM DUAL
       UNION
       SELECT '/root/level1'
         FROM DUAL
       UNION
       SELECT '/root/level1/level2'
         FROM DUAL)
    SELECT * FROM directory_listing
    

    Returns:

    LIST

    --------------------------

    / root

    / root/level1

    / root/Level1/Level2

    / root/Level1/Level2/Level3

    I wish the tree she can walk this list, so to be able to refer to a 'level' and of course the tree market, so connect by etc..

    Hello

    Thanks for posting the sample data.  Don't forget to post the exact results you want from the given sample data, too.

    Given a table like directory_listing, are you trying to create a table like this

    NODE_ID PARENT_ID NODE_NAME LISTING

    ---------- ---------- ---------- --------------------------

    1 root/root

    2 1 level1/root/level1

    3 2/root/level1/level2 level2

    4 3 level3/root/level1/level2/level3

    ?  If so, here is one way:

    Tree of CREATE TABLE AS

    WITH got_node_id AS

    (

    SELECT list

    SUBSTR (ad

    1 + INSTR (ad

    , '/'

    -1

    )

    ) AS node_name

    ROW_NUMBER () OVER (ORDER BY NULL) AS node_id

    OF directory_listing

    )

    SELECT c.node_id

    p.node_id AS parent_id

    c.node_name

    c.listing

    OF got_node_id c

    LEFT OUTER JOIN got_node_id p ON p.listing | '/'

    || c.NODE_NAME = c.listing

    ;

    This means that registration is unique in your original table.  Individual node_names need not be unique.  In other words, it is normal to have both "/ root/level 1/level 2 ' and ' / root2/level 1/level 2" where "level1" and "level2" are duplicated.

    It is convenient to have the liisting of your original table column.  However, if you do any DML on the table of the tree, then it will be difficult to keep specific list column, and you can always build using SYS_CONNECT_BY_PATH.  Decide for yourself whether or not you want the list column in the table from the tree.

  • Coding of PowerShell - path and Variable issues

    Hello, I work with a program of powershell to copy a file on my USB key and in the boot of the user file what ever is connected to this computer.

    My code is

    :
    PowerShell-command {}; $a = [environment]: UserName. $c='E:\Other\Programs\program2.bat'; $b = "C: / Users / $a/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup"; copy $c $b. Start-sleep 30

    It uses only the $a instead of the variable name... If I change it to "" it is said that the path is not found a cmd or an executable program. and it stops at Windows/Start

    can someone help me with this?

    For anyone who was wondering why I am using powershell-command instead of ISE is because I'm running it from a .bat file because the execution policy is set to restricted AND cannot NOT BE CHANGED.

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Get the path of directory name

    Hello

    I need to read the path of the directory 'directory name '. I know that I can read this dba_directories but it requires the grant of the sys user...

    Are there other options to get the path of the directory of the directory name.

    I need the directory path in the java stored procedure which concatenates PDF files on disk to the db and then store in BLOB table field...

    Not really, either dba_directories or all_directories, where information is queryable of.

  • Path of directory "DELETE" of MDS

    Hello

    Can someone tell how can I do to remove a path of MDS?

    During import / export of LDAPUser.xml, we ended up accidentally create a version misnamed/metadata/iam-features-ldap-sync.
    Since then, we corrected the error & the new file to the right place.

    I would store the paths and get rid of this incorrect path.

    I understand from previous posts that an option is just to remove the MDS_PATHS records that refer to the way of strike's fault, but I'm not too keen on what I fear that it might cause other problems or let it hang on the references to the typo.

    Is there another way to remove the path of strike's fault? i.e. something like weblogicDeleteMetadata I can run for the directory rather than just the files in the directory?

    Thank you.

    Remove entries from the MDS database. Find all entries where the path is same as you wish remove. As long as you have all the files in them, you should be fine.

    -Kevin

  • Active Directory issue

    Hi all!

    All my domain controllers have recently migrated to a new forest company, I'll call the domain name "S".

    The IT administrator has created many individual OR within this area (SG1, SG2, SG3 etc.).

    I belong to UO SG1 and I am also looking after UO SG2.

    The problem I see here is, when I got a new PC that comes from joining the domain S, when it's still sitting in the S OR > the computer containers.

    Computers it have no problem to access internal web services in the ORGANIZATION OR & SG1 SG2 unit.

    However, when the IT administrator begins to put computers in their respectively UO (SG1 for example), they are able to ping the web server of SG2, but is unable to access. I ask the administrator to put back in the container of the computer until I have a solution for this.

    Does anyone know what I can do about it in my own OU, as it is able to access the web servers in SG1 and SG2?

    Hope this is clearly explained.

    Thanks in advance!

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Directory issues active with SBS 2008. Cannot use NTDSUTIL or management tools or make changes to the DNS.

    In July 2010, I've migrated a SBS2003 system to a system of SBS2008. There were a few hiccups along the way, but eventually everything worked very well and the original server was demoted and closes.

    Fast forward to today, June 2013, and now that I see errors in the event log that read:

    «This server is the owner of the following FSMO role, but considers that it not invalid.»

    "This directory server has not recently received replication of a number of directory servers."

    And when you run NTDSUTIL I can't join the domain controller by name or the domain name. I always get the following error message:
    "Error DsBindWithSpnExW 0x6ba (the RPC server is unavailable".

    I have read and tried all the imaginable solutions I could find. However, the difference between my situation and all the other scenarios that I have met is that there is usually another available domain controller. This isn't my case.

    Here is my configuration:

    1 - SBS 2008 Server.

    7 - workstations running Windows 7 Professional

    I can't run Active Directory users and computers, Active Directory and approvals, or make changes in the DNS. However, DNS is working and my domain controller points to itself as a single domain controller and resolves the name to the IP address.

    That I could track down, it's the original domain controller does not correctly downshift and there is always a ton of references to it in Active Directory, but I can't run any tools to remove the reference and seize the roles.

    Is there someone out there who can help you?

    Thanks in advance for your suggestions

    I would recommend posting your query in the TechNet Forums. This forum is dedicated for windows servers... We'll find a solution much more effective here...

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • ISE 1.2 Active Directory issue

    Hello

    I have a question about the use of Active Directory as a Source of external identity.

    Our client has 4 servers in their field and so 4 DNS entries for the domain. When I join ISE domain DNS resolves an address and use this machine to perform the join operation. What happens if the machine breaks down afterwards - my node ISE should leave and then re - join the domain or is managed by another method?

    Thank you

    Alan

    Assuming that they are part of the same domain ISE ad will learn all the domain controllers in the domain and you'll probably find after a while that it attributed to a different domain controller. We have more than 100 DCs in our area and it works fine, no intervention is required so that it can connect to a different domain controller so that it connected to disappears.

  • OVFTool 2.1.0 with Active Directory issue (vSphere goes down)

    When I try to export one of my virtual machines using File/Export/Export OVF model... it blocks with a nice assertion window vSphere.

    To see what is causing this, I decided to try to use ovftool on Linux 2.1.0 to export the virtual machine instead, to see what is happening (as he does plant ovftool?).

    I'm stuck because when I log in the vCenter I specify a domain\username format and I can not understand how to move it to ovftool in a way that does not cause errors.

    For example, I have tried things like this:

    # ovftool vi://myvcenter.domain.com/DataCenterName/vm/

    Username: MYDOMAIN\Administrator

    Password: whatever

    Does not work, I don't think he likes the backslash.

    So I tried to cram into a variable:

    # DF = "MYDOMAIN\Administrator.

    # ovftool vi://"$DF"@myvcenter.domain.com/DataCenterName/vm/

    Error: Curl error: unable to connect to the server

    Anyone have any ideas?

    Thank you

    CJ

    Please take a look at this post, he explains what you need to do

    http://communities.VMware.com/thread/332419?TSTART=30

    Eske

  • CFLDAP and Active Directory issue

    Hey all, listed below are my questions in a simple format.

    Question 1:
    How to retrieve the accounts that have no AD using CFLDAP email account?

    Question 2:
    If Question 1 is not possible, how to retrieve more than 1,000 recordings without changing the setting of the AD?

    Question 3:
    If the Question 1 and Question 2 is not possible, what other methods can I use to retrieve all records in customers AD e-mail accounts.

    Thanks to a bouquet.

    Problem solved.

    Created a list with a to z and loops through each character to recover accounts to avoid the limit of 1000.

  • is it possible to change the StationGlobals.ini path that points to TS?

    Any comment is appreciated!

    Hi Falcon,.

    If you use TS > = 4.0, you can change the Configuration of TS folder. It's StationGlobals.ini

    Configure--> StationOptions--> TAB preferences: change the path for "directory of Configuration.

    Hope this helps

    Jürgen

  • Add the subdirectory path

    Hello

    I thought it would be simple.

    My code

    < cfset

    Application.data_directory = ExpandPath ("data") >

    < cfif

    not DirectoryExists(Application.data_directory)>

    < cfdirectory action = « créer » Annuaire = « #Application.data_directory# » >

    < / cfif >

    < cfset

    Application.County_Selections_Path = GetDirectoryFromPath (Application.data_directory) & "CountySelections.json" >

    My results

    county_selections_path=C:\ColdFusion8\wwwroot\CountySelections.JSON
    data_directory = C:\ColdFusion8\wwwroot\data

    But I really need

    county_selections_path =data\CountySelections.json C:\ColdFusion8\wwwroot\
    data_directory = C:\ColdFusion8\wwwroot\data

    I need to be sure that I use the correct file separator ('-') to our systems.

    Suggestions?

    I think you need to re-read the docs for getDirectoryFromPath(), specifically this bit:

    Parameter

    Description

    path

    Absolute path (drive, directory, filename and extension)

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/functions_e-g_36.html#1104945

    --

    Adam

  • FPGA compilation I get error &amp; quot; ERROR: ConstraintSystem:58 &amp; quot;

    I use the Xilinx LogiCore IP generator for generating DSP IP for my FPGA.

    The problem is that the names of the generated components are for a long time.

    On the Web site or http://digital.ni.com/public.nsf/allkb/F810E4289A420FE68625796600764C66

    He described a problem very similar to what I have ID issue 309260 "compilation error (ERROR: ConstraintSystem:58) when compiling a LabVIEW FPGA VI which contains a generated from a DSP graph VI.»

    I followed the suggestions and changed my IP to names such as 'A' and 'B '. As a first step, that it did not work, only to spend the entire project to another shorter path of directory did this job.

    Now, when I regenerate the IP address of 'Tools' > 'FPGA Modules' > "Regenerate the node IP" this will rename my IP with an additional random name at the end. So, if I look in my case not only that I have "A.vhd" but now, I'm also having 'A_F27AB4F7464E508DCCB219B2C4271B18.vhd '.

    It's very repetitive, and you should be able to replicate that.

    It's havoc with our software and with our software process control tool. Our database of software can accommodate only names of files of a certain length, and this violates. Also, I now have files with the exact same content but with different names.

    Do you have a fix for this problem as stated on your website?

    Kind regards

    I ended up using LogiCore externally. If you do a search in your LabVIEW FPGA tools folder, you should find "\Xilinx12_4\ISE\bin\nt\coregen.exe" (in the case of the specific version of Xilinx tools you have), it's the Xilinx Logicore exe without the National Instruments candy wrapper.

    I created all of my external LogicCore to LabVIEW (it actually makes life easer, the LogicCore tool has a better Manager to track all your IP LogicCore in any case) and then used the IP LabVIEW nodes to access the intellectual property.

    This has prevented the long names, and now I can better handle the INVESTIGATION period because I can put the code in a folder I want without breaking of LabVIEW.

    -good luck

  • Some Java applets do not work after the installation in silent mode, resolved in tilting head "enable Java content in the browser" - why?

    We have about 1 800 workstations with Windows 7 (32-bit and 64-bit) running different versions of JRE Java 6 update via update 7 51 32.  Most are on 6 45 update.  We would like to standardize on update of Java 7 51 (32-bit) and get everyone updated to this version for security reasons.

    For the last two weeks, we had trouble with our driver prior to installation.  What we are seeing, it of that our procedure successfully closed all open Internet Explorer Windows and processes related to Java, uninstall all older versions of JRE Java and says then successfully installed of the update of Java 7 51.  The Java Control Panel works.  We can even take Internet Explorer to check the Java Version or Java Tester - what Version of Java are you running? and confirm that the Java applets on these sites load (although the latter only works after adding the site to the list of site exceptions); However, when the testers try to access our system Kronos Workforce Central 6.3.10, used by this system Java applets do not load.

    We tried the following things, which none worked:

    • Empty the Internet Explorer browser cache and cookies.
    • Clear the local Java cache.
    • Restart the computer.
    • Reset Internet Explorer settings, including personal settings.

    Go to the Panel control Java, ranging in the Security tab, uncheck "enable Java in the browser content", the only thing that works based on apply, press OK in the pop-up window, checking the box "Enable Java in the browser content", press OK, press OK in the pop-up window and then restart Internet Explorer.  It is only after this point, all Java applets, including those used by Kronos Workforce Central 6.3.10, work.

    What I need to know, is how I can automate the reset procedure from the box "Activate Java content in the browser" after installation, or I'm something wrong or missing a step in automatic installation that is originally for this?

    We use Microsoft SCCM 2007 R3 to perform this upgrade, and everything is run on the client computer by using the SYSTEM account.  First of all, the "javaclean.ps1" PowerShell script is run, with part of the process of command line change of the strategy of running script PowerShell for Bypass.  This script handles the closure of Java-dependent applications and Java deals and uninstall older versions of Java.

    javaclean.ps1:

    #Find all Java products, excluding the automatic update that actually is uninstalled when the main installation is removed.

    write-host "If you are looking for all versions of Java installed" - ForegroundColor yellow

    [table] $javas = Get-WmiObject-query "select * from win32_Product where (name as" Java % ' or name like '% of Java (TM)' or "J2SE %") and <>the name «Java Auto Updater»»

    If ($javas.count - gt 0)

    {

    write-host "Java is already installed" - ForegroundColor yellow

    #Get all Java processes and kill them. If java is running and processes are not killed then this script will call a restart suddenly.

    [table] $processes = Get-Process-name "Java * ' #-erroraction silentlycontinue

    $processes += get-Process - name "iexplore" #-erroraction silentlycontinue

    $processes += get-Process - name "firefox" #-erroraction silentlycontinue

    $processes += get-Process - name 'chrome' #-erroraction silentlycontinue

    $processes += get-Process - name "jqs" #-erroraction silentlycontinue

    $processes += get-Process - Name "jusched" #-erroraction silentlycontinue

    $processes += get-Process - Name 'jp2launcher' #-erroraction silentlycontinue

    If ($processes. Count - gt 0)

    {

    foreach ($myprocess to $processes)

    {

    $myprocess.kill)

    }

    }

    #Loop through the Java products installed.

    {foreach ($java to $javas)

    write-host "Uninstall" $java.name - ForegroundColor yellow.

    $java. Uninstall()

    }

    }

    Once this script is complete, SCCM calls a script VBS "install.vbs" to perform the installation of Java JRE 7 day 51.

    install.vbs

    '* ********************************

    '*

    ' * Script: install JRE 7 routine

    '*

    ' * Date: 14/03/14

    ' * Author: [REDACTED]

    ' * Rev: 1.0

    ' * Notes:

    '*

    '* ********************************

    '--------------------------------

    ' / / / Common

    '--------------------------------

    Set objFSO = CreateObject ("Scripting.FileSystemObject")

    Set objWshShell = CreateObject ("WScript.Shell")

    «Get the system architecture»

    Protected colSys: Set colSys = GetObject("WinMGMTS://"). ExecQuery ("SELECT AddressWidth FROM Win32_Processor", 48)

    Dim objSys

    For each objSys in colSys

    If objSys.AddressWidth = 64 then bolIs64Bit = True

    Next

    'Get the operating system

    Dim colOS: Set colOS = GetObject("WinMGMTS://"). ExecQuery ("" Select * from Win32_OperatingSystem ", 48")

    Dim objOS

    For each COS in colOS

    If left (objOS.caption, 20) = 'Microsoft Windows 8' then

    bolIsWin8 = True

    WScript.Echo "win8.

    End If

    If left (objOS.caption, 22) = "Microsoft Windows 8.1" Then

    bolIsWin81 = True

    WScript.Echo "win81."

    End If

    Next

    ' Set 32-bit directory program files

    If bolIs64Bit = True Then

    strPFILES = "Program Files (x 86)".

    strSYSDIR = "SysWOW64".

    Else strPFILES = "Program Files."

    strSYSDIR = "System32".

    End If

    ' Set repertoire_windows

    strWIN = objWshShell.ExpandEnvironmentStrings("%windir%") "

    'Set the current directory ".

    strCurrentDir = objFSO.GetParentFolderName (Wscript.ScriptFullName)

    ' Set computer name

    strCompName = objWshShell.ExpandEnvironmentStrings("%computername%") "

    '--------------------------------

    ' / / / Main script

    '--------------------------------

    '--------------------------------

    ' / / / Installation using .msi & capture exit code

    '--------------------------------

    ' intExitCode = objWshShell.Run ("msiexec.exe i" "" & strCurrentDir & "\package.msi" "" & "TRANSFORMS =" "" & strCurrentDir & _)

    ""\transform.mst"" "ALLUSERS = 1 Reboot = ReallySuppress/SB»(, 8, True)"

    ' wscript.quit (intExitCode)

    ' * COMMANDS RUN HERE *.

    "Create the folder structure if it does not already exist

    strFullPath = 'c:\Windows\Sun\Java\Deployment' "

    "How many levels are there in the path?

    nLevel = 0

    strParentPath = strFullPath

    Do until strParentPath = «»

    strParentPath = objFSO.GetParentFolderName (strParentPath)

    nLevel = nLevel + 1

    Loop

    ILevel = 1 to nLevel

    "Path of directory to the iLevel level to understand

    strParentPath = strFullPath

    For j = 1 To nLevel - iLevel

    strParentPath = objFSO.GetParentFolderName (strParentPath)

    Next

    ' Is it exist directory? If not, create it.

    If objFSO.FolderExists (strParentPath) = False Then

    Set newFolder = objFSO.CreateFolder (strParentPath)

    End If

    Next

    "Kill process

    objWshShell.Run "taskkill /F /IM iexplore.exe", 8, True

    objWshShell.Run "taskkill /F /IM firefox.exe", 8, True

    objWshShell.Run "taskkill /F /IM chrome.exe", 8, True

    objWshShell.Run "taskkill /F /IM javaw.exe", 8, True

    objWshShell.Run "taskkill /F /IM java.exe", 8, True

    objWshShell.Run "taskkill /F /IM jqs.exe", 8, True

    objWshShell.Run "taskkill /F /IM jusched.exe", 8, True

    "Copy deployment files

    objFSO.CopyFile strCurrentDir & "\deployment.config", "c:\Windows\Sun\Java\Deployment\", True

    objFSO.CopyFile strCurrentDir & "\deployment.properties", "c:\Windows\Sun\Java\Deployment\", True

    "Disable UAC".

    ' If bolIsWin8 or bolIsWin81 = True Then

    "objWshShell.Run"reg.exe ADD HKLM/v PromptOnSecureDesktop t REG_DWORD 0 f d", 8, True"

    "objWshShell.Run"reg.exe ADD HKLM v EnableLUA /t REG_DWORD /d 0 f", 8, True"

    "objWshShell.Run"reg.exe ADD HKLM/v ConsentPromptBehaviorAdmin t REG_DWORD 0 f d", 8, True"

    "End If

    "Install application".

    intExitCode = objWshShell.Run ("msiexec.exe i" "" & strCurrentDir & "\jre1.7.0_51.msi" "IEXPLORER = 1 AUTOUPDATECHECK = 0 = 0 JU JAVAUPDATE = 0 WEB_JAVA = 1 ALLUSERS = 1 Reboot = ReallySuppress/qn", 8, True ")

    "Enable UAC".

    ' If bolIsWin8 or bolIsWin81 = True Then

    "objWshShell.Run"reg.exe ADD HKLM/v PromptOnSecureDesktop /t REG_DWORD /d 1 f", 8, True"

    "objWshShell.Run"reg.exe ADD HKLM EnableLUA /t REG_DWORD /d 1 f v", 8, True"

    "objWshShell.Run"reg.exe ADD HKLM v ConsentPromptBehaviorAdmin /t REG_DWORD /d 5 f", 8, True"

    "End If

    WScript.Quit (intExitCode)

    '--------------------------------

    ' / / / Installation via .exe on network

    '--------------------------------

    "objWshShell.Run" "" "& strCurrentDir &"\Setup.exe"" s - sms - f1 "" "& strCurrentDir & _"

    "" "\setup.iss" "-f2" "" & strWIN & "\Temp\Install-app.txt" "", 8, True

    "Need to turn off the security warning opening the file first.

    Set objEnv = objWshShell.Environment ("PROCESS")

    objEnv ("SEE_MASK_NOZONECHECKS") = 1

    ' intExitCode = objWshShell.Run ("" "& strCurrentDir &"\jre-7u45-windows-i586.exe"" /s /v "" / norestart "& _)

    ("" "TRANSFORMS =" "" & strCurrentDir & "\Tribe-jre7.mst" "", 8, True)

    ' WScript.Quit (intExitCode)

    ' * COMMANDS RUN HERE *.

    "Then turn it back on.

    objEnv.Remove ("SEE_MASK_NOZONECHECKS")

    '--------------------------------

    ' / / / Features

    '--------------------------------

    Help on this issue would be much appreciated!

    It turns out that it is actually a problem with Kronos Workforce Central.  We had the parameter 'site.java.plugin.CLSID.familyVersion' as an application set to "clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA", which is the CLSID Java Java 6.  After update this value to "clsid:8AD9C840 - 044F-11 D 1-B3E9-00805F499D93" (the universal CLSID of Java), this problem does not occur when the automatic upgrade of Java.

    We also have good Java 6 and 7 in our environment and did during our implementation of Kronos, so I don't know why we used the Java 6 CLSID in the first place.

    Detective Conan!

Maybe you are looking for