Problems with eBusiness Suite Lookups

In eBusiness Suite UM Connector, I have been provided with these default Lookup Definitions:
Lookup.EBS.Application
Lookup.EBS.Responsibility
I have a process child form (UD_EBS_USER), which has the following fields:
1. Application Name
2. Responsibility Name
3. Effective Start Date
4. Effective End Date
Application Name and Responsibility Name are both Lookup Fields and they get their values from the 2 Lookup Definitions that I mentioned above.
Here are the properties of each Lookup Field:
Application Name
Lookup Query: select lkv_encoded,lkv_decoded from lkv lkv,lku lku where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.EBS.Application' and instr(lkv_encoded,concat('$Form data.UD_EBS_USER_EBS_ITRES$','~'))>0
Column Widths: 234
Lookup Column Name: lkv_encoded
Lookup Column Captions: lkv_encoded
Column Names: lkv_encoded
Responsibility Name
Lookup Query: select lkv_encoded,lkv_decoded from lkv lkv,lku lku where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.EBS.Responsibility' and instr(lkv_encoded,concat('$Form data.UD_EBS_RESP_APP_NAME$','~'))>0
Column Names: lkv_encoded
Column Captions: lkv_encoded
Lookup Column Name: lkv_encoded
Column Widths: 234
Entitlements: true
Required: true
Note: Responsibilities are filtered against selected Application ID. (see Lookup query of Responsibility Name).
Now, my problem is, when I select either application or responsibility from the lookup, what is being displayed in the field is the code value. Even after clicking on Add button, still "code" value is displayed (ID). What I wanted is the "decode" value will display (Name).
Funny thing, I have done the same setup and configuration in my local environment (using OIM version 9.1.0.2). It works in my local. However, it is not behaving the same in a clustered environment, using OIM version 9.1.0.2 patched with BP05. But I doubt that environment has anything to do with that. Thanks in advance for your quick help and response. :)

Hi Bikash -
I tried the changes suggested to the form. Got the following error
####<Jan 5, 2012 4:25:14 PM GST> <Notice> <Stdout> <rettst1app01.chlcore.com> <oim_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <be2e35d1107cfe00:-3581d648:134ac213081:-7ffd-0000000000001b3b> <1325766314010> <BEA-000000> <<Jan 5, 2012 4:25:14 PM GST> <Warning> <XELLERATE.SERVER> <BEA-000000> <readme.txt is not a valid connector resource file.>>
####<Jan 5, 2012 4:26:22 PM GST> <Error> <XELLERATE.WEBAPP> <rettst1app01.chlcore.com> <oim_server1> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <xelsysadm> <> <be2e35d1107cfe00:-3581d648:134ac213081:-7ffd-0000000000001b45> <1325766382603> <BEA-000000> <Class/Method: tcLookupFieldAction/selectedValue encounter some problems: {1}
Thor.API.Exceptions.tcColumnNotFoundException
at Thor.API.tcMetaDataSet.getStringValue(tcMetaDataSet.java:368)
at com.thortech.xl.webclient.actions.tcLookupFieldAction.selectedValue(tcLookupFieldAction.java:1723)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:61)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:115)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:100)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
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.doIt(WebAppServletContext.java:3684)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>
####<Jan 5, 2012 4:26:22 PM GST> <Notice> <Stdout> <rettst1app01.chlcore.com> <oim_server1> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <be2e35d1107cfe00:-3581d648:134ac213081:-7ffd-0000000000001b46> <1325766382607> <BEA-000000> <<Jan 5, 2012 4:26:22 PM GST> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: tcLookupFieldAction/selectedValue encounter some problems: {1}
Thor.API.Exceptions.tcColumnNotFoundException
at Thor.API.tcMetaDataSet.getStringValue(tcMetaDataSet.java:368)
at com.thortech.xl.webclient.actions.tcLookupFieldAction.selectedValue(tcLookupFieldAction.java:1723)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:61)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:115)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:100)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
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.doIt(WebAppServletContext.java:3684)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>>

