360 Works General Support
general question for product & service support.
Subforums
-
Visit 360 Works
- 27,542 visits to this link
571 topics in this forum
-
I have had 2 transactions that come back with the error "Declined: 15005" - which means the transaction is declined by the card issuer. This is a card not present, simple transaction so the only info being passed is the cardholder name, credit card number, expiration date, verification code and card type. Both customers called their banks and the transaction is being declined in one case because the address doesn't match and the other because the zip code didn't match. This makes no sense because that info is not even being passed in the transaction. Both cards that gave the 15005 error were ran via ICVerify outside of FM and they were immediately approved. Any idea why P…
-
- 0 replies
- 2.3k views
-
-
I would like to use 360works Plastic 2 to integrate payments to my solution. I have a terminal and test cards for testing and the Gateway's support (Moneris) told me I had to initialize it from my software. Is there a way to initialize the terminal with Plastic 2 ?
-
- 0 replies
- 1.4k views
-
-
I have a customer that has provided an Excel template that they want us to use to submit our quotes to them. They have strict formatting of cell borders that they do not want us to modify. Can I prevent Scribe from erasing Excel cell border formatting?
-
- 4 replies
- 1.5k views
-
-
Am I able to install and activate Scribe licenses via a script? Thanks.
-
- 5 replies
- 1.6k views
-
-
Problem: When using the function ScribeDocSubstitute it does not replace the text. It instead replaces it to be blank. Versions: FM Server: Version 13 FM Pro: Version 14 Other info: I have developed in FM Version 13, which the function works in that version with an earlier version of Scribe. In testing in FM 14 with Scribe 2.15 the words end up blank. My OS is Mac OSX 10 (Yosemite), and the other person I am developing for has FM 14 on a Mac with Scribe 2.15. I have used Java 8 and then downgraded to Java 6, but there doesn't seem to be a difference.
-
- 3 replies
- 1.6k views
-
-
Authorize.net is discontinuing support for HTTP-GET commands and moving exclusively to support only HTTP-POST commands. These are the internal commands sent by the Plastic plug-in to Authorize.net The deadline is 7-30-2016. Any credit card transactions after that using GET command will be declined. Does 360 Works Plastic currently use POST or GET commands? If not, will there be an update soon? Will we need to upgrade or will there be an free update? Thank you
-
- 1 reply
- 1k views
-
-
I'm not sure what I'm doing wrong but when I check the version of the RemoteScripter 1.82 plugin from WebDirect client browser, I get the "?". The FMSA15 is installed on OSX El Capitan, inside FileMaker Server/Web Publishing/Publishing-Engine/wpc/Plugins. Restarted the server. I wrote a script that registers the plugin and I invoke the registration from the WebDirect client browser. And what I get is "?" from Version, Error or License Info check. Can someone help me? THanks.
-
- 2 replies
- 1.5k views
-
-
Hi everyone, I'm evaluating Cludmail, I've set up an AWS account and it's all working fine except for unsubscribe. For testing purpose I've follewed the unsubscribe link and filled the form to unsubscribe an email address. Now if I try to send a campaign to this email adress I don't receive any error massage and the mail is not delivered. If I remove the email address from AWS SES Suppression list the issue persist, while all the other emails works fine. Can you help me? Thanks in advance, regards
-
- 4 replies
- 1.4k views
-
-
Can't get Plastic to work. I have been provided with the following information by the person who set up the Payflo Pro account.I think there is some confusion about exactly how these terms should be used when running the script.Note that previously an authorization was run with valid result, with a result variable pnref containing the value as noted below.user, partner, vendor, password, endpoint(Values shown here are phony)user = thisUserpartner = PayPalvendor = thisVendor123password = thisPWD123endpoint = https://pilot-payflowpro.paypal.com/My script:Set Variable [ $gatewayName; “Payflo Pro”]Set Variable [ $gatewayResult ; CCSetGateway( $gatewayName )]Set Variable …
-
- 0 replies
- 1.2k views
-
-
I've got a utility file that I use for our credit card processing. This file uses the PSoS feature to run the credit cards on the server, that way I can use it with Go as well as Pro. The server is a Windows 2012 R2 running FileMaker Server 14.0v2 and Authorize.net is our gateway. I'm running into an issue where occasionally the server-script will return an error stating that it is running in Demo Mode. I have a script step to register plastic at the beginning of the script but we are still getting the error message. What's interesting is we run an Authorization and then Capture, with the script actually being called twice, and it's failing on the Capture. We'll…
-
- 0 replies
- 1.5k views
-
-
Hi, I have a little problem to run a Merge PDF with the new version of scriptmaster (4.42) and iText 5.5.5 on a Filemaker Pro 14.05 adv on windows 7. With this 4.32 version it works: https://dl.dropboxusercontent.com/u/30717534/M4.32.fmp12 However with this new version 4.42, the Merge PDF script fails: https://dl.dropboxusercontent.com/u/30717534/M4.42.fmp12 I have tried to get help on another forum, but unfortunately for the moment we didn't found the solution. We arrived at the conclusion that it must be something by my side, but I cannot figure out what is the problem, as I tried on 3 different computers. Could anybody try my files on a windows…
-
- 1 reply
- 2k views
-
-
Hello, I meet a problem with data's encoding. I use the 360 WORKS' pluggin with POSTXMLDATA, except that when I send data on Webservice , the strange that it returns ISO characters instead of utf-8. And nevertheless, I encode my HTTP in UTF-8 Content-Type:text/xml; charset=utf-8 Anybody has you he already met a solution to this problem?
-
- 1 reply
- 1.2k views
-
-
First of all, I'm not sure that "placeholder text" is the correct term for the MS Word object. I'm working with multiple MS Word documents from the state government. The content is locked but there seems to be placeholder text that I can tab through. The placeholder text is highlighted in gray and marked with an asterisk before and after the text (see image). I'm experiencing a couple of issues: 1. If I choose the text inside the asterisk, then the substitution works but it leaves the asterisks (see #1 in Scribe_New_doc). 2. When I choose "Amount", inside the asterisks, a NULL value is returned. I thought perhaps it would not accept numbers so I created…
-
- 6 replies
- 2.3k views
-
-
On the 360 works site, I saw this text from 2008: A third approach is through Java plugins. 360Works has created a C++ framework, using JNI (Java Native Interface), which allows FileMaker plugins to be written using Java. This is the ideal way to tap into Java's full power and scalability from FileMaker Pro, because it lets you as the programmer make direct calls to Java code straight from the FileMaker calculation engine. ----- Is there a way to write FileMaker Plug-ins directly in Java? I've not seen this. If so, how much does this cost (one time, recurring)? Thanks, - m
-
-
- 1 reply
- 1k views
-
-
Hello, I'm preparing to create a beginning plug-in using the FM Plug-in API and related. However, I understand, as an attractive alternative to Java devs, you offer a Java type library where I could write arbitrary Java code, not necessarily related to your own plug-ins, and then create a FM plugin directly from that. Is that correct? Since the "price" is always a consideration, it would be useful to know how much your Java --> FileMaker library costs both up front and on going (that is, yearly). And, any documentation you could send me a link to would be appreciated. Thanks, - m
-
- 6 replies
- 1.4k views
-
-
Hello I'm with Scribe 2.15 and try to insert image in docx document i've this message : java.lang.OutOfMemoryError: Java heap space What is the max for a jpeg ? Tks
-
- 2 replies
- 1.4k views
-
-
An error occurred: java.lang.IllegalStateException: FileMaker called plugin on thread: Thread[main,5,main]; but plugin is trying to call back to FileMaker on a different thread: Thread[AWT-EventQueue-0,6,main]. This is not allowed. I am not able to do any send from Email Plugin ( Demo Version ) . Recieve Email is working ! Please help
-
- 2 replies
- 1.4k views
-
-
How we can send email with attachment while sending through 360 email plugin . Need any script for this. Thanks
-
- 1 reply
- 1.4k views
-
-
I am using 360Works Plastic with Filemaker Pro Advanced 14 on Windows 10. The gateway is FirstData and I have the following fields set: Gateway Name (FirstData); Gateway Alias (FirstData); Merchant Account Name (our FirstData username, but also tried with our FirstData storename) & Merchant Account Password (our password); TestMode (tried checked & unchecked). When I attempt to run any kind of transaction, I get the response: "An error occurred while initializing the client-side certificate settings" And the Result Code: "java.lang.NullPointerException" Any help would be appreciated. Thanks in advance!
-
- 0 replies
- 1.3k views
-
-
May I suggest dear people at 360 Works, that if you want potentiel clients to try out Cloumail you should develop some specific aids to configuring Amazon AWS. I have spent a hours trying to do so an just gave up not finding adequate documentation of how to set things up. The guide at http://docs.360works.com/index.php/Amazon_Web_Services_Production_Mode_for_CloudMail is insufficient.
-
- 1 reply
- 1.4k views
-
-
What I would like to do is use a field as the body for my message. I have it working using the calculation below but I would like to be able to call fields within those fields. As an example in my Staff::Email Message HTML field I'd like to say Staff::First Name to insert their first name. Is there any way this can be done? It always seems to just insert Staff::First Name into the body of my message even if I surround it with quotes and use proper scripting language. Thanks! Jon CMQueueMessage( Staff::Email Message HTML; Staff::Email Message Text; Staff::Email Subject; (Staff::Email From); Staff::Email Subject) = "ERROR"
-
- 1 reply
- 1.3k views
-
-
I am in the middle of a contract a this moment and I've started to get this message. Java.io.filenotfoundException: Directory /Volumes/Data/10 could not be created because the parent directory /Volumes/Data is not writeable. I have been doing this for the last two weeks and never had any issues. I rely quite extensively on scriptmaster functions. Unfortunately, nothing works anymore, I have to do everything manually. The parent disk is writetable and I have been creating folder all along. I did not change anything to my environment. Would someone's experienced this problem ? MANY THANKS! Daniel
-
- 2 replies
- 1.8k views
-
-
Bonjour, I have a customer who would like to us the PayPal Payment Pro instead of PayPal PayFlow Pro. We are wandering if the Plastic 2 FileMaker plugin is compatible with the service PayPal Payment Pro. Thanks.
-
- 2 replies
- 2.1k views
-
-
It appears that 360Works plugins like to write a lot of data to the stderr log in FileMaker. As such this log grows considerably when frequently running server side scripts that call 360works plugins. I'm running a Mac 10.9.5 machine (OS X Client) with FIleMaker Server 13 installed. I'm trying to add the stderr log to newsyslog conf file so that the log file will be automatically trimmed. The problem I'm having is that the newsyslog throws a permission error when trying to access log files located inside of the /Library/FileMaker Server/ directory. FileMaker sets these permissions as fmserver:fmsadmin for items in these folders. I've tried adding ACLs for t…
-
- 4 replies
- 2k views
-
-
Hi, I'm using the RemoteScripter Demo and the plugin example (FileMaker Pro Advanced 11 / Mac OS 10.6.8 / Firewall off for good measure!). The "IWP_Generate PDF" script appears to be working properly as it produces the PDF and (optionally) emails a copy to myself when run from inside FileMaker. The plugin appears to be working correctly as when I navigate to http://localhost:7244 the pdf is successfully created an emailed to the address I inputed in FileMaker. However when I attempt to generate the PDF using IWP, nothing happens and an error message is displayed at the top of the layout. When opening IWP the message reads "We are running in the Fil…
-
- 2 replies
- 1.8k views
-
-
I've seen the following issue with two forms. If the field in the PDF document that you want to replace has a parenthesis in it, ScribeDocWriteValue returns an error. For example, in the attached PDF, there's a form entitled, "A petition for an extension of time under 37CFR 1.136 (a)". I believe that the problem is that acrofields are delimited by using parentheses. The way to include a parenthesis in text is to using back slash ("\") before the parenthesis, but this doesn't work. Has anyone else experienced this issue and found a way around it? I'm about 99% certain that there is a bug in the plug-in at this point. PTOAIA31.pdf
-
- 2 replies
- 1.6k views
-
-
Hello everyone, Trying to solve an issue with some WebDirect errors here. Essentially, we've got a pretty simple set of four pie charts displaying some percentages. Nothing very complex at all. Locally, they display fine, but when viewed on WebDirect, sometimes the charts show ERROR, other times they work fine. Moving between records seems to reset or break them randomly. The same charts are not always broken/working on the same record. Not sure what might be going on here. Any thoughts? Thanks!
-
- 1 reply
- 1k views
-
-
Hi all, Installing 360's Plastic 2 plug-in for a client — one server, 8 clients on LAN only. They will be using VirutalMerchant's Converge platform for their gateway. I was wondering if anyone can recommend a card reader for regular and EMV chip cards? FMS14, FMP14 - all Mac OSX All feedback very much appreciated!
-
- 2 replies
- 1.9k views
-
-
I am using remotescripter to run a script in filemaker. Which works no problem there. What i want to do is bring Filemaker to the foreground also, So for instance say if im looking at emails, and the script is remotely triggered then I want windows to switch to Filemaker and not just run the script in the background and wait for me to click on filemaker. Filemaker will always be open. Any ideas Thanks
-
- 5 replies
- 2.2k views
-
-
If I use CCProfileCreatePayment to submit a credit card number and expiration date to Authorize.net and their token gets lost on my end, trying to re-submit the same card information returns an error saying that the card is a duplicate of an entry that already exists in the CIM... but doesn't give me the token for that entry such that I could run a charge against it, delete it, or update it. If I lose a token for a CIM record, how can I get it back or delete the CIM record?
-
- 2 replies
- 1.3k views
-
-
I need some help. We are currently going through an upgrade and have run into a bit of a problem. I'm running FMP 11, on Windows server 2012, with Java 8 build 60 and can not get the 360 Web Assistant plugin to load. It will load running FMP 14 in the same environment, however we are not yet ready to make the switch just yet.
-
- 1 reply
- 1.2k views
-
-
When opening FileMaker Pro Advanced 13 in OS X 10.10 (Yosemite), the application quits with the following error if ScriptMaster or SuperContainer are installed. The FileMaker website indicates that this is a plugin compatibility issue: http://help.filemaker.com/app/answers/detail/a_id/14038 Indeed, if I delete plugins from the Extensions folder, FileMaker opens without error, but as soon as a script step installs ScriptMaster or SuperContainer, FileMaker immediately quits with the same error as above. I can follow the instructions in the FileMaker support article to install Java SE 6, but I wanted to make sure I wasn't missing something. Since the Script…
-
- 9 replies
- 5.8k views
-
-
Scribe 2.0 plugin works for a few hours and then throws an error message that it is in (expired) demo mode (please buy a license). A valid license number is entered via startup script; the extension is within Library/Application Support/...FMP Advanced/14.0/Extensions running FMPA 14 / mac OS X 10.10 Any ideas appreciated. ----- The registration result string reads "1 360Works Scribe 2.0; Enabled Type: Workgroup License Licensed To: (our Company Name)"
-
- 1 reply
- 895 views
-
-
I'm a bit confused as to Scribe360 capability. I would like to append a pdf file in container1 with a pdf file in container2 to create a single pdf file. I see a lot of references in the instruction sheet for adding blank pages and new text and new images to a pdf file, and I have done this successfully. But I can't see any way to add (append) a pdf to a DocLoaded pdf. Is this beyond the plugin capability?
-
- 3 replies
- 2.3k views
-
-
Hi, I've set up a web service but when I call the one operation I get this error: <faultcode>SOAP-ENV:Server</faultcode> <faultstring>An error occurred while invoking the DATA2SC operation, Find criteria are empty</faultstring> The script that is called by the operation just creates a new record, no finds involved. No idea where to start looking for what the cause is ... Thanks for any insights.
-
-
- 6 replies
- 1.2k views
-
-
I set up a test account and was provided with an API LogIn ID and a Transaction Key. Using the "How to use Plastic". The default numbers in the I clicked on "Sale" it was successful. After entering the numbers provided by Authorize net I get: "3|2|13|(TESTMODE) The merchant login ID or password is invalid or the account is inactive.|000000|P|0|||4.24||auth_capture||||||||||||||||||||||||||0D2069AE34E05030A426AD3AB0DC01F3||||||||||||||||||||||||||||||" Using FileMaker Pro Advance 11 Plugin Version: 2.0868 (I know it is not current, but it worked with the default settings.) -Jeff
-
- 7 replies
- 2.8k views
-
-
Errror: "Wed Aug 19 02:25:03 PDT 2015: Offsite backup failed while getting list of remote files: org.jets3t.service.S3ServiceException: Encountered too many S3 Internal Server errors (6), aborting request." Went to web site, backed up manually, same error. -Jeff
-
- 0 replies
- 840 views
-
-
I am unable to manage my files through the webconsole for a safetynet1.3 installation on FMServer 12 on Windows 2008 server machine. Activation Ky is valid, I can access the Admin panel, but I get the message "The remote file list has not been read yet. Please reload in a few seconds." when I go to the Manage Files tab. I have tried repeatedly reloading it for 1/2 hour now, with no success. Any thoughts on how to access the files?
-
- 6 replies
- 1.6k views
-
-
Java library for the plugins are not compatible with El Capitan?
-
- 2 replies
- 1.5k views
-
-
Hi, Can you help to use 360 Email plugin for following objective: I want to save an attachment from a un-read mail in to my FileMaker container field and once saved, make the mail as “viewed” so that on the next run it can skip the read mails. Thanks in advance.
-
- 0 replies
- 1.1k views
-
-
Hi, I'm using the function GetUrlAsContainerPart2 from ScriptMaster Plug-in, with filemaker 12. I've been working with this function for more than 2 years and today I received this error message: "Jave.net.ssl.SSLException: Could not generate DH keypair". I'd appreciate any help.
-
-
- 1 reply
- 1.3k views
-
-
We started work this morning, and all our plastic 2 processing is failing with java errors. They have been working well up to now since they were implemented over a year ago. We run a FM12 server, but all the scripts are run client side. Most clients are FM13, I run FM14 Adv. Everyone is OS X, mostly 10.9, a couple on 10.10. I don't update java unless forced to, so there haven't been any updates to that in a long while either. What is happening is when we try to either submit a new token stored card, or process an existing stored token: java.lang.RuntimeException: Could not generate DH keypair When we try to process a new card payment we get java.lang.NullPointerExc…
-
- 1 reply
- 2.2k views
-
-
Hi, I'm evaluating Web Services Manager. I'm setting up an operation using custom XML. The generated WSDL is below and it gives me these errors when trying the 360 works soap client (on the 'retrieve" action with the WSDL url): - undefined element declaration 'CALL' on line 7 - undefineed attribute group 'attlist.DATA2SC' on line 9 - undefined element declaration 'ATTR' on line 19 - undefined attribute group 'attlist.CALL' on line 21 As far as I can tell those declarations are all there, and properly referenced: CALL is defined on line 16, attlist.DATA2SC on line 12, etc... Is there another syntax I should use? <?xml version="1.0" encoding="utf-8"?> <…
-
- 2 replies
- 1.2k views
-
-
Hi guys! I recently purchased the HTML 360 works plug-in for filemaker mail, y did not realize it is for people more advanced and with some scripts knowledge, I don´t have a clue as how to use it, I already have the plug in in the filemaker extensions folder, and now what? please any help will be very much appreciated, i am´in a ver urgent need to send out a mail campaign to activate my business (which by the way is music) I already looked for tutorial, and the ones I found don´t explain how to use 360works for really really beginners Thanks in advance for any help you guys can provide me with PabloT
-
-
- 6 replies
- 2.1k views
-
-
I'm asking in general how reliable it is to run FileMaker Pro 13 all the time on the same server that's running FMServer or another machine dedicated to be a FM robot? All it'll be doing is listening for RemoteScript traffic. Im the past when I've used similar techniques for a robot machine, I would find that copy of FMP stuck at a dialog box, just not responding, etc every now and then. Which is frustrating because the only way I knew it wasn't working is when end users reported it to me. These were on PC machines, and I'm now using MAC machines, if that makes any difference. I believe the RemoteScripter has a timeout parameter, correct? So I can at least h…
-
- 1 reply
- 997 views
-
-
Hi, I've been using ScribeDocLoad to load Excel sheets into Filemaker Pro 13 and ScribeDocReadValue to read it's values. It has been working very well for me until it hit a column with scientific number formatting in Excel where it returns "Error" as it's value. Am I doing something wrong or do I have to take an extra step to bring in Scientific numbers? There are thousands of Excel documents, so, going in and changing the formatting for the column is not an option. Any Help will be greatly appreciated.
-
-
- 6 replies
- 1.4k views
-
-
I'm looking for some sort of instruction on setting up a sync between Microsoft SQL Server and a FM Go solution on iPad. I spoke with someone from 360works last summer. What I remember from that conversation was that it was fairly simple. First setup the sync on Filemaker Server, then somehow port it over to SQL Server. But after going through the Filemaker Server setup, it just doesn't seem apparent to me how to follow through with the next steps. Also related to this, I remember tinkering with this last summer and ran into a roadblock. We are running a fairly old version of Microsoft SQL Server and apparently some driver was missing from MirrorSync that would al…
-
- 1 reply
- 2.3k views
-
-
Using OS X 10.9.5, FileMaker Pro Advanced 13.0v5, Scribe 1.41 For some reason, when I use a URL with the ScribeDocLoad function, it recently has been returning an ERROR result each time, no matter what computer in our office is used. The URL is using a HTTPS address of a PDF file to one of the webservers in the office. The security certificate of the web server expired around the same time we noticed the issue. We've since updated the certificate and it's now testing valid when I use a web browser to open the same URL as mentioned previously. When I use the ScribeLastError function, I'm getting javax.net.ssl.SSLHandshakeException: sun.security.validator.Val…
-
- 3 replies
- 1.4k views
-
-
I don't know how to use it. In a calculated field? in a variable ? Can I have a sample! thanks
-
- 2 replies
- 1.6k views
-
-
We have a FileMaker 13 Server and a dedicated slave computer that we want to use to execute RemoteScripter tasks. The slave computer is at IP address 10.1.10.169 and we have reserved port 7244. Our goal is to trigger 'Perform Script on Server' scripts from FileMaker Pro and FMGO clients and then have the server send the requests to the slave computer via RemoteScripter. I have upload the RemoteScripter demo file to our FileMaker 13 Server and I opened it from both the slave computer and the FileMaker Pro client that I am using to trigger the script. I have modified the demo script so it points to the slave IP address and port number. When I try to run the scri…
-
- 5 replies
- 2.6k views
-
-
Hello; I'm testing Plastic using the FileMaker test solution supplied with the plugin. When I try and do a test transaction I get the reply "api_token mismatch." The Moneris account and api_token I'm using is the one that is used on our ecommerce website. When we needed to add a new ecommerce site we learned that Moneris would not allow more than one landing page to use the same api_token and to get another api_token we had to get another account. Here's my question: Do you think that that Moneris is treating the attempted contact from FileMaker via Plastic as equivalent to another landing page and hence will require us to get another account? Thanks for …
-
- 0 replies
- 1.4k views
-
-
I have tried to implement the solution here (http://fmforums.com/forum/topic/88305-exporting-container-field-to-file/) and I get incomplete files when exporting…anyone have any advice on what my be my problem? Thanks
-
- 2 replies
- 1.1k views
-
-
To deal with the Memory Consumption problem we have a cron job that monitors SC's memory usage. Whenever it gets too high we identify the PID, kill the task, and restart SC with: /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java -Xms256m -Xmx1000m -jar SuperContainerServer.jar This was working until we upgraded to Mavericks last month. It's no longer starting Super Container. The first error I was getting: Aug 28, 2014 11:04:01 AM com.prosc.supercontainer.server.AppServerWrapper setBaseFolder INFO: SuperContainer Server baseFolder=/Applications/SuperContainer/SuperContainer Aug 28, 2014 11:04:03 AM com.prosc.supercontainer.server.Sup…
-
-
- 5 replies
- 13.4k views
-
-
Quick question: Can I import data from a PDF into tables in my FileMaker database? Many of my customers export their orders to me from their management systems in the form of a PDF. Can SCRIBE gather the data that I need and dump it into the appropriate place in my database?
-
- 1 reply
- 1.2k views
-
-
Has anyone used Web Assistant to upload files to Amazon S3? I'm not familiar with using POST and the resources I've found are a little beyond me. Any advice would be appreciated. Or is there an alternative to Web Assistant that works? Thanks! Resources I've found http://aws.amazon.com/articles/1434 http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html http://docs.aws.amazon.com/AmazonS3/latest/dev/HTTPPOSTExamples.html http://static.360works.com/plugins/WEBASSISTANTPLUG/documentation.html
-
- 3 replies
- 2.4k views
-
-
I've been using Scribe a LOT lately to automate filling out PDF forms. What I do at first is open the form in question, put in some sample data, and then run a script that finds all the field names and the values with which they're populated, so I can then develop an appropriate script to fill out that form (that's my big tip). However, what I've learned is -- man, I cannot believe how various forms name fields. My favorite thus far is a patent office form that for a patent application number names the field some boilerplate text that runs to about a paragraph (!). You don't ever see this unless you're doing something like with Scribe, but wow.
-
- 2 replies
- 1.9k views
-
-
This is the error I get when trying to enable any plugin.
-
- 1 reply
- 1.1k views
-
-
I am no longer using a 360 product, but cannot seem to find the correct folder to remove the plug-in. Running windows 7 and FM13 Advanced. Any suggestions?
-
- 2 replies
- 2.5k views
-
-
I had to quit using SafetyNet when going to FMS 13 since the current version, 1.3, is not compatible. Any news on when a new version is coming out? I'm having to use Arq now, but would prefer something specifically for FileMaker. I'm assuming it will support remote container fields and hopefully the Amazon Glacier in addition to the S3. I really look forward to it! TAYLOR SHARPE www.TaylorMadeServices.com
-
- 5 replies
- 2.2k views
-
-
The title says it all. I want to be able to replace some text strings in a Word document with text built from data in FileMaker, and I'd like to maintain the style applied to the data in the field. It doesn't look like there's any straight-forward way to do this, but I thought I'd ask. Thanks, -jb
-
- 1 reply
- 1.8k views
-
-
Just wondering if there are compatibility issues with any of the 360Works plugins in the newly released version of FileMaker Server 13.0v5? I'm not getting the extensions to load (I'm using Email, RemoteScripter, Scribe and the ever-faithful SuperContainer). I have some other issues I'm fighting, including a documented issues related to a license key that says it is in use on another machine (even though it is the same machine it is in use on -- see this post). Just trying to eliminate variables by making sure that my 360Works plugins on FMS 13.0v5 are not causing an issue. Thanks!
-
- 1 reply
- 1.6k views
-
-
Is there any way to update the "items list" in a list box field or combo box field of a PDF form using Scribe? I can update the field contents easily enough but not the items list.
-
- 1 reply
- 1.2k views
-
-
I have a client asking me to confirm that Plastic's SSL implementation is not vulnerable to the SSL 3.0'poodle' vulnerability. Can someone at 360Works confirm this? Thanks, John
-
- 1 reply
- 1.1k views
-
-
In an effort to combat POODLE and other issues with security out there, authorize.net is canceling support for SSLv3. I was wondering if 360works plugins such as Plastic are using SSLv3 when they make connections to the gateways? If so, how or when can we set the plug-ins to use TLS only? Thanks. Here is the email I just received for edification purposes; Dear Authorize.Net Merchant: As you may be aware, an Internet-wide security issue, commonly referred to as POODLE, has been identified in the last two weeks and affects anyone using older Web browsers that use SSL version 3 (SSLv3), specifically Internet Explorer (IE) 6. This issue creates a vulnerability …
-
- 2 replies
- 1.6k views
-
-
When I want to load a Excel file and it contains a worksheet with chart I get the message:  java.lang.RuntimeException: javax.xml.bind.UnmarshalException - with linked exception: ............ /var/...../xl/worksheets/sheet2.xml (No such file or directory)  When I remove the worksheet with chart there is no problem.  I use Filemaker 13 Advanced with Scribe 1.41  Can someone help me with this?
-
- 0 replies
- 1.6k views
-
-
FileMaker crashes when the scribe plug-in is in the extensions folder. (C++ Fri Oct 17 11:22:07 2014) java.lang.ClassNotFoundException: com.prosc.fmkit.PluginBridge (C++ Fri Oct 17 11:22:07 2014) An error occurred while trying to load com.prosc.fmkit.PluginBridge. Make sure that it is loaded in a jar called 'plugin.jar' Complete log file: http://sharetext.org/mMsY 360Works+Scribe-1_41 Windows 7 Home Premium Service Pack1 (64bit) Java 7.0.510.13 FileMaker Pro 11.0v3 (32bit) FMSAUC.fmx Web.fmx xDBC.fmx
-
- 1 reply
- 1.1k views
-
-
Hello all, Can anybody please advise whether the scribe plugin can create a pdf on a runtime just as you would with the 'save as pdf' function on a pro version of filemaker? regards, HJ
-
- 2 replies
- 2.6k views
-
-
I'm currently evaluating the Scribe plugin for a potential project. After looking at the ScribeDocReadValue to extract info from an Excel file, the cogs in my brain starting turning - Our company imports Excel sheets multiple times a day using the normal Import routine that FileMaker provides. Has anyone tested to see which method would be faster overall to import from a single Excel sheet - using the FM Import, or the Scribe plugin?
-
- 0 replies
- 1.3k views
-
-
I'm trying to solve an issue with my clients and I'm wondering if RemoteScripter will help. I have a store where customer service reps take orders into FM Go on iPad minis. Management wants those orders to show up on a different machine (iMacs) in a different part of the office where they get filled. Order fulfillment has a layout that should refresh every time a customer service rep submits an order. Right now, I have an OnTimer script running every 20 seconds to check for new orders, but that's not frequently enough and I hate repeating onTimer scripts. Can RemoteScripter trigger a script from an iPad to an FMP client? It's not in the current spec, but I'm wond…
-
- 1 reply
- 1.2k views
-
-
I am moving our current FileMaker installation to new servers.  I have installed FileMaker 13 without issue.  I am trying to install SuperContainer with FileMaker Server ( Option 2 )  The Installer does not work. It says:  it can't find FileMaker. I followed the Manual instructions and copied the SuperContainer folder to C:Program FilesFileMakerFileMaker ServerWeb Publishingpublishing-enginejwpc-tomcat  I also added the rule, although I did not see an option to click on "Append"  I've attached a screen shot of the rule config.  When I run //localhost/SuperContainer in IE to test, I get a 404 page from IIS .... example attached.  I saw where …
-
- 1 reply
- 1.3k views
-
-
the link for the download to the Auto Update is broken http://demo.360works.com/AutoUpdate360Works12.zip
-
- 1 reply
- 1.2k views
-
-
Hi, I send you this message because I don't know what I have to do. When I want to use the fonction ScribePatternReplaceAll with color option ( I use "colorRGB=RGB(;;)" ), the programm returns me a message error that says: "java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color". That worked yet yesterday and strangely, it worked again one hour ago and then, after turning on my pc, it doesn't work anymore??!! Do you have a solution for me? My operating system is Mac OSX 10.0.3 and I use Fikemaker Pro 13 Advanced. Thanks. -- Joseph
-
- 2 replies
- 1.3k views
-
-
Mac 10.6.8 FM Server 11 Just upgraded SuperContainer from 2.864 to 2.896 and I can no longer view PDFs, it just shows a file name where the image should be. JPEGs seem ok I have tried uninstalling the upgrade to go back to earlier version and I still have the same problem. Help please Thanks Peter
-
- 1 reply
- 1.1k views
-
-
Hi there We are looking at puchasing this and I have been looking at the demo today. With either of the sribeDocSubstitue or scribeWriteDocValue functions can you get it to carry over the formatting of the filemaker field content. I have tried the below in the demo file but when it inserts it into ms word all the underlining and italics are lost. Is there a way to perserve them? Barrett, J. M., Smith, V., Wilson, R. T., Haley, V. A., Clarke, P., Palmer, N. B., ... Fraser, D. (2012). How to cite references in APA style. Christchurch, New Zealand: University of Canterbury Library.
-
- 0 replies
- 1.1k views
-
-
Has anyone been able to log into Facebook using Web Assistant? I've tried the following without success: WAGetURL( "http://facebook.com" ; "email=" ; "pass=[password]" ; "type=text" ) and WAGetURL( "http://facebook.com" ; "username=" ; "password=[password]" ; "type=text" )
-
- 0 replies
- 2k views
-
-
We have a PDF that holds a paragraph of text ( because I couldn't get the single word to merge nicely) In my FM Script I apply some text formatting to text. I can see in FM that the formatting was done correctly. Writing that field using scribe to the PDF results in just plain text. Is this a being done by Scribe or the PDF. (the field in the PDF is set to Multi-Line and to accept rich-text)
-
- 1 reply
- 2k views
-
-
Client has been using 360Works Plastic for years to process credit card payments. They just recently started getting the error: The transaction failed because of an error: SSL peer shut down incorrectly. They say ' It happens intermittently and if you wait for a bit it will eventually go through.' Any thoughts on what this could be due to? Thanks!
-
- 1 reply
- 1.6k views
-
-
Hi .. I am using Scribe to populate a PD with Acrofields. One is a numeric field with defined with 0 decimals and a comma. ie. 15,000 It is used in a calculation, so it can't be defined as text. If I manually enter the number using 15000, the field displays as expected ... 15,000 In FileMaker, the database field that will populate the field is also numeric. If I simply use ScribeDocWriteValue( "field", $value ) The result in the PDF field is 15000.0 If I use ScribeDocWriteValue( "field", int($value) ) I get the same result. If I change the database so the field is Text, ScribeDocWriteValue( "field", $value ) populates the field with 15000 but displa…
-
- 2 replies
- 2.1k views
-
-
I’m running into a problem with FMP not recognizing an Excel file I saved using the ScribeDocSave() function I’m using Scribe to read an xlsx spreadsheet, search for a value in the first row, and change the value in a cell. Reason being- I plan to import this file using the Import File script step and I need the field name to match exactly (it’s not always in the same column in the first row). That part works perfectly and was easy to implement. Then I save the modified file to a temporary directory. The trouble is, if I try to import the modified file into FMP I get the following error: The selected Excel workbook has an unsupported file format. Please convert the…
-
- 3 replies
- 2.2k views
-
-
Hello, I'm receiving the following error when trying to run a credit card through Plastic2: java.lang.NullPointerException. I've uninstalled and reinstalled Java and the plugin with no success. Specs: Windows 7 Java 7u60 FileMaker 13 Any ideas?
-
- 1 reply
- 985 views
-
-
i want to use 360works plastic 2 plug-in with authorize.net gateway but there is some problem I have a sand box account with account no. and txkey when I am using this value in payment process function CCProcessPayment(Global::Account_Number;Global::Password; Payment_Process::Ammount ; Payment_Process::Card_Number; Payment_Process::Last_Date ) Then result is-The merchant id or password is invalid or account is inactive Anybody have some suggestion Pankaj GurjarÂ
-
- 1 reply
- 1.3k views
-
-
Hi Folks, I'm having a problem canceling a subscription. I've got a sandbox account set up on Authorize.net. My script in FileMaker registers the plugin first I've tried setting the gateway as both: CCSetGateway("Authorize.net") and CCSetGateway("Authorize.Net"; "url=https://apitest.authorize.net/soap/v1/Service.asmx") Test Mode is off: CCSetTestMode(0) I've verified that the Merchant Account, password and Subscription ID being passed are correct for my sandbox account and the Subscription. Then the script calls a variable: $Cancel = CCCancelSubscription( $MechantAccount; $MerchantPassword; Globals_and_Prefs::g_Cancel_Subscription_ID ) Afte…
-
- 0 replies
- 1.8k views
-
-
360works Scribe can take data from a pdf form and import to filemaker. Can scribe take data from filemaker and import to a field on a pdf form?
-
- 1 reply
- 2.3k views
-
-
For a time yesterday the autoupdate.360works.com site was down. (Did not respond to ping) This caused calls to the auto update DB to hang when launching several of our DBs (3-5min). What is the proper way to call the autoupdate.360works.com/AutoUpdate360works DB in a FM script? Is there a way to check that the domain is active before calling an external data sources in a filemaker?
-
- 2 replies
- 1.6k views
-
-
Have created a Word docx with text and a small table placed into a first page only header. When I try to load through Scribe, it creates the local appdata folder, but fails to populate it, and returns a java error. When I create a docx with the text and table in the body, there is no error when scribe loads it. Is there a fix for this? I am trying to construct a policy manual and the first page only header/other page different header is necessary.
-
- 1 reply
- 2.4k views
-
-
Hi, I am developing a FMP 12 application that requires sync across multiple end points ( that is running FMP12). I would like to talk to somebody from 360works to discuss if mirror sync is indeed suitable for this project. Can somebody from 360works email me for discussion?
-
- 1 reply
- 995 views
-
-
OK, i'm getting really confused here, and the documentation doesn't really help answer my question. Let me see if I can make any sense here (for simplicity i've only included info about the databases I wish to utilise RemoteScripter on, which I will call the 'Target Database') - Setup - Server 13 Advanced - hosting an Access Control Database, the Target Database and a 'cut down' web version of the Target Database (for WebDirect use). The target database and the web version of the Target database both link to the Access Control Database which provides multiple variables that control what each user can access and do within the Target Database (via External Data Sou…
-
- 2 replies
- 1.6k views
-
-
I'm having some issues with one particular computer at a client (all others are ok). FMP12 Windows 7 (64-bit) Plugins (installed in Users AppData folder): 360Works_Email 360Works_ScriptMaster (latest version) SuperContainerCompanionPlugin (latest version) When FMP is launched, the ScriptMaster and SC_Companion plugins are not enabled. Enabling them causes the application to crash. Java version is 1.7, 32-bit. I've tried trashing the 360Works folder in the users documents folder, but this didn't change anything. Any ideas? Matt
-
- 4 replies
- 1.5k views
-
-
I need to have a solution for my article writing. I write articles for websites and for this I have records. Every record has one article. Those articles I need to copy to Word for my customer and this I can do with easy with copy paste. But now my costumer also gives me 10 articles for one website and I have to delver them in one Word file. So the 10 article fields must be copied to one single Word file. I would like to automate this because it can save me a lot of time. How can I do this with Scribe? Regards Martin
-
- 1 reply
- 1.9k views
-
-
We have ScriptMaster 4, free version. We have a Filemaker 11 Server on a Windows 2003 Server (ServicePack 2). There we have installed and started the ScriptMaster plugin successfully, (32-bit version for Windows, in the /Extensions folder). We have Filemaker Pro 11 clients, both on Mac and on Windows 7. The Mac clients can see and execute groovy scripts using ScriptMaster, the Windows clients cannot even see the plugin in the preferences. I have tried the 64-bit version on the server, in desperation, (and it still works for Mac clients, but not from Windows!) but Windows 2003 Server is 32-bit in actual fact. This has got us absolutely stumped, why do…
-
- 3 replies
- 1.8k views
-
-
Hi All, I want to use Scribe as a mail merge tool, but I don't want the result to be separate files because there quickly become too many of them to manage. I came up with a set of short apple scripts to have Word insert each file into the document as I go, but it occurred to me that it would be much faster and simpler if I could do the whole process in FM then just open the result in Word. I didn't see anything in the documentation that seemed to cover this. Any ideas? Thanks!
-
- 0 replies
- 1.5k views
-
-
Something seems to have changed, maybe with just Authorize.net. I had some scripts working using the Authorize.net to make test payments. I'm still using the basic test account information included in the How To Use Plastic demo file. Sometime last week they stopped working. I tracked the problem to the CCV code. If I pass the CCV code along in the transaction, the transaction is declined. None of the other information passed along, such as name, invoice or email address, seems to make a difference. Â I went back to the How to Use Plastic demo file to see what I was doing wrong. The Advanced Transactions demo is not working anymore either. If I take out the CCV code …
-
- 1 reply
- 1.3k views
-
-
In testing my application on WebDirect, I noticed that the various coloring visualizations generated by ScribeDifferencesBetween do not appear. I am guessing this is due to WebDirect's lack of support for rich text formatting. If this is correct, are there any workarounds to simulate this behavior on WebDirect? Or, if my assumption is incorrect, is there some key piece I am missing to fully implement this functionality on the web?
-
- 1 reply
- 1.4k views
-
-
What is Plastic doing when the CCSetTestMode is set? Is it sending that switch to Auth.net, and AN does a "pretend" process. It would be great if I could set it to test mode and leave AN to process transactions. This way, I can still process business transactions, while testing while momentarily setting the test mode to on. Does anybody know what this CCSetTestMode does? TIA
-
- 1 reply
- 1.1k views
-
-
I was wondering if anyone has noticed any issue using Scribe to populate and save an Excel 2013 spreadsheet. I had previously created this FileMaker application for my client that gathers and aggregates data for selected reports and then uses Scribe to populate and save predefined Excel templates with that data. To get the final Excel reports, FileMaker then kicks off a VBScript file that runs an Excel macro to handle the appropriate formatting steps for each report. The process was created using FileMaker 12 and Excel 2010 and has been running for quite some time without any problems. We are currently in the stages of upgrading to a new server utilizing FileMaker …
-
- 3 replies
- 2.8k views
-
-
If this is in the documentation, I am missing it. So tell me where. With RemoteScripter, the PDF is inserted into the Container field and it is taking the IWP User several refreshes at their web browser to view the inserted file. The container field is setting on the same record as the IWP User. Assistance is appreciated. Thanks, Jim
-
- 1 reply
- 945 views
-
-
Hi Guys, Interested in experimenting with the scriptmaster plugin, functions looks interesting. Quick question though, do I need a minimum or maximum version of Java to run the plugin? Thanks Jalz
-
- 6 replies
- 3.1k views
-
-
Hi, I have a task that is not showing up when looking at it on the month layout. It does appear when looking at that day's tasks.  Screenshot 1 - Day Layout Screenshot 2 - Month Layout  Day is March 21st.  Thanks in advance for any ideas/help on this.
-
- 0 replies
- 874 views
-
-
Is it possible to capture the URL that is used with a Web field in FMP Go when it activates a script using RemoteScripter? I want to send the Lat/Long of the iPad as part of the URL and them parse it out on the remote FMP Computer. I already have the connection working using RemoteScripter; I just need to be able to extract the Lat/Long that is part of the URL that I send. I hope this is not too confusing! Gwallis
-
- 0 replies
- 1.3k views
-
-
I'm having trouble using Web Assistant to log into this website: http://tongal.com/m/Welcome I'm using this code: Let ( setup = WAReset & WASetInputValue( "username" ; "<<our username>>" ) & WASetInputValue( "password" ; "<<our password>>" ); WAGetURL( "http://tongal.com/m/Welcome" ) ) Any suggestions?
-
- 2 replies
- 1.6k views
-
Recently Browsing 0
- No registered users viewing this page.
Who's Online (See full list)
- There are no registered users currently online