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

DS 14.2.5.800 Unable to check in custom functions

$
0
0

Has anyone else had problems checking in custom functions in DS 4.2.5? I am setting up the infrastructure for a new project and everything went fine until I tried checking in some baseline code.

 

It failed with the following error:

 

Cannot retrieve <Function Text> for repository object <acta_datastore.ACTA.acta_owner> ...

  ... The SQL submitted is <select TEXT_VALUE, SEQNUM from where PARENT_OBJID = 641 order by SEQNUM>  ...

(BODI-1260123)

 

see attached .jpg for full message.

 

This is DS 4.2 SP5 with Oracle 11g repositories. As far as I can tell all other central repository operation are working.

 

The error can be replicated by creating a one line function containing the following statement:

 

Return 0;


An attempt to add (i.e. initial check in) the function to a central repository fails as described.


Word wrapping and line count in output

$
0
0

Team,


I want to apply word wrapping logic where expected Input data and Expected output data is as below.

My source data can or can't have more than 60 characters, carriage return. I want my output without carriage return

and in 60 charactre fixed width multiple line format.  



Input

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<CR>

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<CR>

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<CR>

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


 

Output

1 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed

2 do eiusmod tempor incididunt ut labore et dolore magna

 

3 aliqua.

4 Ut enim ad minim veniam, quis nostrud exercitation ullamco

5 laboris nisi ut aliquip ex ea commodo consequat.

6 Duis aute irure dolor in reprehenderit in voluptate velit

7 esse cillum dolore eu fugiat nulla pariatur.

8 Excepteur sint occaecat cupidatat non proident, sunt in

9 culpa qui officia deserunt mollit anim id est laborum.

Wait function

$
0
0

Hi All,

 

Please correct my syntax below, it is throwing error as divide by

 

wait_for_file( $GV_FILE_PATH || '/' || $GV_FILE_TYPE || '*' || '.TXT',0,0,$GV_FILE_NAME);

 

I changed it to \ but it is still showing me the error.

Data Services Designer cannot connect, SDK failure

$
0
0

Hi, I've done quite a bit of investigation so far but still cannot get the Designer client to reach and authenticate against the CMS.

 

This is a 4.2.5 install with an IPS platform. Single server installation with Oracle repositories.

 

The error occurs when I try to log on (the list of available repositories are not shown).

 

The error message is a typical one people receive which is usually firewall related - invalid username/password, SDK failure.

 

I have done the following so far:-

 

I can connect to the DS mgmt console and CMC without problems.

I have added a system DSN and tnsnames.ora entry for the CMS and BODS repositories. I can connect to those using SQL Developer

I have added an entry into my local hosts file for the server

I have created firewall rules to open up all inbound and outbound ports on the server and client

I can ping the server and telnet to port 6400 OK

I set enable=yes in the DSUserConfig file but it doesn't generate a log file so I haven't got any detail from the error.

No entries in the server logs relating to a failed logon.

 

The client and server are on different subnets, but surely that's not mandatory?

 

I've read the forums and cannot think of anything else to try. Any suggestions?

 

Much appreciated,

Mike

Can we use multiple delimiters while extracting multiple files using single flat file in SAP BODS?

$
0
0

Hi,

 

I need to extract data from multiple files of a shared folder using flat file. I get two types of files, delimiters vary as ' | and , '. Currently I am extracting using two flat files, but I need to know, whether we can give two delimiters in a single flat file and extract all the files.

 

Please suggest.

 

Thanks,

Jayasree R.

Hi I am trying to run a realtime service manually from the data services designer . But i am facing issue with file permission and path

$
0
0

Hi

 

I am trying to run a realtime service manually from  the data services designer . But i am facing issue with file permission and path.

 

But The File path is correct only Manually i check the folder as well it is present .Please see the error screen in below.

 

Real time service manual run will it works ??

BO Data Services doesn't load data to target file

$
0
0

Hello to everybody!

I’m studying BO DS 4.2 and have trouble with loading data to the local .txt file. Source in my dataflow – Row_Generation; target – flat file on local PC. Transformation – the most simple. Job ends successfully. But I have no data in the target file. In the Job trace I see, that everything is completed successfully, 10 rows were imported, but my target file is empty.

