cancel
Showing results for 
Search instead for 
Did you mean: 

NW_getDBInfo - dbtype has to be != ind

Former Member
0 Kudos

Hi ,

Am getting below error in my DEv box while doing DB export .

Please help me out

INFO 2009-01-25 07:51:05 [iaxxgenimp.cpp:774]

showDialog()

An error occured and the user decided to retry the current step: "|NW_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getDBInfo|ind|ind|ind|ind|4|0|fillContext".

ERROR 2009-01-25 07:51:05 [iaxxinscbk.cpp:282]

abortInstallation

CJS-00030 Assertion failed: in component: NW_getDBInfo

step:fillContext

at this point the dbtype has to be != ind

ERROR 2009-01-25 07:51:05

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2009-01-25 07:51:05 [iaxxgenimp.cpp:731]

showDialog()

FCO-00011 The step fillContext with step key |NW_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getDBInfo|ind|ind|ind|ind|4|0|fillContext was executed with status ERROR .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please run the env script. .sapenv.sh and .dbenv.sh before you run sapinst. This will help you identified all the system environment.

JPReyes
Active Contributor
0 Kudos

First thing to check is that your enviromental variables are properly set, Check DBMS_TYPE

What DB are you using?

Regards

Juan

Former Member
0 Kudos

Hi ,

dbms_type=ORA ( Is dbms case sensitive .. in my system its small , like dbms_type=ORA )

and DB is oracle 10.2 .0.2

Waiting to here some solution

Thanks

JPReyes
Active Contributor
0 Kudos

Check your ORACLE_HOME...

Regards

Juan

Former Member
0 Kudos

ORACLE_HOME= /oracle/<SID>/102_64

JPReyes
Active Contributor
0 Kudos

I meant ORACLE_SID, anyhow check all env variables.

Regards

Juan

Former Member
0 Kudos

Hi Juan,

I checked and all ENV r set properly , even i matched with QUA system in which i did DB export successfuly .

If any which u want me to cross check please let me know .

Still looking for some solution .

JPReyes
Active Contributor
0 Kudos

Moved to SAP or Oracle, you might get more info here.

Regards

Juan

Former Member
0 Kudos

Hi Dharmendra,

I am also facing the same issue.

I have checked the env variable.

Can you tell me how u solved this issue.

Regards

Vinay

Former Member
0 Kudos

Circumvention is to set the following environment variable:

dbms_type=<db version>

in the environment of the user who starts the export.

Former Member
0 Kudos

I have resovled this error. I set the following paramteres for root user id.

export DB_SID=<SID>

export DIR_LIBRARY=/usr/sap/<SID>/SYS/exe/run

export SAPDATA_HOME=/oracle/<SID>

export HOME=/oracle/<SID>

export ORACLE_HOME=/oracle/<SID>/102_64

export dbms_type=ORA

export SAPSYSTEMNAME=<SID>

export LIBPATH=/usr/lib:/lib:/usr/sap/<SID>/SYS/exe/run:/oracle/<SID>/102_64/lib

Thanks & Regards,

Nilkanth.

Edited by: Nilkanth Patil on Nov 8, 2009 2:08 AM