Actions and Libraries

Hello,
I create an action, which will used by serval jobs. Now, I have outsourced this coding in a Custom_Actions Library. This library should containing all my actions, so that I can reuse actions by different jobs. But how I can use this library from the action tab?
Here what I have done:
1. Create library:
public class Actions  {
       protected com.redwood.scheduler.api.model.SchedulerSession jcsSession;
       protected PrintWriter jcsOut;
       protected Job jcsJob;
      public Actions(Job job, SchedulderSession jcsSession)
                      // Call Class, create a object with the currentJob       
      jcsJob = job;
                      jcsSession = jcsSession;
     public void checkJobLog(String searchPattern, PostRunningActionScriptObject jcsPostRunningContext)
          String pattern = searchPattern;
          boolean patternFound = false;
          // Gehe über JobFiles
          for (Iterator it = jcsJob.getJobFiles(); it.hasNext();)
               JobFile f = (JobFile) it.next();
               JobFileType fileType = f.getType();
               // Ist das Jobfile vom Typ Output?
               if (fileType.name().equalsIgnoreCase("Output"))
                    SearchResult result = null;
                    SearchResultSet resultSet = null;
                    // Suche im JobLog nach dem
                    resultSet = f.search(pattern);
                    // Prüfe ob etwas gefunden wurde.
                    try
                         if (resultSet.next())
                              result = resultSet.getSearchResult();
                              if (result.wasFound())
                                   jcsPostRunningContext.setFinalStatus(JobStatus.Error);
                                   OperatorMessage operatorMessage = jcsSession.createOperatorMessage();
                                   operatorMessage.setFullText("Der Suchbegriff wurde gefunden");
                    } catch (Exception e)
                         // TODO: handle exception
                         OperatorMessage operatorMessage = jcsSession.createOperatorMessage();
                         operatorMessage.setFullText("Fehler ist aufgetreten");
                         jcsOut.println(operatorMessage.getFullText());
2. Create JobDefinition
On action tab I create a PostRunning Condition
Select Library: Custom_Action
Insert Coding:
//Create  a new Object actions
Actions a = new Action(jcsJob, jcsSession);
// Set searchPattern
String searchPattern = "*4711*";
// Call method checkJobLog with parameter
a.checkJobLog(searchPattern,jcsPostRunningContext);
If I want to save that I got always the message:
JCS-102183: Kompilierung für Job definition ZZ_UTIL_TEST10 action (type=Post Running) fehlgeschl: ZZ_UTIL_TEST10.java:user code 2:0:cannot resolve symbol symbol : class Actions location: class com.redwood.scheduler.custom.ZZ_UTIL_TEST10 Actions a = new Actions(jcsJob);
JCS-102183: Kompilierung für Job definition ZZ_UTIL_TEST10 action (type=Post Running) fehlgeschl: ZZ_UTIL_TEST10.java:user code 2:16:cannot resolve symbol symbol : class Actions location: class com.redwood.scheduler.custom.ZZ_UTIL_TEST10 Actions a = new Actions(jcsJob);
JCS-102183: Kompilierung für Job definition ZZ_UTIL_TEST10 action (type=Post Running) fehlgeschl: :2 errors
I have tried this in different ways, e.g.
- Import the library first.
- Without Construtor and calling the method directly
But doesn't possible to save it.
Any ideas what's wrong?
Kind Regards
Marc

Hello,
I found my mistake.
import com.redwood.scheduler.custom.actions.Actions;
Actions a = new Actions(jcsJob);
String searchPattern = "*4711*";
a.checkJobLog(searchPattern,jcsPostRunningContext);
The import was wrong.
Kind Regards
Marc

