Link to online web service or set up my own? Clip Notes Problems

I am looking for some kind of hard drive/server kit for hosting my own videos. I want send my clients links to their projects at certain stages, but not through YouTube. I have no idea how to set that up. I saw an ethernet/USB2/what-have-you Buffalo drive that I could supposedly serve from and store my archive files. Is that the way to go or is it better or more cost-effective to go with an online service?
By the way, I could not get Clip Notes to work. In fact, it crashed my computer (or Premiere anyway). I should be able send direct from the timeline, correct? It didn't do that. Instead I had to send it to myself first - save to hard drive, and then email it to whomever. I don't see how it could work anyway. I can't email a 20 MB or bigger PDF file, can I?

Running your own server would probably be much harder than setting up a page through a commercial-grade provider. First and foremost you would need to set up a server-class OS and webserver system (such as Apache running on a Linux kernel). Security becomes a big issue as you almost certainly *will* come under fire by bots looking for servers to infect. So, you'll need to learn Apache, setting up CGI, Perl and other scripts and firewalls to protect your investment. Then you still would need to set up a page with a secure entry shell to allow your clients in without letting others in (to protect NDA protected material and preventing other clients from "peering over your hsoulder" as it were).
Also, if you have internet provided by Comcast or Verizon (or similar end-user broadband), those plans *explicitly* disallow use as a server and they most likely would shut you down if they detected the presence of incoming HTTP routing on port 80, and doubly-so if you are running a commercial website for the benefit of your business. They have specific "enterprise class" broadband packages but they are typically more expensive (often twice as much as "home" packages) as they provide more consistent and reliable speeds and are usually synchronous rather than the typical end-user asynchronous broadband (ie end-user is 2Mbs down and 300Kbs up, where enterprise class would be 4Mbs down *and* up). The benefit being that people visiting your server are getting full speed *from* you as well as *to* you, and also they typically provide more robust mail packages.
Serving your own content from home is typically an expensive and extremely labor-intensive prospect, as you will almost certainly need to learn Linux/Unix as well as apache, and maybe also a robust FTP client and mail server. Serving from Windows XP or Vista is highly discouraged due to enormous security problems and downtime issues. Learning CGI, Perl and so forth is daunting at first and (if you're like me) you probably want to work on graphical content more than laboring over server duties and security details.
Subscribing to an enterprise-class hosting service can provide you with a robust, professional-looking website with almost no knowledge of HTML, CSS, Perl, CGI or other technology, and most provide a wide array of "extras" like secure password-protected content for individual users, CGI bins, mail hosting, extensive arrays of scripts to use (such as blogs, forums, online updating, user statistics, traffic analyses, etc) and many also provide simple tools for setting up your site with easy-to-use templates and so forth. I have used 1-and-1 hosting and they provide excellent service with highly-rated uptime and security as well as a ton of tools and software for site building. Typical packages for decently rated monthly bandwidth can be had for around $10 to $20 a month which is a fantastic value, compared to spending upwards of $100 a month for hosting your own server and the countless hours of set-up and daily maintenance.
Depending on the services you subscribe to with a provider, many probably have compatible systems for allowing you to publish directly to your website via common protocols and tools (using FTP or VPNs (virtual private network allowing for remotely mounted network drives)). You may need to do some research and homework, but the end result would be a very seamless work environment where you can share results with clients quickly and easily, and also allow them to comment, share notes and upload assetts for you to utilize if necessary.
-Mark

Similar Messages

  • Is complex type request supported by web service data set?

    I just installed OBIEE 11g and tried to create data models with web services. It works fine for web services that takes simple data types and returns complex data types. But if the request to the web service is a complex type, it doesn't work. On the Edit Data Set page, I selected "true" for Complex Type. After I entered WSDL url, it populated the Web Service dropdown, but not the Method dropdown. Any ideas?
    The other problem I am having with web service data set is that it seems to ignore the attributes in the xml response. Only xml element is recognized.
    e.g. in <trigger priority="0" font_size="0"/>, priority and font_size are ignored in the data set. Please advise. Thanks.

    Hi,
    In this usecase , you can DnD the <serviceOperationName>_parameters as an ADF from. Then DnD the operation as a method. The methods input arg value is automatically set to the parameterIterator.currentRow.DataProvider. This works fine.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file. SQLIService100 - event id 274

    window 2008 R2 server ---- after installing SQL 2008 R2 then applying sp2 / sp3 I noted a warning -
    Note this server had SQL 2008 R2 uninstalled previously.
    MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file.
    SQLIService100 - source
    event id- 274
    user - N/A
    Task category - service control.
    Do we need to fix something and how do we fix this warning event?
    dsk

    You could search online for this warning. I was able to find http://superuser.com/questions/346264/event-log-warning-registry-setting-specifying-configuration-file-does-not-exist
    where the fix is "in your registry, go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile
    or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\ServiceConfigFile
    if value is empty then add in:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\MsDtsSrvr.ini.xml"
    Arthur
    MyBlog
    Twitter

  • Help NeEDED. How to link to soap web service from objective c

    Hello , HELP
    I'm trying to connect to a SOAP based web service using objective C as my programming language. Although the little bit of information on the Apple Dev centre documents is should be straight forward, im struggling like **.
    What im trying to do is connect via a small username and password text-box plus 'login' button from interface builder to
    https://api.betfair.com/global/v3/BFGlobalService.wsdl and parameter called login.
    then pass it my username and password from the interface text-boxes plus a few other standard set bits of information which are required.
    in turn the soap request will pass back a session token which i need to store.
    I've tried using WSMakestubs, which builds successfully the classes, but when calling them method nothing happens.

    Hello Etresoft
    Thanks again for coming back to me.. I would like to add that maybe on my first thread i wasn't as clear on what i was asking for, and also what avenues have have stepped down before asking for help.. Believe me i hate nothing more than not being able to resolve something myself. I'm currently reading 'another' programming in cocoa book by Arron Hillgrass, although he touches on the web service call to a Amazon web service example, he doesn't go into detail about how to actually do this.
    So again thank you for trying to help me.. its greatly appreciated.
    Ok back to the subject, and your response below.. I will try and be as informative as i can.
    I'm want to create a application using the interface builder which has a username and password textfield plus a button called <login>..
    On entering the username and password and pressing the login button, i was to send a request to the a .wdsl (SOAP) web service and login.! the webservice in return will send back a session token, which i need to store for further web service calls.
    In xcode i have been trying now for 1 week..!!! and the more i read up on how to make the Soap request call the more i fail to understand if this is simple or complex.
    * A bit more info if i may, on clicking the login button i need to send information to the below address as a soap type request.
    https://api.betfair.com/global/v3/BFGlobalService.wsdl
    i need to also tell the request the method name which is loginreq
    and also i need to pass these parameters in the request.
    username (from textfield)
    password (from textfield)
    productId = '82'
    vendorsoftwareId = '0'
    locationId = '0'
    ipAddress = '0'
    The stage I've got to is, I've used wsmakestubs and I've tried 'wdsl2objc' to create the classes required. I have then created a app controller class and a interface build app with the textfields and login button. I have then linked up the textfields and button to the nsobject appcontroller with a action ibaction loginreq etc. On build and go the app builds without error's but fails to do anything when i press the login button.. (more i think about this the more i think its either two things, one im not passing the parameters and two im not invoking the loginreq method from the class.)
    I feel like im wading in treacle and getting nowhere fast.!
    All i would like is for some help from someone to point me the correct direction..
    Im thinking that with all the Soap web services out there in the WWW, this must now be a easy thing to do in xcode. Im starting to think im stupid..
    Thanks again for you Help
    Regards
    Iain Smith
    [email protected]

  • Failed to retrieve data from the database/invalid argument provided when employing link between two web services datasources

    Post Author: vpost
    CA Forum: Data Connectivity and SQL
    I am trying to join information from two related web services within CR XI. I have successfully set up the web services as data sources have been able to get to the point where I get good data back. However, when I try to pull in certain fields, I get an error that says "Failed to retrieve data from the database/invalid argument provided". Here's the scenario:
    The web services are structured as follows:Web Service 1 (Artist) has attributes of Artist Name and Date of Birth.Web Service 2 (CD) has attributes of CD Title and Release Date. Underneath each CD are songs, each of which have a Song Title and Artist Name.
    I have defined both web services and defined a link between Artist.Artist Name and CD/Song.Artist Name. I am able to run a report with Song Title and Date of Birth that crosses web services. I am able to run another report with Song Title and CD Title that crosses the different levels in the second web service. However, if I add CD Title to the first report or Date of Birth to the second (both of which effectively force CR to employ the link between the two web services AND the CD/Song hierarchical structure in the second web service, I get the aforementioned error.
    Any assistance understanding how multiple web services can be linked in this manner would be greatly appreciated.
    Thanks in advance.

    Post Author: Mike Wright
    CA Forum: Data Connectivity and SQL
    Not sure about your exact situation, but having similar problem with another application and have tracked down to security. Added user to group Domain Admin and it works fine. It appears to be accessing a subdirectory which it does not have permission to use and then times out and returns the "invalid....". Seems that once the query just over a certain size (and I'm not sure what triggers this) it needs to make use of temparory file disk, intead of ram.
    I'm still trying to track down which temporary it's trying to uses - so if you have any ques.
    cheers

  • Web Service "callback" setting using setEndPoint - help

    Hi,
    I developed an asynchronous WEB service on a "workshop development machine" WLW8.1
    and then deployed it on a (test) production server" WLS8.1 (workshop enabled!).
    All tests run correctly on the development machine and callbacks are done on http://localhost:7001.
    Fine , but when the WEB service is deployed on the production server it will be
    accessed on -let us say-
    http://productionserver:7001/WebService/test/Service.jws?.EXPLORE=.TEST
    Callbacks should be set to access the external test client.
    I can have access to the WSDL file on the production server from a test client.
    But tests done from the client using the XMLSPY WebService/WSDL test interface
    failed.
    The callback is not working from the production server. I suspect the callback
    URI is not correct and cannot be used as on the Workshop. I see in the workshop
    development environment that the callback is done on: 'http://TESTUI' .
    Questions :
    1- can we change this http://TESTUI using the setEndPoint (URL url) method ?
    2- How can I use the ServiceControl interface setEndPoint (URL url) to set the
    callback in a (JAVA) testClient ? I don't intend to generate a .NET client for
    this test, but need to create a simple JAVA client (build with a third party WSDL
    proxy generator).
    3- Any example available? I read the article "Conversing with non-workshop client"
    but I don't find any practical implementation help.
    Thanks for any help or indication.
    Regards,
    Yves

    Hello,
    You might take a look at this section of the release notes and see if
    this is of some value in your situation:
    http://edocs.bea.com/workshop/docs81/relnotes/relnotes.html#autogenwsdl
    Thanks,
    Bruce
    "Yves Léauté" wrote:
    >
    Hi,
    I developed an asynchronous WEB service on a "workshop development machine" WLW8.1
    and then deployed it on a (test) production server" WLS8.1 (workshop enabled!).
    All tests run correctly on the development machine and callbacks are done on http://localhost:7001.
    Fine , but when the WEB service is deployed on the production server it will be
    accessed on -let us say-
    http://productionserver:7001/WebService/test/Service.jws?.EXPLORE=.TEST
    Callbacks should be set to access the external test client.
    I can have access to the WSDL file on the production server from a test client.
    But tests done from the client using the XMLSPY WebService/WSDL test interface
    failed.
    The callback is not working from the production server. I suspect the callback
    URI is not correct and cannot be used as on the Workshop. I see in the workshop
    development environment that the callback is done on: 'http://TESTUI' .
    Questions :
    1- can we change this http://TESTUI using the setEndPoint (URL url) method ?
    2- How can I use the ServiceControl interface setEndPoint (URL url) to set the
    callback in a (JAVA) testClient ? I don't intend to generate a .NET client for
    this test, but need to create a simple JAVA client (build with a third party WSDL
    proxy generator).
    3- Any example available? I read the article "Conversing with non-workshop client"
    but I don't find any practical implementation help.
    Thanks for any help or indication.
    Regards,
    Yves

  • EDQ Web Service Timeout setting

    Hi,
    We have integrated OEDQ with Siebel. Requests are flowing as expected. Just want to know, how long the connector will be waiting for web service response from OEDQ.
    Is there place where timeout is set by default?
    Best Regards
    Moorthy

    Hi,
    We have integrated OEDQ with Siebel. Requests are flowing as expected. Just want to know, how long the connector will be waiting for web service response from OEDQ.
    Is there place where timeout is set by default?
    Best Regards
    Moorthy

  • Web service proxy take ~4 minutes to detect connection problem in AIX!

    Dear All,
    i am developing a client application that consume web service , by jdeveloper 10.1.3.1.
    i found a problem, in AIX, that the web service proxy generated by jdeveloper take long time
    to detect connection problem to the server (e.g. server is down, network down, invalid
    ip address or port supplied).
    in ms window, if the proxy can't reach the server, it throw exception within seconds.
    but in ibm AIX, it take about 4 minutes !!! the time is too long until the exception is thrown.
    could anybody help me?
    is there something i can set to greatly shorten the hanging time when connection
    problem?
    thank you.

    nobody experience this problem?

  • Web Service Client - SOAP/jms: Specific response queue (not default queue)?

    Hi @ll
    I try to define a specific jms response queue for a web service client that communicates SOAP/jms, running on a WLS 9.2. The web service itself runs also on a WLS 9.2 where also the request and response queues are located. By default the client receives the responses from a temporary response queue. Is there a way to define a specific response queue e.g. setting the JMSReplyTo property in the request on the client side?
    /cheers&greetz
    Dani

    WLS do not have a light SOAP client with callbacks yet. It is
    not a planed feature for 7.0, but we will considering this for
    post 7.0.
    regards,
    -manoj
    "markhu" <[email protected]> wrote in message
    news:[email protected]..
    Hi, guys:
    I have a system : client written in Java/Swing, HTTPS authentication,
    and then subscribes to a WLS 61. SP2 based JMS Topic and also has the
    ability to send message to a Queue, since I can not bring down the size of
    the client side WLS JMS dependency lib, I am thinking about using SOAP /
    web service as the communication tier between my client and server, so the
    question is: since the client need get the price updates in a real time
    mode, I need build a server side based PUSH for all the new price updates
    which come into the JMS Topic, and broadcast as SOAP messages to client,is
    this mean that I have to build the Call - Back for the Java Swing Client,so
    it can automatically get the new price updates as it's getting from JMS
    Topic now ? Any Idea on how to build server side PUSH based SOAP message
    center as web service ?? Thanks a lot.
    regards,
    mark
    FYI:
    I need the same PUSH service for my .NET based client as well.

  • Web Services Communication failed in 2.5 but not in 2.2

    I have a web services interface that was generated via netbeans for the wireless toolkit 2.5 and 2.5.1ea. When I run the connection everything is retrieved properly and using debug all returned objects are correct. In this particular example the mapping to returnObj[1] which is an array of Longs works correctly. The null pointer exception occurs on the assignment of stringArray = (java.lang.String[]) filesObj; which is casting an array of objects to an array of strings. If you run the same code in 2.2 it works as expected.
                   result = new com.vp.video.ImageDir();
                   boolean a_boolean;
                   Object completeObj = _returnObj[0];
                   a_boolean = ((java.lang.Boolean)completeObj).booleanValue();
                   result.setComplete(a_boolean);
                   java.lang.Long[] longArray;
                   Object fileTimesObj = _returnObj[1];
                   longArray = (java.lang.Long[]) fileTimesObj;
                   result.setFileTimes(longArray);
                   java.lang.String[] stringArray;
                   Object filesObj = _returnObj[2];
                   stringArray = (java.lang.String[]) filesObj;
                   result.setFiles(stringArray);
                   java.lang.String string;
                   Object tokenObj = _returnObj[3];
                   string = (java.lang.String)tokenObj;
                   result.setToken(string);

    Plus+ Addition To Above
    I'm not looking for solutions like, "just use FMLE 3.1," I'm looking for a fix so I can use it on FME 2.5. If you can't provide a reasonable answer in my set boundary, don't post.

  • Can not enable web services. printer on the network. default ip not connecting using auto ip

    B210 - have tried resetting defaults . default IP address will not connect to network with auto IP  had to set IP addrtess manually something similiar to the properties on the verzion hot spot. can not disable web services - never enabled.
    no Primary or secondary DNS server. not sure if this is problem. can print ok thru network.
    This question was solved.
    View Solution.

    Hey bobupton!
    Try going into the printer's EWS and using Google's public DNS servers (8.8.8.8 and 8.8.4.4). It sounds like you know what you're doing so I skipped a few steps on how to get there but if you need more help with it let me know!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Each WebI RESTful web services call brings HTTP/1.1 404 Not Found

    Hello,
    What could be the reason that each call into the WebI RESTful api delivers a HTTP 404 Not Found?
    We have the RESTful url and can connect to the web service.
    We see that when the WACS is not running we get a connection refused.
    We see that when the WACS is running but disabled the connect call hangs until timeout (after 1+hours).
    We think that the HTTP 404 we get with each WebI RESTful call (e.g. URL/raylight/v1/documents/12345678/variables, or links, or properties, or dataproviders ...) has something to do with an installation/configuration issue of the WebI RESTful api.
    It does not seem to be an access right problem.
    We found many patterns how the WebI RESTful api behaves when the access rights are not sufficient. Neither of them had the HTTP 404 in each call.
    How can we prove that the WebI RESTful web services functionality is installed and configured correctly?
    So far we checked the settings in the WACS, and the settings in CMC.Applications.RESTful Web Service. The settings there seem to be ok.
    What else can we check?
    Thanks,
    Bernd

    Hi Bernd,
    You can send a request to:
    [GET] http://<server>:6405/biprws/raylight/v1/about
    (this call doesn't need authentification)
    I don't really understand what is your problem. Is the hanging intermittent?
    Best regards,
    Anthony

  • Infopath 2013 SOAP Web Service Data Connection - Error: The file is not a valid XML file

    Here are the steps to replicate the issue I’m having when adding lists.asmx or any other SharePoint web service in InfoPath 2013. This web service opens fine in the browser from my desktop. My account is a farm administrator and is added to the
    web application’s User Policy.  I can use these services just fine using Nintex 2013 Workflow.
    Open InfoPath Designer 2013.
    Select Blank Form and click Design Form button.
    Click “Data” tab.
    Click “From Web Service” and select “From SOAP Web Service”
    Enter https://mysiteurl.com/_vti_bin/lists.asmx?WSDL for the web service definition.
    Click Next.
    Windows Security window pops up.
    Enter a credential. I tried both my account and the farm account. My account is a farm admin and is added to the web application’s User Policy with Full Control.
    Click OK. It prompts for credential multiple times.
    I get below this error messages: 
    Sorry, we couldn't open https://mysiteurl.com/_vti_bin/lists.asmx?WSDL
    InfoPath cannot find or cannot access the specified Web Service description.
    The file is not a valid XML file.
    Not enough storage is available to process this command.
    We have a project that is in need of these services using InfoPath so any help is greatly appreciated.

    Hi Brian_TX,
    For your issue, try to the following methods:
    Change your service binding in web.config to:binding="basicHttpBinding". It seems in VS it defaults to wsHttpBinding.
    Replace all instances of "parameters" from the web service wsdl with the name "parameter"
    There are some similar articles about the issue, you can have a look at them:
    http://www.infopathdev.com/forums/t/23239.aspx
    https://social.msdn.microsoft.com/Forums/office/en-US/621929c3-0335-40af-8332-5a0b430901ab/problems-with-infopath-web-service-connection?forum=sharepointcustomizationprevious
    https://social.msdn.microsoft.com/Forums/en-US/5fa5eca8-f8d7-4a2e-81ba-a3b4bdcfe5af/infopath-cannot-find-or-cannot-access-the-specified-web-service-description?forum=sharepointcustomizationlegacy
    Best Regards
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Web service is running but Server Admin says "Not available"

    Hello,
    I cannot configure the web service using the Server Admin tool any more. The service is running and showing no error, but the "Web" icon in the "Computer & Services" panel of Server Admin is showing dark grey color. The Overview tab of the Web Service is stating: "Web Service is: Not available"
    Any ideas what I can do to get it work again?
    sudo apachectl configtest gave no errors or warnings.
      Mac OS X (10.4.7)  

    You should not be logging in as root, despite what anyone has told you.
    And the entire mechanism of OS X Server (and most other *nix OS-en), is meant for you to not be logged in as root.
    Use sudo and/or authenticate in the GUI when/where needed.
    Please try Wesley's advise here:
    http://discussions.apple.com/thread.jspa?messageID=2862670
    Try launching apache manually, and watch your logs
    Ie:
    in one terminal window, type:
    tail -f /var/log/httpd/error_log
    make a new Terminal window and type:
    sudo apachectl start

  • Web Services of SAP CRM ABAP 7.0 not show up

    Hello Experts,
    We are testing SAP CRM 7.0.
    In T-cd:sproxy in CRM system, the Software Component Version SAP CRM ABAP 7.0 doesn't show up.
    We'd like to see the web service definitions for CRM Service Processing,
    but can't find them such as "ServiceOrderCRMCreateRequestConfirmation_In"(described in ES Workplace)
    to create Service Order in T-cd:sproxy nor T-cd:SE80 Repository Information System>Enterprise Services>Service Definitions.
    (We found the web service definitions of SAP CRM ABAP 5.1 there, but not SAP CRM ABAP 7.0)
    The support package versions are as follows:
    - SAP_ABA : SAPKA70106
    - SAP_BASIS :  SAPKB70106
    - PI_BASIS : SAPK-70106INPIBASIS
    - BBPCRM : SAPKU70006
    Could you please advise us what's required to find Web Services SAP CRM ABAP 7.0?
    Thank you in advance for your help.
    Best regards,
    F.T.

    Hi,
    You need to download SWCV "SAP CRM ABAP 7.0" in your CRM system from service market place. Also download PI content for SWCV: "SAP CRM ABAP 7.0" and import them in ESR.
    Regards,
    Gourav
    PS: Similar questions are answered several time on this forum, so please do search before posting.
    Edited by: Gourav Khare on Dec 13, 2010 11:56 AM

Maybe you are looking for

  • ITunes won't start WITHOUT error message

    I cannot get iTunes to start at all. When I click on it in the start menu or on my desktop I see the hourglass but then nothing happens. I have tried re-downloading the software and clicking "Repair", I have tried restarting my computer but still not

  • Mobile Me gallery sorting issue

    I recently upgraded iLife from '08 to '09. I am having an issue when I publish and event to my Mobile Me Gallery where its not sorting the photos correctly in the gallery. They don't seem to sorted the same way as I have them in the event when I publ

  • Problem with a script

    I can be reached at [email protected] I had a question for you to see if you can solve. I have a script below I am trying to run in Oracle 9i SQL+ with SYSTEM/MANAGER privileges. Is the script look complete to you? For some reason I get insuffici

  • How to manage back up assistant

    show how to manage my back up assistance on my fone >> Personal information removed to comply with the Verizon Wireless Terms of Service << Message was edited by: Verizon Moderator

  • Capturing 2 audio channels

    I have recorded 2 audio channels from my Canon XHA1S (XLR and onboard) and when I capture into PRE, only 1 audio track shows up - I have checked the camera setting several times and everything looks good there - something simple I'm sure - I am using