Error in ISA R/3 Edition-EP 6.0 Integration

I have installed EP 6.0 SP 27 and I need to integrate it with Internet Sales R/3. I have imported BUSINESS PACKAGE FOR SAP CRM 4.0_60_2_2 into Portals and I am using the Customer and Customer Administrator Roles for my ISA user.
But I get this error:
Portal Runtime Error
An exception occurred while processing a request for :
iView : pcd:portal_content/com.sap.portal.migrated/ep_5.0/roles/com.sap.pct.crm.Customer/customer/Shop/com.sap.pct.crm.channelmgmt.b2bshop
Component Name : com.sap.pct.crm.ChannelMgmtComponents.GenericISAComponent
The exception was logged. Inform your system administrator..
Exception id: 10:18_26/12/04_0004
See the details for the exception ID in the log file
When I checked the log files I can see this
[email protected]8e #
Dec 26, 2004 10:18:04 AM # Client_Thread_12     Fatal           Exception ID:10:18_26/12/04_0004
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : pcd:portal_content/com.sap.portal.migrated/ep_5.0/roles/com.sap.pct.crm.Customer/customer/Shop/com.sap.pct.crm.channelmgmt.b2bshop
Component class : com.sap.pct.crm.channelmgmt.GenericISAComponent
User : compras
     at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:853)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:311)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:217)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:580)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:670)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
     at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
     at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
     at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
     at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
     at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
     at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Caused by: java.lang.NullPointerException
     at com.sap.pct.crm.channelmgmt.framework.WebUtilities.getSessionIDFromCookie(WebUtilities.java:87)
     at com.sap.pct.crm.channelmgmt.framework.HttpCommunication.retrieveSessionID(HttpCommunication.java:67)
     at com.sap.pct.crm.channelmgmt.framework.WebInitialCommunications.getSessionID(WebInitialCommunications.java:54)
     at com.sap.pct.crm.channelmgmt.framework.SessionManager.checkInternalWebSession(SessionManager.java:68)
     at com.sap.pct.crm.channelmgmt.framework.SessionManager.checkWebSession(SessionManager.java:30)
     at com.sap.pct.crm.channelmgmt.framework.ExternalWebComponents.InitContent(ExternalWebComponents.java:63)
     at com.sap.pct.crm.channelmgmt.framework.ExternalWebComponents.doContent(ExternalWebComponents.java:44)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:217)
     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:580)
     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:670)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
     at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
     at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
     at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
     at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
     at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
     at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
     at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
     at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
[email protected]da #

Hey ..
Did you have a solution for this problem..? I have NW04 Portal SP9 with the same issue...
Anybody..any help ?
I figured that we need to fill up the ISA and ICSS part of the system landscape definitions...and also the parameter ISA Relative Path and ICSS Relative Path are very important in this case, but still no guidelines from any documentation or guide.
Any help is appreciated...
Thanks to all Portal Gurus..

