Multiple Clients in a Single mobile Device?

Hi all,
I m using 10gr2 database as standalone and using oracle lite r3..
I have an application created with oracle branch office platform.
I downloaded a client in a mobile device and it got downloaded.
But if i try to download another client in the same machine,the log file
message is "DEVICE NOT ENABLED"..So i checked in the mobile manager..Under
mobile device,i could find our machine name.In tht one client is enabled and another client
is not enabled.If i try to enable,its saying "Resource invalid or disabled"..
Is it possible to download 2 different clients in a single mobile device?
IS there any parameters for that..
Please help and thanks in advance..
Regards,
Prasnnaa

Hi Prasnnaa,
It is not possible to Install 2 differents Clients in a Single Mobile Device, there is no any parameters for that.
Regards.
Marc

Similar Messages

  • How can I connect multiple clients to a single client ?

    I am currently developing an instant messaging program.I created a server and connected multiple clients to it by using thread logic.However I do not know how to connect multiple client to a single client.
    What shall I do for that?Does anybody know a good tutorial or sample program?Or shall anybody explain me what I shall do for building the Instant Messaging part of my chat program?
    Thank u in advance.

    You may use UDP multicast socket. But since you are using the UDP protocol you might risk losing the data that you send since UDP does not guarantee the safe transfer of data.
    Alternately, you might create a server that allows multiple client to connect to it whose connection Socket objects are then stored in a Vector <Socket> object. The server then sends back data to the connected client about the other clients connected to it. Now when the client wants to send data (like an IM) to another connected client, it has to send a request to the server specifying the client login name and the server in turn streams that particular client's Address and Port to the requesting client. The requesting client then initiates the connection with the other client and then starts a conversation. One more thing, when the client communicates it needs to send information to the server like the name by which it likes to be referenced. In this scenario the server acts like a central repository for clients to query the existence of other clients in the chat room. Each client here runs a thread that listens to incoming connections and when a connection is established, may be opens a IM window or something.
    The third option is to make the server to relay the information from one client to another. Like say, I'm connected to whoopy server and i want to send "Hello" to jackson, then i send the message (ie, Hello) along with the name of the client to which i wish to send it to (ie, jackson). The server then performs a lookup in its Vector <Socket> object and then initiates a connection with jackson and sends the information. However, this method is pretty costly in that you will be wasting a lot of processing behind the server.
    --Subhankar
    P.s. If you stumble upon any other brilliant ideas let me know.

  • What are the possible approches for hosting a product(custom SP application) for multiple clients on a single SharePoint farm?

    We have a product which is a custom application based on SharePoint Foundation 2010. Right now, for each of our client we create a dedicated server and host the application in the standalone deployment. Now, the requirement is to host multiple clients in a
    farm deployment.
    Challenges are: 1. The product has same name for the wsp that is deployed on different client servers as of now. How to distinguish for different clients on same farm
    Currently the product specific css and jquery is in 14 hive. These files will be of difefrent versions for different client. How to segregate that?
    How many web applications is recommend to be created in a single SPF 2010 farm? What are the challenges?
    There are a couple of DBs created in SQL for the application. What is the best way to separate those for the client?
    Essentially its the same product but with different versions for each client that we want to deploy in a single farm. What is the best practice to tackle this?

    For the most part, these are not SharePoint questions per se, but product-specific questions you'd better ask the vendor about. To get in some more detail:
    1. It totally depends on the scope of the solution. If its global, then you're out of luck and any changes you make affect all instances that use it. Better ask the vendor about it.
    2. Not that many, let's say < 10, assuming you're web applications have separate application pools. Check out  http://technet.microsoft.com/en-us/library/cc262787(v=office.14).aspx#WebApplication for
    more info.
    3. This is very application specific and really should be answered by the vendor. Not related to SharePoint at all.
    4. Again, really depends on the product so better ask the vendor.
    Good luck!
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • How can I delete multiple email messages on my mobile device

    HOw can I delete multiple email messages from my ipad and iPhone

    Hello conniefromtulsa,
    The process for deleting multiple messages is detailed in the iPhone User Guide:
    Delete, move, or mark multiple messages. While viewing a list of messages, tap Edit. Select some messages, then choose an action. If you make a mistake, shake iPhone immediately to undo.
    iPhone User Guide - Work with multiple messages
    http://help.apple.com/iphone/7/
    Cheers,
    Allen

  • Multiple clients of a single proxy service

    I have trouble getting more than one client connected to the same proxy service. I tried with and without connection-limit in the acceptor config without success.
    my proxy config on the server side looks like this
    <proxy-scheme>
    <service-name>ExtendTcpProxyService</service-name>
    <acceptor-config>
    <tcp-acceptor>
    <local-address>
    <address>somehost</address>
    <port>10495</port>
    </local-address>
    </tcp-acceptor>
    <connection-limit>10</connection-limit>
    </acceptor-config>
    <proxy-config>
    <cache-service-proxy>
    <enabled>true</enabled>
    </cache-service-proxy>
    <invocation-service-proxy>
    <enabled>false</enabled>
    </invocation-service-proxy>
    </proxy-config>
    <autostart>true</autostart>
    </proxy-scheme>
    and here is what I get on the clients that fail to connect:
    2012-03-06 17:55:28.945/1.482 Oracle Coherence GE 3.7.1.0 <D5> (thread=ExtendTcpProxyService:TcpInitiator, member=n/a): Started: TcpInitiator{Name=ExtendTcpProxyService:TcpInitiator, State=(SERVICE_STARTED), ThreadCount=0, Codec=Codec(Format=POF), Serializer=com.tangosol.io.pof.ConfigurablePofContext, PingInterval=0, PingTimeout=5000, RequestTimeout=5000, ConnectTimeout=10000, SocketProvider=SystemSocketProvider, RemoteAddresses=[COHERENCE_PROXY_HOST/10.30.186.16:10495], SocketOptions{LingerTimeout=0, KeepAliveEnabled=true, TcpDelayEnabled=false}}
    2012-03-06 17:55:28.961/1.498 Oracle Coherence GE 3.7.1.0 <D5> (thread=main, member=n/a): Connecting Socket to 10.30.186.16:10495
    2012-03-06 17:55:38.968/11.505 Oracle Coherence GE 3.7.1.0 <Info> (thread=main,member=n/a): Error connecting Socket to 10.30.186.16:10495: java.net.SocketTimeoutException: connect timed out
    only one client can stay connected at any time... I must be doing something wrong!

    Hi,
    There is nothing wrong in the proxy-scheme configuration ! I would suggest you to check the connectivity between the 2nd client and proxy (probably firewall issue).
    Hope this helps!
    Cheers,
    NJ

  • ISE integration with Mobile Device Management ( MDM ) help required

    Dear Techies,
         Am here bring to your notice an different issue and no much resources to support even in PEC or Cisco Document.
         We are conduction a Proof Of Concept (PoC) on  Secure Bring Your Own Device ( BYOD ) using Cisco ISE and gonna test all the scenarios like Wired, Wireless and VPN user access.
    Setup Brief :
    =========
          Our Setup has  ISE VM acting as Admin, Monitor and Profiling Device, we have NAC 3315 physical Appliance as Inline posture Device, Wireless LAN controller, Access point and the Identity source as Microsof Active Directory
         Having Plans to Integrate Mobile Device Management ( MDM ) and Citrix VDI setup also.
    Activity Brief:
    =========
         As of now we have tested the Wired Scenario Authentication and authorization for guest users and gonna carry out the profiling and posture.
    Clarifications Required
    ================
    Wired Scenario - Require some configuration / steps on how to carryout posture for the guest wired users i.e. LAPTOP.
    Wireless Scenario
    MDM can be integrated to ISE ? 
    How the MDM can be integrated to Cisco ISE configuration or Guide to show the same?
    What is the demarcation between MDM and ISE ( i.e. What is the role of ISE and MDM on Mobile Devices ) ?
    If MDM is available so then when the control of ISE ends, does MDM do management or ISE will do management of the devices ?
    Is MDM will do client provisioning or ISE should do ?
    Is MDM send or update patches of Mobile Devices ?
    As of now these are the scenarios, kindly revert if any good documents to show this or share your expertise on the Integration Part.
    Thanks for Reading...
    Arun

    I would like to avail your valuable inputs to understand on the  Client provisioning part for the Mobile Devices/ Laptop. I understand  from your reply that MDM integration is not available in the current  release ISE 1.1 - That is correct.
    Kindly let me know your views or any documents on the following scenarios with the current release in mind
    1. User  with Mobile devices connecting to Wireless  ( both Employee  and Guest ) , How the Flow differs for the Employee and Guest.  How the  client provisioning is done ( i.e. Like Posturing  or Compliance Check  ).
    The posturing and compliance check is done based on the user authentication information (i.e. AD memberOf vs Guest user) combined with the users endpoint (windows, mac osx, or a mobile device), ISE then has a few decisions to make based on the authorization policies. For example, if a Domain User coming from a Windows 7 machine joins the network, then can either use the nac agent, or the web agent. Then you can scan for registry settings, file settings, program requirements, hotfix compliance...and the list goes on. If the user fails a check then you can either assign an acl for the user so they only have guest access, or you can place them into a remediation vlan the options are entirely up to the requirements and however the solution is implemented.
    2. User  with Laptop  connecting to Wireless  ( both Employee  and Guest ). How the client provisioning is done ( i.e. Like Posturing   or Compliance Check ).
    Guests are usually redirected to the guest portal which they authenticate and their user group falls within the Guest container that is on the ISE internal database, that is usually coupled with an authorization profile that grants them internet access. For the client provisioning, that is usually done based on the operating system, via profiling (dhcp, and user agent string., netmap...etc) and can be fine tuned for all laptops or to a specific set of users based on their group membership.
    3. What are advantages of having ISE also in  place for Mobile devices, since most of the Mobile related tasks ( like  Authentication, Authorization, Profiling and  Posture ) are carried out  by MDM. I am checking for the significant advantage of having ISE for  Client network having only Mobile devices. Kindly clarify.
    Currently the advantage of Cisco ISE is that it supports profiling within wireless and really fits well within a network that has mostly Cisco products since they are all part of of the Borderless security initiative being driven on the backend. The product teams for wireless, wired, security (vpn..etc) and ISE are pretty close in building their solutions so that you can get connected with any device any where (sorry for the sales pitch). The latests wireless code is improving and is going to have support similar to the ios sensor for wired devices where dhcp, cdp, and other attributes can be sent in the radius packet for better profiling decisions. With integration for an MDM platform coming soon, and also support for TACACS rumored (have to verify with your account rep) you have options that really stand out from a unit that only supports MDM. Cisco ISE also comes with a wireless product ID so that makes the budget work when it comes to deploying ISE if you arent looking for enforcement on your wired devices.
    4. Do you recommend 802.1X Authentication to use for the Employee and Contractor? The Guest user  authentication as Open ?
    For internal users and vendors the best option by far is dot1x, almost all operating systems are capable of performing dot1x and the 1.1.1 MR has a piece now that can provision the supplicant for the users, by using scep to enroll certificates or configure peap settings.
    There is a feature within the guest portal that allows you to statically assign guests into endpoint group, that feature is called device registration web authentication. It seems like an open network but uses mac filtering to assign these devices to an endpoint without requiring users to enter any credentials. They are presented with an AUP page, once they accept their mac address is mapped to the endpoint group
    5. How can we ensure the Encryption of traffic from the Guest user to the NAD ( Network Access devices ) ?
    This may be a wireless question but I am sure the encryption is done using AES and using dot1x as the key management here is a brief background for this - http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807f42e9.shtml#L2
    You can also use the anyconnect client which can provide macsec which is layer 2 encryption for wired - http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/qa_c67-622477_ns1049_Networking_Solutions_Q_and_A.html
    6. We are also looking for VDI  ( Citrix, VMware ) solution for the  client  ( both Employee and Guest ) , how ISE can play a role in  securing the VDI environment.
    For most thin clients you can perform dot1x authentication on the device itself, however that is something the manufacturer will have to support. This is a little gray for me.
    7. Is that any integration required  with Citrix or VMware. How the  VDI can be offered based on the User  role ( i.e. Employee, Contractor or Guest ), since Guest database is  available only with ISE, how the checks are made from the VDI  environment.
    IN ISE there is an identity sequence which can authenticate users in AD first, if the user is not found then it can look in the internal database.
    Our solution demands  MDM in the integrated  solution, As on today ISE cant be integrated with MDM. so what kind of  solution we can propose to have MDM and Cisco ISE .Do the clients now  enter the network should have already installed the MDM agent (or) any  other way of pushing the same to the Client.
    Today there is no integration between the devices, the last release time I heard was December for this feature. However it would be best to confirm with your Cisco Account rep on this issue.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • Interactive Form for Mobile Devices (Online)

    Dear all,
    Currently, I develop online interactive form using wd java.
    I can access created interactive form portal normally from web browser on windows.
    but when I access it via url: "http://xxxx?sap-wd-client=Pie03Client" at PPC mobile device with Windows Mobile 2003 Service Pack 2. It will only display the following texts..
    isPDFGenerated : true || isGeneratedPDFValid : true || trueDisplayType : ACTIVEX ||
    GeneratedPdfType : pdf || Mode : UPDATEDATAINPDF || OnCheck : null ||
    OnSubmit : null || BindingOfPdfSource : pdfObject || BindingOfDataSource : null ||
    indingOfDisplaySource : null || BindingOfEnabled : null || BindingOfReadOnly : null ||
    BindingOfVisible : null || BindingOfHeight : null || BindingOfWidth : null ||
    BindingOfDisplaySource : null || TemplateSource : New_InteractiveForm.xdp ||
    isChangesNotAllowed : false || isDynamicPDF : false || isEnabledFlag : true ||
    getEnabled : true ||
    Do any specific configuration for adobe form in mobile devices or any resolution for this problem?
    Thank you.
    Regards,
    Weng

    hi Vidyadhar,
    The Adobe Reader was installed in handheld. It can open standalone (offline) pdf document. But it would appear error when display dynamic generated adobe form in browser.
    Thanks.
    Regards,
    Weng

  • NM3 & mobile devices

    So is an ssl cert required to connect to my Messenger 3 test box with a
    mobile device?
    Stevo

    laurabuckley sounds like they 'said':
    >
    > Hi,
    >
    > From my understanding, if you enable/configure SSL for client/server
    > communication the mobile devices will work.
    >
    > If you see the last post in this thread:
    > https://forums.novell.com/showthread...06-NMS-and-SSL
    >
    > The customer successfully connected his iPad after setting up SSL.
    > Try that and please do let us know how it goes or if you require any
    > further assistance.
    >
    > Cheers,
    So my response to laurabuckley's comment is...
    That is correct, I took our wildcard cert (same one used for GW
    webaccess) and enabled ssl, mobile clients work great.
    Stevo

  • Can I sign in with multiple apple IDs in a single apple device without deleting my previous one?

    can I sign in with multiple apple IDs in a single apple device without deleting my previous one?

    Hi swagyoloswag,
    Welcome to the Apple Support Communities!
    There are several different services that require signing into an Apple ID to use on your iOS device. You can sign into different Apple IDs for different services on your iPhone. For example, Apple ID #1 for iCloud and Apple ID #2 for iTunes & App Store. You cannot sign into the same service with two different Apple IDs at the same time. The attached article has a list of services that are accessible with your Apple ID. 
    Where can I use my Apple ID? - Apple Support
    Cheers,
    Joe

  • Multiple Calenders on Mobile devices

    Hi,
    In GroupWise I have my main calendar and then there are additional calendars as well. (Whether created or shared)
    When I sync my mail account to my phone, only the main calendar syncs across and not the others.
    Is this a limitation or is there a setting I can change to get all Calendars Syncd?
    GroupWise 2012
    Data Synchronizer Version: 1.2.5 Build: 299
    iOS and Android devices.
    Thanks.

    Hi,
    This is a limitation in your version of Data Synchronizer (1.2.5 Build xxx). Only the main calendar will sync.
    In the GroupWise client, you can select the personal [not shared] calendars from which you want appointments displayed in the main GroupWise Calendar. However, when calendar data is synchronized to your mobile device, all appointments are synchronized into the main calendar on the mobile device, regardless of which personal calendars you have selected in GroupWise. This is working as designed at present.
    Cheers,

  • I have reinstalled itunes multiple times but apple mobile device doesn't download. how can i fix this or download apple mobile device

    I have reinstalled itunes multiple times but apple mobile device doesn't download. how can i fix this or download apple mobile device

    Type "apple mobile device service" into the search bar at the top of this page by "Support" and read the resulting articles.

  • How to Avoid Multiple Submits (In Mobile Device Browsers)

    All,
    We have a custom Application(developed using OAF) which is used Mobile Device browsers.
    Once the user enters the Data, he will click on Submit Button, In the PFR, we are calling a pl/sql procedure,
    that might take few seconds to come back depending upon the number of records he entered for submission.
    In between the user thinks the button is not pressed, and when he try to press the submit button again the pl/sql will be called again with the same data.
    We would like to avoid/ignore the second submit.
    1) We tried ((OABodyBean)body).setBlockOnEverySubmit(true);
    But which is not supported in Mobile/PDA.
    2) Used TransactionHelper start/end, but when the page is getting transferred the transaction need to be ended, but that time if the
    user submit again, we lost the control again.
    Is there any workaround to solve this issue,
    This is one of the show stopper for the client.
    With Regards,
    Kali.
    OSSI.

    I haven't tried it before but it should help.
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01]

  • How to use multiple tape drive from single client when I want to backup single filesystem?

    Hello All.
    I want to backup 1 filesystem using 4 tape drives for reducing backup time.
    In case of symantec veritas netbackup, they can user "NEW_STREAM" for multi-streaming backup.
    Please anybody let me know that how to do use multiple tape drive for single client.
    1. Backup Source server : Linux (1 client)
    2. Backup Soucre :      /data1  (500GB)
        -> Current directory structure doesn't have sub directory under /data1, just files present under /data1
    If direcotry struceture has a sub-direcotry like( /data1/aaa, /data1/bbb ), Is it availble to use multiple tape drives?
    3. Tape Drive with OSB : LTO6 * 4 drives
    Thank you.

    You would have to create a different dataset for each sub-folder. If you only have files at the top level folder then even the NEW_STREAM option couldn't be used to split the job.
    Organise it into folders and then create datasets in a client folder such as :
    /usr/local/oracle/backup/admin/config/dataset/Linux/data1_aaa
    /usr/local/oracle/backup/admin/config/dataset/Linux/data1_bbb
    Then in the schedule you just specify the Linux folder. In each dataset you list the hostname and the folder name, such as :
    include host Linux
    include path /data1/aaa
    Now it will create a new job for each dataset and therefore each folder.
    Thanks
    Rich

  • How to use multiple tape drive for single filesystem on single client.

    Hello All.
    I want to backup single filesystem with multiple tape drive.
    Incase of Symantec veritas netbackup "NEW_STREAM" for multi-stream backup.
    Backup client has a  single backup filesystem like /data1  directory with 4 LTO6 drives.
    /data1 directory doesn't have a sub-direcotry, just present a files.
    If /data1 directory has a sub-directory like /data1/aaa, /data1/bbb, /data1/ccc , Is it possible to use multiple drives?
    Please anybody answer the questions.
    Thanks advanced.

    See how to use multiple tape drive from single client when I want to backup single filesystem?

  • Can I have multiple iChat users under a single Mobile me account?

    I set up iChat with my Mobile Me account. But we have multiple users of iChat in the house, and each have their own MacBook log-in, etc. Can I set up each of the other users using a single Mobile Me account? {does this make sense?}

    Can I set up each of the other users using a single Mobile Me account?
    No. Use an AIM account instead.
    (47850)

