Error DCNM WEB Client EventType 30: # 1095

Hi,
I am entering the DCNM Web Client 6.2, in the menu bar, Admin> Collections throws me the following error: EventType 30: # 1095
Someone you should know?

Hello,
Base on the HTTP error that I see HTTP-502, the error come from your proxy/firewall configuration . You are using Microsoft ISA server and it looks you need to change it sonfiguration to allows SSL with the port you have chosen (1024).
Also be sure when you have done that you have configure correctly the client and added the client certificate to your application to allow a successful SSL handshake.
Regards
Tugdual Grall

Similar Messages

  • Get the performance data on to DCNM Web client summary page

    Dear all,
    Objective: To show my Nexus swicthes performance on DCNM summary web page.
    I had install full evaluation package of DCNM 6.2 Server SAN, LAN. This installtion is for my PoC on 2x Nexus swiches.
    I was able to login to the web browser and on the summary page, i dont see any performance on CPU, SAN Host Port, SAN Storage Port.
    I did read up and created Flows on my Nexus swicthes. But still no performance shows in DCNM page.
    At the DCNM web, Admin/Status, i tried to click Start button on Performance Collector but failed.
    Hope someone help me to get the performance status shown on my DCNM page.
    Note: I am very confuse on the Performance subject.

    We have faced a similar issue , Oracle have recommended to install the following process to fix this issue ..
    Steps involved :
    Necessary roles for FDM Web on Windows 2008
    The first step is to launch the Windows 2008 Server Manager as Shown. Click the "Add Roles" link.
    The first role necessary for the FDM Web Server to function is the Application Server Role
    Selecting this role returns a message box alerting you that additional features are required for installation of the role. Click the Add Required Features Button.
    The second required role is the Web Server (IIS) Role which installs the IIS components.
    The next screen is an Introduction to the Application Server Role. Click Next to continue.
    The Application Server Foundation is selected by default. The Web Server (IIS) Support Role Service is also required.
    Choose to add the Required Role Services
    The next screen is an Introduction to the Web Server (IIS) Role. Click Next.
    All default selected options should be checked along with the "IIS 6 Management Compatibility" option which will install the IIS 6 Metabase Compatibility required for FDM.
    Review all selected options and click "Install" to install the components.
    Installation is Successful. Click Close to finish.

  • Error in web client connection to a web servcie

    hi all,
    i have a web service running on https on oc4j....
    i have create a proxy client .
    when i run the test class, i have the foloowing error
    calling https://190.0.0.147:1024/CCOLWS-CCOLWebService-context-root/PWSSoapHttpPort
    WARNING: Unable to connect to URL: https://190.0.0.147:1024/CCOLWS-CCOLWebService-context-root/PWSSoapHttpPort due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Cannot establish proxy connection: 502 Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. )
    java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Cannot establish proxy connection: 502 Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. )
         at webClient.runtime.PWSSoapHttp_Stub.login(PWSSoapHttp_Stub.java:235)
         at com.eska.epps.provisioning.webservice.PWSSoapHttpPortClient.login(PWSSoapHttpPortClient.java:53)
         at com.eska.epps.provisioning.webservice.PWSSoapHttpPortClient.main(PWSSoapHttpPortClient.java:30)
    Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Cannot establish proxy connection: 502 Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. )
         at oracle.j2ee.ws.common.util.exception.JAXRPCExceptionBase.<init>(JAXRPCExceptionBase.java:93)
         at oracle.j2ee.ws.common.util.exception.JAXRPCExceptionBase.<init>(JAXRPCExceptionBase.java:89)
         at oracle.j2ee.ws.client.ClientTransportException.<init>(ClientTransportException.java:33)
         at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:144)
         at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:121)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:169)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:111)
         at webClient.runtime.PWSSoapHttp_Stub.login(PWSSoapHttp_Stub.java:211)
         ... 2 more
    when running the web service on http, the client works fine, but the problem occured when running on https.
    i have generated the keystore file manually using keytool....
    is there any code must be add to the client.......
    i am using a session web service

    Hello,
    Base on the HTTP error that I see HTTP-502, the error come from your proxy/firewall configuration . You are using Microsoft ISA server and it looks you need to change it sonfiguration to allows SSL with the port you have chosen (1024).
    Also be sure when you have done that you have configure correctly the client and added the client certificate to your application to allow a successful SSL handshake.
    Regards
    Tugdual Grall

  • Error accessing Web Client ??

    OCA new bee...
    I had installed OCS and Apache webserver and installation went on fine. While accessing the Oracle client from web, I get a Internal Server Error page. The error_log of apache has the following:
    Thu Oct 9 16:02:22 2003] [error] [client 12.144.43.249] Premature end of scrip
    t headers: /home/oracle/OraHome1/ocas/bin/ocas.fcgi
    ld.so.1: ocas.fcgi: fatal: libclntsh.so.9.0: open failed: No such file or direct
    ory
    [Thu Oct  9 16:02:22 2003] [error] [client 12.144.43.249] Premature end of scrip
    t headers: /home/oracle/OraHome1/ocas/bin/ocas.fcgi
    The file exists and path to the lib folder is set properly. Any suggestions please .....
    Sunil.

    I think I should clarify why I'm wondering that.
    I use Apache with the Oracle Calendar (standalone) and had quite a bit of trouble with things at first. I kept trying to set LD_LIBRARY_PATH and ORACLE_HOME within the httpd.conf file by using the SetEnv directive. That never worked, and an Oracle tech told me that it seems like a bug in Apache. The only way I could startup Apache correctly was to run 'apachectl startssl' as a user that had the paths set correctly.
    So in my case, I had to edit the ocal.conf file. I modified the FastCgiServer lines so that instead of showing LD_LIBRARY_PATH and ORACLE_HOME, they showed LD_LIBRARY_PATH=<pathname> and ORACLE_HOME=<pathname>.
    I don't know if this will help, but maybe it will give you something to look for.
    Mike

  • Error while creating Business Agreement from IC web Client

    Dear Experts,
    I am working on IC Web Client ( CRM 7.0) & ISU (ECC 6).
    I was able to create the Business Agreement & sucessfully replicate the same to ISU as a COntract Account.
    But when I Try to create the Business Agreement from ICWebClient I am gwtting following Error.
    "No Business Agreement Class for Channel ICW, Usage 01 and Risk Class"
    I have done the settings for ,Allocate Business Agreement Class as ;
    Channel :- ICW ,
    Usage :-Std Payment Data,
    Risk CLass :- B,
    Business Agreement CLass:- 01
    But still I am Getting this error.
    Can any one please help me in this

    Hi,
    Try maintaining an entry with blank risk class.
    Regards
    Prasenjit

  • Error While Creating Business Agreement via IC Web CLient

    Dear Experts,
    I am working on IC Web Client ( CRM 7.0) & ISU (ECC 6).
    I was able to create the Business Agreement & successfully replicate the same
    to ISU as a Contract Account.
    But when I Try to create the Business Agreement from ICWebClient I am
    getting following Error.
    "No Business Agreement Class for Channel ICW, Usage 01 and Risk Class"
    I have done the settings for ,Allocate Business Agreement Class as ;
    Channel :- ICW ,
    Usage :-Std Payment Data,
    Risk CLass :- B,
    Business Agreement CLass:- 01
    But still I am Getting this error.
    Can any one please help me in this

    Problem solved mainatain Risk Class as " "

  • Error while creating return order(Complaint) in IC web client

    Hi SAP Experts,
    I am getting following Error while creating return order(Complaint) in IC web client.
    Error when processing your request
    What has happened?
    The URL http://sapcrd.comfort.com:8000/sap/bc/bsp/sap/crm_ic/default_delta.do was not called due to an error.
    Note
    The following error text was processed in the system CRD : Exception condition "NON_EXISTING_HANDLE" raised.
    The error occurred on the application server sapcrd_CRD_00 and in the work process 2 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: PRC_PD_HEAD_ADD_COND of program SAPLPRC_PRICING_API
    Function: CRM_PRIDOC_UPDATE_EC of program SAPLCRM_PRIDOC_COM_EC
    Form: EXECUTE_CALLBACKS_PLANNED of program SAPLCRM_EVENT_OW
    Function: CRM_EVENT_SET_EXETIME_OW of program SAPLCRM_EVENT_OW
    Function: CRM_ORDER_COMPLETE_SINGLE_OW of program SAPLCRM_ORDER_OW
    Function: CRM_ORDER_MAINTAIN_SINGLE_OW of program SAPLCRM_ORDER_OW
    Function: CRM_ORDER_MAINTAIN_MULTI_OW of program SAPLCRM_ORDER_OW
    Function: CRM_ORDER_MAINTAIN of program SAPLCRM_ORDER_API
    Method: IF_EX_ORDER_SAVE~PREPARE of program ZCL_IM_PRICE_ADJUSTMENT=======CP
    Method: IF_EX_ORDER_SAVE~PREPARE of program CL_EX_ORDER_SAVE==============CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CRD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sapcrd_CRD_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 2 in transaction ST11 on the application server sapcrd_CRD_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 330 -u: VORUSX -l: E -s: CRD -i: sapcrd_CRD_00 -w: 2 -d: 20080324 -t: 021723 -v: RABAX_STATE -e: RAISE_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Maximum points will be awarded for useful information.
    Thanks,
    Rony

    Hi,
    I notice there is a Z class being called.
    Method: IF_EX_ORDER_SAVE~PREPARE of program ZCL_IM_PRICE_ADJUSTMENT=======CP
    You should check this customized class.
    Cheers,
    cady.

  • Getting Error while running Web Client

    Hi ,
    I installed DRM_11.1.2.1.0 Successfully. I am able to create Repositry also successfully.I started all the services But when i am running Web Client i am getting below error. Can any one please help me onthis how to solve this.Thanks in advance.
    Server Error in '/drm-web-client' Application.
    Object reference not set to an instance of an object.
    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.NullReferenceException: Object reference not set to an instance of an object.
    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:
    [NullReferenceException: Object reference not set to an instance of an object.]
    Oracle.Drm.Client.Error.Page_Load(Object sender, EventArgs e) +26
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
    System.Web.UI.Control.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +74
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2604
    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

    Hi
    Please do a fetch from the database and then change the information in DRM console for the CSS parameter. This error I received only due to the CSS details in DRM 11.1.2.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Hyperion IR : Getting out of memory error while fetching data for whole year through web client (wrokspace)

    Hi,
    While fetching data though IR wen client from workspace for a year(all 12 months) I am getting error as ("Out of Memory .Advice : Close other applications or windows and try again").
    If I am trying same through IR studio it does not give any output and show me same repoting front page.
    If i am selecting periods till 8 months it is giving the required data in both IR web client and IR studio.
    Could you please suggest how can we resolve this issue.
    Thanks,
    D.N.Rana

    Issue Cause :
    Sometimes this is due to excessive data which brings the size of the BQY file up around one gigabyte uncompressed in size (for processing may take twice as actual RAM, plus the memory space space for the plugin, and the typical memory limit on a 32-bit system is 2 gigabytes).
    Solution :
    To avoid excessive BQY size exceeding memory availability:
    Ensure that your computer has at least 2Gb of free RAM before he runs IR Studio.
    Put a limit to the number of rows that can be pulled down: Right click on Request label of Query section and put a value in Return First xxx Rows (and check the check box).
    Do not pull down more than 750 MB of data (remember it may be duplicated while processing).
    Place limits or aggregations in Query section (as opposed to Result section) to limit data entering the BQY.

  • Server Error in '/drm-web-client' Application?

    Hi,
    I received the following error when I tried to login to the DRM web client 11.1.2.1 :
    Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    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.IO.FileNotFoundException: Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    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.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
    WRN: Assembly binding logging is turned OFF.  To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.  Note: There is some performance penalty associated with assembly bind failure logging.  To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 
    Stack Trace:
    [FileNotFoundException: Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Signature._GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle) +0  System.Signature..ctor(RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) +236  System.Reflection.RuntimeMethodInfo.get_Signature() +91  System.Reflection.RuntimeMethodInfo.get_ReturnType() +19  System.Web.HttpApplicationFactory.ReflectOnMethodInfoIfItLooksLikeEventHandler(MethodInfo m) +30  System.Web.HttpApplicationFactory.ReflectOnApplicationType() +223  System.Web.HttpApplicationFactory.Init() +11326448  System.Web.HttpApplicationFactory.EnsureInited() +55  System.Web.Compilation.BuildManager.CompileGlobalAsax() +70  System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +676    [HttpException (0x80004005): Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +76  System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +1012  System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +1025    [HttpException (0x80004005): Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11318726  System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88  System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +11192488 
    1) Can anyone help me with fixing this error?
    2) Will I lose all of the data that previously existed in this instance of DRM?
    Thanks!
      Version Information: Microsoft .NET Framework Version:2.0.50727.4234; ASP.NET Version:2.0.50727.4223

    Hi
    Please do a fetch from the database and then change the information in DRM console for the CSS parameter. This error I received only due to the CSS details in DRM 11.1.2.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Logon failure due to an internal error-webi client tool

    Hi experts,
    I've installed WebI client tool 4.0, when I trying to logon this message appear: Logon failure due to an internal error,
    this problem has been addressed before, but could not be resolved [http://forums.sdn.sap.com/thread.jspa?messageID=10751144#10751144|http://forums.sdn.sap.com/thread.jspa?messageID=10751144#10751144]
    there is a way to solve this problem?
    regards,
    Jonathan.

    In a Unix environment the version is in the file “AddorRemoveProduct.sh” located in the installation folder of BI4.x
    For the updated reference table of the versions / builds and corresponding patch levels,  please see KB article # 1602088
    BI 4.0 RTM
    14.0.0.760
    Patch 04
    14.0.0.904
    Patch 05
    14.0.0.918
    Patch 06
    14.0.0.940
    Patch 07
    14.0.0.954
    Patch 08
    14.0.0.970
    Patch 09
    14.0.0.986
    Patch 10
    14.0.0.996
    Support Pack 1
    14.0.1.287
    Patch 1.1
    14.0.1.313
    Patch 1.2
    14.0.1.330
    Patch 1.3
    14.0.1.342
    Patch 1.4
    14.0.1.360
    Patch 1.5
    14.0.1.375
    Patch 1.6
    14.0.1.397
    Support Pack 2
    14.0.2.364
    Patch 2.1
    14.0.2.388
    Patch 2.2
    14.0.2.397
    Patch 2.3
    14.0.2.416
    Patch 2.4
    14.0.2.439
    Patch 2.5
    14.0.2.455
    Patch 2.6
    14.0.2.481
    Patch 2.7
    14.0.2.508
    Patch 2.8
    14.0.2.532
    Patch 2.9
    14.0.2.556
    Patch 2.10
    14.0.2.565
    Patch 2.11
    14.0.2.594
    Patch 2.12
    14.0.2.619
    Patch 2.13
    14.0.2.641
    Patch 2.14
    14.0.2.657
    Patch 2.15
    14.0.2.682
    Patch 2.16
    14.0.2.703
    Feature Pack 3
    14.0.3.613
    Patch 3.1
    14.0.3.630
    Patch 3.2
    14.0.3.657
    Patch 3.3
    14.0.3.678
    Patch 3.4
    14.0.3.691
    Please note that at today FP03 is in RampUp

  • Java error in session initializations - IC web client

    Hi All,
    When i access the CRM IC web client through browser (BSP page), Page is loading but inside the page im getting the following error.
    " Java error in session initialization [Error message: abcj2systemid.domain.com: CALL_METHOD(SYS_METHODNAME) sessionid = SOAP Runtime Execption; CSoapExceptionTransport : HTTP recive failed with exception communication_failure ( Message Class CRMM_IC_FRAMEWORK- message number 106).
    Pl suggest
    Thanks
    PRadeep

    Hi Sai,
    Kindly make sure that you have JREE1.4.0 and  not above for  your  error.
    Secondly, you are getting the first message because when you are closing your application by clicking onto the close at top, it doesnt log out your agent from the Webclient. The correct approach would be to close using the path Menu Bar> File> Close
    The channels are not  available because you have not maintained the queues and channels for your system. The same is do be done in SAP Easy Acess> Webclient> Additional Settings. It is also available in the Best Practices C78.
    The link for the same is
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Hope this would help.
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Java error in session initialization Error - When calling IC Web client

    Hi All,
    When i access the CRM IC web client through browser (BSP page), Page is loading but inside the page im getting the following error.
    " Java error in session initialization [Error message: abcj2systemid.domain.com: CALL_METHOD(SYS_METHODNAME) sessionid = SOAP Runtime Execption; CSoapExceptionTransport : HTTP recive failed with exception communication_failure ( Message Class CRMM_IC_FRAMEWORK- message number 106).
    Pl suggest
    Thanks
    PRadeep

    hi Indhra,
    did you check, whether the services are active:
    /Nsicf
    /default_host/sap/bc/bsp/sap/
    sam_sess_queue and sam_notifying
    and the polling profile is defined with polling frequence:
    /Nspro
    ->Interaction Center WebClient
    ->Basic Functions
    ->Define Context Area Profile
    there "Define Polling Profile"
    best wishes,
    Hakan

  • Error Installing IR Web Client Plug-in

    My users started getting:
    "*Unexpected status 200 (OK) returned on http://installengine.com/oci_range_check.txt access check. Please check if the server is properly configured*."
    The IE browser has HTTP 1.1 settings checked. IR Web Client installation has worked fine until a few weeks ago. We haven't made any changes to the Hyperion servers.
    Hyperion Ver: 11.1.1.2
    Hyperion OS: Solaris 10

    Hi All,
    We are facing the same issue. Users and admin were able to install successfully few days back. Now the issue ocuurs when trying from workspace broswer.
    I can manually install successfully on the server D:\Hyperion\BIPlus\AppServer\InstalledApps\workspace_static\zeroadmin\component\Insight\setupie.bat.
    I tried uninstalling client and cleared the history in browser still same error.
    Thanks
    Radhika

  • Error installing IR Web Client

    Hi all, I've just installed Hyperion BI+ 9.3.1 and getting error while trying to open a sample BQY from Sample Contents. Error prompted:
    "Unexpected status 404 (Not found) returned on https://hrtest.app.com/workspace/dataacess/../../InsightInstaller/setup.ini access check. Please check if the server is properly configured."
    What does this mean? I have tried removing the old web client (8.5) and deleted cookies from IE but still it prompts this error whenever I open report as IR web client or I click Tools > Install > IR Web client. The IR report can be opened via HTML without error though.
    Please advise and help.

    Hi All,
    We are facing the same issue. Users and admin were able to install successfully few days back. Now the issue ocuurs when trying from workspace broswer.
    I can manually install successfully on the server D:\Hyperion\BIPlus\AppServer\InstalledApps\workspace_static\zeroadmin\component\Insight\setupie.bat.
    I tried uninstalling client and cleared the history in browser still same error.
    Thanks
    Radhika

Maybe you are looking for

  • Uploading data from Legacy System to SAP (In PS Module)

    While Implementing Project system Module, Whether LSMW is applicable for uploading data from Legacy sytem. If not, then what is the method used for uploading the data from Legacy sytsem to SAP

  • Dynamic fields in select statement

    Hi all,    In selection screen we are having period as select option.The values for period are 01 to 16. Based on        the values entered in selection screen for period we need to select HSLXX from FAGLFLEXT.    For example if we enter 01 to 03 in

  • Sudo purge isn't working

    After I type it into terminal i get the warning message: "WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more informati

  • Connecting to remote oracle server from asp

    Hi All How can I access remote oracle server from asp?. I'm using the following connection string. " Provider=MS Remote;Remote Provider=MSDAORA;Data Source=XYZ;Remote Server=http://DBServersIP;User Id=id;Password=pw" Both the web server and DB server

  • Os10.5 error message 'A program run as part of the setup did not finish as expected. Contact your package vendor.''

    I'm using windows xp and kept getting error message when installing the latest os10.5. 'There is a problem with this windows installer package. A program run as part of the setup did not finish as expected. Contact your support personal or package ve