Quantcast
Channel: SCN : Discussion List - Data Services and Data Quality
Viewing all 4237 articles
Browse latest View live

SCD TYPE 3 IMPLEMENTATION

$
0
0

Hi

 

Can anyone give me a scenario of how to implement SCD Type 3 using Data services.

 

 

Thanks

santhosh


BODS Client Tools(4.2) and Repository(4.0)

$
0
0

Hi All,

 

 

I have a repository of 4.0 version and upgraded my client tools to 4.2 on my local machine , if i log into repository using 4.2 designer its throwing an
error

 

 

"Error: Cannot run Version 14.2.3 of the product against the earlier version 14.0.0 of the repository. upgrade the repository to version 14.2.3 or
later"

 

 

I’m not sure why just client tools are not backward compatible with earlier repository.

 

 

any suggestions ?

sap bods full vs delta load

$
0
0

Can anybody help me with advantages and disadvantages of full and delta load and which one to choose in which case.

Thanks.

How to Update Flag in Source Tables

$
0
0

Hi

Populating data from two tables with join condition and loading into the one target table.

Post loading data into the target table, I need to update one column in each source table for the same data. i.e. Need to update the FLAG column for matched records between source and target tables.

No Key columns and Date colums present

 

 

Thanks & Regards

Suresh.

Hi ,Can anybody help how to update the load details in the control table please..

$
0
0

Hi ,

 

I would like to update the load details in the control table using custom function .. job name , status of the job, and load statistics .. could you please let me know how to do that..

DS 4.2 with Sybase ASE as local Repository: missing connection string

$
0
0

Hi All

 

 

We install data services 4.2 on a Redhat 6.5 system.

The repository DB is an ASE 15.7 on the same host.

 

By the installation came the question where is the Local Repository Location.

 

Repository name for CMS registry

[DSLOC_REP_DEV                                               ]

Please specify the Sybase ASE install location 'SYBASE'

[/sybase/ASD                                                 ]

Please specify the Sybase OCS 'SYBASE_OCS'

[OCS-15_0                                                    ]

Database server name

[DEVFTBOE01                                                  ]

Database port

[5000  ]

Database name

[DSLOC_REP_DEV                                               ]

Sybase connection string

[ ???                                                           ]

User ID

[DSLOCAL                                                     ]

Password

