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

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


Executing vb script from Data Services

$
0
0

I have a vb script that can be executed (from cmd or double clicking the file) on the bods server with no problem. I want BODS to execute the same vb script. So I have tried this 3 different ways of executing.

 

exec('cscript', '\\\uksvpmc003\\keyrus\\data\\cer_vbs\\test1.vbs',0);

 

exec('cmd', '\\\uksvpmc003\\keyrus\\data\\cer_vbs\\test1.vbs',0);

 

exec('cmd', 'cscript \\\uksvpmc003\\keyrus\\data\\cer_vbs\\test1.vbs',0);

 

I have also tried the above but using the local drive of the server rahter than fully qualufying it ie.e

 

exec('cscript', ' G:\\Keyrus\\DATA\\CER_VBS\\test1.vbs',0);

exec('cmd', ' G:\\Keyrus\\DATA\\CER_VBS\\test1.vbs',0);

exec('cmd', ' G:\\Keyrus\\DATA\\CER_VBS\\test1.vbs',0);

 

None of these execute the vb script I get no error messages though. I read this post (hence some of my attempts above) and can't see I have missed anything:

 

http://scn.sap.com/thread/3193998

 

Help appreciated.

HTML email via SAP BODS (Data Services)

$
0
0

Hello,

I'm trying to send email from BODS using SMTP_TO / MAIL_TO functions. The message that I'm trying to send is as below:

 

<html>

  <head>

  </head>

  <body>

    <table style="background-color:black;">

      <tr>

        <td>

          <label style="background-color:white;">Test HTML email</label>

        </td>

      </tr>

    </table>

  </body>

</html>

 

When I receive the email, I'm receiving just the above text AS IS. I would like to receive it in a HTML format which should say just say "Test HTML email" with a black background. Is there anyway to accomplish this in Data Services?

Data Services VS SQL scripts

$
0
0

Hello,

My current client has some DS jobs scheduled. He has some SQL scripts that will run after the DS jobs were finished every night. When I asked him to convert those SQL scripts into DS jobs, he asked me provide some documentation describing the benefits / advantages that he will get if he converted those T-SQL scripts into DS jobs. Can someone please explain me the advantages that I get if use DS instead executing just T-SQL scripts in a 3rd party scheduler?

 

Thanks

P

Error during upgrading repo from 3.2 to 4.2

$
0
0

Hello All,

 

While performing the repository upgrade from 3.2 to 4.2 I faced below error.

 

error.png

 

Please, suggest me on this.

 

Regards,

Srinivas Bandi

How to perform Delta load without using target table?

$
0
0

Hi All,

 

I am trying to do delta load in sap bods 4.1(sap ECC to ORACLE),

 

my requirement :

 

I should do initial load and after that I should perform delta load,

But without using the target table (i.e without comparing target table with source) how can I perform this?

 

 

By,

Vinodh

Job failed due to System Exception

$
0
0

Hello Experts,

 

I am facing new problem with BODS SP3 ,  the dataflows worked before started failing at random with system exception. Please find the attached text file for error decription. Can anybody help me how to get out of this problem.

 

Thanks,

Deepa

How to assign a value of a column in query transform to a Global variable

$
0
0

I have a value that is coming within query transform, just 1 row 1 cell value, how to assign this value to a Globalvariable.

 

Also is there a way to perform select count(*) from a table? using Data services transform objects?

 

Thank you very much for teh helpful info.


Data Direct ODBC configuration

$
0
0

Hi All,

 

Here is my server configuration:

 

Windows 2008 Server

SAP BODS 4.2 SP1

SQL Server 2012 (CMS & Rep)

Oracle 11g (Source & target)

 

We are trying to connect Oracle with Data Direct Drive as Oracle client not installed on server.

 

1. I have created DSN using Data Direct ODBC on server both User and Server DSN using ODBS admin.

2. I am able to connect using designer & browse table.

3. But when I execute job using job server it failed with following error.

4. Then created a file odbc.ini inside dataservices/bin folder with oracle server details and DataDirect lib path.

5. Still getting same error,

 

Could you please help me with the issue?

 

BODS_ERROR.jpg

 

Regards

Mohan

Numeric value out of range issue in data loading

$
0
0

Hi All,

When I run the job failing with the below error message.

Please help.

Thanks in advance.

 

20160 19428 DBS-070401 12/29/2014 9:39:39 AM |Data flow product_info|Loader product_info_product_info

20160 19428 DBS-070401 12/29/2014 9:39:39 AM ODBC data source <dev_server\SQLSERVER2012> error message for operation <SQLExecute>: <[Microsoft][SQL Server Native Client
20160 19428 DBS-070401 12/29/2014 9:39:39 AM 11.0]Numeric value out of range>.

20160 19428 RUN-051005 12/29/2014 9:39:39 AM |Data flow product_info|Loader product_info_product_info

20160 19428 RUN-051005 12/29/2014 9:39:39 AM Execution of <Regular Load Operations> for target <product_info> failed. Possible causes: (1) Error in the SQL syntax; (2)

20160 19428 RUN-051005 12/29/2014 9:39:39 AM Database connection is broken; (3) Database related errors such as transaction log is full, etc.; (4) The user defined in the

20160 19428 RUN-051005 12/29/2014 9:39:39 AM datastore has insufficient privileges to execute the SQL. If the error is for preload or postload operation, or if it is for

