Time for importing the framework

Hi,
I am imporing the sap frame work to identity center.
However it is taking lot of time for importing, the application is showing the message as import in progress, but this is going on for almost 3hrs.
Is this is the normal long running process?
Do I have any other way to check the import status?
Please help.

got resolved..issue is with login

Similar Messages

  • Query taking long time for EXTRACTING the data more than 24 hours

    Hi ,
    Query taking long time for EXTRACTING the data more than 24 hours please find the query and explain plan details below even indexes avilable on table's goe's to FULL TABLE SCAN. please suggest me.......
    SQL> explain plan for select a.account_id,round(a.account_balance,2) account_balance,
    2 nvl(ah.invoice_id,ah.adjustment_id) transaction_id,
    to_char(ah.effective_start_date,'DD-MON-YYYY') transaction_date,
    to_char(nvl(i.payment_due_date,
    to_date('30-12-9999','dd-mm-yyyy')),'DD-MON-YYYY')
    due_date, ah.current_balance-ah.previous_balance amount,
    decode(ah.invoice_id,null,'A','I') transaction_type
    3 4 5 6 7 8 from account a,account_history ah,invoice i_+
    where a.account_id=ah.account_id
    and a.account_type_id=1000002
    and round(a.account_balance,2) > 0
    and (ah.invoice_id is not null or ah.adjustment_id is not null)
    and ah.CURRENT_BALANCE > ah.previous_balance
    and ah.invoice_id=i.invoice_id(+)
    AND a.account_balance > 0
    order by a.account_id,ah.effective_start_date desc; 9 10 11 12 13 14 15 16
    Explained.
    SQL> select * from table(dbms_xplan.display);
    PLAN_TABLE_OUTPUT
    | Id | Operation | Name | Rows | Bytes |TempSpc| Cost (%CPU)|
    | 0 | SELECT STATEMENT | | 544K| 30M| | 693K (20)|
    | 1 | SORT ORDER BY | | 544K| 30M| 75M| 693K (20)|
    |* 2 | HASH JOIN | | 544K| 30M| | 689K (20)|
    |* 3 | TABLE ACCESS FULL | ACCOUNT | 20080 | 294K| | 6220 (18)|
    |* 4 | HASH JOIN OUTER | | 131M| 5532M| 5155M| 678K (20)|
    |* 5 | TABLE ACCESS FULL| ACCOUNT_HISTORY | 131M| 3646M| | 197K (25)|
    | 6 | TABLE ACCESS FULL| INVOICE | 262M| 3758M| | 306K (18)|
    Predicate Information (identified by operation id):
    2 - access("A"."ACCOUNT_ID"="AH"."ACCOUNT_ID")
    3 - filter("A"."ACCOUNT_TYPE_ID"=1000002 AND "A"."ACCOUNT_BALANCE">0 AND
    ROUND("A"."ACCOUNT_BALANCE",2)>0)
    4 - access("AH"."INVOICE_ID"="I"."INVOICE_ID"(+))
    5 - filter("AH"."CURRENT_BALANCE">"AH"."PREVIOUS_BALANCE" AND ("AH"."INVOICE_ID"
    IS NOT NULL OR "AH"."ADJUSTMENT_ID" IS NOT NULL))
    22 rows selected.
    Index Details:+_
    SQL> select INDEX_OWNER,INDEX_NAME,COLUMN_NAME,TABLE_NAME from dba_ind_columns where
    2 table_name in ('INVOICE','ACCOUNT','ACCOUNT_HISTORY') order by 4;
    INDEX_OWNER INDEX_NAME COLUMN_NAME TABLE_NAME
    OPS$SVM_SRV4 P_ACCOUNT ACCOUNT_ID ACCOUNT
    OPS$SVM_SRV4 U_ACCOUNT_NAME ACCOUNT_NAME ACCOUNT
    OPS$SVM_SRV4 U_ACCOUNT CUSTOMER_NODE_ID ACCOUNT
    OPS$SVM_SRV4 U_ACCOUNT ACCOUNT_TYPE_ID ACCOUNT
    OPS$SVM_SRV4 I_ACCOUNT_ACCOUNT_TYPE ACCOUNT_TYPE_ID ACCOUNT
    OPS$SVM_SRV4 I_ACCOUNT_INVOICE INVOICE_ID ACCOUNT
    OPS$SVM_SRV4 I_ACCOUNT_PREVIOUS_INVOICE PREVIOUS_INVOICE_ID ACCOUNT
    OPS$SVM_SRV4 U_ACCOUNT_NAME_ID ACCOUNT_NAME ACCOUNT
    OPS$SVM_SRV4 U_ACCOUNT_NAME_ID ACCOUNT_ID ACCOUNT
    OPS$SVM_SRV4 I_LAST_MODIFIED_ACCOUNT LAST_MODIFIED ACCOUNT
    OPS$SVM_SRV4 I_ACCOUNT_INVOICE_ACCOUNT INVOICE_ACCOUNT_ID ACCOUNT
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_ACCOUNT ACCOUNT_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_ACCOUNT SEQNR ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_INVOICE INVOICE_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_ADINV INVOICE_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_CIA CURRENT_BALANCE ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_CIA INVOICE_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_CIA ADJUSTMENT_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_CIA ACCOUNT_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_LMOD LAST_MODIFIED ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_ADINV ADJUSTMENT_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_PAYMENT PAYMENT_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_ADJUSTMENT ADJUSTMENT_ID ACCOUNT_HISTORY
    OPS$SVM_SRV4 I_ACCOUNT_HISTORY_APPLIED_DT APPLIED_DATE ACCOUNT_HISTORY
    OPS$SVM_SRV4 P_INVOICE INVOICE_ID INVOICE
    OPS$SVM_SRV4 U_INVOICE CUSTOMER_INVOICE_STR INVOICE
    OPS$SVM_SRV4 I_LAST_MODIFIED_INVOICE LAST_MODIFIED INVOICE
    OPS$SVM_SRV4 U_INVOICE_ACCOUNT ACCOUNT_ID INVOICE
    OPS$SVM_SRV4 U_INVOICE_ACCOUNT BILL_RUN_ID INVOICE
    OPS$SVM_SRV4 I_INVOICE_BILL_RUN BILL_RUN_ID INVOICE
    OPS$SVM_SRV4 I_INVOICE_INVOICE_TYPE INVOICE_TYPE_ID INVOICE
    OPS$SVM_SRV4 I_INVOICE_CUSTOMER_NODE CUSTOMER_NODE_ID INVOICE
    32 rows selected.
    Regards,
    Bathula
    Oracle-DBA

    I have some suggestions. But first, you realize that you have some redundant indexes, right? You have an index on account(account_name) and also account(account_name, account_id), and also account_history(invoice_id) and account_history(invoice_id, adjustment_id). No matter, I will suggest some new composite indexes.
    Also, you do not need two lines for these conditions:
    and round(a.account_balance, 2) > 0
    AND a.account_balance > 0
    You can just use: and a.account_balance >= 0.005
    So the formatted query isselect a.account_id,
           round(a.account_balance, 2) account_balance,
           nvl(ah.invoice_id, ah.adjustment_id) transaction_id,
           to_char(ah.effective_start_date, 'DD-MON-YYYY') transaction_date,
           to_char(nvl(i.payment_due_date, to_date('30-12-9999', 'dd-mm-yyyy')),
                   'DD-MON-YYYY') due_date,
           ah.current_balance - ah.previous_balance amount,
           decode(ah.invoice_id, null, 'A', 'I') transaction_type
      from account a, account_history ah, invoice i
    where a.account_id = ah.account_id
       and a.account_type_id = 1000002
       and (ah.invoice_id is not null or ah.adjustment_id is not null)
       and ah.CURRENT_BALANCE > ah.previous_balance
       and ah.invoice_id = i.invoice_id(+)
       AND a.account_balance >= .005
    order by a.account_id, ah.effective_start_date desc;You will probably want to select:
    1. From ACCOUNT first (your smaller table), for which you supply a literal on account_type_id. That should limit the accounts retrieved from ACCOUNT_HISTORY
    2. From ACCOUNT_HISTORY. We want to limit the records as much as possible on this table because of the outer join.
    3. INVOICE we want to access last because it seems to be least restricted, it is the biggest, and it has the outer join condition so it will manufacture rows to match as many rows as come back from account_history.
    Try the query above after creating the following composite indexes. The order of the columns is important:create index account_composite_i on account(account_type_id, account_balance, account_id);
    create index acct_history_comp_i on account_history(account_id, invoice_id, adjustment_id, current_balance, previous_balance, effective_start_date);
    create index invoice_composite_i on invoice(invoice_id, payment_due_date);All the columns used in the where clause will be indexed, in a logical order suited to the needs of the query. Plus each selected column is indexed as well so that we should not need to touch the tables at all to satisfy the query.
    Try the query after creating these indexes.
    A final suggestion is to try larger sort and hash area sizes and a manual workarea policy.alter session set workarea_size_policy = manual;
    alter session set sort_area_size = 2147483647;
    alter session set hash_area_size = 2147483647;

  • Default duration time for importing still images

    Hello all,
    Is there an easy way to change the default duration time for imported still images?
    I have thousands of images that I want to import to make a time elapsed movie. I would like for these images to have a duration of less than a second. I could do this individually, but it would take forever.
    Can the default duration time for imported images be changed?
    Thanks,
    Adam

    Hi
    Too long time I made anything serious in iMovie HD6 (altough a a very competent editor)
    (Took the FinalCut leap)
    As I remember (just tested) it - if photos are imported then it's a tedious labor
    to set duration - one at a time. No global function I can induce.
    BUT - I would put my photos into a separate folder in iPhoto so that they are easy
    to get in iMovie from audio/photo browser.
    Then I select (in iMovie) the first photo and double click on it to view it on canvas.
    Now I also get a small gray window where I can set size and duration.
    I select 01:00 (1 sec) in duration and Apply/Use.
    Then I selec the rest of the photos and drag them down to TimeLine after first
    photo. And they also get same duration of 01:00.
    Yours Bengt W

  • Finding out time for importing a transport

    Hello,
    I want to find the time taken by a transport to be imported to a system.
    It can be done through the logs, but in this case, I have a huge list of TRs.
    Is there an option in SAP where I can find out the time for importing each TR?
    Thanks,
    Prateek

    Hi,
    U can see this in STMS
    Go to STMS->Overview->Import overview->Select the queue where u want to see->Double click on it u can see the requests->
    Double click on the request u want->there select the request and click on transport  logs icon on top

  • Help needed for importing the DC's from NWDI track very urgent

    Hi all,
    I am importing a DC from NWDI tracks.
    I imported DC from NWDI with out any problem but i am unable to create a project
    it shows an error while i am creating the project for DC in inactive DC's.
    error message is :
    Failed to sync DC "**.##/lpt/absencerequest/*.##_LPT_**_OPUS_FRAVAER_WEBDYNPRO_1)" in configuration
    "JC0_DLPT0003_D". File "C:\Documents and                    Settings\****\.dtc\1\DCs\**.##\lpt\absencerequest\_comp\.dcdef" does not exist locally after sync but it exists on the server
    can you plese tell me why its happening as soon as possible
    it is a LEAVE REQUEST application in ESS
    Regards,
    Rajesh

    Hi Rajesh,
    Recently i worked on ESS business package and  faced lot of probelem to bring the track from NWDI into  NWDS. Most of the times the probelms are from importing only. Make sure that whether the DCs which you want to modify is getting imported properly or not. mean the while check the path of the local directory ..  whether it is correct or wrong..
    re import the components once and try to create the porject in local directory.
    to to Work spave  -> local directory -> .dtc -> 0 or 1 ( folder) -> DCS -> bin ->
    if you still facing any  problems pls let me know...
    regards
    Ratnakar reddy

  • Background job is taking lot of time for processing the job.

    One background job - which is processing Idocs is processing a job for more than 2000+ seconds.. and completed tho.
    But this is happening for the past few days.. is there any way to trouble shoot, or find from any logs of this completed job, to find out why it was taking lot of time for processing.
    Can you please tell me the steps of analyzing / trouble shooting why it was taking lot of time daily.
    Regards,
    Satish.

    Hi Satish,
    Run DB stat from db13 it will improve the performance.
    Check number of idocs. You can send part by part, instead of sending huge data.
    Check SM58 logs
    Suman

  • Capturing the time for rendering the JSFscreen.

    I have a JSF application running on WAS6.1. We have some performance issues.
    The JSF rendering is taking long time to render the page. All the database operation ie querying the database and leaving the prerender method is happening so fast.
    So how can we capture the time for the JSF components to render the page. Is there any way to do that?

    i tried to implement the phase listener.But i’m getting an error message in the JSP saying
    JSPG0046E: Unable to locate tagfile for tag phaseListener
    My action getting triggered on click of a tab. So in my JSP page I mentioned as
    <ui:tab action="#{reportsView.kpiRanking_action}" binding="#{reportsView.kpiRankingStore}"
    id false*/;&#xa;openPreloadWindow(); &#xa;document.getElementById("form1:periodTypeDropDown")[2].selected = true;&#xa;savePeriodType();"
    style="height: 25px; text-align: center; vertical-align: middle; width: 91px;cursor: pointer;" text="Store KPI Ranking">
    <f:phaseListener binding="#{reportsView.phaseListenerImpl}" type="com.capricorn.sckpi.PhaseListenerImpl"/>
    <ui:panelLayout binding="#{reportsView.layoutPanel30}" id="layoutPanel30" style="height: 335px; width: 100%; overflow-y: auto;">
    <ui:table augmentTitle="false" binding="#{reportsView.storeWithinDistrictTableStore}"
    id="storeWithinDistrictTableStore"
    style="height: 100%; left: 0px; top: 0px; position: relative; width: 100%" title="KPI Ranking">
    <ui:tableRowGroup binding="#{reportsView.storeWithinDistrictRowGroupStore}"
    id="storeWithinDistrictRowGroupStore" sourceData="#{reportsView.defaultTableDataProvider}" sourceVar="currentRow"/>
    </ui:table>
    <ui:table augmentTitle="false" binding="#{reportsView.storeWithinDistrictTableStore1}"
    id="storeWithinDistrictTableStore1"
    style="height: 100%; left: 0px; top: 0px; position: relative; width: 100%" title="YTD Ranking">
    <ui:tableRowGroup binding="#{reportsView.storeWithinDistrictRowGroupStore1}"
    id="storeWithinDistrictRowGroupStore1" sourceData="#{reportsView.defaultTableDataProvider}" sourceVar="currentRow"/>
    </ui:table>
    </ui:panelLayout>
    </ui:tab>
    My header for JSP is
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    Please help.

  • Error for importing the sessiotypes package

    Hello Friends I am trying to connect MDM server and create delete or update recordsets in MDM so I am using this program as below I am getting an error for
    import com.sap.mdm.session.SessionTypes; cannot be resolved.
    Created on Jun 6, 2007
    package com.sap.nw.mdm.rig;
    import com.sap.mdm.commands.CommandException;
    import com.sap.mdm.data.RegionProperties;
    import com.sap.mdm.extension.MetadataManager;
    import com.sap.mdm.net.ConnectionException;
    import com.sap.mdm.repository.commands.GetRepositoryRegionListCommand;
    import com.sap.mdm.session.SessionException;
    import com.sap.mdm.session.SessionManager;
    import com.sap.mdm.session.SessionTypes;
    import com.sap.mdm.session.UserSessionContext;
    This class is the starting point to execute all sample programs.
    To see a description of the various programs you can execute, please have a look at the
    documentation for the following classes.  There are static variables in each of these
    classes that point to the various programs that can be executed with a description of
    what the program does.
    <ul>
    <li>{@link com.sap.nw.mdm.rig.programs.data.blobs.BLOBDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.checkout_checkin_rollback.CheckOutCheckInRecordsProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.crud.CRUDDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.crud.bulk.BulkCRUDDataProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.keymapping.KeyMappingProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.SearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.attribute.AttributeSearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.search.field.FieldSearchProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.syndication.SyndicationProgram}
    <li>{@link com.sap.nw.mdm.rig.programs.data.workflow.WorkflowProgram}
    </ul>
    @author Richard LeBlanc
    public class Application {
         private Application() {
    Starts the application and executes a program
    @param args - not required
         static public void main(String[] args) {
              Application app = new Application();
      System.out.println("5555");
              Program program = null;
    Simply uncomment the line that contains the program you wish to execute and run this class.
    Blob Programs
    //          program = BLOBDataProgram.INSERT_IMAGE;
    //          program = BLOBDataProgram.RETRIEVE_AND_WRITE_IMAGE_TO_FILE;
    //          program = BLOBDataProgram.RETRIEVE_AND_WRITE_PDF_TO_FILE;
    Checkout/Checkin Data Programs
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_NEW_CHECK_IN;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_NEW_ROLLBACK;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_EXISTING_CHECK_IN;
    //          program = CheckOutCheckInRecordsProgram.CHECK_OUT_EXISTING_ROLLBACK;
    Create Read Update Delete (CRUD) Data Programs
    //          program = CRUDDataProgram.CRUD_HIERARCHY_TABLE;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_FLAT_AND_HIERARCHY_LOOKUP_FIELDS;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_QUALIFIED_LOOKUP_FIELD;
    //          program = CRUDDataProgram.CRUD_MAIN_TABLE_WITH_TAXONOMY_LOOKUP_FIELD;
    //          program = CRUDDataProgram.CRUD_TAXONOMY_TABLE_WITH_ATTRIBUTES;
    Bulk Create Read Update Delete (CRUD) data programs
    (many records at once)
              program = BulkCRUDDataProgram.BULK_CRUD_MAIN_TABLE;
    KeyMapping Programs
    //          program = KeyMappingProgram.RETRIEVE;
    //          program = KeyMappingProgram.MODIFY;
    Search Programs
    //          program = SearchProgram.DRILL_DOWN_SEARCH;
    //          program = SearchProgram.KEYWORD;
    //          program = SearchProgram.MASK;
    //          program = SearchProgram.NAMED_SEARCH;
    //          program = SearchProgram.QUALIFIER;
    Attribute Search Programs
    //          program = AttributeSearchProgram.COUPLED_NUMERIC;
    //          program = AttributeSearchProgram.NUMERIC;
    //          program = AttributeSearchProgram.TEXT;
    Field Search Programs
    //          program = FieldSearchProgram.BOOLEAN;
    //          program = FieldSearchProgram.CURRENCY;
    //          program = FieldSearchProgram.LITERAL_DATE;
    //          program = FieldSearchProgram.LOOKUP;
    //          program = FieldSearchProgram.TEXT;
    Syndication Programs
    //          program = SyndicationProgram.SYNDICATE_PORT;
    Workflow Programs
    //          program = WorkflowProgram.EXECUTE;
              //TODO enter MDS name
              String mdsName = "172.18.139.200"; //the name of the Master Data Server
              String repositoryName = "GDS_1"; //make sure this is the name you use when unarchiving
                                                           //the repository otherwise change it to reflect the name
                                                           //of your repository
              String regionName = "English [US]";
              String userName = "Admin"; //there is an admin user with no password in the provided repository
              String password = ""; //there is an admin user with no password in the provided repository
              app.start(mdsName, repositoryName, regionName, userName, password, program);
    Establishes a connection to the given server and logs in to the given repository
    with the given logon information and executes the given program
         private void start(String serverName, String repositoryName, String regionName,
                                  String user, String password, Program program) {
              //Create a user session context
              UserSessionContext context = new UserSessionContext(serverName, repositoryName, regionName, user);
              //Get an instance of the session manager
              SessionManager sessionManager = SessionManager.getInstance();
              //Create a user session
              sessionManager.createSession(context, SessionTypes.USER_SESSION_TYPE, password);
              program.setContext(context);
              program.setLoginRegion(getRegion(context));
              program.setRepositorySchema(MetadataManager.getInstance().getRepositorySchema(context));
              program.setAttributeSchema(MetadataManager.getInstance().getAttributeSchema(context));
              //execute the program from the list above
              program.execute();
              //destroy the session and close the connection to the MDS
              sessionManager.destroySession(context, SessionTypes.USER_SESSION_TYPE);
         private RegionProperties getRegion(UserSessionContext context) {
              RegionProperties[] regions = null;
              try {
                   GetRepositoryRegionListCommand cmd = new GetRepositoryRegionListCommand(context);
                   cmd.execute();
                   regions = cmd.getRegions();
              } catch (SessionException e) {
                   e.printStackTrace();
              } catch (ConnectionException e) {
                   e.printStackTrace();
              } catch (CommandException e) {
                   e.printStackTrace();
              for(int i=0, j=regions.length; i<j; i++) {
                   if(regions<i>.getName().equals(context.getRegionName())) {
                        return regions<i>;
              return null;

    Hi Richard,
    IN the API you have provided, Do we have a feasibility to update a Table in MDM GDS (TMData which has many lookup and qualified tables) in one short.
    As of now, we are able to insert record for 3 fields, which we are trying to insert feild by field.
    but our requirement is we have to insert data for 185 fields and read the fields of 240 feilds.
    Need your advice on this.
    With Regards,
    Jayanthi

  • Can I edit the start time for all the podcasts from a single subscription downloaded to my itunes? i.e. want to creat a playlist of all the podcasts I have from a particular show...

    I want to creat a playlist of all the podcasts I have from a particular show, want to edit out the first minute on all to skip the intro. Do not want to edit over 200 podcast manually. Is there a solution?

    View menu -> Show Status Bar
    Then the total play time for any group of tracks you select in the Songs area, for any selected album or for any selected playlist will show at the bottom of the iTunes window as in previous versions.
    The ability to open playlists in separate windows was for some unfathomable reason removed in iTunes 11. Whether it will ever come back none of us here can say, but you can express your need for that feature via Apple's feedback page:
    http://www.apple.com/feedback/itunesapp.html
    Regards.

  • Controlling time for imported numbered stills

    I was recently importing numbered stills and it seems that Premiere is using the Preferences Setting "Still Image Default Duration" for the entire clip of stills, rather than for each individual still. Is there any way to change this other than to edit the duration on the time line?
    Search didn't turn up this issue. Thanks.

    No, that setting has no affect on importing numbered stills. Doing the latter causes each still to be one frame in the project's frame rate.
    Cheers
    Eddie
    Forum FAQ
    Premiere Pro Wiki
    - Over 250 frequently answered questions
    - Over 100 free tutorials
    - Maintained by editors like
    you

  • [login root user] - increase the time for authentification ROOT user in SH

    Hello,
    We have a server in production when OS version MACOSX 10.4.11 Tiger
    The last week our monitorin system failed because the ssh session return time out.
    I try login from Terminal and X11 and the time for autentification the ROOT sh session is betwen 40 and 80 seconds. (login to SSHD, login in sh shell, login in xterm, ......
    Why root autentification in SSH an SH login have increased? Can you help me?
    Marc

    Hi Marc, and a warm welcome to the forums!
    No expert here at all, but does this offer a clue...
    http://search.cpan.org/~stevegt/IPC-Session-0.05/Session.pm

  • Every time I import an .fcpxml file into Final Cut Pro X, the timeline doesn't get imported

    So I had exported an .fcpxml file from one machine, which i had to format. So, after formatting the machine, each time I import the .fcpxml file into Final Cut Pro X, The timeline remains empty

    Use MPEG Streamclip from Squared 5 (free software) to convert the media to something like ProRes 422, then import into FCP X.
    MPEG Streamclip can cope with many codecs.
    Andy

  • Error While importing the transaction data

    All SAP BPC Gurus,
      I need your help in resolving this error,  I have encountered this below error while uploading (importing) the transaction data of (Non-Reporting) application,  Would you please help me resolving this error.  I don't know if i'm doing anything wrong or is anything wrong with the setup.
    I used DataManager in EXCEL BPC and Ran the IMPORT Transaction Package.
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/CONVERT completed in 0 seconds
    /CPMB/CLEAR completed in 0 seconds
    [Selection]
    FILE= DATAMANAGER\DATAFILES\IFP_BPCUSER121\rate data file.csv
    TRANSFORMATION= DATAMANAGER\TRANSFORMATIONFILES\SYSTEM FILES\IMPORT.XLS
    CLEARDATA= No
    RUNLOGIC= No
    CHECKLCK= No
    [Messages]
    Task name CONVERT:
    XML file (...ANAGER\TRANSFORMATIONFILES\SYSTEM FILES\IMPORT.TDM) is empty or is not found
    Cannot find document/directory
    Application: PLANNING Package status: ERROR

    are you using the standard "Import" data package?
    Check the code in the Advanced tab of the Import data package
    Check your Transformation file is in correct format.
    code in Advaced tab should be as  below:
    PROMPT(INFILES,,"Import file:",)
    PROMPT(TRANSFORMATION,%TRANSFORMATION%,"Transformation file:",,,Import.xls)
    PROMPT(RADIOBUTTON,%CLEARDATA%,"Select the method for importing the data from the source file to the destination database",0,{"Merge data values (Imports all records, leaving all remaining records in the destination intact)","Replace && clear datavalues (Clears the data values for any existing records that mirror each entity/category/time combination defined in the source, then imports the source records)"},{"0","1"})
    PROMPT(RADIOBUTTON,%RUNLOGIC%,"Select whether to run default logic for stored values after importing",1,{"Yes","No"},{"1","0"})
    PROMPT(RADIOBUTTON,%CHECKLCK%,"Select whether to check work status settings when importing data.",1,{"Yes, check for work status settings before importing","No, do not check work status settings"},{"1","0"})
    INFO(%TEMPNO1%,%INCREASENO%)
    INFO(%ACTNO%,%INCREASENO%)
    TASK(/CPMB/CONVERT,OUTPUTNO,%TEMPNO1%)
    TASK(/CPMB/CONVERT,ACT_FILE_NO,%ACTNO%)
    TASK(/CPMB/CONVERT,TRANSFORMATIONFILEPATH,%TRANSFORMATION%)
    TASK(/CPMB/CONVERT,SUSER,%USER%)
    TASK(/CPMB/CONVERT,SAPPSET,%APPSET%)
    TASK(/CPMB/CONVERT,SAPP,%APP%)
    TASK(/CPMB/CONVERT,FILE,%FILE%)
    TASK(/CPMB/CONVERT,CLEARDATA,%CLEARDATA%)
    TASK(/CPMB/LOAD,INPUTNO,%TEMPNO1%)
    TASK(/CPMB/LOAD,ACT_FILE_NO,%ACTNO%)
    TASK(/CPMB/LOAD,RUNLOGIC,%RUNLOGIC%)
    TASK(/CPMB/LOAD,CHECKLCK,%CHECKLCK%)
    TASK(/CPMB/LOAD,CLEARDATA,%CLEARDATA%)

  • Quick Time video import problem (MXPro, not 8)

    I first posted this a few days ago, the help I received has
    not been too useful, though, so I'm trying again.
    I've got a flash file (.fla) whose purpose is to create a
    playable movie slide to be used in another flash presentation. It
    is a template, and inteded to take many different movies and
    publish them as swfs for this other presentation.
    I've done this successfully about ten times, by importing the
    source movie (a quick time .mov) into my .fla file library, then
    dragging the movie clip object that gets generated to the stage of
    the .fla file. Finally, I publish the result as an swf and can use
    it in the other presentation.
    I just tried doing this with a new movie, about 3 minutes in
    length, and it failed spectacularly. The movie file appears to be
    imported, I am walked through the whole import wizard and a
    progress bar shows the movie being imported, but once it is listed
    in the library, it is apparent that it isn't actually a movie.
    There is no preview playback button shown in the library preview
    window, and publishing the file gives a movie that shows only the
    first frame and doesn't play back.
    I am using flash MXPro 2004, so flash 7, not flash 8. I've
    been told I need to convert the .mov to a .flv, but that appears to
    be a proceedure in flash 8, so it doesen't apply here. Does anyone
    out there have an idea why this might be failing?
    Extra info:
    OS: Mac G5 OS 10.3.9
    Movie: 15 fps .mov encoded with Sorenson Codec, duration 3-4
    minutes
    Flash: MXPro, flash 7, ActionScript used
    Thanks,
    C

    Open in QT Pro, export using expert settings and pick H264. Or open in MPEG Streamclip (free) and export to MPEG-4 and pick one of the iPod or iTunes presests.
    If you just open and save it you are contiually saving it with the same codec. You have to export it to change the codec.

  • Import the test results and doors links back to doors with NI Requirement Gateway

    Hi together,
    I will try to explain my problem:
    We are using TestStand, DOORS and the NI Requirement Gateway.
    We created a test specification in DOORS, TestStand used the DOORS IDs to connect the TestSteps in Teststand with the requirements in DOORS.
    TestStand runs the test and creates XML-results, the NIRG is able to import these XML-results back to DOORS and creates a new(!!!) DOORS module, parallel to the said test spec.
    This module contains some attributes like the single test steps, the results (pass,fail, whatever, ...) but now I am missing a relationship between the DOORS test specification and these results of the XML file or better, the XML-import in the new DOORS Module.
    We want to manage our test results only(!) in DOORS so it should be possible to link(!) automatically the results of the XML to the DOORS TestSpec cause we are able to transfer the DOORS-IDs or other attributes (i.e.. The "un"unique NI ID#") too!
    in ASCII-art:
    DOORS_TestSpec -> NI_TestStand -> NI_Result -> DOORS_Result  <--------- with LINKS to the DOORS_TestSpec!!!!!!!!!
    Next Step is the DOORS Analyze Tool but we need the links to follow them and to show us the results.
    Would be nice to know if somebody else knows the problem or perhaps someone has an other solution. Thanks for your time!
    Greet

    Regarding your statement "We will generate a chunk of XML-Results, so we are not able to link all the requirements by hand", are you concerned about having to update the path to the XML files each time you run the test?  In this case, I would recommend creating a directory to store only the most recent report (the report path can be modified in the TestStand report options), and set the XML report project in Requirements Gateway to point to this directory.  In your TestStand sequence, you could call code which moves the previous report file into a backup location so that only the newest file is in the specified directory.  THis would prevent you from needing to modify the Requirements Gateway project to access the latest report; reanalyzing would reload the project with the new file.  The traceability information will therefore always be up to date, and you can see that the DOORS requirements are being covered by the test results.
    I agree that there is not really a good solution for importing the XML reports into DOORS, but I think you can acheive the result you are looking for using the report files directly.
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

Maybe you are looking for

  • Creation of settlement rules for WBS element

    Hi, Iam having problem when creating the settlement rules for WBS elements. The business goes like this. We have XI interface which creates the Idocs and an inbound program(customized) to process the Idocs. When the Inbound program is run the WBS ele

  • Getting the frame to print without data

    I have a detailed query. The detail records query returns no rows of data. I still want the frame to print. I would like to have the fields all to be set to zero. I have set the fields property palette, set null fields to 0.0 This doesn't work, becau

  • Is it possible to have a scroll bar in a view

    Hi I have a bam dashbaord and it is having 4 different views(Graph Type) .One of the views is a bar chart. This graph shows up a large amount of data and bars are getting squeezed.Is there anyway we can have a scroll bar in the view so that bar chart

  • Code sign certifecate problem

    hi frinds, i have problem with debug on certiface and i want to solve it thanks, waiting replay

  • Can my parents read the content of my messages after deletion from my phone?

    Hello everyone,                          First off, I'd like to thank you kindly for actually checking into this forum, it means a lot. Secondly, I have looked up a lot of information on this question, and I've been getting A LOT of mixed messages. I