Quantcast
Channel: SCN : All Content - Data Services and Data Quality
Viewing all 4013 articles
Browse latest View live

Extractor populating null values for customized fields

$
0
0

Hi All,

 

I am using SAP DS 4.1 SP3.

 

I am using extractor which has standard fields and some customized fields from ECC. While importing into SAP DS i got records for standard fields but for all customized fields it is populating null. Please provide how to extract data for customized fields in Extractor.

 

Thanks

Selvam


Sending data from ECC using data services

$
0
0

Hi ,

 

What is the optimum way of sending master data & transaction data from ECC to 3rd party system using BODS 3.1 ?

This version does not support I-Docs and the plan is to extract ECC tables, but some transaction data  interfaces have 10-12 tables being used and it is complicating the entire approach.

Calculate number of Business Days

$
0
0

I need to calculate number of Business Days in BODS. Lets say I have One source table and One Date Dimension table to identify Business Day and need to calculate the no of working days and load in to FACT table (Like in screenshot below)?

 

By adding Query transform, I can calculate no of Days, but how to calculate working days between ORDER_RECEIVED_DATE and ORDER_SHIPPED_DATE.

 

SQL: select count(*) from DIM_DATE  where DATE between ORDER_RECEIVED_DATE and ORDER_SHIPPED_DATE and HOLIDAY_FLAG='NO'

 

BUS_DAY.png

The service DS.RFCService could not be found on the client side

$
0
0

Hi Experts,

 

 

I am facing the following error message when i try to create SAP connection from management Console of DataServices 4.0 SP1

 

"The service DS.RFCService could not be found on the client side"

 

In Management Console...

SAP connections->RFC  Server configuration.

Trying to add RFC Server interface. it says

The Service DS.RFC Services could not be found on client side.

can anyone help me out of this issue..plz

 

 

In my System I installed SAPBusinessObjects BI Platform 4.0 instead of Information platform services,BODS 4.0 SP1,IS 4.0 SP1...

 

 

I checked the CMC ->servers->EIM -APS services->properties. i could not find any RFC or admin services running.

anything is missing? any note explain about this?

 

 

Pls advice

 

Thank You In Advance.

BODS SFDC Adapter issue while reading/loading data: Could not read data for session 776, operation 773 (Adapter: 'SFDC').>.

$
0
0


Hi,

 

I have a job that reads data from SFDC. We are using SFDC adapter. I am getting following error in Management console:

 

Error reading from <QRY_SFDC>: <

                                                     Could not read data for session 776, operation 773 (Adapter: 'SFDC').>.

 

 

But when I re run the job, it gets executed successfully.

 

I have referred note 2034822, which says:

 

From 4.1 SP3 and 4.2 following parameters are missing or not set correctly in
%DS_COMMON_DIR%\conf\DSConfig.txt under [int] section

 

AdapterStartTimeout=90000
AdapterDataExchangeTimeout=10800000

 

 

I have DS v 4.0.

 

In DSCOnfig.txt following values are there:

 

AdapterRetryCount = 5

AdapterRetryInterval = 15000

AdapterDataExchangeTimeout = 90000.

 

and there is no entry for AdapterStartTimeout.

 

Is this note applicable for DS v4.0 also. If I change the parameter values and add the entry AdapterStartTimeout=90000, will it solve my error?

 

(Note: sometimes , I also get this error in another job which loads data to SFDC)

 

Thanks in advance.

Data Services 4.2SP1 SFDC Adaptor error

$
0
0

Hello Everyone,

 

We have recently upgraded our Data Services to 4.2 SP1 from 4.1 SP2.

 

After upgrade SalesForce Adaptor is not working. It shutdown automatically.

 

Here is the error -

 

Error preparing to read <XXXXX>: <Class "com.sforce.soap.partner.Login" does not implement the requested method "serialize(Ljavax/xml/namespace/QName;Ljavax/xml/stream/XMLStreamWriter;)V" inherited from interface "org.apache.axis2.databinding.ADBBean">.

 

Has any one came across this error and possibly with any resolution?

 

Thanks,

Rajan

Will CDC Datastores disappear when using Oracle 12g?

$
0
0

Oracle announced recently that the database Oracle 12g will no longer support CDC:

"Oracle Change Data Capture is not included in Oracle Database 12c and has been replaced with Oracle GoldenGate."

 

Source: http://docs.oracle.com/cd/E16655_01/server.121/e17642/deprecated.htm#UPGRD60083

 

What does this mean to customers who are running or a planning to run ETL workflows depending on Oracle CDC and CDC-specific transforms of SAP Data Services?

Are they forced to switch to another (maybe custom-built) solution to detect changes in source system database tables and process them in SAP Data Services?

 

 

Regards

Johannes

SAP BODS 4.2 - Translate text via WebService

$
0
0

Hi,

 

Have anyone tried doing Text Translation using SAP BODS ? I didn't find much content around this topic. I know that the only way is using a Web service (REST/SOAP).

 