[<password>

 

 

For my it is not clear what is the 'Sybase connection string'

Has anyone an example for me?

 

 

Regards Stefan               

Job Server creation error in data services

$
0
0

Hi,

 

I have this error it will come on my job server creation in 4.2 version. how to solve this

 

Regards

Srini

to_date function in bods is giving wrong results.

$
0
0

Hi ,

 

While I'm trying to convert the below string into date time its giving wrong results for the year 2015

But till 2014 it was working fine can you please help me with this code.

 

     $G_Test = '01-JAN-15 17:30:35';

 

    $G_DATE =to_char( $G_Test, 'DD-MON-YYYY hh24:mi:ss');

    print('$G_DATE :                [$G_DATE]') ;

 

Result is 1915.01.01 17:30:35 but the expected result is 2015.01.01 17:30:35 till 2014 it was working fine but after this year is converting to 19.


Lookup_ext function not working in validation transform

$
0
0

Dear Experts

 

   I have requirement to create multiple rules inside the validation transform. All the rules i need to create is a lookup_ext function with multiple column validation. I create the same logic in query transforms its works fine. But when i use the same logic inside the validation transform with custom function its giving me the error. Kindly help to achieve it correctly.

 

  The automatic code generated for lookup_ext

lookup_ext([SE1EXTR.SE1EXTR.SE_KNVV_TABLE1,'PRE_LOAD_CACHE','MAX'], [KUNNR],[NULL],[KUNNR,'=',Query."Sell-to Customer No_",VKORG,'=',Query.SALES_ORG,VTWEG,'=',Query.DIST_CHAN,SPART,'=',Query.DIVISION],[],[New_Kunnr]) SET ("run_as_separate_process"='no', "output_cols_info"='<?xml version="1.0" encoding="UTF-8"?><output_cols_info><col index="1" expression="no"/>

</output_cols_info>' )

 

The screen shot gives the correct error message.

 

Thanks and Regards

Vijay Mukunthan

Calling Executable Jar file from SAP BODS, Need Help :(

$
0
0

Hi,

 

I am trying to call an executable jar file through exec function in SAP BODS.As per business requirement we need to execute some java functions,So I was testing with an sample jar(Final.jar) file which is simply doing the addition of two numbers. But when I am printing(PRINT($G_Variable)), its returning the below error message in output. I have also tested with another jar which will just print 'Hello World'. But its also giving same output . So could you please help me out to resolve this issue ?  Many thanks in advance.

 

$G_Variable=exec('D:\Program Files (x86)\SAP BusinessObjects\Data Services\ext\jre\bin\java.exe','E:\HANA\Final\Final.jar 2 7',8);

 

In command file I am passing this java.exe

In parameter list the 1st parameter should be the script name, So I have put the jar file in the 1st Place and passed two numbers as two input to the jar.

Flag value- 8

 

Error-

java.lang.NoClassDefFoundError: 'E:\HANA\Final\Final.jar  Caused by: java.lang.ClassNotFoundException:
'E:\HANA\Final\Final.jar   at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at
java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at
java.lang.ClassLoader.loadClass(ClassLoader.java:306)   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)   at
java.lang.ClassLoader.loadClass(ClassLoader.java:247)  Could not find the main class: 'E:\HANA\Final\Final.jar. 
Program will exit.Exception in thread "main"

LOOP & JOINS IN DATA SERVICES

$
0
0

Hi,

 

diff. bw loops and joins.

 

which one is better to data service approach. why?

 

Regards

Srini

Send data from Bex Query using SAP BODS 4.2

$
0
0

Hi Experts,


I would like to use BODS to dump Bex queries data into a third party MS SQL server data base? But I am not really aware what the flow of data would be and how to use it.


Please provide me procedure to execute this task.



Thanks and regards,

Viswanath.Ch.

Extract multiple xml in 1 xml file

$
0
0

Hi Guys

 

I have table which has column containing xml file.. i can extract the same but the problem is that if for same id xml is divided in 2 or more parts,

for the id i want only 1 xml file to be created...

 

see the attached pic for reference how data looks in table

 

could you please help me if this is possible.

 

regards

[PAM] DS 4.2 SP4 finally released but...

$
0
0

It is expected the support of Sybase IQ 16 SP08 will be added back in this SP4 release. However, accordingly to the PAM, IQ 16 SP8 is being added as "Repository" support (the first and only supported IQ version as DS repository), instead of source & target tables loading. It is quite confusing ... that we still cannot (not officially support) make good use of the latest IQ version.

 

Is there any information regarding the release date of SP5 / support of IQ 16 SP8 ?

loading data into SAP Cloud for Customer using SAP Data Services

$
0
0

Hi there,

 

We have a requirement to load data into SAP C4C using SAP Data Services.

 

How to load / read back data in C4C using Data Services?

 

Kindly share any step by step document / procedure to configure required objects, will be great help.

 

Thanks,

Jagadeesh.


Delta load for fact table.

$
0
0

Good day everyone.

 

I'm new to SAPDS, starting to build a DW from a retail sales system.  What is the "best/must used/common" method to make the delta load of the fact table.

 

I've done delta load for dimension tables using table comparison, but I believe table comparision for fact tables is not a good idea.

 

Thanks in advance.

Download SAP ECC Table CDHDR/CDPOS Deltas Using Data Services 4.2

$
0
0

I’ve been trying to do a proof of concept where we use DS 4.2 to download SAP ECC table CDHDR/CDPOS deltas.  Here are the basic parts I've built:

-DS datastore with data transfer method = RFC

-SQL Server table with table last run date/time

-DS job (with ABAP data flow which gets last run date/time to pull deltas in ECC and not pass all records to do delta filtering in DS) updates SQL Server CDHDR/CDPOS target tables and updates last run date/time

 

However, I’ve been running into multiple issues with the auto-generated DS ABAP program such as getting the ABAP program created in a closed ECC client, having to apply various ECC notes, getting the correct authorization to run the ABAP program, etc.  Are there other DS options to easily download SAP ECC table deltas without going the ABAP route?

 

Thanks,

Brad

Management Console Error

$
0
0

Hi,

i'm getting below error when i loginto management
console.

ParseError at [row,col]:[1,1] Message: JAXP00010001: The parser
has encountered more than "64000" entity expansions in this document; this is
the limit imposed by the JDK.

 

after reading some blogs its something related to JAVA entityExpansionLimit value in jaxp.properties. I don't have this file in my server at all.

 

 

any idea how to resolve this issue ?

 

 

Thanks

Error while Logging to BODS 4.2 SP03

$
0
0

Dear All,

 

We are facing very weird issue in our project.We have been recently upgraded our  BODS to 4.2 SP03 from 4.1 SP03.With this upgrade we are having trouble to login with the designer in 32 bit where we are able to login on 64 bit.SO its BODS 4.2 SP03 specific to 64 bit version.I am attaching the screen shot for the error we are facing.Please lets us know the reason for the same.The details of the system where we are facing issue in the designer:-\

 

OS-Windows 7 SP1(32 BIT)

SAP data services -4.2 SP03

IMPORTANT: 2015 date conversion issue_all versions of SAP Data Services

$
0
0

We are currently aware of a 2015 date conversion issue which started January 1, 2015. It affects all versions of SAP Data Services.

 

For further information, please read KB 2114308. Thank you.

Viewing all 4237 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>