
rodland
Members-
Content Count
14 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout rodland
-
Rank
member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Request the increase, ... and AWS did NOT approve. << "We regret to inform you that we cannot grant your request for increased Amazon SES sending limits in AWS Region US East (N. Virginia) at this time. We have determined that your use of Amazon SES may adversely impact our services. For further information about our policies, please review our Acceptable Use Policy and Service Terms:" >> Any advice, I want to use cloudmail for marketing my company regards rodland
-
Hi, ok, "CloudMail is up and running at IP address ...34.1xx.xx.xx" but now appears : Error when attempting to send: com.prosc.aws.exception.AWSRuntimeException: <?xml version="1.0" encoding="UTF-16"?><ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/"> <Error> <Type>Sender</Type> <Code>MessageRejected</Code> <Message>Email address is not verified. The following identities failed the check in region US-EAST-1: email01.trash@gmail.com</Message> </Error> <RequestId>33f1d4c2-bb60-11e6-b
-
Hi,... The keys are correct, ... I shorten them (for the image) regards Rodland
-
Hi everyone, I have generated my keys : - Amazon access key - Amazon secret key Run TEST... ...The following error appears <Error><Code>OptInRequired</Code><Message>You are not subscribed to this service. Please go to http://aws.amazon.com to subscribe.</Message></Error> view image attach To what service should I subscribe? regards rodeand
-
feedback . I installed java 8u101x64 (win8 64bit), and the error window no longer appears.
-
Thank Josh, here adjust the link of oracle : http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html#jdk-6u45-oth-JPR Take the opportunity to ask ...: When creating a plugin with scriptmaster, this is dependent on Java for execution or a component itself. I mean, it is assumed that the plugin (created with SM) ought to be properly executed independent of the version of Java installed on your computer. Regards
-
Hi, I created a plug. and run this indicates... "360Works requires a 32-bit version of java. " It requires java version 6 of 32 bit. I find only v8, anyone knows where i can get the v6 32-bit Heeelp me !! please Regards
-
Thank you very much Bob
-
Hi, The plugin generated in scriptmaster, can be installed in FMS? Regards
-
Avoid using my plugin, ... without authorization.
rodland replied to rodland's topic in ScriptMaster by 360 Works
Hi David,... Adhere to the spirit of ScriptMaster (OpenSource), but this case is unique. My competition and I... serve the same customer, and want to protect a particular function in Groovy. The answer is: if you do not register, will last 2 hours. regards rodland -
Hi, I created a plugin with scriptmaster. Register my plugin with an init script (when opening the database). QUESTIONS 1. How can I prevent anyone from using the plugin without my permission ... ex: creating a new database. 2. The plugin (apparently) can be used without entering the registration code, how can I avoid using it (if you have not entered your registration code)? Regards
-
Insert in DB airtable (since FM14) v4.42
rodland replied to rodland's topic in ScriptMaster by 360 Works
thank you very much ... Caleb360Works, the error disappears. after sending my first message,I had tried to do validation using RESTClient using: import wslite.http.auth.* client.authorization = new HTTPBasicAuthorization('Authorization','Bearer key...........') Apparently it would also be valid. Question: how serious the syntax in the Script zone (ScriptMaster) of the next structure ? ____________________________________________________________________ considering ... -
Hi anyone has any advice, I need to create a record (since FM) in a DB Airtable (ideal use a function ScriptMaster). Airtable publishes ws to Create Record (curl and js) use library groovy wslite, I try with : -> header{'Authorization:Bearer key***************'} -> header{Authorization('Bearer key***************')} -> header{'Authorization':'Bearer key***************'} -> header{'api_key=key***************'} -> header{'api_key=Bearer key***************'} -> header{Authorization