SFTP Connector issue

I have a couple of questions about the SFTP connector:
Firstly I have been trying to get the SFTP connector to work but so far have had no luck. Having set up the connector and set all the package settings all of my requests fail with an HTTP 400 response -
"User Name Value cannot be null, empty, or cannot contain only white-space characters.".
Where/How do I set the username property? Its not one of the of the package settings, and its not passed in via the API calls (according to swagger).
My second question relates to the "Accept any SSH Server Hostkey" package setting. Can you confirm that with this set to true that it setting the server key is not required?

Documentation has been updated since my original post that describes how to specify username/password, or username/private key. (http://azure.microsoft.com/en-gb/documentation/articles/app-service-logic-connector-sftp/)
Connections however are still failing after security has been correctly defined with:
2015-04-16T03:40:05 PID[39436] Error **Exception thrown: WinSCP.SessionRemoteException, Network error: Connection to "sftp.server.com" timed out., at WinSCP.SessionLogReader.Read(LogReadFlags flags)
at WinSCP.ElementLogReader.Read(LogReadFlags flags)
at WinSCP.SessionElementLogReader.Read(LogReadFlags flags)
at WinSCP.CustomLogReader.TryWaitForNonEmptyElement(String localName, LogReadFlags flags)
at WinSCP.CustomLogReader.WaitForGroupAndCreateLogReader()
at WinSCP.Session.Open(SessionOptions sessionOptions)
at SftpController.SFTPController.OpenSession(Session session) in x:\bt\470684\AAPT\EMA\Connectors\Enterprise\src\source\SFTP\SftpConnector\Controllers\SftpController.cs:line 648
So it still looks like there is some sort of error going on here.

Similar Messages

  • Ipod doesn't work on speakers but headphones are fine and speaker works with iPhone. Possible connector issue? Any thoughts on how I can get the fixed?

    ipod doesn't work on speakers but headphones are fine and speaker works with iPhone. Possible connector issue? Any thoughts on how I can get the fixed?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • SFTP connection issue with Dreamweaver 2014

    I have a very weird SFTP connection issue with Dreamweaver CC (2014). I am on a Mac running 10.9.4 and have no problem connecting to my server through SFTP with Dreamweaver CS 6. However, using the exact same settings on CC (2014), I get the following error: "An FTP error occurred - cannot make connection to host. Your login or password is incorrect. Please check your connection information".
    I am truly at a loss here. Command line connection works without problems.
    Any thoughts?

    Hi there,
    Try after rebooting your system or in a different user account on MAC.
    Is there any limit with number of login sessions with your SFTP?
    Could you check with Filezila or similar FTP client and connect to your site, see if you get any error there?
    Thanks.

  • Oracle connector issues

    Hi Experts,
    We have 40 to 50 connectors including SQL server, Oracle,Pco,OLAP etc in SAP MII system.
    SAP MII version 12.2 SP6.
    We got the Java Heap space on the SAP MII server and due to lack of disk space the server process is shutdown.
    #2.0#2015 04 14 09:30:16:473#0-400#Fatal#com.sap.engine.frame.ProcessEnvironment#
    com.sap.ASJ.krn_frm.000041#BC-JAS-COR#kernel.sda#C0000A0E68F54AF20000000100000D58#307331950000768373##com.sap.engine.frame.ProcessEnvironment#Guest#0##7F961CADD61211E4A26400001251836F#7f961cadd61211e4a26400001251836f#7f961cadd61211e4a26400001251836f#0#Thread[Managed_Application_Thread_37,5,Managed_Application_Thread]#Plain##
      Server process shutting down with exit code [666]; memory allocation error [OutOfMemoryError]# 
    #2.0#2015 04 14 09:30:16:473#0-400#Fatal#com.sap.engine.frame.ProcessEnvironment#
    com.sap.ASJ.krn_frm.000041#BC-JAS-COR#kernel.sda#C0000A0E68F54AF20000000200000D58#307331950000768373##com.sap.engine.frame.ProcessEnvironment#Guest#0##7F961CADD61211E4A26400001251836F#7f961cadd61211e4a26400001251836f#7f961cadd61211e4a26400001251836f#0#Thread[Managed_Application_Thread_37,5,Managed_Application_Thread]#Plain##
    Server process shutting down with exit code [666] memory allocation error [OutOfMemoryError]
    [EXCEPTION]
    java.lang.OutOfMemoryError: Java heap space (failed to allocate 56 bytes)
    After clearing the dump and make available disk space all the connectors like SQL server, OLAP,PCo etc working fine. But Oracle connectors are unstable.I can say oracle connectors keep loosing connections. The following errors were seen in logs. After I restart the server , the oracle connector starts working fine.
    Unable to create connection to database for GDW
    [EXCEPTION]
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at com.sap.lhcommon.system.CustomClassLoader.findClass(CustomClassLoader.java:232)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:367)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:308)
    at com.sap.xmii.Illuminator.tools.database.JDBCDriverManager.getClassInstance(JDBCDriverManager.java:104)
    at com.sap.xmii.Illuminator.tools.database.ConnectionPool.<init>(ConnectionPool.java:62)
    at com.sap.xmii.Illuminator.tools.database.ConnectionHolder.addDBConnectionPool(ConnectionHolder.java:121)
    at com.sap.xmii.Illuminator.server.Server.createHolder(Server.java:277)
    at com.sap.xmii.Illuminator.server.Server.start(Server.java:134)
    at com.sap.xmii.Illuminator.server.ServerManager$ServerInitializer.run(ServerManager.java:451)
    at com.sap.xmii.Illuminator.server.ServerManager.startServer(ServerManager.java:414)
    at com.sap.xmii.Illuminator.server.ServerManager.reload(ServerManager.java:370)
    at com.sap.xmii.ejb.ServiceHandlerBean.doServerFunction(ServiceHandlerBean.java:222)
    at com.sap.xmii.ejb.ServiceHandlerBean.onMessage(ServiceHandlerBean.java:75)
    at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:50)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MessageListenerType.invoke(Interceptors_MessageListenerType.java:111)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:191)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:23)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Lock.invoke(Interceptors_Lock.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:179)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at com.sap.engine.services.ejb3.runtime.impl.MDBProxyInvocationHandler.invoke(MDBProxyInvocationHandler.java:78)
    at $Proxy435.onMessage(Unknown Source)
    at com.sap.jms.client.session.JMSSession.deliverMessage(JMSSession.java:1046)
    at com.sap.jms.client.session.JMSSession.run(JMSSession.java:894)
    at com.sap.jms.resourceadapter.RaServerSession.run(RaServerSession.java:139)
    at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:410)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Error occurred while creating a database connection
    [EXCEPTION]
    com.sap.xmii.Illuminator.system.CommunicationException: Error occurred while creating a database connection
    at com.sap.xmii.Illuminator.connectors.IDBC.IDBC.doProcessRequest(IDBC.java:81)
    at com.sap.xmii.Illuminator.connectors.AbstractConnector.processRequest(AbstractConnector.java:83)
    at com.sap.xmii.Illuminator.server.QueryEngine.run(QueryEngine.java:49)
    at com.sap.xmii.Illuminator.services.handlers.IlluminatorService.processRequest(IlluminatorService.java:82)
    at com.sap.xmii.Illuminator.services.ServiceManager.run(ServiceManager.java:69)
    at com.sap.xmii.servlet.Illuminator.service(Illuminator.java:68)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.xmii.system.SecurityFilter.doFilter(SecurityFilter.java:186)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.xsrf.filter.XSRFProtectorFilter.doFilter(XSRFProtectorFilter.java:62)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:441)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    I am not sure of OJDBC jar file version .we have either OJDBC5 or OJDBC6 jar deployed in SAP MII.
    The oracle database version that we are connecting in the data server is Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit
    My questions  are
    After the server process shutdown and recovered , While  all other connectors  working fine why oracle connectors have problems?
    Is it due to oracle driver issue? or any other issue related to Netweaver.
    Please help.

    for item #1...If you add the line "gal_enableldapsearch = FALSE" to the "[ENG]" section of the calendar server configuration file, it will only put calendar users in the GAL and not all Internet Directory users.
    --Bill                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • OID 11.1.1.5.0 Connector Issue With Logging in OIM 11.1.1.5.0

    I am using OpenLDAP as my target system for the OID connector. I am following the OID 11.1.1.5.0 documentation section "2.1.6.1 Enabling Logging on Oracle Identity Manager". I placed the first part inside the <log_handers> tag and the second part inside the <loggers> tag.
    <log_handler name='OIMCP.LDAP' level='TRACE:32'
    class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='logreader:' value='off'/>
    <property name='path'
    value='${domain.home}/servers/${weblogic.Name}/logs/oid_connector.log'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='locale' value='en'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <logger name="ORG.IDENTITYCONNECTORS.LDAP" level="TRACE:32"
    useParentHandlers="false">
    <handler name="OIMCP.LDAP"/>
    <handler name="console-handler"/>
    </logger>
    The "oid_connector.log" was created for me, but no logs are being printed out whenever I do anything related with LDAP in the OIM console.
    Any insights on how to fix this issue?

    Any updates i am facing same problem.
    thanks in advance

  • Win 8.1 Connector issue

    Hello folks,
    I have been having this annoying issue trying to Join my windows 8.1 desktop pc to my company domain, whenever I run through the connector software (Windows server 2012 essentials) it fails with "an unexpected error has occured" just after you
    put in the domain credentials.
    I've removed all connector updates and software installed on the pc and tried fresh...still no joy.
    Any advice would be greatly appreciated!
    Thanks,
    Jordan

    Hi,
    Please ensure you uninstall those connector software completely and unjoin you computer client from the network. Meanwhile, please make sure the client computer
    is not joined to any other server networks. Then check if you can join in your company domain.
    Based on your current description, please refer to the following path on the client computer: %programdata% /Microsoft /Windows
    Server /Logs and find the ClientDeploy.log to narrow down your issue.
    By the way, would you please provide a screenshot for the error message (you describe it "an unexpected error has occurred")?
    Hope this helps.
    Best regards,
    Justin Gu

  • SFTP adapter issue with dupliacate files

    Hello Guys,
    I am working on file to proxy scenario on PI 7.31 Java only system.
    I am facing issue with SFTP sender adapter, i wanted to reprocess the same file again. Although i unchecked the duplicate file checkbox.
    File is not getting processed and adapter gives below error.
    Error while sending message: Message ID 1406196843/-1496048728/1376310205/103581509 already exists in database: com.sap.sql.exception.OpenSQLIntegrityConstraintViolationException: ORA-00001: unique constraint (UNKNOWN.obj#=24157) violated
    OpenSQLExceptionCategories: [NON_TRANSIENT, INTEGRITY_CONSTRAINT_VIOLATION]
    Note- SFTP component is 1.0 and patch level is 01.
    Please let me know if anyone have came accros such error and resolution for the same.
    Thanks,
    Sandip

    Hi Sandip,
    What is your PI SP level?, check if this note affects your system
    1635853 - Concurrency issue during load test
    1979353 - Recurring TxRollbackException with MODE_STORE_ON_ERROR stage configuration
    Check also this thread File Sender Adapter - Duplicate Message ID Issue - PI 7.31
    Regards.

  • DBUM Connector Issue in OIM11g

    Hi all. I'm having a very strange issue. Let me explain my scenario. I have installed correctly the DBUM Connector 9.1.0 in OIM11g. When I start a direct provisioning for an user, it all works perfectly: the user gets correctly created automatically on Oracle DB by the connector. Now I'm trying to enable a Human User to edit the provisioning form before the connector starts for the provisioning in the following way:
    - User X starts direct provisioning for Oracle DB resource object
    - User Y is assigned the provisiong task "Edit Provisioning Form" (which precedes "Create User" - standard task created by DBUM connector installation)
    - User Y edits the provisioning form (previously compiled from User X)
    - Connector starts for the provisioning with the provisioning form modified by User Y
    All actors involved in this process have all privileges on resources and forms for Oracle DB resource object.
    Although this, when connector starts it reply with the "ERROR" response code. Analyzing the log, I've been able to see this exceptions:
    oracle.iam.connectors.common.vo.ITResource
    and all the related exceptions. By the way, User X chooses correctly the IT Resource for Oracle DB resource, and User Y does not modify X's choice.
    Could anyone help me to find out the solution to this problem?
    I've tried the same solution with SSH Connector, in OIM11g, and it works fine. I'm having this issue only with DBUM Connector for Oracle DB.
    Thanks in advance for the help,
    Giuseppe.

    I kind of remember ..i had a similar issue , Can you try giving permission to the involved actors on DBUM IT Resource.
    Thanks
    Suren

  • PoP Port Connector Issues

    I seem to have a dodgie pop-port on my phone or dodgie cables?
    I wiggle the pc cable and that causes it to disconnect from the pc and phone yet its still in the socket and the headset sometimes if i wiggle it, the sound cuts out..
    Can I take this to a Nokia shop to get it fixed under warranty or do I have to RMA it back to Expansys?
    Regards,
    Andy
    Owned: Nokia 3510i, Nokia 3120, Nokia 6230i, Nokia 6233, Nokia N73, Nokia N82.
    Current: Nokia N900!

    26-Aug-2007 07:25 PM
    tehrules wrote:
    I seem to have a dodgie pop-port on my phone or dodgie cables?
    I wiggle the pc cable and that causes it to disconnect from the pc and phone yet its still in the socket and the headset sometimes if i wiggle it, the sound cuts out..
    Yes, Nokia's pop-port wasn't their best invention. I had similar problems with my 6280 and I've heard countless other people with similar issues.
    What I used to do always was to blow on the handset's connector in order to dislodge any dust particles, and then wipe the contacts on the headphone or USB cable with a soft cloth in order to get rid of dust/grease/etc. Then annd only then did I get a relatively stable connection.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Outlook connector issues 2007

    Hi there is a previous post with the same issue i am having. The response that melon chan gave i have tried all of this and still no luck. It will not sign me at all keeps telling me "could not authenticate my windows live ID" I also get the same
    error issue when i look up the detailed report. No emails are sending or receiving into those accounts. I really need help as my business  has come to a hault... Can someone please give me any other ideas... It has only played up since i turned on automatic
    microsoft updates. can i uninstall outlook and reinstall it or is this a complete system restore to do it.
    Thanks Kylie
    My outlook connector has been having issues since yesterday.
    Outlook 2007 - connector ver 14.0.6123.5001
    I can get in to my online email but Outlook 2007 will not connect.
    Here's what Outlook says in the detailed description;
    Outlook Hotmail Connector Version 14.0.6123.5001
    Account:********
    Sign in failed at 27/12/2014 9:04:29 PM                                                                               
    The network connection was interrupted. Make sure your network cable is  attached properly to your computer. If you still cannot connect, try again later.

    Hi,
    As Diane suggested, you can restore to a point to verify whether it's caused by an update. But before this, please let me know your current Office and Outlook build number so that I can take further action if you can confirm it's an update problem.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • SFTP- permission issue

    Hi SuperSAs,
    I have one issue with SFTP, one of our user complaint me that whenever he create a directory by using his SFTP id the permission set to 750.
    He requested me to set his permission to 770.
    i checked his profile and found that umask is already set to 007, below is the output for his profile.
    #grep Ftpid /etc/passwd
    Ftpid:x:21613:15890:SFTP ID:/home/Ftpid:/bin/false
    Sun2008:/home/Ftpid# more .profile
    # This is the default standard profile provided to a user.
    # They are expected to edit it to meet their own needs.
    MAIL=/usr/mail/${LOGNAME:?}
    umask 007
    I need to set permission 770 as a default from him so that from next time onwards whenever he create any directory it should have permission 770.
    Please help me on same.
    Thanks
    Rahul

    Dual SIM Phones Supporting Dual Standby: It was very normal for one cell phone to accommodate a piece of SIM card. However, that happened before. Since the birth of dual SIM dual standby mobile phones, one SIM cell phones will be out of date soon. Dual SIM dual standby mobile phones satisfy with the needs and requirements of one machine more SIM cards to many businessmen in the fast-paced commercial society. You can insert two SIM cards (some cell phones have even 3 SIM card slots) into one cell phone, and the two SIM cards are on line simultaneously, needless to switch between them. Surely, if you only want one of them is on line, you can set it in menu, as dual SIM dual standby mobile phones support four modes (dual SIMs, SIM1, SIM2, Flight mode). Besides, most dual SIM dual standby phones at onThesource.com support dual Bluetooth, you can phone and listen to music via Bluetooth devices.
    http://www.onthesource.com/cell-phones-mobile-phones/dual-sim-mobile/

  • AD connector issue 9.1.1.4

    I installed Ad connector 9.1.1.4.
    No issues were reported during installation.
    ADITResource was configured according to documentation.
    If I go Resource Management-> Manage and search Resource Name by AD* the following objects appear:
    AD Organization Unit
    AD User Trusted
    AD User
    AD Group
    Clicking on any of the links will produce the system error. "A system error was encountered. Contact Oracle Identity Manager System Administrator"
    Also, Diagnostic Dashboard gives 500 error on Test Basic Connectivity test
    Current platform:
    OIM 9.1.0.1+BP09
    OIM 10.1.3.3
    Oracle Database 11.1.0.7 Patch 20
    Windows 2003 SP2
    I would appreciate any help

    Dear All,
    Thank you very much for your feedback.
    Here is the exception:
    Class/Method: SearchResourceAction/displayDetailPage encounter some problems: {1}
    Thor.API.Exceptions.tcColumnNotFoundException
    at Thor.Api.tcColumnNotFoundException
    My main concern is DB compatibility. Is 11.1.0.7 patch 29 should work?
    I appreciate your help

  • DBUM Connector issue

    16:03:41,046 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : Ref Data Provider Impl = oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask
    16:03:41,046 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : IT Resource = Oracle
    16:03:41,046 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : Task Name = DBUM Lookup reconciliation
    16:03:41,046 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : Lookup Definition Name = Lookup.DBUM.Oracle.Roles
    16:03:41,093 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : : Task Attribute-->IT Resource Name=Oracle
    16:03:41,093 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : : Task Attribute-->Exclusion List=NODATA
    16:03:41,093 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : : Task Attribute-->Lookup Definition Name=Lookup.DBUM.Oracle.Roles
    16:03:41,093 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : : Task Attribute-->Task Name=DBUM Lookup reconciliation
    16:03:41,093 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : : Task Attribute-->Ref Data Provider Impl=oracle.iam.connectors.dbum.tasks.DBUMLookupReconTas
    k
    16:03:41,093 INFO [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : init()
    : : Task Attribute-->Query Properties File Path=C:\Documents and Settings\Administrator\Desktop
    \DBUMLookUpQuery.properties
    16:03:41,109 INFO [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : init : isSched
    uledTaskParamsValid = true
    16:03:41,109 INFO [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : init : Query Pr
    operties File Path = C:\Documents and Settings\Administrator\Desktop\DBUMLookUpQuery.properties
    16:03:41,109 INFO [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : init : Exclusio
    n List = NODATA
    16:03:41,109 INFO [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : init : Lookup D
    efinition Name = Lookup.DBUM.Oracle.Roles
    16:03:41,109 INFO [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : init : Configur
    ation lookup is:- Lookup.DBUM.Oracle.Configuration
    16:03:41,125 INFO [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : init : Keywords
    : DROP ~DROP\t~INSERT ~INSERT\t~ALTER ~ALTER\t~CREATE ~CREATE\t~DELETE ~DELETE\t~UPDATE ~UPDATE
    \t~TRUNCATE ~TRUNCATE\t~EXEC ~EXEC\t~/*~--~;
    16:03:41,156 INFO [DBUM] oracle.iam.connectors.dbum.common.db.util.DBConnection : DBConnection
    : isPool : False
    16:03:41,156 INFO [DBUM] oracle.iam.connectors.dbum.common.db.util.DBConnection : DBConnection
    : Connection Pooling has not been enabled. Will not use Connection Pooling Service
    16:03:41,156 INFO [DBUM] oracle.iam.connectors.dbum.common.db.util.QueryBuilder : isValidQuery
    : Query string : SELECT role FROM dba_roles
    16:03:41,156 ERROR [DBUM] ====================================================
    16:03:41,156 ERROR [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : handle : Except
    ion Occured in handle method
    16:03:41,156 ERROR [DBUM] ====================================================
    16:03:41,156 ERROR [DBUM] ================= Start Stack Trace =======================
    16:03:41,156 ERROR [DBUM] oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask : handle
    16:03:41,156 ERROR [DBUM] Database Exception occured while executing the look up recon
    16:03:41,156 ERROR [DBUM] Description : Database Exception occured while executing the look up r
    econ
    16:03:41,156 ERROR [DBUM] oracle.iam.connectors.common.ConnectorException: Database Exception oc
    cured while executing the look up recon
    at oracle.iam.connectors.dbum.tasks.DBUMLookupReconTask.handle(Unknown Source)
    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 oracle.iam.connectors.common.tasks.LookupReconciliationTask.execute(Unknown Source)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown S
    ource)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: oracle.iam.connectors.dbum.common.TargetOperationException: Failed to get the target
    records
    at oracle.iam.connectors.dbum.tasks.DBUMLookupReconHelper.getRecords(Unknown Source)
    ... 12 more
    Caused by: oracle.iam.connectors.dbum.common.TargetOperationException: Database driver class not
    found
    at oracle.iam.connectors.dbum.common.db.util.DBConnection.getNonPooledConnection(Unknown
    Source)
    at oracle.iam.connectors.dbum.common.db.util.DBConnection.getConnection(Unknown Source)
    ... 13 more
    Caused by: java.lang.ClassNotFoundException: ADP ClassLoader failed to load: oracle.jdbc.driver.
    OracleDrive
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    ... 15 more
    16:03:41,156 ERROR [DBUM] ================= End Stack Trace =======================
    16:03:41,156 ERROR [LOOKUP] ====================================================
    16:03:41,156 ERROR [LOOKUP] oracle.iam.connectors.common.tasks.LookupReconciliationTask : execut
    e : Exception ocuured = null
    16:03:41,156 ERROR [LOOKUP] ====================================================

    Hi
    were u able to resolve this issue ? Please provide the info about the same.
    Thanks,
    RPB

  • GroupWise Connector issue

    I may have found a possible bug in the 1.2.5 rev 299 version of DS. I have a SLES 11 SP2 server patched up running 1.2.5 build 299. The server sits in a DMZ with the IP address of 192.168.x.x which is NAT'd to 134.192.x.x. In prior versions up to 1.2.4 I go into the GroupWise Connector and change the GroupWise Connector IP address from the 192.168 address to the 134.192 address and restart the connector and everything works fine. In 1.2.5 when I change the IP address and try to restart the Connector I get an error about the connectors.xml not configured correctly and GroupWise Connector won't start. When I change it back to the internal IP 192.168.x.x it starts up fine. The problem is that if I don't change the IP to the NAT'd version then e-mail won't come in after the initial sync. If I remove DS from the server and downgrade to 1.2.4 it works fine. I did check the Connectors.xml file and it did change the IP address. Any help would be appreciated.
    Thanks,
    Dave Flax

    redds,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Ouitlook connector issue

    Outlook has not been sending for 2 years with my 64 bit operationg system despiot my download of the 32 bit connector. Please help.

    Hi,
    Which version of Outlook are you using? Please verify if Outlook is installed as 32bit or 64bit version.
    Basically, 32-bit connector works with Microsoft Office Outlook 2003, Microsoft Office Outlook 2007 and Microsoft Office Outlook 2010 (32-bit). 64-bit connector works with Microsoft Office Outlook 2010 64-bit. Please make sure you
    have installed the correct version of Hotmail Connector.
    In addition, please also make sure you have installed the latest version of connector. You can download the correct version here:
    Outlook Hotmail Connector 32-bit
    Outlook Hotmail Connector 64-bit
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for