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

I want to convert from decimal (5, 2) to decimal (3,0) in data services

$
0
0

Hi All,

 

I want to convert from decimal (5, 2) to decimal (3,0) in data services.

if anybody knows please let me know with syntax.


Staging Data Base in BODS

$
0
0

Hello Team,

 

I am new to Data services topic. I need some clarifications in BODS.

 

1. What is meant by staging data base?

2. Where it is used in BODS?

 

Regards,

VV

Implementation of BAPI functions for SAP MM in BODS

$
0
0

Hi Experts,

 

I am new to BAPI, SAP MM module and I need your help here. I am trying to create a Material Master record in MARA table by implementing following BAPI functions in SAP BODS:

 

BAPI_MATERIAL_GETINTNUMBER : To get internally generated MATNR (Material Number)

BAPI_MATERIAL_SAVEDATA         : To create the record in MARA table

BAPI_TRANSACTION_COMMIT       : To commit the transaction

 

I am trying to pass values, for following columns, from a flat file to ECC system:

 

MANDT;ERSDA;ERNAM;VPSTA;PSTAT;MTART;MBRSH;MATKL;MEINS;MAKTX;MAKTG;SPRAS

 

Questions are:

 

1. Are there any other mandatory columns, apart from the ones mentioned above, for which I need to pass value to the transforms in order to create a Material (Basic Data 1 View)?

 

2. I can see there are two types of input parameters (Scalar and Table) in each BAPI functions mentioned above. I am not able to map those input parameters. Are they all mandatory parameters?

 

Any advice, suggestion would be of great help.

 

Thanks,

Purnima


Loading data into BW Tables

$
0
0

Hi Experts,

 

I have scenario where i need to move the data from a ECC table to BW table through BODS 4.1.

 

I know this is not feasible as per my knowledge, but thought of asking if any new options are available.

 

Thanks in Advance.

 

 

Thanks,

SB.

update rows

$
0
0

Hi guys

I need help to update null columns with values, see the sample data, to fill null values... I need to check all the null rows in between not null values order by ord irrespective of dates...and update the null values with the value filled in top not null row which means need to update the null values from top to bottom..

May be the description is little confusing that is why I provided the result sample which needs to be expected hopefully that will help you to provide me solution.

 

i tried using to find previous or next row... but that can update only 1 row at a time.. not as a lot...  could you please help me to provide the option so that all null values between not null rows can be updated with values....

 

CREATE TABLE tt (id INT,ord int,dt1 datetime, wd int)


INSERT INTO tt VALUES (102,'1','2013-05-27','544')
INSERT INTO tt VALUES (102,'2','2013-06-02',NULL)
INSERT INTO tt VALUES (102,'3','2013-06-03',NULL)
INSERT INTO tt VALUES (102,'4','2013-06-10',NULL)
INSERT INTO tt VALUES (102,'5','2013-07-08','690')
INSERT INTO tt VALUES (102,'6','2013-07-10',NULL)
INSERT INTO tt VALUES (102,'7','2013-07-10',NULL)
INSERT INTO tt VALUES (102,'8','2013-07-11','511')
INSERT INTO tt VALUES (102,'9','2013-07-11',NULL)

select * From tt

/******************************/

CREATE TABLE tt_result (id INT,ord int,dt1 datetime, wd int) 
INSERT INTO tt_result VALUES (102,'1','2013-05-27','544')
INSERT INTO tt_result VALUES (102,'2','2013-06-02','544')
INSERT INTO tt_result VALUES (102,'3','2013-06-03','544')
INSERT INTO tt_result VALUES (102,'4','2013-06-10','544')
INSERT INTO tt_result VALUES (102,'5','2013-07-08','690')
INSERT INTO tt_result VALUES (102,'6','2013-07-10','690')
INSERT INTO tt_result VALUES (102,'7','2013-07-10','690')
INSERT INTO tt_result VALUES (102,'8','2013-07-11','511')
INSERT INTO tt_result VALUES (102,'9','2013-07-11','511')

select * From tt_result

How to change Data Services service account details?

$
0
0

Data Services services are running under system account. I would like to change this and run all the DS services under allocated services account which is recommended by SAP.

 

Can someone please advise how to do this?

 

DS 4.0 SP3 on Windows Server 2008.

 

 

Thanks,

How to diplay only error logs in the log directory

$
0
0

Hi expert,

 

I need to specify the log types of Data Services so that only error logs could be created in the log directory,

 

Have you any ideas how to do it?

Thank you

Bods repository database upgrade

$
0
0

Hi,

 

For customer  we have to migrate the repository databases.

 

Databases in Oracle grid will be moved to new hardware and gets a new db name.

 

Is there info about the changes which are needed in BO/BODS for new database name?

 

BODS version :4.1

Current DB version -Oracle 10G

New Verion - Oracle 11G

 

Thanks

Prasad


how to read and then delete a flat file on job server

$
0
0

