Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sbattina

    y Axis in IQ Administrator

    stop egate. delete IQ directories of your schema.
  2. sbattina

    EGate vs. Oracle.... the select saga

    why don't you make the payload node a repeating node and assign the values for each record. After the while loop publish the that single event.
  3. sbattina

    connector.class not declared

    Probably you have created the etd using DBWizard and used it in your collaboraton rule, but forgot to map that instance in the collaboration to subscribe from a connector.
  4. sbattina

    Problem in getting JMS connection

    Check the following: IQManager is starting and staying up. If not the problem might be the port number. The port number is being used by another process. change the port number and try again. If the IQManager is OK, then check the connection properties, mainly host name, server name and port...
  5. sbattina

    problem with eventSendToEgate() in processOutgoing(byte outEvent[])

    Instead of this: EGate.eventSendToEgate(etdReply.rawInput()); Try this: EGate.eventSendToEgate(etdReply.marshal());
  6. sbattina

    E*gate book

    You won't be able to find any books on egate at bookstores. All the documentation comes with egate software as PDF files. That should be enough to start with.
  7. sbattina

    help on error: SSC-EXCEPT:0036: RESOLVE_VARIABLE:

    You can't delete the event from collaboration, but you can mark it as read by returning true from the collaboration
  8. sbattina

    eWay Scheduling

    You don't need any special connection to do this. Here is a sample code to shutdown a eway. // Set the parameters. May be you can read them from database String registryHost = "localhost"; String schema = "MyTestSchema"; String...
  9. sbattina

    help on error: SSC-EXCEPT:0036: RESOLVE_VARIABLE:

    have you cleared the old event from IQ? That might be causing the problem.
  10. sbattina

    TCPIP eway

    It works. Check your outbound file eway config, verify AllowOutgoing value is set to true in general settings.
  11. sbattina

    eWay Scheduling

    After pulling all data, shutdown the eway programmatically. EGate.shutdownRequest();
  12. sbattina

    Monk coding documentation

    check client\docs\monk_reference.pdf in egate installation directory
  13. sbattina

    Unable to create Jintegra JVM object on Windows XP

    Check whether jintegra service is running or not in the window services

Part and Inventory Search

Back
Top