Jump to content

AndreasG

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by AndreasG

  1. I downloaded the demo plugin and opened up the Sample Client. I entered an account and tried to connect to our email server running on an OSX server. The email server is Dovecot. I could not get it to connect: The error above was the only thing I was getting. I tried with and without SSL and a variety of ports and both IMAP och POP3. The only thing resulting in a slightly different response was connecting on port 110 with no SSL: Still nothing is being fetched and I am getting nowhere. I can't find any information on which login methods is supported by the plugin. We are currently using Dacons Mailit and it's working "OK". I'd like to evaluate the 360Works pugin, but so far I can't even get it to work.
  2. I tried this in FileMaker 14 again and it works. The improved memory handling and 64-bit support seems to have resolved this issue.
  3. The file it imports to is pretty much empty. It has a couple os minor translation tables that relates to a few fields, but overall there is very little to no data in the database when the XML file is being imported. It's sort of a stop on the way before the data is imported to the real database. Can't find that many good tools for splitting XML that can handle files of this size . Even less that can do it in OS X. :-( I should say I've trie XSLT, but xsltproc only supports XSLT 1.0 och the remaining tools all crash from the stupid amount of data that is input into them from the files.
  4. When I try to import a rather large XML file I get a rather unhelpful error message (see attachment). The file in question is about 860MB and contains about 100 000 records in an XML ONIX format. Working with books this is not unusual. The error message in question is very poor though so it's nearly impossible to find what is not working. ONIX records grows and this file stopped working after it reached a certain size. I do believe all records are fine and properly formated, but FileMaker doesn't seem capable of handling such a large file. To me it almost seems like it runs out of memory? Is there anyway to circumvent this? Software: FileMaker 13, OS X 10.10.3, iMac 27" (late 2013), 8GB memory.Â
  5. Hi, We have a setup where we download and import and XML files with bibliographic data every night of the week. On Monday to Saturday we imports the daily change files, while on Sundays we import the entire database to make sure we haven't missed anything during the week. The entire database is approximately 600MB and contains about 250 000 records. This import has been working just fine up until we upgraded to FileMaker 12. Now it just gives me a blank error message. There is a yellow triangle with ! inside and no text. This has to be the least helpful error message I've come across so far. It doesn't matter if I try this manually or do it via script. Same error. The daily updates run just fine, but the big file just won't work. I am going to try and import it on a different computer to see if the error is replicated there. Some specs: Core i7 /w 16GB RAM OS X 10.8.3 FileMaker Pro 12 EDIT: Reboot have helped on occasion, but the error returns randomly.
  6. Hi there, Been searching high and low for an answer but can't find one. Running FMP11 and have set up a product database consisting of two tables related via a number field; the article number. The first table holds all of the information about the item, the second table only holds information about the name of the supplier, the price and stock. The value list is set up as a related value list showing only the values (names) from table 2 (the supplier table). I've created a drop-down list in the supplier field of table 1, and it lists all suppliers found in table 2 perfectly fine. However, clicking any of the values in the list results in nothing. The value doesn't change. A Menu button has the same effect. There is no change in the value. I know this worked for me earlier, but somewhere along the way I seem to have "broken" it. The article number fields are both numerical and indexed. Any suggestions? EDIT: After reading the text in the window when setting up the related value list it seems only values appearing in table 1 are selectable. Now I need to find an alternate way of doing this. EDIT2: Solved it. I had chosen to use a more complicated approach than necessary. I simply used the Table 2 supplier name in the value list as the primary field and then selected only to show values with relations to table 1. Voila!
  7. Hi, I'm trying to set up an automatic download to field and processing of an electronic ordering process. When I tested it on our own server with mock files and everything, it worked fine. However, when I connect to our clients FTP FTPeek returns an empty file list through FTPeek_GetFileList. I am in the right directory. I tried connecting with the sample client to verify the problem and the client also showed an empty directoy. I get no error from GetLastError. The folder is a virtual folder set up by the client to be seen through the FTP. FileZilla on the other hand sees the files as they are and I can download them as files. I don't want to though. The log looks like this: 2012-jan-25 16:22:59 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_ConnectFTP on thread AWT-AppKit === 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel connect INFO: Connected to server btsftpi01.wm.net 2012-jan-25 16:23:00 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_GetFileList on thread AWT-AppKit =$ 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel getFileList INFO: Getting FTP file list from specified directory 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel getFileList INFO: pwd: /ftp/laromedia 2012-jan-25 16:23:00 com.prosc.ftpeek.GenericFTPModel dirDetails INFO: dirPath used for getting files:/ftp/laromedia 2012-jan-25 16:23:01 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_LastError on thread AWT-AppKit === 2012-jan-25 16:23:01 com.prosc.fmkit.PluginBridge$3 run KONFIG: === Executing plugin function FTPeek_Disconnect on thread AWT-AppKit === 2012-jan-25 16:23:01 com.prosc.ftpeek.GenericFTPModel disconnect INFO: Disconnected from server btsftpi01.wm.net It doesn't really tell me that much. Help?
×
×
  • Create New...

Important Information

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