cancel
Showing results for 
Search instead for 
Did you mean: 

Transporting SAP BO Data Services objects

former_member199448
Participant
0 Kudos

Dear Gurus,

i would like to know which concept SAP use for the transport in Data Services.

1. The flow in SAP Data Services

2. The Flow in SQL

Any documentation?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member315492
Participant
0 Kudos


Hi,

We have two ways to transport the objects to one env to other

1.Taking Backups of ATL Files.

2.Using Central Repositiories.

Taking Backups of ATL Files

Select the object  you ant to move in local object repositiory

Right click->export->export to ATL File

Using Central Repositiories

By using Check in/check out concept.

Regards,

Narasimha.

Former Member
0 Kudos

Hi!

To put it rather bluntly, the concept 'transport' is not used in the context of SAP BusinessObjects Data Services. Changes to Data Services projects can be exported at Job, Workflow, Dataflow and Datastore level for example.

Cheers,

Teemu

Former Member
0 Kudos

I created a wiki page about transport automation. The temporary address for it is: [https://wiki.sdn.sap.com/wiki/display/stage/DataServices-ATLImportAutomation|https://wiki.sdn.sap.com/wiki/display/stage/DataServices-ATLImportAutomation]

Regards,

Sean

Former Member
0 Kudos

Another mechanism is via a Central repository. Would be nice to have a command line interface to the Central repository rather than having to go via the Designer, that would allow scripting of object promotion etc.?

former_member184512
Participant
0 Kudos

Hi Garu,

can you explain me how to export job from central repo.

Former Member
0 Kudos

You can't export directly from a central repository. To "export" as that's understood from the DS Designer: assuming the code you want is in a central repo, you first connect to the central repository. Bring the code into your local repository ("Get latest" or "check out" as appropriate). Then you can export it to either a file (ATL or XML), or another local repo directly.

Best wishes,

Jeff Prenevost

Former Member
0 Kudos

The links above are messed up. Let me try again:

http://wiki.sdn.sap.com/wiki/display/Snippets/Data+Services+-+ATL+Import+Automation

Since writing that, I've added some features, like blocking imports with Data Source definitions, and validating jobs after import (as described athttp://scn.sap.com/thread/1957957).