Similar Messages

  • Unable to create/save a Sales Order in ISA R/3 Edition (WAS 6.40)

    I have been trying to place a new order on ISA R/3 Edition in B2B environment. Everything goes ok (put articles within the basket, update prices, calculations, etc), but when I click “To order”, the simulation screen appears with the articles but without the prices and calculations. The following error message appears:
    Error in R/3 system: document cannot be sent. Call our hotline
    I’ve checked the OSS note 700330 and it said that ISA user is trying to send an updated item ship-to party to R/3. In the ISA log-files, we have detected an R/3 error message VPD/003 'Partner function WE is not defined in partner procedure T ()'.
    The solution proposed is to
    1 - Change the partner procedure assignment for the third party items you are working with or
    2 - Disable the fields for changing ship-to parties on item level on the ISA UI or
    3 - Create your own R/3 error message when an item ship-to is entered for third party items and display it on the order change and order simulation screen.
    What I should implement is option 2, but I don’t know where I have to change the ship-to parties on item level on ISA UI, since in XCM there is no place to do so.
    Anybody knows where I can do those changes? Any help will be very much appreciated
    Thanks

    The problem is originated because in shopadmin tab “order”, there are two fields related order type: Order type from SAP R/3 & Order Type (next to delivery block field). The first one is the sales order type that is goanna be generated when a sales order is created. The second field is “purchase order type” related to the way in which the sales document arrives from the customer (Telephone, for example). Both of them must be valid, fist one in Sales order type, transaction VOV6 and second one in program SAPLSVIM
    The problem is that no matter what kind error you have in ISA R/3 Edition, the user will receive the same error message “Error in R/3 system: document cannot be sent. Call our hotline”, so you have to switch the backend logs on to write the real SAP error message

  • Excel service and OWA - getting ERROR while trying to open/edit Excel documents

    Hi All,
    We have configured SharePoint 2013 with Excel Service and OWA (Office Web Apps).
    After configuring, we are able to view/edit Word or PowerPoint documents from the browser (as OWA is configured). But we are getting errors while trying to open/edit Excel documents.
    We are not able to view/edit the excel workbook from the browser (through OWA).
    To open the excel in the browser, decision has to be taken at the farm level on what to be used – Excel Service or OWA Server? Is it possible to do setting at site collection level?
    Error details are given below:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 3/25/2013 1:29:08 PM
    Event time (UTC): 3/25/2013 7:59:08 AM
    Event ID: fc2e0530f493493896e6c8b6297a0423
    Event sequence: 10
    Event occurrence: 3
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/2/ROOT/x-1-130086717598089315
        Trust level: Full
        Application Virtual Path: /x
        Application Path: C:\Program Files\Microsoft Office Web Apps\ExcelServicesWfe\
        Machine name: VHYDMANTHSTP-02
    Process information:
        Process ID: 1252
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
        Exception type: ArgumentException
        Exception message: An entry with the same key already exists.
       at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Request information:
        Request URL:
    http://mysrevr/x/_layouts/xlpreview.aspx?ui=en-US&rs=en-US&WOPISrc=http://myservernames1/_vti_bin/wopi.ashx/files/f36d669ceb814d67bdad0e1e1f98e466&wdSmallView=1
        Request path: /x/_layouts/xlpreview.aspx
        User host address: 10.81.138.92
        User: 
        Is authenticated: False
        Authentication Type: 
        Thread account name: NT AUTHORITY\NETWORK SERVICE
    Thread information:
        Thread ID: 13
        Thread account name: NT AUTHORITY\NETWORK SERVICE
        Is impersonating: False
        Stack trace:    at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
       at System.Collections.Generic.SortedDictionary`2..ctor(IDictionary`2 dictionary, IComparer`1 comparer)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.GetInstalledUICultures()
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.IsUICultureSupported(String cultureTag, CultureInfo& cultureInfo)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICulture(String cultureTag, Boolean useOleo, Boolean allowCustomFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentUICultureFromFrontEnd(String uiCultureTag, Boolean allowFallback)
       at Microsoft.Office.Excel.Server.ExcelServerRegionalSettings.SafeSetCurrentCulturesFromFrontEnd(String uiCultureTag, String dataCultureTag)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.SetCurrentCulturesFromContext(HttpContext context)
       at Microsoft.Office.Excel.Server.ServiceHost.ServiceHost.Microsoft.Office.Excel.Server.Host.IEwaHost.PreProcessRequest(HttpContext context)
       at Microsoft.Office.Excel.WebUI.XlPreview.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    I have the same issue while opening the file , i have checked every thing twice. but unable to fix this thing . can any one help.
    One more thing which is i am wondering none of the MS representative replied on this post which is originally posted on March 27-2013.
    is microsoft alive??
    Imran Bashir Network Administrator MCP, JNCIA-EX,ER,JNIOUS +92-333-4330176

  • Error message while creating or editing a report

    Hi, we acquire the Crystal reports Ver 2008 type full, and this moment we are having an error message while creating or editing a report, the message suddenly appears saying:
    Crw32.exe has enconutered a problem and needs to close.
    Is there a patch available or what can we do?
    Thanks.

    Hi Lucus,
         This is to general an error, 1st try to reinstal the software, make sure you have admin rights on the PC, and try again.  If you still get the error, I would call the support number, and let them help you out.   You may need to know,   the type of PC or server the software was installed on, the current os, available memory... etc    For now, I would go to windows (If that is what you are running ) and re-install or repair the software.

  • Error message when installing Digital Edition

    I am getting the following error log when installing digital edition. I had the old verion of DE installed and it was working fine. When I was asked to upgrade I started to get errors to install the new version.
    Output folder: C:\Program Files\Adobe\Adobe Digital Editions
    Download digitaleditions_win.zip to C:\DOCUME~1\TICOPE~1\LOCALS~1\Temp
    Could not load: C:\DOCUME~1\TICOPE~1\LOCALS~1\Temp\nsgF.tmp\Sha1.dll
    Corrupted package digitaleditions_win.zip
    Did somebody has the same problem? How did you fix that?
    Thanks,
    Adriano

    When I try to install adobe digital editions I get a message saying: Directorio de salida: C:\Program Files\Adobe\Adobe Digital Editions Descargar  digitaleditions_win.zip en C:\Users\Usuari@\AppData\Local\Temp digitaleditions_win.zip del paquete está dañado, wich means "the package is damage"
    I,ve tryed lots of time and there is no way. Could anyone help me!

  • Proxy Error ( The ISA Server denied the specified Uniform Resource Locator

    Dear All,
       I am getting one error in ABAP proxy configuration,
      following is the error.
    ~response_line     HTTP/1.1 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )
    ~server_protocol     HTTP/1.1
    ~status_code     502
    ~status_reason     Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  )
    via     1.1 BLRSPRX10001
    connection     close
    proxy-connection     close
    pragma     no-cache
    cache-control     no-cache
    content-type     text/html
    content-length     4070
        suddenly one day this error occured.  proxy configuration was working earlier fine. SLDCHECK also working without any problem now also. but in SPROXY it is saying no connection to ESR. only local objects.
    Please help me.
    Regards
    Pradeep P N

    Hi Pradeep,
    What is this BLRSPRX10001?
    IF it is rfc destination, then check the user.
    This problem is related to user rights. The user used there might not have sufficient authorizations to invoke the proxy. (may be the authorization is expired)
    Regards
    Suraj

  • TS3694 I get an Error 7 on Microsoft Home Edition 7 telling me iTunes did not properly install

    I keep getting an Error 7 on Microsoft Home Edition 7 telling me iTunes did not properly install.

    Hmmm. Then try this out buddy:
    http://support.apple.com/kb/TS3074

  • Creating sales order from contract ISA R/3 Edition

    Hi Forum,
    Our scenario are
    1 - customer select product from catalog and place order from internet
    2 - sometimes, customer already have a contract with us (created earlier manually on SAP) and want to create sales order from internet referencing a SAP-contract.
    For scenario No.1 - we can use standard SAP
    For scenario No.2 - is there any standard way to do so? or we have to do customization?
    Any suggestion are welcome.
    Thanks a million.!!

    Hello
    "Contract Processing" is not supported out-of-the-box in ISA R/3 edition.
    However, you have a good news. The OSS Note [788245 |https://service.sap.com/sap/support/notes/788245]- "ISA R/3 4.0: contract processing", explains how to implement this feature on a project basis.
    We have implemented this feature successfully at few customers.
    Hope this helps.
    Easwar
    http://www.parxlns.com

  • HT201210 i tried to jailbreak my ipod 4g 6.0.1(523) but was not possible. now i cant restore it becouse say i cant restore my ipod error 3194. i try to edit hosts on win32 but was unsuccesfully. anybody help me please :(((((

    i tried to jailbreak my ipod 4g 6.0.1(523) but was not possible. now i cant restore it becouse say i cant restore my ipod error 3194. i try to edit hosts on win32 but was unsuccesfully. anybody help me please :(((((

    Jailbreak discussion is not allowed in forum.
    And you have learned the risk of jailbreak.

  • Why do I keep getting the error message "insufficient content for edit"?

    I'm following a tutorial to create crawling text but when I come to superimpose it onto my video, I get the error message "insufficient content for edit"?
    The crawling text lasts for 10 seconds.
    I'm confused

    I usually get that error when I'm trying to cut in a shot that FCP decides is lacking in content. It might be a perfectly good shot on its own, but it doesn't really add to the story. When I step back and think about it, the program is usually right. I also sometimes get "Edit operation had no effect" which is a little harsh. I like to think my edits have some effect.

  • Error: Component graphic or script edited

    Hi There,
    I'm trying to use Fireworks for wireframe mockups but am having a hard time using images in the document library. At this stage I'm just trying to use the "Image Placeholder" that ships with CS5.
    When you scale the image it won't really snap to guides or the grid (or other objects). I think this is because the little handles are outside the box maybe?
    Thinking this was the case, I opened the "image Placeholder" from the library and adjusted the nine slice guides so they were pixel perfect on the outside of the box.
    But now when I try to add it to the library I get an error "Component graphic or script edited".
    Not sure what I'm doing wrong - I just want things to snap to pixels and line up with objects, guides and the grid of created.
    Any help would be much appreciated.
    Cheers
    Ben

    After a bit more experimentation, it would appear that if you draw an object it is pixel perfect and snaps accurately.
    But if you save the object as a symbol to reuse (I made my own image placeholder for example) then the little blue points are sometimes placed outside the edges which makes it impossible to use snapping with symbols - as FW snaps to the blue points and not the edges of the object.
    Is anyone else experiencing this? Kind of renders symbols useless if you require accuracy - hope I'm wrong though.
    Any help would be much appreciated.
    Cheers
    ben

  • Meaning of this error (ISE 1.2 on SNS-3415): HARDWARE RNG INTEGRITY CHECK HAS FAILED!

    Hi. We recently purchased an ISE 1.2 appliance (SNS-3415 hardware). It installed fine, but I am unable to access the GUI. When I login to the box and run the following command on the CLI
    ISE-12-NS-SD-2/admin# show application status ise
    I see the following output:
    ISE Database listener is running, PID: 7737
    ISE Database is running, number of processes: 38
    ISE Application Server process is not running.
    ISE Profiler DB is running, PID: 9090
    ISE M&T Session Database is running, PID: 8959
    ISE M&T Log Collector is running, PID: 9294
    ISE M&T Log Processor is running, PID: 9376
    % ERROR: ISE SERVICES HAVE BEEN DISABLED BECAUSE
    %        HARDWARE RNG INTEGRITY CHECK HAS FAILED!
    Can anyone help me? What can I do to ensure that the hardware RNG integrity check succeeds. Is it a license issue? Is it faulty hardware? Please advise. I would be very greatful.
    Thanks in advance.

    I worked with a TAC engineer on this and he said one other customer had this issue and the only recourse was reimaging the appliance with the ISE 1.2 ISO image.
    I did reboot, restarted services, reset to factory default and none of that worked. It is possible that the issue happened because during setup of the appliance I didn't have network connectivity and went ahead with the setup and configuration of the ISE application anyway. I later had network connectivity but by that time ISE manifested this fault.
    Reimaging and ensuring network connectivity during setup the next time around fixed the problem.

  • CRM ISA R/3 Edition on AP 7.0  Pricing Routine Number range error

    Hi Experts,
    For our R/3 ISA Secenerio I have developed a Pricing Prepare Routine (PRP). I have uploaded this routine into AP 7.0 ( which runs my IPC 5.0). Now when I try to register my PRP routine I'm not able to do so because of Number range not defined for Application V Scenerio A and Routine Type PRP.
    My question are:
    <b>1)</b> For a PRP type Routine( Multiple Implementation) is it important to assign a
        routine number?    ***( according to pricinguserexit manual dummy routine no
                                      has to be assigned)******
    <b>2)</b> If yes then how can i assign Number range for this combination.
    NOTE: AP 7.0 has SP 7 ( So it fullfills requirment for Special scenerio)
    I have never recieved a reply for my query from this forum... hope someone helps this time. <b>:)</b>
    Regards,
    Dipender Singh

    go to http://www.configuration-workgroup.com/ and find technical doc about IPC 5.0 that i presented at Marco Island in 2006.

  • Web Clipping proxy error with ISA Proxy server

    hi
    i'm trying to prepare web clipping in portal .
    and fill in http proxy in webclipping test page option like this:
    HTTP Proxy: isa.sazehgostar.com(fill in http proxy in internet option,with port 8080 )
    port :8080
    Requires Authentication:yes
    type :Basic
    Realm:sazehgostar.com (our domain name)
    my username:474
    my password :.....
    but when i trying to connect to http://www.yahoo.com i get this error message:
    An exception has occurred : oracle.portal.wcs.transport.http.HttpTransportException WCS-519 -- HTTP Proxy Authentication failed for proxy isa.sazehgostar.com:8080 with authentication of type "Basic" at realm "sazehgostar.com". Update your proxy login information in the Edit Defaults / Personalize page to
    authenticate.
    but my username and password is correct.
    our application server is 10.2.
    and oracle portal 10.1.2 that upgrade to 10.1.4
    and our proxy server is isa server

    I have the same problem with isa server.
    Did you sovle it?

  • Jsp,bc4j,Data web Bean , error : NO ROWS AVAILABLE FOR EDITING

    HI
    I'm developping a jsp application based on Bc4j. when trying to insert a new row with missing fields which must be not null,
    in order to be able to edit the row and correct the non seized fields, I display the edit page and it works for several views. but this time when editing fields and submitting the edit form an error is raised with the message no rows available for editing.
    the particularity for these views(which causes the error) is that are details for a view which is detail for an other.
    can someone please suggest some solution for such a problem
    thanks in advance
    Ghassen
    null

    ghassen
    this is a typicall error that occurs when trying to execute the Row data tag with action "Update" and there is not row obtained through the rowkeyparam (normally MyRowKey url parameter passed from the Edit page). I don4t have sufficient information to give you an exact solution.
    I don4t understand all your escenario, you spoke about "Insert new row with missing values in required fields", but if you don4t specify a right value to that fields, the insert fail.
    Then you display the Edit page to edit that just inserted row, to correct (specify?) the values of that fields. The error occurs in the EditSubmit page.
    The EditSubmit page execute de Row data tag, according to the implementation of Rowtag, first recover the row reference (from rowkeyparam url parameter) and then, if that row reference is null, throws the "No rows available for editing" Runtime Exception. This means that the datasource used in your EditSubmit page not include that RowKey reference (obtained from Edit page as Url parameter).
    HTH
    Pepe

Maybe you are looking for

  • Can InDesign Account for a Thick Signature?

    I'm scoping out InDesign and wanted to know if there's a way for it to account for thick signatures? I'm basically planning to make a small book of about 20 pages folded in half. If I print it out, due to the thick fold, the content of the pages shif

  • I cant move my song order inside a playlist anymore

    I tried the two most suggested fixes (turning off shuffle and clicking on the first column) but nothing works and now all my playlists are not allowing me to change the order of the songs Help! Thanks

  • [HELP] NI MAX Error and Lockup...

    I have a NI PXIe 1062Q and NI PXIe 8135.  Windows 7 Professional 64-bit installed. I removed all the NI software using the control panel and then installed NI Developer Suite 2012. As part of the install the following was installed: NI Developer Suit

  • Passing select options through subroutines

    Hi how do you pass select option values through subroutines?

  • Data Sheet for N5K-C5548UPM-B-S48

    Hi, I need a datasheet or technical documents for N5K-C5548UPM-B-S48. Manthan