Maybe you are looking for

  • Error while running Customer Interest Report

    Hello All, I am configuering Interest on Customer arrears/balance & I am getting an error "NO TIME-DEPENDENT CONDITIONS FOR INDICATOR EF" while running FINT. I have checked all the threads but there is no such query exept one.  Please guide me to sol

  • Dynamic Select disadvantage... eventhough the records getting zero still it

    HI, This is the select statement which I am using select * from (w_access_fields-seltabname) into corresponding fields of table <t_table> where (t_where_clause) order by primary key. Plrease find the screen shot in the attachment in the 1st case the

  • Why is the volume level different from song to song in iTunes & on iPod?

    When I play back songs in iTunes and most of all on my iPod the volume level is different depending what songs I am listing to. The biggest problem is with the songs that I get from my CD's because the volume is very low. Why does this happen and can

  • ITunes on ex hd

    ok, prob a simple question, but I have moved everything to do with iTunes to a ex hd, now how do I move it back?? I tried dragging it but that just copied it & couldn't open iTunes without hd being connected. Thanks!

  • IPhone and the visually impaired

    I was/am considering buying an iPhone, but due to my severe visual impairment (I am technically registered blind) I thought I would 'try before I buy'. So when I was visiting my brother, we popped along to the Apple store in White City, London. The s