上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 一元线性回归预测是指成对的两个变量数据的散点图呈现出直线趋势时,采用最小二乘法,找到两者之间的经验公式,即一元线性回归预测模型。根据自变量的变化,来估计因变量变化的预测方法。 概念 实质上,虽然一个变量(称为因变量)受许多因素(称为自变量)的影响,但只有一个起重要的、关键性作用。这时若因变量于自变量在平面坐标系上标出,就可得出一系列点,若点的分布呈现出直线型模式,就可采用一元线性回归预... 阅读全文
posted @ 2013-05-12 10:46 沧海-重庆 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: Summary Symptom You use SAP HANA to analyze large data volumes. Up to now, you could use the SAP Landscape Transformation (SAP LT) Replication Server to replicate only data from the databas... 阅读全文
posted @ 2013-05-11 11:50 沧海-重庆 阅读(729) 评论(0) 推荐(0) 编辑
摘要: Summary Symptom The function module DB_GET_TRIGGERS returns multiple identical values. Other terms DDIC, Sybase Adaptive Server Enterprise, ASE Reason and Prerequisites ... 阅读全文
posted @ 2013-05-11 11:00 沧海-重庆 阅读(306) 评论(0) 推荐(0) 编辑
摘要: Summary Symptom IMPORTANT: When you implement this SAP Note, you MUST perform the manual pre-implementation steps. Otherwise, you can no longer log on to the SAP system after you ignore the... 阅读全文
posted @ 2013-05-11 10:58 沧海-重庆 阅读(1500) 评论(0) 推荐(0) 编辑
摘要: Summary Symptom If a table in which a database trigger is defined changed structurally on the database, the dictionary tools return message DA 515 "Table change not possible. There is a DB ... 阅读全文
posted @ 2013-05-11 10:56 沧海-重庆 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: 在我们设置好replication的参数之后,我们可能需要调整job的个数: 一般情况下我们调整job个数的原因可能是: 1. 对于initial load或者replication latency time不是太满意,希望提高运行效率 2. SAP LT Replication Server比最开始的配置有了更高的性能,则可以增加job的个数 3. 在做完最开始的initial lo... 阅读全文
posted @ 2013-05-10 22:20 沧海-重庆 阅读(684) 评论(0) 推荐(0) 编辑
摘要: To understand the concept of the load and replication procedures in more detail, the following section explain s in more detail the purpose the major jobs involved in the replication process. 1.... 阅读全文
posted @ 2013-05-10 18:57 沧海-重庆 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: 源系统中的所有application tables都是可以被initial load或replication的。在SAP系统中,SAP数据表的信息都是定义在表DD02L中,相关的文字说明定义在表DD02T中。另外一个字典表DD08L定义了表之间的外键关联关系。 这些表(DD02L、DD02T和DD08L)都会在创建schema的时候自动同步到SAP HANA中。为了能让原系统中新表或者现有表结构... 阅读全文
posted @ 2013-05-10 15:45 沧海-重庆 阅读(1457) 评论(0) 推荐(0) 编辑
摘要: 使用SLT工具从SAP导入数据到SAP HANA主要有两种方式监控, 一是在SAP SLT服务器上使用以下T-Code: IUUC_SYNC_MON MWBMON 二是在SAP HANA Studio中查看状态 Data Provisioning 1. IUUC_SYNC_MON 的监视器 运行TCode IUUC_SYNC_MON, 选择Mass Trans... 阅读全文
posted @ 2013-05-10 11:51 沧海-重庆 阅读(5638) 评论(0) 推荐(0) 编辑
摘要: 在配置完备的情况下,SLT工具的Replicate 工作是在SAP HANA Data Provisioning中完成的 1. Log on to the SAP HANA Studio 2. Call up the modeler perspective 3. Switch to the Quick Launch Tab 4. Follow the da... 阅读全文
posted @ 2013-05-10 10:12 沧海-重庆 阅读(2867) 评论(0) 推荐(0) 编辑
摘要: 1. 登陆SAP LT Replication Server,使用T-Code LTR: 则会打开一个网页版的登录界面: 输入登录信息进入Confirguration and Monitoring Dashboard for HANA主界面: 2. 点击New,创建新的Schema 输入相关参数: 在图中,Configuration Name即为Schema的... 阅读全文
posted @ 2013-05-10 09:41 沧海-重庆 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 1. 打开Information Design Tool, 并添加BO Server的连接 2. 在Connection上右击, 选择Insert Relational Connection 3. 输入Resource Name 4. 选择数据库驱动SAP=>JDBC 5. 输入连接信息并测试连接 6. 确认连接设置 点击Finish之后,则连... 阅读全文
posted @ 2013-05-08 10:10 沧海-重庆 阅读(2817) 评论(0) 推荐(0) 编辑
摘要: 编程规范 http://www.cnblogs.com/omygod/archive/2013/05/07/3065259.html 1. PAL Setup 2. App setup 3. runtime 4. data source 5. result 6. change the parameter & re-validate 阅读全文
posted @ 2013-05-07 18:44 沧海-重庆 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 1. 生成规范: CALL SYSTEM.AFL_WRAPPER_GENERATOR ( ' <procedure name> ','AFLPAL','IQRTEST', <signature table>); 其中signature表应该具有的记录: 2. 调用方式: CALL <procedure name> ( <input table> , <parameter ta... 阅读全文
posted @ 2013-05-07 18:20 沧海-重庆 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 编程规范:http://www.cnblogs.com/omygod/archive/2013/05/07/3065021.html 1. PAL Setup 2. APP setup 3. runtime 4. source data 5. result 6. change parameter 阅读全文
posted @ 2013-05-07 18:14 沧海-重庆 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 1. 生成规范: CALL SYSTEM.A FL_WRAPPER_GENERATOR( ' <procedure name>','AFLPAL','VARIANCETEST', <signature table>); 其中signature表应该具有的记录: 2. 调用方式: CALL <procedure name> ( <input table> , <paramete... 阅读全文
posted @ 2013-05-07 16:31 沧海-重庆 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 编程规范:http://www.cnblogs.com/omygod/archive/2013/05/07/3064902.html 1. PAL setup 2. App Setup 3. Runtime 4. Check Result 5. Change the parameter & Re-validate data ... 阅读全文
posted @ 2013-05-07 16:26 沧海-重庆 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 1. 生成规范: CALL SYSTEM.AFL_WRAPPER_GENERATOR ( ' <procedure name>','AFLPAL','SCALINGRANGE', <signature table>); 其中signature表应该具有的记录: 2. 调用方式: CALL <procedure name> ( <input table> , <paramet... 阅读全文
posted @ 2013-05-07 15:46 沧海-重庆 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 编程规范:http://www.cnblogs.com/omygod/archive/2013/05/07/3064805.html 1. PAL Setup 2. App setup 3. runtime 4. check data 5. change the parameter & Re-validate data 阅读全文
posted @ 2013-05-07 15:42 沧海-重庆 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 1. 生成规范: CALL SYSTEM.AFL_WRAPPER_GENERATOR ( ' <procedure name> ','AFLPAL','SAMPLING', <signature table>); 其中signature表应该具有的记录: 2. 调用方式: CALL <procedure name> ( <input table> , <parameter ta... 阅读全文
posted @ 2013-05-07 15:04 沧海-重庆 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 编程规范:http://www.cnblogs.com/omygod/archive/2013/05/07/3064678.html 1. PAL Setup 2. App Setup 3. Runtime 4. Check Result 5. Change the parameter & Revalidate the data ... 阅读全文
posted @ 2013-05-07 14:43 沧海-重庆 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: 1. 生成规范: CALL SYSTEM.AFL_WRAPPER_GENERATOR ( ' <procedure name> ','AFLPAL','BINNING', <signature table>); 其中signature表应该具有的记录: 2. 调用方式: CALL <procedure name> ( <input table> , <parameter ta... 阅读全文
posted @ 2013-05-07 14:17 沧海-重庆 阅读(732) 评论(0) 推荐(0) 编辑
摘要: 编程规范:http://www.cnblogs.com/omygod/archive/2013/05/07/3064570.html 1. PAL Setup 2. APP setup 3. Runtime 4. Check Data 5. change Parameter % Re-Validate data 阅读全文
posted @ 2013-05-07 13:46 沧海-重庆 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 1. 生成规范: CALL SYSTEM.AFL_WRAPPER _GENERATOR( ' <procedure name> ',' AFLPAL','ABC', <signature table>); 其中signature表应该具有的记录: 2. 调用方式: CALL <procedure name> ( <input table> , <parameter table... 阅读全文
posted @ 2013-05-07 13:29 沧海-重庆 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 编程规范:http://www.cnblogs.com/omygod/archive/2013/05/07/3064441.html 1. PAL Setup 2. APP Setup 3. Run Time 4. Check data 我们创建了一个视图来查看数据: 5. 更改参数 6. 更改参数... 阅读全文
posted @ 2013-05-07 12:20 沧海-重庆 阅读(775) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页