cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Data Provider for mySAP

Former Member
0 Kudos

Hello Forum,

We are trying to use .NET Data Provider for mySAP. We have successfully installed Data Provider on our SQL Server 2005 Machine and now we are trying to do configuration in our SAP Test Server. When we run Transportation routines on our application server, we get following message.

trqtest:trtadm 38> tp import client140 BI1K900388 TRT pf=/usr/sap/trans/bin/TP_DOMAIN_TRP.PFL U2

This is tp version 372.04.71 (release 701)

Warning: Parameter DBLIBPATH is no longer used.

ERROR: stopping on error 16 during DD IMPORT

stopping on error 16 during DD IMPORT

tp returncode summary:

TOOLS: Highest return code of single steps was: 16

WARNS: Highest tp internal warning was: 0118

tp finished with return code: 16

meaning:

A tool used by tp broke down

trqtest:trtadm 39>

Can somebody help why is the same happening?

Regards,

Kaushal

Accepted Solutions (0)

Answers (1)

Answers (1)

vincentlim826
Employee
Employee
0 Kudos

Hi,

return code 16 could means fatal error

- check if the data file is corrupted or not, or any element in data file is missing

the datafile (R*..) has the same size as the source

- check if it can be read with R3trans -l <datafile>

- Errors can also be due to bugs in the transport tools or r3trans tool

Regards,

Vincent

Former Member
0 Kudos

Hello Vincent,

When we try to read the file, following is the message we get:-

trqtest:trtadm 27> whoami

trtadm

trqtest:trtadm 28> pwd

/usr/sap/trans/bin

trqtest:trtadm 29>

trqtest:trtadm 29> R3trans -l R900388.BI1

This is R3trans version 6.14 (release 701 - 12.06.09 - 15:20:00).

2EETW152 Cannot open file "R900388.BI1".

No such file or directory

R3trans finished (0012).

trqtest:trtadm 30>

Regards,

Kaushal

vincentlim826
Employee
Employee
0 Kudos

So, you have no such file R900388.BI1?

Regards,

Vincent