Dir API - Web services Time out

Hi All,
I am using Dir API web services to make some mass updates to Config objects. I have developed a client in Java and was able to access/edit the ID objects. The problem I am facing is since the number of objects in the change list is huge ( >1000),  the web services time out.
I tried to set the time out parameter for the web service call using
context.put(BindingProviderProperties.REQUEST_TIMEOUT, 600*1000);
also,
context.put("com.sun.xml.ws.connect.timeout", 600*1000);
context.put("com.sun.xml.ws.request.timeout", 600*1000);
None of them seem to have any impact.
Any ideas what is the correct way to adjust this time out behaviour?
Thanks
Jai

Hi RK,
Thanks for that. I am not looking at changing the time outs at Server. I am just interested in changing the time outs for the request I make from the client. The point is I do not want to impact any other services running in the server.
In WS Navigator, it seems possible to change the time out value using Invocation parameters. (Did not try this yet!!)
So it must be possible to set the time out for the request from the client.
Thanks
Jai
Edited by: Jaishankar on Aug 25, 2011 2:49 PM

Similar Messages

  • Cannot connect photosmart​7520 to the web services. times out. help please?

    Trying to connect to Web Services but times out. Configuration page suggests no internet connectivity although network modem/router is connected to the internet. Printer prints ok wirelessly through the network.
    This question was solved.
    View Solution.

    Let's set a static IP address and external DNS for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). If you do not know the range, change the last set of numbers (those after the last '.') to 250
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway.
    - Enter 8.8.8.8 for the first DNS and 8.8.4.4 for the second DNS. This is Google DNS. You can choose another external DNS if you wish.
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Anybody has experience calling ID API web service in Java

    Hello,
    as you know we can programmatically update ID objects by call ID APIs (web service). To do that you need to import the wsdl into a java project, generate web service client and call the client to update ID objects.
    I've tried this in NWDS CE version. However I got error when generating web service client from the wsdl of the ID web service. Only the BusinessComponentService passed the ws client genertion, the rest web services do not work.
    The error I got:
    IWAB0399E Error in generating Java from WSDL:  java.lang.NullPointerException
        java.lang.NullPointerException
        at org.apache.axis.wsdl.toJava.JavaInterfaceWriter.writeOperation(JavaInterfaceWriter.java:126)
    Anybody has experience with ID API?
    Thanks
    Jayson

    HI Jayson,
    you can also request the web service directly.
    For example, you could create a local xml file with the values you want to pass to the web service and configure a file 2 soap scenario within XI itself.
    You can create interfaces for each available web service.
    You could call this scenario "ID objects generator" or something and save the .tpz for the repository objects of this scenario, since you could reuse it in other projects.
    Other than that, in Teched '08, Bill Li showed a lot of proxies developed over Java to consume the ID API web services, and they all seemed to work ok. However I do think he used NW Developers Studio 7.0 (2004s), not CE.
    I'd raise an OSS msg with SAP in order to check the problem you're getting.
    Regards,
    Henrique.

  • How to increase the web session time out for FDM While data uploading.

    I have very large data files of Balance Sheet and Profit & Loss. These are taking very long time while being loaded through FDM. Kindly let me know of the following:
    1 - How can I increase the time for "web session time out" in FDM; and
    2 - What is the standard data loading time, e.g. how much time should it ideally take for approximately 1,000 lines to be load in Hyperion.
    Regards
    Amjad
    Edited by: ar_aff on Sep 12, 2011 8:30 AM

    You supposedly feed it a (undocumented) parameter, -rxidletimeout, with the time in seconds, at startup.
    app.serverSettings.sessionTimeout will report back whatever value you fed it. However, in my experience so far, the timeout is somewhere around 30 seconds no matter what value you feed it. I might be doing something wrong.
    I currently have a ticket open with Adobe support about this very issue, but it's slow going. I'll try to update you with whatever I find out.
    I'd love to hear whether anyone else has this working.
    Jeff

  • CRM WEB UI - Time out Pop-up

    Dear All,
    We have a business requirement to monitor and optimize the CRM WEB UI timeout and other related issues.
    I would like to have time-out pop-up for the call center agents  and hence they could better manage the sessions .
    This will avoid loosing the valuable customer data for the session and so on.
    We are now working on the following threads with CRM Technical folks.
    Please share your experience or the detailed steps if you had implemented already.
    SAP  note 1877120 - CRM-IC: session timeout issue with CRM 7 EHP1 and higher
    Also , have a look http://scn.sap.com/community/crm/webclient-ui-framework/blog/2012/05/17/session-time-out-warning-message-on-ui
    2092893 - Session Time Out Notification
    Regards
    Venkat

    Hello Venkat,
    For business roles of type IC Webclient, you have to implement SAP Note 1877120. Don't forget to update your view layout in your custom enhancement if you have enhanced CRMCMP_IC_FRAME/HiddenView.
    After implementation of 1887120, also implement 1977631 and 1955366.
    Best Regards,
    Sigrid

  • PL/SQL Web Service.  Out Parameters are included in Request.

    I am using JDEVELOPER 11.1.1.3.0. I generated a web service from PL/SQL successfully.
    When the web service is generated and deployed (Deployed to the IntegratedWeblogicServer) it wants the output parameters to be included with the request.
    Here is an example of my wsdl.
    <wsdl:message name="AMP_WS_getCustomerDetails">
    <wsdl:part name="pGuid" type="xsd:string"/>
    <wsdl:part name="pCustName_out" type="xsd:string"/>
    <wsdl:part name="pCustomerId_out" type="xsd:decimal"/>
    <wsdl:part name="pStatus_out" type="xsd:decimal"/>
    <wsdl:part name="pMessage_out" type="xsd:string"/>
    </wsdl:message>
    <wsdl:message name="AMP_WS_getCustomerDetailsResponse">
    <wsdl:part name="pCustName_out" type="xsd:string"/>
    <wsdl:part name="pCustomerId_out" type="xsd:decimal"/>
    <wsdl:part name="pStatus_out" type="xsd:decimal"/>
    <wsdl:part name="pMessage_out" type="xsd:string"/>
    </wsdl:message>
    In the AMP_WS_getCustomerDetails I am not expecting pCustName_out, pCustomerId_out, pStatus_out, or pMessage_out to be included. They are out parameters in the pl/sql.
    Has anyone else run into this?
    Thanks for any help.

    Parameters relate to procedures. Web Services require XML messages.
    Where are the parameters coming from? You cannot pass a dynamic number of parameters into a procedure, but you can pass a structured type as a parameter which can contain multiple values, whether that is an array/collection type or an XML document itself.
    Just package up the values into the XML and pass it to the web service.
    If this doesn't answer your question, please post more information, with some example data and code. Read the FAQ: {message:id=9360002}

  • Issue in creating sales order using process_header API (web service)

    Hi All,
    I am trying to create sales order header using web service call to OE_ORDER_PUB.Process_header API.
    When I pass the inputs and test the service,I get output with return_status='S'. But no record falls at the OE_ORDER_HEADER_ALL table.
    I cant identify where the problem is.Is there any commit missing? Pls help me resolve this issue.
    Thanks,
    Vinoth

    Hi All,
    I am trying to create sales order header using web service call to OE_ORDER_PUB.Process_header API.
    When I pass the inputs and test the service,I get output with return_status='S'. But no record falls at the OE_ORDER_HEADER_ALL table.
    I cant identify where the problem is.Is there any commit missing? Pls help me resolve this issue.
    Thanks,
    Vinoth

  • Parameters of Collaboration Suite API Web Services

    I wish to use the OCS API by invoking directly Web Services such as
    FileManager.wsdl, UserManager.wsdl etc from BPEL process.
    For example, when I use Java API I write
          NamedValue[] properties = RLM.login (username, password, null, null);but how can I pass those null's as parameters of Web Service when invoking
    RemoteLoginManager.wsdl directly ?
    Operation "login" requires 4 parameters:
    <wsdl:message name="loginRequest">
      <wsdl:part name="username" type="soapenc:string" />
      <wsdl:part name="password" type="soapenc:string" />
      <wsdl:part name="options" type="impl:ArrayOfNamedValue" />
      <wsdl:part name="userAttributes" type="impl:ArrayOfAttributeRequest" />
    </wsdl:message>When I assign only username and password (and do not assign other 2 parameters)
    a runtime error occurs...
    Another example.
    When I want to create folder I write:
         NamedValue[] folderDef = newNamedValueArray (
         new Object[][]
              { Attributes.NAME,          folderName   },
              { Attributes.DESCRIPTION,     folderDesc   }
         Item folder = FM.createFolder (workspace.getId(), folderDef, null);But how can I pass that array of arrays "folderDef" as a Web Service parameter
    when invoking FileManager.wsdl directly from BPEL process ?
    Will you show me example, please ?
    Message was edited by:
    Z-User

    I was also looking for something like this..I did not get any response.
    Did you tried to add bpel:exec ? you can call OCS api in the java blockc within BPEL. I am using this and creating folder from BPEL.

  • Aironet 1100 series web interface times out after few mins of inactivity

    Hello,
    I just upgraded an Aironet 1121G access point to IOS software version 12.3(8)JEC2 (file name: c1100-k9w7-tar.123-8.JEC2). I noticed that the HTTP web interface now times out after an inactivity of just a few minutes (dont have an exact number, but it times out between 2-4 mins of inactivity). Can this timeout period be changed..!? How? This wasnt happenning on the previous software version: 12.3(8)JEB1.
    Also, where can I find the online help files for the latest Cisco IOS software? I cant seem to find it on the Cisco website!
    Thanks much for all your help.. really appreciate it.

    Does anyone have any idea on this..!? Its terrible having to login every couple of mins..!
    Thanks :)

  • JPublisher error in web service call out with XMLType parameters

    Hi,
    We need to create a call to a document/literal web service from PL/SQL.
    I've followed Note 555656.1 of Metalink (step by step and several times) to create it with JPublisher and it works for rpc/encoded but not for document/literal. In this case, when using XMLType elements I get the following error:
    "ORA-00932: inconsistent datatypes: expected IN Conversion failed
    ORA-06512: at line 6"
    Oracle DB is 9.2.0.5
    oc4j_extended is 10.1.2
    JPub is 10.1.0.3.0
    dbws-callout-utility 10.1.2
    Can anybody help us?

    Hi,
    I had same error and then implement your solution. But I get invalid xml error (I have header and body tags)
    How can you remove Envelope tag?

  • OVM services time out while starting

    OS: Oracle Linux 6.1 x64
    OVM manager services fail to startup with the following message:
    [root@pluto ~]# service ovmm restart
    Stopping Oracle VM Manager                                 [  OK  ]
    Starting Oracle VM Manager Time out...
    Contents of the AdminServer.log are as follows (Last few lines of error):
    ####<Sep 16, 2013 1:52:19 PM WST> <Info> <Common> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Def
    ault (self-tuning)'> <<WLS Kernel>> <> <> <1379310739976> <WL-000628> <Created "1" resources for pool "OVMDS", out of which "0" are available and "1"
    are unavailable.>
    ####<Sep 16, 2013 1:58:18 PM WST> <Warning> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.De
    fault (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001129> <Received exception while creating connection for pool "OVMDS": IO Error: The N
    etwork Adapter could not establish the connection>
    ####<Sep 16, 2013 1:58:18 PM WST> <Info> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Defau
    lt (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:443)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
            at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
            at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: oracle.net.ns.NetException: The Network Adapter could not establish the connection
            at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:381)
            at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:426)
            at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:710)
            at oracle.net.ns.NSProtocol.connect(NSProtocol.java:256)
            at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1176)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:318)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
            at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
            at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.net.ConnectException: Connection refused
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
            at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
            at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
            at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
            at java.net.Socket.connect(Socket.java:529)
            at oracle.net.nt.MetricsEnabledSocket.connect(TcpNTAdapter.java:619)
            at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:164)
            at oracle.net.nt.ConnOption.connect(ConnOption.java:134)
            at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:357)
            at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:426)
            at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:710)
            at oracle.net.ns.NSProtocol.connect(NSProtocol.java:256)
            at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1176)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:318)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
            at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
            at oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
            at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:477)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.recreateDeadResources(ResourcePoolImpl.java:2087)
            at weblogic.common.resourcepool.ResourcePoolImpl.access$1900(ResourcePoolImpl.java:41)
            at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2706)
            at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Sep 16, 2013 1:58:19 PM WST> <Info> <Common> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Def
    ault (self-tuning)'> <<WLS Kernel>> <> <> <1379311099973> <WL-000628> <Created "1" resources for pool "OVMDS", out of which "0" are available and "1"
    are unavailable.>
    Please advise. Thanks

    Hi,
    is Oracle VM Manager istalled like VM in VirtualBox or in physical server ?
    you have a problem (error) with the Network adapter
    ault (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001129> <Received exception while creating connection for pool "OVMDS": IO Error: The Network Adapter could not establish the connection>
    ####<Sep 16, 2013 1:58:18 PM WST> <Info> <JDBC> <pluto.int.lansen.com.au> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Defau
    lt (self-tuning)'> <<WLS Kernel>> <> <> <1379311098971> <WL-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
    and
    Caused By: java.net.ConnectException: Connection refused
    verify with your network configuration
    lokk at this URL, if you are using VirtualBox
    I hope this can help you
    Best Regards

  • XAMMP, APIs, WEB SERVICES, PROXY GENERATORS

    I have the following installed on my computer Dreamweaver CS4 localhost XAMPP with PHP5 & MYSQL I would like to use dreamweaver to connect to Web Service API's such as Google, Amazon etc. I would like to communicate to the API's with PHP5's SOAP. How do I configure the proxy generators in Dreamweaver? I have not got Coldfusion.

    Dreamweaver won't do it for you automatically. You need to write the code yourself. The Zend Framework makes it relatively easy to connect to a variety of services, such as Amazon. See: http://framework.zend.com/manual/en/zend.service.html. Requires a good understanding of PHP.

  • API/Web Service/CLI

    Does VIN have a CLI, Web Service or API to interact with, and schedule or automate tasks ?

    VIN does not have an officially supported API.
    But there are unofficial ways to interact with VIN, see William Lam blog post on the subject -
    http://www.virtuallyghetto.com/2012/11/extracting-information-from-vin-vsphere_6.html

  • Java API (web services) for  exportMetadata and importMetadata

    We ususally use WLST command : exportMetadata and importMetadata to export/import MDS. is there any corresponding web services or Java API avalaible for the similar purpose?
    Thanks

    Hi,
    U can expose a EJB or a java class as a webservice in webdynpro and u can use it in webdynpro directly and if u want to use it through Portal u need to create proxies and do it.
    U can go through this weblog which helps u in creating a Bean as a webservice.
    /people/sap.user72/blog/2005/09/15/creating-a-web-service-and-consuming-it-in-web-dynpro
      And u can expose the services created in XI also as webservices.
    Regards,
    Sirisha.

  • SAAJ API Web Services With Attachments

    I have developed a Web Service and it is running successfully. Now I want to pass attachments to it in the form of SOAP Messages (using SAAJ API). I saw several examples on the web of how to create a request with a SOAP Message and include attachments/body parts in it. But what I cannot understand is how to recieve this message in my web service. I came across an example which used a servlet to recieve the message but I cannot understand how a servlet can be fitted between the web service and the request. I am new to Web Services in Java and would appreciate any help. A detailed tutorial would be great as to how to implement SOAPMessages receiver. I am using Eclipse with Tomcat.

    hi berta,
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/ea656273b74cf386a1f29fc55721fd/frameset.htm
    HTTP error 406 when consuming a Web Service with attachment
    let me know u need any further info
    bvr

Maybe you are looking for

  • HP C4280 All-in-one... scanner doesn't work

    The scanner worked fine when we got the printer several months ago. Now when I try to scan, I'm prompted by the printer to connect a USB cable. The problem is that the USB cable is connected already. I'm sure this is a driver issue, but I couldn't fi

  • Is Verizon OK w/ losing feature phone customers to the HTC Freestyle?

    Is Verizon OK with losing customers to the HTC Freestyle? This phone is by far the best feature phone available among all the service providers. Does Verizon plan to compete at this level of feature phones? Or are the customers who would buy into thi

  • EA1 - Can't edit object view

    If I want to edit an object view in the 'Edit view pop up' I get an error after the click on 'Ok'. Error(s) parsing SQL: Unexpected token near *!* in the following: ,cast(multiset(select id,product_name,obtained from orderdetails where order_id = o.i

  • Adobe Ideas – Sync Process: Awaiting Connection

    I've seen many issues with Adobe Ideas and it having syncing problems, but I can't find an actual answer other than "servers were messing up, better now," and people saying that helped. I'm running Adobe Ideas on an iPad 2 Wi-Fi, running iOS 7.1.2. W

  • Problem run emca -config dbcontrol db -repos create

    when tried to run emca -config dbcontrol db -repos create i choose oracle database SID: ORCL but when i write DBSNMP user pass: it shows me Invalid password. When i have tried to login in sqlplus with the same user: DBSNMP and my password it login me