hi all,

 

i have a requirement to read files from a folder on jobserver from a BODS job into an oracle server table.

 

this job to run once daily.

should read all files available at that moment.  [will use wild card to read file names like test*.csv ]

after reading, my BODS job should also delete all the processed files from the folder.

also i should make a note of those file names processed.

 

can anyone help me with this ?

how to extract time from datetime column

$
0
0

Hi

i need to extract time from datetime column:-

 

tried to_char('1900-01-01 19:10:00.000','HH:MM:SS') but it is showing NULL

 

cast('1900-01-01 19:10:00.000','time') but it is showing full datetime in column

 

for eg:- 1900-01-01 19:10:00.000

 

result expected :- 19:10:00.000

 

regards

Call batch job

$
0
0

Hi,

 

  I have  2 batch jobs(job_sales, job_result), my first job successfully created in second job i need to call first job. where can i call what kind of function should be use.Please any one advice me.

 

 

 

  Thanks in advance

SAP BW migration from oracle bi with BO

$
0
0

We have presently Orcale BI with BO and we want to migrate in to SAP BW 7.0 . We have SAP SD,MM,FI,Self service,QM module for reporting with MDM . We have do solution design and rollouts . Is it we require functional people for this project. Is it BO-BI integration project? . We are considering BW,BO,EP,ABAP, basis and function module people . Is it this staffing is correct ?.

How we can do existing orcale BI with BO to SAP BW 7.0 . we have 46 system as of now and we want to migrate all to SAP BW . What is the approch for this .

 

Thanks

 

RB

Processing messages from MQ by JMS adapter

$
0
0

Hi,

 

I have a JMS adapter (Version 14.1.1.0) in SAP Business Objects Data Services 4.1 SP01 Patch 4 which reads messages from MQ and invokes a real time service.

 

In that Adapter two Operation Instance was attached JMSGetAmendCustomerOperation and JMSGetCreateCustomerOperation but when i am starting the JMS_Adapter in every 3 to 5 min i am getting

 

Below Error:

 

Received an error message from the message broker. [Communication failure. Read timed out]. Will exit adapter immediately.

Adapter Error -I.png

and after that

JMS GET operation error: Timed out. Unable to receive response from the invoked Data Services service. Adapter operation will continue.

 

Adapter Error.png

 

Already i refer below SNotes:

 

1824972 - Get error: "Unable to connect to the Job Server '<Server Name>:<Port>'. Error: Connection refused. (BODI-3016234)" when try to run job from Data Services Management Console

 

Links:

https://service.sap.com/sap/support/notes/1824972

 

Following are the Services Up and Running in SAP Business Objects Application:

 

  • Operating System: Red Hat Linux
  • Database: Oracle 11G
  • SAP Business Objects Information Platform Services Application (boe_cmsd)
  • Tomcat Application
  • Job Server
  • Access Server
  • RFC Services

o    5 – Trans Services up and Running

o    1 – Batch Services up and Running


Thanks,
Daya

Authority Check ODP Extractors

$
0
0

We are using FI GL extractors and getting info out of SAP with DS42 with no problem.

 

We have been unable to get only the data the DataStore SAP User is authorized to see. Same happens when I test the extractor with RSA3

 

User XXX is authorized in SAP to see just info from Company CC01. We want that user when used in the SAP DataStore to could only get info related to CC01.

 

I know I can customize the extractor, but I prefer a standar way

 

Regards

RFC CallReceive error

$
0
0

Hello

 

We recently migrated from BODS 3.2 to BODS 4.2. We tried to install

function groups provided by in the installation files but we had some

errors. We raised an incident Message No. 151159 / 2014. We received

transports from support staff and installed the same.

 

We started to face this new issue after installing the function groups.

 

" RFC CallReceive error <Function /BODS/RFC_ABAP_INSTALL_AND_RUN:

RFC_ABAP_MESSAGE, Changes to Repository objects are not permitted in

this

client)- Changes to Repository objects are not permitted in this