20160 19428 RUN-051005 12/29/2014 9:39:39 AM regular load operation and load triggers are defined, check the SQL. Otherwise, for (3) and (4), contact your local DBA.
15828
21696 DBS-070401 12/29/2014 9:39:49 AM |Data flow product_info|Loader product_info_product_info

15828 21696 DBS-070401 12/29/2014 9:39:49 AM ODBC data source <dev_server\SQLSERVER2012> error message for operation <SQLExecute>: <[Microsoft][SQL Server Native Client

15828 21696 DBS-070401 12/29/2014 9:39:49 AM 11.0]Numeric value out of range>.|<Regular Load Operations>|<product_info>

Is there any function in BODS to generate a row sequence, but you cann't use Key_Tansfertion transform

$
0
0

How to generate a row sequence (using function) without using Key_Generate transform

EFFECTIVE_DATE TRANSFORM

$
0
0

Hi,

 

Can anyone explain me what is effective_date transform with an example? and when it is useful in the scenarios?

Data Quality Transformations

$
0
0

Hi,

 

Can anyone give a better idea and if possible a scenario on each  Data quality transformations.

 

 

Very much needed and appreciated for the replies.

 

Thanks

santhosh

Job Server Pointing to the old server

$
0
0

Hello folks,

 

Could you please help me out:

 

Scenario:

 

We upgraded BODS DEV( 3.2 ) system to the newer version i.e. 4.2 and upgraded the repositories as well. Everything went fine with this upgrade.

Over here, the Job server is pointing to the DEV_XXX repository.

Now, We have Quality system and have installed the 4.2 version, but we haven't upgraded the repositories. So, instead of upgrading the repository we've imported the DEV_XXX(already upgraded) repository. For the Job server,we have configured the the job server for the new repo (DEV_XXX).

 

Even though we've configured the job server parameters for the Quality system, the job server is pointing to the DEV system. I don't know what is going wrong over here. Quick help would be appreciated.

 

 

 

 

 

Regards,

Santosh

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.


Self Tuning in Data Services 4.2

$
0
0

Dear experts,

 

Regarding self tuning feature of Data Services which can be enable by turning on Collect Statistics for Optimization and Use Collected Statistics, I want to ask the procedure to clear all the statistics collected. Could you kindly help me?

Thank you very much.

 

Best regards,
Theo Tando

SAP BO 4.1 + SAP DS 4.2 installation scenario on MSCS cluster

$
0
0

Hi All,

 

This is regarding SAP BO 4.1 + SAP DS 4.2 installation scenario on MSCS cluster.

 

Please note below information: I have two node cluster. Exact version: BIP 4.1 SP3 Patch 0, SAP DS 4.2 SP1 Patch 3, Windows Server 2008 R2.

 

I have installed SAP BO 4.1 on Local drive C both on node 1 and node 2 as required for cluster setup.

 

However, for SAP DS 4.2 Cluster installation, Installation guide recommends to Install the software on a shared drive from the first cluster host system. I have O Drive as my share drive on MSCS cluster.

 

Problem is that though I want to install SAP DS on O drive, Installation is not allowing me to change destination folder which is by default set to location C:\SAP BusinessObjects (where I have installed SAP BO 4.1).

 

Can you please let me know how can I install SAP DS on shared drive in my case?

 

Problem is critical and hence quick response will of great help.

 

Thanks,

Nirav.

Executing vb script from Data Services

$
0
0

I have a vb script that can be executed (from cmd or double clicking the file) on the bods server with no problem. I want BODS to execute the same vb script. So I have tried this 3 different ways of executing.

 

exec('cscript', '\\\uksvpmc003\\keyrus\\data\\cer_vbs\\test1.vbs',0);

 

exec('cmd', '\\\uksvpmc003\\keyrus\\data\\cer_vbs\\test1.vbs',0);

 

exec('cmd', 'cscript \\\uksvpmc003\\keyrus\\data\\cer_vbs\\test1.vbs',0);

 

I have also tried the above but using the local drive of the server rahter than fully qualufying it ie.e

 

exec('cscript', ' G:\\Keyrus\\DATA\\CER_VBS\\test1.vbs',0);

exec('cmd', ' G:\\Keyrus\\DATA\\CER_VBS\\test1.vbs',0);

exec('cmd', ' G:\\Keyrus\\DATA\\CER_VBS\\test1.vbs',0);

 

None of these execute the vb script I get no error messages though. I read this post (hence some of my attempts above) and can't see I have missed anything:

 

http://scn.sap.com/thread/3193998

 

Help appreciated.

IPS Installation

$
0
0

I have an error stating that "CMS is not part of cluster" after few days after a successful Installation of IPS .I have checked with the System DSN which is working fine.When the CMS service is connecting to database there has been an error. Please find below hardware and software prerequisites

 

IPS 4.1 SP4

 

IPS  SP5 Patch

 

Hardware 

 

Windows 2012 64 bit

SQL server management studio 2012 32 bit

Databases are created on SQL Server 2008.

 

Note: Initially the Installation  has been successful,after few days the CMS has been down giving the above error.

how to copy audit label data to variables?

$
0
0

hi all,

i want to copy the value of audit labels of a dataflow during runtime into variables of the BODS job.

can any one please suggest if this is possible?

 

i require these values to do some processing and then want to update the new values to a custom table.

Viewing all 4237 articles
Browse latest View live


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