Javascript error during translation in portal

hi,
i am transalating objects from english to italian in portal content translation...
but during the implementation i am having javascript errors in portal.
there is no problem in the english version..
Snippet of the english javascript
<title >XYZ</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<script SRC="/irj/portalapps/com.sap.portal.httpconnectivity.httpauthentication/scripts/CAManagerScript.js" ></script>
<script SRC="/irj/portalapps/com.sap.portal.navigation.helperservice/scripts/HistoryFramework.js" ></script>
<script SRC="/irj/portalapps/com.sap.portal.navigation.helperservice/scripts/NavigationFramework.js" ></script>
<script SRC="/irj/portalapps/com.sap.portal.pagebuilder/scripts/pagesupport.js" ></script>
<link  REL=STYLESHEET  HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/customer/BDS/prtl/prtl_ie6.css?6.0.15.0.49"  TYPE="text/css" >
<link  REL=STYLESHEET  HREF="/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/customer/BDS/ur/ur_fc_ie6.css?6.0.15.0.49"  TYPE="text/css" >
<script SRC="/irj/portalapps/com.sap.portal.htmlb/jslib/controls_ie5.js" ></script>
<script SRC="/irj/portalapps/com.sap.portal.htmlb/jslib/sapUrMapi_ie6.js" ></script>
<script SRC="/irj/portalapps/com.sap.portal.htmlb/jslib/popup_ie6.js" ></script>
<script SRC="/irj/portalapps/com.sap.portal.htmlb/jslib/languages/urMessageBundle_en.js" ></script>
<script SRC="/irj/portalapps/com.sap.portal.navigation.toplevel/scripts/toplevelnavigation.js" ></script>
</head><body class="prtlBody urFontBaseFam urScrl">
<!-- EPCF: Component com.sap.portal.navigation.portallauncher.default, ngifocjigiaefchfplbhppaombngcpbo -->
<!-- EPCF: Component com.sap.portal.pagebuilder.pageBuilder, akaimbgolgbpepcdkebifnaombngcpbo -->
<Script>
var caEngine = new CAManager('/irj/servlet/prt/portal/prtroot/com.sap.portal.httpconnectivity.httpauthentication.Engine','dialogHeight:10;dialogWidth:20;center:1;help:0;status:0');
caEngine.registerCAEvent('com.sap.portal.httpconnectivity.httpauthentication','Teach',caEngine,'eventCallBack');
</Script>
And the corresponding script in italian is
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<SCRIPT src="Introduzione - Kodak Portal_files/CAManagerScript.js"></SCRIPT>
<SCRIPT src="Introduzione - Kodak Portal_files/HistoryFramework.js"></SCRIPT>
<SCRIPT src="Introduzione - Kodak Portal_files/NavigationFramework.js"></SCRIPT>
<SCRIPT src="Introduzione - Kodak Portal_files/pagesupport.js"></SCRIPT>
<LINK href="Introduzione - Kodak Portal_files/prtl_ie6.css" type=text/css
rel=STYLESHEET><LINK href="Introduzione - Kodak Portal_files/ur_fc_ie6.css"
type=text/css rel=STYLESHEET>
<SCRIPT src="Introduzione - Kodak Portal_files/controls_ie5.js"></SCRIPT>
<SCRIPT src="Introduzione - Kodak Portal_files/sapUrMapi_ie6.js"></SCRIPT>
<SCRIPT src="Introduzione - Kodak Portal_files/popup_ie6.js"></SCRIPT>
<SCRIPT src="Introduzione - Kodak Portal_files/urMessageBundle_it.js"></SCRIPT>
<SCRIPT src="Introduzione - Kodak Portal_files/toplevelnavigation.js"></SCRIPT>
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY class="prtlBody urFontBaseFam urScrl"><!-- EPCF: Component com.sap.portal.navigation.portallauncher.default, ingimdmohgfmmefgpmjakjaoloejooag ><! EPCF: Component com.sap.portal.pagebuilder.pageBuilder, bpjeddnfehibjmgdenlbfdaolmpgdhip -->
<SCRIPT>
var caEngine = new CAManager('/irj/servlet/prt/portal/prtroot/com.sap.portal.httpconnectivity.httpauthentication.Engine','dialogHeight:10;dialogWidth:20;center:1;help:0;status:0');
caEngine.registerCAEvent('com.sap.portal.httpconnectivity.httpauthentication','Teach',caEngine,'eventCallBack');
</SCRIPT>
seeing the scripts, the difference is that the path in italian is not given..
where do i have to give that??
need help in this regard...

