Can wlserver.exe take parameters -mx32m -ms32m?

 

Hi Michelle,
as far as i know wlserver.exe takes its parameters from NT registry. You can configure
these parameters with the wlconfig.exe tool.
Michelle Sue <[email protected]> wrote:
Hello:
The documentation says that to start weblogic server, we can use
java or wlserver.
However does any of you know whether wlserver.exe can take parameters
of
-ms32m or -mx32m? In addition, what is the difference of these two
parameters?
From command console, I am assuming something like
f:\weblogic\bin\wlserver -mx32m -ms32m-J-Dweblogic.system.propertiesFile=f:/weblogic/myserver1.properties
Thank you.
MSU

Similar Messages

  • Azure WebJob - can it take parameters and can be it be created using a script

    Hi,
    I have seen videos on Azure Webjobs and the scenario there is that an exe is taken and transformed into an Azure Webjob. If the exe takes parameters, is it possible that the webjob take parameters?
    Also, I see that the Azure webjob is being created through the Azure portal, is it possible to create it using a script on the fly?
    Thanks

    Hi
    Azure webjobs scripts or programs can be one of the following types:
    The following file types are accepted:
    .cmd, .bat, .exe (using windows cmd)
    .ps1 (using powershell)
    .sh (using bash)
    .php (using php)
    .py (using python)
    .js (using node)
    .jar (using java)
    you dont need to create them from Azure portal always. you can create your program in Visual studio and publish your code to Azure to be executed.
    About the parameter, you can have scheduled webjobs which will trigger at certain time and then they can read from different resourced (database, azure service bus, file etc) and that can be considered as input I guess.
    Regards
    Aram

  • Can a function take OUT parameters...?

    Hi all.
    Can a function take OUT parameters...?
    Thanks in advance,
    Pal

    You can do it in PL/SQL but not in SQL. The following example demonstarte that -
    satyaki>
    satyaki>create or replace package S_glob
      2  as
      3       b varchar2(20);
      4  end;
      5  /
    Package created.
    satyaki>
    satyaki>
    satyaki>create or replace function S_test_mul_out(a in number,c out varchar2)
      2  return number
      3  is
      4     cursor c1(eno in number)
      5     is
      6        select ename,job,sal
      7        from emp
      8        where empno = eno;
      9      
    10     rec c1%rowtype;
    11     d  number(10);
    12  begin
    13       open c1(a);
    14       loop
    15         fetch c1 into rec;
    16         exit when c1%notfound;
    17          glob.b:= rec.ename;
    18          c:= rec.job;
    19          d:= rec.sal;
    20       end loop;
    21       close c1;
    22       return d;
    23  end;
    24  /
    Function created.
    satyaki>
    satyaki>
    satyaki>set serveroutput on
    satyaki>
    satyaki>
    satyaki>declare
      2        yy  varchar2(30);
      3        zz  number(10);
      4  begin
      5       ZZ:= s_test_mul_out(7566,yy);
      6       
      7       dbms_output.put_line('Ename: '||glob.b);
      8       dbms_output.put_line('Job: '||yy);
      9       dbms_output.put_line('Sal: '||zz);
    10  end;
    11  /
    Ename: JONES
    Job: MANAGER
    Sal: 1000
    PL/SQL procedure successfully completed.
    satyaki>Regards.
    Satyaki De.
    Message was edited by:
    Satyaki_De

  • I find 'plugin-container.exe' takes up 68-91% of my CPU and effectively hangs my machine; how can I avoid this, from happening?

    I find 'plugin-container.exe' takes up 68-91% of my CPU and effectively hangs my machine; how can I avoid this, from happening?

    You can disable the plug-in container for one or two plug-ins, or for all the plug-ins it works for. <br />
    http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins

  • WL 5.1.0 startWebLogic.cmd License Error (works via wlserver.exe)

    I have spent several hours trying to figure out how to start Web Logic 5.1.0
    from the command line or via the startWebLogic.cmd script. The sever starts
    up fine when running bin\wlserver.exe via the start menu or from the command
    line, but my startWebLogic.cmd script comes up with the following errors
    everytime:
    C:\weblogic>startWebLogic.cmd
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : C:/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    No License found for WebLogic
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDB
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3
    Here is a version of the startWebLogic.cmd file I was using:
    @echo off
    @rem http://www.weblogic.com/docs51/install/index.html
    SETLOCAL
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set
    JAVA_CLASSPATH=.\myserver\serverclasses;.\weblogic510spboot.jar;.\classes\bo
    ot;.\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=.\myserver\serverclasses;.\lib\weblogic510sp.jar;.\licens
    e;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses
    %JAVA_HOME%\bin\java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==.\weblogic.policy
    weblogic.Server
    ENDLOCAL
    Here is the output from bin\wlconfig.exe:
    C:\weblogic>bin\wlconfig.exe
    WebLogic startup settings are presently:
    CLASSPATH Prefix C:\weblogic\myserver\serverclasses
    CLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\to
    ols.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.ja
    r;C:
    \weblogic\license;C:\weblogic\classes\boot;C:\weblogic\classes;C:\weblogic\l
    ib\w
    eblogicaux.jar;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    JAVA_HOME C:\weblogic\jre1_2
    WEBLOGIC_LICENSEDIR C:\weblogic\license
    WEBLOGIC_HOME C:\weblogic
    system properties:
    java.security.manager
    java.security.policy==C:\weblogic\weblogic.policy
    weblogic.system.home=C:\weblogic
    java.compiler=symcjit
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;
    C:\weblogic\myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\jre\li
    b\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar;C:\weblogic\classes\boot;C:\web
    logi
    c\eval\cloudscape\lib\cloudscape.jar
    Type "wlconfig -help" for program usage.
    I also tried a startWebLogic.cmd file version with absolute paths, but I got
    the same license error. I really can't figure out what I'm doing wrong
    here. What is different between the wlserver.exe executable and the
    startWebLogic.cmd files I'm running?
    @rem http://www.weblogic.com/docs51/install/index.html
    set JAVA_HOME=C:\weblogic\jre1_2\jre
    set PATH=%JAVA_HOME%\bin;%PATH%
    set
    JAVA_CLASSPATH=C:\weblogic\myserver\serverclasses;C:\weblogic\jre1_2\lib\too
    ls.jar;C:\weblogic\jre1_2\jre\lib\rt.jar;C:\weblogic\jre1_2\jre\lib\i18n.jar
    ;C:\weblogic\license;C:\weblogic\classes\boot;C:\weblogic\lib\weblogicaux.ja
    r;C:\weblogic\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGIC_CLASSPATH=C:\weblogic\license;C:\weblogic\classes;C:\weblogic\myser
    ver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    java -ms64m -mx64m -classpath
    %JAVA_CLASSPATH% -Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=
    . -Djava.security.manager -Djava.security.policy==C:\weblogic\weblogic.polic
    y -Dweblogic.system.home=C:\weblogic -Djava.compiler=symcjit weblogic.Server

    Thanks for your help Raj. I found out it was a PeopleSoft problem. They
    make us run one of their Java class files to startup the server from the
    command line instead of weblogic.Server. Once I changed it from
    weblogic.Server to PSweblogic, it started correctly.
    Cameron
    "Raj Alagumalai" <[email protected]> wrote in message
    news:[email protected]..
    Cameron,
    Are you running setEnv.cmd before running startweblogic.cmd ?
    The SetEnv.cmd script sets the WL_HOME variable. Make sure you have this
    variable set.
    Alternatively, try adding the absolute path for the license folder (inyour
    case C:\weblogic\license ) in the weblogic.class.path entry in the
    startweblogic.cmd file.
    The server will look for the WebLogicLicense.xml in this folder at startup
    time.
    The reason why the server starts from the start menu is the fact that this
    entry is part of the weblogic.class.path
    From your posting
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;C:\weblogic
    \myserver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    Thanks
    Raj Alagumalai

  • RE: Ftcmd.exe log parameters

    Hi,
    I've tried your command, but they run. Maybe you can try running it in a
    DOS prompt and you should catch that exception.
    Regards,
    Peter Sham.
    -----Original Message-----
    From: Sing Nyguk Ling [SMTP:[email protected]]
    Sent: Thursday, July 01, 1999 10:14 AM
    To: [email protected]
    Subject: Ftcmd.exe log parameters
    Currently I am using the Forte 3.G version. I'm having a problem on
    setting the -fl flag on the Forte Distributed folder. I changed the
    properties in the Forte Standalone Folder by appending the following
    command:
    -fl "%stdout(err:sh:* trc:user:*) c:\forte\log\my_log1.log(trc:user1)
    c:\forte\log\my_log2.log(trc:user2)"
    I insert the same logging flag command to the Forte Distributed folder
    between the 'ftcmd.exe' and 'run forte'. The command will be like this:
    C:\forte\install\bin\ftcmd.exe -fl "%stdout(err:sh:* trc:user:*)
    c:\forte\log\my_log1.log(trc:user1) c:\forte\log\my_log2.log(trc:user2)"
    run forte
    But forte unable to start. It did not produce any error or exception.
    But I cut short the -fl command to -fl "%stdout(err:sh:* trc:user:*)",
    the Forte will be able to execute. If I put in spaces; like -fl
    "%stdout(err:sh:* trc:user:*) ", Forte fail to run.
    Anybody facing this problem before, any suggestion will be appreciated.
    Thanks in advance.
    Thomas Ling
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Thanks for trying the -fl command. From your suggestion, I had try the
    'ftcmd.exe -fl "%stdout(err:sh:* trc:user:*)" run forte' command in the dos
    prompt. Following is the outcome:
    C:\forte\install\bin>ftcmd.exe -fl "%stdout(err:sh:* trc:user:*)" run forte
    Attempting to connect to launch server at port 3783.
    Attempting to start launch server at port 3783.
    Running release cl0 of applet Forte built on 14-Mar-1998 08:11:53.
    But it fail to run when the command is longer:
    C:\forte\install\bin>ftcmd.exe -fl "%stdout(err:sh:* trc:user:*)
    c:\forte\log\my_log.log(trc:user:*)" run forte
    Attempting to connect to launch server at port 3783.
    Attempting to start launch server at port 3783.
    ERROR: Failed to start launcher.
    May I know which forte version you using at the moment?
    Thanks,
    Regards,
    Thomas
    Peter Sham (HTHK - Assistant Manager - Software Development, IITB) wrote:
    Hi,
    I've tried your command, but they run. Maybe you can try running it in a
    DOS prompt and you should catch that exception.
    Regards,
    Peter Sham.
    -----Original Message-----
    From: Sing Nyguk Ling [SMTP:[email protected]]
    Sent: Thursday, July 01, 1999 10:14 AM
    To: [email protected]
    Subject: Ftcmd.exe log parameters
    Currently I am using the Forte 3.G version. I'm having a problem on
    setting the -fl flag on the Forte Distributed folder. I changed the
    properties in the Forte Standalone Folder by appending the following
    command:
    -fl "%stdout(err:sh:* trc:user:*) c:\forte\log\my_log1.log(trc:user1)
    c:\forte\log\my_log2.log(trc:user2)"
    I insert the same logging flag command to the Forte Distributed folder
    between the 'ftcmd.exe' and 'run forte'. The command will be like this:
    C:\forte\install\bin\ftcmd.exe -fl "%stdout(err:sh:* trc:user:*)
    c:\forte\log\my_log1.log(trc:user1) c:\forte\log\my_log2.log(trc:user2)"
    run forte
    But forte unable to start. It did not produce any error or exception.
    But I cut short the -fl command to -fl "%stdout(err:sh:* trc:user:*)",
    the Forte will be able to execute. If I put in spaces; like -fl
    "%stdout(err:sh:* trc:user:*) ", Forte fail to run.
    Anybody facing this problem before, any suggestion will be appreciated.
    Thanks in advance.
    Thomas Ling
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Wlserver.exe has generated errors.

    Hello,I installed the Weblogic server 5.1 service pack 8 with the installation instruction guideline under Windows 2000, and used wlconfig.exe to make changes to my installation configuration as described under installation.Restarted the weblogic server and got the following message:===========================================Program Errorwlserver.exe has generated errors and will closed by Windows. You will need to restart the program.An error log is being created.OK===========================================I don't know what the errors I has made. Please help.Thanks,Sam

    If you could provide more details on your operating system, etc. -- that
    would be great.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Adam Kuehn" <[email protected]> wrote in message
    news:3a75ce3a$[email protected]..
    I work in the same office as Paul, and have been trying to get Weblogicserver 5.1 installed on my Pentium IV machine. (Your website does not
    distinguish between the various pentium flavors, professing compatibility
    with them all.) The InstallShield begins to do its thing, but just before
    it finishes, I get the message that the program WLPASS~1.exe has generated
    errors. The InstallShield finishes, but a subsequent attempt to launch the
    Weblogic Server results in a message stating that wlserver.exe has generated
    errors. Similar messages result from any attempt to launch the programs in
    the Weblogic directory.Can you give any help?Thanks,-Adam Kuehn

  • Where can en_office_web_apps_x64_517488.exe be obtained

    Where can en_office_web_apps_x64_517488.exe be obtained?  It is not avialable on our MSDN Enterprise subscription.  This is the Office Web Apps installer for OWA for SharePoint 2010.
    Stacy Anothersharepointblog.blogspot.com

    Hi Stacy,
    Here is an article about how to download the Office Web App for SharePoint 2010 from Volume Licensing service center with detailed steps,you can take a look.
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=303
    Thanks
    Daniel Yang
    TechNet Community Support

  • Can you please take a look at my TM Buddy log and opine on what the problem is?

    Pondini,
    Can you please take a look at my TM Buddy log and opine on what the problem is?  I'm stuck in the "Preparing Backup" phase for what must be hours now.  My last successful backup was this morning at 7:16 am.  I did do a series of Software Update this morning, one of which, a security update I believe, required a restart.
    I'm confused as to what the issue is, and how to get everything back to "it just works".
    Many thanks in advance.
    Starting standard backup
    Backing up to: /Volumes/JDub's Drop Zone/Backups.backupdb
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Event store UUIDs don't match for volume: Area 420
    Event store UUIDs don't match for volume: Macintosh HD
    Error: (5) getxattr for key:com.apple.backupd.SnapshotSt

    Time Machine can't read some data it needs from your backups (each of those date-stamps is one of your backups). 
    That's usually a problem with the drive itself, but could be the directory on it. First be sure all plugs are snug and secure, then see if you can repair it, per #A5 in Time Machine - Troubleshooting. 
    If that doesn't help, post back with the results.  Also either tell us what kind of Mac you have, what version of OSX you're running, or post that to your Profile, so it's accessible.  
    This is unrelated to the original post here, so I'm going to ask the Hosts to split it off into a new thread.  Since you've posted in the Lion forum, I'll assume that's what you're running.  You should get a notice from them

  • My phone says there's 0 bytes available but only 6 GB are used the phone is supposed to be 8 GB I have no pictures at all and only 6 apps this is really bothering me please help I can't even take pictures because it says I've no storage

    My phone says there's 0 bytes available but only 6 GB are used the phone is supposed to be 8 GB I have no pictures at all and only 5 apps this is really bothering me please help I can't even take pictures because it says I've no storage I also have no messages at all

    My iPhone is a 16GB and it says 9.0GB Available and 3.7GB used; I suspect the missing 2.3GB is occupied by the system software.

  • How much RAM can my ibook take?

    I have a early ibook G4 800Mhz with 128mb of RAM and i wanted to know how much more ram can i put in it, because its running really slow, i also wanted to know can my ibook take DDR333 PC2700 RAM
    thanks
    Arhtur

    The maximum is 1.25 Gb with the addition of one 1 Gb SODIMM. Choose a reputable vendor who tests and guarantees compatibility with your model Mac.
    Thanks
    Trevor
    CanadaRAM.com

  • Can I publish keyframed parameters in an FCP generator?

    Hi
    I'm making an FCP generator in Motion and have a layer which moves from (0,0) to (x,y) and then goes back to (0,0).
    What I would like to do is publish the (x,y) position so that I can change this in FCP. I have currently keyframed the animation with a dummy value for (x,y), but when I try to publish this it works fine in the Project Publishing pane (with values and keyframes) but when I bring it into my FCP timeline I have no keyframes and a zero value.
    I can go in and manually add keyframes to my position parameter, but that rather spoils the whole benefit of doing it as a template. If the keyframes carried over it would be a start. If I could isolate the (x,y) keyframe and just allow that to be changed while maintaining the (0,0) that would be awesome.
    If you cannot do this is it a bug which may at some point be fixed, or is it not meant to do this? The fact that the keyframes are there in the Project Publishing pane makes me think that they should export to FCP.
    Would this work if I set up a rig? Can I specify values at certain points in time and then use a slider or similar to specify where the position value will go at my mid-keyframe? I haven't used rigs before but am happy to learn how to use them if they can do what I want.
    My other thought (although I think this will become an inelegant solution) was that I could use a ramp to behaviour on x-position and one on y-position, and publish these values with ramps back to (0,0). At this point that doesn't seem too complicated, but I actually have a number of layers doing a number of things [and sometimes starting at (x,y) and moving to (0,0) and then back to (x,y)] so would have quite a lot of ramp values published which would become confusing, if this would work at all.
    Perhaps I would have to use a rig to combine some of these if this is my only option?
    Sorry if I'm at all vague. I know very clearly what I want to do and sometimes get befuddled explaining, but if I can publish keyframed position parameters (or preferably just the mid-point) I know that would solve it quite easily.
    I'll keep experimenting and update with how I get on, but any help would be greatly appreciated.
    Cheers

    Sorry, my mistake. I forgot to mention that this is an image movement for a slideshow and will be repeated (with the variable (x,y) values) multiple times in the timeline.
    Yes, if it was a single instance then keyframing in FCP would be fine. For the thirty or so occasions I will need to keyframe it makes more sense to automate if possible.
    I tried rigs but the same thing happens.
    Then I managed to make something work whereby I keyframed the rig to go from 0 to 100 to 0 and set the corresponding x positions as 0 and 100. Publishing this makes the layer move to (0,100) and back to (0,0) when the slider is set at 100 and lowering the slider lowers the x position reached.
    This only works in one direction (can't move left and right) so isn't ideal.
    Then I changed the keyframed animation to two ramps on the x position and it's actually more elegant than I thought. One ramp goes from 0 to x and stops with an end offset. Then the second ramp kicks straight in taking it from 0 to -x. Set up a rig with a slider connected to both ramps end values, one directly connected and one inversely connected. Hey presto, one slider connecting to a variable move in the x direction that also accepts negative values (I played with the max and min values of the slider).
    I just need to do the same for y position. This should also work where I start at (x,y) as I will just connect to the start value and tweak the start offset to time my move.
    Hope that makes sense. If anybody wants to do something similar and needs further explanation please ask. This is truly amazing. I can set up a zoom in to start and end anywhere on screen (i.e. zoom top left corner into middle of screen) and control where we zoom from within FCP... or control other parameters in a similar way.

  • Hello! im from argentina. im having problems with my iphone. can my friend take it to usa for a cheking?

    hello! im from argentina. im having problems with my iphone. can my friend take it to usa for a cheking?
    what do i need to take my iphone to an apple store? just the iphone? or the charger also? what about the ticket?
    sorry about my english

    If your phone was purchased in the US, yes. Otherwise, no. And, you only need the phone, nothing else.

  • Using stored procedures that take parameters

    I'm trying to invoke (MSSQL) stored procedures from Visual Composer. I've got the tool to see the procedures, but when the data service definition is created, there are no inputs, even though the procedures take parameters. When I run the Test Data Service wizard and press execute, I get an error saying a parameter wasn't provided. The input area on the left of the wizard window shows no input parameters and if I click the add button, I get nothing.
    Am I doing something wrong?
    Thanks.

    Hi
    I think you should check the stored procedure. If the stored procedure defines the input parameters correctly or not.
    Regards
    Inder

  • Can I automate the parameters of auxiliary tracks???

    Hi all,
    1 - I would like to know if the parameters of an auxiliary or a bus track can be automated, eg: if I load a kick and a snare into ESX24 then route each one to individual auxiliary tracks; then insert say for example a delay effect to the kick and a filter to the snare, can I then automate the parameters of such effects somehow?
    2 - On the same topic, if I send a track to a bus which again has an insert such as a filter , can I automate the parameters of this filter?
    Is just that i can not view these tracks in the automation screen, maybe there is a way to do it? please???

    Sure, in the mixer right click on the Aux tracks you want to automate->menue openes->create Arrange tracks.
    Then set the Aux tracks in the Arrange to Latch and move the knobs in your Plug Ins or just draw in the automation nodes in the Arrange page on the respecting parameter.

Maybe you are looking for