Imp User Cmd window Stop

Hi,
DATABASE 10.2.0.0
I am trying to Import user by this script.
IMP userid=<username/password@database> fromuser= User1 ToUser= User1 file= <> log=<>
But the cmd window start succsfully then its stop at
About To Enable constraints...
Why the cmd stop at this point?
Regards,

Database 10.2.0.1.0.
Windows Xp.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export file created by EXPORT:V10.01.00 via conventional path
Warning: the objects were exported by SYSTEM, not by you
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
. . importing table "ATIF" 0 rows imported
. . importing table "NVS_APPLICATIONS" 3 rows imported
. . importing table "NVS_APPLICATIONS_TREE" 225 rows imported
. . importing table "NVS_APPLICATIONS_TREE_IMAGES" 10 rows imported
. . importing table "NVS_APPL_DATE_FORMAT" 1 rows imported
. . importing table "NVS_APPL_LANGUAGES" 1 rows imported
. . importing table "NVS_BLOCKS" 7 rows imported
. . importing table "NVS_CONSTRAINTS" 206 rows imported
. . importing table "NVS_DOMAINS" 17 rows imported
. . importing table "NVS_DOMAIN_VALUES" 55 rows imported
. . importing table "NVS_GENERAL_PRF" 1 rows imported
. . importing table "NVS_GROUPS" 2 rows imported
. . importing table "NVS_GROUPS_PRIVILEGES" 8 rows imported
. . importing table "NVS_GROUPS_VS_APPLICATIONS_A" 1 rows imported
. . importing table "NVS_GROUPS_VS_BLOCKS_D" 0 rows imported
. . importing table "NVS_GROUPS_VS_CANVASS_D" 0 rows imported
. . importing table "NVS_GROUPS_VS_DOMAINS_D" 10 rows imported
. . importing table "NVS_GROUPS_VS_ITEMS_D" 0 rows imported
. . importing table "NVS_GROUPS_VS_MODULES_A" 7 rows imported
. . importing table "NVS_GROUPS_VS_SYSTEMS_A" 1 rows imported
. . importing table "NVS_GROUPS_VS_TABPAGES_D" 0 rows imported
. . importing table "NVS_GROUPS_VS_USERS" 1 rows imported
. . importing table "NVS_ITEMS" 96 rows imported
. . importing table "NVS_MESSAGES" 1 rows imported
. . importing table "NVS_MODULES" 19 rows imported
. . importing table "NVS_MODULE_TITLES" 161 rows imported
. . importing table "NVS_PRIVILEGES" 28 rows imported
. . importing table "NVS_SCHEMAS_OWNERS" 2 rows imported
. . importing table "NVS_STARTUP_LOG" 5000 rows imported
. . importing table "NVS_SYSTEMS" 4 rows imported
. . importing table "NVS_TABCANVASS" 81 rows imported
. . importing table "NVS_TABLES" 40 rows imported
. . importing table "NVS_TABLE_COLUMNS" 374 rows imported
. . importing table "NVS_TABPAGES" 24 rows imported
. . importing table "NVS_UPDATED_MAC_ADDRESS" 5000 rows imported
. . importing table "NVS_USERS" 1 rows imported
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_MODULES_VW" ("ID","
""MODULE_NAME","MODULE_NAME_IN_TREE","MODULE_DESCRIPTION","MODULE_TYPE","MOD"
"ULE_TYPE_DESC","TYPE_OF_CALL","TYPE_OF_CALL_DESC","SESSION_MODE","SESSION_M"
"ODE_DESC","DISPLAY","DISPLAY_DESC","SWITCH_MENU","SWITCH_MENU_DESC","QUERY_"
"MODE","QUERY_MODE_DESC","DATA_MODE","DATA_MODE_DESC","ICON_NAME","ICON_IS_V"
"ISIBLE","NVS_SYS_ID","SYSTEM_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","APPLICA"
"TION_NAME") AS "
"SELECT "
" MOD.ID"
"          ,MOD.MODULE_NAME"
"          ,MOD.MODULE_NAME_IN_TREE"
"          ,MOD.MODULE_DESCRIPTION"
"          ,MOD.MODULE_TYPE"
"          ,F_Db_Get_Domain_Desc('NVS_MODULES','MODULE_TYPE',MOD.MODULE_TYPE) MODULE"
"_TYPE_DESC          "
"          ,MOD.TYPE_OF_CALL "
"          ,F_Db_Get_Domain_Desc('NVS_MODULES','TYPE_OF_CALL',MOD.TYPE_OF_CALL) TYPE"
"_OF_CALL_DESC          "
"          ,MOD.SESSION_MODE"
"          ,F_Db_Get_Domain_Desc('NVS_MODULES','SESSION_MODE',MOD.SESSION_MODE) SESS"
"ION_MODE_DESC          "
"          ,MOD.DISPLAY"
"          ,F_Db_Get_Domain_Desc('NVS_MODULES','DISPLAY',MOD.DISPLAY) DISP"
"LAY_DESC          "
"          ,MOD.SWITCH_MENU"
"          ,F_Db_Get_Domain_Desc('NVS_MODULES','SWITCH_MENU',MOD.SWITCH_MENU) SWIT"
"CH_MENU_DESC          "
"          ,MOD.QUERY_MODE"
"          ,F_Db_Get_Domain_Desc('NVS_MODULES','QUERY_MODE',MOD.QUERY_MODE) QUERY_"
"MODE_DESC                    "
" ,MOD.DATA_MODE"
"          ,F_Db_Get_Domain_Desc('NVS_MODULES','DATA_MODE',MOD.DATA_MODE) DATA_M"
"ODE_DESC                    "
" ,MOD.ICON_NAME"
" ,MOD.ICON_IS_VISIBLE "
" ,SYS.ID NVS_SYS_ID"
" ,SYS.SYSTEM_NAME"
" ,SYS.SYSTEM_TREE_NAME"
" ,F_DB_GET_APPL_ID_FROM_SYS_ID(SYS.ID) NVS_APL_ID"
" ,(SELECT APPLICATION_NAME FROM NVS_APPLICATIONS WHERE ID = F_DB_GET"
"_APPL_ID_FROM_SYS_ID(SYS.ID)) APPLICATION_NAME "
" FROM Nvs_Modules Mod , Nvs_Systems Sys"
" WHERE SYS.ID = MOD.NVS_SYS_ID "
" AND Is_StartUP_Mod = 2"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_MESSAGES_VW" ("ID""
","MSG_DATABASE_CODE","MSG_FORM_CODE","MSG_APPLICATION_CODE","MSG_DISPLAY_TY"
"PE","MSG_DISPLAY_TYPE_DESC","MSG_MESSAGE_TYPE","MSG_MESSAGE_TYPE_DESC","MSG"
"_MESSAGE_TEXT","MSG_ALERT_STYLE","MSG_ALERT_STYLE_DESC","MSG_ALERT_TITLE",""
"MSG_ALERT_BUTTON1","MSG_ALERT_BUTTON2","MSG_ALERT_BUTTON3","MSG_REMARKS","A"
"PL_NVS_APL_ID","APL_APPLICATION_NAME","APL_APPLICATION_SHORT_NAME") AS "
"SELECT "
" MSG.ID ID"
" ,MSG.DATABASE_CODE MSG_DATABASE"
"_CODE"
" ,MSG.FORM_CODE MSG_FORM_COD"
"E"
" ,MSG.APPLICATION_CODE MSG_APPLICAT"
"ION_CODE "
" ,MSG.DISPLAY_TYPE MSG_DISPLAY_"
"TYPE"
"      ,F_Db_Get_Domain_Desc('NVS_MESSAGES','DISPLAY_TYPE',MSG.DISPLAY_TYPE)"
" MSG_DISPLAY_TYPE_DESC "
"      ,MSG.MESSAGE_TYPE MSG_MESSAGE_T"
"YPE "
"      ,F_Db_Get_Domain_Desc('NVS_MESSAGES','MESSAGE_TYPE',MSG.MESSAGE_TYPE)"
" MSG_MESSAGE_TYPE_DESC "
"      ,MSG.MESSAGE_TEXT MSG_MESSAGE_T"
"EXT "
"      ,MSG.ALERT_STYLE MSG_ALERT_STY"
"LE"
"      ,F_Db_Get_Domain_Desc('NVS_MESSAGES','ALERT_STYLE',MSG.ALERT_STYLE) "
"MSG_ALERT_STYLE_DESC "
"      ,MSG.ALERT_TITLE MSG_ALERT_TIT"
"LE"
"      ,MSG.ALERT_BUTTON1 MSG_ALERT_BUT"
"TON1"
"      ,MSG.ALERT_BUTTON2 MSG_ALERT_BUT"
"TON2"
"      ,MSG.ALERT_BUTTON3 MSG_ALERT_BUT"
"TON3      "
"      ,MSG.REMARKS MSG_REMARKS"
"      ,APL.ID APL_NVS_APL_I"
"D"
"      ,APL.Application_Name APL_APPLICATI"
"ON_NAME"
"      ,APL.APPLICATION_SHORT_NAME APL_APPLICATI"
"ON_SHORT_NAME"
" FROM NVS_MESSAGES MSG,NVS_APPLICATIONS APL"
" WHERE APL.ID = MSG.NVS_APL_ID"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_CONSTRATINS_VW" (""
"NVS_TAB_ID","TABLE_NAME","CONSTRAINT_ID","CONSTRAINT_NAME","CONSTRAINT_TYPE"
"","CONSTRAINT_TYPE_DESC","CONSTRAINT_SEARCH_CONDITION","R_CONSTRAINT_NAME","
""R_TABLE_NAME") AS "
"SELECT TAB.ID NVS_TAB_ID, "
" TAB.NAME TABLE_NAME,"
" CON.ID CONSTRAINT_ID,"
" CON.NAME CONSTRAINT_NAME,"
" CON.CONSTRAINT_TYPE CONSTRAINT_TYPE,"
" F_Db_Get_Domain_Desc('NVS_CONSTRAINTS','CONSTRAINT_TYPE',CON.CONSTRA"
"INT_TYPE) CONSTRAINT_TYPE_DESC,"
" CON.SEARCH_CONDITION CONSTRAINT_SEARCH_CONDITION,"
" R_CONSTRAINT_NAME,"
" (SELECT NAME FROM NVS_TABLES WHERE ID = CON.R_Table_ID) R_TABLE_NAME"
" FROM NVS_CONSTRAINTS CON ,NVS_TABLES TAB"
" WHERE TAB.ID = CON.NVS_TAB_ID"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_TABCANVAS_VW" ("ID"
"","TABCANVAS_NAME","ICON_IS_VISIBLE","ICON_NAME","TABCANVAS_DESCRIPTION","N"
"VS_MOD_ID","MOD_MODULE_NAME","MOD_MODULE_NAME_IN_TREE","NVS_SYS_ID","SYSTEM"
"_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","APPLICATION_NAME") AS "
"SELECT "
"               CNV.ID"
"               ,CNV.TABCANVAS_NAME               "
"               ,CNV.ICON_IS_VISIBLE"
"           ,CNV.ICON_NAME "
"           ,CNV.TABCANVAS_DESCRIPTION"
"               ,MOD_VW.ID NVS_MOD_ID"
"               ,MOD_VW.MODULE_NAME MOD_MODULE_NAME"
"               ,MOD_VW.MODULE_NAME_IN_TREE MOD_MODULE_NAME_IN_TREE"
" ,MOD_VW.NVS_SYS_ID "
" ,MOD_VW.SYSTEM_NAME"
" ,MOD_VW.SYSTEM_TREE_NAME"
" ,MOD_VW.NVS_APL_ID "
" ,MOD_VW.APPLICATION_NAME"
" FROM Nvs_TabCanvass CNV , NVS_MODULES_VW MOD_VW"
" WHERE MOD_VW.ID = CNV.NVS_MOD_ID "
" AND MODULE_TYPE = 1"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_GROUPS_VS_MODULES_VW" "
" ("EXPIRY_DATE","REMARKS","IS_ACCESS","NVS_GRP_ID","GROUP_NAME","GRP_IS_"
"ACTIVE","GRP_EXPIRY_DATE","TYPE_OF_CALL","TYPE_OF_CALL_DESC","SESSION_MODE""
","SESSION_MODE_DESC","DISPLAY","DISPLAY_DESC","SWITCH_MENU","SWITCH_MENU_DE"
"SC","QUERY_MODE","QUERY_MODE_DESC","DATA_MODE","DATA_MODE_DESC","NVS_MOD_ID"
"","MODULE_NAME","MODULE_NAME_IN_TREE","MODULE_TYPE_DESC","NVS_SYS_ID","SYST"
"EM_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","APPLICATION_NAME") AS "
"SELECT "
" GVM.EXPIRY_DATE,"
" GVM.REMARKS,"
" GVM.IS_ACCESS,"
" GRP.ID NVS_GRP_ID,"
" GRP.GROUP_NAME,"
" GRP.IS_ACTIVE GRP_IS_ACTIVE,"
" GRP.EXPIRY_DATE GRP_EXPIRY_DATE, "
" GVM.TYPE_OF_CALL, "
"           F_Db_Get_Domain_Desc('NVS_MODULES','TYPE_OF_CALL',GVM.TYPE_OF_CALL) T"
"YPE_OF_CALL_DESC,          "
"          GVM.SESSION_MODE, "
"          F_Db_Get_Domain_Desc('NVS_MODULES','SESSION_MODE',GVM.SESSION_MODE) SES"
"SION_MODE_DESC,          "
"          GVM.DISPLAY, "
"      F_Db_Get_Domain_Desc('NVS_MODULES','DISPLAY',GVM.DISPLAY) DISPLAY_DES"
"C,          "
"          GVM.SWITCH_MENU, "
"      F_Db_Get_Domain_Desc('NVS_MODULES','SWITCH_MENU',GVM.SWITCH_MENU) SWI"
"TCH_MENU_DESC,          "
"          GVM.QUERY_MODE, "
"      F_Db_Get_Domain_Desc('NVS_MODULES','QUERY_MODE',GVM.QUERY_MODE) QUER"
"Y_MODE_DESC,          "
"      GVM.DATA_MODE, "
"      F_Db_Get_Domain_Desc('NVS_MODULES','DATA_MODE',GVM.DATA_MODE) DATA_M"
"ODE_DESC,               "
" MOD_VW.ID NVS_MOD_ID,"
" MOD_VW.MODULE_NAME MODULE_NAME,"
" MOD_VW.MODULE_NAME_IN_TREE,"
" MOD_VW.MODULE_TYPE_DESC,"
" MOD_VW.NVS_SYS_ID,"
" MOD_VW.SYSTEM_NAME,"
" MOD_VW.SYSTEM_TREE_NAME,"
" MOD_VW.NVS_APL_ID,"
" MOD_VW.APPLICATION_NAME"
" FROM NVS_GROUPS_VS_MODULES_A GVM, NVS_GROUPS GRP,NVS_MODULES_VW MOD_VW"
"WHERE GRP.ID = GVM.NVS_GRP_ID"
" AND MOD_VW.ID = GVM.NVS_MOD_ID "
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_BLOCKS_VW" ("ID",""
"BLOCK_NAME","BLOCK_DESCRIPTION","BLOCK_TYPE","BLOCK_TYPE_DESC","INSERT_ALLO"
"WED","UPDATE_ALLOWED","DELETE_ALLOWED","QUERY_ALLOWED","ICON_NAME","ICON_IS"
"_VISIBLE","NVS_MOD_ID","MODULE_NAME","MODULE_NAME_IN_TREE","NVS_SYS_ID","SY"
"STEM_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","APPLICATION_NAME") AS "
"SELECT "
"               Blk.ID,"
"               Blk.BLOCK_NAME,               "
"               Blk.BLOCK_DESCRIPTION,"
"               Blk.BLOCK_TYPE,"
"               F_Db_Get_Domain_Desc('NVS_BLOCKS','BLOCK_TYPE',BLK.BLOCK_TYPE) BLOCK_TY"
"PE_DESC,"
"               Blk.INSERT_ALLOWED,"
"               Blk.UPDATE_ALLOWED,"
"               Blk.DELETE_ALLOWED,"
"               Blk.QUERY_ALLOWED , "
"               Blk.icon_name ,"
"               Blk.ICON_IS_VISIBLE ,"
"               MOD_VW.ID NVS_MOD_ID,"
"               MOD_VW.MODULE_NAME,"
"               MOD_VW.MODULE_NAME_IN_TREE ,"
"               MOD_VW.NVS_SYS_ID, "
"               MOD_VW.SYSTEM_NAME,"
"               MOD_VW.SYSTEM_TREE_NAME, "
"               MOD_VW.NVS_APL_ID,"
"               MOD_VW.APPLICATION_NAME"
" FROM Nvs_Blocks BLk , NVS_MODULES_VW MOD_VW"
" WHERE MOD_VW.ID = BLK.NVS_MOD_ID"
" AND MODULE_TYPE = 1"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_TABPAGES_VW" ("ID""
","TABPAGE_NAME","TABPAGE_LABEL","TABPAGE_DESCRIPTION","ICON_NAME","ICON_IS_"
"VISIBLE","NVS_TAC_ID","TABCANVAS_NAME","NVS_MOD_ID","MOD_MODULE_NAME","MOD_"
"MODULE_NAME_IN_TREE","NVS_SYS_ID","SYSTEM_NAME","SYSTEM_TREE_NAME","NVS_APL"
"_ID","APPLICATION_NAME") AS "
"SELECT "
"          TAB.ID"
"               ,TAB.TABPAGE_NAME"
"               ,TAB.TABPAGE_LABEL"
"               ,TAB.TABPAGE_DESCRIPTION"
"               ,TAB.ICON_NAME"
"               ,TAB.ICON_IS_VISIBLE "
"               ,TAC_VW.ID NVS_TAC_ID"
"               ,TAC_VW.TABCANVAS_NAME "
"               ,TAC_VW.NVS_MOD_ID"
"               ,TAC_VW.MOD_MODULE_NAME"
"               ,TAC_VW.MOD_MODULE_NAME_IN_TREE"
"               ,TAC_VW.NVS_SYS_ID"
"               ,TAC_VW.SYSTEM_NAME"
"               ,TAC_VW.SYSTEM_TREE_NAME"
"               ,TAC_VW.NVS_APL_ID"
"               ,TAC_VW.APPLICATION_NAME"
" FROM Nvs_TabPages TAB , NVS_TABCANVAS_VW TAC_VW"
" WHERE TAC_VW.ID = TAB.NVS_CNV_ID"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_ITEMS_VW" ("ID","I"
"TEM_NAME","ITEM_TYPE","ITEM_TYPE_DESC","DATABASE_ITEM","IS_VISIBLE","IS_ENA"
"BLED","INSERT_ALLOWED","UPDATE_ALLOWED","QUERY_ALLOWED","ITEM_JUSTIFICATION"
"","ITEM_JUSTIFICATION_DESC","CASE_RESTRICTION","ITEM_CASE_RESTRICTION_DESC""
","CONCEAL_DATA","ICON_NAME","ICON_IS_VISIBLE","NVS_BLK_ID","BLOCK_NAME","BL"
"OCK_TYPE_DESC","NVS_MOD_ID","MODULE_NAME","MODULE_NAME_IN_TREE","NVS_SYS_ID"
"","SYSTEM_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","APPLICATION_NAME") AS "
"SELECT "
"          Itm.ID,"
"               Itm.ITEM_NAME,"
"               Itm.ITEM_TYPE,"
"               F_Db_Get_Domain_Desc('Nvs_Items','ITEM_TYPE',Itm.ITEM_TYPE) ITEM_TYPE_D"
"ESC,"
"               Itm.DATABASE_ITEM,                "
"               Itm.IS_VISIBLE,                "
"               Itm.IS_ENABLED,                "
"               Itm.INSERT_ALLOWED,                "
"               Itm.UPDATE_ALLOWED,                "
"               Itm.QUERY_ALLOWED,                "
"               Itm.JUSTIFICATION,"
"               F_Db_Get_Domain_Desc('Nvs_Items','JUSTIFICATION',Itm.JUSTIFICATION) ITE"
"M_JUSTIFICATION_DESC,"
"               Itm.CASE_RESTRICATION, "
"               F_Db_Get_Domain_Desc('NVS_ITEMS','CASE_RESTRICATION',Itm.CASE_RESTRICAT"
"ION) ITEM_CASE_RESTRICTION_DESC, "
"               Itm.CONCEAL_DATA,               "
"               Itm.Icon_Name, "
"               Itm.Icon_Is_Visible,"
"               BLK_VW.ID NVS_BLK_ID,"
"               BLK_VW.BLOCK_NAME,               "
"               BLK_VW.BLOCK_TYPE_DESC,"
"               BLK_VW.NVS_MOD_ID,"
"               BLK_VW.MODULE_NAME,"
"               BLK_VW.MODULE_NAME_IN_TREE ,"
"               BLK_VW.NVS_SYS_ID, "
"               BLK_VW.SYSTEM_NAME,"
"               BLK_VW.SYSTEM_TREE_NAME,"
"               BLK_VW.NVS_APL_ID,"
"               BLK_VW.APPLICATION_NAME "
" FROM Nvs_Items Itm , NVS_BLOCKS_VW BLK_VW"
" WHERE BLK_VW.ID = ITM.NVS_BLK_ID"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_GROUPS_VS_CANVASS_VW" "
" ("IS_VISIBLE","NVS_GRP_ID","GROUP_NAME","GRP_IS_ACTIVE","GRP_EXPIRY_DAT"
"E","CNV_VW_ID","TABCANVAS_NAME","NVS_MOD_ID","MOD_MODULE_NAME","MOD_MODULE_"
"NAME_IN_TREE","NVS_SYS_ID","SYSTEM_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","A"
"PPLICATION_NAME") AS "
"SELECT "
" GVC.IS_VISIBLE,"
" GRP.ID NVS_GRP_ID,"
" GRP.GROUP_NAME,"
" GRP.IS_ACTIVE GRP_IS_ACTIVE,"
" GRP.EXPIRY_DATE GRP_EXPIRY_DATE, "
" CNV_VW.ID CNV_VW_ID ,"
" CNV_VW.TABCANVAS_NAME TABCANVAS_NAME, "
" CNV_VW.NVS_MOD_ID,"
" CNV_VW.MOD_MODULE_NAME,"
" CNV_VW.MOD_MODULE_NAME_IN_TREE,"
" CNV_VW.NVS_SYS_ID,"
" CNV_VW.SYSTEM_NAME,"
" CNV_VW.SYSTEM_TREE_NAME,"
" CNV_VW.NVS_APL_ID,"
" CNV_VW.APPLICATION_NAME"
" FROM NVS_GROUPS_VS_CANVASS_D GVC, NVS_GROUPS GRP,NVS_TABCANVAS_VW CNV_VW"
"WHERE GRP.ID = GVC.NVS_GRP_ID"
" AND CNV_VW.ID = GVC.NVS_CNV_ID "
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_GROUPS_VS_BLOCKS_VW" "
" ("INSERT_ALLOWED","UPDATE_ALLOWED","DELETE_ALLOWED","QUERY_ALLOWED","NVS"
"_GRP_ID","GROUP_NAME","GRP_IS_ACTIVE","GRP_EXPIRY_DATE","BLK_VW_ID","BLOCK_"
"NAME","BLOCK_TYPE_DESC","NVS_MOD_ID","MODULE_NAME","MODULE_NAME_IN_TREE","N"
"VS_SYS_ID","SYSTEM_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","APPLICATION_NAME""
") AS "
"SELECT "
" GVB.INSERT_ALLOWED,"
"          GVB.UPDATE_ALLOWED,"
"          GVB.DELETE_ALLOWED,"
"          GVB.QUERY_ALLOWED,"
" GRP.ID NVS_GRP_ID,"
" GRP.GROUP_NAME,"
" GRP.IS_ACTIVE GRP_IS_ACTIVE,"
" GRP.EXPIRY_DATE GRP_EXPIRY_DATE, "
" BLK_VW.ID BLK_VW_ID,"
" BLK_VW.Block_Name BLOCK_NAME, "
" BLK_VW.BLOCK_TYPE_DESC BLOCK_TYPE_DESC, "
" BLK_VW.NVS_MOD_ID, "
"          BLK_VW.MODULE_NAME, "
"          BLK_VW.MODULE_NAME_IN_TREE, "
"          BLK_VW.NVS_SYS_ID, "
"          BLK_VW.SYSTEM_NAME, "
"          BLK_VW.SYSTEM_TREE_NAME,"
" BLK_VW.NVS_APL_ID,"
" BLK_VW.APPLICATION_NAME"
" FROM NVS_GROUPS_VS_BLOCKS_D GVB, NVS_GROUPS GRP,NVS_BLOCKS_VW BLK_VW"
"WHERE GRP.ID = GVB.NVS_GRP_ID"
" AND BLK_VW.ID = GVB.NVS_BLK_ID"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_GROUPS_VS_TABPAGES_VW" "
" ("IS_VISIBLE","REMARKS","IS_ENABLED","NVS_GRP_ID","GROUP_NAME","GRP_IS"
"_ACTIVE","GRP_EXPIRY_DATE","TAB_VW_ID","TABPAGE_NAME","TABPAGE_LABEL","NVS_"
"TAC_ID","TABCANVAS_NAME","NVS_MOD_ID","MOD_MODULE_NAME","MOD_MODULE_NAME_IN"
"_TREE","NVS_SYS_ID","SYSTEM_NAME","SYSTEM_TREE_NAME","NVS_APL_ID","APPLICAT"
"ION_NAME") AS "
"SELECT "
" GVT.IS_VISIBLE,"
" GVT.REMARKS,"
" GVT.IS_ENABLED,"
" GRP.ID NVS_GRP_ID,"
" GRP.GROUP_NAME,"
" GRP.IS_ACTIVE GRP_IS_ACTIVE,"
" GRP.EXPIRY_DATE GRP_EXPIRY_DATE, "
" TAB_VW.ID TAB_VW_ID,"
" TAB_VW.TABPAGE_NAME,"
"          TAB_VW.TABPAGE_LABEL,"
"          TAB_VW.NVS_TAC_ID,"
"          TAB_VW.TABCANVAS_NAME,"
"          TAB_VW.NVS_MOD_ID,"
"          TAB_VW.MOD_MODULE_NAME,"
"          TAB_VW.MOD_MODULE_NAME_IN_TREE,"
"          TAB_VW.NVS_SYS_ID,"
"          TAB_VW.SYSTEM_NAME,"
"          TAB_VW.SYSTEM_TREE_NAME,"
" TAB_VW.NVS_APL_ID,"
" TAB_VW.APPLICATION_NAME"
" FROM NVS_GROUPS_VS_TABPAGES_D GVT, NVS_GROUPS GRP,NVS_TABPAGES_VW TAB_VW"
"WHERE GRP.ID = GVT.NVS_GRP_ID"
" AND TAB_VW.ID = GVT.NVS_TAP_ID"
IMP-00041: Warning: object created with compilation warnings
"CREATE FORCE VIEW "NOADF$_ADMIN"."NVS_GROUPS_VS_ITEMS_VW" "
" ("INSERT_ALLOWED","UPDATE_ALLOWED","QUERY_ALLOWED","IS_ENABLED","IS_VISIB"
"LE","SECURE_ALLOWED","CASE_RESTRICATION","JUSTIFICATION","NVS_GRP_ID","GROU"
"P_NAME","GRP_IS_ACTIVE","GRP_EXPIRY_DATE","ITEM_JUSTIFICATION_DESC","ITEM_C"
"ASE_RESTRICTION_DESC","ITM_VW_ID","ITEM_NAME","ITEM_TYPE","ITEM_TYPE_DESC","
""DATABASE_ITEM","NVS_BLK_ID","BLOCK_NAME","BLOCK_TYPE_DESC","NVS_MOD_ID","M"
"ODULE_NAME","MODULE_NAME_IN_TREE","NVS_SYS_ID","SYSTEM_NAME","SYSTEM_TREE_N"
"AME","NVS_TAP_ID","TABPAGE_NAME","TABPAGE_LABEL","NVS_APL_ID","APPLICATION_"
"NAME") AS "
"SELECT "
"          GVI.INSERT_ALLOWED,"
"          GVI.UPDATE_ALLOWED,"
"          GVI.QUERY_ALLOWED,"
"          GVI.IS_ENABLED,"
"          GVI.IS_VISIBLE,"
"          GVI.SECURE_ALLOWED,"
"          GVI.CASE_RESTRICATION,"
"          GVI.JUSTIFICATION,          "
" GRP.ID NVS_GRP_ID,"
" GRP.GROUP_NAME,"
" GRP.IS_ACTIVE GRP_IS_ACTIVE,"
" GRP.EXPIRY_DATE GRP_EXPIRY_DATE, "
" ITM_VW.ITEM_JUSTIFICATION_DESC,"
" ITM_VW.ITEM_CASE_RESTRICTION_DESC,"
" ITM_VW.ID ITM_VW_ID,"
"          ITM_VW.ITEM_NAME,"
"          ITM_VW.ITEM_TYPE,"
"          ITM_VW.ITEM_TYPE_DESC,"
"          ITM_VW.DATABASE_ITEM,"
" ITM_VW.NVS_BLK_ID,"
" ITM_VW.BLOCK_NAME,"
" ITM_VW.BLOCK_TYPE_DESC,"
"          ITM_VW.NVS_MOD_ID,"
"          ITM_VW.MODULE_NAME,"
"          ITM_VW.MODULE_NAME_IN_TREE,"
"          ITM_VW.NVS_SYS_ID,"
"          ITM_VW.SYSTEM_NAME,"
"          ITM_VW.SYSTEM_TREE_NAME,"
" GVI.NVS_TAP_ID,"

