Dvt:gantt :how to set a minor timeAxis scale in hours and amajor in days ?

Is possible to do that?
Thank's
Juan Carlos LLanes

Hi Anchorage,
It could be a solution, but not the exact solution that we want. Let me say why.
With the Request set we have the security that each concurrent request is executed when the prior one finishes; is that to say 20, does not begin till 10 finishes, and 30 does not begin till 20 finishes and so on. The most critical concurrent requests are 40 and 50, cause those are the ones that import an external credit exposure in the OE_EXPORURE_INTERFACE table (40) and are the ones that delete those external credit exposures imported (50). The problem is (and we do not know why) that these actions makes grow the size of the table and each time the 40 and 50 processes takes more minutes to finish. That's why we need to truncate the table in order to avoid the excesive grow of itself.
Making each process independent, with a begining time and hoping and expecting that the following one does not begin till the prior one ends is not an admisible or realizable solution due to the problem with the 40 and 50 processes.
So at the end, we need a request set in order to know that each one began when the prior one ends.
And Due to in order to truncate the table, as I said before, the processes that have a relationship whit it, must be stopped (just the 40 and 50 processes) prior to the truncation.
So as you see, it is difficult, very difficult.
Regards.

Similar Messages

  • Dvt:gantt ,:minor timeAxis scale in hours and major in days  (calendar)?

    Is possible to set the minor timeAxis scale in hours and the major in days to simulate a calendar?

    I'm still waiting for reply..
    Can somebody please help me ?
    Thank you very much.

  • How to set up internet connection between MacBook Pro and an old eMac?

    I got an old eMac without wifi and a MacBook Pro. I'd like to share the network connection via ethernet cable to my eMac, but I can't get it work.
    I'd like to use it with screenrecycler and it needs a network connection.
    How to do it? How to set up the connection between the client and the host? Could somebedy give me a step by step guide?
    Thank you very much

    Hello,
    First, are you using Wifi for Internet on the MBP?
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list, Wifi on the MBP.
    In Shating on both, enable File Sharing, Screen Sharing, & Web Sharing on both.
    Then with the Ethernet cable between the two, find the IPs of both, or use Finder>Go>Connect to Server>Browse... see what shows up.

  • How to set up triangle business in purchase order and intrastat

    Hi all,
    my question is, how to set up the supplier when they
    instructs another supplier in an different country with delivery.
    I can change the UID in the Goods Receipt but intrastat ignores this.
    thank you
    Gerhard
    Edited by: Rui Pereira on Jan 19, 2009 4:53 PM

    Hi Gerhard,
    Sorry for very very late reply.
    But I want to know if you are raising PO on supplier A then why you required track of supplier B.
    Now just see,
    If you want to pay any extra charges for supplier B then you can make this transaction by using Landed Cost functionality. In that in Broker field you put supplier B . so that supplier B's account also get hitted.
    But I want to know why you want to consider tracking of supplier B. Supplier A can purchase material from anywhere. You have to make A/P Invoice on supllier A only.
    Plz revert back if it not solves your problem.
    Thanks
    Yatindra

  • Could somebody explain to me how to set up a VPN on my iMac and access it on iPhone and computer?

    I'm mainly using it to bypass an internet block. Could you explain in detail how to set up a vpn that will also work on iPhone? Do you have any recommended applications for me to install? Thank you

    To run a public VPN server behind an NAT gateway, you need to do the following:
    1. Give the gateway either a static external address or a dynamic DNS name. The latter must be a DNS record on a public DNS registrar, not on the server itself. Also in the latter case, you must run a background process to keep the DNS record up to date when your IP address changes.
    2. Give the VPN server a static address on the local network, and a hostname that is not in the top-level domain "local" (which is reserved for Bonjour.)
    3. Forward external UDP ports 500, 1701, and 4500 (for L2TP) and TCP port 1723 (for PPTP) to the corresponding ports on the VPN server.
    If your router is an Apple device, select the Network tab in AirPort Utility and click Network Options. In the sheet that opens, check the box marked
    Allow incoming IPSec authentication
    if it's not already checked, and save the change.
    With a third-party router, there may be a similar setting.
    4. Configure any firewall in use to pass this traffic.
    5. Each client must have an address on a netblock that doesn't overlap the one assigned by the VPN endpoint. For example, if the endpoint assigns addresses in the 10.0.0.0/24 range, and the client has an address on a local network in the 10.0.1.0/24 range, that's OK, but if the local network is 10.0.1.0/16, there will be a conflict. To lessen the chance of such conflicts, it's best to assign addresses in a random sub-block of 10.0.0.0./0 with a 24-bit netmask.
    6. "Back to My Mac" on the server is incompatible with the VPN service.
    If the server is directly connected to the Internet, see this blog post.

  • How to set input ready query to display mode and set edit mode in WAD?

    when I create A input ready query but not set query propery  start  query in change mode ,but I want to set this query in input ready mode ,how to set this in WAD?
    hope anyone can help me
    regard  by
    wenlong

    Hi,
          You can get all the info from this thread , try it out
           WAD - set data entry mode
           Hope it helps.
    Regards,
    Priya.

  • How to set the Codec, Frame rate, Bit rate, and Resolution for iMovie 10.0.5

    To upload a video to Vimeo, I need to be able to set the codec, frame rate, bit rate and resolution to make sure the file is compressed to under 500 MB. Where in iMovie 10.0.5 am I given the option to adjust these settings?
    Thank you!

    Another question is in continuous mode, NI DAQmx uses Samples per channel to determine the buffer size. But according to the website you specified, it says if the acquisition is continuous (sample mode on the DAQmx Timing.vi is set to Continuous Samples), NI-DAQmx will allocate a buffer according to the following table. And for sample rate between 100 - 10,000 S/s, the buffer size is 10 kS. So if I set the sample rate to be 5000 S/s, and set the Samples per channel to be 20000, then what exactly the buffer size is? 20 kS or 10 kS?
    Thanks.

  • How to pass from method to arguments to main and get the day of the week

    Hi
    Need some help, this code below doesnt fit the requirement.
    For this program, i need to: take in day, month,year of a date as int argument, return the day of the week for the date entered in App()
    In Main: call the App() to get the day of the week to display when user enter the date in dd/mm/yyyy
    StringTokenizer is required for this program.
    - How can the arguments pass back to main by returning of month & day of the week?
    - Program cant take in int and return as string
    - Date cant display day of the week
    Code
    import java.util.*;
    public class App2 {
        private int day;
        private int month;
        private int year;
             private int inputDay;
                private int inputMonth;
                private int inputYear;
        public static String App2(String day2, String month2, String year2) { // this is wrong should pass int in
              String date = day2 + month2 + year2;
             DateFormat df = new SimpleDateFormat("dd/MM/yyyy");  
              try
              Date today = df.parse(date);               
              System.out.println("Today = " + df.format(today));
              catch(ParseException e)
              if(month2.equals("01") || month2.equals("1")){month2 = "January";}              
              else if(month2.equals("02") || month2.equals("2")){month2 = "February";}              
              else if(month2.equals("03") || month2.equals("3")){month2 = "March";}              
              else if(month2.equals("04") || month2.equals("4")){month2 = "April";}              
              else if(month2.equals("05") || month2.equals("5")){month2 = "May";}              
              else if(month2.equals("06") || month2.equals("6")){month2 = "June";}              
              else if(month2.equals("07") || month2.equals("7")){month2 = "July";}              
              else if(month2.equals("08") || month2.equals("8")){month2 = "August";}              
              else if(month2.equals("09") || month2.equals("9")){month2 = "September";}              
              else if(month2.equals("10")){month2 = "October";}              
              else if(month2.equals("11")){month2 = "November";}              
              else if(month2.equals("12")){month2 = "December";}
              return month2;
        public static void main (String [ ] args){
             Scanner sc = new Scanner(System.in);
                System.out.print("Enter the date in dd/mm/yyyy: ");
                String date = sc.nextLine();
                StringTokenizer st = new StringTokenizer(date, "/");
                String day = st.nextToken();
                String month = st.nextToken();
                String year = st.nextToken();
                App2(day, month, year);
                String test = App2(day, month, year);
                     System.out.print(test);
    }Program output: 29 Aug 2010 is a Sunday

    Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.

  • How to set up a new plant in SRM and user that?

    Hello
    I have run the reoprt BBP_LOCATIONS_GET_SELECTED I am getting a message
    Program end reached the apprlication Log.BBP_GET_LOCATIONS generated.(SLG1)
    When I go to BP and find my BP for the plant is generated.
    but when I go to the attributes tab for selection of my newly set up plant in F4 it does not list my plant in that. So I cannot assign the Logical system to that Plant.
    Please do suggest me? how to resolve this issue.
    Best Regards,
    Sairam.

    Hello
    I got my questioned answered it got resolved.
    Thanks to Yann
    BR
    Sairam.

  • How to set up Email in S60v3/5/^3 and bypass the N...

    There are many threads on this board that all say the same thing and usually are about how Nokia Messaging or email is not working or syncing.
    In an effort to have a base-line to assist with these, I have made the following tutorial to help users to bypass the Nokia Messaging (NM) as it is the auto-default to set up email on Nokia devices.
    NM allows for “push” email, which will not keep you constantly online and will allow for marking your server email with what you have on your device.  Ie-if it is read on the device, it will be marked as read on the server, deleted, then deleted, etc. 
    When you bypass the NM, you will lose the “push” but you can setup most email as an IMAP4 which will do the same thing, and you can select what folders to sync, and how often to have them sync, not keeping you online.
    This tutorial was done on a Symbian s60v5 device, and while some of the dialog may be different among devices, the process is relatively the same when bypassing NM.
    Open the email client, select options
    Select Settings
    Select E-mail
    Select Mailboxes
    Options
    New mailbox
    E-mal wizard will show up, tap Start
    Next screen, Preparing for installation:
    If asked, allow to use network.  It will default to network to allow for set-up of NM.
    If first time setting up email, this screen will show, “Welcome to E-mail setup”  after you have done it once, it may not show up.  Tap Start.
    Enter E-mail address, then tap OK
    Splash screen
    Enter Password, then tap Ok.
    Splash screen
    This is the screen where you can choose between the NM and the internal email client.  Aka, Terms of Service (on some devices you have to “agree”) (aka-TOS).  The default  is Yes! Activate my Nokia Messaging account, and if you have already set one up, it will say, “Add to my Nokia Messaging account.
    You need to select “No Thanks.  I’ll check for new messages manually.” Or “Create a separate account that uses manual delivery.
    Splash screen
    Confirmation screen. Select Ok.
    Your new mailbox may not show up in the next screen which is supposed to show all the mailboxes set up.  It is a slight glitch in some phones.  Just tap the back button and then mailboxes, then you should see it set-up in the mailboxes as shown.  Highlight your new mailbox and then select options to setup the settings of the email address. 
    You will need your inbound and outbound server settings and ports and securities if needed.  You should be able to google for the various email types and if it is a company email, you should be able to get this information from your system admins.
    The following are just some screen shots so that you can see the process to follow.  While the NM will sync and mark messages as read the same in the inbox, if you set up your email as an IMAP4, it will do the same and sync all the folders on the server as well.  There is an option to for how frequent you would like your email to auto-sync, just as with the NM.  AND what days you would like it to work!
    As there are older, the same, and newer versions of the Symbian and NM, this should help many people as least have the right guidance to bypass it if they wish and get on with consistent email service without using the NM.

    I managed to set up an account manually on the C7 but I had to trick the email application by entering an invalid email address and password. After it could not find my account it then opened up all the settings and permitted me to add the manual IMAP settings, reply to address and other details. After I committed the settings, the phone recognised the account as a gmail account and it locked down all the settings again so I could not go back and change them if wrong. 
    I was quite chuffed with myself for seemingly resolving all my issues.....but on using the new account settings I could not sync the gmail sent / bin folders. All the other folders synchronised fine and when I send email it has the correct reply to address. Strangely this matches the best results I obtained when connecting using the Mail for Exchange settings so am no further forward. I am a little confused by this as when I let the phone set up the Gmail account on it's own it can sync everything.....but I just can't 
    I am now hoping that the new software update (PR1.2) gets email working a little better....well when I eventually get it hehe.

  • How to set up connection for directv receiver, TV, and home theater system?

    Can some one please show me the CORRECT way to connect my Directv receiver (it has no HDMI), Panasonic Viera HDTV (has 3 HDMIs) and my Samsung home theater HT-Z510 (has 1 HDMI)? The second question is with the set up that you advise, can I play the TV sound through my home theater speakers? and How do I do that each time I want to listen the TV sound through my home theater speakers? I am new and confused about all this so please provide or explain step by step please. Thanks in advance.

    Making sense of your connections on a message board is never easy. Hopefully you can piece this information together.
    Direct TV box to Panasonic TV using S-video cable....assuming it's standard definition. Component video if the box is HD. Run standard stereo RCA cables to the appropriate input for sound threw the TV speakers.
    Your Panasonic TV will have a set of stereo(left/white,right/red) outputs. Run cable from that output into the same inputs on the Samsung surround unit. Use the sound units effects to acheive simulated surround. This is assuming you have no digital outputs on your box. If you do, you'll be able to get 5.1 when available using a digital connection.
    Good luck.
    Disclosure: Former BBY employee.

  • How to set different relations to object Primary UID and to another UID?

    I am a quite experienced in data modeling, but not too much in SQLDM. The problem is I can not find in SQL DM a feature that allows to set up two different relations between two objects with different set of parent-child attributes for the relations. E.g. object A has PK attribute A1 and attribute A2 as UID. When I am trying to create 1:M relation to another object B it always generates attribute A1 in the object B, although my intention is to create two different relations with different "parent" attributes A1 and A2. The relation property -> Attributes window does not allow to edit attributes. It's not a pure theoretical question. In the real word e.g. ISO_CURRENCY table has two unique identifiers for the currency - alpha and numeric and some data have FKs to first or second UID. Could someone give a clue how to handle that in SQL DM, please?

    Thanks a lot David,
    I read the thread you pointed carefully. IMHO the ODM problem in the light of this discussion is that the ODM Logical Model is not a Logical Model :) The classical ERD model which ODM is used for logical modeling is not supposed to reflect the way which the relation is implemented in the database model which can be not relational in general. But ODM creates "attribute of relation" in the child table demonstrating the relational database approach. So we have Logical Model as Relational Model with some kind of restrictions like I mentioned as the question for the thread.
    IMHO It'd be more abstract from the database model if the ODM logical model relation implementation is not shown in the logical model and it can be altered on the relational model generation stage (default mode could be FK generation based on the object PK).

  • How to set the Default value in the picklist and LOV

    Hi All,
    I have created a table with some of the columns as picklist and some of the columns as Lovs to insert some data into the tables as per the client requirement.
    I want to make one value as default for the picklist and one value as default for the Lov.
    Could you please let me know how can we show one value as default in the pick list or Lov.
    thanks in advance.
    jay

    can u please help how can we set the initial value dynamically with the userid
    For that i was passing the value from process Request of the lovCO by using the get user id to the vo query in the vo
    but its not giving the initial value as default dynamically depending on the user id
    could you please let me know the solution.
    Thanks
    Ajay

  • Does any one know how to set up ical so that my wife and i can use and edit the same ical

    im trying to get ical to synce to both phonesplease help

    Hi Allan, thanks for that. I've already set up a log in for my wife and that is all working fine. The problem is that when she logs in and opens iTunes and trys to associate her library with her iTunes account she gets the error message "This computer is already associated with another iTunes account". Whilst this is true, the computer is associated with my iTunes account under my separate log in, which should have nothing to do with hers. If she transfers the association to her account it will lock me out of my content on my log in for 90 days - I'm trying to work out how to associate each of the log in accounts with a separate iTunes account so we can access our music independently of one another without locking each other out. Hope that makes sense!

  • How to set the bind variable on page load and execute query ?

    Hi All,
    I am using Jdeveloper 11.1.1.5
    I have a table called "Employee"
    Columns :- id , name , location
    Data :- 1, ,james , chicago
    2 ,Raj ,capetown
    Now i have another webservice(created as a webservice dataControl) which sends me the "id" on each time my page loads.Now the id which has been returned by webservice should be incorporated in my VO Query as in where clause to fetch the data for the respective "id" in that "Employee" table and should be rendered on form.
    Eg :- Id "2" has been sent by the webservice then the record should be fetched from database should be "2","raj","capetown".
    I know that there would be necessity of bind variable , but how do i set the bind variable on page load ?
    How can i use the bind variable appropriately ??
    Please suggest !!!!
    Thanks.

    Hi,
    Check
    http://www.orastudy.com/oradoc/selfstu/fusion/web.1111/b31974/web_services.htm#CJADCDBG
    http://thepeninsulasedge.com/frank_nimphius/2011/02/18/adf-code-corner-sample-73-released-hands-on-creating-a-search-form-using-a-pojo-ws-and-the-web-service-data-control/
    -Suresh

Maybe you are looking for

  • Switching from IDE to AHCI without re-installing (Windows 7 and 2003)

    Hi, I had posted about how I had switched Windows 7 64-bit on my 880GM-E43 earlier on this earlier thread: https://forum-en.msi.com/index.php?topic=148522.0 and mentioned that I also wanted to get Windows 2003 (32-bit) switched on this same mobo (I d

  • Best way to close a Runtime.exec() process and how to handle closing it?

    I have multiple Runtime.exec() Processes running and am wondering what the best way it is to close them and take care of closing the resources. I see that Process.destroy() seems to be the way to terminate the Process - is finalize() the best way to

  • Trying to get an H264 in 1280x720

    I used H264 800Kbps to obtain the highest quality for an HD 10sec spot for TV, I need 1280x720, but I got only 480x360. I had tried HDV 720p50 Codec (it's for Europe) but it didn't play on QT Player or Windows Media Player (except for a couple of peo

  • NAC L2-IP on 6500 . URL Redirection Not working

    Hi, We are testing NAC L2-IP on a Cat 6506 running 12.2(18)SXF9. When configuring for NAC L2-IP, the switch is able to download the required ACL entries. The HTTP Server is enabled in the Switch, however still the HTTP redirection is Not working. Fro

  • E 90 - office, skype & downlowad support

    I have been using the Compact IPAQ PDA. It communicates seamlessly with independent service provider, "IPocket nformant" and office suite (word, excel spreadsheet). I can easily read off the downloaded bible (Olive tree bible software). The service c