Similar Messages

  • I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts

    I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts.   All the instructions on synching start with "find your device in the device window".  But what if you have no device window?

    Missing "message" from above: The iPad "DGMTR" is synced with another iTunes library on DGMTR's MacBook Pro. Do you want to erase this iPad and sync with this iTunes library? An iPad can be synched with only one iTunes library at a time. Erasing and syncing replaces the contents of this iTunes library.
    I thought the libraries were the same.

  • Can't see Lists and Libraries in SharePoint Designer 2010

    Hello,
    I'm moving Site Collections from one domain to another domain. I set up Development Farm and Production Farm in new domain.  I moved all site collections to Development Environment without any problem. However, I'm having a problem with one site collection
    in Production. When I restored site collection in Production, I cannot see Lists and Libraries in SP Designer.  On the other hand, when I restore same site collection in Development, I see Lists and Libraries in SP Designer.
    I have five servers in Production; 2wfe, 2app, and 1db.
    I have three servers in Development; 1wfe, 1app, and 1db.
    What could be the issue? It's frustrating!
    Thanks
    Orrin

    Hi,
    have you checked the Log for any error, there could be broken links and may be SPD is throwing some error which would be easier to isolate the issue.
    also see
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/a1804727-1191-4c41-b8c4-9e8299a2ad61/sharepoint-designer-unable-to-show-items?forum=sharepointcustomizationprevious
    and have you enabled SPD for you site and you have design permission
    Site Actions > Site Settings > Sharepoint Designer Settings > Enable Sharepoint Designer
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • Automation plugin as action and via File/Automate

    Hi,
    I have an Automation plugin that is scriptable (it has a number of exposed scriptable parameters and can be recorded and run from Actions palette). The plugin displayes the UI when it is called interactively (from File/Automate).
    I am however having troubles distinguishing when it is called from an Action palette as a playback of recorded action and when it actually was called interactively from File/Automate (testing it in Photoshop CS6). On plugin invocation I check passed action descriptor and if not empty, read parameters from it and don't show the UI. On the call end, I write script parameters back to a descriptor to be able to use them in recorded action. With this in mind, after PS start first time selecting File/Automate works as expected - no descriptor/parameters passed into the plugin. But after a first call, Photoshop seems to keep the descriptor/parameters written at the end of the plugin and passes it on subsequent user invoked File/Automate. The same happens if plugin is getting called from a recorded action playback (and its expected). Basically after a first invocaction, the plugin will always receive action descriptor whether it called from an action playback or invoked by user.
    I need to distinguish these two cases and basically present UI/start from scratch when user invokes it and use the passed action parameters when action plays it. I have not found anything in SDK to point me to the solution so I'd appreciate the help.
    In filter plugins I can at least get selector start when invoked from UI and use that to free/ignore the action descriptor data.

    I don't think you should care. The option you do care about is this one:
    PIDialogPlayOptions playInfo
    That is part of  PIActionParameters *actionParameters
    That is part of your PSActionsPlugInMessage that comes into your automation plugin entrypoint.
    This parameter has three options:
    a) always display the dialog,
    b) only display the dialog if you don't like the parameters you are given,
    c) never display a dialog (either return an error or proceed with best options but don't stop with a dialog)
    From the file menu, user selected, you should get option a (always). From the actions panel you should get option a or b. From scripting you can get all three options.
    There is also a property in PIProperties.h called propPlayInProgress but the above information should be what you need to do the correct thing with dialogs.

  • I delete some emails ,there are moved to trash . I delete them from trash folder too and they still appear in a folder called 'all messages". I repeat the same actions and after a while they appear again!what should i do to delete them permanently??

    I delete some emails ,there are moved to trash . I delete them from trash folder too and they still appear in a folder called 'all messages". I repeat the same actions and after a while they appear again!what should i do to delete them permanently??

    If you are using Apple's Mail app 6.5 is the latest version irrespective of what a previous poster says. It does sound though that you are using a gmail account online via a web browser. Please confirm and fill in missing information.

  • HT4085 How do I lock my ipad screen so the swipe action and side button on screen don't work? My cats do these things and the game disappears.

    How do I lock my ipad screen so the swipe action and the side button on the screen do not work?  When my cats play a game on my ipad, they regularly swipe the screen and push the side button and the game disappears.

    The button on the top that you use to lock and unlock or put to sleep is the power button.  The button lower center of the screen is the home button...can be used to also wake from sleep and switch to the base home screen.
    Good to hear you are now able to lock rotation, even if you are not sure how you did it
    If you go to the iBook icon, tap Store in the uppper left side of the screen, you can search for the iPad User Guide...a free download that will place the guide in your iBooks library as a great source of background information.

  • My wife and I are going to share a PC,, W7,, can we have seperate iTunes accounts and libraries on the same PC?

    My wife and I are going to share a PC,, W7,, can we have seperate iTunes accounts and libraries on the same PC?

    Configure your PC for an addtional user account.
    http://support.apple.com/kb/HT1495
    Windows users:
    Look in your computer's Help documentation to learn how to set up additional user accounts. To locate this information:
    Click the Start Menu, and then click Help or Help and Support.
    Enter "new user" in the Search field.
    Press Return.
    If you create multiple user accounts on one computer but want the same media to be available in iTunes for all users, see iTunes: How to share music between different accounts on a single computer.

  • How to:  using the Place command in an action and remember the correct source filename...

    I have a large set of product, architecture, and other subject-specific photos, that I’m preparing for a new website; all to be placed in various galleries.
    For each photo, I want it to have the same background.  If I were doing this manually, I would simply “place” the subject photo into the background, and save it – back to the original photo name.
    In other words, doing this manually, PRODUCT_001.TIF gets placed into STANDARD_BKGRND.TIF, (thereby automatically correctly sizing and centering it), and then saving the result back to PRODUCT_001.TIF; either overwriting the original, or into a new folder.   (I have the original file somewhere else, and am working with an intermediate copy).
    But since I have several hundred photos, how do I create an action (and really – a droplet) that will save the resulting file to the desired name?  Typically placing photo ‘PRODUCT_001’ into photo ‘B’, alters photo ‘STANDARD_BKGRND’, so I can’t save the result back to ‘PRODUCT_001’.  Said differently, in a droplet, each time it's run saves the result back to the same filename 'STANDARD_BKGRND'.
    The end result – I want to apply that droplet to all the PRODUCT_***.TIF files in a given folder, and end up with the same file names as before.
    Thanks in advance for your help!
    Jerry
    PS - I have no scripting experience in PS, but have written code in other applications/scenarios.

    Its great that your products are cutouts layers,  Its easy to put cutouts on backgrounds and even add layer style to the product layer to enhance the composite. Still cutouts have size and resolution as  do your background images. 
    When you make composites. A document that is place in or pasted into the current document will be resample to match the current documents DPI resolution to preserve the size of the document being place or pasted in size.
    Additionally if your using place if the document being placed in does not fit within the current document's canvas size. Photoshop may scale the image to fit within the canvas.  It depends on your user id Photoshop Preference setting.
    That means you need you handle the sizes involved.
    I would think that you would want the final composite to be the size of the background image.
    You need to know its size and dpi resolution.  You must use image size on your product image and make the image have the same dpi resolution and a size smaller then the background image.  Perhas they have the same dip resolution as the background and are smaller in size. If that the cast their size are good no image resize  is required,
    Then you need to use canvas size to make the document have the same size and resolution as the background image.
    You may want to center the product layer over the canvas however Canvas size will add canvas evenly around the produt layer's layer bounds when you leave the anchor point in the center. 
    When you then place in the background image it will not be resampled for it has the same dpi resolution as the current document and it will not be scaled for it is an exact canvas size fit.  All that remains to be done is  move the current placed layer below the  product layer 
    The document name is the product image file name opened by you or by Photoshop automate batch process.

  • How to:  using the Place command in an action and remembering the source filename...

    I have a large set of product, architecture, and other subject-specific photos, that I’m preparing for a new website; all to be placed in various galleries.
    For each photo, I want it to have the same background.  If I were doing this manually, I would simply “place” the subject photo into the background, and save it – back to the original photo name.
    In other words, doing this manually, PRODUCT_001.TIF gets placed into STANDARD_BKGRND.TIF, (thereby automatically correctly sizing and centering it), and then saving the result back to PRODUCT_001.TIF; either overwriting the original, or into a new folder.   (I have the original file somewhere else, and am working with an intermediate copy).
    But since I have several hundred photos, how do I create an action (and really – a droplet) that will save the resulting file to the desired name?  Typically placing photo ‘PRODUCT_001’ into photo ‘B’, alters photo ‘STANDARD_BKGRND’, so I can’t save the result back to ‘PRODUCT_001’.  Said differently, in a droplet, each time it's run saves the result back to the same filename 'STANDARD_BKGRND'.
    The end result – I want to apply that droplet to all the PRODUCT_***.TIF files in a given folder, and end up with the same file names as before.
    Thanks in advance for your help!
    Jerry
    PS - I have no scripting experience in PS, but have written code in other applications/scenarios. 

    Actions don't have access to the document name (where the file name is).  Scripts do, however.
    If your products are sequentially numbered, you're in luck.  You can overide the "Save as command" and make sure that your naming uses a sequence which you can set to the same starting number as your product. Here is an example of how to configure File -> Automate -> Batch (assume the set and action are your hand built one)
    Instead of "Document name" you'd type "PRODUCT_" per your example and choose a 3 digit Serial number.
    The "Starting Serial #" is where you can change if your products are numbered say, 101 and up.

  • How to remove Homegroup and Libraries icons from 7 RC desktop (after Vista upgrade)?

    I took the plunge and upgraded my Vista 64 to Win 7 RC. The upgrade process lasted over 6 hours (some 300GB on my C:drive with Vista), but, once completed, it has been working really very fast & smoothly. The original Vista system is backed up of course on an external HDD.
    What annoys me though, are 2 stubborn system icons on my 7RC desktop, Homegroup and Libraries. I don't use Homegroup and Libraries can be accessed via Taskbar or Start menu, so I want to get rid of these two icons, but they cannot be remove from the desktop as such, like "normal" icons.
    Personalize -> Change Desktop Icons doesn't seem to offer any solution for these 2 icons.
    I never had those desktop icons on earlier clean installs of Win7 Beta (on separate dual boot HDD), only now after the massive Vista->7RC upgrade.
    I also have retained an earlier "unofficial" other Win 7 7100 on another HDD (with less installed apps.), for comparison.
    Is there any registry hack or other method to remove these desktop icons?
    I'd be grateful for a solution.
    T.i.a.
    Uffe
    System specs: MB: Asus Rampage Formula, CPU: E8500 @ 4005 MHz, RAM: 4 GB Corsair 8500, GPU: Geforce 275 @ 715 MHz, Sound card: X-Fi Fatal1ty Extreme Gamer, HDD: 4 internal total 1.4 TB + 3 external for backups

    Windows7 Home Premium
    After hours of being annoyed........
    1. Homegroup Icon:
    open my computer, control panel, system and security, administrative tools, services, then scroll down to: homeGroup listener and homeGroup provider, disable both. close out, log off. the icon should be gone when you log back on.
    2. Libraries Icon: carefully.......please, if no experience in registry get help.
    go to: start, run, type in: regedit, select the HKEY_Local_Machine key, navigate down finding: Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
    You will see several hexadecimal strings, select each one in turn, and the right pane will show you which icon is being selected. my library icon was the very first string and showed two lines on the right side of the page, first being: usersLibraries and the second being: remove message.
    when you find the appropriate library string, make a new folder in your my documents named: registry back up, then highlight the string on the left, go up to the top left of the registry page and click on, file then export. save the registry file in your new folder location. I also saved the two files on the right side of the page and named them what they were called on the page, so I would know what they were. (not sure I had to but did)
    After saving the registry files, next you can delete the string you have highlighted on the left which in turn, shows the name userLibraries (on the right side of the page).
    Poof it is finally Gone! available in your saved folder
    Hope this helps

  • Unable to expand DG is Lync client - Cannot perform this action, and the cause is unknown.

    Hi,
    I have a user in our Hong Kong office that is unable to open a distribution group she has added to her Groups. She gets the error message "Cannot perform this action, and the cause is unknown. Contact your support team to investigate."
    I can add the group and expand it, so can some of her colleague, and some cannot. Her colleagues who can have the same client and global policy settings as she does. 
    I read in a similar thread that this could be resolved by confirming the server times on Lync, AD (domain controller checked and Exchange but they were all correct and in sync. 
    The global policy is set to 250 max contacts - but does a DL count as 1 contact, or does it count all the people within the DG? I am getting HK to confirm she does not have too many contacts but I dont think this is the issue. 
    Anyone else come across this issue?
    Phil

    You can run the command Test-CsGroupExpansion to test the ability of a user to employ group expansion.
    For the usage of the command, you can check
     http://technet.microsoft.com/en-us/library/gg399009.aspx
    Lisa Zheng
    TechNet Community Support

  • JSF Actions and ActionListeners with Tiles and forms

    I�m having a problem trying to use the Tiles functionality in Struts 1.1 with JSF and was wondering if anyone could help me.
    I have defined a very simple header, menu, content Tile that doesn�t involve nesting of tiles (ExampleTile_content1Level.jsp).
    I have 3 JSP pages, the first testHarness.jsp is NOT built using Tiles and is just used to load some test data into a session scoped bean using an actionListener and then forward to a Tile generated page (ExampleTile3.jsp) using a hard-coded action �applicationSummary� when a commandLink is pressed. This works fine for both the action and actionListener.
    ExampleTile3.jsp contains another commandLink that is meant to forward to another tile ExampleTile2.jsp. This also works until I try to add the <h:form> � </h:form> tag around the outside of the <h:panelGrid> tags in ExampleContent1.jsp when the action and actionListener then fail to fire and I get an �Error on Page� message in Explorer the detail of which says �Error �com_sun_rave_web_ui_appbase_renderer_CommandLinkRendererer� is null or not an object�.
    However I need a form so that I can bind UI controls to data from the bean stored in the session scope. This is only a problem when I use Tiles to define the pages. Does anyone know what I am doing wrong?
    Any help would be much appreciated.
    Tiles.xml
       <definition name="example3" path="/pages/exampleTile_content1Level.jsp" >
              <put name="headerClass" value="someStyle"/>
              <put name="menuClass" value="someStyle"/>
              <put name="contentClass" value="someStyle"/>
              <put name="header-title" value="/pages/exampleHeader.jsp" />
              <put name="menu" value="/pages/exampleMenu.jsp" />
              <put name="content" value="/pages/exampleContent1.jsp" />
       </definition>
       <definition name="example2" path="/pages/exampleTile_content1Level.jsp" >
              <put name="headerClass" value="someStyle"/>
              <put name="menuClass" value="someStyle"/>
              <put name="contentClass" value="someStyle"/>
              <put name="header" value="/pages/exampleHeader.jsp" />
              <put name="menu" value="/pages/exampleHeader.jsp" />
              <put name="content" value="/pages/exampleContent2.jsp" />
       </definition>ExampleTile3.jsp
    <f:view>
         <h:form>
              <tiles:insert definition="example3" flush="false" />
         </h:form>
    </f:view> ExampleTile2.jsp
    <f:view>
         <h:form>
              <tiles:insert definition="example2" flush="false" />
         </h:form>
    </f:view> Faces-config.xml
    <navigation-rule>
        <from-view-id>/pages/testHarness.jsp</from-view-id>
           <navigation-case>
                <from-outcome>applicationSummary</from-outcome>
                <to-view-id>/pages/exampleTile3.jsp</to-view-id>
              <redirect/>
           </navigation-case>
    </navigation-rule>
    <navigation-rule>
        <from-view-id>/pages/exampleTile3.jsp</from-view-id>
           <navigation-case>
                <from-outcome>nextPage</from-outcome>
                <to-view-id>/pages/exampleTile2.jsp</to-view-id>
                <redirect/>
           </navigation-case>
    </navigation-rule> ExampleTile_content1Level.jsp
    <tiles:importAttribute scope="request"/>
    <h:panelGrid columns="1" >
         <f:subview id="header-title">
              <tiles:insert name="header-title" flush="false" />
         </f:subview>
         <f:subview id="menu">
              <tiles:insert name="menu" flush="false" />
         </f:subview>
         <f:subview id="content">
              <tiles:insert name="content" flush="false" />
         </f:subview>
    </h:panelGrid> ExampleHeader.jsp / ExampleMenu.jsp
    <tiles:importAttribute scope="request"/>
    <h:panelGrid columns="1" columnClasses="someSyle">
         <h:outputFormat value="This is the {0}.">
              <f:param value="Header / Menu as appropriate "/>         
         </h:outputFormat>
    </h:panelGrid> ExampleContent1.jsp
    <tiles:importAttribute scope="request"/>
    <h:form>     <----- Fails with this tag included but works without it.
    <h:panelGrid columns="1" >
              <h:outputFormat value="This is the {0}.">
                   <f:param value="Content on the FIRST page"/>
              </h:outputFormat>
              <h:commandLink action="nextPage" immediate="false">
                   <h:outputText value="Click to go to next page"/>
              </h:commandLink>
    </h:panelGrid>
    </h:form> ExampleContent2.jsp
    <tiles:importAttribute scope="request"/>
    <h:panelGrid columns="1" >
         <h:outputFormat value="This is the {0}.">
              <f:param value="Content on the SECOND page"/>
         </h:outputFormat>
    </h:panelGrid>

    jezzica85 wrote:
    Hi everybody,
    I want to overload a method so it can take either 2 Actions, 2 ActionListeners, or one of each. The issue with this is that I'd have to make 4 overloaded signatures and almost identical methods, like this:
    method( action, action )
    method( action, listener )
    method( listener, action )
    method( listener, listener )
    Well, if you want to support that then you are just going to have to do suffer through it, the only shortcut I can recommend is that your method(action, listener) and method(listener, action) are the same so you only have to implement 1 and just use the other as a entry point to call the one you wish to contain the code.

  • Lost all my actions and 3rd party filters after upgrading to Photoshop CC 2014

    How do I get all of my actions and 3rd party filters from Photoshop CC to Photoshop CC 2014?

    If you migrate your CC presets you should get your Actions, Pattens, Sahapes, Shapes etc back. Menu Edit>Presets>Migrare Presets. You need to copy or to install you 3rd Party plug-ins into CC 2014.

  • Everytime i try to download itunes it says rolling back action and error . i dont know what to do please help . P.S. i have windows 8

    everytime i try to download itunes it says rolling back action and error . i dont know what to do please help . P.S. i have windows 8

    Hello there Unicornbarf534,
    Thank you for using Apple Support Communities.
    It sounds like you are unable to successfully install iTunes. I recommend the troubleshooting instructions in this article named:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Here is a general outline of where the troubleshooting will take you:
    General installation troubleshooting
    1. Empty your Temp directory and restart
    2. Completely remove iTunes and related components
    3. Install the latest version of iTunes
    Additional troubleshooting
    After performing each of the steps below, you will need to completely remove iTunes and related components and then install iTunes again to determine whether the issue is resolved.
    1. Make sure you have administrator account access
    2. Make sure your folder names don't contain strange characters
    3. Get the latest Windows updates
    4. Disable other conflicting software
    Additional Information
    If you only need to install QuickTime, or if iTunes installs but QuickTime installation did not complete
    Try downloading and installing the standalone version of QuickTime from http://www.apple.com/quicktime/download/. Be sure you download the version that does not include iTunes.
    If the steps outlined in this article don't help, you may be able to find a solution to your issue by searching the Microsoft support website.
    All the best,
    Sterling

  • Content search web part to display only lists and libraries

    Hi,
    I want to configure Content Search Web Part to display only the names of lists and libraries inside my site collection. I tried adding Keyword filter "Only return lists and libraries", however it is also returning list items. Any idea on this issue?

    Hi John,
    Thanks.
    Agree with your point. I can't use any code (that is client requirement). Also, still I use, I can't use it in this scenario. I want to display most visited lists and libraries (in last month or lifetime). I can use managed properties such as ViewsLifeTime
    and ViewsRecent to sort it If i get the names of lists and libraries. Let me know if this clarifies the question more and you have an idea about it.

Maybe you are looking for

  • No Boot Device

    Boot device not found please install an operating system hard disk- (3F0) This is a fairly new laptop. Less than 6 months old. It was a gift. I was working on a video this morning, when all of a sudden everything starting playing up, then all of a su

  • JDeveloper 11g and Configure SOA

    Dear Sir/Madam I've downloaded jdevstudio1111.zip JDeveloper 11g Technology Preview 4. Follow intruction in: soa11g_installation_tp4.pdf, when step: Configure the SOA infrastructure \ i. Select Tools -> Configure SOA I could not find this option in T

  • Writing data to log file

    Is it possible to write data to a log (text) file from within Crystal Reports, possibly in a UFL?  Is there a way that's already built in to CR? Thanks. Ron

  • Problems with SSID broadcast

    Hi, I have an Cisco Aironet AP1141N en have some problems with the SSID broacasting. When turn my laptop on i see the SSID en everything works great. (working 6 meters of the AP) When i turn on the desktop PC with integrated PCI wifi card sometime it

  • How to maintain a progressive number to the photos

    How to make a progressive numaration of the presentation on new iPad