Similar Messages

  • Cmd window appears when running sqldeveloper.exe for some users

    All,
    I'm wondering why a cmd window appears when I double click the sqldeveloper.exe executable?
    This is a Windows 2008 server.
    Also, when the user that installed SQL Developer runs it, the cmd window has no text in it but when other users are logged into the server and run the same executable, they have a lot of messages appearing in the cmd window similar to:
    at org.apache.log4j.xml.DOMConfigurator.doConfigure<DOMConfigurator.java:616)
    What I'd like to do is NOT have any cmd window appear when the users run sqldeveloper.exe

    There are two sqldeveloper.exe files. The one in the root of the sqldeveloper installation folder doesn't produce a console; the one in <sqldev>\sqldevloper\bin does.

  • CLOSING CMD WINDOW RUNNING FMLECmd

    I have created a .bat file to start 2 instances of FMLE.
    echo off
    start "camera2" cmd /Min /k "C:\users\jay starnes\desktop\test.bat"
    echo off
    start "camera1" cmd /Min /k "C:\users\jay starnes\desktop\laptoptest.bat"
    everything works fine.  I need to close the cmd windows that are opened after i am done streaming.  I am looking to do it in a seperate .bat.
    Is this possible.
    I am trying to create it as a one click process so that i can run and stop with one click.
    thanks in advance.

    You can try this:
    1. cmd.exe /c fmlecmd.exe  -> 1st batch file to launch FMLE
    2. cmd.exe /c fmlecmd.exe /s rtmp://localhost/live+livestream  -> 2nd batch file with fmle uid to stop the FMLE launched by the 1st batch file
    Cmd windows will close automatically.

  • I'm using Firefox version 3.6 on my '02 Mac G4. When I installed it, it worked fine, But then all of a sudden the "save" and "save as" windows stopped coming up at all when I selected "save" anywhere in Firefox. What happened and how do I fix it?

    I downloaded and installed Firefox on my '02 Mac G4. It worked great. Now I have version 3.6. But my weird problem is one day when I ran it, the "save" and "save as" windows stopped popping up at all. I'd left click a picture and select "save as" and nothing would happen. I'd go to the menu and select "save" and still no window would pop up. It would just act as if nothing had been clicked. No loading icon or anything and no "save as" window. I've never been able to get it to work. The volunteer in the live support chat typed "That IS weird.." I tried his suggestion but it did nothing. I may have deleted the plist preferences file in the preferences library folder to get it started again after a freeze up threw it out of whack but I've never had this happen before.And i've tried doing that again to see if that would restore it. But the plist always regenerates itself and the "save as " window still never appears when I run Firefox. The "save" window works just fine in every other program on my Mac, but not in Firefox. Weird..

    Leliforever, cheek you list of installed add-ons, the Ask toolbar can be installed without the users knowledge.
    For checking other extensions that may cause this, follow the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How can I initiate dual boot install from a CMD window...?

    Laptop hardware meets sys req for Win 10 and currently runs 8.1
    Samsung RV-511-S01UK
    i3 380M @ 2.53Ghz
    6GB RAM
    Discrete Nvidia 315M 1GB dedicated VRAM
    Having first tried 10 inside a VM... and it looks ok.... time to try it on real hardware instead of the restricted emulation.
    I'm attempting to clean install and create a DUAL_BOOT on prepared partition
    ISO downloaded direct from the correct link (SHA-1 checked) 
    USB... or DVD... installer created with the MS installer tool. 
    ALL attempts to install by booting from either installer medium, trying builds 9926, 10041 and 10049 (64 and 32 bit), end before they start....... the process stops completely at the very first screen.... the logo screen.... the indicator dots beneath
    the logo screen which appear as standard to 'indicate' that a 'process' is happening in the background NEVER appear... even after an 8 hour wait in one instance.
    Even if I follow the install instructions supplied on the download page here instead of booting direct:
    5. Double-tap or double-click setup.exe from the installation media, and then follow the steps.
    it gets to a point within the process and has to restart.... then it stops as soon as the logo screen appears just as it does when I try and boot from the created installers.
    There seems to be a problem at the Windows logo screen which halts the entire installation process !!! It suggests a BIOS/Win 10 conflict, but only one way to really find out..... process log...?
    The only way to discover where the error lies is to observe the process happening as it happens in real time (if that's possible) or create log file of my attempt.... from within a CMD window...? Unfortunately I don't know the language of CMD code
    well enough.
    I would like someone to assist with the correct code on how to initiate the install from within a CMD window so that I can see the process happen in real time within the window and therefore observe exactly where the instruction is failing.... but
    as stated if running a CMD during install is not possible then a saved log file to refer to after fail and reboot into 8.1
    This should make it easier to define the problem and as such discover the solution
    If someone can supply the code it would be very helpful..... if no-one here knows I'll pop over to the Linux forum and ask one of the people there after setting up Ubuntu with a spare partition for the Win 10 TP
    cheers

    Hi base1268,
    Can you find the following log files when you reboot into Windows 8.1?
    C:\$WINDOWS.~BT\Sources\Panther\setupact.log 
    C:\$WINDOWS.~BT\Sources\Panther\setuperr.log
    C:\$Windows.~BT\Sources\Rollback\setupact.log
    Actually, for current situation, I suggest you use native boot to try Windows 10 Technical Preview:
    http://blogs.technet.com/b/haroldwong/archive/2012/08/18/how-to-create-windows-8-vhd-for-boot-to-vhd-using-simple-easy-to-follow-steps.aspx
    it still works for Windows 10 Technical Preview.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • When i cancel one dvd recording the windows stop answering....

    ... And the dvd dissapear..... FOREVER!
    I Tryed this:
    -Click on the cancel button -Then the window stop answering and didnt even stop recording my dvd-
    -Reinit the finder... NO WAY. Do not run
    -Force the end of the finder process... NO WAY... Do not run
    -Reinit the computer....Well then the dvd is not there!!!!!! on the finder!
    I wonder how can i "mount" the dvd when is not visible on the finder
    Now i think you can access the unit with the disks utility... but this is one "arcane" place to find your dvd... I am sure many users never ever opened that tool
    Can i mount the dvd from the UNIX shell? -sh-. Anyway this is not a good solution for the average user BUT COULD be ok for me
    ... And reinit the computer is not a "nice way" as well
    Thank you for reading my long post
    Bruno

    hello xbxjnky, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Cmd window

    Hello developers.
    my probelm is this:
    i am using an exe program within my application with
    ,.,,RunTime.exec("myprogram.exe");..
    the exe program is console application,there for,when calling tha command above,the cmd window is opening.
    (win 2000).
    How can i execute the program and the cmd window will not open
    by cmd window i mean the old DOS window.
    please,if someone have a solution,write,

    If myprogram.exe displays a console itself then there is no way for java to stop it. Just as there is no way for java to stop notepad from displaying a window.
    The application might have a command line parameter(s) which will help.
    Alternatively it is conceivable that you could write C code which would intercept the console window for that application and hide it. If so then you would need to ask how to do that on a windows list/forum.

  • User Manager Window problem

    Hi,
    I'm logged ti TestStand as administrator but the "User Manager" window is dilled i can't acess.
    Can you help me please
    TestStand 13.0
    Solved!
    Go to Solution.

    Do you have another system installed with TS which works as expected?
    If so, copy the users.ini file from the working system over to the non-working. The users.ini is in the TS config directory (by default in ProgramData).
    Norbert
    EDIT: "dilled" is no english word. That's why i asked... replying "Yes, it is dilled" doesn't really answer my assumption....
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Is it possible to display a cmd window inside the windows form? Visual Basic

    If so Can u show me how?
    Because i have a .exe i'm trying to open in the Form
    the exe open up a command line but i what it to look like this 
    01
    02
    |------------------------------------------------|
    03
    |           
    this is your main form              |
    04
    |                                               
    |
    05
    |  
    /--------------------------------------\     |
    06
    |  
    |######################################|     |
    07
    |  
    |#####the cmd screen is shown here#####|     |
    08
    |  
    |######################################|     |
    09
    |  
    \--------------------------------------/     |
    10
    |                                               
    |
    11
    |                
    [ a button ]                   |
    12
    |
          the  button run/open the cmd/exe 
           |
    13
    i do not what it to open up another window
    Please help!!!
    please and thank you

    Hi,
     Here is a simple example you can try. I don`t know when or how you are opening the cmd windows or anything else so it probably is not exactly what you want. You can test it in a new form project with 1 Button and 3 Panels added to it. each time you
    press the button it opens another cmd window until the 3 panels are full.  Being i am only using 1 timer it will only allow you to open each cmd window after the timer tick code finds the previously opened cmd window and sets its parent as one of the
    panels.
    Imports System.Runtime.InteropServices
    Public Class Form1
    Private WithEvents Tmr As New Timer With {.Interval = 200}
    Private Const HWND_BOTTOM As Integer = &H1
    Private ProcCnt As Integer = 0
    Private CmdWindows(2) As Process
    <DllImport("user32.dll", EntryPoint:="SetParent")> _
    Private Shared Function SetParent(ByVal hWndChild As IntPtr, ByVal hWndNewParent As IntPtr) As IntPtr
    End Function
    <DllImport("user32.dll", EntryPoint:="SetWindowPos")> _
    Private Shared Function SetWindowPos(ByVal hWnd As IntPtr, ByVal hWndInsertAfter As IntPtr, ByVal X As Integer, ByVal Y As Integer, ByVal cx As Integer, ByVal cy As Integer, ByVal uFlags As UInteger) As <MarshalAs(UnmanagedType.Bool)> Boolean
    End Function
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    If Not Tmr.Enabled And ProcCnt < 3 Then
    CmdWindows(ProcCnt) = Process.Start("cmd.exe")
    ProcCnt += 1
    Tmr.Start()
    End If
    End Sub
    Private Sub Tmr_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Tmr.Tick
    Dim pnl As Panel = CType(Me.Controls("Panel" & ProcCnt.ToString), Panel)
    If SetParent(CmdWindows(ProcCnt - 1).MainWindowHandle, pnl.Handle) <> IntPtr.Zero Then
    Tmr.Stop()
    SetWindowPos(CmdWindows(ProcCnt - 1).MainWindowHandle, New IntPtr(HWND_BOTTOM), 0, 0, pnl.ClientSize.Width, pnl.ClientSize.Height, 0)
    End If
    End Sub
    Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    For i As Integer = 0 To CmdWindows.Length - 1
    Try
    If CmdWindows(i) IsNot Nothing AndAlso Not CmdWindows(i).HasExited Then CmdWindows(i).CloseMainWindow()
    Catch ex As Exception
    End Try
    Next
    End Sub
    End Class
    If you say it can`t be done then i`ll try it

  • Running under a standard user in windows 7

    We just bought Photoshop Elements 13 and when the user tries to run the program it run really slow and freezes quite a bit. This user is a standard user in Windows 7 no Administrative rights. If you right-click the icon and choose Run As Administrator it then runs like it is intended to. We don't allow our users to run as Admin so I need a fix for this. The only other thing I am wondering is that the computer is in a Active Directory Domain environment and we push our Group Policies to our systems. One of the policies redirects the users folders to a server share so the My Documents, My Photos, etc. are actually on the server drive not the local drive. Is that part of the problem? 
    Any insight would be awesome!
    Thanks,
    -Scott

    I agree with Erland.
    SQL Service account is used while performing any OS level operation by SQL Server process (sqlservr.exe). On the other hand, the account which is connecting to SQL Server will have it's own permission in Server/Database provided via Logins/Users.
    Balmukund Lakhani | Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • System exec cmd window

    Hello, first time posting a question!
    I have spent a good while trying to find an already posted answer to this, and looking on the wider web, hope i have not just missed it.
    I am using XP Pro SP3, LV 8.6.
    I am not very familiar with Windows command lines and structures etc. 
    I am using the System Exec VI to start a third party piece of software. I have wired the path in to the path input, and if i wire cmd /c start xxx to the command line terminal the VI will run and start the software application (xxx.exe). As the VI executes the cmd window clunks open and closed. If i run the VI without the cmd /c part of the command then an Error 2 is returned (as widely reported by others).
    Is it possible to open an application without the cmd window opening and closing?
    Using the System Exec VI it is possible to open NotePad just by wiring 'NotePad' to the comand line terminal. Is it possible to place the third party software somewhere, or register it with the OS somehow so it could be started in the same way as NotePad (i.e. without the cmd window flashing up)?
    Thanks...
    Blue 
    Message Edited by BlueTwo on 09-25-2008 09:22 AM

    Hi Thoric, thanks for the suggestions, Success!
    I tried the True boolean to the Run Minimized, but it did not help.
    Changing the Environment Path string to include the path to the directory containing the application did work (once i had worked out the syntax).
    On to the next problem....
    Cheers,
    Blue 

  • Windows stops responding and closes when I try to print

    I have IE 9 on a vista 64 bit.  Recently I had some problems with print jobs staying in the que.  I resolved that and reinstalled the printer and drivers.  I have a photosmart 5514.  Ever since that day I can't print off a webpage.  Coupons, bank statements etc.  It says windows stopped responding and closes the webpage.  I have been unable to fix this.  Also since that day my microsoft works wont' work.  It says I have corrupted fonts!

    It is a wireless connection.  What happened first after a year of flawless performance was I was asked to print a statement from my banks website.  I tried several times and it kept shutting down with the windows error above.  I was unable to print anything from that moment on.  I spent half the day finding the problem and discovered my WP network key was changed.  I have no idea how trying to print from the banks site did that.  I called them to report the situation since it was so strange.  Even asked them if they knew what that number even was.  I still had issued so I just uninstalled the printer and used my installation disc to set it up again.  Now I can print off my documents, PDF or Word but my Works files come up with the message that the font cache is missing or renamed.  When I searched that I found it isn't uncommon and that it is usually a corrupted printer driver.  I loaded it off my CD from HP.  Not sure what to do now other than try to uninstall and reinstall.  Just haven't had a time with work to do that yet.  Also when I try to print off an email, webpage or even a coupon it does the windows has to shut down message.  This will be my last HP printer.  I have problems all the time with them and have owned nothing but HP for over 20 years.  Four computers and printers in the house right now.  I just can't deal with que issues and buying new printers every two years because I have a home office and must have it working.

  • Sharing between Users on Windows

    OK, I checked this page out from Apple, http://support.apple.com/kb/HT1203, to try and help me figure out why Itunes doesn't seemlessly work across users on Windows 7 (or Vista, or Mac, etc). I followed the directions and it either doesn't work or I'm just not getting it.
    My goal is to use the Administrator user to manage itunes and that all other users will have access to itunes and the library created in the admin user account. Or simply, I want to be able to open itunes in any account and it matches whatever I've done in th admin account.
    The fact this doesn't work as a matter of standard operations is confounding.

    Finder > help menu. Enter file sharing!
    "Sharing files with others who use your computer
    You can share files with others who use your computer by placing the files in the Public folder in your home folder. Anyone with an account on your computer can read or copy the items you put in your Public folder (except for your Drop Box folder, which only you can open).
    To share files using your Public folder:
    Copy the files you want to share into your Public folder, inside your home folder.
    To give a copy of a file directly to another person, copy it to their Drop Box folder (inside their Public folder), where only they can see it.
    Related Topics
    Sharing files with others using a drop box"

  • How can I authenticate a User In Windows Active Directory?

    I need to authenticate a user in Windows Active Directory, but I found use the code below will return true if the user name and password are both correct and false if one of them is wrong. But when I input a user name which is not exist in Active Driectory with a blank password, it will also return true. What shall I do? Ask every user must input a password withnot blank?
    Please give me some help to solve this problem. Thanks a lot.
    Code:
    private Context ctx = null;
    Hashtable env = new Hashtable ();
    boolean isValid = false;
    try {
    this.setEnvironmentProperties();
    String domainName = AuthenticateResources.getString("mydomain.com");
    //set the name of domain with the user name
    String fullName = name + "@" + domainName;
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL,"ldap://mydomain:389");
    env.put(Context.SECURITY_AUTHENTICATION,"simple");
    //set user related information
    env.put(Context.SECURITY_PRINCIPAL, fullName);
    //set user password
    env.put(Context.SECURITY_CREDENTIALS, password);
    //validate user
    ctx = new InitialDirContext(env);
    isValid = true;
    }catch (AuthenticationException ex){
    isValid = false;
    catch (NamingException ex) {
    throw ex;
    }finally{
    this.freeContext();
    return isValid;

    This is usually a problem if Anonymous Binding is enabled. I have faced this in other Directory Servers, but I am not familiar with Active Directory.
    I think by default Active Directory disables Anonymous Binding, but you may want to check.

  • Authenticating a user through Windows NT Domain.

    Hi there,
    Could anybody please help me out with this issue.
    Can a user, who logs into the web application, be authenticated from the Windows NT Domain. I'am only using JSP's and Servlets in my web application on a web server.
    Basically all my user's UID and Passwords are present on a Windows NT Server. The requirement in the project is such the I cannot create a seperate table in the data base to hold the UID and Password information. So I have to authenticate the user from Windows NT domain. Is any one out there aware of a way to achieve this.
    Any kind of information in this regard would be greatly appriciated.

    See if you can use the Windows NT based authentication module that comes with Java Authentication and Authorization Service (JAAS)
    http://java.sun.com/products/jaas/index-10.html

Maybe you are looking for

  • How to add a JScrollPane in a JPanel

    I have a JPanel (layout = null, size = 200*400). I would like to add a JScrollPane, that sizes 100*100 and that contains an other JPanel, at the location 0,200 in the first JPanel. I would like too that the JScrollBar is always visible. How is it pos

  • How to setup a ProxyPass Virtual Host

    On my server which i will call server.server.com I run jenkins a service that runs on port 8080. I would like to have the virtual domain jenkins.server.com proxy from port 80 to port 8080. from the linux world i would use: <VirtualHost *:80> ServerNa

  • Airport Utility Disables Wireless Connection - No Connectivity Error

    In setting up an AX to stream iTunes to my stereo over my existing wireless network (Netgear access point), it appears that the Airport Utility has somehow disabled wireless access for my laptop, as I now get a "limited or no connectivity" error mess

  • G/L account Details

    Hi Friends, I need to get currency, amount, supplier and suppliercountry for the G/L account. could anyone give logic to grab them<<<prefer tables relation

  • How to patch Solaris8 x Intel with the file  patch-2.5.4-sol8-intel-local

    Hi everyone, I successfully installed Solaris 2.8 on a Pentium II 350 Mhz. All works fine, but I want a system all patched, so I downloaded the patch file patch-2.5.4-sol8-intel-local from http://soldc.sun.com/freeware/details/detail_patch_2.5.4_8_In