Login issue in OIM11g due to oim credsmap error

We have OIM 11gR2PS1 installed on unix box. We have AD connector 11.1.1.5.0 installed on it .Also,peoplesoft recon connector PSFT_ER-11.1.1.5.0 is installed
In our scenario,we have webservice code in which using recon event we are creating users in OIM environment
This is hosted on same OIM server unix box.Inside webservice code we have refred oimclient.jar file to work with OIM APIs and Recon Service class.
When i tested webservice for first time it was unable to load OIM API classes as it was unable to find oimclient.jar in classpath.
So to resolve this issue i kept oimclient.jar in location- "WL_HOME/server/lib/"  and also added following entry in setDomainEnv.sh to load oimclient.jar explicitly in classpath
CLASSPATH="WL_HOME/server/lib/oimclient.jar:${CLASSPATH}"
export CLASSPATH
and made entry in system-jazn-data.xml present in DOMAIN_HOME//config/fmwconfig/ as :
<grant>
            <grantee>
                <codesource>
                    <url>file:${domain.home}/servers/oim_server1/stage/*</url>
                </codesource>
            </grantee>
            <permissions>
   <permission>
               <class>oracle.security.jps.service.credstore.CredentialAccessPermission</class>
                     <name>context=SYSTEM,mapName=oim,keyName=*</name>
                     <actions>read,write</actions>
    </permission>
            </permissions>
        </grant>
After this change, webservice was working as expected and OIM related things were working fine.
But,when we tried to run schedule task "Active Directory Group Lookup Recon" for AD, we are getting error message as :
java.lang.LinkageError: loader constraint violation: loader (instance of com/thortech/xl/dataobj/tcADPClassLoader) previously initiated loading for a different type with name "com/thortech/xl/dataaccess/tcDataProvider"
So,to resolve this AD schedule task issue,we rolled back changes made for webservice in setDomainEnv.sh and system-jazn-data.xml file
and removed explicit classpath entry line of oimclient.jar from  setDomainEnv.sh
But after restrating all admin and managed servers,we are currently facing issue in logging into OIM idenity/syadmin or design console with xelsyadm credentials
we have never made any changes of password for xelsyadm account or not made any change in any authenticatorproviders in weblogic console
we tried everything form reverting all changes to original setup without webservice or peoplesoft listener implementation
removed all explicit classpath entries or grant entry for oim credsmap from system-jazn-data.xml.
But still same issue persists
Any helpful suggestion is appreciated on this ASAP.
issue logs are:
TaskFlow Registration: TaskFlowDeployerThread.registerTaskFlowWithTask - Error while setting task display, this can happen with app loading issue, trying to load for 2
<Nov 11, 2013 11:24:20 PM EST> <Warning> <oracle.soa.services.workflow.worklist> <BEA-000000> <<.> Error while setting task display, this can happen with app loading issue, trying to load for 2>
<Nov 11, 2013 11:24:24 PM EST> <Error> <XELLERATE.ACCOUNTMANAGEMENT> <BEA-000000> <Class/Method: tcDefaultDBEncryptionImpl/initKeyStore encounter some problems: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
java.security.AccessControlException: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
  at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
  at java.security.AccessController.checkPermission(AccessController.java:559)
  at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:458)
  at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:518)
  at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:544)
  at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:643)
  at oracle.security.jps.internal.credstore.ldap.LdapCredentialStore.containsCredential(LdapCredentialStore.java:214)
  at oracle.iam.platform.utils.config.OIMPrivilegedExceptionAction.run(CSFCredentialProvider.java:236)
  at java.security.AccessController.doPrivileged(Native Method)
  at oracle.iam.platform.utils.config.CSFCredentialProvider.getPassword(CSFCredentialProvider.java:79)
  at oracle.iam.platform.utils.config.standalone.StandAloneCryptoConfig.getPassword(StandAloneCryptoConfig.java:76)
  at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.initKeyStore(tcDefaultDBEncryptionImpl.java:67)
  at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.getCipher(tcDefaultDBEncryptionImpl.java:96)
  at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.encrypt(tcDefaultDBEncryptionImpl.java:193)
  at com.thortech.xl.crypto.tcCryptoUtil.encrypt(tcCryptoUtil.java:118)
  at com.thortech.xl.crypto.tcCryptoUtil.encrypt(tcCryptoUtil.java:275)
  at oracle.iam.platform.auth.impl.Authenticator.encrypt(Authenticator.java:188)
  at oracle.iam.platform.auth.impl.Authenticator.authenticateWithPassword(Authenticator.java:161)
  at oracle.iam.platform.auth.impl.Authenticator.authenticate(Authenticator.java:134)
  at oracle.iam.platform.auth.providers.wls.OIMAuthLoginModule.login(OIMAuthLoginModule.java:46)
  at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
  at java.security.AccessController.doPrivileged(Native Method)
  at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
  at sun.reflect.GeneratedMethodAccessor951.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784)
  at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
  at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698)
  at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696)
  at java.security.AccessController.doPrivileged(Native Method)
  at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695)
  at javax.security.auth.login.LoginContext.login(LoginContext.java:594)
  at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
  at sun.reflect.GeneratedMethodAccessor961.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
  at com.sun.proxy.$Proxy16.login(Unknown Source)
  at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
  at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
  at com.sun.proxy.$Proxy34.authenticate(Unknown Source)
  at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
  at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:338)
  at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:252)
  at weblogic.servlet.security.ServletAuthentication.login(ServletAuthentication.java:466)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at oracle.idm.common.login.SignInBean.handleWeblogicAuthn(SignInBean.java:131)
  at oracle.idm.common.login.SignInBean.doLogin(SignInBean.java:97)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
  at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
  at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
  at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
  at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
  at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
  at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
  at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
  at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
  at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<Nov 11, 2013 11:24:24 PM EST> <Error> <OIM Authenticator> <BEA-000000> <Error encrypting password>
java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at oracle.idm.common.login.SignInBean.handleWeblogicAuthn(SignInBean.java:131)
  at oracle.idm.common.login.SignInBean.doLogin(SignInBean.java:97)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:606)
  at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
  at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
  at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
  at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
  at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
  at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
  at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
  at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
  at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
  at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
  at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
  at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
  at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
  at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
  at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
  at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
  at java.security.AccessController.doPrivileged(Native Method)
  at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
  at sun.reflect.GeneratedMethodAccessor951.invoke(Unknown Source)
  at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
  at com.sun.proxy.$Proxy34.authenticate(Unknown Source)
  at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
  at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:338)
  at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:252)
  at weblogic.servlet.security.ServletAuthentication.login(ServletAuthentication.java:466)
  ... 72 more

Hi All,
I have tried out option of adding authwl.conf in java argument as mentioned. But,still same issue persists. I think it will be same whether we refer authwl.conf file from OIM_ORACLE_HOME/server/config or OIM_ORACLE_HOME/designconsole/config/ location.
We havent made any changes in USR table for xelsysadm user
Even system-jazn-data.xml is intact.
Actually,when i removed following classpath entry from setDomainEnv.sh file
CLASSPATH="WL_HOME/server/lib/oimclient.jar:${CLASSPATH}"
export CLASSPATH
Its working fine and i am not facing any login issue in OIM console.Also the Active Directory connector scheduled task are running fine without giving earlier error whic is becaus of explicit classpath addition in setDomainEnv.sh.This error was
java.lang.LinkageError: loader constraint violation: loader (instance of com/thortech/xl/dataobj/tcADPClassLoader) previously initiated loading for a different type with name "com/thortech/xl/dataaccess/tcDataProvider" .
This error was arising since i have explicitly mentioned oimclient.jar again in classpath and as OIM server also will load it at OIM server startup time. So it was finding two instance of tcDataProvider and was not able to decide to refer to which one of them.
But, I have to refer oimclient.jar in my webservice code to work.If we dont add classpath entry explicitly for oimclient.jar then it will throw error..that it is unable to load OIMClient class.
Webservice is deployed in OIM serveer . Is there any other way by which i can refer oimclient class in webservice code without causing this classpath conflict issue. ?
Also.is it correctthat for first time when we load Classpath explicitly like i did in my scenario,then it will always try to refer same classpath for that jar always.
For ex: in my env i made changes in setDomainEnv.sh and modifed classpath enrty as :
CLASSPATH="${OIM_ORACLE_HOME}/server/client/oimclient.jar:${CLASSPATH}"
export CLASSPATH
but this time it will start throwin the exception as :
<Nov 11, 2013 11:24:24 PM EST> <Error> <XELLERATE.ACCOUNTMANAGEMENT> <BEA-000000> <Class/Method: tcDefaultDBEncryptionImpl/initKeyStore encounter some problems: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
java.security.AccessControlException: access denied ("oracle.security.jps.service.credstore.CredentialAccessPermission" "context=SYSTEM,mapName=oim,keyName=.xldatabasekey" "read")
Do i need to reinstall OIM setup to resolve this issue or is there any other way to refer oimclient.jar in my webservice code deployed in OIM env ?
Please suggest.
Thanks,
RPB

Similar Messages

  • I'm having issues loading Facebook due to time out error.

    I'm on 10.8.2 and using Safari 6.0.1. I've tried everything....clearing cache, resetting Safari...and yet I'm having this issue. Also tried Chrome, Firefox and Opera as well. Sigh.
    I've got no issues loading Facebook on my iPad using the same WIFI network. So I'm really puzzled.

    i was having the same problem, after a trying all options that genuis bar recommeneded it still didn't work, but what worked was a DFU restore, which was actually recommeneded by a specialist at the Yorkdale apple store, i can't believe all the genuises i spoke to didn't recommend that the first time around after all else had failed... but DFU restore worked for me...
    good luck and hope it helped.
    Shout out to the Yorkdale (Toronto) Apple store specialists!

  • Project Server Cumulative Update August 2013 install failed due to login issue/interruption

    Hi all,
    I was in the process of running the installer (exe) for the August 2013 Cumulative update "uber" hotfix for SharePoint 2013 and Project Server today (KB2817615) on three servers. I was connected to the servers via Remote Desktop, logged in as the
    Farm account.
    On one of the servers, somewhere during the installation, my Remote Desktop session got "hijacked" by another user who was not aware of the ongoing process..so he was logged in as the Farm account for a few minutes.
    I logged back in and found that the install dialog was gone...apparently the install stopped due to the interruption in logins. So I attempted to re-run the hotfix installer, but it now says "There are no products affected by this package installed
    on this system."
    I've tried clearing the timer cache and running the installer using "PACKAGE.BYPASS.DETECTION.CHECK=1" but neither has worked.
    Any ideas on how this can be fixed or re-run?
    Thank you for your assistance!
    Regards,
    Kevin Worthington

    Hi Kevin,
    Were you able to resolve this issue. I didn't have any interruptions or login issue, the installation cancelled itself!
    Any help will be highly appreciated.
    Thanks
    SJ

  • Login issue in OBIEE 11g

    Hi Experts,
    We are using OBIEE 11g
    We are facing the strange issue while accessing the presentation services login page.
    I had uploaded the RPD file using EM,it is working for 1 hour with out any issue.
    After some time the fallowing error is coming. then we are not able to access presentation services,
    I had observed all the services are down in EM>Capasity manage ment tab.
    Longing screen is coming ,but after entering the credentials ,it is showing login into…but not at all opening the window.
    Error connecting to the Oracle BI Server: Could not connect to the Oracle BI Server because it is not running or is inaccessible. Please contact your system administrator.
    Error Codes: WH4KCFW6:OPR4ONWY:U9IM8TAC
    Odbc driver returned an error (SQLDriverConnectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
    [nQSError: 12002] Socket communication error at call=Connect: (Number=0) Call=NQRpc: An unknown socket communications error has occurred.
    [nQSError: 12010] Communication error connecting to remote end point: address = SERVERNAME.com; port = 9706.
    [nQSError: 12008] Unable to connect to port 9706 on machine SERVER_NAME.com.Please have your System Administrator look at the log for more details on this error. (HY000)
    Thanks in advance.

    Hi ,
    I normally do this to fix this problem
    1>Disable the network , keep the loopback adaptor enabled and then restart the services.
    2> You can enable the network after services are restarted.
    If you want a more practical solution and dont want to disable network again and again, then you would find the blog below useful.
    http://www.rittmanmead.com/2012/08/obiee-fmw-and-networking-on-dhcp-hosts/
    Hope this help.
    Thanks,
    Maqsood

  • Login issue in R12 after Java Upgrade

    Hello All,
    After upgarding Java on Application server to JDK7, I am not able to go past the logon screen of oracle application in R12 using the IE-8 web browser, got with below error,  whereas i am able to work as usual in Firefox web browser, also found that some others are able to access applications including forms who are having smillar system configuration as that of mine, like OS, IE version.
    <PRE>Oracle error 1403: java.sql.SQLException: ORA-01403: no data found ORA-06512: at line 1 has been detected in FND_SESSION_MANAGEMENT.CHECK_SESSION. Your session is no longer valid. </PRE>
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    The problem here i mentioned seems to be system specific, if that is so do i have to do any changes at my system level to rectify this issue? Please suggest.
    Thanks,
    Moore

    Please see the following docs.
    Some Users Get: Oracle error 1403 ORA-01403 ORA-06512 FND_SESSION_MANAGEMENT.CHECK_SESSION (Doc ID 1438938.1)
    Login: ORA-01403: No Data Found ORA-06512: at line 1 has been detected in FND_SESSION_MANAGEMENT.CHECK_SESSION (Doc ID 1397575.1)
    Login Page Throws Error 1403: Java.Sql.Sqlexception: Ora-01403: No Data Found Ora-06512: At Line 1 H (Doc ID 1336030.1)
    Clicking Login Button Two Times On Home Page Gives Error (Doc ID 1530185.1)
    Thanks,
    Hussein

  • Worksapce login issue

    Hi
    I have installed Hyperion, and i think all is ok. All services are running.
    My Hyperion is installed in:
    Windows 2003 SP2
    Oracle 11g
    But when I run EPM System diagnostic I get a problem with login in the Workspace service/login.
    This is the message that I get:
    FAILED      SSO      Availability of login http://norhyperion:45000/workspace/browse/configInfo
    Error: Could not login to workspace
    Recommended Action: Check if all services run. Check user name and password
    If I try to login to workspace in the page http://norhyperion:45000/workspace/browse/configInfo, I cannot login with the user(admin/password).
    I try to login in the shared services page with this user, and all is working.
    Any ideas what went wrong in my installation?
    Thank You
    NomrHyperion

    Hi Norm,
    This what I did when I had this issue.
    First check if process manager and Workspace Agents are running. If you cant start process manager, or workspace agents, try to check the Listener and Oracle DB(if you are using Oracle) services if are running, if not started. If you still cant run the services, or have login issue, then you must reconfigure the Workspace and
    Run EPM System Configurator
    First reconfigure:
    Hyperion Foundation
    - Common Settings
    - Configure Database
    - Deploy Application Server
    When this reconfiguration finish, run EPM System Configurator again, and reconfigure the rest of Workspace and Management Architect.
    In my case I reconfigure:
    Calculation Manager
    Performance Management Architect
    Workspace
    After this I restart the server.
    Then back to the first check again... check if Process Manager and Workspace Agents are running. If not:
    Check the Listener and Oracle DB(if you are using Oracle) services if are running, if not started
    Then try to start the Process Manager service(you can also try to start the Workspace agents in the menu. Windows -> Start Menu -> Oracle EPM System -> Workspace - > Start Workspace Agent Services
    Try all this, then start the EPM System Diagnostic again and check if all services are ok(some times Essbase Studio is not started, start it on the menu -> Essbase Studio - Start server).
    This is what I did to fix my problem, and fix all the problems Now all services and EPM are running.
    Hope this can help you
    JailBreak
    IT Network Manager
    If helpful Please award points
    Thank You

  • Issue in adapters mapping in OIM 11g

    Hi,
    I am having the issue in adapters mapping in OIM 11g.....
    I had created an Entity Adapter using utility task in OIM... and I had attached it to post update of users form in data object manager.... But when I am trying to map the adapter variables.... it shows me two fields in map to field (Literal and Entity field) and when I select the entity field.. I am not able to see any thing in qualifier field...as there should be fields of user form so that I can map the adapter variables with user form fields...
    I am not able to troubleshoot why is it so....I had restarted the server again but no solution...
    Can anybody help me to resolve the issue??
    Regards,
    Anil

    Hi Rajiv,
    Actually my issue is not that entity adapter will work or not.... But issue is I am not able to map the adapter variables.... there should be user forms fields shown during mapping of entity adapter...... so that i can map the adapters variables...

  • Ovi Download and Login Issue

    "Ovi Download and Login Issue" i have nokia 5530xm, I am unable to login through ovi app it says sign in failed check your username and password. And when i browse the web it logs in but when itry to download it take back to main page. Please light on this issue. Thanks for help.
    If you like my post or think it was useful then please hit the star button. Thanks :-)

    now whenever i plug in my ipod to sync i get an offer to download and install or just download a something for itunes that i am not quite sure what it is.
    hmmm. can you post a screenshot of the box containing the offer?
    there's instructions on how to do that in the following user tip:
    hudgie: Taking screenshots to help with problems

  • Oracle apps 12.1.3 login issue

    Hi ,
    The user has encounetered the below error when he logged into the oracle applications instance
    unable to generate forwarding URL.Exception: oracle.apps.fnd.common.AppsException:oracle.apps.fnd.common.PoolException:Exception creating new poolable object
    I checked with the below metalink ID but all the dns entries seem to be good and i can perform nslookup
    without any errors .So this ID is not helpfil
    Got Error "Exception: oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object" When Login EBS [ID 1485112.1]
    Can anyone help me on this as this is urgent issue for me?
    Thanks,
    Aram

    Is this error coming for only one user or all users are impacted?
    Have you tried bouncing apache if all users are impacted?
    Thanks,
    JD

  • APPLICATION LOGIN ISSUE

    We installed Vision on WINDOWS. IT was working fine but not sure what has changed...recently we see login issues...
    When we bounce the system it works fine i can login using SYSADMIN (but any report i submit errors out).
    When i go to othe PC and login as different user it works fine and can submit the report they run BUT can NOT see the out/log.
    After some time if anyone tries to connect (put the login id and password) it just hangs there forever....
    just crazy.... not sure what to do...really appreciate any help on this.
    Thanks...Raj

    When we bounce the system it works fine i can login using SYSADMIN (but any report i submit errors out).
    When i go to othe PC and login as different user it works fine and can submit the report they run BUT can NOT see the out/log.Check the status of the CM and the application listener, are they up and running?
    After some time if anyone tries to connect (put the login id and password) it just hangs there foreverAny errors in the alert_<SID>.log file? Any errors in Apache log files?

  • AD users login issue.

    Hi All,
    We are getting login issue on our UAT server. AD users are not able to login into share point,it again prompting login box after entering correct username and password.
    When we add that user to local admin group then it works.

    May be you are try it on same sharepoint machine. If you try some other machine it will work fine. You need to create a registry key for that. This is a known issue with sharepoint
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    DWORD DisableLoopbackCheck
    Value. 1
    http://support.microsoft.com/kb/896861

  • Login Issues: Win7, Skype 6.14

    Hi
    I've had login issues since just after I accepted a windows update last night. (no idea if that's just a coincidence?)
    I've read thru several other posts here, tried re-installing skype several times (also re-installed an older version), checked compatability mode and still no joy. oh, I rebooted a few times too.
    I'm trying to login using my skype username and password (I don't have a ms account) but the screen is just stuck there, it says signing in and the whirly thing (techy term lol) is just whirling round and round.
    I luuuurv my skype, absolutely essential for me as I work from home, so I hope someone can help. Pleeeease
    thanks
    Solved!
    Go to Solution.

    ah, surprise, still no joy.
    downloaded trillian too but that won't let me create an acount and just supplies error messages with no explanation to enable me to correct whatever the (well hidden) error is.
    just think, i could be working in a cubicle instead of this high stress work from home life!
    if skype access is my biggest stress i'm pretty sure I'm still happy doing what i do lol
    added bonus - i'm often on the phone 3-4 hours a day so with no skype it's got very quiet here lol
    (can ya tell i'm bored though with no one on skype to talk to? lol)

  • DRM login issue

    Hi Experts,
    I installed Hyperion DRM 11.1.2.1 in Windows 2008 server.
    Created the DRM Schema and the objects using the generated scripts.
    I have entered the repository admin ID(DRM_DB in my case) and password and saved the configuration.
    Test connection is successful.
    I can start and stop the application.
    I can also open the URL: http://localhost/drm-web-client/Logon.aspx.
    But when I am entering the admin ID and password, it is saying DRM-61025:unable to create user session. Reason: Login failed. Invalid username or password.
    Please help if you have faced this problem. Let me know if you need more information.
    Thanks,
    NS

    Hi,
    DRM user login issue
    Please go through the above URL and the solution, hope it will solve the issue.
    Thanks

  • Business Objects XIR2 Infoview login issue

    Hello -
    I have a typical issue with BO Infoview login screen where the system name is showing incorrectly. The value should be coming from the configuration from web.xml file but it shows a totally different name with no option to update it. I checked the windows registry and system valiarbles but I haven't found anywhere on the system. Any ideas where this value is coming from ? Thanks.

    Thanks Denis. I see that the login issue has been resolved, but I noticed a different error when I login and logout from CMC. Here's the error message... not sure if this is connected to the previous one.
    D:\Program Files\Business Objects\Tomcat\work\Catalina\localhost\jsfadmin\org\apache\jsp\adminPages\Common\PreLogoff_jsp.java:78: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier
    (try -source 1.4 or lower to use 'enum' as an identifier)
        while (enum.hasMoreElements()) {
               ^
    An error occurred at line: 17 in the jsp file: /adminPages/Common/PreLogoff.jsp
    Generated servlet error:

  • Content Viewer login issue still here

    I made a new Content Viewer via DPS App Builder. The device preview is running perfectly (thank you for the fix). The login issue (you have to login twice) is still here.
    Best regards
    Haeme

    When we can expect R26? This bug is killing me 8 times a day.
    If my counting is correct, R26 should be here in first half of April?

Maybe you are looking for

  • Using same iTunes account with 3 computers?

    OK here's my situation... I currently have an iMac with lots of music, movies, and iPhone apps purchased from MY single iTunes account. Is there any way to share/transfer/move/copy from my iMac to either: 1. My MacBook Pro with the SAME iTunes accoun

  • Ipad air VGA cable?

    Hi, Just updated my iPad 2 to the new iPad air and of course all my old connectors are now useless! Does anyone know if there is a cable I can use to hook my thunderbolt dock to a VGA?? Many thanks

  • UWL Configuration Document for EP 7.0

    Dear all, We are on EP 7 and trying to configure the UWL. I have a few documentation on the configuration of UWL (not sure whether is works for EP 7). When i try to Registering System Item Types with the UWL, i can see the following option which is d

  • Unable to 'Verify your Blackberry ID'

    Since the new software I experience problems with the Blackberry ID: it is continuously asking for my password, and then nothing happens; it 's just asking for the password again. It is driving me nuts. - I have access to Blackberry ID - Email has be

  • Export from iDVD to link slideshows

    New to working with DVD projects and may have made error in creating slideshows for upcoming event. I have now made several slideshows within iDVD by getting individual photos from iPhoto (and other locations) and audio tracks from garage band. It lo