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
-
Can anyone help me figure out how to parse a Word.docx file using Scribe? Using a third party XML editor, I have verified that I have a proper XPath. The error message I receive is: "Cannot resolve value for tag: /w:document/w:body/w:p/w:r/w:t" I have a Word document with headings and subheadings. I am trying to extract the text of those into separate Filemaker database fields. It seemed like Scribe would be perfect for this project, but I am stuck.
-
- 1 reply
- 2.2k views
-
-
Recently, I have been seeing an intermittent message: "XML parsing error: unable to connect socket for URL..." when importing jdbcXmlImportUrl on my Mac. Funny thing is, it only happens 2 out of 3 times. First attempt works, second and third attempts fail, then fourth try works again. Windows users are able to run the import script without a problem. I made this script about March 2010 and it worked fine for me then, so perhaps a plugin update changed the process? Has anyone else had this error? My Setup: Power Mac G5, OS 10.5.8, FileMaker 11 Adv, JDBC plugin 1.722, MySQL 4.0.21 data source with less than 700 rows. I also set the Heapspace to 128 with the fil…
-
- 1 reply
- 1.4k views
-
-
Clicking WSDL URL to ANY service, even the samples, gets me: An error occurred while accessing Web Services Manager settings layout. Communication Error: (22) The requested URL returned error: 401 - This can be due to an invalid username or password, or if the FMPHP privilege is not enabled for that user. Error code: 22 ----------------- Does this refer to the WSM file or the target file? Mark
-
- 0 replies
- 1.3k views
-
-
Am I not understanding how "Run Shell Script ( shellScript )" should work under windows? I put in "echo hello world" and I got errors. I then put in ipconfig and filemaker froze completely is there more to this command than I think? Note: I'm on window 7 64-bit if that makes a difference. Below is the error for the echo: java.io.IOException: Cannot run program "echo": CreateProcess error=2, The system cannot find the file specified Parameters: {shellScript=echo Hello} ---Script--- Script: String[] commands = tokenize( shellScript ); Process process = Runtime.getRuntime().exec( commands ); process.waitFor(); exitValue = process.exitValue(); output…
-
- 0 replies
- 1.5k views
-
-
Howdy everyone! Well, i do have a little bit of a struggle with the "Post XML Data" part of the ScriptMaster. The funny part is that the function performs perfect in the first script we have implemented: it sends the XML and gets XML back. However, in the same file, in another script, all i get back is an simple "ERROR" after 10 minutes of waiting. Mind you, i have checked the URL, the XML is stripped from all the formating and characters. So any thoughts what i am doing wrong?
-
- 1 reply
- 1.3k views
-
-
trying to send html email using getAsCSS function but when i use EmailAttachFileInline with that function it doesn't work I take the getAsCSS function away and then my image comes through any idea ?
-
- 2 replies
- 1.5k views
-
-
I want to take a the url of a jpg file and insert that jpg into a container field. Do you have a product that can do this? Or do I need this made in script master?
-
- 1 reply
- 1.1k views
-
-
I can get scribe to pull cells from an xlsx file but it doesn't seem to work with just xls files. am I doing something wrong?
-
- 1 reply
- 1.2k views
-
-
I'm using the 360 Works Scribe plug-in for the first time. Right now I'm still in the investigation phase trying to see how well it will retreive data from a cell in the middle of a specific Excel worksheet. BTW, I'm on Windows 7 & FMPA 11.0v2 I can get it to return the contents of a cell but it takes nearly 10 seconds. Seems excessive but since this is my first time with the Scribe plug-in maybe that is normal. The documentation doesn't offer any advice on how to construct the proper syntax for file paths. I'm using c:test.xlsx but maybe it should be file://c:/test.xlsx. Both seem to work but maybe one is more efficient than the other. Any advice …
-
- 8 replies
- 2.6k views
-
-
I wonder if it is possible to run the JDBC library fmp360 with a Filemaker server running on a Windows 2003 system. What I've seen so far in the installation guide is that it only refers to OS X. Does this mean, OS X is the only supported platform ? I urgently need to read / write Filemaker data using a Java program, so any advice is welcome. Tanks in advance ! Heiko
-
- 2 replies
- 1.4k views
-
-
using the EmailClient as starting solution... Want to be able to get email from account - download attachments push them to supercontainer - use scribe to extract keywords from attachments (txt, xls, pdf, doc ) then process entire record ( plain text / html ) and attachment results with some regular expressions to pull out known identifiers (dates/ emails / tracking numbers / order numbers etc. ) I have most if it working - haven't yet tried to run this server side. End goal is the users log in and don't have to fetch mail the server will do that for them they just process the records so they don't have to sit thru progress bars. I have noticed th…
-
- 2 replies
- 1.4k views
-
-
Is it possible to setup SuperContainer to access a remote ftp site...one that is not running on the save workstation as the instance of SuperContainer? I'm running on a Windows 2003 Server and have a remotely hosted ftp site. If so, how...the application only seems to allow selection of a directory on the server with a path.
-
- 1 reply
- 1.4k views
-
-
I have gotten this far with a lot of help. One last problem to solve. here is the code that I am using: Let ( setup = WAReset and WASetInputValue( "TextBCID" ; "00" ) and WASetInputValue( "TextSpecial" ; "700" ) and WASetInputValue( "TextCustID" ; "666666" ) and WASetInputValue( "TextSeq" ; "123000001" ) and WASetInputValue( "TextRouting" ; "974027547" ) and WASetInputValue( "ButtonEncode"; "Encode" ) and WASetInputValue("__VIEWSTATE"; "dDwtMTEyNDk2MDIxMTt0PDtsPGk8MT47PjtsPHQ8O2w8aTwyOT47aTwzMz47PjtsPHQ8cDxwPGw8VGV4dDs+O2w8U3BlY2lhbCBTZXJ2aWNlcyBtYXkgbm90IGJlIGJsYW5rIG9yIGluY29tcGxldGU7Pj47Pjs7Pjt0PHA8cDxsPFRleHQ7PjtsPFxlOz4+Oz47Oz47Pj47Pj47Psv4UmUq6…
-
- 2 replies
- 1.3k views
-
-
Trying to use Web Assistant to Post data to a form and get back information. The information for the page is returned with no data posted. Using the following code: Let ( setup = WAReset and WASetInputValue( "TextBCID" ; "00" ) ; WAGetURL( "http://ribbs.usps.gov/onecodesolution/Barcode_Encoder.Aspx" ) ) in the sample data base that came with the plug in
-
- 0 replies
- 1.3k views
-
-
There does not seem to be any guides for using the Plastic plugin for Credit Card Present payment processing. "Note: When passing track1 data to the CCProcessPayment function, use the raw swipe data from the card, not this parsed version!" The above statement is from the 360Works web page, http://www.360works.com/plugins/CREDITCARDPLUG/documentation.html. It is quite clear not to retrieve the track 1 or 2 data and use that parsed info for the values in the script to process the payment. My question is how do I write a script using the CCProcessPayment function incorporating the raw swipe data from a credit card? Or maybe if anyone knows of anothe…
-
- 1 reply
- 1.5k views
-
-
Hi, I just wanted to confirm that if I call ccRegister and then CCSetTestMode(1) in my startup script, test mode is active for the duration of the user's session. Is this correct? Thanks, -jb
-
- 1 reply
- 1.4k views
-
-
Hi I don't if anyone can help When you are creating a pie chart and say the first record is 0, say in a sequence 0,1,2,3,4,5 for example, the pie chart doesn't seem to show - i.e., it just stops. Is there a way around this to make it show all the data even if one of the entries is 0. Thanks if anyone can shed light on this
-
- 1 reply
- 1.2k views
-
-
First, I really like the idea of the scriptmaker plugin and if I can get it working the way I want I will certainly buy it. I get how to register the scripts/plugins and am also a Java/C# developer so I am sure I can hack the code needed. I want to find a way to synch. FM with Jira (Atlassian). They provide a WS via Apache Axis (so pretty standard stuff I think). I cannot fathom the methods and syntax available (or where to find them) to get this to work. There seems to be a distinct lack of documentation (unless I can't find it). For example, if I google the com.prosc.ws jar then I find nothing. Also, this is a secure WS and apart from the Fedex sample, there …
-
- 0 replies
- 1.3k views
-
-
Recently, we * Uninstalled FileMaker 10 Server (previously used SafetyNet 1.02) * Installed FileMaker 11 Server [11.0.2.217] * Installed SafetyNet 1.12 Receive the following error message daily: Mon Aug 09 08:47:01 EDT 2010: Offsite backup failed for folder C:Program FilesFileMakerFileMaker ServerDataBackupsSafetyNet: org.jets3t.service.S3ServiceException: Request Error. PUT '/SafetyNet_2010-08-07_0300%2FDatabases%2FCES%20Library%20Database.fp7.zip' on Host 'com.prosc.s3backup.14385b05-95bc-41ad-9037-ef9b78c6c754.s3.amazonaws.com' This is the 3rd file (of 25 in the "C:Program FilesFileMakerFileMaker ServerDataBackupsSafetyNetSafetyNe…
-
- 1 reply
- 2.4k views
-
-
I downloaded SafetyNet to a Windows box running Server 8. The box is Win XP Pro SP2. Firstly I cannot get a tick mark next to the Enabled, in the Server Plug-ins section. When I select Enabled, the tick mark appears for a second, then vanishes. When I go to http://localhost:8030/on the server web browser, I get page not found. I have opened port 8030 in Windows Firewall. Any suggestions? Thanks Steve
-
- 6 replies
- 2.3k views
-
-
Does any one have sample code to consume web service using 360 works web service manager in PHP,say for 'AddTwoNumbers' operation? here is code which we wrote require_once('lib/nusoap.php'); $wsdl ="http://servername/websvcmgr.php?wsdl&service=ExampleService"; $client=new soapclient($wsdl, 'wsdl'); $param=array('addend1'=>'15', 'addend2'=>'10'); $result = $client->call('AddTwoNumbers', $param); // Check for a fault if ($client->fault) { echo ' Fault '; print_r($result); echo ' '; } else { // Check for errors $err = $client->getError(); if ($err) { // Display the error echo ' Error ' . $err . ''; } e…
-
- 1 reply
- 2.7k views
-
-
The video and the example that comes with the plugin demonstrated merging (find & replace) data from one single contact into the Word document. What if I have hundreds of contact and would like to merge all of them into one single Word document (like the normal mailmerge function) , how do I do that ?
-
- 1 reply
- 1.5k views
-
-
I've been using scriptmaster plug-in for a while now with the auto update feature installed on my FileMaker Server. I'm using the MD5 hash module within scriptmaster for an electronic signatures filemaker solution I developed. Works great with the Filemaker client on desktops, downloads the plug-in on the client machine and registers the scriptmaster libraries perfect. The problem is we want to move to using iPads to access the Filemaker solution and obviously the plug-in doesn't work with the iPad. We need to the plug-in and scriptmaster in order to generate the hash for signatures. Without it the solution is worthless. Is there any work around for this? I…
-
- 20 replies
- 3.7k views
-
-
Hello to all SC users, I can get the FILENAME of every uploaded image (in SC) with the SCGetInfo function in a calc field. I need this to publish these images in FM-PHP-driven webpages. In the same logic, [color:red]I would like to GET (not set) the width (& height) of every image ... in 2 FM fields original width and original height. When you click on a supercontainer-image in FM (webviewer object), it opens in a webbrowser (Safari) and displays the width & height in the new tab that opens : so these numbers are stored somewhere. How can I achieve this FM calc ? Does a SC function do this ? which parameters ? Other easy …
-
- 0 replies
- 1.7k views
-
-
Hello! We are using the demo version of FileMaker Pro 11 and the demo version of supercontainers. We're running Windows XP. We can bring up PDFs in a web viewer in FM11 and that works great. But, we want to view the doc in the web viewer (or just in acrobat would be fine too), highlight image pages withing the PDF, then save it. I've been told the problem with this is that saving a document back into supercontainers is not possible. I would really appreciate in ideas about a work around. Thank in advance!
-
- 0 replies
- 1.3k views
-
-
Hi Can I use the Plastic plugin in solutions created for the UK market? Anybody had any experience with this in the UK? Alistair
-
- 0 replies
- 1.2k views
-
-
Can web assistant handle authentication to a server using soap. example would be... SOAP Request POST /webserviceauthenticator.asmx HTTP/1.1 Host: webservices.seek.com.au Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://webservices.seek.com.au/AuthenticateWS" <?xml version="1.0" encoding="utf-8"?> string string string
-
- 3 replies
- 2.2k views
-
-
Is it possible to connect FMP Adv to Foxpro database using 360Works JDBC plug in? What else is needed - some other drivers or sftware for foxpro side. (foxpro is running on win as a runtime). I need to be able to read and append to dbf files. I was not successful with attempts to configure ODBC driver. Out of that you can conclude about my expertise in such matters.... :)
-
- 0 replies
- 1.9k views
-
-
Hello Everybody, I would like to use the "POST Data To URL" command from Scriptmaster to send several fields together to a web-form, and if it is possible, get the return webpage in my webviewer. The problem is that I have tried to implement this command in my Filemaker application but it is impossible for me. Could anybody help me with this command?? For example, I would like to fill the three fields of this website and then the web contents are returned. Link: http://fmdiff.com/notifyme.html Fields are: Username, Last-Name, email and comments. Thanks for all. Wardiam
-
- 0 replies
- 1.6k views
-
-
Does anyone have, or willing to write a few lines of code, to demonstrate how to consume the sample 360works addtwonumbers and dividetwonumbers web services using Microsoft VB.NET? It would be a great help to a lot of people to get it working.
-
- 3 replies
- 2.1k views
-
-
360Works WebAssistant I presume this is a dumb question, but I have no idea what a header name is and I need to know how to find out what it is so I can use the WAGetResponseHeader function in Web Assistant. Can anyone tell me how I find out what the header name is so I can refer to it and get back the header info from my POST. I've tried everything I can think of. Thanks!
-
- 0 replies
- 1.3k views
-
-
I wrote an email send script which works fine for me but errors out after timing out on connect for all of the other users in my workgroup. I am running FM Pro Advanced 11.0.2 on OSX 10.6.4, the other users are running FM Pro 11.0.2 on OSX 10.6.4. any thoughts? Peter
-
- 2 replies
- 1.4k views
-
-
Hello all, I have a fresh install of FM 11 client on a Win7 x64 Enterprise box, quite pristine, no other version of FM has ever been installed here. All is fine until I put the WIN version email plugin version 1_944 (=current) into the "Extensions" folder - then FM can't start up, failing with (yes, German Windows ;-) Problemereignisname: APPCRASH Anwendungsname: FileMaker Pro Advanced.exe Anwendungsversion: 11.0.1.103 Anwendungszeitstempel: 4b90cbce Fehlermodulname: StackHash_713e Fehlermodulversion: 6.1.7600.16559 Fehlermodulzeitstempel: 4ba9b29c Ausnahmecode: c0000374 Ausnahmeoffset: 000cdc9b Betriebsystemversion: 6.1.7600.2.…
-
- 7 replies
- 2.6k views
-
-
I have a simple problem with how Web Services Manager is returning data in time fields via XML. If I have a field (t_Time) in my layout that has the time 15:02:17, Web Services Manager (tested using the SOAP client) returns the field formatted as follows: 03:02:17 It therefore looks like 3 in the morning rather than 3 in the afternoon. I would prefer that this was in 24-hour format, but AM or PM would be start. I have checked the formatting on my layout and this is correct. I suspect that is not involved though. Any thoughts on how this can be fixed? Thanks Michael
-
- 2 replies
- 1.5k views
-
-
I noticed that there are parameters for passing firstName and lastName, how about name_on_card? I deal with 75% business cards, trying to parse out a first and last name while most of the cards I deal with have neither is an issue. Should I pass the name_on_card as a first or last name? thanks, Peter
-
- 3 replies
- 1.8k views
-
-
Is there any way to configure SuperContainer to work with mod_access so that allow and deny directives can be used? I tried setting up a Directory section in my apache config with order, deny, and allow directives directly to my supercontainer data directory (/Volumes/Data/SuperContainer), but I didn't have any luck. Thanks, Jeremy
-
- 3 replies
- 1.7k views
-
-
Hi, I am trying to send some XML via http post to my test server using 360works Web Assistant. I have altered example layout number 4 in the example database to read... WASetRawPostData('<?xml version ="1.0" encoding ="ISO -8859 -1"? > 25000 CreditLimit > 0 CreditUsed > ') WAGetURL("https://garytest.nordic-e.com/__API__/customer/1" ; "username=testuser" ; "password=testpass") where WASetRawPostData is the data I want to post. It logs in fine, but when I try and post the data it comes back with a "An Evaluation Error Occurred: 102" Anyone can see where I'm going wrong here?
-
- 3 replies
- 2.1k views
-
-
I have just upgraded to Server 11 and can not get the safety net plug in to work. Any help is appreciated. On Win Server 2008 standard.
-
- 5 replies
- 2.8k views
-
-
I am programming a database with your plugin. I am not sure how you use the CCParam( key ; value ) function. I don't see any documentation of its use thanks for any info
-
- 3 replies
- 2.3k views
-
-
I've got a demo version of the Web Assistant and am trying to use this to login to a Wordpress blog - (this is a Wordpress.org 2.9 setup running on my own VPS) A straighforward WAgetURL returns the expected login form in the result field When I use a modified example of the "Submit Form Data" in the examples file, using six WAsetInput requests to give the form inputs, the Result field remains completely empty. I've added the recommended error checking and still get a null result. Let ( setup = WAReset and WASetInputValue( "log" ; "administrator" ) and WASetInputValue( "pwd" ; "xxxxxxx" ) and WASetInputValue( "rememberme" ; "forever" …
-
- 4 replies
- 2.7k views
-
-
I found problems when I try to download different files from an FTP folder. It starts to happen when I update Filemaker Pro from version 10 to version 11. Filemaker Pro (and the plugin as well) is installed on Windows 7 - 64 bit OS. The download is, for example, 30 files for 1 Mb each one. Someone found same problem? Thanks for interesting...
-
- 2 replies
- 1.7k views
-
-
I am using your plastic plugin for a database I am writing for my wife's therapy practice. Her office does not have wifi. She is using another offices unsecured router for access to the internet. My question is when she sends out a payment for processing via your plugin what are the potential security risks? Is the information encrypted by the plugin? Thank you
-
- 1 reply
- 1.7k views
-
-
I bought the 360works plastic plugin. In the documentation it doesn't state if you can put if calculations in it's function. Will the following work... CCProcessPayment( ClientBilling::MerchantAccount;ClientBilling::TransactionKey;ClientBilling::CreditCardCharge;ClientBilling::CreditCardNumber;ClientBilling::ExpirationMonth & Right ( ClientBilling::ExpirationYear ; 2 );"chargeDescription="&ClientBilling::DescriptionofCharge;"cardType="&ClientBilling::typeofCreditCard;"verificationCode="&ClientBilling::VerificationCode;"firstName="&ClientBilling::FirstNameOnCard;"lastName="&ClientBilling::LastNameonCard;(If ( IsEmpty ( ClientBilling::BillingAdd…
-
- 3 replies
- 1.8k views
-
-
I know it is possible to return an array of data as a response by putting a portal on the selected layout. Is it possible to receive an array of data using Custom XML schema? Basically we want to have someone place an order which could have x number of line items attached. We would rather not have to make x+1 WS calls
-
- 4 replies
- 2.3k views
-
-
This plugin looks FANTASTIC! Client wants to ensure that backups are occur out of state, in case of major natural disaster. The description says "Amazon’s cloud-based file storage service". Which service exactly? Amazon S3, which allows you to select a region?
-
- 7 replies
- 2.6k views
-
-
One of my clients is getting an error message from the 360Works Web Assistant Plugin - "Connection Reset". Anybody familiar with this error message? I can't find a list of error messages on their site so I'm not sure what to make of it.
-
- 1 reply
- 1.8k views
-
-
I am running Filemaker Pro 11 and Advanced 11 on a Windows 2008 terminal server with the WebAssistant plug-in. Unfortunately, after the latest round of Microsoft updates (maybe co-incidentally), Filemaker will not start with the WebAssistant plugin installed. If I remove the extension FM starts fine. I have just updated to the latest version of the plugin (1.511) but this has not helped. I have tried uninstalling all the Windows updates that were installed yesterday and that has not helped. There are however a bunch of Office updates including Office 2007 SP2 that I have not taken off yet but am really hoping I won't need to as I need some of these updat…
-
- 2 replies
- 1.9k views
-
-
I need help understanding the backreference flavor used in this regex plugin: //regexReplaceAll( text; regex; replacement) For example, what would the replacement backreference be for string1 in the following regex pattern: "(string1)(string2)" I'm trying all sorts of backslashes, numbers, ampersands, and dollar signs in combination and with curly parenthesis, and cant seem to get it.
-
- 4 replies
- 2.2k views
-
-
I am doing a large migration of embedded jpg’s in FM to SuperContainer files, but trying to figure out a way to rename the jpg’s during the process. Any help would be grately appciated.
-
- 3 replies
- 1.8k views
-
-
In Mac OS X it's permitted to have forward slashes in filenames, however, I haven't been able to get FTPeek_UploadFile to upload a file with a filename that has forward slashes. Is there a work around I'm missing? Thanks, Keith
-
- 1 reply
- 2.5k views
-
-
Hello everybody, I have a big problem with the 360Works plugin: when I put it in the Extensions directory of my FileMaker 10 Advanced, Filemaker crash each time I start it... If I remove the plugin, Filemaker starts. I use the latest version of the plugin (3-33). Maybe I made something wrong... Do you have any idea to help me ? Thanks for your answers! (And sorry for my poor English, I'm French!)
-
- 2 replies
- 1.7k views
-
-
Is there any chance of being able to support Intuit Merchant Services in the future? I'd love this plug but not enough to change Merchant Services. Peter
-
- 1 reply
- 1.9k views
-
-
Dear Forum-Users, I have a Problem with WebAssistant. On Win7 64 bit FileMaker Crashes on Startup if the Plugin is placed in Extensions Folder. After searching the Forum I took a look in the Application Support-Folder als Mentionend in the Thread with Vista-Crash, but there was no additional Version. The Win7 is a German localisation. If anyone has a hint how to get Web Assistant to work I would be grateful. Yours Thomas
-
- 3 replies
- 2.4k views
-
-
Hello, Did someone hear about Filemaker crash when 360works Web assistant is loaded? I am unable to use web assistant as FM crashes. Thank you in advance for any information! Thierry
-
- 6 replies
- 2.6k views
-
-
I have been using SuperContainer for quite some time on Macs. Now I have new users on Windows XP and they all get a "Cannot connect to SuperConatiner" Java.io.IOException error. All my Mac users no problem. Just updated to Version 2.73 on Server and Plug-ins no change. Windows XP has latest Java 6 version. What could the problem? Bad Certificate? Thanks, Steve
-
- 1 reply
- 1.9k views
-
-
I've downloaded the updated versions 3.31. On OSX, the script runs once and then crashes the application. On Windows, when attempting to enable the Plug-in under Edit/Preferences it crashes the app.
-
- 3 replies
- 1.8k views
-
-
I'm not yet a ScriptMaster user, but I'm considering it. I use the Random function in several of my implementations and I came across the claim that Better Random is... well... "better" than FM's Random function. Can someone tell me how it is better, or in other words, what is broken about FM's? Thanks in advance!
-
- 0 replies
- 1.6k views
-
-
Hi, I've got an auto-update script that works fine on Windows, but fails on SuperContainer and ScriptMaster on the Mac. I'm running FMSA 10.02 and FMPA 10.0v3 on Snow Leopard. When running on the Mac, Troi File successfully installs, but neither of the 360Works plugins will. This is repeatable. When stepping through the script, I see that the tar files are downloaded successfully, but they are not un-tarred, and error -1 is returned by the plugin update call. I can manually un-tar the downloaded files and place them in the correct directory, and they work fine. Thanks in advance for any suggestions, -jb
-
- 5 replies
- 2.8k views
-
-
Hello all, I just set up SuperContainer and plug-in, and followed the data migration video on the 360 Works website; using the external functions to pull the existing data in the FM Container into SuperContainer. At first glance it looked the it copied the data to the SuperContainer server. So I looped the script and had it migrate the 1400+ records. After being pretty geeked about how easy that just was, I see that it didn't copy the data, but made images of the content. To explain, this is an applicant database where the container field is holding a copy of the applicants resume. So the resulting file types being stored in the FM container have…
-
- 2 replies
- 2k views
-
-
Greetings! Running into a problem with trying to use the Plastic plug-in and AVS Verification - or more precisely, trying not to use AVS. Situation: Using Plastic with Authorize.net gateway. For a normal cc authorization, the script is passing address parameters for "address=", "city=", "state=", "zip=", and "country=". However, we want to put an option in to process cards without AVS information (limited only to management accounts and usable at their discretion) when we've tried everything and still can't get the address to pass AVS. Unfortunately, when I try to run the transaction without passing any of the address parameters (the only additional parame…
-
- 1 reply
- 2.2k views
-
-
What access do I need to the FM Server to have Admin Anywhere function? One of my clients has a VERY buttoned up network... I cannot connect in with FMP via TCP/IP, I cannot get out or in via logmein or timbuktu... Thanks, Mark
-
- 1 reply
- 1.9k views
-
-
I have 360 works Web Assistant which I use for various things involving http posts. I would like to use the plugin to post a status update on Twitter. From my research , the information I need to pass is username password status what I can't seem to find is the url to perform an http post command any ideas anyone thanks
-
- 2 replies
- 2.1k views
-
-
this command is embedding my File rather.. I looking for 'by reference' I got a button that calls this command.. GetFileAsContainer If I exit FM, i would think I have to click button again.. but image is still there. I also renamed the image file.. and my code still sees image TIA
-
- 1 reply
- 2.1k views
-
-
Everything seems to work with Discover and American Express cards but there is an issue with the Visa and MasterCards. According to authorize.net it's the format of the information being passed and because of this these cards are being declined. It's the same info as is being passed for discover/amex and I can't seem to find documentation indicating where I am going wrong. Any ideas? Thanks!!!
-
- 1 reply
- 2.2k views
-
-
I have a container field and I am using the GetFileAsContainer function in a SetField statement to insert a PDF file. I keep getting an error every time I enter the path to the file. The statement looks like this: GetFileAsContainer( e:invoices$$filename)&".pdf" I tried using quotes forward and back slashes, filewin: prefix...you name it and I still get a table not found error. What is the proper syntax for the path to file statement. Help
-
- 3 replies
- 2.8k views
-
-
If I put in the ccProcess script (Name of DB is "DB1" "address ="&DB1::ADDRESS1; This is what comes back on the Authorize.net receipt: Address : =1600 Hahn road How do I get rid of the "=" in the receipt? If I just drop the "=" the data is not passed.
-
- 2 replies
- 2.2k views
-
-
I have set up Web Services Manager and it looks like it is working fine from my testing. I am using your SOAP client to test it and looks like I can send and receive data fine. I have a client tha is using PHP and CURL tro send and receive data and they are having a problem. The CURL process just returns the WSDL itself. It is not successfully submitting the sent XML data or calling the script behind the web service. Is there any additional testing they should do or settings they need to specify when using CURL? Thanks Michael
-
- 2 replies
- 3.8k views
-
-
Greetings, I have RemoteScripter setup with a simple listener/launcher script and a target script. All is fine and dandy when it is running on a workstation. My question: can the listener be setup on a server without using IWP/CWP? I.e., if I schedule the listener launcher script to run, will that work, or do I have to choose between IWP/CWP and having a workstation open to handle requests to RemoteScripter? Thanks, Jason
-
- 1 reply
- 2.4k views
-
-
Hi there I am having an annoying problem with 360Works Web Assistant on Windows Vista. I just got it and think it is a great plug-in but unless I run Filemaker Pro 10 as admin in compatibility mode, Filemaker complains that java is not installed (though it is) and the plugin is not active. Running as admin in compatibility mode, Filemaker and the plugin work as expected. Is there a fix for this? I would prefer not to have the app running in this mode. Many thanks Michael
-
- 1 reply
- 2.1k views
-
-
How do you register the plastic plugin if you are only using custom web publishing via php and not IWP?
-
- 1 reply
- 2.8k views
-
-
Recently Browsing 0
- No registered users viewing this page.
Who's Online (See full list)
- There are no registered users currently online