SAPUI5 Components, Shell doubt

Hi, I saw a lot of examples about components and all of them are using Shells, and my doubt is about that, is necessary use shell with components?
Anyone has an example using one component and inside two componentes each with his own view(js or Xml) ?, how can i do that??
like this example SAPUI5 SDK - Demo Kit but without shell, and with the menu and components products and overview.
Thanks

Hi Rajesh,
once the SAPUI5 application is deployed to ABAP server, it is stored as BSP application under transport request (refer my blog How to Deploy and Run SAPUI5 application on ABAP Server for more details).
You need to follow usual process of moving this TR to Quality and production.
Regards,
Chandra

Similar Messages

  • How to run sapui5 components in a native dynpro?

    Hello,
    I like to run sapui5 components in a native Dynpro - is that principle possible? For first example i want to implement the description from this site http://scn.sap.com/docs/DOC-48653 (How to Create and Run a Simple SAPUI5 Application from Scratch within 20 Seconds) via HTML-View in a native ABAP-Dynpro:
    This is, what I have done till now:
    - Dynpro with CustomContainer
    - PBO for dynpro: create object instanz for  cl_gui_custom_container and  cl_gui_html_viewer
    - Tx SMW0 - WebRepository: HTML-Template for my site (html code see example above)
    - Tx SMW0 - WebRepository: Binäry data for sapui5 javascript file (here I used "sap-ui-core-all.js")
    When I now start my report do display the html file, the html viewer works, but the button "Hello World" doesn't appear?
    Here my questions:
    - is it principle possible to use sapui5 components in a custom container with html viewer in a native ABAP-Dynpro?
    - what ist the best way (where ist best place) for storing the needed sapui5 files?
    - which sapui5 files are needed?
    At the end, I only want to show charts e.g. with the MaKit-control in a custom container with html viewer!
    Thanks a lot for every hint or tip!
    Best regards
    martin

    After adding/removing components to/from a panel try:
    panel.revalidate();
    panel.repaint() // sometimes this is also needed, I'm
    not sure whyI'm not certain, but I think that panel.revalidate() implicitly calls repaint() only if something actually changed in the layout. If nothing changed, it sees no reason to repaint; hence, if something changed in appearance but not in layout, you have to repaint it yourself.
    Or something like that. I'm no expert. ;)

  • How to transport SAPUI5 components from ABAP repo

    Hi All,
    Please suggest me how can I move the SAPUI5(deployed in ABAP repo) apps from Dev system to QA .
    Thanks in advance
    Rajesh

    Hi Rajesh,
    once the SAPUI5 application is deployed to ABAP server, it is stored as BSP application under transport request (refer my blog How to Deploy and Run SAPUI5 application on ABAP Server for more details).
    You need to follow usual process of moving this TR to Quality and production.
    Regards,
    Chandra

  • Workflow Service Components

    Hi
    We have 11i PROD instance configured with Workflow notification mailer.
    Some of service components startup mode is manual those are:
    ECX Inbound Agent Listener
    ECX Transaction Agent listener
    Web Services IN Agent
    Web Services OUT Agent
    Workflow Inbound JMS Agent Listener
    Every day we have taking cold backup using scripts. When Instance up after backup we are restarting this service components ,
    my doubt is can we change startup mode to automatic for this above components, by doing this any impact on Instance.
    Plz clarify this.
    Regards
    Shaik

    Please also see this thread -- Re: How can I start apps service without start workflow mailer in R12?
    Thanks,
    Hussein

  • ACS SE - Shell Command Authorization

    Hi Sir,
    I have deployed an ACS Solution Engine 4.1(1) Build 23 to provide AAA services for routers/switches login.
    I'd like to create a user group that is restricted to only "show" commands when the users log in to the network devices.
    I have done the following steps:
    (1) Shared Profile Components -> Shell Command Authorization Sets
    Added a new set. Call it NOC. I added the command "show". For "Unmatched Commands", I selected Deny. I also checked "Permit Unmatched Args".
    (2) Group Setup.
    Created a new group. Call it NOC. For Enable Options, I selected "Max Privilege for any AAA Client" value of "Level 7".
    For TACACS+ Settings, I checked "Shell (exec)" and set "Privilege level" to 7.
    For Shell Command Authorization Set, I selected NOC for "Assign a Shell Command Authorization Set for any network device".
    (3) User Setup.
    Created a new user. Call it noc. Assign it to group NOC. All parameters point to group setting.
    (4) The AAA commands on the routers/switches are as follows:
    aaa new-model
    aaa authentication login default group tacacs+ local enable
    aaa authorization exec default group tacacs+ local
    aaa accounting exec default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    aaa accounting system default start-stop group tacacs+
    ip tacacs source-interface Loopback0
    tacacs-server host 10.10.10.10 key 0 tacacskey
    When the noc logs in, he's given privilege level 7. True, he's limited to only "show" commands. He can't do "config t". However, he also can't do "show run". Is it normal? I'd need him to be able to do "show run". How to configure the ACS?
    Thank you.
    B.Rgds,
    Lim TS

    Hi Narayan,
    Appreciate your detailed configuration steps.
    My intention is to create a shell command authorization set that allows a user group to only perform "show" commands, including complete config of "sh run". This group is not allowed to configure anything.
    See my original post for my configuration steps. I tied the group to the above authorization set and assigned it Level 7.
    The outcome is, the user can do all "show" commands except "sh run". Of course, he is not authorized for configuration commands.
    I came across the following link:
    http://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800949d5.shtml
    Perhaps it explains the problem here. If I understand it correctly, a user can't see in the output of "sh run" what he can't configure at his privilege level or below.
    The same issue happens when I configured the following:
    no aaa new-model
    username noc privilege 7 password test
    privilege exec level 7 show
    line vty 0 4
    login local
    The user "noc" can't do "sh run".
    Thank you.
    B.Rgds,
    Lim TS

  • AAA Authorization with ACS Shell-Sets

    Hi all,
    I am using a cisco 871 router running Version 12.4(11)T advanced IP Services.
    I am having trouble getting AAA Authorization to work correctly with ACS.
    I am able to set the users up on ACS fine and assign them shell and priv level 7.
    I then setup a Shell Auth Set, and enter in the commands show and configure.
    When I log in as a user, I get an exec with a priv level of 7 no problems, but I never seem to be able
    to access global config mode by typing in conf (or configure) terminal or t.
    If I type con? the only command there is connect, configure is never an option...
    The only way I can get this to work is by entering the command:
    privilege exec level 7 configure terminal
    I thought the whole purpose of the ACS Shell Set was to provide this information to the Router?
    This is most frustrating
    The ACS Server is set up with a Shell Command Authorization Set named Level_7
    It is assigned to the relevant groups and I even have the "Unmatched Commands" option selected to "Permit"
    The "Permit Unmatched Args" is also selected.
    See an excerpt of my IOS config below:
    aaa new-model
    aaa group server tacacs+ ACS
    server 10.90.0.11
    aaa authentication login default group ACS local
    aaa authorization exec default group ACS
    aaa authorization commands 7 default group ACS local
    tacacs-server host 10.90.0.11 key cisco
    privilege exec level 7 configure terminal
    privilege exec level 7 configure
    privilege exec level 7 show running-config
    privilege exec level 7 show
    Hope you can help me with this one..
    P.s I have tried it with the privilege commands on the router and removed from the router and just keep getting the same results!?

    Hi,
    So here it is,
    You are actually using two different options and trying to couple then together. What I would suggest you is either use Shell command authorization set feature or play with privilege level. Not both mixed together.
    Above scenario might work, if you move commands to privilege level 6 and give user privilege level 7. It might not sure. Give it a try and share the result.
    This is what I suggest the commands back to normal level.
    Below provided are steps to configure shell command authorization:
    Follow the following steps over the router:
    !--- is the desired username
    !--- is the desired password
    !--- we create a local username and password
    !--- in case we are not able to get authenticated via
    !--- our tacacs+ server. To provide a back door.
    username password privilege 15
    !--- To apply aaa model over the router
    aaa new-model
    !--- Following command is to specify our ACS
    !--- server location, where is the
    !--- ip-address of the ACS server. And
    !--- is the key that should be same over the ACS and the router.
    tacacs-server host key
    !--- To get users authentication via ACS, when they try to log-in
    !--- If our router is unable to contact to ACS, then we will use
    !--- our local username & password that we created above. This
    !--- prevents us from locking out.
    aaa authentication login default group tacacs+ local
    aaa authorization exec default group tacacs+ local
    aaa authorization config-commands
    aaa authorization commands 0 default group tacacs+ local
    aaa authorization commands 1 default group tacacs+ local
    aaa authorization commands 15 default group tacacs+ local
    !--- Following commands are for accounting the user's activity,
    !--- when user is logged into the device.
    aaa accounting exec default start-stop group tacacs+
    aaa accounting system default start-stop group tacacs+
    aaa accounting commands 0 default start-stop group tacacs+
    aaa accounting commands 1 default start-stop group tacacs+
    aaa accounting commands 15 default start-stop group tacacs+
    Configuration on ACS
    [1] Goto 'Shared Profile Components' -> 'Shell Command Authorization Sets' -> 'Add'
    Provide any name to the set.
    provide the sufficent description (if required)
    (a) For Full Access administrative set.
    In Unmatched Commands, select 'Permit'
    (b) For Limited Access set.
    In Unmatched commands, select 'Deny'.
    And in the box above 'Add Command' box type in the main command, and in box below 'Permit unmatched Args'. Provide with the sub command allow.
    For example: If we want user to be only able to access the following commads:
    login
    logout
    exit
    enable
    disable
    show
    Then the configuration should be:
    ------------------------Permit unmatched Args--
    login permit
    logout permit
    exit permit
    enable permit
    disable permit
    configure permit terminal
    interface permit ethernet
    permit 0
    show permit running-config
    in above example, user will be allowed to run only above commands. If user tries to execute 'interface ethernet 1', user will get 'Command authorization failed'.
    [2] Press 'Submit'.
    [3] Goto the group on which we want to apply these command authorization set. Select 'Edit Settings'.
    (cont...)

  • Wildcard mask in Shell Command Authorization Set?

    Under Shared Profile Components/Shell Command Authorization Sets in ACS, is it possible to enter a wildcard for further arguments.
    For example, say you want to permit show cam [+ all arguments], is it possible to configure show, then 'permit cam *' as the argument?
    Thanks

    Sure. Just tested this on my ACS 3.2 server with the following config:
    AAA client:
    aaa new-model
    aaa authentication login default tacacs
    aaa authorization commands 1 default group tacacs
    ACS Shell Command Set:
    Unmatched Commands = Deny
    Command = show
    Permit unmatched args = no
    args = permit ip *
    This then allows me to do "sho ip int brief" and "sho ip http server all" to name a couple, but doesn't allow me to do "sho ver".
    Hope that helps.

  • SAP HANA D3 Library errors - "queue" is not a function

    Hello all,
    i have a question regarding D3 Integration into SAP HANA and hope one can help me.
    The last days i developed a D3 Choropleth (spatial data) with hover effects, tooltips and a legend. I have an existing SAPUI5 and HANA XS application running and now i wanted to integrate my D3 Choropleth.
    1 ) First of all, i added the following tags into the head section of the index.html file of my SAPUI5 project as i need those libaries.
    <script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
    <script type="text/javascript" src="http://d3js.org/queue.v1.min.js"></script>
    <script type="text/javascript" src="http://d3js.org/topojson.v1.min.js"></script>
    2) Then, i added the program code of my D3 Choropleth into the view.js of my SAPUI5 project:
    var html2 = new sap.ui.core.HTML("d3choropleth", {
                    content: "<div class='D3Choropleth'>" + "</div>",
                    preferDOM: false,
                    afterRendering: function() {
                                  .... here is my code ...
    I have a SAPUI5 shell with different NavigationItems (tabs) and for this D3 Choropleth tab i am writing:
    case "WI_choropleth":
    oShell.setContent(html2);
    break;
    When i start my SAPUI5 project and klick on the tab where the D3 Choropleth should be rendered, i get the following errors:
    d3.scale.threshold is not a function
    d3.geo.albers center is not a function
    queue is not a function
    Moreover, i have to say that my D3 Choropleth works standalone outside HANA very well, that is why i assume it is a library integration issue.
    In my browsers (firefox) developer console i can see that there is a D3 library loaded by default (as it is one of SAPUI5s components) with the path: sap/ui5/1/resources/sap/ui/thirdparty/D3.js.
    BUT this is a really old version of D3 (2.9), the current release is D3 (3.4), so maybe the problem is that the D3 libary that is loaded by default overwrites my integration of D3 (script tag above)?
    Does anyone have the same issues and knows how to solve that? Furthermore it seems that the d3 queue library is also not integrated as the error "queue is not a function" occurs and i also ask me how to solve that error.
    We have SAP HANA Developer Edition Revision 80 (by AWS), HANA Studio and Client are on revision 73 (64bit).
    It would be great if anyone could help me with my issue.
    Further question: Is the current release of D3 going to be integrated into the next HANA revision?
    Thanks a lot & regards,
    Andreas

    Hi Andreas,
    You are right. The way you integrate the libraries in your code is not the way that will work for HANA XS projects. This is why it doesn't accept the queue function (library is not loaded) and also why the 3.x only D3JS funcitons are not accepted (only the internal D3JS library is loading and these functions were not a part of 2.9 yet).
    To integrate third party libraries, you need to add XSJSLIB files to your project. These need to pass the server-side JSLint checks before accepted by the XS engine. (Client-side checks that fail might not count though).
    Please see this post from David Brookler for more information.
    http://scn.sap.com/community/developer-center/hana/blog/2013/12/23/db001-using-libraries-in-xs
    Best regards,
    Tobias

  • In-Browser Elevated Permissions Setup with SL5 Issues

    I am having a devil of a time setting up in-browser elevation with an application I'm developing for a client.
    Software's purpose: Download excel, docx and other writable files to a user's system, launch the file in the default viewer, let the user edit it and save the file, monitor for that file change, and prompt the the user to upload the changed
    file back to the server.
    I know this sounds like a dropbox or sharepoint type of thing but it's to store files that will be used with the SEC, we have a back end that stores the files according to the SEC's requirements. While I can get the Download, Monitor, Prompt and Upload all
    to work, I need Elevated Permissions In Browser to launch the files. For obvious security reasons, this is made to be hard but it's proven far beyond that.
    I have the following actions taking place to set up the program and the end user's system such that all this should work:
    XAP package is code-signed with a certificate provided by DigiCert (Issued By: DigiCert SHA2 Assured ID Code Signing CA, Issued to my Client, Expires Dec 2017). This enabled the lovely blue install prompt method for OOB instead of the yellow
    warning one, and is required for elevated in browser to work properly.
    I have enabled Out of Browser for the purpose of allowing the user to launch the SL app in an area where there are less security restrictions. When run out of browser, it performs the following actions, and then quits (the user is only intended to run out
    of browser once, to make these system changes):
    1. Detects that it is in OOB mode
    2. Checks for the existence of C:\Program Files (x86) (to see if it's a 64-bit system)
    4. Creates a COM object (WScript.Shell) and uses shell.RegWrite to write the following Keys
    shell.RegWrite(@"HKLM\SOFTWARE\Microsoft\Silverlight", "");
    shell.RegWrite(@"HKLM\SOFTWARE\Microsoft\Silverlight\AllowInstallOfElevatedTrustApps", 0x00000001, "REG_DWORD");
    shell.RegWrite(@"HKLM\SOFTWARE\Microsoft\Silverlight\AllowLaunchOfElevatedTrustApps", 0x00000001, "REG_DWORD");
    shell.RegWrite(@"HKLM\SOFTWARE\Microsoft\Silverlight\AllowElevatedTrustAppsInBrowser", 0x00000001, "REG_DWORD");
    shell.RegWrite(@"HKLM\SOFTWARE\Microsoft\Silverlight\UpdateConsentMode", 0x00000001, "REG_DWORD");
    shell.RegWrite(@"HKLM\SOFTWARE\Microsoft\Silverlight\Components\", "");
    shell.RegWrite(@"HKLM\SOFTWARE\Microsoft\Silverlight\Components\Debugging\", "");
    It does the same keys with Wow6432Node in there as well if it detected 64-bit
    5. Downloads the DigiCert.cer file I exported to the Silverlight Isolated Storage and does a shell.Run against it so it pops open
    6. Prompts the user to install it to Trusted Root Certificate Authorities
    The only other action that I have added onto this process is to add the site to the IE Security Trusted Sites list to get around Protected Mode.
    While this all together should be enabling In-Browser Elevation, I have mixed results. On my development machine, Win 8.1 x64 Pro, going to the website (NOT localhost, since that ignores the security requirements) I receive elevation. Going to it inside
    the server (Win2008R2) to the website also works. However, my Win7x64 box doesn't get it and another development team member I work with and her Win 8.1 box doesn't work either.
    My core questions are:
    1. Is there anything obvious I have missed, such as a registry setting, or program setting I need to check/change
    2. What specific certificate store should the DigiCert.cer be imported to?
    3. What specific certificate should I have exported from my development machine for importing to client machines?
    4. Has anyone experienced this issue where everything looks right but only works on some machines?

    As I said in the post "I have enabled Out of Browser"
    Here is my InBrowserSettings.xml file content:
    <InBrowserSettings>
    <InBrowserSettings.SecuritySettings>
    <SecuritySettings ElevatedPermissions="Required" />
    </InBrowserSettings.SecuritySettings>
    </InBrowserSettings>
    And here is my OutOfBrowserSettings.xml file content:
    <OutOfBrowserSettings ShortName="XXXXX" EnableGPUAcceleration="False" ShowInstallMenuItem="True">
    <OutOfBrowserSettings.Blurb>You only need to run this once</OutOfBrowserSettings.Blurb>
    <OutOfBrowserSettings.WindowSettings>
    <WindowSettings Title="XXXXX" Height="500" Width="600" />
    </OutOfBrowserSettings.WindowSettings>
    <OutOfBrowserSettings.SecuritySettings>
    <SecuritySettings ElevatedPermissions="Required" />
    </OutOfBrowserSettings.SecuritySettings>
    <OutOfBrowserSettings.Icons>
    <Icon Size="16,16">Images/favicon.png</Icon>
    </OutOfBrowserSettings.Icons>
    </OutOfBrowserSettings>

  • MOVED: MSI P4M900M2-L and overclocking

    This topic has been moved to Overclockers & Modding Corner.
    https://forum-en.msi.com/index.php?topic=110143.0

    Although this board has some overclocking functionality, it is not possible to tweak enough parameters to overclock the CPU by much.  I have found that I can run my E2140 at 1800MHz, but I need to tell it that I have 533 RAM to make it work, or it's clocking the 667 RAM which I have too fast (along with some other components no doubt).
    If you read this post, I wonder if you could tell me what value is displayed for 'CPU Temperature' in the BIOS health check screen?  My system says that the CPU temp varies between -2 deg C and about 7 deg C so I would be interested to see if they all do that.  I have the same motherboard and CPU as you.

  • MSI P4M900M2-L and overclocking

    hello,
    i have a msi p4m900m2-l and a e2140.
    when i want to overclock my processor by move up the fsb, my computer don't want to reboot and i must make a clear cmos to boot up the pc.
    any of you have a idea to make my overclocking running well ?
    ps:sorry for my bad english

    Although this board has some overclocking functionality, it is not possible to tweak enough parameters to overclock the CPU by much.  I have found that I can run my E2140 at 1800MHz, but I need to tell it that I have 533 RAM to make it work, or it's clocking the 667 RAM which I have too fast (along with some other components no doubt).
    If you read this post, I wonder if you could tell me what value is displayed for 'CPU Temperature' in the BIOS health check screen?  My system says that the CPU temp varies between -2 deg C and about 7 deg C so I would be interested to see if they all do that.  I have the same motherboard and CPU as you.

  • How to embed a network drive into a SAPUI5 shell

    Hi all, I need to embed into a ux3.shell page a Windows Explorer.
    The directories that I want to embed usually are network drives that users can see from theirs computers.
    When I run locally my application all works fine and load the network drive's content into the page, but if I run into the development server I get this error:
    Not allowed to load local resource: file:///Z:/ sap-ui-core.js:25
    (anonymous function)sap-ui-core.js:25
    Q.fn.extend.domManipsap-ui-core.js:25
    Q.fn.extend.appendsap-ui-core.js:25
    (anonymous function)sap-ui-core.js:25
    Q.extend.eachsap-ui-core.js:18
    Q.fn.Q.eachsap-ui-core.js:18
    Q.fn.extend.replaceWithsap-ui-core.js:25
    sap.ui.core.HTML.onAfterRenderingHTML.js:10
    sap.ui.core.Element._callEventHandlessap-ui-core.js:117
    sap.ui.core.Element._handleEventsap-ui-core.js:117
    fsap-ui-core.js:117
    sap.ui.core.RenderManager.flushsap-ui-core.js:117
    (anonymous function)sap-ui-core.js:117
    sap.ui.ux3.Shell._rerenderContentShell.js:92
    sap.ui.ux3.Shell.setContentShell.js:100
    (anonymous function)Menu.controller.js:70
    sap.ui.base.EventProvider.fireEventsap-ui-core.js:117
    sap.ui.core.Element.fireEventsap-ui-core.js:117
    (anonymous function)sap-ui-core.js:117
    sap.ui.ux3.Shell._fireWorksetItemSelectedShell.js:31
    sap.ui.ux3.Shell._handleWorksetItemClickShell.js:30
    sap.ui.ux3.Shell._handleWorksetBarSelectShell.js:28
    sap.ui.base.EventProvider.fireEventsap-ui-core.js:117
    sap.ui.core.Element.fireEventsap-ui-core.js:117
    (anonymous function)sap-ui-core.js:117
    sap.ui.ux3.NavigationBar._handleActivationNavigationBar.js:16
    sap.ui.ux3.NavigationBar.onclickNavigationBar.js:15
    sap.ui.core.Element._callEventHandlessap-ui-core.js:117
    sap.ui.core.Element._handleEventsap-ui-core.js:117
    sap.ui.core.UIArea._handleEventsap-ui-core.js:117
    f3sap-ui-core.js:18
    Q.event.dispatchsap-ui-core.js:18
    i.handle.j
    Is there any way to load these networks drives ?
    Thanks a lot.

    --allow-file-access
    http://peter.sh/experiments/chromium-command-line-switches/

  • HTML instead of text for the worksetItems of the SAPUI5 Shell

    How to put HTML for the worksetItems?
    Now, it is only text (example with the dashboard title):
    worksetItems: [new sap.ui.ux3.NavigationItem("WI_home",{key:"wi_home",text:"Dashboard"}),
    Do you know how to put HTML instead of text?
    I need it to to put an image next to the title with the font :
    <span class="icon-statistics"></span>
    Vincent

    Hi Vincent,
    worksetItems accepts only aggrgetion of type sap.ui.ux3.NavigationItem[]
    css could be applied for the id of the worksetITem
    like
    <style>
      #WI_home {
        background-color: green;
      </style>
    an example
    JS Bin - Collaborative JavaScript Debugging&lt;/title&gt; &lt;link rel=&quot;icon&quot; href=&quot;http://static.jsbin.…
    Thanks and Regards, Venkatesh

  • Oracle VM components doubt

    Hi,
    Do i need 2 servers to install oracle VM? Imagine that I have a server in a datacenter... can i have that server installed with Oracle VM Server and the Oracle VM Manager be my an external workstation? Do they have to be installed on the same network? or can I have the VM server installed in the datacenter in city A and the VM manager be in the city B (the one i am)? do they need to share the storage?
    Regards
    Ricardo

    Do i need 2 servers to install oracle VM?No, one is sufficient if you want to run the Oracle VM Manager in a
    manually-controlled domU guest.
    Imagine that I have a server in a datacenter... can i have that server installed with Oracle VM Server and the Oracle VM Manager be my an external workstation?That would work if your external workstation is running OEL, either directly
    or in a virtual machine.
    Do they have to be installed on the same network?They do need network accessibility; essentially if you can ssh(1) between
    the machine, you are good to go. You may need to tweak a firewall, at most.
    or can I have the VM server installed in the datacenter in city A and the VM manager be in the city B (the one i am)?Assuming you can ssh(1), it really does not matter how long the wires are.
    do they need to share the storage?I assume by "they" you mean the Oracle VM Server and the Oracle VM Manager
    host. No.

  • Small Shell Script Doubt

    I Have a cmd file
    i dont understand what these lines are inside that .cmd file ..
    echo Starting FTP ... >> /u03/app/oracle/admin/s7/s7.log
    date >>/u03/app/oracle/admin/s7/s7.log
    echo ----Start Uploading the Employer Master Table---->> /u03/app/oracle/admin/s7/s7.log
    echo End Date/Time ---
    date >> u03/app/oracle/admin/s7/s7.log
    My Question is ..are these lines are Automatically generated ?
    and what is this operator in Unix *>>*
    Thank you all in Advance,
    Data Boy

    Hey Data Boy,
    the >> symbol is a redirect symbol to contatenate some output to a file. For example, what you have shown us will add the following to the /u03/app/oracle/admin/s7/s7.log file.
    Starting FTP ...
    Wed Nov 12 09:15:12 PST 2008
    ----Start Uploading the Employer Master Table----
    End Date/Time ---
    Note, the date is also listed from the line date >>/u03/app/oracle/admin/s7/s7.log
    P.S. To re-create the file just use the > (single arrow) redirect symbol. It will delete the current file and start over. Then you can use the >> (double arrow) symbol to keep adding to the file.
    Michael Cunningham

Maybe you are looking for