HTTP Error 403 - Forbidden on Cisco ISE and SCEP RA

Dear Experts,
We are in process of deploying ISE 1.2 in our environment for BYOD.
The initial step of this process is to configure ISE as an SCEP Proxy and it requires certain configuration on the local CA. We have done all the required configurations on the local CA server.
Now, when we try to connect ISE with the local CA using SCEP RA Profiles, it gives "HTTP Error 403 - Forbidden". The URL we are using is http://ipaddress/certsrv/mscep/mscep.dll.
It seems that the local CA is not letting the ISE access the mscep.dll file. Now I dont understand how to allow ISE to access this file or the url. Please advise if there is any step by step process guide. Although, I have followed the ones from Cisco but it doesn't state how to give ISE the required rights for accessing mscep.dll.
Thanks in advance.
Jay

Jay,
You should use this URL:
https://ipaddress/certsrv/mscep
If you try to get the cert from an http address, you will get an error.  You should be using https.  Also, the mscep.dll should not be part of the URL.
You can test this connectivity from any browser by putting that URL in the sddress bar.  You should see a page similar to this:
Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
Charles Moreton

Similar Messages

  • OAAD Picture upload - HTTP Error: 403 Forbidden

    Dear forum,
    When trying to upload a picture for our Q/A HR system in tx OAAD I get the error HTTP Error: 403 Forbidden. However, I can do it with no issues in our prod environment. Anyone has an idea why this is? I have checked SICF and icman is enabled. Does anyone have an suggestion? Hence it isnt portal communication I cant use httpwatch, which most likely could have told me whats wrong.
    I hope someone is able to comment on this issue.
    Thanks in advance!
    Kind Regards,
    Soren

    Dear Friis,
    We have a steps of configurations that needs to be completed for the photo upload to be working. As you say the same is working in the production system, I hope you have the steps with you.
    Most common things that needs to be checked in this scenario are,
    1. HTTP service availability through the configured profile parameter in the system
    2. Restart after the profile parameter change
    3. Content Server node activation in SICF transaction
    4. User ID and Password to be mentioned in the SICF service as communications or system user
    5. Other checks for the content repository and the number range
    You can also try repeatedly, to upload the pic (in a JPG format) - because most usually the first trial ends in a failure for the HTTP service with a 403 Forbidden error message.
    Let me know your response and the steps you had followed for the config.
    Thank you
    Regards,
    Vineeth

  • Example Basicresponse: HTTP Error 403 - Forbidden

    Hi,
    i installed the developer edition of ocms.
    The eclipse plugin works fine.
    I was able to deploy the "thirdpartycallcontrol" and to access it via http://localhost:8888/tpcc.
    BUT
    the basicresponse example does not work. I can deploy it but on
    http://localhost:8888/basicresponse
    i get HTTP Error 403 - Forbidden
    Is this not accessible via webfrontend?
    How can i see if this is working? In the documentation the use case is missing....

    Hi HEWizard,
    Basicresponse is a SIP only application, hence it's not available via a web front end. It can be accessed via a test SIP testing tool such as sipp: http://sipp.sourceforge.net/
    Hope this helps,
    Adam

  • HTTP Error 403 - Forbidden Error Accessing Simplest Example

    If I follow the instructions for creating the SIMPLEST example in the "iFS Online Resources" document, everything seems to work until the very last step. When I click on one of my sample objects a new window is launched for the JSP, but it gets an HTTP-403 error in it.
    Anone have any ideas? Thanks.

    Strangely enough, we're having no problems viewing the XML case files from within the JSW interface, they call the InsuranceForm jsp without any errors - which would indicate that the Java beans are in the right place. Yes?
    The problem we're getting is trying to log into the iFS repository via the URL http://<iFS Server>/public/examples/insuranceApp/src/login.jsp
    as per the demo instructions, we get HTTP Error 403 - Forbidden. I checked the permissions on the adk.jar file as per Monty Burns posts, and it's world readable. What gives?
    We've installed the 1.0.8.3 patch and the 8.1.6.0.1 JDK. NT Server 4, SP6, 8.1.6 database.
    Thanks in advance for your help,
    Cheers
    Geoff.

  • HTTP Error 403 - Forbidden  error when auto including a jspx page

    Hi All -
    We have a situation where one of different reports pages gets included inside a main reports page based on user selection via a selectOneChoice control.
    But when the Reports Main page tab is clicked for the first time we get a "You are not authorized to view this page" HTTP Error 403 - Forbidden error.
    Upon clicking "Refresh" and then clicking the Reports Main page tab again, the page renders correctly.
    This is our code snippet. All the report related pages(MainPage.jspx, Schedule.jspx and Budget.jspx) are inside a reports folder under the context root. Please help.
    Thanks for your time.
    MainPage.jspx
    =====================
    Here I have a selection box, and based on the user selection I include different JSPX pages. The page Definition of this page
    contains all the executables and the bindings of the included pages also.
    <af:selectOneChoice value="#{backing_Reports.measureSelected}"
    label="Measure" unselectedLabel="Select One"
    id="selectmeasure" autoSubmit="true"
    immediate="true">
    <af:selectItem label="Schedule Data"
    value="Schedule.jspx"/>
    <af:selectItem label="Budget Data"
    value="Budget.jspx"/>
    </af:selectOneChoice>
    <af:panelGroup>
    <jsp:include page="${backing_Reports.measureSelected}" flush="true"/>
    </af:panelGroup>
    Faces Config:
    ===================
    <navigation-rule>
    <from-view-id>*</from-view-id>
    <navigation-case>
    <from-outcome>GlobalHome</from-outcome>
    <to-view-id>/pages/Welcome.jspx</to-view-id>
    <redirect/>
    </navigation-case>
    <navigation-case>
    <from-outcome>GlobalReports</from-outcome>
    <to-view-id>/reports/MainPage.jspx</to-view-id>
    </navigation-case>
    <!-- 1. Reports menu tab item -->
    <managed-bean>
    <managed-bean-name>menuItem_Reports</managed-bean-name>
    <managed-bean-class>cs.view.menu.MenuItem</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    <managed-property>
    <property-name>label</property-name>
    <value>#{resources['scorecard.menu.reports']}</value>
    </managed-property>
    <managed-property>
    <property-name>viewId</property-name>
    <value>/reports/MainPage.jspx</value>
    </managed-property>
    <managed-property>
    <property-name>outcome</property-name>
    <value>GlobalReports</value>
    </managed-property>
    </managed-bean>
    :

    We have solved this, temproarily. But don't know if this is the best method to do this. Please post if somepne has a better way of doing this.
    While debugging we found that the ${backing_Reports.measureSelected} field which was set to a default value in backing bean was returned as null when the page renders for the first time. So we had a work around like this in our MainPage.jspx
    <af:panelBox width="80%" partialTriggers="selectmeasure"
    inlineStyle="margin:40.0px;">
    <af:panelGroup>
    <jsp:include page="${backing_Reports.measureSelected==null?'BlankPage.jspx':backing_Reports.measureSelected}"
    flush="true"/>
    </af:panelGroup>
    </af:panelBox>
    Thanks.

  • HTTP Error 403 - Forbidden after deployed to Oracle Application Server

    I hit HTTP Error 403 - Forbidden every time after I deployed my war file to my Oracle Application Server.
    Any help?
    Ming Man

    Thanks, I got it works here:
    Re: HTTP Error 403 - Forbidden
    Ming Man

  • HTTP Error 403 - Forbidden

    Hello
    We're getting this error message randomly when surfing the Internet. We have websense running on our network to perform web content filtering and are using the ASA for the http/https redirects. We've contacted websense and they said this error message is coming from the ASA, not their product.
    Does anyone have any ideas?
    Has anyone else seen this?
    ASA-5550
    version 7.2.4

    Here are the url filter statements we are have on our asa firewall.
    Is it recomended to use both longurl-truncate and cgi-truncate or is just using the cgi enough in this situation?
    Websense was recommending that we use the url-mempool option instead of using the truncate statements. Let me know your thoughts on what is the best way here. 
    filter url except 0.0.0.0 0.0.0.0 205.140.x.x 255.255.255.255
    filter https except 0.0.0.0 0.0.0.0 205.140.x.x 255.255.255.255
    filter url except 172.27.x.x 255.255.255.255 0.0.0.0 0.0.0.0
    filter url except 0.0.0.0 0.0.0.0 209.135.x.x 255.255.255.255
    filter url except 0.0.0.0 0.0.0.0 209.135.x.x 255.255.255.255
    filter https 443 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow
    filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 allow

  • UPK - Player gives HTTP Error 403 error

    I have created a animation using UPK. A player.exe was generated. It was playing fine on my local drive but when I post it to shared interface it gives me this error -
    Contact localhost:3282 home
    HTTP Error 403 - Forbidden
    Internet Explorer
    Have anyone of you encountered this? Please help.
    Thanks

    Jay,
    You should use this URL:
    https://ipaddress/certsrv/mscep
    If you try to get the cert from an http address, you will get an error.  You should be using https.  Also, the mscep.dll should not be part of the URL.
    You can test this connectivity from any browser by putting that URL in the sddress bar.  You should see a page similar to this:
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • Http error 403 while using servletrunner

    Hello Friends,
    I am getting the above mentioned error(Http error 403- forbidden) while trying to connect to servlet runner running at 8080 in my system. I downloaded jsdk2.0 and trying out some examples. Am I supposed to get a page once I try http://localhost:8080?
    Please respond ASAP
    Thank You All
    Santhosh

    have a look to the file web.xml in your webapps WEB-INF directory.
    here you have to define the servlets
    <servlet>
      <servlet-name>test</servlet-name>
      <servlet-class>your.package.YourServlet</servlet-class>
    </servlet>after having declared the servlet you could add a mapping - means an url expression which invokes your servlet:
    <servlet-mapping>
      <servlet-name>test</servlet-name>
      <url-pattern>test/test</url-pattern> <!-- OR */test.* OR ... -->
    </servlet-mapping>the way you used uses a default servlet invoker. means: if you enter /servlet/xyz the invoker will search for a ServletClass called xyz and invoke this servlet.
    depending on what server you use the url http://localhost:8080 will return the servers "welcomd page"

  • WL 5.1 and IIS - HTTP Error 403 - Access Forbidden problems

    I'm trying to hook IIS up to the evaluation version of WebLogic Server 5.1
    that I installed...
    I followed the instructions that I found on the Installing the Microsoft-IIS
    (proxy) plug-in page. I then copied HelloWorld.jsp into the
    d:\weblogic\myserver\public_html directory, and tried to bring it up in a
    browser by typing in localhost/HelloWorld.jsp. At this point, I got the
    following error:
    ** Begin error message **
    HTTP Error 403
    403.1 Forbidden: Execute Access Forbidden
    This error can be caused if you try to execute a CGI, ISAPI, or other
    executable program from a directory that does not allow programs to be
    executed.
    Please contact the Web server's administrator if the problem persists.
    ** End error message **
    I then tried adding a virtual directory called public_html to my default Web
    site. This didn't help. I even tried creating a directory called public_html
    inside public_html, setting execute privilages on it, and putting a copy of
    HelloWorld.jsp in there. This allowed me to type
    localhost/public_html/HelloWorld.jsp into my browser, and to see the JSP
    source code!?#...
    This is what my iisproxy.ini file looks like (It lives in d:\weblogic):
    ** Begin iisproxy.ini **
    # This file contains initialization name/value pairs
    # for the IIS/WebLogic plug-in.
    WebLogicHost=localhost
    WebLogicPort=7001
    WebLogicCluster=
    ConnectTimeoutSecs=20
    ConnectRetrySecs=2
    ** End iisproxy.ini **
    Any suggestions/help from someone who's done this before would be greatly
    appreciated. We can't run/evaluate the product before we can crawl and walk.
    Cheers...
    Dave Bruzzone
    WebCredenza, Inc.

    Thr problem is that you must set Execute rights to the IIS web at the
    Configuration settings (exactly as seen in the documentation).
    "Davide Bruzzone" <[email protected]> ha scritto nel messaggio
    news:8iubob$mgp$[email protected]..
    I'm trying to hook IIS up to the evaluation version of WebLogic Server 5.1
    that I installed...
    I followed the instructions that I found on the Installing theMicrosoft-IIS
    (proxy) plug-in page. I then copied HelloWorld.jsp into the
    d:\weblogic\myserver\public_html directory, and tried to bring it up in a
    browser by typing in localhost/HelloWorld.jsp. At this point, I got the
    following error:
    ** Begin error message **
    HTTP Error 403
    403.1 Forbidden: Execute Access Forbidden
    This error can be caused if you try to execute a CGI, ISAPI, or other
    executable program from a directory that does not allow programs to be
    executed.
    Please contact the Web server's administrator if the problem persists.
    ** End error message **
    I then tried adding a virtual directory called public_html to my defaultWeb
    site. This didn't help. I even tried creating a directory calledpublic_html
    inside public_html, setting execute privilages on it, and putting a copyof
    HelloWorld.jsp in there. This allowed me to type
    localhost/public_html/HelloWorld.jsp into my browser, and to see the JSP
    source code!?#...
    This is what my iisproxy.ini file looks like (It lives in d:\weblogic):
    ** Begin iisproxy.ini **
    # This file contains initialization name/value pairs
    # for the IIS/WebLogic plug-in.
    WebLogicHost=localhost
    WebLogicPort=7001
    WebLogicCluster=
    ConnectTimeoutSecs=20
    ConnectRetrySecs=2
    ** End iisproxy.ini **
    Any suggestions/help from someone who's done this before would be greatly
    appreciated. We can't run/evaluate the product before we can crawl andwalk.
    >
    Cheers...
    Dave Bruzzone
    WebCredenza, Inc.
    [isapi2.gif]

  • HTTP Error 403.16 - Forbidden, Your client certificate is either not trusted or is invalid.

    Dear Experts,
    I have tried mutual authentication with sample website as per below link:
    http://itq.nl/testing-with-client-certificate-authentication-in-a-development-environment-on-iis-8-5/#comment-19427
    1. Created a Root certificate, client and server certificate based on this root certificate by using Makecert command as per below link:
    2. Import these certificates in Trusted Root Certification authority of both the stores (Local and Current user)
    3. Created a sample website with HTML page
    4.Hosted this website in IIS with HTTPS binding and selected the above server certifcate
    5. Enabled "Require SSL" and selected "Require" under SSL settings of website
    6. Exported the client certificate in base64 format --> Edited in notepad --> made the key into single line
    7. Placed the above key under Configuration editor --> system.webServer/security/authentication/iisClientCertificateMappingAuthentication --> one to one mapping with user credentials.
    8. I tried to access the website
    But, I ended with below error :(
    HTTP Error 403.16 - Forbidden
    Your client certificate is either not trusted or is invalid.
    Detailed Error Information:
    Module    IIS Web Core
    Notification    BeginRequest
    Handler    ExtensionlessUrlHandler-Integrated-4.0
    Error Code    0x800b0109
    Requested URL    https://localhost:443/
    Physical Path    E:\SampleRoot
    Logon Method    Not yet determined
    Logon User    Not yet determined
    Could you please let me know what I missed here.
    Note:
    I am using windows8, IIS8.0.
    Thanks in advance.
    Regards,
    M. Prasad Reddy.

    Hi Prasad,
      As per this case, I have been shared the corresponding details below
      1.First of all,make sure that you import the certificate whether it belongs to Trusted RootCertification or not .
        If that is the case ,Goto Microsoft Management Console (MMC), open the Certificates snap-in. 
        For instance, the certificate store that WCF is configured to retrieve X.509 certificates from, select the Trusted RootCertification Authoritiesfolder. Under the Trusted Root Certification Authorities folder, right-click the Certificatesfolder,
    point to All Tasks, and then click Import.
      2.you configured the server certificate as well, But check the client certificate whether have root certificate or not by following command?
    makecert -pe -n "CN=SSLClientAuthClient"
             -eku 1.3.6.1.5.5.7.3.2 -is root -ir localmachine -in WebSSLTestRoot
             -ss my -sr currentuser -len 2048
      3. Also check the Service Certificate whether its configured on the WCF Service side
      4.Make sure that you followed all the steps are done correctly from your given referred link below
    http://itq.nl/testing-with-client-certificate-authentication-in-a-development-environment-on-iis-8-5/#comment-19427
      5.Besides, please try to set the require SSL as ignore to see if you can access the website.
    If the above details cannot able to resolve this issue, please post your config file here.

  • I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I am not sure what you mean by "Flash Player for steam"; the only Flash Player installers I know is the ActiveX (for Internet Explorer) and the plugin (for other browsers); you can find both at http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    [topic moved to Flash Player forum]

  • OHS VirtualHost only SSL - redirect to equivalent of IIS HTTP Error 403.4 - Forbidden: SSL is required to view this resource

    Hi,
    I'm completely new to OHS and have been asked to ensure that a URL that goes to OHS should only be accessible on HTTPS, if accessed by HTTP it should go to the equivalent of IISs
    HTTP Error 403.4 - Forbidden: SSL is required to view this resource.
    As OHS is the frontend to our SOA installation we have specific files under /moduleconf/ for the virtualhosts, an example of one is below. 
    Can anyone give me any clues/best practice to only allow this VirtualHost to be allowed on HTTPS/SSL and to not redirect non SSL to SSL but to an error page like the equivalent mentioned above.
    Any guidance would be greatly appreciated.  Many thanks
    <VirtualHost *:443>
      ServerName testhub.example.com:443
      RewriteEngine On
      RewriteOptions inherit
      RewriteRule ^$ /osb/hub.asmx [NC,P]
      RewriteRule ^/$ /osb/hub.asmx [NC,P]
      RewriteRule ^/hub\.asmx$ /osb/hub.asmx [NC,P]
    <Location /sbinspection.wsil >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <Location /sbresource >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <Location /osb >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <Location /alsb >
      SetHandler weblogic-handler
      WebLogicCluster OSB1:8011,OSB2:8011
    </Location>
    <IfModule ossl_module>
      SSLEngine on
      SSLProtocol nzos_Version_1_0 nzos_Version_3_0_With_2_0_Hello nzos_Version_3_0
      SSLCipherSuite SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_DES_CBC_SHA,TLS_RSA_WITH_AE
    S_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA
      SSLVerifyClient none
      SSLWallet  "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/host"
      SSLProxyEngine On
      SSLProxyWallet  "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/host"
      SSLCRLCheck Off
    </IfModule>
    </VirtualHost>

    Use https://221.135.134.52/vodacts/
    That gives me a certificate error because the server doesn't send an intermediate certificate that chains to a build-in root certificate.

  • HTTP Error 403.14 - Forbidden

    I am running Vista Ultimate SP2 and Visual Studio 2008.  I am getting the following error and would like to know how to fix it and how to fix it so that I am not asked for admin privilages all the time.  I am the administrator,  Here is the error I am getting:
    Server Error in Application "DEFAULT WEB SITE/BALLOONSHOP"
    Internet Information Services 7.0
    Error Summary
    HTTP Error 403.14 - Forbidden
    The Web server is configured to not list the contents of this directory.
    Detailed Error Information
    Module
    DirectoryListingModule
    Notification
    ExecuteRequestHandler
    Handler
    StaticFile
    Error Code
    0x00000000
    Requested URL
    http://localhost:80/BalloonShop/
    Physical Path
    C:\inetpub\wwwroot\BalloonShop\
    Logon Method
    Anonymous
    Logon User
    Anonymous
    Most likely causes:
    A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
    Things you can try:
    If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
    Enable directory browsing using IIS Manager.
    Open IIS Manager.
    In the Features view, double-click Directory Browsing.
    On the Directory Browsing page, in the Actions pane, click Enable.
    Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
    Links and More InformationThis error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.
    View more information »
    Thank you for your assistace.
    LadyDee

    I don't know anything about IIS.
    "karan.manglani" wrote in message
    news:0370a1a7-67b6-4e02-a2d4-cee3f61d5555...
    > Thanks for the help David. Got it installed; however, i still have the
    > same problem that I had originally which is a problem with my default
    > document.
    >
    >
    >
    > HTTP Error 403.14 - Forbidden
    >
    > The Web server is configured to not list the contents of this directoy.
    >
    > Module: DirectoryListingModule
    >
    > Notification: ExecuteRequestHandler
    >
    > Handler: StaticFile
    >
    > Error Code: 0x00000000
    >
    > Requested URL: https://localhost:443/
    >
    > Physical Path: C:\Windows\Web
    >
    > Logon Method: Anonymous
    >
    > Logon User: Anonymous
    >
    >
    >
    > I am trying to set up Remote Desktop Web Access on my own domain. If I
    > browse to the application in IIS, the webpage is displayed; however, when
    > browsing to the actual site, I am forbidden. My default document is
    > enabled and has the following entries:
    >
    > Default.htm
    >
    > Default.asp
    >
    > index.htm
    >
    > index.html
    >
    > iistart.htm
    >
    > default.aspx
    >
    > All entries are inherited. I do not want to enable Directory Browsing. I
    > just want the app to open when I visit the domain. All help is greatly
    > appreciated!
    >

  • Error 403--Forbidden - From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.

    Hi, I have a problem with WebLogic Server: 10.3.5.0.
    I need to set that anyone who sees my enterprise application can view the website but not how. I always displays an error.
    The error is:
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Can you help me?

    When I'm working with web servers, and I've not worked with weblogic for quite a while, it has always been rights that have been the gotcha for the 403 error. You need to make sure that if you want everyone to be able to brouse the given folder, you need public read and execute rights on the contents.

Maybe you are looking for

  • Acer Aspire Switch 10E - unable to boot, no keyboard

    Hello everyone, I have recently bought an Acer Aspire Switch 10E to do my terrain work, and would love to be able to run Linux on it. I'm running into one problem after another though (most likely because some things aren't officially supported yet,

  • Albums and Related Photo Page Not Working and IE when Files Local

    OK this is a tricky one for me. iWeb 3.0 Building and testing a site from a local folder on my MBP Create an album page, add an album from Aperture save and publish to local folder ( Sites ) Looks great in Safari Testing in Windows XP (vmwear on the

  • Problem with classes generated with .classgen

    When I run the sample app from the "Using XML in Oracle Database Applications, Part 2" that generates classes, the syntax is: java SampleMain -root MYMAIN myfile.dtd All the elements in myfile.dtd get a class built for them, but they also reference M

  • Sql loader & decimal point

    Hello, I need to import data with field containing floating point number. When I do this load on linux it goes ok. But when I try to load the same data from my windows there is problem with decimal point character. (My oracle server is 9i on linux).

  • Segment field filters

    Hi All, I want to filter a VSTEL field in segment E1EDP01 in Orders IDOC type. I don't want to filter whole segment. Is there any way?please help SPK