What is (or may be) the reason?

Connecting to a Progress database in BODS 3.1

$
0
0

Hello,

 

Can anybody how i can connect to a Progress database in BODS 3.1?

 

Thanks!


SAP DS 4.2 Jobs tranports using Solution Manager 7

$
0
0

Hello Experts -  We are looking for an option to promote/transport the SAP Data services jobs from Dev to QA to Prod using solution manager.

Can we use solution manager with data services to promote the jobs to higher environments.

 

Thanks

R

How to connect to MYSQL using BODS

$
0
0

    Dear All,

Please help me to connect to the mysql database through BODS.My BODS repository is in oracle.We tried to make entry in ODBC.ini file.But we are getting the error.CAn you please help us with clear approach to do the connection.My sql version is 5.0.45

DataServices 4.2 issue with ECC and RFC Transfer method

$
0
0

I have a blocking issue on generating ABAP Jobs on ECC with BODS.

 

In particular this is the case:

 

  • DS Environment A - Job X
  • DS Environment B - Job X (the same)
  • ECC source Environment - same for A and B
  • Job X - extracts data from trasparent tables in ABAP dataflow and put it in External DB Tables.

 

 

I run Job X on A with FTP Transfer Method since long time ago. This is the one I can set (old DS version in a complex system config). It works fine, no problems.

I need to run the Job X on B with RFC Transfer Method because the Job must run in a similar interval of time and I do not want parallellism issues with the FTP .dat file between A and B.

 

 

Now the problem is:

if I run Job X on B with FTP modein a distinct interval than A I have no problems; but if I run the Job with RFC Transfer Method I see in transaction SM37 that an ABAP batch in SAP ECC can be generated and executed twice. This cause one of the two generated completing and the other crashing for impossibility to be registered and making DS in deadlock waiting (No interruption of Job X). Sometime only one batch is generated and the DS Job X terminates succesfully.

 

 

Any suggestion on why it generates twice the batch jobs on ECC?

 

 

All parallellism parameters are set to 0 (Global DOP, DOP in Dataflow, DOP in ABAP Dataflow).

 

This my system configuration on B:

 

DataServices 4.2 SP4

 

ECC:

SAP_BASIS 701

PI_BASIS 701

ST-PI 2008_1_700

SAP_APPL 604

 

 

I wait for a suggestion.

Kind regards.

Timeout for Real-time service via Web Service call

$
0
0

Hello,

 

I am calling a Real-time Service via Web Service. The answer from DI is:

 

Code:

{{{

 

Web Services is unable to process the request to call real-time service 'NewService1' using Access Server 'cdi5BOE:4000'. Error: Server sent back error: Communication Error. See real time job log for details.

 

}}}

 

 

and the log says:

 

Code:

{{{

 

(11.7) 11-16-07 16:19:14 (E) (3140:3300) Unknown: BODI-300137: SP(NewService1, CDI5BOE:3500)::flowThread() Flow became invalid during waiting for request

(11.7) 11-16-07 16:19:37 (E) (3140:5964) Unknown: BODI-300052: ERROR: Real-time data flow startup timeout 300 expired. (Job:&apos;STS_RealtimeDashboardAlert&apos;--

                                                  Service:&apos;NewService1&apos;-- Service Provider:&apos;CDI5BOE:3500&apos;)

 

}}}

 

 

I can run the same service in Designer, and it works...

I also tried to increase the timeout value at 10000, with the same result...

Any idea? What can be the cause?

 

Thank you in advance,

Adrian Mitrica

Upgrade to 4.2 SP4 corrupted custom functions in central repository

$
0
0

I recently upgraded a repository from 4.2 SP1 to 4.2 SP4 and all the custom functions in the central repository (after being upgraded with repository manager) are no longer able to be check-out, can't get latest version, can't even export them...  nothing.  Each time I interact with anything dependent on these functions I get the following error:

 

2015-04-10_13-59-00.png

I've logged out completely, refreshed multiple times and nothing is solving the issue.  The functions correctly show up, but cannot be edited in any way.  Please help.

 

both local and central repos are on MS SQL Server 2008 R2.

SAP BODS

