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
-
Dear All, I am based in London in the UK. I am looking at the Plastic 2 plugin (which installs really easily btw). However, I am applying for my merchant account and it appears to be aimed at companies based in the US. Whats the alternative for a UK based company ? Thanks Kaps
-
- 0 replies
- 1.1k views
-
-
This feature works well to list all strings found in a text field. When I know exactly what I am looking for. Now I would like to list all data inbetween to values for example <type>this is type 1</type> <type>this is type 22</type> <type>this is type 34</type> What formula can I use to list the above where the type data will change? I want to see a full list of all types. I don't mind if the xml is in the result. Thanks
-
- 0 replies
- 903 views
-
-
I am using Bluepay as my processor, and they support Authorize.net emulation. I have no problem with card not present transactions, but when I do a card present transaction, it will throw an error result on an approved transaction, so I get the approval code, but I do not get the transaction id back. I have tried rearranging script steps, but so far I have had no luck. Any pointers would be greatly appreciated.
-
- 0 replies
- 877 views
-
-
I am just now starting to look into using plug-ins on the server-side and want to use it with WebDirect. I can't get my head wrapped around how registering the plug-ins would work. I'm just plain having a brain fart. I know where the plug-ins needs to be installed on the server for WebDirect. Everything I've read says that the registration needs to be done with a script. Do you run a script in the WebDirect session or do you have to run a server-side script to register the plug-ins? Any aid would be appreciated.
-
- 0 replies
- 1.4k views
-
-
On a vanilla Windows Server 2012 I first installed the latest version of 32-bit and 64-bit Java 6, on the understanding that ScriptMaster required 32-bit Java to run. Â I then installed Filemaker Server 13 which installs Java 7, required to run the server. Â On placing the 360Works_ScriptMaster.fmx64 in the Filemaker Server's Extensions folder and restarting the Filemaker Server I was delighted to see the plugin listed, and I was able to enable the ScriptMaster plugin, see attached screenshot. Â All good so far BUT when I try to run a server-side script (either in web browser or with Filemaker client) which invokes a Groovy script using ScriptMaster, the cursor t…
-
- 3 replies
- 1.8k views
-
-
Recently I've been having an issue with Plastic2 and IWP on Filemaker Server 10. I'm having trouble troubleshooting the exact issue because every time I try to do a test transaction I get an error that "A duplicate record with ID XXXX already exists." I've logged in to Authorize.net and deleted the profile but still get the error. As this error is with Creating a Profile and not charging the profile the charge still goes through and the client thinks it does. This is because the script is setup to take transactions that return an error to an error layout in Filemaker. Thanks in advance for your help
-
- 4 replies
- 1.4k views
-
-
I have a client who currently has a report using multiple portals. The report is based on a table with many child records but those related records are all first generation children, not child, grandchild, etc. Thus, the report cannot be created on the last child table. Can I use Scribe to create a MS Word document that will contain these multiple portal records? I looked at the documentation but didn't see anything for "Portal" or "Related Records".
-
- 0 replies
- 1.1k views
-
-
I am currently doing some testing to see if the Scribe Plug-in will be suitable for a client. I have noticed that the ScribeDocSubstitute function strips carriage returns out of a field when it is sent to a Microsoft word document. For example I have the following <<Postal Address>> Which I am trying to replace with a calculated address field containing 123 Fake Street Exampleville QLD 0000 However, this is coming out as 123 Fake Street Exampleville QLD 0000 Is there any way to include the carriage returns in the substitution?
-
- 8 replies
- 2.7k views
-
-
I recently purchased RemoteScripter and think I have followed the documentation, but IWP doesn't seem to be taking the registration info, as it expires every two hours. In my On Open script, I have this step: Set Variable [$register; Value:RemoteScripterRegister ("mykeyhere";"mycompanyhere)] That is all I found in the documentation. Is there more I have to do? Do I have to actually apply the registration somewhere, or should that be it? Is the script being run by a web client sufficient, or do I need to run it elsewhere? I installed the Plugin in the FM client on the web publishing machine, and that seems to work fine, but my IWP keeps timing out.
-
- 0 replies
- 896 views
-
-
Hi there, I've just got notification of FM13 release, and I've been planning to implement the Plastic 2 plugin, as we already use MerchantWarrior for our processing (in fact it was me who suggested they contact 360works). I'm very wary of OS X server 10.8 & 10.9 Java issues, as I've dealt with them with no good outcome for a different app. I notice the release notes for FM 13 say: 1.6. The FileMaker Server 13 installer installs Java Runtime Environment 7 (JRE 7) update 25. On OS X, if you have a later update of JRE 7 installed, then JRE 7 update 25 is not installed. On Windows, if you have a later update of JRE 7 installed, JRE 7 update 25 is still inst…
-
- 0 replies
- 2k views
-
-
What is the correct way to use the new SetErrorCapture plugin function. The 360Works documentation has not been updated to illustrate how this function should be used.  I am getting a number of dialog boxes popping up now that I'd like to suppress. For instance, in SuperContainer when a user cancels a file download dialog, I'm getting an error dialog after.  I've tried the following at the start of each script:  Set Variable [$error; Value:SCSetErrorCapture( "On" )]  but that doesn't seem to do the trick.  Any advice?
-
- 7 replies
- 2.6k views
-
-
Before posting here, please make sure you have updated your plug-ins from 360works.com, your FileMaker, and your Java. Please note 360Works plug-ins require a 32-bit Java Runtime Environment in order to run. FileMaker Pro will prompt you on startup to download the appropriate software if it is not found on your computer. But FileMaker Server has no such prompt, and you may be required to manually download a 32-bit JRE if you do not already have one. On Windows, you will need a 32-bit version of Java 7 from Oracle. On Mac, you will need the latest Java 6 update from Apple. For Mac OS 10.6, click here. For Mac OS 10.7+, click here. If you continue to experience diffic…
-
- 0 replies
- 1.3k views
-
-
Any suggestions on using Web Assistant with Reddit's API? http://www.reddit.com/dev/api#POST_api_login I've tried the following to login: Let ([ setup = WAReset & WASetInputValue( "api_type" ; "json" ) & WASetInputValue( "passwd" ; "password" ) & WASetInputValue( "rem" ; "1" ) & WASetInputValue( "user" ; "username" ) ]; WAGetURL( "http://reddit.com/api/login/username" ) ) That returns ERROR. Also tried: Let ([ setup = WAReset ]; WAGetURL( "http://www.reddit.com/api/login/username?user=username&passwd=password&api_type=json" ) ) Also returns ERROR. Thanks for any advice!
-
- 0 replies
- 1.2k views
-
-
Hi, I've just received your newsletter for this plugin and I've download the demo version. I'm interested in the SMS functionality and I tried to use it but I'm in Europe and it seems that it work only with US phone. Right? Do you have any solution to send SMS from filemaker in european countries? Thanks, Pierre
-
- 1 reply
- 1.3k views
-
-
Hi, I'm new to using the Plastic plugin under FMS. I placed it in the specified /library/filemaker server/database server/extensions folder, but it kept showing up as Not Loaded. I thought it might be a permissions problem, so I changed the owner, group, and permissions as follows: Owner: fmserver Group: fmsadmin Permissions: RWX,R-X,R-X. When I did this, the plugin disappeared form the list of server plugins altogether. I have tried stopping and starting FMS, reinstalling the plugin (including re-downloading it), reverting the permissions back to how they were at the beginning - but under no circumstances will the plugin show up in the server plugins list. F…
-
- 4 replies
- 2.8k views
-
-
Hi, First, I would like to apologize for the newbie question I'm about to ask, I'm new with FileMaker and 360 Works. This question is about DocuBin and SuperContainer. I've installed FileMaker 12 Server Advanced few weeks ago, in a 2 server deployment, one is the Database server and the other is the Web Publishing server. I've been asked to install DocuBin, which as I found out, also requires SuperContainer during the initial configuration (it asks for the website URL). In 360Works documentation, they say for example, "Copy the downloaded SuperContainer folder to the FileMaker Server and run the installer", What I don't understand is to which of the serve…
-
- 1 reply
- 990 views
-
-
Hi, I am testing an installation of WSM. Hosted on SBS2003, Filemaker server 11. Web publishing is on, all files where they are supposed to be, Java app works and returns results but the WSM errors when trying refresh available files with this error: "Error getting list of files" The list of files for web publishing could not be retrieved". Then goes on to tell me to check everything which has been done.  Going to the URL reveals this:  http://192.168.2.11/websvcmgr.php?wsdl/fmi/xsl/test/xslttest.xsl  360Works LogoWelcome to the 360Works Web Services Manager.  Click here to view a Web Service Description Language (wsdl) file describing enabled operations and …
-
- 1 reply
- 1.4k views
-
-
Hi, we have a business management system written on FM12 which we use to run all aspects of our business alongside our web based sales magento platform. The relevant magento tables are integrated with FM12 and data is retrieved and sent via odbc. We want to be able to execute scripts in Magento from FM12 via web services and the fmnexus plug in looked like the best route to accomplish this. However, it doesn't appear to be available any more. Does the 360Works web service manager have the required functionality to allow us to do this or is there any other plug in suitable ? I watched the web service manager demo video and it all seemed to be more about pulin…
-
- 1 reply
- 1.6k views
-
-
Hello. I downloaded the demo of scribe and tried to write to an specific field in an xlsx-File. But scribe always adds an apostrophe (') in front of the data..and can't import the same file after writing data into it ("No supported file format"). I used the sample scripts, which are included in the demo-package. Does anybody have an advice? Thanks
-
- 0 replies
- 968 views
-
-
Quick question Does the Web Services Manager plugin support NTLM authentication? cheers Stephen
-
- 0 replies
- 861 views
-
-
If I upgrade to Plastic 2, will my Plastic 1 code still run unaltered? Peter Lehrack
-
- 1 reply
- 1.2k views
-
-
I just downloaded 360 Works Script to be used mainly to merge filmaker (12) to word document. Any help to get a simple FM database using this script to illustrate the merging process will be appreciated. Thanks in advance! Mushabab Al-Murayeh, MD
-
- 2 replies
- 1.4k views
-
-
Our solution currently calls out to a RESTful service for all authnet interactions (we also have a ScriptMaster script that handles these but no longer use it for various unrelated reasons). I'm looking at plastic to see if it does what we need and it does except for an apparent lack of line item support at the invoice level. Can anyone confirm/deny/point me to RTFM on this? Tx john-
-
- 1 reply
- 1.2k views
-
-
Hi, Watch what happens when I try to enable the 64-bit Scribe plug-in: http://screenr.com/b9KH My system specs are: Windows 7, home edition, 64-bit Service Pack 1 Cisco VPN Filemaker Pro 11.0v3 Side note: when I attempt to enable the webassistant plug-in, the same thing happens -- instant termination of Filemaker Pro. If anyone has any ideas ho0w to fix this, please email me. Thanks!
-
- 7 replies
- 1.9k views
-
-
I am using filemaker 12 server advanced on a Windows server 2008 R2 Enterprise machine. I am have successfully made a script using the JDBC plugin to import records from one of my other systems. This all works fine. Now my problem begins when I try to use this script in a server side schedule. It all works perfectly except the import step. I have the script setup to import from xml and I use the jdbcXmlImportUrl function to get data from the last query. This fails when tried from the server, but works fine when ran from filemaker on the same machine. I tested to see if the server queries were working by setting some test fields with jdbcGetValue function and it work…
-
- 2 replies
- 1.4k views
-
-
I have scripts that process data passed in from the 360Works Web Services Manager. I found that data submitted via a web service will truncate results where it encounters a carriage return. So, of the following text... Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur fermentum ornare neque mattis porttitor. Vestibulu sodales lorem neque, ut ornare nibh. In ultricies sagittis felis, nec sodales augue consequat vitae. In laoreet neque nulla. Sed quis lorem vestibulum neque fermentum rhoncus sed vitae magna. Nunc nec metus tellus. Sed cursus cursus nibh, eget mattis enim hendrerit vitae. only this portion is stored in FMP field: Lorem …
-
- 1 reply
- 1.1k views
-
-
Upgraded the OS on my Mac Mini Server to latest 10.8.4 (from 10.6.x) the other day, installed new Filemaker 12 Server. All is well except that my SafetyNet plugin will not load. Shows on the Plugin page of the admin console, but always as Not Loaded. Restarted the database server a couple of times, checked permissions on the plugin file: not locked, read and write for all. Any ideas?
-
- 1 reply
- 961 views
-
-
I was running version 1.4 of Scribe for quite a while without issue. Last night I got a notice for a new critical update for Office, so I installed it. Today, my database does not want to run my normal load plugins script, returning 'Ignored' for the GetPluginStatus function. I tried updating to 1.401; this did not seem to help. I had an OS X update sitting around, I installed this, and after that suddenly after that the Scribe update worked again... ...until I got home and tried to fire up my database again, and am once more getting the 'Ignored' value for the GetPluginStatus function. I suspected the Office update broke things, then I suspected the OS …
-
- 2 replies
- 1.3k views
-
-
We are having some issues with the 360Works plugins that we use when using FileMaker 12's new Install Plug-In File script step to update an existing plugin. Essentially, it won't replace the existing plugin if one exists. If no plugin exists, it has no problem installing and loading it. If another version of the plugin exists, it returns a 1550 error code indicating that the plugin couldn't be loaded. If you go to the Extensions directory, you'll see the version that was there originally and then you'll see copy of the plug-in with .new as the extension. So, it seems like we can't update your plugins(at least FTPeek and a ScriptMaster created plug-in) w…
-
- 2 replies
- 2k views
-
-
When opening a hosted file I check to see if my plugins are registered. If not I attempt to register them. With remote scripter I have been getting an error even though it seems to have registered fine. The error I get is as follows: java.lang.IllegalArgumentException: Null stream was passed to inputStreamAsBytes Again this error only appears when first opening a hosted file and after the register script is run. Any thoughts?
-
- 2 replies
- 1.6k views
-
-
I noticed that at least two of your plug-ins now have 64-bit versions: FTPeek and ScriptMaster. I'm not sure exactly what the benefits of using a 64-bit version of these plug-ins are. I assume they will only run on 64-bit OSes. Do these 64-bit plug-ins run with the 64-bit version of Java or do they still require the 32-bit version of Java?
-
- 2 replies
- 1.3k views
-
-
All the scripts that retrieve information about a database run very slowly. I think performance could be improved greatly by running these scripts on the server. This is easy to do since a requirement of using WSM is having XML web publishing enabled on the server, which means you can easily trigger a script via a url. I've attached a pdf of a group of a script steps that can be added to the beginning of any script you want to be run by the server. If the file is not hosted, then the script will run as usual on the client. If the file is hosted, it will attempt to perform the script on the server. If the server returns an error, then the script will still run on the c…
-
- 0 replies
- 1.1k views
-
-
The use of drop-down lists instead of pop-up menu's would allow users to type in the file, layout, and script names rather than waiting for a list to populate before being able to select it. This would be very handy for filenames because to refresh the list of files I have to go into the admin console, disable to option that requires authentication before displaying hosted files, go back to WSM, refresh the file list, then back to admin console to enable that option again. If I could just type the filename, it would be exponentially quicker/less frustrating for me. Layout and script names aren't quite as annoying, but I still have to wait for the list to refresh b…
-
- 0 replies
- 1.1k views
-
-
Hi There, Â I am getting the following error (see attachment) on a new account in Authorize.net. Â It says the account has not been given permission to handle the request. Anyone know what this means? Â Thanks, Â Mark Lemm FileMaker Pro Custom Development Solution Sales and Consultation Over 20 years experience FileMaker Tech Net Member Learn more at www.lemmtech.com Â
-
- 1 reply
- 2.5k views
-
-
Hi, I try to access a Oracle database by the JDBC Plugin (using oracle thin jar). When I use a a table or a view in the same database the sql query it works fine. If I use a synonym I only get errors back. Is there a way to access synonyms? (I tested the sql query with DbVisualizer and the same java jar, the query is correct and works) Thanks for help Markus
-
- 1 reply
- 1.4k views
-
-
I would like to use Scribe to pre-populate a PDF then save it again automatically (Either the field contents or the whole pdf if I must. Process Flow: I see scribe can pre populate a PDF really easily; great. Then the user would add additional data that was not in the DB Then when user was done FMP would save the PDF and extract the additional fields, or even just save the PDF. The issue I see is that there is no way to force a save of the document so that Scribe can extract the field contents. It would appear that the user would have to do a 'Save As' then Tell FMP what the new filename was for everything to continue. Someone must have an elegant wor…
-
- 0 replies
- 1.3k views
-
-
I'm have been getting some extra error messages with the new version of remotescripter that I didn't get before the update. I get an error saying that my license only covers one user at a time. I have the portfolio bundle and I thought that it allowed for one file deployment and any number of users. Not sure if I am just using it wrong and got lucky in the past or what. I have one robot box that handles all remote requests. The robot and the users register the plugin once the host filemaker file is open. Is this not the way to do it?
-
-
- 1 reply
- 1.2k views
-
-
Dear Support, I tested the scribe plug-inn for Filemaker and I didn’t manage to preserve the font styles, tabs and carriage returns when “ScribeDocWriteValue” writing to a word document. I’m using Office 2010, FileMaker 12 and 360Works Scribe v1.401 The Content Control I used in Office 2010 is rich text. The script I based my test on is: “Write to Field” What am I doing wrong? Do you have a working example? Kind regards Xavier ----------------------------------------------------------------------------------------------- What's new in 360Works Scribe 1.3: June 19th, 2012 · Added support for inserting carriage returns into Word documents …
-
- 0 replies
- 1.9k views
-
-
I don't think I've seen anyone else mention this, so perhaps it's just me, but... When I call "Get (InstalledFMPlugins)" on the Windows platform (FM12 obviously) I don't get any version numbers for 360Works plugins. This is causing problems with a script used to automatically update plugins if a newer version is available. Other plugins are correctly returning their version numbers, but not those from 360Works. E.G here is the output of the data viewer on Windows: 24U SimpleDialog Plug-In;4.1;Enabled 360Works Email;;Enabled 360Works ScriptMaster;;Enabled BaseElements;1.3.3.0;Enabled Dialog Plug-In;0.0.54.0;Enabled fmDataGuard;2.0.4 BUILD 101206;Enabled ODBC/JD…
-
- 5 replies
- 2.2k views
-
-
This is in reference to the Soap Client (http://www.360works.com/soap-client/) which 360Works provides for testing. (Thank you, btw.) When I enter in the WSDL URL and click Retrieve, I get this message: java.lang.RuntimeException: Could not find the java compiler at /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/javac.exe. You only have the JRE (Java Runtime Environment) installed Unexpected error As an example, let's use this WSDL: http://www.webservicex.net/stockquote.asmx?WSDL I am trying this on a mac (10.7.5). I have java 1.7.0_25 installed here: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/ Per the instruction…
-
- 0 replies
- 2.6k views
-
-
Hi All, This should be a simple one ... I'm using 360Works Scribe to populate data into an Excel spreadsheet template. The solution is hosted in FM Pro Server using Instant Web Publishing. After the user has examined some dynamic data on the screen, they may download an Excel spreadsheet containing the data. To do this, I open an Excel file that serves as my template using ScriebeDocLoad. I then populate various fields into the spreadsheet using lots of ScribeDocWriteValue commands based on what the user is viewing, then save the file using the ScribeDocSaveFile function. I use SuperContainer to house the file and the FileMaker Open URL function to allow th…
-
- 1 reply
- 3.9k views
-
-
Hi, I am using the Scribe plugin to extract text from doc, docx and pdf file. These files are collected from different channels. Just around 2% of the files being processed did not return correct result. Half of the problem cases return "ERROR" and the other half returns empty string. The problem files include pdf file. Some are doc and docx file. I feel strange as I can open the file manually and do copy and paste the text into Filemaker text field. Would there be some limitations that not be documented? Overall, this is a great plugin. Thanks. Oliver
-
- 1 reply
- 1.4k views
-
-
Hi, I am trying to write to a .xlsx file which has embedded documents in it using scribe. When I go to open the .xlsx file it has unreadable content and the embedded file is lost. Any help would be appreciated. Thanks, Steve
-
- 1 reply
- 1.3k views
-
-
Hi! I am running SafetyNet 1.3 with Filemaker 11 Server on MacosX 10.6 Server. I can't backup to Amazon S3 now but before was working. Error message below, Offsite backup failed while getting list of remote files: org.jets3t.service.S3ServiceException: S3 GET connection failed for '/' Can anyone give me a hint? Thanks a lot! -- Johnny
-
- 1 reply
- 1.6k views
-
-
We've recently started using FileMaker 12 and its new Install Plugin File script step. Installing plugins this way has worked for all users except one -- the script step returns the error code 1551. From Filemaker's reference guide, that error code is: Can't delete existing plugin, can't write to the folder, can't put on disk for some reason Also -- just after this step is unsuccessful, it says, "'Untitled' cannot be installed" -- so it does not seem to be seeing the name of the file that is stored in the container field. This user is on Windows 8, as are a couple of other users. The plugins do not seem to be on the computer already; what are some reasons it …
-
- 3 replies
- 2k views
-
-
I am experimenting with the demo versions of 360Works Email and Remote Scripter plugins but keep getting the following dialogs when starting FMP12 Adv: Error starting Java 360Works plugins require Java 1.5 or later, which is not installed on this computer. Download it from http://www.java.com (error 1) I've upgraded to the available version (1.6x) from Java and also tried the Apple Java download but nothing seems to affect getting the error message. When running the version check in the terminal, I get: java version "1.6.0_37" Java SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Java HotSpot 64-Bit Server VM (build 20.12-b01-434, mixed mode) …
-
- 5 replies
- 3.1k views
-
-
Hi, I need some more heap-space (espacially for Scriptmaster, but I think its a general problem of the plugins). I tried the method described here: http://docs.360works.com/index.php/Heapspace_Out_of_Memory_Error but unfortunally it doesn't work. The heap stays on 96M. With a short look in the plugin-logfiles it seems to me, that the custom value is overwritten by the plugin: In this example, the JVM was created by FTPeek and with Scriptmaster it looks the same (tested this by disabling FTPeek). To me this looks like a general bug... does anybody know if there is a fix or a workaround??
-
- 5 replies
- 2.2k views
-
-
I'm testing with the demo RemoteScripter but the parameters sent to the script fail when I call to Get (ScriptParameter) Startup IF [ RemoteScripterStart ( 7244; Get ( FileName ); "Procesos Remotos" ) ≠ "ERROR" ] Call RemoteScripter RemoteScripterTrigger( "TECNOC21"; 7244; Home::temp_variable ) Script "Procesos Remotos" Get(scriptparameter) .... Thanks
-
- 0 replies
- 1.4k views
-
-
Hi, I wondering whether somebody might be able to help me with something, more information than help. For background, I'm trying to integrate a system into a website, performing calls, sending data to and from the website. This is all going to be handled from the FileMaker side. Scripts will Send Data to the website via XML and then also receive data in the same way. From the ScriptMaster Plug-In, I was very happy to find the PostXMLData function. so, following on, having started conversations with the Website developer, we got started to getting the the first call to the website, which simply started by sending log-in credentials to the website, and the a…
-
- 0 replies
- 2k views
-
-
Hi, I'm trying to activate the JDBC plug-in on a Filemaker 12 server, but the checkbox keeps deactivating after I perform a save. Is it server compatible? I'm using the ScriptMaster plug-in on the server side without any problems, it would be nice to have this one working as well.
-
- 1 reply
- 1.3k views
-
-
Hello FM fans I'm having an issue connecting to a MS SQL Server DB that I have using the 360works plugin... I can load the driver OK, I get the message "1" so it loads OK, but when I try to open a connection to the DB I get an error : "No suitable driver found for...." The driver that I downloaded is the latest MS SQL JDBC Driver 3 from Microsoft. I load like this: jdbcLoadDriver( "java.sql.Driver" ; _properties::jdbcDriver ) -- Note that the driver is in a FM container I Open the connection like this: jdbcOpenDatabase("jdbc:sqlserver://10.***.***.******:1433; databaseName=Test" ; "user" ; "password" ; True ) -- syntax following the help…
-
- 3 replies
- 3k views
-
-
I am migrating some script steps that I used to do with TROI url to 360WebAssistant and I am experiencing some inconsistent results. My scripts integrate with many different 3rd part web services, mostly shopping cart APIs to retrieve order information. Sometimes the migration is seamless, I just change the TURL_Get function for a WAGetURL function submitting whatever url string is required and I get my xml response that I can parse. In this particular instance where I am getting my normal xml response when using TURL_Get, using the exact same URL all I am getting is this: "WebService.aspx" as a response when going through WAGetURL I have tried several configurat…
-
- 0 replies
- 1.5k views
-
-
been awhile since I looked but can or will Plastic support Stripe or PayPal API? Thanks Stephen
-
- 0 replies
- 1.1k views
-
-
Hello group, I was wondering if there's a way to know if the scribe plugin can help me with my project. Using FMA11 I want to populate a PDF that have permission to write, fill and save the form. My problem is that I have on my PC Acrobat professional but the reste of the office only have Reader. So when I test on my PC it work, since I have Pro When other user are doing it, when the file is created, data are populate from FM and the file is open so user can enter remaining information... but the new created file lost the permission to fill the form and save it. The way it's configure, I'm not using a container field, but I link it to a template fi…
-
- 2 replies
- 2.2k views
-
-
I am looking to use Remote Scripter to print PDFs using IWP but the setup is beyond my capabilities. Is there someone from 360Works here (or anyone else) that I can contract to help set this up?
-
- 0 replies
- 1.2k views
-
-
I am successfully using ScribeFileAsText to pull the text out of PDF files and using the text data to match my records in FileMaker, but once I have used ScribeFileAsText the PDF files on my C drive are locked by FileMaker. I need to be able to Move or Delete these PDF files after working with them, but am unable since the ScribeFileAsText function has locked them up. I later attempted to add a ScribeDocLoad step before the ScribeFileAsText step and then put a ScribeDocCancel step after, but this also did not work. How do I gain access back to the PDF file once I have run the ScribeFileAsText script step? Thanks, Jeff
-
- 0 replies
- 1.7k views
-
-
Is it possible to use Scribe to write to Excel when referencing the cell by its coordinates in (row, column) format? For example, cell C5 would be (3, 5).
-
- 1 reply
- 2.5k views
-
-
When writing an address to a worddocument with ScribeDocWriteValue ( name ; value ) all ¶'s are "converted" to spaces printing the address as one line (I've of coarse made sure that in the field-properties in word the "allow multiple lines"-option is selected for this particular field). I've tried changing the ¶ to \n and <br/>, but that's literally written to the worddoc. For the time being I have a workaround by cutting up the address in several fields, but that's not a long term solution (different countries use different mockups of an address). Anyone knows how to solve this ? regards, Menno
-
- 4 replies
- 4.9k views
-
-
Hi, all user list, I need to get data from php page with POST method, but can not find any rifermineto how to use this code. php $mail = (isset($_POST['mail'])) ? $_POST['mail'] : ""; $password = (isset($_POST['password'])) ? $_POST['password'] : ""; $key = (isset($_POST['key'])) ? $_POST['key'] : ""; plugin 360 PostDataToURL( "key=mail, key2=password, key3=key"; "value=" & PowerShopping::mail & ", value2=" & PowerShopping::password & ", value3=" & PowerShopping::key ; PowerShopping::APIURL & PowerShopping::APIPAGE ) Result empty full parameter plugin 360 PostDataToURL( "mail,password,key"; PowerShopping::mail &…
-
- 0 replies
- 1.5k views
-
-
Hello: I have a client trying to use RemoteScripter to print a report to PDF for use on IWP. They are using a hosting service provider and need to have a local machine on their network (not the host) running the robot. I've had the hosting provider open ports on their server and install the plug-in as described. I can get the plug-in to register via IWP, however, after adding port forwarding on the local machine, I continue to get a "connection refused" error. Can you please asssit? Thank you!
-
- 0 replies
- 1.1k views
-
-
I am struggling w/this. It seems like it should work, but doesn't. I can pull data from Excel with an literal call: ScribeDocReadValue( "B5" ) That kind of thing is working just fine. But I am trying to use variables that designate the target cel in Excel...and increment in a loop, thus scraping data with some precision. For example I have a variable: $$PO_Number_Cel that returns this literal text, "C4" I then use that resulting variable in this fashion ScribeDocReadValue(( """ & $$PO_Number_Cel & """ )) But all I get is an error in the set field that utilizes this technique, despite my tweaks and tests. Can anyone savy with this that can …
-
- 1 reply
- 1.3k views
-
-
Hello, I am working with 360 works' 'Plastic' plug-in (Demo) with Authorize.Net. I am testing with Card Present transaction. When I swipe the card and pass the track data to CCProcessPayment() It shows the error "The Market type is invalid." I think this is because the used Gateway ID and Transaction key is for 'card not present' transaction NOT for the 'card present' transaction. The current Gateway ID and Key I am using were bundled with the demo file of 'plastic' plug-in. And the plug-in does NOT support the Authorize.Net test accounts. So for testing swipe transactions I need test Gateway ID and Key that is compatible with 'Card present transactions'.
-
- 0 replies
- 1.4k views
-
-
Hi. I am using Scribe with FileMaker Pro Advanced 12.0.3 under MacOS X 10.7.4 to copy the text from a RTF file to a text field (ScribeFileAsText). It works with documents I have created in my computer. Now I have to convert 1000 RTF files that come from a customer. When I import them, typical Spanish characters are not recognize (ñ, á, é, í, ó, ú...). I get a "�". But, if I open the RTF document, change something and save it, everything works fine. Why? Any idea of what can I do to solve this problem? Obviously, I cannot suggest my customer to open all the files and save them again. Thank you. Javier
-
- 0 replies
- 1.6k views
-
-
Do you know of any solutions that allow automatic importing of data from emails? We have a client that gets customer data from various sources that send him emails containing the customer information. He would like the database to automatically pull this data in as the emails arrive in his inbox. I have the database set up to parse manually pasted in text from the emails, but don't have any idea how to get the database to automatically pull in email data. Is there a way?
-
- 1 reply
- 1.4k views
-
-
Hi, New customer of 360Works, first posting. (Sorry if it is in the wrong forum). I think I have a fairly simple regex problem which, for some reason, is just not clicking with me. I have every conceivable regex-plugin, resource, buddy, magic, you can think of. And my brain is refusing to continue the thought process no matter how hard I try to encourage it. I even have code samples of other regex flavors that supposedly work but when I plug them into 360Works Scribe it stops working. I need to take a text file (typically Word format but could come in an email) that clients give me and I need to convert to HTML as part of online courses I produce. Got everyth…
-
- 3 replies
- 2.2k views
-
-
Hello! I am using Go on an iPad and trying to trigger remote scripter on another machine. This is done easily enough with an open URL script step. What I really want to do is trigger the script without having to leave FM and launch the browser. Anyone have an idea of how to do this? Thanks in advance, Wes
-
-
- 3 replies
- 2k views
-
-
Hi guys, I use XML publishing to sync some data between two remote FM servers: The urls are not imported directly via import records but the url is called via WebAssistant and the result is saved to disk and imported from there. I use WebAssistant for better control/time-outs etc. in favor of other techniques. The solution worked seamlessly for some month with two FM11. The solution was migrated to FM12 and now the odd part: via a FM12 client (12.03) everything works as expected via server script, I receive an error (111) Connection refused via WebAssiant, but if the same url is called via ScriptMaster's GetUrlAsText() everything works as expected. even the…
-
- 2 replies
- 1.4k views
-
-
Having a problem i guess has an easy soultion but i cant get it to work...I am surely missing some "important piece" If I use Set variable with the below it works fine and within secs my iphone gets the notify NotifyProwl( "my apikey entered" ; "application" ; "event" ; "description" ; "priority" ) What I want is to change the key i entered into the script to the value of a specified field, something like this: NotifyProwl( table::apikey ; "application" ; "event" ; "description" ; "priority" ) But that wont work for me. Any ideas what i am doing wrong /missing out? beginning to get thinhaired by this now so any help would be greatly appreciated
-
- 2 replies
- 1.3k views
-
-
I have the Scribe plugin working successfully with FileMaker Server 10 as a server side script but now I need to call it using PHP. I stopped the server and moved the plugin to the Web Publishing/publishing-engine/wpc/Extensions folder and then restarted. I have a script which sets a field in a table with one record to the Scribe version, but when i call it from PHP all I am getting is a "?". Any suggestions welcome and thanks in advance. Ken
-
- 2 replies
- 1.3k views
-
-
I have installed the Scribe plugin on FileMaker Server 11 and have it loading a PDF form from a container field and populating it from the database. So far so good. Now I need to have it do that when the script is called from PHP. Not so good. How do I get my FM script to use the plugin when the script is called from PHP? OS is Windows 2008 Server. Any help appreciated and thanks in advance.
-
- 1 reply
- 1.1k views
-
-
Hi All, I have 360Works SuperContainer version 2.864 with Enterprise license that can't work with an error on my IWP as below HTTP Status 404 - /SuperContainer/Files/UserPhoto/ FileMaker Server has encountered an error: The requested resource (/SuperContainer/Files/UserPhoto/) is not available. If the Server Launch Page is not available, visit the FileMaker Website for more assistance. While, I tried to access on our server, I found there is an error when I tried to access the folder on server side. "an add-on for this website failed to run". I am not sure if this two problems are related each other, or is there some missing part that I need to do to make t…
-
- 1 reply
- 1.6k views
-
-
I am trying to use the soap client from http://360works.com/soap-client/ on a mac that has the latest oracle / sun JVM and JDK installed but seems like in mac the app is trying to find a windows runtime. it works perfect in windows. is there something I could do in my side to use it in mac? the tool is very handy to test the webservice manager from 360, that by the way it works asome.
-
- 2 replies
- 1.8k views
-
-
Hi, I spent some hours now trying to make Adobe Coldfusion server to interact with the 360WORKS WEBSERVICE MANAGER, but after doing some digging it seems like the generated XML responses from the websvcmgr.php generate Byte Order Marks that is not supported on the SUN 1.4.2 UTF-8 .. I am getting the error Unable to parse WSDL as an XML document.Parsing error: Content is not allowed in prolog. <br> It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. is there a way to disable the BOM in the Webservice manager? I can read many post of php developers striping out the BOM to avoid parsing e…
-
- 0 replies
- 1.1k views
-
-
SafetyNet has been running fine for weeks. Then the other day I received this error in my email: Message from 360Works SafetyNet running on [server name] Fri Jul 22 09:55:03 PDT 2011: Offsite backup failed while getting list of remote files: org.jets3t.service.S3ServiceException: S3 GET connection failed for '/' Is this a problem with S3 or SafetyNet? Note that the time is not the usual time for my SafetyNet backup and when the scheduled time rolled around, the SafetyNet backup succ…
-
- 2 replies
- 2k views
-
-
Hello, I just downloaded the free scriptmaster plugin and its got some good features, but I cant seem to send mails with it, I cant find the function EmailconnectSMTP, I need that to connect to smtp server to be able to send mail via smtp right? Really appreciate answers
-
- 2 replies
- 1.5k views
-
-
Hi all, I have an Excel document. It is blank other than the following: Row 1 has headings All cells have a border All cells are set to font size 10. Using scribe I write to a cell, lets say for example B5 When scribe writes to the document, the border of the cell is lost and the font size is not 10, it is 12. I am sure I read that writing to a cell that didn't exist (i.e. did not currently have data in it) took on the formatting of the row. But all rows are set to point 10 and to have borders. So why didn't this formatting stay put? I thought instead I would just enter a space into all cells. This way all cells existed and had a format fixed. This …
-
- 2 replies
- 1.4k views
-
-
I'm trying out Scribe for a project that will involve writing to an Excel template. The template has a 'summary' sheet that will total values from other sheets etc. I need to be able to write formulas to this sheet in order to have it create the summaries, e.g "=SUM(Sheet1!M2:M125)" Scribe can write that text into a cell, but somehow it doesn't get recognised as a formula. I have to click into the cell, move the cursor to the left edge, and hit the backspace, at which point it is recognised. Any ideas on how to remove the need for that last step? Many thanks
-
- 4 replies
- 3.2k views
-
-
I followed the settings closely and this was working no problems but now on login we are getting the following errors The pop up from 360 works prompting a choice for updates from them or the server, then a pop up that says the plugin was downloaded but not installed due to out dated Plugins, then i check preferences and there is no Plugins. I dont remember any plugins database layout popping up like this during tests Has your server scripts been changed?
-
- 1 reply
- 1.3k views
-
-
Hi I am using the most up to date version of scribe and successfully writing to a word document which is stored as a container. My first query I very much doubt is possible. I am trying to write to a table in Word. Using the substitute function works fine and replaces words I enter in the template with words from fields in the database. But, is it possible for Scribe to add/delete rows from a table? You see the problem is I don't know how many rows are going to be sent to Word from the database, so if I could tell FileMaker to create a row enter text, create the next row, enter text etc it would be great, but I doubt this is possible with Scribe is it? T…
-
- 1 reply
- 1.4k views
-
-
Hello there. We currently use Supercontainer to link artwork proofs and other small jpeg images that pertain to a project back to our database that houses sales tickets and creative tickets for our graphic designers. Production and Installation teams typically print the "work orders" and use the linked images to help assist in produciton or review details for install that may be shown on a art file. With all of this being said, since Windows 7 has been migrating into our office we have found that users on thse machines are able to print all of the filemaker documents, but the artwork that appears in the preview on screen drops out on printing and the image box…
-
- 0 replies
- 891 views
-
-
Has anyone tried or been successful in adding basic formatting (bold, italic, underline, etc.) to text that is being inserted into a .docx document? Specifically, I sometimes insert large blobs of text, some of which (but not all), may be formatted bold in FileMaker. Of course when the text is inserted into the word doc, all formatting is lost. I know word's formatting is more complicated than just wrapping tags around the text, but is there another way? TIA DAve Wheelock
-
- 2 replies
- 1.5k views
-
-
360Works Web Assistant plugin cdyne.com tech said this FileMaker does not recognize the SMS Notify! WSDL as it is a service reference unlike Phone Notify which is a web reference. You can certainly use PHP to write the code for SMS Notify! if you would like. Q: So is it possible to use the SMS Notify! WSDL with - 360Works Web Assistant plugin - *as a service*?
-
- 0 replies
- 1.1k views
-
-
I am hosting Filemaker Advanced Server 10 on a Windows 2003 Enterprise server. The SSL is expired on the server and this is causing an error of: The certificate for this server is invalid... This error shows up in the attach box for Supercontainer so my users can not interact or use the Supercontainer features. As admin of the filemaker, I can go into layout mode and back into view mode and the supercontainer box shows up with the lock and no error. My users do not have layout mode access so I do not know how to fix this behavior. Renewing the SSL is not an option right now to fix the problem. Does anyone know how I can fix behavior and get the SuperCo…
-
- 0 replies
- 983 views
-
-
I've been experimenting with RemoteScripter and am finding that the maximum size for a script parameter to pass is 1,438 characters. It looks like the ScriptResult which is returned by the RemoteScripterSetResult function can be quite a bit longer. Is there any way to increase the maximum length of the script Parameter?
-
- 4 replies
- 2k views
-
-
Hello, I am having a problem with the 360 Works Remote Scripter plugin. I have the plugin installed under /applications/filemaker/extensions and it works fine while just using Filemaker normally. However, when I go to IWP and open the database with my browser I get a plugin not installed and nothing works (I am using the remote scripter demo so I know its not faulty scripts) Is this because I am trying to run the plugin and IWP all from one copy of FileMaker? Any help is appreciated. Oh and I am Using Filemaker 11 pro advanced and running OSX.
-
- 2 replies
- 1.4k views
-
-
FYI - no help needed. This post is just to help out others. I had a situation where I was running FM 12 Advanced with RemoteScripter on a Windows 2008 Server. RemoteScripter requires a "robot" file running on FileMaker Pro Client (not server) that can handle the run script requests from IWP clients or web pages via URL. Running the client on the server was the only viable solution for my client. The problem was, what happens if the server restarts unexpectedly or if you have it restarting routinely after installing patches? The FileMaker client "robot" needs to be running for RemoteScripter to function, so I needed to find a way to start the client and the d…
-
- 1 reply
- 7.5k views
-
-
I seem to be the only developer insane enough to be deploying plugins so soon on FMS 12 for web publishing. Plugins for CWP need to be 64-bit. Has 360 Works released any 64-bit versions? I'm in particular need of ScriptMaster at the moment, but I'm sure others will be required soon enough. Thanks, Howard
-
- 1 reply
- 1.3k views
-
-
Hi, I am having problems to install the Remote Scripter. You are asking for Java Virtual Machine (JVM) version 1.5 or later, on one hand the Java Website tells me, that I have a version 6.sth but when I promt the java -version on the C: I get an error that I misspelled the name or that java does not exist. The download-link from the documentation wants to install 7.4, so I do not really understand this version-differences 1.5 or 7.4? What do I have to install now and why does the 6.sth-Java-Version not contain the JVM I need? I have a filemaker-server 11 advanced installation on 2 machines. Is it right, that when I want to use the Remote Scripter with IWP…
-
- 5 replies
- 2k views
-
-
I have successfully configured remotescripter to call a script from IWP when the web browser is running on the same computer as the FM server. I then changed the IP address to my ISP IP address in the calling script, and I get a message of "Connection Refused". The router is open on the port I am calling (tested from outside), and the plugin is responding, but with the above error. I am running Mac Server 10.6.8, and FileMaker 12 advanced (fully patched). The 360works_webpublishing log shows the following: Sep 9, 2012 10:04:06 AM com.prosc.fmkit.PluginBridge$3 run CONFIG: === Executing plugin function RemoteScripterTrigger on thread Thread-124 === Sep …
-
- 2 replies
- 1.7k views
-
-
Does anyone have experience (advice ?, tips ?, tricks ?, troubles ?) using Plastic and an Instant Web Publishing (IWP) hosted database ? This will be for a simple event registration web page from FileMaker. After the user enters their basic information and payment info, we want to be able to process the credit card and then email them a payment confirmation. Pretty simple and low volume - total registrants will be about 600 people over the course of 2 months. thanks for hearing from anyone who has done this already - will save us some time and trouble to get this going by Oct. 1 !!
-
- 1 reply
- 959 views
-
-
Hello good folks, A client has bought your plugin. We are having a lot of trouble getting the windows .fmx plugin to correctly install on our Windows Server/FMSAdv 11 and Windows 7/FMP 11.0v3 machines. MacOSX worked like a charm. Is there an issue with the SCRIBE WIN plugin file for 1.31? Here's what we've done: Copied the WIN/ 360Works_Scribe.fmx file to Windows 7 Filemaker Extensions folder. Result: after multiple downloads, copies, overwrites and restarts the FMClient fails to load the SCRIBE plugin. Copied the WIN/ 360Works_Scribe.fmx file to Windows Server Filemaker Extensions folder. Result: after multiple downloads, copies, overwrites and …
-
- 3 replies
- 2.2k views
-
-
Greetings, I have developed a POS system using 360Works Plastic (v 1.82) on Windows based systems (some Windows 7 Pro, some XP). The code works flawlessly on my pc (Windows 7). When I run the exact same code on other PCs (some Windows 7, some XP), they get an error message " java.lang.IllegalArgumentException: Missing Card-present transaction. Track 1 or Track 2 Data" I am using PayPal as the gateway in TEST MODE. Only the "card present" mode gives the error, the manual mode works fine. I am using the PayPal test card numbers for Visa, MC and Discover. Again, they all work fine on my pc. The PCs have the same version of Java (Version 6, Update 33). At this point,…
-
- 1 reply
- 1.2k views
-
-
Can someone start a scribe tutorial for beginners, I am starting out with scribe and there is nowhere on the internet that has a video tutorial or even a step by step guide on how to use scribe. It doesn't have to be long or descriptive, all it really needs to do is explain how to use scribe when starting a new database, and how to use the basic functions. If someone is kind enough to do something like this or maybe someone has and I have not seen it then can you please post the link to your findings/work so we all can find what we need easily. Thanks in advance for all of your help, Jafacakes2011
-
- 1 reply
- 1.4k views
-
-
Hi all, Just taking a look at Scribe and very impressed with what it can do. I'm not great with the functions though and have hit a snag trying to export multiple fields to Word from my database. In the supporting example I have been able to export one field using Set Variable [$Writeresult: Value:ScribeDocSubstitute( "<<filenotedate>>" ; Client Records::FileNoteDate)] but I'm not sure how to amend this function to cater for exporting more than one field to the word doc... Any hlep would be very much appreciated! Thanks in advance!
-
- 1 reply
- 1.6k views
-
-
Hey Guys , I started this topic since there is none about this plugin and also because I have a small question. Is it possible to use this plugin to query other filemaker files and retrieve their data ? I know that I can also use doSQL but since I found a bug on that one, I wanted to try the JDBC plugin also to see If I can get my correct query results. Thanks a lot in advance. Best regards.
-
- 1 reply
- 1.1k views
-
-
Plastic plugin works super... however one of my customers has been requesting the use of a keypad to enter the "pin number" at the time of submitting the transaction so this process will submit debit instead of credit. The most important reason to ask for this function is because the number of chargebacks they have to fight every month due to "smart people" that abuse the protection programs from their banks. Does anyone have a suggestion or experience with this issue??
-
- 1 reply
- 1.2k views
-
-
Hello folks! I own an Enterprise Edition of Scribe (SNV LA). I need to write the information of a set of records into a word document. How can I achieve this? I attach an example file of the result I need to get. Thanks! See you at Devcon (as usual!) DD demo_file.zip
-
- 2 replies
- 1.5k views
-
-
Hi, I am having difficulty getting any great answers from 360Works Support on this issue. Has anyone managed to use the ScribeDocWriteValue to write to a word document? Support at 360 say it isn't supported and that I must use ScribeDocSubstitute, which firstly is not in keeping with their online manual (which says that the docwrite function does work with word files) and secondly the substitute functions has several limitations, in particular that it ignores carriage returns. I have been unable to get this to work and am not even sure how to make a placeholder tag in the word document, they talk about in their online manual. Any help would be great
-
- 11 replies
- 6.8k views
-
-
Hi everyone, I am trying to save a modified file from Scribe to Supercontainer. After the modification, i used ScribeDocSaveFile to save the document to the folder it originally came from, say: from Scribedocload ( http://ip:8020/SuperContainer/RawData/docs/foldername to the same. I tried variations without RawData and so forth. Do I have to save to temp and upload via SuperContainer Plugin? Thanks
-
- 1 reply
- 1.2k views
-
-
Between the various tools how would I get the page count of a PDF iText & ScriptMaster SuperContainer Plugin Scribe
-
- 3 replies
- 2.3k views
-
Recently Browsing 0
- No registered users viewing this page.
Who's Online (See full list)
- There are no registered users currently online