DirectAccess NLS error

WS2012 R2 Std. with Essentials Experience installed. Essentials is configured to provide Remote Web App. We are now adding DirectAccess.
I can't post URLs with my "unverified" account, so these URLs are all intentionally incorrect, but I followed this article--
http //technet.microsoft.com/en-us/library/jj204618.aspx
--which said to follow this article--
http //technet.microsoft.com/library/jj574220.aspx
--because the Essentials server is not a DC. I did so, using the "Basic" instructions, as it is appropriate for this system. After the setup wizard is finished, in the DA console, everything has a green checkmark except one item, as follows:
Network Location Server: Not working properly.
There is no response from the network location server URL. DirectAccess connectivity might not work as expected, and DirectAccess clients located inside the corporate network might not be able to reach internal resources.
When I browse the NLS URL, I am redirected to the Remote Web App logon page, so best guess is that the redirection is where the problem is. It happens whether I enter http //directaccess-webprobehost.domain.local or http webprobehost.domain.local:62000.
(Not sure which is correct.) (If either...)
In IIS, HTTP Redirect is not enabled for Default Web Site, so I don't know how IIS is doing this.
How do I fix it?

Hi JRVCr,
On current situation, please refer to the following article and check if can help you.
Windows
Server 2012 DirectAccess Network Location Server Not Working Properly
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
does not guarantee the accuracy of this information.
If any update, please feel free to let me know.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Issue :ORA-01890:NLS error detected

    Hi all,
    i am using oracle 10g, when i execute below query
    Select column_1,column_2,column_3 from view_name
    where trunc(c_date) >to_date('05-24-2011','MM/dd/YYYY'));
    I am getting this error in Toad, but no errors in SQL developer.
    Error: ORA-01890:NLS error detected
    Please help me how can i solve this issue.
    thanks in advance
    karmaya

    That's nice.
    This isn't the TOAD forum, it's the JDeveloper/ADF forum
    You don't see an obvious problem with
    to_date('05-24-2011','MM/dd/YYYY')As in those date formats don't match at all?

  • ORA-01890 NLS error detected

    Hello,
    I have an NLS error message while trying to get a series of sequences. My sequence seems to work fine, but when I try to get multiple sequences at on time, I have the following message:
    SQL> select next_location_id from dual;
    NEXT_LOCATION_ID
    200001608
    SQL> select next_location_id, next_location_id from dual;
    select next_location_id, next_location_id from dual
    ERROR at line 1:
    ORA-01890: NLS error detected
    ORA-06512: at "CODBA.NEXT_LOCATION_ID", line 4
    ORA-06512: at line 1I have looked into the ORACLE error message documentation, but it does not help me.
    ORA-01890 NLS error detected
    Cause: An NLS error was detected.
    Action: Look for additional error messages and take appropriate action. If there are no additional errors, call Oracle Customer Support.
    The procedure I used is very simple:
    create or replace function NEXT_LOCATION_ID return number as
    l_retour number(9);
    begin
    if to_char(sysdate, 'YYYY') = '2002' then
    select location_id_2002.nextval into l_retour from dual;
    elsif to_char(sysdate, 'YYYY') = '2003' then
    select location_id_2003.nextval into l_retour from dual;
    elsif to_char(sysdate, 'YYYY') = '2004' then
    select location_id_2004.nextval into l_retour from dual;
    elsif to_char(sysdate, 'YYYY') = '2005' then
    select location_id_2005.nextval into l_retour from dual;
    else
    l_retour := -1;
    end if;
    return (l_retour);
    end;
    We have the same problhme when we used directly the sequence.
    Someboby can help me??
    Regards
    Vincent ROBINE

    This type of error is difficult to debug. It might have to do with how the NLS_DATE_FORMAT was set up,
    since you are using sysdate in your function.
    Does it work if you do the following?
    select location_id_2002.nextval, location_id_2002.nextval from dual;

  • NLS Error on Second Fetch from Cursor

    Oracle 8i using PRO*C
    We have a UNIX (HP) environment (operational account) in which the NLS_LANG was not set for the shell. One of our applications opened a cursor for update and performed its first fetch. After processing it went back to fetch an additional buffer. At this point, the application failed with the following error: "SQLCODE: ORA-01890: NLS error detected". When we set the NLS_LANG enviroment variable this error disappeared.
    I need to know what the NLS_LANG enviroment variable is doing and why it is causing the second fetch to fail when it is not set so I can argue with the powers that be to have this paremeter always set for this accounts shell (i.e. globally). No-one really knows what this does here or why it would cause the cursor to fail, and so they are telling us to just set the variable in our own applications shell.
    I know the real answer to this is to set it up for the operational (global) shell but...
    Thanks in advance,
    Bill Rosmus

    it is difficult. The main problem is that you can't be sure that the function is called only once for each row.
    Why don't you simply run the cursor and the function separatly in pl/sql.
      CURSOR myCur IS SELECT myTable1.* FROM myTable1 ;
      SUBTYPE myRecType IS myCur%ROWTYPE ;
      funcResult varchar2(100); /* use the correct return datatype from your function here */
      FOR myRec in myCur LOOP
          BEGIN
             funcResult := myPackage.myFunc(myRec.column1);
          EXCEPTION
             WHEN myPackage.myFunc_Exception THEN
               <... do anything when fetched but function myFunc raised this exception ...>
          END ;
          <...do anything with row currently fetched>
       END LOOP;You even have more control where to handle the exception. Also there is one pl/sql context switch less. Since the function itself is pl/sql it could even be faster to run it in pl/sql then to call it from sql (inside a select).

  • Directaccess - IPHTTPS error 0x80190194, Server 2012R2 / Win 8.1

    I'm trying to setup directaccess for our network.  I already have a server in our edge network with the remote access role installed for the Web Application Proxy service, so I added the DirectAccess role service to that.  According to the documentation,
    if both are a single server implementation it is supported to run both of those on the same server. 
    I configured DirectAccess, and added a win8.1 client to the DA security group to test it.  I confirmed that on the internal network, the client is able to connect to the NLS and DA shows that it is connected to the local network.  However, when
    on an outside network, DA just says it's trying to connect, and never does.  I ran the log collection tool from the DA connection settings and found that the IPHTTPS connection shows an error code 0x80190194.  
    I've searched for info on this, but so far I'm not finding anything that seems to fit my situation.  The responses to others with this error seem to point to a certificate issue.  In my case, I'm using a wildcard certificate for our public domain
    name.  The cert is signed by a major public CA, so there shouldn't be any trust issues.  The external DNS name that DA should connect to is RAS.domain.com and the certificate is for *.domain.com 
    Any suggestions on what the problem could be, or what to look at next for troubleshooting the issue, would be appreciated. 
    Thanks!

    Thank you for the reply.  I ran netsh http show ssl, and the first entry returned is:
    SSL Certificate bindings:
        IP:port                      : 0.0.0.0:443
        Certificate Hash             : 1414baa1409b2c8ffd8c2d549f460db4bcf8130f
        Application ID               : {f955c070-e044-456c-ac00-e9e4275b3f04}
        Certificate Store Name       : MY
        Verify Client Certificate Revocation : Enabled
        Verify Revocation Using Cached Client Certificate Only : Disabled
        Usage Check                  : Enabled
        Revocation Freshness Time    : 0
        URL Retrieval Timeout        : 0
        Ctl Identifier               : (null)
        Ctl Store Name               : (null)
        DS Mapper Usage              : Disabled
        Negotiate Client Certificate : Disabled
    That is followed by several entries for addresses related to our Lync and ADFS servers, published through Web Application Proxy.  All of those have the same certificate hash listed, which makes sense since I am using the same wildcard certificate for
    WAP and DA.  
    I did find a post or two indicating that the DS Mapper Usage may need to be set to enabled, so I tried that last week but it didn't seem to make any difference. 

  • NLS error in building a new repository

    Hi every body
    I reported my problem in building a repository in OWB 10g, but no one replied to me! I tried more ane half of my problem was solved. I instaled the oracle data base 10g release 2 and now I can connect with Enterprise Manager to my data base. But I still have problem in building a new repository. When I complete the wizard of creating a new repository, the following error is shown:
    cannot access NLS data file or invalid environment specified.
    I checked my ORACLE_HOME. At first, this variable was empety, then i changed it to the oracle home and also to DWB_HOME, but the error was not removed.
    any direction is welcome,
    Thanks.

    But this is not happening for other pages..only this page is creating problem...
    This region I am creating for the page whose navigation is as shown below:
    1) Login as PO Super User
    2) Go to Requisition Work Bench -> Requisitions -> Summary -> Lines Tab.
    In this page in the search region I need to add one Criteria Item named Requisition Description
    Now in our development instance,creating a Criteria Itme for this region through personalization is not enabled. But the same thing is enabled in the Test Environment. However if I go and just click on Create Item -> Criteria row and provide the id name and click on Apply the page is erroring out. Would anyone please try replication the same in their available instance and let me know whether they are facing similar issues.

  • NLS Error when use ICX

    We use ICX to invoke a jweb catridge,
    and parameters was tranfered with hashtable.
    when get the Http Request,we found the character is error. we know it must the NLS
    setting error,but we don't know how to
    correct it.
    please mail to me [email protected]
    if possible.
    B.RGDS

    What is the error you are getting? Can you please give more details?
    Thanks,
    -Kishore

  • DirectAccess Installation Errors Involving Security Group

    So I've read that it's best practice to filter DirectAccess GPO Affects to a single Security group instead of the "All Commputers" Group in AD. So I've done this. I created a group called 'DirectAccess' and set that as the target. When I attempt
    to generate the GPO in the DirectAccess Wizard, I recieve this error:
    "Security Group MyDomain\DirectAccess cannot be found"
    "The Operation Failed. All of the Specified Security Groups are invalid."
    So it looks like the group is invisible to my Server? The only thing I can think of is my AD Structure is sitting on some 2008 R2 boxes and this server is 2012 R2 box. Is there a requirement for AD to be at 2012 Operational Level for DirectAccess to work
    in 2012 server R2?
    --Aaron

    Update: I had this closed a while ago. Microsoft was finally able to set it up in my environment. I will post the Closure email they sent me detailing the steps needed to successfully install DirectAccess:   **Note I have changed all my Server/AD
    information to match M$'s Contoso dummy domain
    Issue:
     Unable to configure Direct Access Server (DA_EDGE). Error: Security group CONTOSO\DirectAccess Clients cannot be found..
    Troubleshooting:
     We collected logs from the Direct Access server while configuring Direct Access.
    logman create trace ETWTrace -ow -o c:\ETWTrace.etl -p {AAD4C46D-56DE-4F98-BDA2-B5EAEBDD2B04} 0xffffffffffffffff 0xff -nb 16 16 -bs 1024 -mode 0x2 -max 2048 –ets
    logman update trace ETWTrace -p {62DFF3DA-7513-4FCA-BC73-25B111FBB1DB} 0xffffffffffffffff 0xff –ets
    Configured Direct Access
    logman stop ETWTrace -ets
     We could not find information which could give us clue about the cause of the issue. We found that it was not able to find the group.
    2464: 04: 2014-06-24 11:56:18.627 VERBOSE: Validating security group (CONTOSO\dagroup1) in the domain...
    2464: 04: 2014-06-24 11:56:18.707 NTE: Security group CONTOSO\dagroup1 cannot be found.
     We Collected Network Capture but could not find anything in LDAP Search Request Packet about the same.
     We found that DC has 2 NIC and both were getting Domain Profile.
     We removed the DMZ NIC and kept only NIC connected to LAN.
     We again tried to configure Direct Access however it still came up with error.
     We involved Directory Services team to take a look at the issue however in logs we were not able to find anything.
     We collected Process Monitor and got it analyzed by the on the Direct Access Server and found that we were not able to create GPO. However it does not give clue as to how its failing.
    11:58:51.6421023 PM RAMgmtUI.exe 1836 CreateFile
    \\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Attributes, Read Control, Dis, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    11:58:51.6446131 PM RAMgmtUI.exe 1836 CreateFile
    \\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Control, Dis, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
    11:58:51.6472327 PM RAMgmtUI.exe 1836 CreateFile
    \\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Data/List Directory, Synchronize, Dis, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, Delete,
    AllocationSize: n/a
    11:58:51.6500318 PM RAMgmtUI.exe 1836 CreateFile
    \\DC.contoso.com\SysVol\contoso.com\Policies\{D937469B-6E34-4A7F-9405-F9F97DC200E0} NAME NOT FOUND Desired Access: Read Attributes, Delete, Synchronize, Dis, Options: Directory, Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read,
    Write, Delete, AllocationSize: n/a
     We did research internally and decided to configure Direct Access with Domain Computers Security Group (Using PowerShell command) and change it from GPMC – DirectAccess Client Settings GPO to “Direct-Access-Clients” security group and updated
    Group Policy on Direct Access Server.
    Install-RemoteAccess -NoPrerequisite -Force -PassThru -ServerGpoName 'contoso.com\DirectAccess Server Settings' -ClientGpoName 'contoso.com\DirectAccess Client Settings' -DAInstallType 'FullInstall' -InternetInterface 'Internal' -InternalInterface 'Internal'
    -ConnectToAddress 'EDGE.contoso.com' -DeployNat -Verbose -ComputerName 'DA_EDGE.contoso.com'
     We Also configured Certificate Authentication, and Exception for “EDGE.contoso.com'” in NRPT ising poweshell.
    Add-DAClientDnsConfiguration -DnsSuffix 'EDGE.contoso.com' -Verbose -ComputerName 'DA_EDGE.contoso.com'
    Set-DAClient -Downlevel 'Enabled' -Verbose -ComputerName 'DA_EDGE.contoso.com'
     Once Direct Access got configured we were able to update GPO and connect client from outside.
     On Windows 7 client machine we found IP Helper Service disabled and after enabling the service we were able to connect on that as well.
    Resolution:
     We configured Direct Access with Domain Computers Security Group (using PowerShell command) and changed the security group from GPMC – DirectAccess Client Settings GPO to “Direct-Access-Clients” security group and updated Group Policy on Direct
    Access Server.
    Install-RemoteAccess -NoPrerequisite -Force -PassThru -ServerGpoName 'contoso.com\DirectAccess Server Settings' -ClientGpoName 'contoso.com\DirectAccess Client Settings' -DAInstallType 'FullInstall' -InternetInterface 'Internal' -InternalInterface 'Internal'
    -ConnectToAddress 'EDGE.contoso.com' -DeployNat -Verbose -ComputerName 'DA_EDGE.contoso.com'
    Commands for troubleshooting Direct Access Clients connectivity:
     To check client status:
    netsh dns show state
     To check effective NRPT on the client:
    netsh name show eff
     To Check status of IPHTPS Interface:
    netsh int http show int
     To Check status of Teredo Interface:
    netsh int teredo show state
     To Check Windows Firewall Profile on the client:
    netsh advf show cu
     To Check IPSec Main Mode Security Association:
    netsh advf mon show mmsa
     To Check IPSec Quick Mode Security Association:
    netsh advf mon show qmsa
    Related Articles:
    Manage DirectAccess Clients Remotely
    http://technet.microsoft.com/library/jj574200.aspx
    Remote Access
    http://technet.microsoft.com/en-US/network/dd420463
    Remote Access (DirectAccess, Routing and Remote Access) Overview
    http://technet.microsoft.com/en-us/library/hh831416
    Remote Access (DirectAccess) Prerequisites
    http://technet.microsoft.com/en-us/library/dn464273.aspx
    DirectAccess Offline Domain Join
    http://technet.microsoft.com/en-us/library/jj574150.aspx
    Plan the DirectAccess Infrastructure
    http://technet.microsoft.com/en-us/library/jj574101.aspx
    Configure the DirectAccess Server
    http://technet.microsoft.com/en-us/library/jj574180.aspx
    Configuring and Implementing DirectAccess with Windows Server 2012
    http://technet.microsoft.com/en-us/video/tdbe13-configuring-and-implementing-directaccess-with-windows-server-2012.aspx

  • (Help) Eclipse 3.2.2 + Oracle Data tools plugin = strange NLS error

    Has anyone seen this one before...
    This is all setup as Per the eclipse/dpt getting started guide.
    CentOS 5.0
    Eclipse SDK 3.2.2
    Driver (default per DPT): Oracle Database 10g Driver Default
    Database: orcl
    URL: jdbc:oracle:thin:@orcl1:1521/orcl
    osgi.nl=en_US
    user.language=en
    Did I miss something with the NLS params, or is there a jdbc driver for 11g or something?
    Help me out here.
    Thx
    -J
    ___SETUP AND TESTING___
    jason@kagome:~$ env | grep -ie 'ORACLE\|NLS\|TNS' | grep -v PATH ; tnsping orcl ; sqlplus -L scott/tiger@orcl
    TNS_ADMIN=/home/oracle/app/oracle/product/11.1.0/client_1/network/admin/
    ORACLE_HOME=/home/oracle/app/oracle/product/11.1.0/client_1/
    TNS Ping Utility for Linux: Version 11.1.0.6.0 - Production on 04-DEC-2007 08:25:04
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /home/oracle/app/oracle/product/11.1.0/client_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = orcl1)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl) (SID = orcl)))
    OK (10 msec)
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Dec 4 08:25:04 2007
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ___PING TEST OUTPUT FROM DATATOOLS___
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: Cannot access NLS data files or invalid environment specified
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
    at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:785)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:362)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConn(OracleJDBCConnection.java:258)
    at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConnection(OracleJDBCConnection.java:191)
    at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:104)
    at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:53)
    at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnectionFactory.createConnection(OracleJDBCConnectionFactory.java:42)
    at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:77)
    at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:354)
    at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:57)
    at org.eclipse.core.internal.jobs.Worker.run(org.eclipse.core.jobs_3.2.0.v20060603.jar.so)

    Has anyone seen this one before...
    This is all setup as Per the eclipse/dpt getting started guide.
    CentOS 5.0
    Eclipse SDK 3.2.2
    Driver (default per DPT): Oracle Database 10g Driver Default
    Database: orcl
    URL: jdbc:oracle:thin:@orcl1:1521/orcl
    osgi.nl=en_US
    user.language=en
    Did I miss something with the NLS params, or is there a jdbc driver for 11g or something?
    Help me out here.
    Thx
    -J
    ___SETUP AND TESTING___
    jason@kagome:~$ env | grep -ie 'ORACLE\|NLS\|TNS' | grep -v PATH ; tnsping orcl ; sqlplus -L scott/tiger@orcl
    TNS_ADMIN=/home/oracle/app/oracle/product/11.1.0/client_1/network/admin/
    ORACLE_HOME=/home/oracle/app/oracle/product/11.1.0/client_1/
    TNS Ping Utility for Linux: Version 11.1.0.6.0 - Production on 04-DEC-2007 08:25:04
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /home/oracle/app/oracle/product/11.1.0/client_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = orcl1)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl) (SID = orcl)))
    OK (10 msec)
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Dec 4 08:25:04 2007
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ___PING TEST OUTPUT FROM DATATOOLS___
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: Cannot access NLS data files or invalid environment specified
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
    at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:785)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:362)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConn(OracleJDBCConnection.java:258)
    at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConnection(OracleJDBCConnection.java:191)
    at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:104)
    at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:53)
    at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnectionFactory.createConnection(OracleJDBCConnectionFactory.java:42)
    at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:77)
    at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:354)
    at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:57)
    at org.eclipse.core.internal.jobs.Worker.run(org.eclipse.core.jobs_3.2.0.v20060603.jar.so)

  • Patch 6678700 for NLS error -no directores for FRC and ESA

    I have done the following regarding upgrade from 11.5.102 to r12.1.1;
    1)-installation of r12 complete.
    2)-US upgrade patch for patch 6678700 completed.
    3)-started 6678700 for NLS and got the following errors, when investigated from log, it was revealed the there is no directory existed for FRC and US. We were using FRC and ESA with 11i for the last may years.
    4)-In all the product top, there is just US directory, not FRC or ESA.
    I don't know where is the problem, which steps I missed. Please help.
    Please see the error below:
    FAILED: file poaslsta.ldt on worker 1.
    FAILED: file poconfun.ldt on worker 2.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    The worker log file is showing the following error:
    Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
    The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for reading
    Concurrent request completed
    Current system time is Thu Oct 11 12:57:38 2012
    Current system time is Thu Oct 11 12:57:39 2012
    Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
    The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for reading

    959660 wrote:
    I have done the following regarding upgrade from 11.5.102 to r12.1.1;
    1)-installation of r12 complete.
    2)-US upgrade patch for patch 6678700 completed.
    3)-started 6678700 for NLS and got the following errors, when investigated from log, it was revealed the there is no directory existed for FRC and US. We were using FRC and ESA with 11i for the last may years.
    4)-In all the product top, there is just US directory, not FRC or ESA.
    I don't know where is the problem, which steps I missed. Please help.
    Please see the error below:
    FAILED: file poaslsta.ldt on worker 1.
    FAILED: file poconfun.ldt on worker 2.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    The worker log file is showing the following error:
    Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
    The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for reading
    Concurrent request completed
    Current system time is Thu Oct 11 12:57:38 2012
    Current system time is Thu Oct 11 12:57:39 2012
    Uploading from the data file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt
    The file /u01/oracle/apps/apps_st/appl/po/12.0.0/patch/115/import/FRC/poconfun.ldt could not be opened for readingHaving missing FRC and ESA directories is an expected behavior as the NLS patches you are applying will create those NLS directories for you (FRC and ESA).
    You need to download the NLS CDs from e-Delivery website and use them to apply the patch. Please use adpatch to apply the patches with no options (unlike the US patch driver which is applied using "adpatch options=nocopyportion,nogenerateportion").
    How to resolve NLS translation issues in an Ebusiness Suite 11i and R12 environment [ID 394112.1]
    Oracle Applications NLS Release Notes, Release 12.1 [ID 788053.1]
    Requesting Translation Synchronization Patches [ID 252422.1]
    Please note that you could merge those 2 NLS Patches and apply them as one merged patch.
    Thanks,
    Hussein

  • OCI NLS errors in Perl script

    I'm using Perl to access an Oracle DB, using Activestate Perl and pre-built DBI and DBD::Oracle modules.
    I'm running the scripts on a Windows XP laptop, connecting to an Oracle DB running on Solaris 10, Oracle versions are 10.2 in both cases.
    I can connect to the database successfully with sqlplus, run from the command line, using the 'easy connect' method.
    The script fails to connect, generating this error:
    DBI connect('host=host.domain.com;sid=mydb;port=1522','myusername',...)
    failed: ERROR OCINlsEnvironmentVariableGet(OCI_NLS_CHARSET_ID)
    Check ORACLE_HOME and NLS settings etc. at C:\Perl\bin/esrch line 249
    My ORACLE_HOME points to the Oracle installation directory which was used to build the module, so I believe it's OK.
    Line 249 in the script is the dbi->connect(...) method.
    I have no idea which NLS variable would need to be set or changed, if that's what's needed.
    I also know that OCI_NLS_CHARSET_ID is a #define, found in oci.h. This file is included by the header file for my code.
    Any suggestions on how to get this working are much appreciated.
    Bob

    Hmm, there seems to be some confusion on my part regarding my login. I just used one which I swear I tried previously without success.
    In any case, I'm the original poster. Sorry for any confusion this causes.
    As for the questions asked.
    1. Oracle home access: yes, not only did the same user do the install of Oracle, I've verified that the user can access all files.
    2. I've run with NLS_LANG set and unset. The value used is the one stored in the registry:
    AMERICAN_AMERICA.WE8MSWIN1252
    3. I did a 'print "$ENV{NLS_LANG}\n"' from the perl script and got the expected output, as set above.
    4. As I understand it, the PerlSetVar function is a mod_perl feature, not part of the base language. I'm using batch files to run perl on my perl scripts, started from a command prompt.
    Thanks,
    Bob

  • NLS Error?

    When trying to create and index, I get the following error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-11422: linguistic initialization failed
    DRG-00100: internal error, arguments : [52100],[drxs.c],[557],[gxtopen],[0]
    ORA-06512: at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 54
    ORA-06512: at line 1
    I'm running 8.1.7 on Sun Solaris. NLS_LANG is set to AMERICAN_AMERICA.US7ASCII, ctx/lib is included in both PATH and LD_LIBRARY_PATH, all of the .flt files are set executable, and $HOME is set.
    My table looks like:
    ID NOT NULL NUMBER
    NAME VARCHAR2(20)
    FMT VARCHAR2(10)
    CONTENT BLOB
    And the query is:
    create index im_test_index on intermedia_test_doc(content) indextype is ctxsys.context parameters('filter ctxsys.inso_filter format column fmt')
    I had no problem indexing in 8.1.6, but I can't get it working since I upgraded to 8.1.7. Any ideas?
    Thanks!
    null

    Possibly the linguistic knowledge base
    files are missing from $ORACLE_HOME/ctx/data/enlx. What do you have on that directory?

  • Faces-config.xml !NLS Error

    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.bm.diagrammer.registry.RBaseTopLevel$1SelectionAction.<init>(RBaseTopLevel.java:68)
         at oracle.bm.diagrammer.registry.RBaseTopLevel.addNavigatePopupItems(RBaseTopLevel.java:152)
         at oracle.bm.diagrammer.registry.RBaseTopLevel.addPopupItems(RBaseTopLevel.java:44)
         at oracle.bm.diagrammer.registry.RBaseEdge.addPopupItems(RBaseEdge.java:404)
         at oracle.adfdt.controller.jsf.diagram.registry.RJSFTransition.addPopupItems(RJSFTransition.java:570)
         at oracle.bm.diagrammer.ui.DiagramContextMenuAdapter.menuWillShow(DiagramContextMenuAdapter.java:139)
         at oracle.ide.controller.ContextMenu.callMenuWillShow(ContextMenu.java:418)
         at oracle.ide.controller.ContextMenu.show(ContextMenu.java:224)
         at oracle.bm.diagrammer.BaseDiagramView.onPopupTrigger(BaseDiagramView.java:6713)
         at oracle.adfdt.controller.diagram.PageFlowDiagramView.onPopupTrigger(PageFlowDiagramView.java:170)
         at oracle.bm.diagrammer.track.SelectionTracker.processEvent(SelectionTracker.java:128)
         at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:389)
         at oracle.bm.diagrammer.BaseDiagramView$53.processEvent(BaseDiagramView.java:719)
         at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(PageView.java:2904)
         at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(PageView.java:3097)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.
    faces-comn

    Don't you think it might be helpful if you were to explain what you were doing when this error occurred?

  • Repository Install NLS error?

    Repository Install fails with "CDR-2144: This process has been aborted". Great.
    There is a log at D:\OraNT\RepAdm61\logs\ckPrereq.log that states "IMP-00016: required character ser conversion ( type 31 to 871 ) not supported."
    31 & 871!?!?!
    Various Oracle registry entries for NLS_LANG=AMERICAN_AMERICA.WE8IS08859P1 exist.
    The environmental variable NLS_LANG=AMERICAN_AMERICA.UTF8 requested for the OID service start seems to make no difference whether it exists or not.
    Any suggestions?

    Check out Note 353815.1
    Title: Package Body ''Scm_admin.Jr_reg_io'' Has Errors After
    Database Server Upgrade
    I have found that of the problems like this are due to the permissions not being granted by SYS to the repos owner.
    As SYS
    create user owner identified by owner default tablespace users
    temporary tablespace temp;
    Run this file as SYS
    @ D:\Designer_Home\Des1012\repadm61\UTL\CKROROLE.SQL
    GRANT EXECUTE ON DBMS_LOCK TO owner;
    GRANT EXECUTE ON DBMS_PIPE TO owner;
    GRANT CREATE TABLE TO owner;
    GRANT CREATE VIEW TO owner;
    GRANT CREATE PROCEDURE TO owner;
    GRANT CREATE SYNONYM TO owner;
    GRANT CREATE SEQUENCE TO owner;
    GRANT SELECT ON sys.v_$nls_parameters TO owner WITH GRANT OPTION;
    GRANT SELECT on sys.V_$PARAMETER TO owner;
    GRANT SELECT ON dba_rollback_segs TO owner;
    GRANT SELECT ON dba_segments TO owner;
    GRANT CREATE ANY SYNONYM TO owner;
    GRANT DROP ANY SYNONYM TO owner;
    GRANT CREATE PUBLIC SYNONYM TO owner;
    GRANT DROP PUBLIC SYNONYM TO owner;
    GRANT ck_oracle_repos_owner to owner;
    GRANT CONNECT, RESOURCE TO owner;
    GRANT dba TO owner;
    (If you want Row Level Security (RLS) on)
    GRANT execute on dbms_rls to owner;

  • DirectAccess client enables IPHTTPS interface when inside corporate network at remote sites

    We have 4 offices connected via an MPLS network. I've installed the DA server in the main office. We're using a PKI for NLS and IPsec certs and a self-signed cert for IPHTTPS. For the most part everything works great. When a DA client is in the main office
    all DA settings are disabled and the client acts as it should. When on the internet the IPHTTPs tunnel is established and remote access works.
    My problem is when the same DA client connects at one of the remote offices. When at a remote office the IPHTTPS interface is active. The NRPT is not. No tunnel is actually established but I find Event 4012, NCSI event logs showing that the Inside/Outside probe
    failed. This in and of itself would not be a big deal as the tunnel is never established however it does seem to cause Outlook to prompt for a password. I know this has something to do with our OWA site being resolvable inside the network, but I'm at a loss
    as to why this only happens with the IPHTTPS interface is active with no tunnel established.
    The NLS site appears to be working from the remote offices. I can ping NLS via DNS name and can open the https NLS website in a browser.
    Anyone have any ideas as to why this would be happening?

    Event Logs:
    Log Name:      Microsoft-Windows-NCSI/Operational
    Source:        Microsoft-Windows-NCSI
    Date:          4/22/2013 8:26:58 AM
    Event ID:      4012
    Task Category: Check Corporate Inside/outside Location
    Level:         Warning
    Keywords:      (17179869184)
    User:          NETWORK SERVICE
    Computer:      N30504-EDUENSIN.miac.local
    Description:
    Inside/Outside probe failed for interface 0x8300000F000000.
    Error: A connection with the server could not be established (12029)
    Host: directaccess-nls.miac.local//insideoutside
    Next retry: 128 second(s).
    Log Name:      Microsoft-Windows-NCSI/Operational
    Source:        Microsoft-Windows-NCSI
    Date:          4/22/2013 8:26:58 AM
    Event ID:      4010
    Task Category: Check Corporate Inside/outside Location
    Level:         Information
    Keywords:      Response Time,(35184372088832)
    User:          NETWORK SERVICE
    Computer:      N30504-EDUENSIN.miac.local
    Description:
    Inside/Outside detection finished for interface 0x8300000F000000 (OUTSIDE).
    netsh dns show state
    Name Resolution Policy Table Options
    Query Failure Behavior                : Always fall back to LLMNR and NetBIOS
                                            if the name does not exist
    in DNS or
                                            if the DNS servers are
    unreachable
                                            when on a private network
    Query Resolution Behavior             : Resolve only IPv6 addresses for names
    Network Location Behavior             : Let Network ID determine when Direct
                                            Access settings are to
    be used
    Machine Location                      : Inside corporate network
    Direct Access Settings                : Configured and Disabled
    DNSSEC Settings                       : Not Configured
    netsh namespace show effectivepolicy
    DNS Effective Name Resolution Policy Table Settings
    Note: DirectAccess settings would be turned off when computer is inside corporat
    e network
    netsh interface httpstunnel show interfaces
    Interface IPHTTPSInterface (Group Policy)  Parameters
    Role                       : client
    URL                        :
    https://***********:443/IPHTTPS
    Last Error Code            : 0x0
    Interface Status           : IPHTTPS interface active