client[SAP NWRFC 720][SAP Partner 702 "

 

We used generate and execute in production environment previously, but

that is not working any more. We use generate and execute in Data Services to extract data

 

I'm attaching the transports provided by the support staff for your

reference.

 

Thanks

Anil


Help me in Transporting Table using al_engine command

$
0
0


Hello,

 

I am trying to export/import the objects from One rep to another by making it as a web page in which the Unix script works at the backend.

 

And I am using al_engine command to transport the objects. We now do it for Jobs, Workflows and dataflows (Without dependency).

 

Am searching a proper command to transport TABLES also. But I dont find it anywhere. If someone could help me on this, it will be greatful.

 

Thanks in advance

 

Swaminathan

INDIA

Error while executing TDP blueprint for twitter

$
0
0

Hello ,
 
Does anyone know how to resolve below error :
 
|Sub data flow TdpBlueprintEn_Twitter_Search_1_2|Transform Get_Search_Tasks
Transform <Get_Search_Tasks>: Traceback (most recent call last):
File "EXPRESSION", line 35, in <module>
File "/opt/sap/dataservices/DataQuality/python/lib/python2.6/ConfigParser.py", line 531, in get
raise NoSectionError(section)
NoSectionError: No section: 'common'.
|Sub data flow TdpBlueprintEn_Twitter_Search_1_2|Transform Get_Search_Tasks
Transform <Get_Search_Tasks>: <DQP0004>: The Input Field {0} may exceed the maximum allowed character length of {1} for
Transform Field {2}. Input data that exceeds the maximum will be truncated.
|Sub data flow TdpBlueprintEn_Twitter_Search_1_2|Transform Get_Search_Tasks
Transform <Get_Search_Tasks>: DLL <libudt_transformu.so> runtime function <ProcessCollection> failed with error <3>. More
detailed information may be obtained from previous errors.
|Dataflow TdpBlueprintEn_Twitter_Search
Sub data flow <TdpBlueprintEn_Twitter_Search_1_2> terminated due to error <58302>.
|Dataflow TdpBlueprintEn_Twitter_Search|Pipe Listener for TdpBlueprintEn_Twitter_Search_1_2
Named pipe error occurred: <EOF>
|Dataflow TdpBlueprintEn_Twitter_Search|Pipe Listener for TdpBlueprintEn_Twitter_Search_1_1
Named pipe error occurred: <EOF>
|Dataflow TdpBlueprintEn_Twitter_Search
Sub data flow <TdpBlueprintEn_Twitter_Search_1_2> terminated due to error <58302>.

use of update key column in Target table

$
0
0

Hi,

 

I want to understand when to use update key column in target table .


If I use auto correct load as 'Yes' and update key column as 'Yes',what will be the result. I am seeing the data in getting appended.

 

So I want to know when should I use Update Key column option in target table.


Thanks in advance...

 

Indira

RWJobLauncher failed to connect to CMS. (BODI-1250220)

$
0
0

Hi Experts,

 

I am new to Data services.we have DS 4.1 SP2 server.

 

we ave scenario where we are executing the job which has script ( script contains .bat file which was generated using export executed command). This job was working fine in DS4.1 SP1. But we are getting error in DS4.1 SP2.

 

 

Please find the below details.

 

DS 4.1 SP1 (.BAT File)

E:\PROGRA~1\SAPBUS~1\DATASE~1/bin/AL_RWJ~1.EXE  "C:\ProgramData\SAP BusinessObjects\Data Services/log/DS_JOB_SERVER/" -w "inet:NBPMT-PC1173-1:3500"  -C "C:\ProgramData\SAP BusinessObjects\Data Services/log/BA_REG_DWNLD_1.txt"

 

  

 

DS 4.1 SP1 (.BAT File)

-PLocaleUTF8  -Snull -Nnull -Q"SAPDB" -Unull -P  -G"f5e1e870_d485_4591_80f6_2eec4e8d7801" -T14 -KspBOI_CONFIG -LocaleGV   -CtBatch -CmNBPMT-PC1173-1 -CaAdministrator -CjNBPMT-PC1173-1 -Cp3500

 

 

 

DS 4.1 SP2 (.txt)

C:\PROGRA~2\SAPBUS~1\DATASE~1/bin/AL_RWJ~1.EXE  "<C:\ProgramData\SAP BusinessObjects\Data Services/log/DS_JOB_SERVER/>" -w "inet:NBPMT-PC347-1:3500"  -C "<C:\ProgramData\SAP BusinessObjects\Data Services/log/REG_QA_BA.txt>"

 

 

DS 4.1 SP2 (.txt)

-PLocaleUTF8 -R"SAPDB_QA New.txt"  -G"e64e4808_aeae_4bc8_95c4_b5e5dfc99461" -t5 -T14 -KspREG_QA_CONFIG -LocaleGV   -CtBatch -CmNBPMT-PC347-1 -CaAdministrator -CjNBPMT-PC347-1 -Cp3500

 

 

please find the attached JOB server log also. Need your expertise to solve the issue. Let me know if you  need any additional details.

Web Service is giving error mesage while generating WSDL

$
0
0

I Created Real Time Job and configured as Web Service. But while using VIEW WSDL button I am getting following error message

wsdl.gif\

I tried all the options which are available in forum. Can any body has correct solution. I am not sure about the configuration settings. But when I worked on the previous version of DS i am able to test this correct but i am facing this issue after i started using DS 4.2

 

I installed DS server on my personal laptop, and installed following things

BI 4.2 SP1 + DS 4.2 SP1 + Information Steward 4.2 SP1

I am using MS SQL Server 2008 R2 as database server.

 

When i used 4.1 DS with ISP, I was able to test this without any issues.

 

Do I need to do any configuration changes if i am using BI platform ?

 

Thanks

Viewing all 4237 articles
Browse latest View live


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