Flex_config_inhibit_output parameter help

I need help understanding the "axis" and "enable" parameters in the above command of Flexmotion. According to the documentation they are u16's. why is that when there is only at most 8 axes. i assume you choose the axis number you want to configure and it is not an axisMap. also, what value is used in the enable parameter? is a non-zero taken as enable?
I have noticed that the axis parameter is defined as a u8 in the FlexMotn.h which doesn't align with the NI-Motion Function Hep documention.
Can anyone clear this up for me? is there a later version of the documentation? (Ver 6.1.2)

The Axis parameter is a U8, not a U16, and this is done accounting for future products that could have mode axes in them. All of the answers to the questions you are asking are available in the attached NI-Motion C reference help file.
Attachments:
NI-Motion_C_Reference_Help.chm ‏579 KB

Similar Messages

  • Lexical Parameter help

    Hello,
    In my beforereport trigger, I have Lexical parameter defined as:
    :LP_CUSIP := 'WHERE F.TS_CUSIP = SUBSTR(A.FUND_CUSIP,1,9) AND F.TS_CUSIP = SUBSTR('||''||:PM_FUND||''||',1,9)
    But It gives a REP-1401 :'beforereport': Fatal PL/SQL error occured.
    ORA-06502 : PL/SQL : numeric or value error.
    But the query works fine with :
    where
    f.ts_cusip = substr(a.FUND_CUSIP,1,9)
    and f.ts_cusip = SUBSTR('351899992000',1,9)
    Any help would be appreciated.
    Thanks.

    hi,
    How are you building the query in the data model?
    I'd do this in the data model:
    select
    from
    where ...(another conditions you have or 1=1) &lp_cusip
    And in the "after parameter form",I'd put this code:
    :LP_CUSIP := 'and F.TS_CUSIP = SUBSTR(A.FUND_CUSIP,1,9) AND F.TS_CUSIP = SUBSTR('||''''||:PM_FUND||',1,9)'||'''';
    aguero
    ================
    Gives the compilation error

  • Need Content Conversion parameter help

    Hi,
        I need help regarding the Content conversion parameters.I have sent a IDOC and i could receive it as an XML file in my receiver end.
    My XML files looks like this
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_IDoc2FILE xmlns:ns0="http://ffvendor">
    <NAME>....</NAME>
    <EMAIL>....</EMAIL>
    <MOBILE>.....</MOBILE>
    </ns0:MT_IDoc2FILE>
    Please let me know how to convert this to a comma separated flat file
    Regards,
    Karthik

    HI
    FCC Paremeters:
    nameA.fieldSeparator =~
    nameA.endSeparator ='nl'
    nameA.fieldNames =text1,text2,text3,text4
    nameA.processFieldNames fromConfiguration
    nameA.lastFieldsOptional Yes
    nameA.missingLastFields Add
    nameA.additionalLastFields ignore
    ignoreRecordsetName: true
    if endSeparator = newline, then
    nameA.endSeparator = 'nl'
    nameA.fieldSeparator =~
    nameA.fieldNames = field1,field2,field3,field4
    if endSeparator = #, then
    nameA.endSeparator = #
    nameA.fieldSeparator =~
    nameA.fieldNames = field1,field2,field3,field4
    1.     NameA.missingLastfields
    If the inbound structure has less fields than specified in the configuration then the XML outbound structure is created as follows:
    ○ ignore
    Outbound structure only contains the fields in the inbound structure
    ○ add
    Outbound structure contains all fields from the configuration; the fields missing in the inbound structure are empty.
    ○ error
    Conversion is terminated due to the incomplete inbound structure. An error message is displayed.
    2. NameA.additionalLastFields
    If the inbound structure has more fields than specified in the configuration then the XML outbound structure is created as follows:
    ○ ignore
    Outbound structure only contains the fields in the inbound structure
    ○ error
    Conversion is terminated due to the incomplete inbound structure. An error message is displayed.
    The default value is ignore. If you have defined the NameA.fieldFixedLengths parameter, the default value is error.
    If you have defined the NameA.fieldFixedLengths parameter and do not set either of the parameters described above, apart from the default values, the conversion routine works the same as described under Handling Structure Deviations.
    Only once you set one of the two parameters will the other parameter be evaluated with its default value.
    To ensure a well-defined runtime behavior for variable inbound structures, we recommend that you always set both parameters.
    File Content prameters for the Receiver Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm
    File Content prameters for the Sender Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Refer
    File Receiver with Content Conversion
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    Configuring the Receiver File/FTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/95/bb623c6369f454e10000000a114084/frameset.htm
    File content conversion sites
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Please see the below links for file content conversion..
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    File Content Conversion for Unequal Number of Columns
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    Content Conversion (Pattern/Random content in input file)
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC
    /people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM
    XI in the role of a FTP
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC
    File to R/3 via ABAP Proxy
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da1e7c16-0c01-0010-278a-eaed5eae5a5f - conversion agent
    cheers

  • Content Conversion Parameter- Help

    Dear Friends,
    I have a quick question regarding content conversion paramter.
    My structure is as follows
    <MT_Root>
    <Statement_response>
    <row>
    <Value1>ABC</Value1>
    <Value2>CDE</Value2>
    <Value3/>
    </row>
    <row>
    <Value1>DATA</Value1>
    <Value2>TEST</Value2>
    <Value3/>
    </row>
    <row>
    <Value1>CHECK</Value1>
    <Value2>OUT</Value2>
    <Value3/>
    </row>
    </Statement_response>
    </MT_Root>
    In the receiver adapter i'm using
    Record Structure :MT_Root,Statement_response,row
    row.fieldSeparator ,
    Statement_response.endSeparator 'nl'
    Statement_response.fieldSeparator 'nl'
    Everything is fine , if you see the o/p file there are lot of spaces appened between each fields. I don't want the spaces.
    If you guys help me out, I'll really appreciate it!!
    Thanks,
    raj.

    hi,
    possibly you could use small lengths while passing the data to file in FCC parameters.
    i.e fixedfieldlengths.
    also use the TooShortHandlingfield parameter with value "cut". it will ignore the large length of the fields and cut it down as per the values.
    Plesae refer below link for usage of these parameters,
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm
    thnaks
    Swarup

  • Static function parameter help

    Hi,
    I have two functions in the same file, how can I use the first function as default value in the second function.
    public static function get decimalFormatter1():NumberFormatter{
    I try this:
    public static function secondFunction(param1:String, param2:Int=0, param3:Function=decimalFormatter1):Array{
    Getting error: -1047: Parameter initializer unknown or is not a compile-time constant.
    Any ideas?
    Thanks!

    Thanks for you reply and help Gordon.
    I am getting this error at the decimalFormatter1 line:
    -1067: Implicit coercion of a value of type mx.formatters:NumberFormatter to an unrelated type Function.
    Here is my simple get function:
    public static function get decimalFormatter1():NumberFormatter{
              var decimalFormatter:NumberFormatter = new NumberFormatter();
              decimalFormatter.rounding = "nearest";
              decimalFormatter.precision=1;
              decimalFormatter.useNegativeSign = false;
              return decimalFormatter;
    Any other way?

  • Parameter help needed

    In the SQL below there are two types of adtypes 'preprint' and 'block'. There are 4 types of 'preprint's. If select 'preprint' adtype i want to add an other parameter to select one of the 4 type's of preprint's, if i select 'block' i don't want that parameter(:PreprintType) at all.
    Select *
    FROM      vw_PrintManifest prd
    WHERE     
      (AdTypeId        IN (:adType))
    --want this only if adtype is 'preprint'
    Select *
    FROM      vw_PrintManifest prd
    JOIN Preprint.PageType pt ON pt.ProductID = prd.ProductID
         JOIN Preprint.PageTypePreprintType ptpt ON ptpt.PageTypeID = pt.PageTypeID
    JOIN Preprint.PreprintType ppt ON ppt.PreprintTypeID = ptpt.PreprintTypeID
    WHERE     
      (AdTypeId        IN (:adType))   and    (ppt.PreprintTypeID IN (:PreprintType))How do i put these together in Inline-SQL. Or atleast can we put in a stored procedure ??? Please help me with the SQL..

    Hi,
    Here's one way:
    SELECT  *
    FROM     vw_PrintManifest          prd
    JOIN      Preprint.PageType           pt   ON   pt.ProductID          = prd.ProductID
    JOIN      Preprint.PageTypePreprintType      ptpt ON   ptpt.PageTypeID    = pt.PageTypeID
    JOIN     Preprint.PreprintType           ppt  ON   ppt.PreprintTypeID = ptpt.PreprintTypeID
    WHERE     (AdTypeId        IN (:adType))  
    AND     (   ppt.PreprintTypeID IN (:PreprintType)
         OR  :adType            != 'preprint'
         OR  :adType            IS NULL
    ;:PreprintType will only matter when :adType = 'preprint'.
    You can definitely do this in a stored procedure, too, using dynamic SQL. It will be more complicated, and more error-prone, but it may run faster.
    Be careful: from the way you're using IN, it looks like :adType might be a comma-delimited string, such as
    'X','Y'or
    X,YNeiither of the following 1-character strings
    X
    Yis equal to the 7- or 3-character strings shown earlier.
    See the following threads to see how to make dynamic IN-lists:
    http://www.oracle-base.com/articles/misc/DynamicInLists.php
    http://tkyte.blogspot.com/2006/06/varying-in-lists.html

  • If then else in XML Publisher using parameter--Help need

    Hi
    I am using xml data template in xml Publisher .we have three different layout in a rtf . we have three parameter P1, P2, P3 ,based on the parameter , the layout should display .
    if P1 is not null then
    display Layout1(one rtf contain 3 layout)
    if P2 is not null then
    display Layout2(one rtf contain 3 layout)
    EXP. If p1 is not null then the 1st layout in rtf should display and rest two layout should suppress.
    Similarly if p2 is not null then 2nd layout in rtf should display and rest two layout in rtf should suppress.
    Please guide me how to implement this in rtf layout.
    SS

    At the top of your template put the following:
    <?param@begin:P1?><?param@begin:P2?><?param@begin:P3?>
    Assuming that if P1 is not null, P2 and P3 are both null...
    Put <?if:$P1!=’’?> or <?if:$P1!=’NULL’?> before the beginning of your layout1. You may have to try one and then the other, or use NULL without the quotes, depending on what is returned in your xml data.
    Put <?end if?> at the end of your layout1.
    Repeat the same steps for layouts 2 and 3. Remember to change the P1 to P2 or P3 as needed.
    Haresh

  • Passing DataTable as parameter - help :(

    Hi all:
    I'm really struggling here. I've been given the task of interfacing with an Oracle stored procedure through my ASP.NET application. The issue is that the stored proc takes a cursor as a parameter.
    That wouldn't be so bad, but the issue is that I don't pull the data that would populate the cursor from a database table. It's built programmatically from the variables passed to the function.
    So I figured I'd build a datatable and try passing that along as the cursor parameter.
    OracleParameter p_input = cmd.Parameters.Add(
    "p_input",
    OracleDbType.Object,
    my_data_table,
    ParameterDirection.Input);
    As the type, I've tried Object, Array (IE, turned my datatable into an array like so:
    ArrayList l = new ArrayList(t.Rows.Count);
    int count = 0;
    foreach (DataRow r in my_data_table.Rows) {
    l.Add(my_data_table.Rows[count]);
    count ++;
    and also RefCursor.
    All of the types I try just give me:
    ERROR: Exception: System.ArgumentException: Invalid parameter binding
    I'm very frustrated and not sure where to go next..
    Any advice?
    Edited by: user9354881 on Mar 19, 2010 8:39 AM

    Hi,
    I'm not clear as to what you're trying to do. You're trying to pass a .NET DataTable IN to a plsql stored procedure? Or you're trying to populate a DataTable via a refcursor?
    You cant pass a datatable in to a stored procedure; you'd need to pass an Oracle type, and you certainly cant pass in a cursor unless you got the cursor from the database.
    If you want to pass in a structure similar to a datatable, you could pass a TABLE OF OBJECT parameter if you're using 11.1.0.6.20 or higher ODP.
    If you want to populate a datatable from a refcursor, see the sample4.cs example on your hard drive in the %ORACLEHOME%\ODP.NET\samples\2.x\RefCursor folder.
    Cheers,
    Greg

  • Procedure with collection as parameter- help required

    I am having records as below:
    Add Rol Time
    A1     8:20
    A2     8:25
    A2 R1 8:29
    A2 R1 8:32
    A3     8:45
    A3     8:46
    A3     8:50
    I have a scenario where I need to calculate the average_time based on one scenario.
    The formulae we are having to calculate the average is:
    (min(next_address)-max(previous_address))*0.55
    i.e., For example for record 5, (8:45 - 8:32)*0.55.
    Here in my procedure I am passing Add's and Rol's as collection Input parameters.
    How can I go and calculate the average_time value's now.
    I tried with
    For I in Add.count
    loop
         v_avg_time := (Add(I+1)-Add(I))*0.55;
    end loop;
    When I want to test this, I am not knowing how to pass values to the procedure.
    Please tell me how to execute the procedure and how to acheive the results.
    Thanks in advance
    Regards
    Raghu

    Try like this.
    SQL> create or replace type my_num as table of number
      2  /
    Type created.
    SQL> create or replace procedure my_proc (pNum my_num)
      2  as
      3     lsum number;
      4     lavg number;
      5  begin
      6     select sum(column_value), avg(column_value)
      7       into lsum, lavg
      8       from table(cast(pNum as my_num));
      9
    10     dbms_output.put_line('SUM: ' ||lSum);
    11     dbms_output.put_line('AVG: ' ||lAvg);
    12  end;
    13  /
    Procedure created.
    SQL> declare
      2     lNum my_num := my_num(1,2,3,4,5,6,7,8,9,10);
      3  begin
      4     my_proc(lNum);
      5  end;
      6  /
    SUM: 55
    AVG: 5.5
    PL/SQL procedure successfully completed.Thanks,
    karthick.

  • How can i run the procedure without passing the parameter.

    CREATE OR REPLACE PROCEDURE P1 ( (nvl(A,'dkjf') VARCHAR2)
    IS
    BEGIN
    DBMS_OUTPUT.PUT_LINE(A||',');
    END;
    it is giving me error
    i want to execute in this way exec p1;
    it should automatically take dkjf as parameter;
    help required on this.

    May be, if you are really looking for variety of solutions. I have one which i would say is a low level one
    SQL> create or replace package pk1 is
      2  a number;
      3  procedure p1;
      4  end;
      5  /
    Package created.
    SQL>
    SQL>
    SQL> create or replace package body pk1 is
      2  procedure p1 is
      3  begin
      4  dbms_output.put_line(a);
      5  end;
      6  end;
      7  /
    Package body created.
    SQL> exec pk1.a := 10;
    PL/SQL procedure successfully completed.
    SQL> exec pk1.p1;
    10
    PL/SQL procedure successfully completed.Here you execute procedure without any parameter, and getting desired output.

  • Region Parameter Box (delay)

    I have a full band live recording session of 10 songs, 2 takes each. The electric bass was recorded both with a DI and a mic on an Amp (isolated). I want to make sure the 2 bass tracks are in phase.
    Is the DELAY pull down menu in the Region Parameter Box (in the Inspector area) a good way to nudge regions back and forth by small amounts so that I get proper phase allignment?
    thanks,
    Morris

    You use it to compensate for sluggish sounds, say, a string section with a long attack, which will feel late if played precisely on the beat. Pulling it a bit early with the Delay parameter helps getting it to sit better without complicating visuals and handling.
    Christian

  • Alunn no longer working with KDE 4.6

    I use alunn to be notified about available package updates.
    After upgrade to KDE 4.6, alunn still shows the package updates, but they can't be installed any more using alunn. The internally by alunn issued command is
    kdesu "konsole -e alunn_updatescript"
    If you have alunn installed, you can enter that in a terminal as well. You will be prompted for the root password and after having entered the correct password, you get the following error response:
    Der Befehl „ 'konsole -e alunn_updatescript'“ kann nicht ausgeführt werden. -> in English:
    Cannot execute „ 'konsole -e alunn_updatescript'“.
    Console output:
    [dieter@arch32 ~]$ kdesu konsole -e alunn_updatescript
    kdesu: Unbekannte Option „e“.
    kdesu: Benutzen Sie den Parameter „--help“, um die verfügbaren Optionen zu sehen.
    [dieter@arch32 ~]$ kdesu "konsole -e alunn_updatescript"
    kdesu(3752) startApp: Daemon not safe (not sgid), not using it.
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::WaitSlave: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 379 ] Child pid 3760
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line ""
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "kdesu_stub"
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::exec: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 293 ] Running "/bin/su"
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "Password: "
    kdesu(3752)/kdesu (kdelibs) KDESu::PtyProcess::WaitSlave: [ /build/src/kdelibs-4.6.0/kdesu/process.cpp : 379 ] Child pid 3764
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line ""
    kdesu(3752)/kdesu (kdelibs) KDESu::SuProcess::ConverseSU: [ /build/src/kdelibs-4.6.0/kdesu/su.cpp : 259 ] Read line "kdesu_stub"
    Any idea? Or shall I file a bug report?

    As you said there are 3 folders with application files.
    For_4.1.0 - contains application files for RIM OS 4.1.0 and higher version number
    For_4.2.0  - contains application files for RIM OS 4.2.0 and higher version number
    For_4.6.0  - contains application files for RIM OS 4.2.0 and higher version number
    You have RIM OS 4.5 on your device, and I recommend to install application from folder For_4.2.0
    Connect your blackberry to the desktop computer
    Run Blackberry Desktop Software
    Select "Application loader" and specify folder: For_4.2.0 as a location of files to be installed
    Message Edited by tbilisoft on 12-02-2008 02:11 PM

  • R3load EXPORT tips for 1,5 TB MAXDB Database are welcome!

    Hello to ALL;
    this post is addressed to ALL MAXDB-GURU's !!
    I'v few questions to MAXDB Performance-Guy's for R3load Export on MAXDB!
    (remark to my person:
    I'm certified OS/DB migration consultant and have already done over 500 OS/DB migrations since 1995 successfully)
    BUT now I'm face with following setup for Export:
    HP- IA64 BL870c,  4 CPUu2019s Dual-Core + Hyperthreading activ (mean's 16 "CPU'S" shown via top or glance)
    64 GB RAM, HPUX V11.31;
    MAXDB  7.7.07
    ECC 5.0; Basis/Aba 640.22
    SAP-Kernel 640-Unicode Patch 381
    8 sapdatas are configured on unique 200GB LUN's and VG's in HP-UX; on storage-side the 8 220GB LUN's are located on (only) 9 300GB-Disks with Raid-5 Level and within HP-UX each VG/LVOL is mirrored via LVM to a second desasterdatacenter (200m distance)
    LOGFILES:
    2 x 4 GB LUN Raid-1 on Storage and via LVM  also mirrored to failover-center
    MAXDB-Datasize: 1600 GB Overall and within this 1350 GB used, TEMPUsage about 25 GB !
    MAXDB-Parameter-Settings
    MAXCPUu2019s 10  (4 x IA64 QuadCore+Hyperthreading shows 16 Cores within top and galcne
    Cache_SIZE= I/O Buffer Cache = 16 GB (2.000.000 Pages)
    Data-Cache-HitRatio:  99.61%
    Undo-Cache = 99,98%
    the following sapnote for MAXDB Peformance and Migrations are well known and already processes
    928037, 1077887, 1385089, 1327874, 954268, 1464560, 869267,
    My major problem is the export-runtime with over 4 days on the first dry-run (6 R3load's running on Linux-APPL-Server), and 46h on second runtime, 6 R3loads running on DB-Server IA64)
    the third trail-run was aborted by me after 48hours and 50% export-dump-space was written. In all 3 dry-runs, no more than approx 3.5GB DUMP-Space were written per hour!
    My first question to all MAXDB-Guru'S: How can I influence/optimize the TEMP - Area in MAXDB?? I didn't find any hint's in SDN or SAPNOTES or MaxDB Wiki or google....As fare as I know, this TEMP area "resides" within MAXDB-datafiles, thus it's seperated on my 48 datafiles, spreaded over 8 LUN/VG/disks. But I see LESS throughput on disk's and MAXDB-Kernel uses only ONE of ten's cpu-cores (approx 80% - 120% of 1000%).
    The throughput or cpu-usage doesn't change when I use 2 or 4 or 10 or 16 R3load' processes in parallel. The "result" is always the same: approx. 3,5 GB Export-Dump and 1 CPU MAX-DB Kernelprocess is used !
    so the BIG Question for me: WHERE is the bottleneck ?? (RAID-5 Disk-LUNS mirrored with LVM ???)
    on HP-UX scsi_queue_depth_length I'v increased default value from 8 to 32 to 64 to 128 --> no impact
    2nd question:
    I'v read  OS-Note 1327874 - FAQ: SAP MaxDB Read Ahead/Prefetch, and we are running MAXDB 7.7.07.19! (MaxDB 7.8 is not suppored via PAM for IA64 640-UC-Kernel) and as far as I understood, this parameter will no HELP me on EXPORT with primary-key-sequence ! is this correct?  THUS: which parameter HELPS for speeding up Export-Runtime?
    MAXCPU is set to 10, but ONLY 1 of them is used??
    so this post is for ALL MAXDB GURU'S!
    who will be intrested to contriubte on this "high-sophisticated" migration-project with 1.5TB MAXDB-Database-size and ONLY 24h Downtime !!
    all tips and hints are welcome and I will give us coninued updates to this running project until WE did a successfull migration job.
    PS: Import is not yet started, but should be done within vSphere 5 and SLES 11 SP1 on MAXDB 7.8 ....and of yours in parallel to export with migration monitor, BUT again a challenge: 200km distance from source to traget system !!!
    NICE PROJECT;
    best regards Alfred

    Hi Alfred,
    nice project ... just some simple questions:
    Did you open a message at SAP? Maybe you could buy some upgrade support, this could be usefull to get direct access to the SAP support...
    Which byte order do you use? I know Itanium could use both. But it should be different, otherwise you would use a backup for the migration.
    And the worst question, I do not even want to ask: What about your MAXCPUS parameter? Is it set to more than 1? This could be the problem why only one CPU is used.
    Best regards
    Christian

  • Task blocked for more than 120 seconds

    Oracle Linux 5.6 on VBox 4.3.12, on Windows 7 Pro, 64bit with 16gb of memory.
    I've been picking at this problem for quite some time.  Posted some time back on the vbox.org forum, then later on the OTN Vbox forum when I discovered it.  No help there so thought I'd try attacking it from a Linux point of view.
    First off --
    oracle:+ASM$ uname -a
    Linux vbdwprod.vbdomain 2.6.18-238.1.1.0.1.el5 #1 SMP Thu Jan 20 23:52:48 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
    Here's the problem.  After a VM has been up for a while it throws the following:
    And the real frustration comes in that I can anticipate when it will throw this error because everything -- and I mean everything - else running on the host comes grinding to a halt.  Most other applications will start showing "Not responding".  Even if they don't show that in their title bar, they do stop responding.  Even getting Windows Task Manager up can be painfully slow, and when it does come up, it shows no stress on the CPU - still up around 95% idle.
    I'm thinking some sort of clock timing issue between the guest and host, but that is really outside of my expertise.  I do add 'divisor=10' to my grub.conf as part of the initial build of all my vm's.
    So, does anyone have any ideas what all this means and how I might address it?

    Dude! wrote:
    The divisor parameter helped to reduce CPU idle consumption. OL 5.6 ships with the UEK kernel as default, which is a tickless kernel, and does no longer need the "divisor=10" parameter that was used in the 5.5 and earlier versions.
    What are the implications for my kernel and version?  This vm was built to be my personal test counterpart to one of my 'live' servers, so I wanted to keep kernel and version as close to that as I could.
    When did you start to experience this problem? Was this working before or is this a new installation?
    It's been intermittent, but experienced on 3 different host machines.  I haven't kept such close records, but if I had to guess when it started it would be at one of the upgrades to vbox.  I'll dig back through my posting history at virtualbox.org and see if I can spot anything relevant.
    If it worked before, chances are that you have a hardware issue, e.g. dying disk or faulty memory. Or perhaps your virtual disk got corrupted or someting else is causing problems. Since you are on Windows, there is antivirus, defragmetnation tools, etc. that can cause very strange affect to systems inside a virtual machine.
    Yeah, the first time I brought this up on virtualbox.org, they insisted it had to be a corrupt hard drive on the host.  Wouldn't even entertain the possibility of anything else.  Never mind the fact that it was occurring on two different machines at the time, never mind the fact that absolutely nothing else on either machine indicated any HD issues - including a very thorough Windows disk analysis.
    Personally I have not been too happy with VirtualBox
    I've had a love/hate relationship with it ever since I switched from VMWorkstation.
    4.3 and found 4.2 more compatible and usable, but I think before anything else you might want upgrade to 4.3.18 and also update to OL 5.11 and see if the problem persists. Both tasks are very easy to accomplish.
    Given my usage of this VM, I'd have to think long and hard about version changes on the OS.  Perhaps a point upgrade like that really isn't relevant to my concerns - I just don't know enough about that area.
    Changing the version of VBox is definitely a possibility.
    One other thing that might factor in somehow, and seems to relate to the link posted by Wadhah DAOUEHI, above.  When the machine is in this state and I am finally able to get Task Manger and Resource Monitor open, the one thing that seems "out there" is disk activity.  Resource Monitor will show the disk (C; drive on the host)  nearly maxed out, with over a million total b/sec attributed to vbox.exe.   That is several orders of magnitude greater than any of the other processes.
    In one sense, I think I'm more concerned about why this is having such an impact on all other operations on the host.  The error as reported by the linux machine seems to be a bit of a transient, eventually getting cleared and things moving one.  But as I said, until that occurs, I can't really get anything else done either. 

  • How to get rid of annoying tool tips while editing SQL files

    I'm using Visual Studio 2013 to edit an .SQL file and I have attached the editor to a local SQL Server 2008 R2 database.
    While editing the string that is passed to a sp_executesql procedure it keeps popping up a tool tip saying:
    "Parameter help is not supported for extended stored procedures"
    Generally I don't care about that and it is annoying because it keeps appearing over the top of the text I want to read. Is there any way to stop Visual Studio doing this?
    a

    Hi aptitude,
    Thank you for posting in the MSDN forum.
    >>I'm using Visual Studio 2013 to edit an .SQL file and I have attached the editor to a local SQL Server 2008 R2 database.
    Could you share us more information about this issue? You said that you edit the .sql file, which kind of app did you create which would use the .SQL file? Whether it is related to the SQL Server database project or others?
    If it is related to the SQL Server Database project, please post this issue to the SSDT forum:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=ssdt
    >>While editing the string that is passed to a sp_executesql procedure it keeps popping up a tool tip saying:"Parameter help is not supported for extended stored procedures".
    Reference:
    https://technet.microsoft.com/en-us/library/ms175170%28v=sql.105%29.aspx
    https://msdn.microsoft.com/en-us/library/ms188001(v=sql.105).aspx
    But if it is related to the SQL Server, to really repro this issue, and make sure that whether this warning is related to the SQL scrip or others, maybe you could select a better forum here:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    If I have misunderstood this issue, maybe you could share us a simple sample and the detailed steps in your new reply, so we could really repro this issue in our side.
    In addition, I did some research about the warning message:
    https://msdn.microsoft.com/en-us/library/ms173434.aspx?f=255&MSPPError=-2147217396
    The IntelliSense functionality of the Database Engine Query Editor does not support all Transact-SQL syntax elements. Parameter help does not support the parameters in some objects, such as extended stored procedures. For more information, see
    Transact-SQL Syntax Supported by IntelliSense.
    In SQL Server, it seems that it is related to the IntelliSense, I'm not very sure that whether it is related to the IntelliSense of VS IDE, but generally we could enable or disable IntelliSense under TOOLS->Option->Text Editor in VS
    IDE.
    Maybe you could disable IntelliSense in VS IDE, and then check it again.
    If I misunderstood this issue, please feel free to let me know.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Is it possible to add the exit command to a button in ALV OO toolbar

    Hi ABAP folks, is there are a way to add the exit command to a button of an ALV toolbar (like in the GUI status)? I want to prevent the field validations of a dynpro field at PAI. Thanks and regards, Martin

  • Cannot get Burns effect to work...

    When I open Photo Settings for slide show and click Burns effect Burns effect goes into effect-I am assuming it is a default motion...but I am unable to use the start and end buttons..The picture will zoom in and then ends on End...I cannot push the

  • Reg IDOC Segments

    Hi All, Could you please anybody assist me, My requirement is to identfying Idoc segment which contains 'Source List' (ME01)information. For example: Segment E1MARAM Contains Material Master data. If anybody knows please assist me. Thanks in advance.

  • QuickTime updates resetting TIF associations to PictureViewer

    My clients work with scanned docuements that are multi-page TIF files both at work and at home. This week's security updates to QuickTime reset the TIF association under Windows XP from Microsoft Office Document Imaging to QuickTime PictureViewer on

  • Metadata applied in FCS viewable in FCP?

    We're trying to map metadata from a description field inside Final Cut Server - to the lognote field in Final Cut Pro. This way, editors can se a short description of clips in the browser inside Final Cut Pro. Has anybody successfully done this? We d