External login concerns

I have been implementing OS authentication on a database in development. I have seen a lot of warnings on security holes caused by OS authentication.
I am currently working with an Oracle 11g back-end database running on Linux; the front-end is MS Access 2003 running on WinXP. I need to be able to log onto the back-end without explicitly entering a username and password. How is this best done?
If you know of other threads concerning this please direct me to them. If there aren't any, I suppose this may be as good a time as any to begin one.
Thanks.

For this effort I am the DBA, Developer, "expert" (in that I am the only one in our group who knows anything about Oracle: I am a certified developer and have taken the first Oracle DBA training workshop), do all and end all (such as I am).
I will look at the Oracle documentation for some answers but I have found that, as often as not, the indexes are not of much use in finding the information I need. I guess that part of my question is to get some direction on where to start looking within the documentation to begin finding answers.
Some other details.
I recently had to change from a single machine, all windows environment, to a single machine Linux/Windows (via VirtualBox) environment. The Oracle DB is running on the Linux side and MS Access in running within VirtualBox. I have been successful in setting up links to the Database from within Windows but all of my efforts to this point require username/password. In the old system I was able to access the ODB as I wanted very successfully but I have forgotten how I had things set up and cannot find the documentation I had (I'm being more careful this time).
I completed a large amount of my development in the former setup. In that setup I was using External OS Authentication to access the Oracle DB with a System DSN defined in the Windows environment to access the Oracle DB from the Access DB. In the VBA code I have been initializing ADODB.Connetcion objects and opening the connections with the Open method using a line like cnn.Open "DSN=myDSN"This opening of the database connection is performed many times in the code and I cannot have the user logging in when back-end access is required.

Similar Messages

  • Creating an external login?

    Hello everyone,
    I have a quick question, we have our new website loaded on our new web server with webtools on the same server just on a different port.  We feature a "Client Login" box on the website, I want to know if it is possible to link that in to the Webtools login.  Right now I linked the "Go" button to http://XXXXXXX:8080/common/accounts/login.aspx.  The X's are the IP address to our server and the :8080 is the port were webtools is located.  I appreciate any help!
    Here is a screenshot of the the login box:
    http://aquaproducts.com/login_box_homepage.jpg
    Edit:  When you enter in the username and password in the box and hit "Go" it takes you to the account page but doesn't log the user in.
    Edited by: Daniel Albeck on Jan 14, 2009 12:15 PM

    The following code is what I have for the login box on the actual website (which isn't directly linked in with web tools, webtools is on its own port and has no link to the website other than this login box.  I also set the default webtools theme to be associated with the domains IP address and port because we have not yet forwarded the domain over)
    <form action="http://XX.XX.XXX.XX:8080/common/accounts/myaccount.aspx" method="post" enctype="multipart/form-data">
                        <tr>
                          <td colspan="3" class="loginbox"><img src="../images/spacer.gif" width="15" height="1" border="0"></td>
                        </tr>
                        <tr>
                          <td width="57" class="loginbox">Username:</td>
                          <td width="98"><input name="textarea" type="text" class="smallbox" value="" size="15"></td>
                          <td width="41"> </td>
                        </tr>
                        <tr>
                          <td><span class="loginbox">Password:</span></td>
                          <td><input name="textarea" type="password" class="smallbox" value="" size="15">
                          </td>
                          <td><input name="go" id="loginBTN" type="submit" value="Submit"/></td>
                        </tr>
                      </form>
    It's still giving me a problem but that could be because I am not 100% what I am doing right here so I am not sure if I am linking the correct thing or not. Sidenote: I didnt originally code this a company that we outsourced coded this using Dreamweaver templates and tables with spacer.gif's, I have been in the process of converting over to DIV's on down time.

  • OS External login failed

    Please help:
    My database 10.2.0.2.0 . Database is in Sun Soloris10 64bits
    This is my DB parameters:
    optimizer_index_cost_adj integer 100
    os_authent_prefix string OPS$
    os_roles boolean FALSE
    remote_os_authent boolean TRUE
    remote_os_roles boolean FALSE
    I have a OS user test identified exteranlly.
    I have a database user ops$test. This user has the connection and create session roles.
    when I ran
    sqlplus /@mydb
    it shows me this:
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Jan 8 15:49:29 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Any help is very appraciated.

    I set ORACLE_SID as dbsid
    login and still get the same problem.
    How can I avoid use listener?
    Thanks!

  • Login in to OBIEE with Oracle Apps Credentials

    How can i connect to OBIEE repository and presentation services using Oracle Apps (ebusiness suite) user name and password the same way it can be done in discoverer.
    if anyone can point me to a link or give me his own opinion on how to do that please do.
    Thanks

    Hy Daan,
    You are the king of Ebs.
    A little search on google over ExternalLogon, return me on this page :
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/general_10134.htm#BEHJFJDD
    11.5.3.2 Specifying the External Login for Single Sign-On with EPM Workspace
    An external token (or ticket) can be passed to Oracle BI Presentation Services by another system, which facilitates the use of Single Sign-on with EPM Workspace and Oracle BI.
    To configure for a token to be passed from EPM Workspace to Oracle BI Presentation Services for Single Sign-on, you must add or modify the <ExternalLogon> element of the instanceconfig.xml file as follows:
    <Auth>
    <ExternalLogon enabled="true" logonPageAllowed=”true”>
       <ParamList>
          <Param name="UID" source="url" nameInSource="sso_token"/>
          <Param name="PWD" source="constant" value="obips.hss.ssotoken"/>
       </ParamList>
    </ExternalLogon>
    </Auth>Does it mean that you need Oracle SSO (the ldap of oracle) ?
    http://www.oracle.com/technology/products/id_mgmt/esso/index.html
    Cheers
    Nico

  • Custom Login Module and failover

    I'm trying to figure out how to handle authentication when failover from one OC4J to another occurs. I have a custom login module using the example provided by Frank Nimphius (http://www.oracle.com/technology/products/jdev/howtos/10g/jaassec/index.htm)
    I see different results for this "external" custom login module than for either JAZN file store or for the built-in DBTableOraDataSourceLoginModule that comes with OC4J and am wondering why.
    Scenario 1 - File authentication using JAZN file store
    Results: Works well.
    Failover works and when failover occurs, the login page is not displayed. (no 2nd login is required).
    Scenario 2 - Custom login module using DB store through the OC4J built-in DBTableOraDataSourceLoginModule
    Results: Works well.
    Failover works and when failover occurs, the login page is not displayed. (no 2nd login is required).
    Scenario 3 (problematic scenario) - Custom login module using DB store through an external login module (not in OC4J). I used the DBTableOraDataSourceLoginModule from Frank
    Nimphius with no modifications for this test.
    Results: Failover works. But when failover occurs, the login page is displayed and the user has to login again. Question: Why doesn't failover also cover the authentication as in the previous 2 scenarios?
    Note: I tried to fix this by adding Java_sso. This does appear to take care of having to log in a second time but raises new issues. One is that authentication is called for every request. Then after the failover occurs, I see a log message indicating the login module aborted but authentication appears to succeed regardless.

    I'm trying to figure out how to handle authentication when failover from one OC4J to another occurs. I have a custom login module using the example provided by Frank Nimphius (http://www.oracle.com/technology/products/jdev/howtos/10g/jaassec/index.htm)
    I see different results for this "external" custom login module than for either JAZN file store or for the built-in DBTableOraDataSourceLoginModule that comes with OC4J and am wondering why.
    Scenario 1 - File authentication using JAZN file store
    Results: Works well.
    Failover works and when failover occurs, the login page is not displayed. (no 2nd login is required).
    Scenario 2 - Custom login module using DB store through the OC4J built-in DBTableOraDataSourceLoginModule
    Results: Works well.
    Failover works and when failover occurs, the login page is not displayed. (no 2nd login is required).
    Scenario 3 (problematic scenario) - Custom login module using DB store through an external login module (not in OC4J). I used the DBTableOraDataSourceLoginModule from Frank
    Nimphius with no modifications for this test.
    Results: Failover works. But when failover occurs, the login page is displayed and the user has to login again. Question: Why doesn't failover also cover the authentication as in the previous 2 scenarios?
    Note: I tried to fix this by adding Java_sso. This does appear to take care of having to log in a second time but raises new issues. One is that authentication is called for every request. Then after the failover occurs, I see a log message indicating the login module aborted but authentication appears to succeed regardless.

  • Not able to login with AEM 6.0 Configuration

    HI All,
    After Migrating to OAK  (CRX3) Repository i am unable to login and getting as below error
    Also I configured Jackrabbit Oak LdapIdentity Provider, Jackrabbit Oak Default Sync Handler and Jackrabbit Oak External Login Module
    So basically i am not getting Login(welcome) Screen but I could able to login to OSGI console
    *ERROR* [qtp1173581562-32] com.day.cq.auth.impl.LoginSelectorHandler requestCredentials: Abort login due to apparent misconfiguration.
    *ERROR* [qtp1173581562-32] com.day.cq.auth.impl.LoginSelectorHandler requestCredentials: Possible reasons: login page not existing or not accessible
    Inputs would be Appriciated!!!

    Hi,
    "IF someone can help me and to guide me how enable this SAP* using or adding or amending the parameter 'login/no_automatic_user_sapstar' = '0' Zero"
    - Please set the parameter login/no_automatic_user_sapstar = 0 in Default profile and restart instance to activate SAP* with password PASS. If same parameter exists in Instance profile, please change there also before restart.
    As soon as you login with SAP*, please reset the password of DDIC in client 800.
    "Also I have created some users for learning and testing propose but I have give SAP_ALL authorization in the profile but What I have understood is giving SAP_ALL making the user super User (plz correct me if I am wrong)
    So What profile WE must select so that a normal user who can be able to use most of the task and learn the ABAP or other features configured"
    - You can assign SAP_NEW and SAP_CUST or equivalent customized profiles/roles to users for learning and testing propose.
    "And What profile does this user has to be in because the faculty from whom I am learning BASIS told me it has to be in client "800" if this is correct then how can I copy a user from one client to another client"
    - You can copy entire user master (profile SAP_USER) from one client to other using local client copy (SCCL).
    Hope you are answered.
    Thanks,
    Siva Kumar

  • 2 edge servers and 2 front end servers?

    Good morning/afternoon/evening Technet,
    We're about to go to production with Lync 2013 standard with the following.
    1. 2 front end servers w/ standard edition
    2. 2 edge servers 
    We want to set it up so that 1 front end and 1 edge server will be at a location of ours a couple miles away. We want to setup the other front end and edge server at our main office. For disaster recovery purposes I know that I can keep the two front ends
    pooled but as far as the Edge servers go, would it be best to have 1 active and the other edge turned passive? Is there a way that I can put the two edge servers in the same pool?
    Thanks for all the help guys and gals!
    -Liqsh0t

    Hi,
    Each Site can use a separate Edge Server to support external login process.
    However, it is possible to use single Edge server for both pools. The user from the other site has to connect to the only edge and then route though the WAN link to go to its own pool. Access Edge is responsible for proxying SIP traffic for remote clients
    to the next hop, which can be a Director or a Lync pool.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Oracle epm 11.1.2.2 http error

    I installed (personal installation) and configured 11.1.2.2. Installation was successful. Configuration only partly successful as most of the errors point to http error and unable log on to workspace. It brings up a java.net error.
    Can you help please?

    ( Apr 4, 2013 5:12:40 PM ) Configuration tasks state test successfully completed.
    ( Apr 4, 2013 5:12:40 PM )  - passed: Validating that configuration tasks have been completed
    ( Apr 4, 2013 5:12:40 PM ) DB Connectivity test for repository successfully completed.
    ( Apr 4, 2013 5:12:40 PM )  - passed: Checking connection to database jdbc:oracle:thin:@RATNAP01:1521:FUSION
    ( Apr 4, 2013 5:12:43 PM ) Web Applications check failed.
    ( Apr 4, 2013 5:12:43 PM )  - failed: Availability of Web application context http://RATNAP01:9000/aif/faces/setup/Main.jspx
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    ( Apr 4, 2013 5:12:43 PM )  - failed: Availability of Web application context http://RATNAP01:9000/oracle-epm-erpi-webservices/RuleService
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    ( Apr 4, 2013 5:12:49 PM ) External Providers check successfully completed.
    ( Apr 4, 2013 5:12:49 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Apr 4, 2013 5:12:53 PM ) Login check failed.
    ( Apr 4, 2013 5:12:53 PM )  - failed: Checking availability of login http://RATNAP01:9000/interop/logon
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 404
    ( Apr 4, 2013 5:12:58 PM ) Missed registry links check successfully completed.
    ( Apr 4, 2013 5:12:58 PM )  - passed: Checking that all components in the registry have a link to host
    ( Apr 4, 2013 5:12:58 PM ) Datasource entries existence successfully completed.
    ( Apr 4, 2013 5:12:58 PM )  - passed: Checking if datasource property exists in the registry
    ( Apr 4, 2013 5:12:58 PM ) Datasource entries existence failed.
    ( Apr 4, 2013 5:12:59 PM ) Datasource entries existence successfully completed.
    ( Apr 4, 2013 5:12:59 PM )  - passed: Checking if datasource property exists in the registry
    ( Apr 4, 2013 5:13:00 PM ) Datasource entries existence failed.
    ( Apr 4, 2013 5:13:02 PM ) Web Server Registry check successfully completed.
    ( Apr 4, 2013 5:13:02 PM )  - passed: Checking if Web Server linked to the all Web Applications
    ( Apr 4, 2013 5:13:02 PM ) Shared library targeting test failed.
    ( Apr 4, 2013 5:13:13 PM ) Checking if registry database compy with taxonomy. successfully completed.
    ( Apr 4, 2013 5:13:13 PM )  - passed: All components comply with registry taxonomy.
    ( Apr 4, 2013 5:13:13 PM ) System path variable length test successfully completed.
    ( Apr 4, 2013 5:13:13 PM )  - passed: Checking whether system path variable length exceeds 2,000
    ( Apr 4, 2013 5:13:13 PM ) CSS Status Check failed.
    ( Apr 4, 2013 5:13:13 PM )  - failed: Validating that CSS has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=CSS
    ( Apr 4, 2013 5:13:14 PM ) CES Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that CES has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=CES
    ( Apr 4, 2013 5:13:14 PM ) Audit Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that Audit has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=AUDIT
    ( Apr 4, 2013 5:13:14 PM ) LCM Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that LCM has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=LCM
    ( Apr 4, 2013 5:13:15 PM ) HUB Status Check failed.
    ( Apr 4, 2013 5:13:15 PM )  - failed: Validating that HUB has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=HUB
    ( Apr 4, 2013 5:13:15 PM ) Registry Status Check failed.
    ( Apr 4, 2013 5:13:15 PM )  - failed: Validating that Registry has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=REGISTRY
    ( Apr 4, 2013 5:13:15 PM ) Product registry component test successfully completed.
    ( Apr 4, 2013 5:13:15 PM )  - passed: Checking if product has only one product node in registry.
    ( Apr 4, 2013 5:13:18 PM ) Product registry component test failed.
    ( Apr 4, 2013 5:13:25 PM ) EPMA DimensionServer Server Configuration successfully completed.
    ( Apr 4, 2013 5:13:25 PM )  - passed: Validating EPMA Dimension Server hyperion-bpma-server startup... Successful...
    ( Apr 4, 2013 5:13:34 PM ) Check EPMA services individually failed.
    ( Apr 4, 2013 5:13:34 PM )  - failed: Validating whether jobmanager service is available.
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 500
    ( Apr 4, 2013 5:13:35 PM ) Essbase Studio Server failed.
    ( Apr 4, 2013 5:13:35 PM )  - failed: Validating Essbase Studio Server connection
        Error:api.CPException.networkError
    ( Apr 4, 2013 5:13:40 PM ) Financial Management Web Service access test successfully completed.
    ( Apr 4, 2013 5:13:40 PM )  - passed: Checking accessibility of Web services on http://RATNAP01:80/HSFWebServices/HSFWebService.asmx.
    ( Apr 4, 2013 5:13:40 PM ) Check if the Interactive Reporting Product (INTERACTIVE_REPORTING_PRODUCT) component exists. successfully completed.
    ( Apr 4, 2013 5:13:40 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:41 PM ) Check if IR BI Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR BI Services are available: IRBI_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR Job Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR Job Services are available: IRJOB_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR DAS Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR DAS Services are available: IRDAS_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR Log Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR Log Services are available: IRLOG_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:42 PM ) Check if the Reporting and Analysis Setup (RA_SETUP) component exists. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:42 PM ) Check if all required RAF properties exist under the Reporting and Analysis Setup component. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: All required properties exist.
    ( Apr 4, 2013 5:13:42 PM ) Check if the Agent Module (AGENT_MODULE) components exist. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: Found: 5.
    ( Apr 4, 2013 5:13:43 PM ) Check if the Reporting and Analysis Service (RA_SERVICE) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 20.
    ( Apr 4, 2013 5:13:43 PM ) Check if the Agent (AGENT) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1. Hosts for the components: RATNAP01.
    ( Apr 4, 2013 5:13:43 PM ) Check if the RAF Logical Web App (LOGICAL_WEB_APP) component exists. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:43 PM ) Check if the RAF Web App (RA_FRAMEWORK_WEB_APP) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1. Hosts for the components: RATNAP01.
    ( Apr 4, 2013 5:13:44 PM ) Check consistency of the Service Agent sets between Registry and V8_SERVICEAGENT. successfully completed.
    ( Apr 4, 2013 5:13:44 PM )  - passed: Data in Registry and database are consistent.
    ( Apr 4, 2013 5:13:45 PM ) Check consistency of the Service Agent properties between Registry and database tables (V8_SERVICEAGENT, V8_SA_PROPS). successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: Data in Registry and database are consistent.
    ( Apr 4, 2013 5:13:45 PM ) Check if all required RAF properties exist under the RAF Logical Web App component. successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: All required properties exist.
    ( Apr 4, 2013 5:13:45 PM ) Check if all required Workspace configuration files exist under the RAF Logical Web App component. successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: All required files exist.
    ( Apr 4, 2013 5:13:46 PM ) Check if Agents are available. successfully completed.
    ( Apr 4, 2013 5:13:46 PM )  - passed: All Agents are available: Agent on ratnap01.
    ( Apr 4, 2013 5:13:46 PM ) Check if RAF Services are available. successfully completed.
    ( Apr 4, 2013 5:13:46 PM )  - passed: All RAF Services are available: RAF_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:47 PM ) Check if Repository data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:47 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:48 PM ) Check if Job Factory data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:48 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:49 PM ) Check if Service Broker data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:49 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:50 PM ) Check if Event Server data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:50 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:50 PM ) Check if every Agent is associated with some Agent Module(s). successfully completed.
    ( Apr 4, 2013 5:13:50 PM )  - passed: Every Agent is associated with some Agent Module(s).
    ( Apr 4, 2013 5:13:51 PM ) Check if every Reporting and Analysis Service is associated with some Agent Module. successfully completed.
    ( Apr 4, 2013 5:13:51 PM )  - passed: Every Reporting and Analysis Service is associated with some Agent Module.
    ( Apr 4, 2013 5:13:52 PM ) Check if every Agent Module is associated with some Agent. successfully completed.
    ( Apr 4, 2013 5:13:52 PM )  - passed: Every Agent Module is associated with some Agent.
    ( Apr 4, 2013 5:13:52 PM ) Check if every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s). successfully completed.
    ( Apr 4, 2013 5:13:52 PM )  - passed: Every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    ( Apr 4, 2013 5:13:53 PM ) Check if Agent Modules and corresponding Agents belong to the same host. successfully completed.
    ( Apr 4, 2013 5:13:53 PM )  - passed: Agent Modules and corresponding Agents belong to the same host.
    ( Apr 4, 2013 5:13:56 PM ) Check if Reporting and Analysis Services and corresponding Agent Modules belong to the same host. successfully completed.
    ( Apr 4, 2013 5:13:56 PM )  - passed: Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    ( Apr 4, 2013 5:13:57 PM ) Check the possibility to login on Web Analysis Server. failed.
    ( Apr 4, 2013 5:13:57 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:13:57 PM ) Check connectivity between Web Analysis Server and Essbase Server. failed.
    ( Apr 4, 2013 5:13:57 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:13:58 PM ) Check connectivity between Web Analysis Server and Financial Management Server. failed.
    ( Apr 4, 2013 5:13:58 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:14:20 PM ) External repository access test successfully completed.
    ( Apr 4, 2013 5:14:20 PM )  - passed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat FetchCategory ****** localhost 6800 /Sample Content
    ( Apr 4, 2013 5:14:36 PM ) External login test for IR successfully completed.
    ( Apr 4, 2013 5:14:36 PM )  - passed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat PingBQService ****** localhost 6800
    ( Apr 4, 2013 5:14:36 PM ) Financial Management Application Server Configuration successfully completed.
    ( Apr 4, 2013 5:14:36 PM )  - passed: Validating Financial Management Server registration Successful...
    ( Apr 4, 2013 5:14:50 PM ) Financial Management Service Validation failed.
    ( Apr 4, 2013 5:14:50 PM )  - failed: Verify that the Financial Management service is working.
        Error:EPMVLD-01024: The Financial Management service check failed: ERROR: Unable to CreateApplicationCAS
    ( Apr 4, 2013 5:14:52 PM ) Financial Management Web Server successfully completed.
    ( Apr 4, 2013 5:14:52 PM )  - passed: Validating Financial Management Web application connection Successful...
    ( Apr 4, 2013 5:14:54 PM ) SmartView Provider successfully completed.
    ( Apr 4, 2013 5:14:54 PM )  - passed: Validating Financial Management SmartView Provider connection Successful...
    ( Apr 4, 2013 5:14:57 PM ) LCM Provider successfully completed.
    ( Apr 4, 2013 5:14:57 PM )  - passed: Validating Financial Management LCM Provider connection Successful...
    ( Apr 4, 2013 5:15:16 PM ) Essbase Java API checker failed.
    ( Apr 4, 2013 5:15:16 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect ****** RATNAP01:1423 Embedded
        Error:EPMVLD-01011: Result 1; Error message: Message was not included in output, check logs for details.
    ( Apr 4, 2013 5:15:16 PM ) Check system-jazn-data.xml file for HIT entries successfully completed.
    ( Apr 4, 2013 5:15:16 PM )  - passed: All HIT entries are present in system-jazn-data.xml
    COMP ID = oracle.EPMOHPS
    Hyperion Provider Services - Release 11.1.2.2.100.2167
    Copyright (c) 1991, 2012 Oracle and / or its affiliates. All rights reserved.
    connection mode : EMBEDDED
    essbase.properties: essbase.properties
    java System properties -DESS_ES_HOME: null
    ( Apr 4, 2013 5:15:29 PM ) Essbase server check failed.
    ( Apr 4, 2013 5:15:29 PM )  - failed: Validating Essbase Server connection to RATNAP01
        Error:Cannot connect to olap service. Cannot connect to Essbase Server at "RATNAP01:1423". Network error [10061]: Failed to connect to [RATNAP01:1423]
    ( Apr 4, 2013 5:15:37 PM ) Essbase server check using MaxL failed.
    ( Apr 4, 2013 5:15:37 PM )  - failed: Validating Essbase Server startup using MaxL command
        Error:EPMVLD-01010: Cannot connect to Essbase Server using MaxL.
    ( Apr 4, 2013 5:15:38 PM ) Module login test failed.
    ( Apr 4, 2013 5:15:38 PM )  - failed: Module test for Performance Management Architect with URL http://RATNAP01:9000/workspace/index.jsp?module=awb.awb
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with POST method: 404
    ( Apr 4, 2013 5:15:38 PM ) Web Server link test failed.
    ( Apr 4, 2013 5:15:48 PM ) EnumerateDimensions failed.
    ( Apr 4, 2013 5:15:48 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.EnumDimensions
        Error:EnumDimensions failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:15:59 PM ) EnumerateApplications failed.
    ( Apr 4, 2013 5:15:59 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumApplications
        Error:EnumApplications failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:09 PM ) EnumerateDataSynchronizations failed.
    ( Apr 4, 2013 5:16:09 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumDataSyncs
        Error:EnumDataSyncs failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:20 PM ) DimensionEditorLoadAdf failed.
    ( Apr 4, 2013 5:16:20 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.DimEditorLoadAdf
        Error:DimEditorLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:29 PM ) ApplicationManagerLoadAdf failed.
    ( Apr 4, 2013 5:16:29 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.appmanager.AppMgrLoadAdf
        Error:AppMgrLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.

  • Mac Mini Unable to Log On

    I've already posted this in a few places, but I still am no closer to an answer, so I'll repost here.
    I've got a few Intel Core Solo Mac Mini's that suddenly began prompting for username and password at the logon screen, but they appear to have another window in the background. The machines will not allow logon from any logon, even after attempting password resets using the Tiger install disk, repairing disk permissions, resetting PRAM and PMU, upgrading to Leopard, imaging from another computer, and everything else I could come up with. It looks as if the user accounts are gone when I go into single user mode, but the folders are still present when I look in target disk mode.
    A fresh base installation of Leopard works for a month or so, then the same issue comes back. Any suggestions?

    Check the console logs for any evidence of other external logins, etc.
    Do other users have access to the administrator account or password on these computers?
    Since this happens with two different OSs and not immediately, I would suspect "tinkering" but perhaps it could be something else.
    What is turned on in the Sharing pane?
    Are all the preference pane locks locked?
    In a terminal run
    last
    and see who is/was logged into the computer

  • ALV with dropdown in column and other questions

    hi,
    I created an editable alv with configuration model via external context mapping.
    now I have a column which contains strings and my aim is to show this whole column as a dropdownlist. the possible values of this dropdown are fetched in a database table at  runtime and each cell in this column got its own selected value in this dropdownlist.
    changes of the selected values should be written in the database table in a later step.
    1. what changes do I have to do?
    should I remove my external mapping concerning the alv and use the setData method? or what is the easiest way to get my dropdownlist in this column instead of normal text (string) ?
    2. should I choose dropdownbykey or by index?
       I suppose I have to change the context when changing the selected value in the dropdownlist and the read out the changed context element and update my database table?
    3. how could I access rows (= tuples) in an alv?
    4. how can I avoid that a row could be deleted, inserted or added with the normal functions of the alv?

    Hi Thorsten,
    If the possible list of values in the dropdown is different for each row, you need a drop down by index. Else this can be done using a dropdown by key itself.
    The only change that you need to do is create a cell editor of type dropdown for that particular column and configure your ALV model.
    The sample code for changing the cell editor would be:
        l_alv_model = l_ref_interfacecontroller->get_model( ).
      DATA:
         lr_column_settings TYPE REF TO if_salv_wd_column_settings,
         lr_column type ref to CL_SALV_WD_COLUMN.
         lr_dropdown TYPE REF TO CL_SALV_WD_UIE_DROPDOWN_BY_KEY.
      lr_column_settings ?= l_alv_model.
      lr_column = lr_column_settings->get_column( <column name> ).
      CREATE OBJECT lr_dropdown EXPORTING 
      SELECTED_KEY_FIELDNAME= '<fieldname>'
      lr_column->set_cell_editor( lr_dropdown ).
    Here, you can substitute the field name with your field name that has to be displayed as a dropdown.
    The dropdown list can be populated in the wddoinit method by attaching a value set to the attribute in the context node info. Everything else will be like you do in a normal table. You can so a get_static_attributes of your elements and persist in tables. Whenever you change the selected value, the context will be updated immediately. You can have a user defined function like 'Save' or something where you can just read the context and process the data.
    If you do not want to display any of the normal functions, you can do the following:
    data: lt_functions type SALV_WD_T_FUNCTION_STD_REF,
            ls_function type SALV_WD_s_FUNCTION_STD_REF.
    lt_functions = l_alv_model->if_salv_wd_function_settings~get_functions_std( ).
    loop at lt_functions into ls_function.
    ls_function-r_function->set_visible( CL_WD_UIELEMENT=>E_VISIBLE-NONE ).
    endloop.
    The above code will hide all the standard functions. If you want to hide specific ones, do a get_function(id) and set_visible.
    Hope this helps.
    Regards
    Nithya

  • SAP IQ 16 Hang in the last phase of insert from ASE 15.7 using RLV

    Problem description:
    When I try to load 73K rows from ASE 15.7 to IQ 16.0 SP3 the IQ server ‘hang’ at the last phase of the insert (merge RLV store to main IQ dbspace).
    Hang: The server stops responding; stop writing to iqmsg; and, I’m unable to stop the server using stop_iq; the only way to stop the server is to kill the process (on Unix).
    Any suggestion on how to solve this issue will be appreciated.
    My configuration
    Adaptive Server Enterprise/15.7/EBF 21339 SMP SP101 /P/X64/Windows Server/ase157sp101/3439/64-bit/OPT/Thu Jun 06 12:11:05 2013
    Sybase IQ/16.0.0.653/131122/P/sp03/Sun_Sparc/OS 5.10/64bit/2013-11-22 01:16:26  (8 cores)
    How to reproduce the problem:
    In ASE 15.7
    Create and populate the following table:
    CREATE TABLE dbo.MyTable  (
            Program                 varchar(3) NULL,
            EncNum                  varchar(12) NULL,
    MRN                     varchar(8) NULL,
    IntervalStartDtm varchar(19) NULL,
            IntervalEndDtm          varchar(19) NULL,
            IntervalType            varchar(50) NULL,
            IntervalDuration        numeric(19,4) NULL,
            PhysFirstName           varchar(50) NULL,
            PhysLastName            varchar(50) NULL,
            PhysNum                 varchar(6) NULL,
            Location                varchar(3) NULL,
            DiseaseSite             varchar(20) NULL,
            Priority                int NULL,
            DelayReason             int NULL,
            ExcludeFlag             varchar(1) NULL
    LOCK ALLPAGES
    GO
    I’d around 73,000 rows, you can populate the table with random data.
    EndNum are of format ‘999999999999’
    MRN number are of format ‘99999999’
    On SAP IQ 16.0 SP3
    Create the new RVL STORE
    create dbspace IQ_RLVStore
       using file IQ_RLVFile1 '/dev/vx/rdsk/datadg/pdevtemp1' size 15360
    IQ RLV STORE
    Start Up Parameters
    -n devDwIqSrvr
    -x tcpip{port=4101}
    -c  512m
    -gc 20
    -gd all
    -gl all
    -gm 100
    -gn 150
    -gp 4096
    -ti 4400
    -iqlm 4096
    -iqmc 4096
    -iqtc 4096
    -iqgovern 100
    -iqrlvmem 2048
    -iqmsgsz 2047
    -iqmsgnum 2
    -xs http{port=8082}
    Create the table
    CREATE TABLE DBA. MyTable  (
            Program                 varchar(3) NULL,
            EncNum                  varchar(12) NULL,
    MRN                     varchar(8) NULL,
    IntervalStartDtm varchar(19) NULL,
            IntervalEndDtm          varchar(19) NULL,
            IntervalType            varchar(50) NULL,
            IntervalDuration        numeric(19,4) NULL,
            PhysFirstName           varchar(50) NULL,
            PhysLastName            varchar(50) NULL,
            PhysNum                 varchar(6) NULL,
            Location                varchar(3) NULL,
            DiseaseSite             varchar(20) NULL,
            Priority                integer NULL,
            DelayReason             integer NULL,
            ExcludeFlag             varchar(1) NULL IQ UNIQUE (255) 
    GO
    set option public.SNAPSHOT_VERSIONING = 'Row-level'
    set option public.RV_RESERVED_DBSPACE_MB = 500
    alter table DBA. MyTable
      enable RLV STORE
    On ASE 15.7
    Create a new session (disconnect and reconnect)
    Create the new server
    sp_addserver 'devDwIqSrvr', ASIQ, 'ohdwdbdev01:4101'
    Add and external login
    sp_addexternlogin devDwIqSrvr, sa, DBA, myPassword
    Create proxy a table
    `
    create proxy_table MyTable _proxy
    at 'devDwIqSrvr.devDwIqDb.DBA. MyTable '
    Execute
    insert into dbo. MyTable _proxy
      select * from dbo. MyTable
    In the 2 servers where I tested, the IQ server ‘hang’ after around 1 hrs.

    Hi Chris,
    Thanks a lot for your help.
    As per your suggestion, I increased the –iqrlvmem to 4096
    And also,  set option public.RV_Auto_Merge_Eval_Interval = 1
    But, still have the same behavior.
    Here you can see the state of the IQ server just a few seconds before it hang.
    select SpCount/2 from
    sp_iqtransaction()
    where TxnID = 119410926
    SELECT TOTAL FROM sp_iqrlvmemory('myTable', 'DBA')
    exec sp_iqstatus
    sp_iqtransaction.SpCount/2   
    72607.5   (approximate number of tables already loaded on the RLV part of the table)                     
    1 record(s) selected [Fetch MetaData: 0ms] [Fetch Data: 0ms]
    TOTAL
    252
    1 record(s) selected [Fetch MetaData: 0ms] [Fetch Data: 0ms]
    1 record(s) affected
    Name Value
    Sybase IQ (TM)                                Copyright (c) 1992-2013 by SAP AG or an SAP affiliate company. All rights reserved.
      Version: 16.0.0.653/131122/P/sp03/Sun_Sparc/OS 5.10/64bit/2013-11-22 01:16:26               
      Time Now:                                    2014-04-01 15:10:00.672                                                            
      Build Time:                                  2013-11-22 01:16:26
      File Format:                                 23 on 03/18/1999                                                                   
      Server mode:                                 IQ Server
      Catalog Format:                              2                                                                                  
      Stored Procedure Revision:                   1
      Page Size:                                   131072/8192blksz/16bpp
      Number of Main DB Files:                     4
      Main Store Out Of Space:                     N
      Number of Cache Dbspace Files:               0
      Number of Shared Temp DB Files:              0
      Shared Temp Store Out Of Space:              N
      Number of Local Temp DB Files:               1
      Local Temp Store Out Of Space:               N
      DB Blocks: 1-8716280 IQ_SYSTEM_MAIN_16384
      DB Blocks: 9408960-18125239                  IQ_SYSTEM_MAIN_2_16387
      DB Blocks: 19863360-22484791                 SF1
      DB Blocks: 22999680-24965759                 IQ_RLVFile1
      Local Temp Blocks: 1-1966072                 IQ_SYSTEM_TEMP_16388
      Create Time:                                 2011-08-07 09:24:11.169
      Update Time:                                 2014-04-01 14:52:51.422
      Main IQ Buffers:                             32652, 4096Mb                                                                      
      Temporary IQ Buffers:                        32652, 4096Mb
      Main IQ Blocks Used:                         3144428 of 21993858, 14%=23Gb, Max Block#: 23117643                                
      Cache Dbspace IQ Blocks Used:                0 of 0, 0%=0Mb, Max Block#: 0
      Shared Temporary IQ Blocks Used:             0 of 0, 0%=0Mb, Max Block#: 0
      Local Temporary IQ Blocks Used:              113 of 1940472, 0%=0Mb, Max Block#: 241                                            
      Main Reserved Blocks Available:              26214 of 26214, 100%=204Mb
      Shared Temporary Reserved Blocks Available:  0 of 0, 0%=0Mb
      Local Temporary Reserved Blocks Available:   25600 of 25600, 100%=200Mb
      IQ Dynamic Memory:                           Current: 9502mb, Max: 9526mb                                                       
      Main IQ Buffers:                             Used: 2251, Locked: 0
      Temporary IQ Buffers:                        Used: 7, Locked: 0                                                                 
      Main IQ I/O:                                 I: L18549/P79 O: C2336/D2740/P2581 D:519 C:39.7                                    
      Temporary IQ I/O:                            I: L110366/P0 O: C2568/D2592/P32 D:2561 C:97.1                                     
      Other Versions:                              1 = 69Mb
      Active Txn Versions:                         0 = C:0Mb/D:0Mb                                                                    
      Last Full Backup ID:                         119254657
      Last Full Backup Time:                       2014-03-30 19:00:00                                                                
      Last Backup ID:                              119415062
      Last Backup Type:                            INCR                                                                               
      Last Backup Time:                            2014-04-01 15:00:00
      DB Updated:                                  1                                                                                  
      Blocks in next ISF Backup:                   8928 Blocks: =69Mb
      Blocks in next ISI Backup:                   0 Blocks: =0Mb
      IQ large memory space:                       4096Mb
      IQ large memory flexible percentage:         50
      IQ large memory flexible used:               0Mb
      IQ large memory inflexible percentage:       90
      IQ large memory inflexible used:             0Mb
      IQ large memory anti-starvation percentage:  50
      DB File Encryption Status:                   OFF
      RLV memory limit:                            4096Mb
      RLV memory used:                             348Mb
    56 record(s) selected [Fetch MetaData: 1ms] [Fetch Data: 2ms]
    [Executed: 01/04/2014 3:10:01 PM] [Execution: 140ms]
    Follow the last records on the iqmsg file (Note the frequency in with the last records are written):
    I. 04/01 15:10:00. 0000000027 Dictionary: 17247
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027 nullWriter*: 24
    I. 04/01 15:10:00. 0000000027 ridMap:                            24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027         Size of Tkn-ColFrag for Priority: 88
    I. 04/01 15:10:00. 0000000027 Dictionary: 9471
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027 nullWriter*: 24
    I. 04/01 15:10:00. 0000000027 ridMap: 24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027         Size of Tkn-ColFrag for DelayReason:                   88
    I. 04/01 15:10:00. 0000000027 Dictionary: 9471
    I. 04/01 15:10:00. 0000000027 ColFrag for ExcludeFlag:                                64
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                         992
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027 nullWriter*: 24
    I. 04/01 15:10:00. 0000000027 ridMap: 24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 262144
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027 PseudoCol frag:                                64
    I. 04/01 15:10:00. 0000000027                                        nullBitMap:                      132232
    I. 04/01 15:10:00. 0000000027                                        SubFragArray*s:                      64
    I. 04/01 15:10:00. 0000000027             SubFragmentFixColumn:                      96
    I. 04/01 15:10:00. 0000000027                 nullWriter*:                           24
    I. 04/01 15:10:00. 0000000027 ridMap: 24688
    I. 04/01 15:10:00. 0000000027 allocatedMemory: 16777216
    I. 04/01 15:10:00. 0000000027 inserter*: 1072
    I. 04/01 15:10:00. 0000000027     ColStore array sizeof: 840
    I. 04/01 15:10:00. 0000000027     Pseudo ColStore sizeof: 48
    I. 04/01 15:10:00. 0000000027 Total: 263865842
    I. 04/01 15:10:00. 0000000027 ExistanceBM:                                            0
    I. 04/01 15:10:00. 0000000027 ------------------------------------------------
    I. 04/01 15:10:00. 0000000027 Cmt 119415977
    I. 04/01 15:10:00. 0000000027 PostCmt 0
    I. 04/01 15:10:00. 0000000027 Txn 119415978 0 119415978
    I. 04/01 15:10:00. 0000000027 Cmt 119415979
    I. 04/01 15:10:00. 0000000027 PostCmt 0
    I. 04/01 15:10:02. 0000001885 Txn 119415980 0 119415980
    I. 04/01 15:10:02. 0000001885 Cmt 119415981
    I. 04/01 15:10:02. 0000001885 PostCmt 0
    I. 04/01 15:10:04. 0000001886 Txn 119415982 0 119415982
    I. 04/01 15:10:04. 0000001886 Cmt 119415983
    I. 04/01 15:10:04. 0000001886 PostCmt 0
    I. 04/01 15:10:06. 0000001887 TabFrag sizeof: 96
    I. 04/01 15:10:06. 0000001887 ColFrag*s sizeof: 120
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Program: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for EncNum: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 2972353
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for MRN: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 2716353
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalStartDtm: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 1656530
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalEndDtm:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary:                           3393473
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalType:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for IntervalDuration:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 140422
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysFirstName:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 14687
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysLastName:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary:                             14687
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for PhysNum: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Location:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary: 10535
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for DiseaseSite:                   88
    I. 04/01 15:10:06. 0000001887 Dictionary:                             17247
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for Priority: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 9471
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887         Size of Tkn-ColFrag for DelayReason: 88
    I. 04/01 15:10:06. 0000001887 Dictionary: 9471
    I. 04/01 15:10:06. 0000001887 ColFrag for ExcludeFlag:                                64
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                         992
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887 nullWriter*: 24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 262144
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001887 PseudoCol frag:                                64
    I. 04/01 15:10:06. 0000001887                                        nullBitMap:                      132232
    I. 04/01 15:10:06. 0000001887                                        SubFragArray*s:                      64
    I. 04/01 15:10:06. 0000001887             SubFragmentFixColumn:                      96
    I. 04/01 15:10:06. 0000001887                 nullWriter*:                           24
    I. 04/01 15:10:06. 0000001887 ridMap: 24688
    I. 04/01 15:10:06. 0000001887 allocatedMemory: 16777216
    I. 04/01 15:10:06. 0000001887 inserter*: 1072
    I. 04/01 15:10:06. 0000001888 Txn 119415984 0 119415984
    I. 04/01 15:10:06. 0000001888 Cmt 119415985
    I. 04/01 15:10:06. 0000001888 PostCmt 0
    I. 04/01 15:10:08. 0000001889 Txn 119415986 0 119415986
    I. 04/01 15:10:08. 0000001889 Cmt 119415987
    I. 04/01 15:10:08. 0000001889 PostCmt 0
    I. 04/01 15:10:10. 0000001890 Txn 119415988 0 119415988
    I. 04/01 15:10:10. 0000001890 Cmt 119415989
    I. 04/01 15:10:10. 0000001890 PostCmt 0
    I. 04/01 15:10:12. 0000001891 Txn 119415990 0 119415990
    I. 04/01 15:10:12. 0000001891 Cmt 119415991
    I. 04/01 15:10:12. 0000001891 PostCmt 0
    I. 04/01 15:10:14. 0000001892 Txn 119415992 0 119415992
    I. 04/01 15:10:14. 0000001892 Cmt 119415993
    I. 04/01 15:10:14. 0000001892 PostCmt 0
    I. 04/01 15:10:35. 0000000000 Cancellation request received:  SA connHandle: 1  SA connID: 19 IQ connID: 0000000019  User: DBA
    I. 04/01 15:10:55. 0000000000 Cancellation request received:  SA connHandle: 1  SA connID: 19 IQ connID: 0000000019  User: DBA
    I. 04/01 15:10:55. 0000001894 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary
    I. 04/01 15:12:55. 0000000000 Cancellation request received: 
    I. 04/01 15:13:31. 0000001897 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary
    I. 04/01 15:14:55. 0000000000 Cancellation request received: 
    I. 04/01 15:15:31. 0000000000 Cancellation request received: 
    I. 04/01 15:16:31. 0000001898 Collation ISO_BINENG, Case Respect, Blank Padding On, Comparisons are Binary

  • LoginFilter not working correctly

    My Login filter is behaving very strangely. Here is the relevant code from the filter.
    if (o != null
                    || (url != null && (url.indexOf(LOGIN_URL) > 0
                            || url.indexOf(LOGIN_FORM_URL) > 0
                            || url.indexOf(EXTERNAL_LOGIN_URL) > 0
                            || url.indexOf(EXTERNAL_LOGIN_FORM_URL) > 0
                            || url.indexOf("images") > 0 || url.indexOf(services) > 0))) {
                chain.doFilter(request, response);
                return;The problem is we are trying to allow an external application to log into mine. The external application generates a link with an /externalLogin.do as the href. It steps into the above code and the indexOf() correctly finds it and the chain.doFilter is executed. But it never makes it to the externalLoginAction.java.
    If I copy the link and put it on my Login.jsp page and click it, it makes it to the chain.doFilter the same but then continues on to the externalLoginAction.java.
    So it look like the chain.doFilter is not working correctly if it is not comming from the same context?
    Anyone have any ideas?

    stupid stupid stupid.
    The first url was passing userName and password in the URL the second somehow got changed to userId... so struts was kicking it back.. just changed my struts config to not validate the external login form.

  • HTTP POST method does not pass parameters to the server

    Hi ,
    I am using SSO using VSJ product and implemented using a filter.
    I have problems as below
    1. Every request to the web server will be intercepted by this vsj filter and if sso does not succeed it will send 403
    2. my system will detect 403 in web.xml and redirect to login page
    3. user key in username and password and log in
    4. after successful login set the HttpSession and redirect to homepage
    Problem is subsquent form submit / ajax call using "POST" method cannot pass any parameters to the servers ( parameters sent using POST will be null in the servers )  ? GET is okay
    If i comment out the vsj filter altogether , everything works as per normal.
    My Question is
    1. Is there anyway to overcome come ?
    2. Is there any method to clear off whatever this sso vsj has set ( clear cookies / start new browser instance / etc ) in order to forget the state
    Any idea?
    Thanks

    Yes.
    here to illustrate
    public MyFilter extends VSJAuthFilter
    *public void doFilter(){*
    *if(session.getAttribute("loginSucces") != true){*
    super.doFilter(); //call VSJ Auth filter to perform SSO in order to get User Principal populated.
    *}else{*
    chain.doFilter(); // normal filter
    My Filter only intercepts *.jsp and *.do
    Basically here is the pattern that i observe
    1. If i hit default url (homepage.do) for the first time it will trigger the super.doFilter() , it will then throw 403 and redirect to login.html , after success and go to homepage , subsequent POST parameter is missing
    2. if i hit the external login page directly just to simulate ( eg : login.html ) it wont trigger this filter , after success and go to homepage , subsequenet POST parameter is okay
    3. GET is always ok
    I am using weblogic server 10.x btw
    Thanks

  • Oracle Access manager 10.1.4 (coreid) multiple authentication for same URL

    I am evaluating oracle access manager hence new to this product.
    I have a requirement where i have a /wps URL.
    Users coming externally go through reverse proxy server to the final IIS web server. Internal user access IIS directly.
    /wps should be protected by reverse proxy using forms authentication
    while IIS server also protect /wps but should use basic authentication.
    Looks like policy is shared by all webgates so i can define one authentication method for /wps.
    Comparing this with CA Siteminder each agent have their own URLs to protect and so two agents can protect the same URL but with different authentication method. The single signon works as the protection level is same.

    I have not done what you are speaking of; so I would assume that Boland is correct. One thing that you may want to consider is making the external users log into another resource before they hit the /wps. If the other resource is forms protected and at the same authentication level (number on auth scheme), then they can hit the external login resource, get their OBSSO cookie, then slide right thru the basic authentication request of the current policy domain.
    Another idea would be to get a little more granular with your current policy domain. Have a file that's protected with forms auth in your policy domain that the external users authenticate to. Remember, this could be as simple as a dummy page that just does an HTTP redirect.
    Good luck.
    --Aaron                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Checking session variables

    I have an external login service that I'm using to authenticate users.  After logging in, I get an XML file from which I can pull things like user ID and rights.
    The login page redirects to an index page in another folder (which is protected by the authentication service) and on that page, I have a <cfif> statement that looks at rights.
    The rights returned are "J" (for judge) and "A" (for admin), which I'm setting as the session variable: session.rights
    If I do this:
    <cfif session.rights eq "A">
    admin section
    <cfelseif session.rights eq "J">
    judge section
    <cfelse>
    redirect to the login page
    </cfif>
    The else is what triggers.  If I cfoutput #session.rights# I get J, but for some reason, J does not equal J.  I've tried trimming it and everything, to no avail.
    Any ideas?

    Yeah, I've trimmed everything everywhere, to no avail.
    Here's the dump result:
    struct
    emailaddr
    [empty string]
    newitem
    1
    rights
    xml element
    XmlName
    TPEA_USER_TYPE
    XmlNsPrefix
    XmlNsURI
    XmlText
    J
    XmlComment
    XmlAttributes
    struct [empty]
    XmlChildren
    sessionid
    f0306d37e90bce8a818d7d7843e36516f1e7
    tpeauser
    <?xml version="1.0" encoding="UTF-8"?> <NAME_FIRST>Dave</NAME_FIRST> <?xml version="1.0" encoding="UTF-8"?> <NAME_LAST>Johnson</NAME_LAST>
    trackingno
    0
    upacsid
    [empty string]
    upacsserver
    [empty string]
    urltoken
      CFID=26143&CFTOKEN=6071485a4b7e13-F5282421-A324-841F-59919221D2C51604&jsessionid=f0306d37 e90bce8a818d7d7843e36516f1e7 
    userid
    xml element
    XmlName
    USER_ID
    XmlNsPrefix
    XmlNsURI
    XmlText
    25481
    XmlComment
    XmlAttributes
    struct [empty]
    XmlChildren

Maybe you are looking for

  • Invoice cancellation out of Invoice List

    Hi! As per std SAP invoice list processing, all invoices will go in one invoice list. How can I delete a specific invoice out of invoice list? Thanks. Thomas

  • Update Tax Code in Infor record from PO

    Dear Experts , I want to update the tax code in info record through PO , just like net price etc . Please let us kw hw can it be done ? Regards Anis

  • Error with BPC transport

    Hi All, We encounter an error transporting BPC dimensions. The error is raised when importing into the target system. All dimensions are imported fine, except the 10 dimensions that are use in one specific model. Error in Admin module or a component

  • JEditorPane doesn�t display HTML special char. codes

    My application is using JEditorPane to display text/html. The problem comes when I try to display HTML special character codes such as > JEditorPane ignores those codes and displays nothing. Do I have to convert all those strings representing special

  • Macbook Pro Freezes At Startup after installing ram

    Hey guys, hopefully some one has more knowledge than i do on this my macbook pro came with 4gb of ram and so i have decided to upgrade to 8gb. the manual and the computer itself sais i can upgrade to 8 gb no problem, (2x4gb) so i rodered the ram, and