Website Creation / Templating Application

Sorry to repost, but I never got any replies to this. Anyone have an ideas on the following?
I recently put together a workflow to grab a folder, copy the folder, ask a user to rename the folder, put the folder in a specfic location on a web server, ask the user if they are finished or if they want to add custom files to the template.
If I run the workflow in automator, it gets to this point, and if I hit "Choose files" it will take me to the next step, I choose files, it adds them to the folder, and the action stops.
When I save this as an application, however, the application will not proceed. In Automator, there is a red "Anything" between these two steps. What am I missing?
Also, is there anyway to pass the name of the new folder I create in a previous step to a step later in the workflow? I am wanting to put the new files in that folder, instead of requesting the user to choose it.
Thanks
Brian
Powerbook G4   Mac OS X (10.4.3)  

No one has done anything like this?

Similar Messages

  • More creation templates?

    Does anyone know of a source for more creation templates or a way of creating new ones?
    I recently bought PSE 4 for two family members and they are already complaining that there aren't enough templates. I don't mind making new ones for them if it is possible but if there is some website (not listed in google) that has pre-made ones that would be better.
    Thanks.

    Andrew,
    I have not seen mention of any website that has additional templates for Elements Creations or any documentation on how to create additional templates.
    Two hints for getting maximum benefit from the existing templates-
    1- If you are looking for seasonal templates, I suggest that you go to Prefernces > Services and make sure that the most current templates have been downloaded. What I have observed over the last year is that additional seasonal templates have been released near the relevant season.
    2- For almost all Creations there is a
    b Full Photo
    template. This template allows signficantly more flexibility in positioning the photos on the page and resizing a specific photo on the page. A good inexpensive book on this subject is "Creating a Photo Album in Photoshop Elements for Windows" by Katherine Ulrich. Chapter 5 describes the capabilities of these flexible layouts.
    General Comment-
    I realize that people still want more flexibility than the Creations even with the above tips offer. In some ways these creations are really a "dead end". You get a few simple layouts that are quick and easy to do but with significant limitations. It is interesting that no one has made a business of doing add on layouts; I can only suspect that Adobe is not encouraging this sort of thing.
    Barb O

  • Excel file creation on application server

    Gurus,
    I have seen a lot of threads on excel file creation in application server, but failed to see if anyone had a solution.
    Problem: In background execution I need to create an excel sheet on application server, the data would be contained in internal table, The FM like WS_DOWNLOAD etc..cannot support these as they have GUI component.
    All the documentation that I have been through states to use dataset which saves the file in.csv or txt format seperated by delimiter, is it possible to save as a true excel file.
    same as this thread:
    Re: Excel download in Application Server
    let me know,
    Thanks in advance .

    * Write column headers, if required
      IF column_headers = 'X'.
    *   ... override field names with LABELS_IN, if specified
        IF NOT labels_in[] IS INITIAL.
          DESCRIBE TABLE labels_in LINES num_lines.
          IF num_lines > num_fields.
            RAISE too_many_labels.
          ELSEIF num_lines < num_fields.
            RAISE too_few_labels.
          ENDIF.
          ASSIGN COMPONENT 1 OF STRUCTURE labels_in TO <f>.
          LOOP AT fields_in.
            READ TABLE labels_in INDEX sy-tabix.
            fields_in-name = labels_in-name.
            MODIFY fields_in.
          ENDLOOP.
        ENDIF.
    *   ...write column headers to file...
        position = 0.
        LOOP AT fields_in.
          IF fixed_length NE space.
    *** INSERT: DAR was here for Issue 17817 --------------- dar012009 ---v
            field_len = STRLEN( fields_in-name ).
    *** INSERT: DAR was here for Issue 17817 --------------- dar012009 ---^
            DO fields_in-len TIMES.
              offset = sy-index - 1.
    *          IF sy-index > 15.                                 dar012009
              IF sy-index > field_len.                          "dar012009
                line_out+position(1) = space.
              ELSEIF fields_in-name+offset(1) NE space.
                line_out+position(1) = fields_in-name+offset(1).
              ELSE.
                line_out+position(1) = space.
              ENDIF.
              position = position + 1.
            ENDDO.
          ELSE.
            CONCATENATE line_out fields_in-name INTO line_out
              SEPARATED BY delimiter.
          ENDIF.
        ENDLOOP.
        IF fixed_length EQ space.
          SHIFT line_out LEFT DELETING LEADING delimiter.
        ENDIF.
        IF no_write IS INITIAL.                                 "dar041505
          TRANSFER line_out TO file_out.
        ENDIF.                                                  "dar041505
        data_out = line_out.  APPEND data_out.                  "dar041505
      ENDIF.
    * Write lines to file...
      LOOP AT data_in.
        CLEAR line_out.
        position = 0.
        DO num_fields TIMES.
          ASSIGN COMPONENT sy-index OF STRUCTURE data_in TO <f>.

  • Is there a good website creation app on the iPad, or should I save up and get a MacBook to use RapidWeaver/iWeb?

    Is there a good website creation app on the iPad, or should I save up and get a MacBook to use RapidWeaver/iWeb?

    Wasn't being condescending, this is a new thead that continues one he already started asking if he could get iWeb on the iPad. Two people explained to him that iWeb was being discontinued (along with MobileMe) and suggested Rapidweaver and two other apps as replacements. It was also explained to him that there were no web creation apps on the iPad because you need to run a local web server, such as Apache, on your computer in order to use them. This is why they work on the Mac because it does have such a server. The iPad does not have one and cannot run one. And I suggested using HTML code if he wanted to develop on his iPad.
    You were aware that is how web creation software works?
    Here is the other thread:
    https://discussions.apple.com/message/15804045#15804045
    Do you know a good book on HTML web creation you could recomment to him?
    Message was edited by: deggie
    Message was edited by: deggie

  • Edit website flash template - help needed

    Hi! I am about to buy a website flash template. Before I buy the template I want to make sure, that I am good enough to edit to my needs.
    I downloaded a free flash template and I tried to edit it in my Flash CS5.
    I have had a lot of trouble editing it and I can't even figure out how I change the pictures or the text.
    Can anyone help me and maybe give me a little tutorial on how to change the template.
    Link to the template: http://www.flashmo.com/preview/flashmo_247_3d_touch_ring
    Thank you!

    The photos are taken from a XML file. Open the XML file flashmo_247_photo_list' in dreamweaver and look at the code it'll be easy to fiqure out if you have ever done any sort of HTML coding.
    Just incase you have'nt look for Example below taken from the xml file which was provided with the .fla file
    "<photo>
      <thumbnail>s_photo_003.jpg</thumbnail> Change the image name for a thumbnail here  i.e. directoryname/imagename.png etc
    <filename>photo_003.jpg</filename> Change the image name for a the large image here  i.e. directoryname/imagename.png etc
      <tooltip>Photo Title 03</tooltip>  
    <description><![CDATA[<p class="subtitle">Photo Title 03 goes here</p><p>In velit urna, <u>convallis id</u>, pharetra in, iaculis sit amet, mi. Praesent consectetur imperdiet mauris. Suspendisse at pede vel lorem pulvinar laoreet. Etiam et neque. Donec dapibus viverra est.</p><p><span class="note">This text is dynamically loaded from the external XML file. This textfield supports HTML and CSS.</span></p>]]></description> Here you have the option to have a discription about the image i usually just have the name of the image.
    </photo>"

  • Looking for website architecture template for Mac

    Does anyone know of a drag and drop / type into version of a website architecture template that works with Mac?
    Thanks.
    Pawformer

    Two good places to look for software:
    http://www.versiontracker.com/macosx/
    http://www.macupdate.com/
    And for free alternatives to some popular software packages:
    http://alternativeto.net/

  • Failed in compiling template:/application/test.jsp NULL

    Hi All,
    I am getting error while running a JSP. Its is working on my local box but giving error running on other box. The error is as below:
    Exception: SERVLET -compile_failed: Failed in compling template:/application/test.jsp <NULL>
    Exception Stack Trace:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Complied Code)
    at com.netscape.server.servlet.jsp.JSPMap.uriToLocalizedURI(compied code)
    at com.netscape.jsp.KSP.resolvedLocalizedName(Complied code).
    Could anyone plese give pointer where to look.
    Thanks
    M

    Hi,
    Servlet compile failed means that jaxp.jar and jasper.jar are not present in the classpath variable. Please provide more information to solve your issue. The following information would help.
    - Where is iAS/web server installed ? is it in the "local" box or in the "other" box or at both ?
    - Where is the application deployed ? is it again in the "local" or "other" box ?
    - What is the URL you provided to access the test.jsp
    - What does the application server's classpath and the system classpath have in them ?
    Thanks & Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Your help needed: Survey on Website Creation

    We are final year MBA students at the Foster School of Business, University of Washington (Seattle, WA). We are doing a study on tools used for website creation, and would appreciate your input. The survey shouldn't take more than 5 minutes. Thank you!
    https://catalyst.uw.edu/webq/survey/sksonpal/238204

    917442 wrote:
    Dear all,
    We are having trouble finding a work-around that allows external suppliers to access our Oracle site without being on the internal client network. The problem is as follows:
    After issuing an RFQ, suppliers receive an email with a link to the client RFQ on the Oracle Production site. Clicking the link, suppliers receive an error message saying the link is broken, because they are not on the internal network of the client, and thus cannot access Oracle Production for answering the RFQ.
    Oracle sits on the client intranet, and we are looking for something that would allow us to put certain elements (i.e. RFQ) onto the internet for all clients with a username and password to access. If you know of a work-around for this, please contact me asap.
    Thanks, in advance, for your help!
    MatI think you need to implement isupplier for this...
    let us also wait for others to comment
    Mahendra

  • HI, i m new as a muze user for website creation. can anyone plz help me how to start this.

    HI, i m new as a muze user for website creation. can anyone plz help me how to start this.

    How exactly did you shut down your laptop? Not a hard restart (holding down the power button), I hope... if that's the case, then it is extremely unlikely the file is still intact on your computer. If it is, it would be an image on your RAM, and it is time-and-resource-intensive to recover it if it is even there. RAM memory is disposable and always being written over. Sorry dude...
    If it wasn't a hard restart, Keynote should have made a backup, unless you 'Force Close'd it.
    It really all depends on how your mac was shut down.

  • Create Template After Website Creation?

    I have backed my self into a hole my fellow dreamweavers. You see, I created a website with about 10 pages (its a podcast page - not dynamic, though it should be...). Then I learned about how cool dreamweaver templates are. I know how to make a template, I know about editable regions, and I know how much time templates can save you if you just need to change one thing in the navbar. Right now, if I want to change one thing, I have to copy and paste it to all 10+ pages. But I want to create a template by duplicating the homepage, making the header and navbar and footer non-editable and deleting the body. Then new pages I make I will use the template. However, my problem lies with the pages that have already been created. How do I convert them into being updated by the template? Seems to me there should be an easy way to do this, but maybe most people aren't noobs like me. Is there any way out of this? Thanks in advance.

    There is a *pretty* easy way around this:
    1.  Open a non-template controlled page
    2.  Spawn a new child page from your template (you now have two pages open
    3.  Copy content from the old page to the new page
    4.  When done, close the old page, and save the new page over the old page (i.e., with the same name)
    This is guaranteed to work with no problems.

  • New to website creation-  question on best application to use

    I'm sorry about the off-topic nature of this question. I have some documents that I would like to publish, they have been scanned and are currently in .pdf format, as well as some .jpg pictures, and I also want to write a story around these objects as well, plus add some audio. I have iWeb, but am unsure if this is the best application to use, or given the content of what I would like to place on the website, if there is a better application to use? Any help most appreciated.
    Thanks, Bruce.

    bruceknight wrote:
    ...if there is a better application to use?
    Bruce ~ It's hard to know whether an alternative app is "better" than iWeb for your particular purpose until you've tried it out. Two alternatives worth considering are the free, web-based Weebly — read more in this post:
    _Domain file - iWeb becoming a headache_
    ...and the free Posterous blogging platform which automatically presents PDFs in a convenient viewer (as does Weebly) — see these examples:
    http://dont-panic.posterous.com/pdf-document-example
    http://kb.weebly.com/documents.html
    One general advantage both Weebly & Posterous have over iWeb is that they are constantly being improved with new features — unlike iWeb which hasn't had an update in two years.

  • Error during creation of application entity for the plug-in.

    Hi Experts,
    As part of creating Content Database source for SES....
    We,
    1 Activated the Oracle Internet Directory identity plug-in for the Oracle Content
    Database instance.
    2) However after activating Identity plug-in for Oracle Internet Directory.... ......... we used the csPlugin.ldif file to create an application entity for the plug-in by running the following command "$ORACLE_HOME/bin/ldapmodify -h oidHost -p OIDPortNumber -D "cn=oracle" -w password -f csPlugin.ldif" ....but in the process executing the above command.... getting the following error(we gave correct login details):
    SASL/DIGEST-MD5 authentication started
    ldap_sasl_interactive_bind_s: Invalid credentials (49)
    How can i resolve this.
    I have another query...in the command "$ORACLE_HOME/bin/ldapmodify -h oidHost -p OIDPortNumber -D "cn=oracle" -w password -f csPlugin.ldif" which user name should i specify..... is it "cn=oracle" or "cn=orcladmin"
    Thanks
    peter.

    Hi Raford,
    Thanks for your reply.
    We tried to create Content Database Source with the details we have...
    However in this process getting an exception....
    11:20:20:778 INFO     main          
    11:20:20:784 INFO     main          Oracle Secure Enterprise Search, Crawler: Release 10.1.8.2
    11:20:20:785 INFO     main          Copyright © 2006, 2007, Oracle. All rights reserved.
    11:20:20:785 INFO     main          
    11:20:20:785 INFO     main          ================== Crawling settings ==================
    11:20:20:785 INFO     main          Reading configuration file from /mnt/u08/SOADEVIL/seshome/search/data/config/crawler.dat
    11:20:20:785 INFO     main          Agent = Oracle Secure Enterprise Search
    11:20:20:807 INFO     main          User = EQ_TEST
    11:20:20:807 INFO     main          Database connect string = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=devilrays.appsassociates.com)(PORT=1525))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=Devilses.devilrays.appsassociates.com)))
    11:20:20:807 INFO     main          Source type is User-defined
    11:20:20:807 INFO     main          Source is "BJ_Cont"
    11:20:20:807 INFO     main          Document access control policy is user-defined
    11:20:20:808 INFO     main          Number of crawling threads = 5
    11:20:20:808 INFO     main          Queue table = I1S8
    11:20:20:808 INFO     main          URL table = EQ$URL
    11:20:20:808 INFO     main          Maximum documents to crawl = no limit
    11:20:20:808 INFO     main          Maximum depth to crawl = 2
    11:20:20:808 INFO     main          Document size limit = 10M
    11:20:20:808 INFO     main          Locale of the crawler message is "en_US"
    11:20:20:808 INFO     main          URL exclusion rule = (?i:(?:\.gif)|(?:\.jpg)|(?:\.jar)|(?:\.tif)|(?:\.bmp)|(?:\.war)|(?:\.ear)|(?:\.mpg)|(?:\.wmv)|(?:\.mpeg)|(?:\.scm)|(?:\.iso)|(?:\.dmp)|(?:\.dll)|(?:\.cab)|(?:\.so)|(?:\.avi)|(?:\.wav)|(?:\.mp3)|(?:\.wma)|(?:\.bin)|(?:\.exe)|(?:\.iso)|(?:\.tar)|(?:\.png))$
    11:20:20:808 INFO     main          URL exclusion rule = \?.*(.*\+)\1{3}
    11:20:20:812 INFO     main          Document read timeout threshold = 30 second(s)
    11:20:20:812 INFO     main          Crawler default character set is "8859_1"
    11:20:20:812 INFO     main          Crawler default language is "en"
    11:20:20:813 INFO     main          Auto language detection is on
    11:20:20:813 INFO     main          Auto character set detection is off
    11:20:20:813 INFO     main          Document service pipeline is "Default pipeline"
    11:20:20:813 INFO     main          Verbose mode is on
    11:20:20:935 INFO     main          Caching on: directory = /mnt/u08/SOADEVIL/sesdata/Devilses/cache/I1DS8/, max size = 250, action = SES_TASK
    11:20:20:935 INFO     main          Filtering on: filter path = /mnt/u08/SOADEVIL/seshome/ctx/bin/ctxhx, number of filters = 2
    11:20:20:935 INFO     main          MIME inclusions = text/html text/plain application/pdf application/x-msexcel application/vnd.ms-excel application/ms-excel application/x-mspowerpoint application/vnd.ms-powerpoint application/msword
    11:20:20:935 INFO     main          URL table attributes = url, depth, signature, last_modified, status, url_id, access_url, enqueue_status, TITLE, DESCRIPTION, AUTHOR, CRAWLED_DATE, CONTENT_LENGTH, CONTENT_TYPE, LANG, CACHE_FILE_PATH, DS_ID
    11:20:20:936 INFO     main          SQL callback statement is "begin eq_crw.crawler_callback(?,?,?,?); exception when eq_def.search_error then eq_err.raise; when others then eq_err.raise; end;"
    11:20:20:936 INFO     main          Cookie support is enabled
    11:20:20:937 INFO     main          Maximum number of cookies = 300
    11:20:20:939 INFO     main          Maximum number of cookies per host = 20
    11:20:20:939 INFO     main          Maximum size of cookie = 4096 bytes
    11:20:20:940 INFO     main          Cache file deletion is disabled
    11:20:20:940 INFO     main          Crawler plug-in manager class is "oracle.search.plugin.ocs.cservices.OCSCSPluginMgr"
    11:20:20:940 INFO     main          SQL hook ID is "8"
    11:20:20:940 INFO     main          SQL command hook statement is "begin ? := eq_crw.crawler_get_command(?,?,?,?); end;"
    11:20:20:940 INFO     main          SQL response hook statement is "begin ? := eq_crw.crawler_send_response (?,?,?,?,?,?,?,?,?,?,?,?,?); end;"
    11:20:20:940 INFO     main          Crawler launched by schedule "BJ_Cont"
    11:20:20:940 INFO     main          
    11:20:20:940 INFO     main          =================== Crawling status ===================
    11:20:20:941 INFO     main          Crawling started at 9/18/07 11:20 AM
    11:20:21:912 INFO     main          URL manager connecting to Oracle...
    11:20:21:974 INFO     main          connected
    11:20:22:586 INFO     main          Queue manager connecting to Oracle...
    11:20:22:631 INFO     main          connected
    11:20:23:497 INFO     main          Invoking "oracle.search.plugin.ocs.cservices.OCSCSPluginMgr"
    11:20:23:501 INFO     main          URL manager connecting to Oracle...
    11:20:23:529 INFO     main          connected
    11:20:23:531 INFO     main          Initializing crawler plug-in manager "oracle.search.plugin.ocs.cservices.OCSCSPluginMgr"
    11:20:23:531 ERROR     main          SES keystore location: null
    11:20:23:532 ERROR     main     null oracle.search.sdk.crawler.PluginException     oracle.search.plugin.ocs.cservices.OCSCSPluginMgr:getParamValue:351     oracle.search.plugin.ocs.cservices.OCSCSPluginMgr:init:479     oracle.search.crawler.WebCrawler:begin:1076     ImtCrawler:run:1831     ImtCrawler:main:480
    11:20:23:532 ERROR     main     null oracle.search.sdk.crawler.PluginException     oracle.search.plugin.ocs.cservices.OCSCSPluginMgr:getParamValue:351     oracle.search.plugin.ocs.cservices.OCSCSPluginMgr:init:479     oracle.search.crawler.WebCrawler:begin:1076     ImtCrawler:run:1831     ImtCrawler:main:480
    11:20:23:676 INFO     Thread-1          Remote command "reportstatistics" received, argument = "quit"
    11:20:23:676 INFO     Thread-1          Executing remote command "reportstatistics"
    11:20:23:697 INFO     Thread-1          Send back remote command execution result
    11:20:25:944 INFO     main          Shutting down all crawling threads...
    11:20:25:948 INFO     main          
    11:20:25:949 INFO     main          =================== Crawling results ===================
    11:20:25:949 INFO     main          Crawling started at 9/18/07 11:20 AM
    11:20:25:949 INFO     main          Crawling stopped at 9/18/07 11:20 AM
    11:20:25:949 INFO     main          Total crawling time = 0:0:5
    11:20:25:949 INFO     main          
    11:20:25:954 INFO     main          Total number of documents fetched = 0
    11:20:25:954 INFO     main          Document fetch failures = 0
    11:20:25:954 INFO     main          Document conversion failures = 0
    11:20:25:954 INFO     main          Total number of unique documents indexed = 0
    11:20:25:954 INFO     main          Total data collected = 0 bytes
    11:20:25:954 INFO     main          Total number of non-indexable documents = 0
    11:20:25:955 INFO     main          
    11:20:25:955 INFO     main          Number of times disk cache is full = 0
    We have followed the installation details provided in "SESAdmiistratorGuide".
    In that guide.... during creation of Content Database source he did not mention any entry for "SES keystore location", and the exception which we are getting is related to "SES keystore location: null" (please look into the exception stack).
    could you please guide us.
    Thanks
    peter.

  • Edit the default  install "Opencart Website and Template" in dreamweaver

    Hi guys,
    im new to dreamweaver and diving in the deep end obviously. I guess the idea of doing this on my localhost is all about practicing locally before tackling a real world scenario on a production web-server in the near future.
    I have just installed
    1. WAMP server on my Win 8 localhost
    2. Opencart on this server
    I would like to edit the existing "Opencart" default website that i have just installed on my WAMP, Things im interested in doing...
    1. making changes to the opencart template
    2. altering the website structure (eg pages, images etc)
    Is dreamweaver able to do this? (i am assuming that i may use a variety of adobe products for the task...eg photoshop etc)
    If yes...
    how do i go about getting it into dreamweaver (and synchronising dreamweaver with the localhost WAMP "Opencart site")
    If no...
    what program is best suited for tackling this task?
    I have signed up for the adobe cloud so i have access to quite a number of adobe products.
    kind regards
    adam

    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    You better read up on custom theming in OpenCart. 
    OpenCart Community • View topic - [Tutorial] Build Opencart Theme
    OC uses model & controller files (fragments) to connect all the various parts together on the server. Design View in DW will be little value since this is all about working with code.
    Nancy O.

  • Mitigating Control creation and application in SAP GRC 10

    Hi Expert,
    We have SAP GRC Access Control 10 being implemenmted for our client.  While trying to create Mitigating Control, we just realized that Before creating mitigating controls you need to create a Root Org entry, this replaces the Business Units in previous AC versions which is visible only when we activate the GRC-PC Application.
    My queries are:
    1. Is it that Mitigation control can only be created if PC is enable.
    2. What about Licencing if GRC-PC Application is used for Mitigating Control Creation.
    Thanking you i advance.
    Thanks & Regards,
    Abhimanu Kumar Singh

    HI,
    Thank you for the response, I just checked and could find that I can create Mitigating control without PC application. It is just that PC relevant fields are not displayed.
    However can anybody answer as to what happens if I use PC to create Mitigating Control, Do I have to purchase the license for SAP GRC PC or it is ok for shared resources.
    Thanks again.
    Thanks & Regards,
    Abhimanu Kumar Singh

  • Role creation template

    Hi friends,
    I have to give SD transaction access to endusers. Need to prepare a document/template to capture the authorization requirement details and forward the same to basis team. What are the require details in doc/template to create end user role.
    Thanks,
    Rahul

    HI
    List out the entire list of Txn codes in the format below or modify to suit your requirements and forward it to Basis for Roel creation and authorizaion. Prepare am Excel Sheet with details such as
    Sl.No.---   TXn Code      Description----                     Role1              Role2               Role3------->   
    1.                  XD01            Create Customer Mr.           X                      --                    ---
    2.                  XD02             Change                              X                      X                    -
    3.                  XD03             Display                              X                      X                    X
    Similarly you can List out all the Txn codes you wish to have along side the Roles Sit with your coreteam member and decide the details based upon number of users basd upon the hier-archy availablei the organisation.

Maybe you are looking for

  • Query Help in OLM

    I am new to OLM and not aware of the tables much, Any idea to build the query for following requirement? query to fetch records, who have been enrolled into the training and have not yet completed it. They can either be because, they have not complet

  • DBAdapter polling with logical delete x distrib polling x DB rows per trans

    Hi all. I'm trying to configure a DBAdapter with "logical delete" polling strategy, distributed polling (cluster environment) and a defined number of "Database Rows per Transaction". When I check the box "Distributed Polling", the SQL generated gets

  • "Shared storage client timed out' error when starting a batch

    I'm getting this error on every node in the cluster. What am I doing wrong?

  • Just got a macbook pro won't let me screenshot help?

    Just got my Macbook pro yesterday, and its been letting me screenshot, Ive done the command plus shirt key plus the F3 key, it was working, and now whenever I do that it keeps dragging the page up, and I have no idea why? help would be much appreciat

  • Broadcasting with Multiple Application Servers

    Hi, If I schedule a query broadcast to fill olap cache and I have multiple production servers which App server(s) will get the cache filled?  What ever server the broadcast job runs on? If anyone can give some insight it is greatly appreciated. Thank