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 gkittelson 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. hundel

    SDK Browse By Customer Optional Field

    DjangMan, your example was of great use to me. If you look, you'll see that Accpac opens a second view of AR0400 customer optional fields and does not compose it with the customer header records. That view can be browsed without issuing a customer ID. Works like a charm!
  2. hundel

    SDK Browse By Customer Optional Field

    That's very helpful and gives me confidence this will work. I'll take a careful look at what's different in my browse, fetch, etc. I'm using C# so the syntax is a bit different for the quote wraps but it should be equivalent. Thanks again.
  3. hundel

    SDK Browse By Customer Optional Field

    Thanks for the assistance DjangMan. Unfortunately, the where clause you recommend returned no results. The OPTFIELD and VALIFBOOL syntax appears to be working since I can control the result in code example 1 (above) by unchecking my enabled optional field in the Accpac UI. To me, that seems...
  4. hundel

    SDK Browse By Customer Optional Field

    Understood, and originally I thought view composition would allow me to relate the two. However, I am not even able to browse the optional fields with just those entries in the where clause. To be crystal clear, the following browse gives a single fetch result with the enabled value...
  5. hundel

    SDK Browse By Customer Optional Field

    Thanks for your reply. ARCUSTOMER1detail above does in fact refer to AR0400, so I thought I was following suggestion 1. Can you point to what I'm doing wrong there? I can provide a few more lines from the code if tha thelps.
  6. hundel

    SDK Browse By Customer Optional Field

    We've added a boolean optional field to the customer record (AR0400) in Accpac 5.6 and would like to browse customer records (AR0024) where the optional field "ENABLED" is True. I can search for records that have the optional field set to true via the finder in Accpac, but the browse criteria...
  7. hundel

    Tomcat Won't Start on Linux

    Apparently, it is related to the latest kernel patchset. We're going to upgrade a working server to that patchset and confirm. If that's the case, we're going to have to do a lot of testing to confirm 2.4.1 is a stable threading model for Tomcat on our version of Linux. We have been through...
  8. hundel

    Tomcat Won't Start on Linux

    LD_ASSUME_KERNEL=2.4.1 works like a charm, but Tomcat documentation prescribes that for Redhat Linux 9.
  9. hundel

    Tomcat Won't Start on Linux

    Red Hat Enterprise Linux ES release 3 (Taroon Update 3) Linux webforms05 2.4.21-20.ELsmp #1 SMP Wed Aug 18 20:46:40 EDT 2004 i686 i686 i386 GNU/Linux
  10. hundel

    Tomcat Won't Start on Linux

    sedj - Sadly, this occured first on Tomcat 5.0. Upgrade to 5.5 was our first attempt to resolve the issue. Also, other Linux servers can successfully run this configuration. They seem to have a slightly different Linux patchset.
  11. hundel

    Tomcat Won't Start on Linux

    Thanks sedj - We're specifying -Xmx much higher than 256m, but from my reading online, "unable to create new native thread" is not really related to heap size. There's a good amount of detail online regarding how Linux upgraded their threading model, causing java's monitor to stop letting new...
  12. hundel

    Tomcat Won't Start on Linux

    When starting an empty/basic standalone Tomcat 5.5 on Linux kernel 2.4.1, GLIBC 2.3, with Java 1.5.0 and LD_ASSUME_KERNEL=2.2.5 we receive the following exception. Removing LD_ASSUME_KERNEL resolves the problem, but the release notes specify it, and we've heard the server could lock up without...
  13. hundel

    N2 With Length 1?

    As I understand it, one should pad the left side with zeros until the precision is reached, resulting in: 0 .01 .01
  14. hundel

    N2 With Length 1?

    Is an N2 with a length of 1 valid EDI? If so, what is the value of the following N2 transmissions? 0 1 01 Thanks in advance!
  15. hundel

    Basic Authentication From Client Javascript

    I'd like to set header fields on a browser request. This would allow me to satisfy basic authentication requirements (user-pass). This can be done from DotNet and from Java clients easily, but I'd like to avoid a download. Does client-side JavaScript offer access to the request header?

Part and Inventory Search

Back
Top