Similar Messages

  • Integrate OAm with ebusiness suite - error when starting OAM

    Hi ,
    I integrate OAM 11.1.2.1 with ebusiness suite R12.1.1
    When starting OAM I have error :
    [2013-10-10T14:03:12.395+02:00] [oam_server1] [WARNING] [OAMSSA-04014] [oracle.oam.foundation.access] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000K6YFJUp2NQEpN41Fie1ILdP1000003,0] [APP: oam_server#11.1.2.0.0] Cannot set override properties for Coherence due to exception.[[
    java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=OAM_STORE,keyName=jks read)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
    at java.security.AccessController.checkPermission(AccessController.java:549)
    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.i
    [2013-10-10T14:03:39.329+02:00] [oam_server1] [ERROR] [JPS-03156] [oracle.jps.authorization.framework] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000K6YFJUp2NQEpN41Fie1ILdP1000003,0] [APP: oam_server#11.1.2.0.0] The exception has been thrown by ARME. The authorization result is set to deny.
    [2013-10-10T14:03:39.330+02:00] [oam_server1] [ERROR] [] [oracle.jps.authorization.framework] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000K6YFJUp2NQEpN41Fie1ILdP1000003,0] [APP: oam_server#11.1.2.0.0] com.bea.security.providers.authorization.asi.InvocationException: ArmeRUNTIME Exception: The resource type RES_TYPE1 is not found in store
    [2013-10-10T14:03:39.714+02:00] [oam_server1] [ERROR] [] [Coherence] [tid: Logger@479369044 3.7.1.1] [userId: <anonymous>] [ecid: 0000K6YFJUp2NQEpN41Fie1ILdP1000003,1:17306] [APP: oam_server#11.1.2.0.0] 2013-10-10 14:03:39.711/468.956 Oracle Coherence GE 3.7.1.1 <Error> (thread=[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Error while starting cluster: java.lang.IllegalArgumentException: Invalid configuration: <ssl>[[
      <identity-manager>
      <key-store>
      <url>file:/u01/OAM/wlsOAM/user_projects/domains/oam_domain/config/fmwconfig/.cohstore.jks</url>
      <password/>
      <type/>
      </key-store>
      <password/>
      <algorithm>SunX509</algorithm>
      </identity-manager>
      <trust-manager>
      <algorithm>PeerX509</algorithm>
      <key-store>
      <url>file:/u01/OAM/wlsOAM/user_projects/domains/oam_domain/config/fmwconfig/.cohstore.jks</url>
      <password/>
      </key-store>
      </trust-manager>
      <protocol/>
    </ssl>
    at com.tangosol.net.ssl.SSLSocketProvider.setConfig(SSLSocketProvider.java:440)
    at com.tangosol.net.SocketProviderFactory.createProvider(SocketProviderFactory.java:77)
    at com.tangosol.net.SocketProviderFactory.ensureProvider(SocketProviderFactory.java:152)
    at com.tangosol.coherence.component.net.Cluster.configureSockets(Cluster.CDB:28)
    Caused by: java.security.UnrecoverableKeyException: Password must not be null
    at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:107)
    at sun.security.provider.JavaKeyStore$JKS.engineGetKey(JavaKeyStore.java:38)
    at java.security.KeyStore.getKey(KeyStore.java:763)
    at com.sun.net.ssl.internal.ssl.SunX509KeyManagerImpl.<init>(SunX509KeyManagerImpl.java:113)
    Someone can kindly help
    regards

    Solved,
    checked in the domain_name\config\fmwconfig for zero byte files and found that the jps-config.xml was empy.
    Regards

  • Apex integrating with ebusiness suite 11.5.10

    Hello,
    We are using apex 3.2.0.00.27 and trying to integrate with ebusiness suite 11.5.10. Our apex is located on a stand alone separate server than our ebusiness suite installation.
    We are trying to follow the Cabot document found at
    http://www.stuffspec.com/Read/_sp.d3d3Lm9yYWNsZS5jb20-sp..sltechnetwork.sl_developer-tools.sl_apex.sl_apex-ebs-wp-cabot-consulting-169064.pdf
    but are having troubles just trying to get the ebusiness set up part done.
    We are having troubles on page 5 of 8 where it talks about creating the plsql form function with the following attributes.
    When we set the Properties/Type to be SSWA plsql function, it does not want to accept it and will not save as SSWA plsql function.
    I have searched and read and followed so many links my head is spining. Has anyone else had this type of issue, and could tell us what we are doing wrong? Does the Cabot approach work for everyone, or is there another method that will work better?
    Any help would be appreciated.
    Thank you,
    Mark

    MarkPP posted the original thread on my behalf. I have looked through the threads that you suggested and unfortunately they have not shed any light on the subject.
    We are using a stand alone apex server. We have a 11.5.10.2 e-bus suite which we use SSO for the hrSelfService. We are trying to add the new apex application to the hrselfservice menu. I following the Cabot white paper and I have created the procedure apex_launch as follows. I have some questions about it that are inline:
    PROCEDURE APPS.apex_launch (
    application IN NUMBER
    , page IN NUMBER DEFAULT 1
    , request IN VARCHAR2 DEFAULT NULL
    , item_names IN VARCHAR2 DEFAULT NULL
    , item_values IN VARCHAR2 DEFAULT NULL)
    Is
    Begin
    OWA_UTIL.mime_header('text/html', false); ---- Is the url correct? Since my apex server is separate, do I need the APPS_FRAMEWORK_AGENT???
    OWA_UTIL.redirect_url( ---- Do i need to create a DAD for pls/apex?
    'https://ourserver.school.edu/pls/apex/f?p='||
    application||':'||page||'::'||request||':::'||
    item_names||':'||item_values);
    End apex_launch;
    I created the form function with the following attributes:
    Properties/Type -> SSWA plsql function
    Web HTML/HTML Call -> apex_launch
    Form/Parameter -> application=310
    I am able to save the plsql form function with no errors. However, when i go back in to look at the form function: property type, it is set to "database provider portlet". (I have opened an SR on this issue and as yet, i don't have a solution.)
    I then add the new form function to the hr self service menu. When I go into self service, the new function does not display.
    If I change the property to SSWA plsql function that opens a new window (Kiosk mode) and save the form function and don't change anything else, when I go into self service the new function displays. However ,when I click on it, it opens another e-bus suite logon page. After entering the username/password it just brings up the ebus suite application, not the apex application.
    Can anybody help me? thanks.

  • Intermittent problem with PC Suite - no text is di...

    I have an intermittent problem with PC Suite - every so often it will stop displaying any text.
    For eaxmple, right-click on the task bar icon gives a list of icons for backup, messages, sync etc., but the text is missing.  Also, the 'tool-tips' in the application itself are empty grey boxes.
    Restarting PC Suite solves the problem for a while, but it always comes back.
    The main problem is that when it gets in this state, incoming call alerts don't show the name/number.
    Has anyone else had this and managed to sort it.
    I'm running PC Suite 7.1.40.6 on a Lenovo ThinkPad T61p running Windows XP SP3.  The phone is a 6230i connected via Bluetooth.
    Thanks.
    Alan.

    Yes the Support line directed me to try a different USB port, with no luck.
    Also looked for the connection in windows device manager>>nothing appeared except the computers ports...
    [quote]Hi, Here is something what you could try to do: 1. Uinstall Nokia PC Suite 6.82.22 (or 6.7 or 6.8x) and restart PC. 2. Go to Windows' Control Panel and open "Add or Remove Programs" application. 3. If there are "PC Connectivity Solution" (or "Nokia PC Connectivity Solution" and/or "Nokia Connectivity Cable driver", uninstall those and restart PC. 4. Install PC Suite 6.82.22 and restart PC. If problem happen again: 1. Go to Windows' Control Panel and open "Add or Remove Programs" application. 3. Select "PC Connectivity Solution", click "Change" and then "Repair". 4. After Repair, restart PC. And if no help again: Save RegPCSuiteComponents.bat file to C:\Program Files\PC Connectivity Solution\ folder. Then go that folder and run it (double-click that file). After that restart PC. Does any of those help you?? [/quote]
    I've tried your 1st & 2nd suggestions....but I can't find the "connectivity solution" folder you mention (and being a complete noob (!) I don't know what a .bat file is (nor how to use it lol)
    In fact I can't find PC Suite anywhere in the program files. I REALLY think that it wasn't installed OK....it should not have taken less than one second to download if it took 1 3/4 hrs initially

  • How WebCenter integrates with eBusiness Suite

    I have just gone through the flash demo at http://www.oracle.com/technology/products/jdev/viewlets/1013/fusion.html.
    From a user & developer point of view WebCenter looks like a gr8 technology.
    Is it going to replace OA Framework?
    How does it integrate with eBusiness Suite?
    Are there any eBusiness Suite pages being developed at Oracle using WebCenter?

    Andhra,
    Oracle WebCenter is part of the foundation technology that Oracle's new Fusion Applications are being built with. Oracle eBusiness Suite uses OA Framework today and is not being rebuilt, but will be enhanced over time. For instance eBusiness Suite R12 will use OA Framework. Existing eBusiness Suite customers may stay with eBusiness Suite or move to Fusion Applications as they see fit.
    WebCenter Applications will be able to integrate with eBusiness Suite applications as soon as it is released using the existing PDK portlets.
    As soon as WebCenter is released it will be made available as a download from OTN.
    Mick.

  • OIM Reconciliation with eBusiness Suite

    Im seeing the following error on enabling the (eBusiness HRMS Trusted Reconciliation) task. I havent configured SSL between OIM and eBusiness suite. Will that be a problem ?
    What are the exact steps to be followed for the reconciliation task?
    Thanks
    ERROR,30 Jul 2009 14:55:50,437,[OIMCP.EBSER],================= End Stack Trace =
    ======================
    ERROR,30 Jul 2009 14:55:50,437,[OIMCP.EBSER],================= Start Stack Trace
    =======================
    ERROR,30 Jul 2009 14:55:50,437,[OIMCP.EBSER],oracle.iam.connectors.ebs.hrms.task
    s.EmployeeReconciliationTask : init
    ERROR,30 Jul 2009 14:55:50,437,[OIMCP.EBSER],
    ERROR,30 Jul 2009 14:55:50,437,[OIMCP.EBSER],Description :
    ERROR,30 Jul 2009 14:55:50,437,[OIMCP.EBSER],oracle.iam.connectors.common.Connec
    torException:
    at oracle.iam.connectors.common.vo.ITResource.<init>(Unknown Source)
    at oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask.init(
    Unknown Source)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionActi
    on.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Sou
    rce)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown S
    ource)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:477)
    Caused by: oracle.iam.connectors.common.ConnectorException:
    ... 11 more
    Caused by: Thor.API.Exceptions.tcColumnNotFoundException
    at Thor.API.tcMetaDataSet.getStringValue(Unknown Source)
    ... 11 more

    Complete Log:_
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : init:: STARTED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.dao.OIMUtil : OIMUtil():: STARTED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.dao.OIMUtil : OIMUtil():: FINISHED
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : init : Task Name: eBusiness HRMS Trusted Reconciliation
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ScheduledTask : getScheduledTaskDetails():: STARTED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ScheduledTask : getScheduledTaskDetails():: FINISHED
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : init : Task Scheduler attributes :: {Resource Object=eBusiness Person, Target Date Format=MM/dd/yyyy hh:mm:ss, User Type=End-User, Query Name=ReconcileCurrentPersons, Batch Size=1000, Person Type Look Up Definition=Lookup.EBS.HRMS.PersonTypes, Query Properties File=C:\OIM\xellerate\XLIntegrations\EBSER\config\ebsERQuery.properties, Query Filter Lookup Definition=Lookup.EBS.HRMS.QueryFilters, IT Resource Name=EBS-HRMS-APPS12, Task Name=eBusiness HRMS Trusted Reconciliation, Organization=Xellerate Users, Last Execution Time=0, Recon Lookup Definition=Lookup.EBS.HRMS.Recon}
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams:: STARTED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Number of schedule task parameters: 13
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [0] : Resource Object
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [1] : Target Date Format
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [2] : User Type
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [3] : Query Name
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [4] : Batch Size
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [5] : Person Type Look Up Definition
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [6] : Query Properties File
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [7] : Query Filter Lookup Definition
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [8] : IT Resource Name
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [9] : Task Name
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [10] : Organization
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [11] : Last Execution Time
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Key [12] : Recon Lookup Definition
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Array for Validation: [Ljava.lang.String;@bae7b0
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ScheduledTask : validateMandatoryTaskAttrs():: STARTED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ScheduledTask : validateMandatoryTaskAttrs():: FINISHED
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled task Validation : true
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Batch Size :: 1000
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Last Reconciliation Time: 0
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Target Date Format =MM/dd/yyyy hh:mm:ss
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Resource Object =eBusiness Person
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : User Type =End-User
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Organization =Xellerate Users
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Checking existence of Organization Name Xellerate Users in OIM
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Row count for Organization: 1
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Person Type Look Up Definition =Lookup.EBS.HRMS.PersonTypes
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.dao.OIMUtil : getLookUpMap():: STARTED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.dao.OIMUtil : getLookUpMap() : LookUpName : Lookup.EBS.HRMS.PersonTypes
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.dao.OIMUtil : getLookUpMap():: FINISHED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : personTypeMap ={Contractor=Consultant, Participant=Full-Time, Contingent Employee=Part-Time, Employee=Full-Time}
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Recon Lookup Definition =Lookup.EBS.HRMS.Recon
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Query Filter Lookup Definition =Lookup.EBS.HRMS.QueryFilters
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Query Name: ReconcileCurrentPersons
    INFO QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Query File Path/Name: C:\OIM\xellerate\XLIntegrations\EBSER\config\ebsERQuery.properties
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Scheduled Task Attribute Set : [Resource Object, Target Date Format, User Type, Query Name, Batch Size, Person Type Look Up Definition, Query Properties File, Query Filter Lookup Definition, Organization, Last Execution Time, Recon Lookup Definition]
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Iterator value : java.util.Hashtable$Enumerator@1293e3f
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Resource Object :eBusiness Person
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Target Date Format :MM/dd/yyyy hh:mm:ss
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of User Type :End-User
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Query Name :ReconcileCurrentPersons
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Batch Size :1000
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Person Type Look Up Definition :Lookup.EBS.HRMS.PersonTypes
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Query Properties File :C:\OIM\xellerate\XLIntegrations\EBSER\config\ebsERQuery.properties
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Query Filter Lookup Definition :Lookup.EBS.HRMS.QueryFilters
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Organization :Xellerate Users
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Last Execution Time :0
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams : Value of Recon Lookup Definition :Lookup.EBS.HRMS.Recon
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : initializeAndValidateScheduledTaskParams:: FINISHED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : init : Schedule Task Validation: true
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ITResource : ITResource:: STARTED
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ITResource : ITResource : IT Resource Key :81
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ITResource : ITResource : Inside the exception block,spd_field_name is not found
    DEBUG QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ITResource : ITResource : itResourceAttrName = Connection Retries
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ====================================================
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ITResource : ITResource : column svp_field_value not found
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ====================================================
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ====================================================
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ITResource : ITResource : null
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ====================================================
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ================= Start Stack Trace =======================
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.vo.ITResource : ITResource
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ITResource initialization failed
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - Description :
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.ConnectorException:
    at oracle.iam.connectors.common.vo.ITResource.<init>(Unknown Source)
    at oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask.init(Unknown Source)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    Caused by: Thor.API.Exceptions.tcColumnNotFoundException
    at Thor.API.tcMetaDataSet.getStringValue(Unknown Source)
    ... 11 more
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ================= End Stack Trace =======================
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ================= Start Stack Trace =======================
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask : init
    ERROR QuartzWorkerThread-4 OIMCP.EBSER -
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - Description :
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - oracle.iam.connectors.common.ConnectorException:
    at oracle.iam.connectors.common.vo.ITResource.<init>(Unknown Source)
    at oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask.init(Unknown Source)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    Caused by: oracle.iam.connectors.common.ConnectorException:
    ... 11 more
    Caused by: Thor.API.Exceptions.tcColumnNotFoundException
    at Thor.API.tcMetaDataSet.getStringValue(Unknown Source)
    ... 11 more
    ERROR QuartzWorkerThread-4 OIMCP.EBSER - ================= End Stack Trace =======================
    ERROR QuartzWorkerThread-4 XELLERATE.SCHEDULER.TASK - Class/Method: SchedulerBaseTask/run encounter some problems:
    oracle.iam.connectors.common.ConnectorException:
    at oracle.iam.connectors.ebs.hrms.tasks.EmployeeReconciliationTask.init(Unknown Source)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    Caused by: oracle.iam.connectors.common.ConnectorException:
    at oracle.iam.connectors.common.vo.ITResource.<init>(Unknown Source)
    ... 10 more
    Caused by: oracle.iam.connectors.common.ConnectorException:
    ... 11 more
    Caused by: Thor.API.Exceptions.tcColumnNotFoundException
    at Thor.API.tcMetaDataSet.getStringValue(Unknown Source)
    ... 11 more

  • Problems with PC Suite 7.1.30.9 USB connection

    Ok, So I've been having trouble the last 2 weeks or so getting this to work. I Correctly installed the PC suite 7.1.30.9 on my PC (windows vista home premium 32) some time back. It used to work well with my old N95 8GB, but after I got the N97, for the week it worked fine and would connect in any compatible mode. But then I started getting an error whenever I connected my N97 or my N95 on PC Suite, It could not detect any phone. When I tried adding a phone using PC Suite, the options for what kind of connectivity I would like to select with my phone were not even highlighted and I was getting an error message about infra red and trouble connecting. I re-installed evrything and then started getting this error message "Connected in non compatible mode" even though I had selected PC Suite on either phones. I tried restarting my phones and PC, but still got the same error. I tried uninstalling and re-installing PC Suite, nokia connectivity cable driver, PC connectivity manager and starting again, but still got the same error. I Even tried that again, but with an older version of PC Suite (6.85.12.0) but no luck.
    The funny bit is It connects easily with no trouble when I use bluetooth but doesn't work work with the USB cable. I know its not the phone because Niether the N97 nor the N95 work correctly with USB.
    Can someone help me, because Bluetooth is way too slow when I'm trying to transfer loads of different data and using my phone as a modem. 
    can't wait for n97 successor
    Solved!
    Go to Solution.

    Hallo,
    i have problem with N97 and usb connection.
    Few days ago i was unable to connect my n97 by usb,  before it was working fine.
    Nothing happend. by bluetooth it was all ok.
    I change drivers in computer ( vista ) i try on another one ( xp ) and still nothing.
    Then i make a hard reset on n97 and after that when i connect by usb it was ok. but...
    But...after disconet usb and n97 turn off and on and try to connect via usb - the same problem???
    What is going on???
    Any ideas???
    Thanks a lot.

  • Multiple problems with PC Suite 6.80 and bluetooth

    After several frustrating hours with a spiral of problems, I hope someone can see a way to get this (rubbish) PC Suite software working with my 6230i phone. - System is XP SP2 on a Dell Inspiron 8600 with bluetooth built in. - Syncing with Lotus Notes 6.5 - PC Suite version I'm attempting to get working is 6.80.22 (latest as of 9/6/2006) Started with PC Suite 4.88 installed (for a 6310i phone - was trying to find a way to move contacts). This software however, had stopped working for this phone.... Day 1 - Installed PC Suite 6.8.22 (as well as 4.88) and after while got this working (sort of) - at least I got the Sync function to work OK (not the contacts list however for example) Day 2 - updated an address on PC and on phone and tried to Sync - alwasy just sat there trying to connect - nothing has changed since yesterday. (selected two way updated in advanced properties) (several hours of wasted life on a sunny evening later) Read all the stuff on this board I could and decided that problem might be because the System Info showed that I had Widcomm and Microsoft bluetooth installed. So: 1. uninstalled 4.88 version 2. Didn't read instructions carefully enough so didn't uninstall 6.80.22 3. ran the Nokia PC Suite Cleaner 3.3 (selected Other - said Yes to deleting .exe, no to deleting .dll's - wouldn't have got this if 6.80.22 was uninstalled) 4. installed 6.80.22 - tried 3 times and kept getting an error about missing components in the .msi file. Downloaded new copy, reinstall - same message, try once more, suddenly install works without error! 5. Try to connect to phone - now get error saying "no available connection type" - i.e bluetooth not working. - check System Info - "no supported bluetooth Stack" is listed. (Had both Widcomm and MS before) - check I CAN connect to the phone using e.g. bluetooth icon on and using say the "Audio gateway" function - so bluetooth IS installed OK - just PC Suite doesn't recognise. 6. Uninstalled PC Suite 6.80.22 7. Ran Nokia PC Suite Cleaner 3.3, selecting "other" 8. Install PC Suite 6.80.22 9. Try to connect - exactly the same problem as before. 10. Try to activate MS bluetooth - using CP-> System-> hardware-> device manager-> bluetooth devices-> properties -> driver -> update driver as suggested elsewhere but find that after “bluetooth devices” I have to select “Dell TrueMobile Bluetooth Module” befpre driver-> update driver (which tells me that it is updated – though at least twice before I have found newer drivers after being given this message) 11. Go to bed after 6 wasted hours. (sorry if there is no formatting in this - there was when I typed it, but the preview shows none and I can't seem to add any spaces,lines etc) Thanks Andrew

    Hi Manta
    After a downward spiral where the BT stopped working at some point during an install/uninstall, so i tried to follow some of the guides to sort out removing Microsoft BT and only having Widcomm - however at almost every turn there were problems, error messages not anticipated etc. to the point where nothing worked....
    Eventually thought to go back to a XP restore point which got the BT working again. (Microsoft and Widcomm drivers are both installed as before).
    Then had to run PC suite 4.88 to remove (kept getting error messgaes by doing it from add/remove in ctrl panel) and then had to reinstall PC suite 6.80-22 and removing it also gave unanticipated error messages.
    Did as you suggest and ran the cleaner through every stage (requiring 4 or so "installs" of this software and 3 reboots if you do as the software tells you..)
    Reinstalled and it almost seems to work as well as it did when I first installed it - apart from now I can't sync my calendar - get a message about the server being down even though it clearly isn't as I can use my email and calender though the Notes client without a problem...
    Dodgy PC suite software again??
    (I've also noticed that if you have tried to sync and it fails and then you try again, it pretends to have done a sync but in fact as long as the fail message is on the phone screen this will lock it out from another sync function...though this is not clear on the PC)
    If you or anyone else has any idea about the server connection failure message I'd appreciate hearing about it - and I'll go and have a look throught the boards to see if anyone else has seen this.
    CHeers
    Andrew

  • Problem with PC Suite and Windows 7 Home Edition 64-bit

    I installed PC Suite on my desktop with Windows 7 Home Edition 64-bit installed.  I was able to eventually run PC Suite (granted it needed to run in XP SP2 compatibility mode) and sync my calendar on my W518a cell phone with PC Suite via Bluetooth communications.  After I turned off my computer and restarted it, I could no longer open up PC Suite...its icon appears in my system tray with a red X over it as if it can't find the program.
    The SonyEricsson website indicates PC Suite can run with Windows 7.
    What is causing the problem I am having?  How do I get this corrected?

    I have downloaded and reinstalled the PC Suite software.  Although it is not working as well as it should, as long as I have my cell phone on with Bluetooth enabled prior to clicking on the icon to open the application, it seems to work OK.  Otherwise, when it opens, it just hangs and the only way you can close the program is to get into Task Manager and force it closed when its status is showing as "Not Responding".  I also have found that just "closing" the PC Suite window does not close the application...you have to click on the option to "Exit the Application" otherwise you continue to have it in your system tray with a red X over the icon.

  • Apparent problem with Ovi Suite and Win 7 64 bit

    Hi
    Apologies if this has already been covered, but i have searched quite thoroughly and i haven't come across the specific problem i'm querying.
    I'm running Windows 7 64 bit, with PC Suite 7.1.51.0, which runs just fine.
    I intend to upgrade to the superb N8 when my contract comes to an end in 6 months, so i'm just doing my homework.  
    Apparently, the N8 will only run on Ovi Suite, NOT PC Suite.
    Now if anyone disputes this and can convince me that the N8 works perfectly fine with PC Suite, then read no further, please just respond!  (Bear in mind the OS i'm running though).
    As nice as Ovi Suite is, i've managed just fine so far with PC Suite.
    Otherwise, please let me explain the problem i am having:
    I installed Ovi Suite 2.2.1.23.  When i run it, it shows the main screen, and you can just make out a small window appearing in the middle saying "Nokia OVI".
    It is then that the program stops responding, eventually displaying the error message which reads:
    Runtime Error!
    Program: C:\...
    This appication has requested the Runtime to terminate in an unusual way.
    Please contact the appication's support team for more information.
    Judging by the similar stories of Ovi crashing (not finding one where the program fails to open, though), i think it is related to the fact that i'm running Win 7 64 bit; but i could be wrong.
    I have tried installing it in compatibility mode, then (failing that), running it in compatibility mode, all to no avail.
    Is this a problem that Nokia know about?  If there is an intended fix within 6 months, then that'll be fine.
    Otherwise, do any of you clever people know any work-arounds?
    Any further questions you need to ask, please don't hesitate.
    Many thanks
    Steve
    Nokia Enthusiast
    Solved!
    Go to Solution.

    Pinpointing the problem may be very difficult as Ovi-Suite appears to be extremely unpredictable.and getting Ovi-suit tu run an sync properly seems to be largely a matter of luck.
    I have just set-up three brand new identical HP workstations for our Geo-Information Department.
    All were set up from the same disk image with only Win 7 Pro Office 2010, then directly Ovi-Suite as our Geo-Information guys insisted on Nokia handsets against our advice.
    On one, machine Ovi-Suite crashed on launch and was unable to run at all.
    on the second, Sync to OL 2010 failed consistently.
    ont the third, everything ran fine with an N97 but an N8 was not recognized
    So i got curious and run tests on one machine: I installed the same disk image a total of six times (clean win7-64, clean Office 2010 3 times, Office 2003 three times)
    Office 2010
    the first time i had the crash on launch, second time OL2010 sync fail, third time it ran ok.
    Office 2003
    First time notes sync failed, second and third time all was ok.
    So the issue is definitely with Ovi-Suite and it appears to be pure luck whether is runs or not and if it runs at all, whether it syncs or not.
    Syncing OL 2010 seems to be much trouble prone than OL2003, 64bit appears to be much less stable than 32, onb win 7 it seems to have slightly fewer issues than on XP.
    We have NO issues with any other sync software (Palm, BB, Fruit, S-E, Microsoft, even Nokia PC-Suite).
    None of the software is run with admin privileges (as we just do not give admin rights to users). If software requires admin rights to be installed, it is done by Data Center employees.
    I'm afraid one's best bet to get Ovi-Suite running is trial and error, or if  the handset supports it, use PC-Suite, which is what we do.
    Ovi-suite users, according to our logs, generate over 70% of our smart phone related support calls, even though they are only 6% of our smart phone user base.
    As a result, we currently have all Nokia handsets that do not work with PC-Suite and require Ovi-Suite blacklisted in our organization, meaning we won't support them in any way. Installation of any flavor of Ovi-Suite is prohibited on user PCs as long as it does not become more stable, reliable and less of a resource hog.
    Ever seen a black lemon? They turn black when they rot. My N97 is black. 'nuff said

  • BIP 11g with eBusiness Suite Security

    Help! I'm at my wits end!
    I installed BIP 11g on Linux and went through the security set up for eBusiness Suite - created the XMLP% responsibilities, assigned the responsibilities to users, shutdown the BIP server, restarted it with the expectation that I can login to BIP using my eBS userid/password credentials. I couldn't login with anything other than the local superuser userid/password. The eBS responsibilities were imported as BIP roles, but none of the users are recognized as valid users.
    I set up an SR with Oracle Support and they are just as flummoxed as I am.
    The log files are of no help or I don't know where to look.
    I then installed BIP 11g on my Windows 7 laptop, to rule out the possibility that this could be an issue with BIP 11g on Linux. I went through the exact same steps on Windows7 and got the same result. I am not sure that this experiment rules out anything at this point.
    I am at a loss and extremely frustrated since I don't know where to begin looking. The DBC file is used, otherwise the eBS responsibilities would not have been imported. What else could be missing?
    If anyone could point me to anything that might be of help, I would greatly appreciate it. At this point, I am inclined to chuck BIP altogether and go to some other reporting solution.
    Thanks,
    Sunder

    eBS passwords have to be reset after setting "Signon Password Case" profile to Insensitive. Works now.

  • Oracle Text with eBusiness Suite

    I'm trying to understand if Oracle eBusiness Suite uses Oracle Text for indexing certain queries such as item description, etc.. I was told that iStore uses it for searching on items. Is that true? Does the Oracle Apps standard Item form use it? Can it be set up for use with the apps? I know the query syntax is different (CONTAINS), and I don't see any non standard indexes on MTL_SYSTEM_ITEMS_B, so I'm not sure how I could implement the functionality in the apps. Please help!!!!

    Yes, Oracle Text is used in iStore Search Feature, Refer to code under $JAVA_TOP/oracle/apps/ibe/catalog/Search.java for an example, also look at table ibe_ct_imedia_search table and its indexes which gives an idea of how Oracle iStore is leveraging Oracle Test for Searching.
    get the data into a staging table and then create whichever index you want, dont modify the indexes on key tables like MTL_SYSTEM_ITEMS_B

  • Real Time Simulation, problem with the 3D Lookup table

    Hello,
    I have a problem with LabVIEW RT. I want to read under the parameters of temperature, time and voltage, the current out of a matrix.
    The matrices differ only in the temperature (first entry in a matrix).
    If the 3D Lookup table only get one matrix, I often get "Not a Number" as result. But not always, although the parameters remain the same.
    If the 3D Lookup table gets three or more matrices, the result never be "Not a Number". But the 2 other matrices are "dummys" filled up with zeros, expect the temperature. Also the problem appears only if I start the test sequence as Startup on the RT-System. If I start the test sequence from the Front Panel, the 3D Lookup table works well, whether one or more than three matrices!
    Its confusing, I know ^^
    The appendices contains pictures from a matrix an from the Block Diagram
    Attachments:
    Block DIagram.jpg ‏146 KB
    Current-Matrix.png ‏27 KB
    Dummy-Matrix.png ‏12 KB

    Hello salomon,
    The 3D lookup table is not generated in my code, but is invoked as a constant. I examine the behavior of electrical loads in the cars. Consumers were in a climate chamber measured at various temperatures and these values ​​were packed into a 3D lookup.
    Helps you even further? : D

  • Problem with PC Suite 7.1.26.0 (German, German Win...

    Hi,
    my PC Suite doesn't work properly anymore after upgrading to 7.1.26.0. Reason: My Windows-use-name ("Jörg") contains an "ö". The previous versions didn't have any problems with that and were using "C:\Dokumente und Einstellungen\Jörg\..." to store everything as expected. But the current version is trying to use "C:\Dokumente und Einstellungen\Jsomestrangesymbolthatlookslikearectanglerg\...". How do I fix this? Is this a bug in the software (if so: where can I downgrade to a working version) or is this just some registry-key that can be fixed easily?
    Jörg
    Solved!
    Go to Solution.

    Hi,
    there's definately a bug in the PC Suite:
    The "strange char" instead of "ö" occured in all Nokia-related entries in the registry (fixed this manually).
    The problem also occurs in all those setting-xml-files under %APPDATA%\Nokia\.... But manually fixing this doesn't help as I'll demonstrate for this file:
    C:\Dokumente und Einstellungen\Jörg\Anwendungsdaten\Nokia\ContentCopier\Settings_CC4.xml
    The file gets changed by the PC Suite every time you backup your phone's data. That's how it looks like at the moment:
    <?xml version="1.0" encoding="UTF-8"?>
    <UISettings Version="1.0" >
     <GeneralSettings x="0" y="0" DefaultFolder="C:\Dokumente und Einstellungen\Jörg\Anwendungsdaten\Nokia\ContentCopier" />
     <Phone LatestBackup="2009-05-05T20:50:26" IMEI="354193025253969" BackupFile="C:\Dokumente und Einstellungen\Jörg\Anwendungsdaten\Nokia\ContentCopier\2009-05-05 Nokia E51.nbu" />
    </UISettings>
    For those who don't see the problem: The file says that it's UTF-8. But it isn't! As if it would be UTF-8, each ö should be replaced by a ö! In other words: The first line should state encoding="ISO-8859-1"!
    Jörg

  • C7 problem with OVI suite and Outlook exchange 200...

    Hello,
      I'm now own a NOKIA C7 and need to switch to OVI suite, PC suite is not supported for this  handy. OVI suite is not synchronizing my contacts from exchange to my C7.
    With my old N73 and PC suite I did not have the problem on my DELL M4400 notebook.
    What I've found out, in case of using a USB cable connected nothing was able to synchronize,
    no contacts, calendar and Notes. The OVI suite did nothing for 15 minutes, only searching for somewhat.
    Crazy is, in case of using a Bluetooth connection (removed the USB connection), it was possible to synchronize the calendar and Notes, but contacts were still not possible, some issue as before.
    We verified this problem, using a NOKIA N8 from a colleague - exactly same happened.
    I was happy to have at least the calendar synchronized, because I need this for my job.
    Nevertheless the contact synchronization issue need to be fixed...
    I've bought the C7 with symbian, because I expected no problems in compare to other available Handy Companies and now this...
    My personnel opinion, the OVI suite is currently not was the people expecting - support for consumer people and flexible for business people. For me PC suite was much more, what I need.
    Now, I'm waiting for support to fix my problem...
    Best regards,
    Onecent59
    Solved!
    Go to Solution.

    Hello Joyfeal,
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Strange is, that when I try to sync the CONTACT data, and I let first searching for Outlook folder, it takes about 4 minutes, it finds the right folder, I click and mark this, but then OVI suite is not longer remember the selection (so it seems for me to be) and try succesless to sync the CONTACTs.
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Strange is, that when I try to sync the CONTACT data, and I let first searching for Outlook folder, it takes about 4 minutes, it finds the right folder, I click and mark this, but then OVI suite is not longer remember the selection (so it seems for me to be) and try succesless to sync the CONTACTs.
    I've tried so much - no success. I've a lot experience in software - but no idea, what I can try out more. I guess, there must something be with Outlook 2007 and Exchange server usage, which worked with PC suite.
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Strange is, that when I try to sync the CONTACT data, and I let first searching for Outlook folder, it takes about 4 minutes, it finds the right folder, I click and mark this, but then OVI suite is not longer remember the selection (so it seems for me to be) and try succesless to sync the CONTACTs.
    I've tried so much - no success. I've a lot experience in software - but no idea, what I can try out more. I guess, there must something be with Outlook 2007 and Exchange server usage, which worked with PC suite.
    I've talked with a few guys in my company (R&D area) and all told me, that they like the new N8 and C7-00, but they hate the OVI suite - it´s designed for kids and hobby user, but not for professional usage - my opinion is, that PC suite was much clear in use. OVI suite has some feature I like, but I expect to have such kind of problems fixed. The C7-00 is not a cheap handy, so I can expect this.
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Strange is, that when I try to sync the CONTACT data, and I let first searching for Outlook folder, it takes about 4 minutes, it finds the right folder, I click and mark this, but then OVI suite is not longer remember the selection (so it seems for me to be) and try succesless to sync the CONTACTs.
    I've tried so much - no success. I've a lot experience in software - but no idea, what I can try out more. I guess, there must something be with Outlook 2007 and Exchange server usage, which worked with PC suite.
    I've talked with a few guys in my company (R&D area) and all told me, that they like the new N8 and C7-00, but they hate the OVI suite - it´s designed for kids and hobby user, but not for professional usage - my opinion is, that PC suite was much clear in use. OVI suite has some feature I like, but I expect to have such kind of problems fixed. The C7-00 is not a cheap handy, so I can expect this.
    ...now I wait for help or software update...
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Strange is, that when I try to sync the CONTACT data, and I let first searching for Outlook folder, it takes about 4 minutes, it finds the right folder, I click and mark this, but then OVI suite is not longer remember the selection (so it seems for me to be) and try succesless to sync the CONTACTs.
    I've tried so much - no success. I've a lot experience in software - but no idea, what I can try out more. I guess, there must something be with Outlook 2007 and Exchange server usage, which worked with PC suite.
    I've talked with a few guys in my company (R&D area) and all told me, that they like the new N8 and C7-00, but they hate the OVI suite - it´s designed for kids and hobby user, but not for professional usage - my opinion is, that PC suite was much clear in use. OVI suite has some feature I like, but I expect to have such kind of problems fixed. The C7-00 is not a cheap handy, so I can expect this.
    ...now I wait for help or software update...
    Regards,
    OneCent59
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Strange is, that when I try to sync the CONTACT data, and I let first searching for Outlook folder, it takes about 4 minutes, it finds the right folder, I click and mark this, but then OVI suite is not longer remember the selection (so it seems for me to be) and try succesless to sync the CONTACTs.
    I've tried so much - no success. I've a lot experience in software - but no idea, what I can try out more. I guess, there must something be with Outlook 2007 and Exchange server usage, which worked with PC suite.
    I've talked with a few guys in my company (R&D area) and all told me, that they like the new N8 and C7-00, but they hate the OVI suite - it´s designed for kids and hobby user, but not for professional usage - my opinion is, that PC suite was much clear in use. OVI suite has some feature I like, but I expect to have such kind of problems fixed. The C7-00 is not a cheap handy, so I can expect this.
    ...now I wait for help or software update...
    Regards,
    OneCent59
    Hello Joyfeal,
    I never had problems with my old N73, using PC suite - this worked well over years.
    I did, what you proposed. Completly uninstall all. Afterwards, I did a registry cleaning and program files cleaning, so nothing from th e PC suite and Ovi Suite was longer on my Notebook.
    Next step was reinstalling OVI suite, including cable and BT driver - this was resulting nearly the same - advantage was only, that I can now use BT and USB to update Calender, tasks and notes.
    Strange is, that when I try to sync the CONTACT data, and I let first searching for Outlook folder, it takes about 4 minutes, it finds the right folder, I click and mark this, but then OVI suite is not longer remember the selection (so it seems for me to be) and try succesless to sync the CONTACTs.
    I've tried so much - no success. I've a lot experience in software - but no idea, what I can try out more. I guess, there must something be with Outlook 2007 and Exchange server usage, which worked with PC suite.
    I've talked with a few guys in my company (R&D area) and all told me, that they like the new N8 and C7-00, but they hate the OVI suite - it´s designed for kids and hobby user, but not for professional usage - my opinion is, that PC suite was much clear in use. OVI suite has some feature I like, but I expect to have such kind of problems fixed. The C7-00 is not a cheap handy, so I can expect this.
    ...now I wait for help or software update...
    Regards,
    OneCent59

Maybe you are looking for

  • I am trying to move my wife's iPhoto '08 library to my new iMac for iPhoto '11.

    I am trying to move my wife's iPhoto (2007) library on a Macbook to my new iMac for iPhoto '11.  First, when I opened iPhoto on the iMac it asked me to create a library, which I did.  Then I imported her photos via a wireless network to my "new" libr

  • ABAP GUYS worked on FI/CO module report (urgent)

    hi i am creating a vendor ageing report. in that i have to calculate the ageing which is nothing but AGEING = Current date - BLINe Dt(ITAB-ZFBDT) data:ageing type i. i have used fm date_between_two_days but couldn't achieve the result. so if any one

  • Screen Recording from Quicktime.

    I cannot start screen recording from Quicktime. Every time I click on record or the triangle for options, the window underneath is selected. It's like my computer does not recognize tHas anyone else had this issue? I am running the latest version of

  • After Effects CC disk cache error on startup w/ immediate crash

    I'm running a GTX 780 with 32GB of RAM, x1 240GB SSD (on which AE is installed) and x1 2.5TB HDD. Both show that they have more than enough space to cache the 10GB recommended by AE, yet whenever I open it up, it prompts a message box informing me th

  • Telnet Buffer Questions

    Hi, Modems are configured to telemeter data to a LabView VI.  The LabView VI works as designed when hardwired to the instruments.  Now a modem and internet connection replace the hardwire, so a reconfiguration of the VI was required using Telnet Read