Maybe you are looking for

  • New Infinity 2 installation - speed lower than exp...

    Hi I switched across from O2/Sky ADSL to Infinity 2 on 27 March. BT estimated the DL speed range for my line as 47-65Mbps. The Openreach chap (contractor) was reluctant to change the faceplate because I already have an ADLSNation XTE-2005 filtered fa

  • Error in starting a workflow with a z event.

    I have implemented an event in an object which gets generated through PA30. But when the event gets generated the workflow does not get triggerred and instead an error msg comes in event trace ie. "Event EMPLOYEEI CHANGED for task WS90000048 not defi

  • What is the best all-in-one printer out there today

    I have a home office.  I have been running either Canon or Epson printers for years.  My Canon MP830 is dying - I am getting a blac stripe down the middle of every paper.  I need a new all-in-one printer.  I want it to work wirelessly and the ink sho

  • I've a problem with a KM4M-L temp

    good nights. my MSI Motherboard (MS-6734), have installed a Athlon XP 2400+, but the fan turns too slow, 3250 rpm. I belive that temp it's too high 58°C in idle mode, when full stress cpu usage then cpu stop. I´ve a pc-chips M825 too, and the temp it

  • Compression and non-compression questions

    Hi Folks, I want to use my PC as a music juke box. I plan on having an audio output lead plugged into my living room stereo from my PC and using iTunes to do the playing and managing of the downloaded music files. I want to import my music CDs into t