$
0
0

Hi,

    I am trying to load data into xml file from table in SAP BODS. Table having 8 records of data.But in xml i am getting 8*8=64 records.

how solve this problem?

Data Migration Activity

$
0
0

Dear All,

 

I have recently imported the .ATL files to crate jobs in SAP Data Services as part of our Migration Project on HCM.

 

After loading the jobs, I have also imported the .atl files which has created some Data Stores in my SAP DS Tool.

 

Source – SQL      Target – SAP ECC

 

We have received a test mapping excel sheet from our functional consultant with few Data Sheets in it like Sheet1 on Pa0000 and on Sheet 2 Pa0001…like wise, we have last sheet named as Lookup and Lookup reference.

 

Infotype 0000              

01

Hiring

02

Termination

Infotype 0001          

Q1

Temporary

Q2

Permanent

                  

 

 

 

 

Is it like normally, we need to create a file format and load the data or is there any other way.

 

And do i need create tables in DS and put this data into that tables.

 

Could any look into this and guide me on this.

 

Thanking you in Advance

Asustainer


Converting Data Integrator 6.5 to Data Services 4.2

$
0
0

Is there any step by step document to convert DI 6.5 to DS 4.2.

 

Any checklist, pitfall, etc to watch out for.

SAP Data Services 4.2 SP05: Learning Map for Solution & Technology Consultants is now available in SAP Learning Hub

$
0
0

Hi Everyone,

 

SAP Early Knowledge Transfer for SAP Data Services 4.2 SP05: Learning Map for Solution & Technology Consultants is now available inSAP Learning Hub.


After you have the access to SAP Learning Hub with you will be able to see the followingSAP Data Services 4.2 Learning Map  (Search : EKT_BODS42SOLTECH)

 

  • Overview
  • Data Services Workbench
  • Real-time Data Integration
  • Data Services Transform Enhancements
  • Data Quality Transform Enhancements
  • TDP Transform Enhancements
  • Data Services Job Lifecycle Management
  • Other Data Services Enhancements
  • Delta Knowledge on SP01 - SP04
  • Delta Knowledge on SP05
    • Data Services 4.2 - What's new With SP05

    • File Location Object and Built-in Functions

    • MongoDB and Data Services


If you don't have the subscription yet, please go to SAP Learning Hub, choose your region and find the Local Education Contact in the bottom of the page.

See also:  Discover SAP Learning Hub

not able to create .bat file for bods jobs

$
0
0

hi all,

my requirement is to create a .bat file each for a list of bods jobs.

as mentioned in many threads in SDN, i logged in to management console -> batch job configuration tab -> go to the job -> Export Execution Command option -> export

 

after hitting export button, below message is flashed on the screen

"Export was successful.Password file created on Job Server testserver:3500, at /maxtest/dataservices/conf/BODS_TESTREPO.txt"


when i login to the FTP , i find this txt file at the above mentioned location. it is a single line file, looks like some junk/corrupted text, without any meaning.

also that i dont find the .bat file anywhere here.


we are currenlty on dataservices 4.1 and have a plan for migration to 4.2 after a quarter time period.

so we are unable to generate webservices, but our only option is to generate the .bat files which can be used by the third party tool.


please suggest on how to generate and find the .bat file.


Need advice for future scope of SAP BODS

$
0
0

Can you pls suggest which module is best in the market among sap BO ,sap bods.I will be thankful to you

Performance Optimization for Create IDOC through SAP BODS

$
0
0

We have to load data to SAP ECC IDOCs using BODS .
The IDOC has 9 segments with total of around 130 million records and total size of 13 GB. In total around 3 million IDOCs will be created as header segment has 3 million records.

Currently we are running the IDOC creation job in BODS in parallel for 4 times. In Each run 2000 IDOCs are created. So in total 8000 IDOCs are created by running the BODS job for 4 times in parallel. It is taking around 40 minutes to create 8000 IDOCs. So for full load it will take around 200 hours.

Can you please suggest what could be done to reduce the IDOC creation time in BODS?

PS :We have already checked Do not create TID option in IDOC target in BODS and Batch Size is set to 500

Viewing all 4013 articles
Browse latest View live


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