cancel
Showing results for 
Search instead for 
Did you mean: 

distribution monitor import phase

nicola_blasi
Active Participant
0 Kudos

Hello

I'm doing an unicode conversion in a EHP4 701 .

I did the export through distribution monitor without problem.

when a install the system through sapinst and arrive to the phase when sapinst asks me to use distribution monitor for import, i have the problem.

When I try to import with DM i have the ORA-1017

R3load -testconnect I

DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017

DbSl Trace: CONNECT failed with sql error '1017'

DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017

DbSl Trace: CONNECT failed with sql error '1017'

(DB) ERROR: db_connect rc = 256

DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017

DbSl Trace: CONNECT failed with sql error '1017'

DbSl Trace: OCI-call 'OCISessionBegin' failed with rc=1017

DbSl Trace: CONNECT failed with sql error '1017'

(DB) ERROR: DbSlErrorMsg rc = 99

R3load: job finished with 1 error(s)

R3load: END OF LOG: 20091201151546

I don't know how to solve the problem...

let me know if you have some idea

thanks

Nick

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> when a install the system through sapinst and arrive to the phase when sapinst asks me to use distribution monitor for import, i have the problem.

> When I try to import with DM i have the ORA-1017

> R3load -testconnect I

Check

Note 400241 - Problems with ops$ or sapr3 connect to Oracle

Markus

Answers (1)

Answers (1)

Former Member
0 Kudos

Sometimes a simple solution can be to temporarily set the password of sapsr3 to the default SAP

Cheers Michael

nicola_blasi
Active Participant
0 Kudos

Hello

thanks for your help....

I started Distribution Monitor with root user defining all the environment needed to connect the DB.

the problem was that the export of 'non-unicode' DB had owner SAPR3 and when I installed with sapinst the unicode instance

i have used SAPSR3. So when i started DM for the import i had to put in root envornment also the dbs_ora_schema=SAPSR3 and resetting the user SAPSR3 to sap.

So the problem was solved.....

thanks

Nick