Error with winServer 2008
-
Hello Dears, I have a problem with my application within Win server 2008 , when it is work well within Win server 2003 when I try to use my app with win_ser2008 get the following error message: ///////////////////////////////////////////////// Server Error in '/yyy' Application. -------------------------------------------------------------------------------- ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 ) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OracleClient.OracleException: ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 ) Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [OracleException (0x80131938): ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 )] System.Data.OracleClient.OciEnlistContext.Join(OracleInternalConnection internalConnection, Transaction indigoTransaction) +264679 System.Data.OracleClient.OracleInternalConnection.Enlist(String userName, String password, String serverName, Transaction transaction, Boolean manualEnlistment) +202 System.Data.OracleClient.OracleInternalConnection.Activate(Transaction transaction) +68 System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transaction transaction) +33 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +1318 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +100 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +116 System.Data.OracleClient.OracleConnection.Open() +40 cOracleDBManipulation.tableHasData(OracleConnection dbConn, String tableName) +78 cOracleDBManipulation.fillDataTable(String TableName, String SelectStatment) +75 cOracleDBManipulation.SequenceNextValGen(String SequenceName) +40 INSERTGENIMP_New.exportItemsNo(DataTable toDT) +643 INSERTGENIMP_New.btm_isert_Click(Object sender, EventArgs e) +551 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(Str
-
Hello Dears, I have a problem with my application within Win server 2008 , when it is work well within Win server 2003 when I try to use my app with win_ser2008 get the following error message: ///////////////////////////////////////////////// Server Error in '/yyy' Application. -------------------------------------------------------------------------------- ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 ) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OracleClient.OracleException: ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 ) Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [OracleException (0x80131938): ORA-00161: طول فرع الحركة 90 غير مشروع (العدد الأقصى المسموح64 )] System.Data.OracleClient.OciEnlistContext.Join(OracleInternalConnection internalConnection, Transaction indigoTransaction) +264679 System.Data.OracleClient.OracleInternalConnection.Enlist(String userName, String password, String serverName, Transaction transaction, Boolean manualEnlistment) +202 System.Data.OracleClient.OracleInternalConnection.Activate(Transaction transaction) +68 System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transaction transaction) +33 System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +1318 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +100 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +116 System.Data.OracleClient.OracleConnection.Open() +40 cOracleDBManipulation.tableHasData(OracleConnection dbConn, String tableName) +78 cOracleDBManipulation.fillDataTable(String TableName, String SelectStatment) +75 cOracleDBManipulation.SequenceNextValGen(String SequenceName) +40 INSERTGENIMP_New.exportItemsNo(DataTable toDT) +643 INSERTGENIMP_New.btm_isert_Click(Object sender, EventArgs e) +551 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(Str
fares3 wrote:
Please I need to resolve this problem in near time as can.
It's always urgent :) Did you update your connectionstring? Did the server get a new name by any chance?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]
-
fares3 wrote:
Please I need to resolve this problem in near time as can.
It's always urgent :) Did you update your connectionstring? Did the server get a new name by any chance?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]
-
No change for the connenctionstring. About the Server: I install the winserver2008 on my laptop to test this new feature. Thanks for your reply
Still, I'd like to see the connectionstring. Does it contain a path, an IP? What happens if you execute a simple "SELECT 1 FROM dual" statement from a Console-application? Can you test it to verify that the driver and database is installed correctly?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]