Please share any helpful information around this.

 

Regards,


How to work on the duplicate copy of a job,WF&DF without affecting the changes in parent objects.

$
0
0

Hi All,

 

I am working on a enhancement project, i have more than 30  work flows in my existing job. i used to go through the discussions here and its so informative and helpful for DS developers.

 

I need  suggestions here my role is based on the client requirements i need to do the enhancements, and need to test in my dev repository after that need to promote the job to QA repo. my questions here is

 

1. I got a requirement and i have some ideas to implement that, first i need to test in my first 2 work flows whether the data is moving to staging area or not after that i can proceed with the changes in other work flows based on the dependencies.

 

If i want to test the 2 workflows which one is the best approach if i go for replicate of wf and DF the changes which i was doing in my data is impacting on the parent work flows, or i have to export the .ATL File and i have to re import the .ATL file into my job. Kindly suggest me best approach in this situation because this is the daily requirement in implementation projects. I need to create a separate job and need to drag the 2 workflows in to my job and need to test in my Dev environment and can promote the code to QA or kindly explain me the best approach in this situation, if possible with required steps. what ever the changes i was doing in my WF & DF and scripts should not impact on the parent Objects.

 

 

Hoping for the solutions at the earliest.

 

Thanks in Advance,

Subbu.

BIBW and HANA integration

$
0
0

Hi,

 

Can anyone tell me how can I integrate BIBW and HANA with BODS.

 

And How can I load data into BIBW using BODS.

 

 

 

Thanks ,

Kaushik

IDOC loading procedure using BODS

$
0
0

Hi ,

 

Can anyone tell me how can I load data using idoc and BODS into SAP ECC system.

 

 

Thanks ,

Kaushik

Turn on Server Debug mode

$
0
0

Hi All,

 

To verify multiple jobs ETL performance, we would like to Turn on server debug mode before starting the activity.

We have debug mode at designer level but can someone please let us know, where the same is on a specific server.

 

FYI: This has suggested by one of the SAP consultant regarding an issue we have on the scheduler.

 

Thanks,

Abdulrasheed.

How and why to create Datastore configuration ?

$
0
0

Hello,

Could any one please let me know how and why to create Datastore configuration ?

 

Thanks in advance,

Bheem

SAP BODS Designer Crashes

$
0
0

Hi Team,

 

SAP BODS Designer crashes when we try to open Match Editor from Tools.

 

BODS version: 4.2 SP01.

 

We have disabled the firewall as well and there seem no network issue with server.

 

Other team mates on the same version but at different location are able to access Match Editor and we all are trying on the same job. Can you please guide me what is wrong on the systems I am working on!

 

Cheers,

Cherry.

Staging Area Indexing

$
0
0

We currently planing to build our staging area from source database (Oracle 11g database)

 

So we decided to do 1 to 1 mapping for each table but there are some tables that contains huge data (millions of records) and for these tables we decide to do indexing to fasting the extraction using data services to our staging database but at the same time I think will affect the loading to staging area

 

So my question is the indexes is recommended to be created in staging area?


Text Data Processing: How to treat table rows as paragraphs

$
0
0

When I used Base_EntityExtraction to process my PDF files that containing tables, the tool is treating the table columns as paragraphs. What I need is for the table cells in the same row to relate to each other. It is impossible to relate these data elements from the table cells because the tool processes one column at time as a paragraph. Is there a way to config the behaviour so that it processes one row at a time when it is extract data from tables?

Passing an input parameter to exported BODS executable file

$
0
0

Hi,

 

I am exporting BODS jobs to an executable to be run by an external scheduler and would like to know if it is possible to passing an input parameter to the job using a command line (such that I can store the passed in value in a global variable and use in workflows)?

 

Thanks,

Zlat

DS

$
0
0

Hi DS Gurus,

 

I am extracting data from ECC using DS and populating a table in EDW. My end goal is to insert or update the data in DW using the same jonbs. If the primary key exist then it should update the data or if the primary does not exist it should insert the data.

 

In the target table under Bulk loader option ,I have selected “Append” option .The documentation says it will do both(update or insert) automatically based on the options select. However when the key is repeated DS gives an primary key integrity constraint error. How do I ensure it does both an inser t and update.

 

I am new to DS so any help will be appreciated. Thanks

 

 

THanks,

-Hari

Using IDOCS or LSMW can we achieve

$
0
0

HI Experts,

 

I have a Excel with material data as below

 

Material_Number  Material_Group_Num   amount

 

111111111           33333333333               11111.00

222222222           44444444444               22222.00

444444444          55555555555                33333.00

 

I have to update  in the SAP Tables, for a particular material_Number the material_group_num has to be updated

 

Any idea or Suggesion

 

Thanks

Madhu

IDOCS

$
0
0

Hallo Experts,

 

Can data can be loaded from a flat File or excel to SAP tables thru IDOCS ?

 

Thanks

Madhu

Viewing all 4013 articles
Browse latest View live


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