While translation make sure u dont leave a space in the end in the translated text.
I found this error resolved after removing the spaces from the end of the translated text.

Similar Messages

  • Idoc outbound errors05(error during translation) 07(error during syntax ch)

    hi,
            i found all idocs in the system fails with status 07(error during syntax check)
    idoc got different stats:
      flow of status:01
                          30
                          03
                          18
                          24
                          05 (error during translation)
                          07 (error during syntax check)
                        what could be the problem ?

    Hi,
    This could be the format which you are sending not matching with other system.
    For example, if your are sending the Idocs to EDI, system, the mapping should be correct with the idoc which you have are sending. If haven't changed any posting program logic or idoc segments, then check with other system who is supposed to transmit the idocs.
    Regards,
    Ashok

  • Error during startup of portal service after SPS11

    Hi Guys,
    After installation of SPS11 to our 2004s portal system we have problem with startup of our Portal service.
    Before SPS11 we had SPS9 system and everything was working correctly.
    Our service is connecting to Database during its initialization.
    This is part of our code:
    Properties p = new Properties();
    p.put("java.naming.factory.initial", "com.sap.engine.services.jndi.InitialContextFactoryImpl");
    try
         Context ctx = new InitialContext(p);
         _ds = (DataSource)ctx.lookup(POOLNAME);
         Connection conn = _ds.getConnection();
         conn.close();
         LogWriter.traceInfo(LogWrapper.trace,"Connection established.");
    } catch (NamingException ex)
    The error is:
    #1.5#000802A2BF4A00580000038200003E3000042C1F016BDC9A#1174411586934#System.err#sap.com/irj#System.err#Guest#2####a813ff20d70611dbbcd7000802a2bf4a#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of SABMILLER.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:649)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:344)
         at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:254)
         at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:271)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at cz.sap.statemanagement.StateLogRetriever.<init>(StateLogRetriever.java:73)
    The probleam appears only during startup of portal!
    If you deploy service on running portal it is started without any problems.
    We tried to apply note (Note 960199 - 2-Phase Init Mechanism for Portal Services is Deprecated) but without success.
    This is modification of our portalapps.xml as described in Note.
        <service name="StatemanagementLogService">
          <service-config>
            <property name="className" value="cz.sap.statemanagement.StatemanagementLogService"/>
            <property name="startup" value="true"/>
            <property name="twophaseinit" value="always"/>
          </service-config>
    Please could you help us with this problem?
    Anyone has an idea what is wrong?
    Thanks a lot
    Ondrej

    Hi Nirmal,
    thanks you for your quick response. This is what the installer returns when I use your suggested command:
    Mar 7, 2012 2:35:56 PM [Error]: The parameter jce_policy_zip in externally supplied configuration is invalid.
    I looked up the parameters for the STARTUP:
    rootdir [guiport] [httpport] [guistart] [guimode] [config] [sid] [instanceNr]
    Thus the jce_policy_zip is not a valid parameter.
    However, after deleting the file specified I could just run STARTUP again and this worked.
    Thanks
    Marcel
    Edited by: M. Rabe on Mar 7, 2012 2:57 PM

  • Javascript error in Content Admin- Portal Content- iview Navigation window

    Hi friends,
    We are in the process of portal migration and as a part of this, we installed NW04 SPS 14 using Rapid Installer and then upgraded it to SPS 18. The components we upgraded are:
    Java component
    Portal Platform
    Knowledge Management and Collaboration
    Adobe Document Services
    BI UDI
    BI MMR
    After upgradation, when we logged in to portal, we were not able to see/browse Portal pages/Roles/Iviews/Worksets (PCD Contents) under Content Administration->Portal Content.
    Again, whichever window is there for navigation of PCD, we are not able to see the contents of PCD.For e.g. System Administration -> System Configuration.
    Does anyone know how to solve this issue?
    Regards,
    Nilz

    Hi nilz,
       See this thread:
    Getting javascript error while logging in EP
    Javascript error when loading Portal Content
    Regards, Suresh KB

  • Javascript error in Content Admin- Portal Content

    Hi Experts,
    We have just installed SAP Netweaver Portal 7.0. We get an error of javascript when we navigate to Content Administration->Portal Content and due to this Portal Content Folder is not displayed. While through Super Admin role Portal Content is displayed with javascript error. Please guide us, its Urgent.
    Rewards to satisfactory answers.
    Regards,
    Bharat Mistry.

    Hi Bharat
    refer to this for the Log file
    Physical path of log files in EP server
    Portal Runtime Error - Where is the log file?
    For javscript problem refer  to
    Javascript error when loading Portal Content
    Portal Content Permissions
    Getting javascript error while logging in EP
    Thanx
    Pankaj

  • Getting a Javascript Error On New Azure Portal

    I am getting a JavaScript error on new portal when I right click on monitoring chart and select Edit Chart. Below is the screenshot for the same.
    Line: 951
    The error says "Unable to get property 'timeGrain' of undefined or null reference

    Hi Manoj,
    Thanks for posting here.
    I suggest you to clear all cookies and restart your IE. Let us know the results.
    Also, I suggest you to try lauching Azure portal on a different browsers such as Firefox, Safari etc.
    Girish Prajwal

  • Problems - Javascript errors, when I login Portal from Internet.

    I have the following problem:
    In order to login SAP Portal 7.0, externally, I created a URL in  public host like http://km.mycompany.com,
    and that URL redirects me to my portal URL, like http://myserver.mycompany.com:50000/irj., using SAP WebDispatcher
    The problem is that if logon to http://myserver:50000/irj (from inside my LAN), I can navigate it OK.
    But if I login Portal from the Internet (outside LAN), I have in several pages Portal Javascript errors. I analyzed that these errors occur for example on page User Admin, or the Webdynpro Administrator.
    After analyzing a bit, I found that pages that give me javascript errors (for example, "SSR is undefined" or " 'me' is undefined", that dont let me to click buttons or see gifs images, or display /nwa page) occurs in the pages that does not begin with "/irj" but with "/webdynpro/dispatcher. "
    any ideas ???
    thanks in advance,
    regards,
    Edited by: Leandro  Balboni on Sep 1, 2008 11:44 PM
    Edited by: Leandro  Balboni on Sep 1, 2008 11:45 PM

    Hi,
    JavaScript issues 9 out of 10 have to do with FQDN issues.
    Anotherthing to check in the WepDisp config is:
    wdisp/permission_table = URLpermissions.pfl
    Good luck,
    Benjamin Houttuin

  • Error during Step14 of Portal installation

    Hi,
    When I run Oracle 9iAS Portal 3.0 Configuration Assistant, I get the following error:
    STEP 14 : Installing seed data for all layers
    INSTALL_ACTION: installSeedData() : ..\..\bin\sqlplus portal32/ portal32@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROT
    OCOL=TCP)(HOST=myportal)(PORT=1521)))(CONNECT_DATA
    =(SID=ORCL))) @..\..\portal30\admin\plsql\wwc\wwcinsd.sql portal32 OP30_DEF TEMP wwcinsd.log OP30_DOC OP30_DOC portal32_NULL portal32_sso portal32_DEMO
    INSTALL_ACTION:installSeedData() :..\..\bin\sqlplus portal32/ portal32@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROT
    OCOL=TCP)(HOST=myportal)(PORT=1521)))(CONNECT_DATA
    =(SID=ORCL))) @..\..\portal30\admin\plsql\wwv\wwvinsd.sql portal32 OP30_DEF TEMP wwvinsd.log OP30_DOC OP30_DOC portal32_NULL portal32_sso portal32_DEMO
    ORA-03114: not connected to ORACLE
    Errors encountered in the Install process. Installation Aborted.
    I have got this error twice and during the second time, I made sure that I had started the listener using the lsnrctl and I was able to connect as internal, sys and manager through the svrmgrl . I was also able to run the query "Select * from global_name" which returned ORCL.WORLD.
    Please help with this problem.
    Thank you.
    Shakti Saran

    Hy
    thank for your answer...you did me in the right way to solve the problem.
    In my case the problem was the source ID . In configtool the box-number was the same that i have put in
    cluster_switch.id properties but the problem still occurred.
    I was sure about the name but following the OSS note  966752 there is an important sentence:
    Note: The default value is crucial! If a custom value other than the default value was applied, we highly recommend that you restore the default value.
    well....in configtool of source system ...File -> Configuration Editor and open Configurations -> cluster_data -> Property sheet instance.properties.IDXXXXXXX  you have two click on instence.properties and a popup appears and you have to do attention to the default hostname that in my case was different from box number.
    I've put the default hostname in cluster_switch.id properties following the note and the migration ended succesfully.
    thanks a lot
    nickk

  • Error during export from portal using CTS+

    Hi,
    Our portal lansacape consists of EP7 EHP1 systems (EPD --> EPQ --> EPP). For transports in portal we have configured CTS+ on PI system which is a NW 7.1 system acting as a domain controller. All the configurations are completed. When I go to the export editor in Portal and click on Export it throws an error
    "No valid transport request found; consult your system administrator".
    In the default trace i can find the error
    #1.5 #002219AC76D1007C0000005400000BC400046EB1C042BD43#1247609620743#com.sap.tc.di.draft.cts.impl.adapters.
    jco.TmsTransportConfig#sap.com/irj#com.sap.tc.di.draft.cts.impl.adapters.jco.TmsTransportConfig#kbhonsley#35123##
    MUSTANG.myit.main_EP7_27809050#kbhonsley#39a175f070c311decbfa002219ac76d1#SAPEngine_Application_Thread
    [impl:3]_18##0#0#Error#1#/Applications#Plain###Cannot get default request (for application type: EP, user: kbhonsley,
    SID: EP7, SC: null) [CANNOT_GET_DEFAULT_REQUEST]#
    #1.5 #002219AC76D100770000004100000BC400046EB1F515D4A7#1247610507037#com.sap.tc.di.draft.cts.impl.adapters.
    jco.TmsJCoAdapter#sap.com/irj#com.sap.tc.di.draft.cts.impl.adapters.jco.TmsJCoAdapter#kbhonsley#35123##MUSTANG
    .myit.main_EP7_27809050#kbhonsley#39a175f070c311decbfa002219ac76d1#SAPEngine_Application_Thread[impl:3]_
    37##0#0#Error#1#/Applications#Java###Error executing function (check stacktrace for details): CTS_WBO_GET_DEFAULT_REQUEST [EXECUTION_ERROR_CHECK_STACKTRACE]
    [EXCEPTION]
    #1#com.sap.mw.jco.JCO$Exception: (126) INVALID_SYSTEM: System EP7 is not valid; configure Organizer client in TMS.
    As per SAP Note 1155884 point 7, it mentions to verify the client of application system is same as NON_ABAP_WBO_CLIENT.
    Which is the application system ?
    Any idea what is missing in the configuration? and how to resolve this?
    Any help is much appreciated.
    Thanks!!
    Edited by: Kiran on Jul 14, 2009 4:32 PM

    Hi Kiran,
    I think you have created an RFC destination using visual admin or NWA right. com.sap.~CTS
    in this RFC what is the client you have mentioned. It should be clnt 100 then and also the user must be exisiting in clnt 100.
    Small help required: I have seen one of your post which address the below issue:
    Already refered that note, It was the problem with CTSPROXY logical port, We created it in 000 but it should be in the integration client for the portal transports, After this we are getting the below error:
    Deployment
    Transport request : XX6K900001
    System : XX6
    tp path : tp
    Version and release: 375.30.25 710
    CTS Deploy Service - Version 0.92 06.03.2007
    ========================================================================
    Deploy Web service destination = CTSDEPLOY
    Directory = /usr/sap/trans/data
    SDM Deploy URL = http://logonXX6.XYZ.com:51318
    SLD Deploy URL =
    XI Deploy URL =
    Non-ABAP system XX6 (communication system XX5)
    Deploy for SDM
    Deploy File = TEST1_20090710_045816.epa
    Start of Web service log
    Deploy Service called with following parameters:
    CommunicationData-Type:0
    CommunicationData-Address:http://logonXX6.XYZ.com:51318
    CommunicationData-Host:logonXX6.rwe.com
    CommunicationData-Port:51318
    CommunicationData-User:'filled'
    CommunicationData-Password:'filled'
    Deployable(0)
    Deployable-Type:0
    Deployable-Id:/usr/sap/trans/data/XX6K900001/TEST1_20090710_045816.epa
    class java.lang.NoClassDefFoundError:com/sap/sdm/api/remote/UnsupportedProtocolException
    com.sap.cts.deployer.DeployerFact.getDeployer (DeployerFact.java:30)
    com.sap.cts.core.DeployManager.<init> (DeployManager.java:42)
    com.sap.cts.ejb.DeployBean.deploy (DeployBean.java:99)
    sun.reflect.NativeMethodAccessorImpl.invoke0 (NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
    Have you resolved this issue, if so can you please share the solution.
    Regards,
    Vamshi.

  • Idoc status  05-Error During Translation

    hi ,
    we have two failure IDocs with status 05 for ORDERS type message. we did not see any diffrence between the failed Idocs and succesfull . for the same partner we got succesfull Idocs .
    can any one throw some light on how to approach ?
    regards ,
    Prakash.

    Hi,
    What  i feel is that the IDocs didn't translate correctly and were fixed, but no subsequent status records were created to reflect that fact. But you won't know for sure until you talk to
    whoever's running your EDI translator. That person can also
    tell you what went wrong with those IDocs, which you'll want to
    find and fix before you re-process anything.
    The problem is in the Mapping tool.. when the mapping tool tried to map the IDOC for EDI . it errored.. and  the EDI group should be fixing .. or contacting you if they need something in the IDOC that is missing.
    Regards,
    nagaraj

  • Javascript error in TLN=1

    Hi everybody, i'm working in EP SP13; i put TLN = 1 in the way the documentation says.
    Now (sometime) i get a strange javascript error during the navigation in the portal: it says "object required" on row 777.
    When i get this error i'm not able to navigate anymore in the portal, it always remains in the home page.
    The problem gets solved when i put TLN=2 again.
    What could be the cause of this behaviour?
    Thanks in advance.

    Hi Pier,
    You should change number of TLN levels in <b>two</b> places:
    1. <b>In the TLN iView</b> - the property <i>Number of Display Levels</i>.
    2. <b>In the Desktop Innerpage (inside the framework page)</b> - the property <i>Number of Display Levels in TLN</i>.
    Hope that helps,
    Yoav.

  • 10.1.3 Faces: Javascript error on PPR

    Hi all,
    I'm getting a Javascript error during PPR in IE 6.0. This error does not appear in FF 2.0. The error is "Invalid Argument" on line 2984 of adf/jsLibs/Common10_1_3_2_0.js:
    form.removeChild(tempParams[paramName]);
    Research suggests that this error should occur when "tempParams[paramName]" was created in a different document from "form", and sure enough, with a DOM inspector, I was able to determine that the documents have different unique IDs.
    Does anyone know why this might be happening? It doesn't happen in all my pages, but I can't figure out what might be special about this one.
    Thanks much,
    Avrom

    Hi Frank,
    The development environment is JDev 10.1.3.2; I can see if upgrading makes a difference--but the error is actually appearing in the deployed environment, which is Oracle AS 10.1.2.
    The error is getting reported by Microsoft's script debugger--without it, there's a brief flash of a warning symbol in the IE status bar, but it disappears quickly.
    The reason I care about this error (although it's transient and doesn't really seem to affect the outcome of that PPR) is that I suspect it as the culprit in more worrisome behavior--after this error appears once, the <af:messages> component on the page will no longer refresh until the page is left and returned to (although no error is reported at that time). I'm so suspicious because they always go together--I've never been able to get the component to refresh after getting this error, or to keep it from refreshing without getting it. This includes the fact that neither problem surfaces in FireFox.

  • BEA 8.1 SP3 / Java Portlets replaceDynamicMarkup() Javascript error

    Hi
    I have been using BEA Portal SP2 for a while and have swapped over to SP3 but I am now seeing a Javascript error in the BEA portal page within a javascript method replaceDynamicMarkup(). This occurs when I have multiple Java Portlets on a page (can be the same portlet multiple times) and you maximise the portlet either programmatically or via the maximise button.
    The problem appears to be that when you maximise the portlet, the contents of the replaceDynamicMarkup do not change and try to access html associated with portlets not being displayed on the page. For example, the method with one portlet maximized and with 2+ portlets in normal mode is the same.
    With one portlet maximised, so only one visible:
    function replaceDynamicMarkup()
    {  var elem = document.getElementById("0_32");
    elem.innerHTML = "<span id='0_32'>SP3Test</span>";
    var elem = document.getElementById("0_38");
    elem.innerHTML = "<span id='0_38'>SP3Test</span>";
    because the other portlet isnt present both netscape 7 and IE 6 throw a "null" Javascript errors. As there is no check to ensure that the element is actually retrieved from the dom. Is there a workaround / fix for this?
    Thanks
    Andrew.

    Hi,
    I am not sure whether i am identifying the problem correctly or not, but we have seen this behavior with the portlets, as when we have two instances of a portlet on the same page and both are using same JavaScript function ,since all the portles are included in the same page we need to use Encode namespace for the java script functions so that a portlet Instance can identify its Java script function correctly
    While writing javascript function use
    function <portlet:nameSpace/>doSubmit()
    alert("good Morning ");
    While calling Javascript function use
    <input type=button value="Sumbit" onClick="javascript:<portlet:nameSpace/>doSubmit()"/>
    See if this can solve your Java Script problem.
    Thanks
    Milind

  • An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery or directly typing its URL

    I apply theme before singing all users into application ,now  visitor/member are not affected color text so we are reapplying themes 
    I am not able to reapplying SPColor /my site Host template "  An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery
    or directly typing its URL" while applying theme i am getting error
     

    is it your public site/ community site or team site?
    what level of subscription you have?i would say try to delete the site and try to create a new.
    http://community.office365.com/en-us/forums/154/t/147705.aspx
    are you able to open the site in the sharepoint designer?
    or try to send them the private message to the support team.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Getting javascript error in portal admin

    Dear all,
    When i tried to add a content item in the CMS of Weblogic Portal 8.1, an "unterminated string constant" javascript error is displayed and i can't add the content. This happens only when the content item is of a type that contains one or more calendar type property.
    Did anybody also encounter that and have some idea how to solve it?
    Thank you!!
    David

    Hi Bharat
    refer to this for the Log file
    Physical path of log files in EP server
    Portal Runtime Error - Where is the log file?
    For javscript problem refer  to
    Javascript error when loading Portal Content
    Portal Content Permissions
    Getting javascript error while logging in EP
    Thanx
    Pankaj

Maybe you are looking for

  • Issue with EDI_X12_850 Inbound

    Hi, I am trying to perform Inbound transaction [ EDI_X12_4010_850]  in Oracle B2B. In this case XYZ and ABC are the host and remote trading partners respectively. On the Administration--> Listening Channel page, I have created a listening channel wit

  • Oracle 11g - Listen for remote connections

    Hi all, I recently installed Oracle 11.1.0.7.0 on a Windows Server 2008 standard server 6.0 service pack 2. Everything is working as it should. I can open the database control web page on the local computer. I can connect locally to the database from

  • Business Graphics - Series Label

    Hi, I have 1 Category and 4 series in a Business Graphics. I want to display the Series Labels dynamically, and i have to map to the Context Variables for the Labels. But, i am not seeing any option to map the Label property to the Context Variable.

  • Tip - how to collapse the Music Store banner

    I was going to ask this as a question, as what I wanted seemed impossible. But when I finally discovered how to do it, it was so simple I would like to share this with other users. Ever tried to get rid of the blue Music Store banner at the bottom of

  • Bit wise operators

    Does Forte have bit wise operators? If not, does anyone know how to implement bit wise operator functionality. For example. A, B : integer; A = 10; B = 8; MyCheck = A Xor B; //should return 2 (bit-wise comparison) // or in C-language Mycheck = (A ^ B