Jump to content

magnusk

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by magnusk

  1. Thanks! It is not mentioned in the documentation that also subfolders are included. You could mention it there so we know what to expect from the function, especially when it is changed.
  2. In version 1.67 on FM14 i get unexpected result of ScanLocalDirectory. As result I get all subfolders and files within subfolders. Using Windows 7 enterprise, 64 bit, and also on Windows Server 2012 R2. Using FM13 and version 1.642 I only get files within the chosen folder, no subfolders or files from subfolders. Bug or feature?
  3. Trying to download a file to local folder I get an error: javaLang InternalErri: couldn't create comonent peer. I get an empty file as result of the download. FMPA 11.0v3 running on Windows 2003 Server SP 2.
  4. An external user is trying to import data to a non-FileMaker database getting data through a xml-query. http://user:pw@host:port/fmi/xml/fmresultset.xml?-db=database&-lay=layout&field=content&-find When trying against our development server (Win2003/FMSA9) it worked fine. We made exactly the same fields/accounts/layouts at a customers server (Mac OS10.?/FMSA8). The difference we get in the requests is the path to fmresultset.dtd. From our development server the path is http://host:port/fmi/xml/fmresultset.dtd. From customer server we get only /fmi/xml/fmresultset.dtd. Hence it is not possible to import data at third party. Any suggestions?
  5. Thanks! I will try to get it approved by the hardware guys. I if just was allowed to do it myself......
  6. A client have FMS 8.04 on one server running Win Server 2003 SP1 and FMSA 8.04 on another server running Win 2003 Server SP2. We have a problem with stability and are hunting for the reason. Documentation says SP1. Are there any known issues with SP2?
  7. Is it possible to make a XML-query where I find numbers greater than or less than a number or date? http://server/fmi/xml/fmresultset.xml?-db=database&-lay=layout&ID>132&-find
  8. I have tried adding in import-stylesheet with no success. The XML-file come to me. I can not make changes and the company sending them don't want to either. Maybe I changed the encoding saving the xml-file as text? Trying to open the original xml-file in Firefox UTF-8 is chosen, I can not change, but the characters are shown badly.
  9. I have already tried without success so I guess that I don't get it right. I attach files. If you should have time to look I would be very glad! 0000369475.txt import.txt
  10. I am trying to import xml-data coming to me in ISO-8859-1 format. I have problem importing files when: - content of a field include i.e. "&". Can not open the file at all - content of fields include Swedish characters "å, ä ,ö". Can open but don't import the characters correct. A file can look like: <?xml version='1.0' encoding='ISO-8859-1'?> 2006-10-26 10:41:46 vartannat lysrör lyser i skärmtaket 1491060 BELYSNINGSSYSTEM (EX, UNDER SKÃRMTAK; ANNAN SS BELYSNING)
  11. magnusk

    upload files

    Any idea about how to upload a file using cwp, preferrably to a containerfield, else to a directory on the webserver.
  12. I receive xml-files which I extract and make records in a FileMaker database. My problem is that files come to me in iso-8859-1 giving me trouble with some charachters. My lasso file do: - read incoming files to variable - extract first file to variable (xml_extract) - loop through variable setting datas to array What command to use and where should it be applied?
  13. Problem solved: par[@name='AI'] was the key!
  14. I have figured out how to loop to get data with same tag in one field: ; This way my result in FM files AI = data; data1 ... It works when tags look like text not with my tags data Any suggestions??
  15. I am trying to make a xslt stylesheet to import xml data where the amount of data is different each time. Data for a Filemaker field can be 0 -> unlimited times in different xml files. Ex 1) data1 data3 Ex 2) data data1 data2 Anyone have a hint how to do?
  16. Yes, of course I mean GB not MB. cache was set to 128 only, cwp is not session based. The server has 2 Xeon 3.4 Ghz HT processors (4 virtual)
  17. We have 4Mb RAM, Windows Server 2003 Standard Edition. FileMaker Server/FMSA 8 and WPE upgraded two weeks ago. FMS 8.04, WPE (8.0.4.36). Web was down once before the last update. Noe 4 times the last two weeks. The workload is higher now as we are closing up to "The event".
  18. On a webserver running a site of XSL-files the WPE services has stopped a couple of times now whe load is increasing. The apache-logs ends with: ----- Root Cause ----- java.lang.OutOfMemoryError Last updates of FMS/FMSA has been installed. The server runs as both FileMaker and webserver.
  19. magnusk

    sort function

    We have lists that are sorted, nothing strange. Works perfectly on the test server. But on the "real" server it the sort function works at times, but at times it does not. The records displayed are correct, but not sorted. (i.e. yesterday afternoon). This morning it worked perfectly, but now the lists are not sorted. Any suggestion about where to search. FM server? FMSA console?
  20. Anyone know how to check that fields are not empty when submitting a form. When searching via a form and not entering a value, you will find all records. I want people to search for two different values where both has to be correct to find their record. So far everything ok exept for when they leave one of the fields empty, then they will find it anyway.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.