Forte Web Enterprise question

Hello all,
I'm experiencing a problem passing variables from JavaScript to the Forte
backend. I am using the following function in my html document.
<DEFANGED_script language="JavaScript">
<!--
function OpenPage(pAccNo,pSrcCode,pExpType)
// this is just to view the variable's values
alert("The value of AccNo, Source Code, Exp Type is : "+pAccNo+'
'+pSrcCode+' '+pExpType);
window.open('http://forte_dev/cgi-forte/fortecgi.exe?ServiceName=GroupExpo
sure&TemplateName=GEExpEnq_DirectExposure_Loan.html&pAccountNumber=pAccNo&
pSourceCode=pSrcCode&pExposureType=pExpType','MyWindow',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,
resizable=no,copyhistory=no,width=400,height=400');
//-->
</script>
The value of the variables pAccNo, pSrcCode and pExpType are obtained from
an array (table) that is returned to my html doc. The following code
opens a window that executes the Forte tag to retrieve the data based on
the variable values.
<a
href="DEFANGED_javascript:OpenPage($$DirectExposure.AccountNumber,'$$DirectExposure
.kSourceCode','$$DirectExposure.ExposureType')">more details</a>
The problem is that the URL in the JavaScript passes the variable name
instead of the variable value. I can successfully open a window directly
using HTML code passing the variables as in this code below but I want to
use JS so that I can open different windows depending on the values on the
table.
<input type="submit" name="MoreBtn" value="More"
onClick="window.open('<a href="http://forte_dev/cgi-forte/fortecgi.exe?ServiceName=">http://forte_dev/cgi-forte/fortecgi.exe?ServiceName=</a>
GroupExposure&TemplateName=GEExpEnq_DirectExposure_Loan.html&pAccountNumbe
rpAccountNumber=$$DirectExposure.AccountNumber&pExposureType=$$DirectExpos
ure.ExposureType&pSourceCode=$$DirectExposure.kSourceCode','NewWin','toolb
ar=no,location=no,status=no,width=400,height=150')">
Does anyone have any ideas on how to pass variables to the Forte backend
using JavaScript?
Thanks in advance.
Regards
Aseesh Jairaj
NBS Bank
South Africa
WARNING:
Any unauthorised use or interception of this email is illegal. If this email
is not intended for you, you may not copy, distribute nor disclose the
contents to anyone. Save for bona fide company matters, the BoE Group does
not accept any responsibility for the opinions expressed in this email.
For further details please see: http://www.nbs.co.za/emaildisclaim.htm

Hello all,
I'm experiencing a problem passing variables from JavaScript to the Forte
backend. I am using the following function in my html document.
<DEFANGED_script language="JavaScript">
<!--
function OpenPage(pAccNo,pSrcCode,pExpType)
// this is just to view the variable's values
alert("The value of AccNo, Source Code, Exp Type is : "+pAccNo+'
'+pSrcCode+' '+pExpType);
window.open('http://forte_dev/cgi-forte/fortecgi.exe?ServiceName=GroupExpo
sure&TemplateName=GEExpEnq_DirectExposure_Loan.html&pAccountNumber=pAccNo&
pSourceCode=pSrcCode&pExposureType=pExpType','MyWindow',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,
resizable=no,copyhistory=no,width=400,height=400');
//-->
</script>
The value of the variables pAccNo, pSrcCode and pExpType are obtained from
an array (table) that is returned to my html doc. The following code
opens a window that executes the Forte tag to retrieve the data based on
the variable values.
<a
href="DEFANGED_javascript:OpenPage($$DirectExposure.AccountNumber,'$$DirectExposure
.kSourceCode','$$DirectExposure.ExposureType')">more details</a>
The problem is that the URL in the JavaScript passes the variable name
instead of the variable value. I can successfully open a window directly
using HTML code passing the variables as in this code below but I want to
use JS so that I can open different windows depending on the values on the
table.
<input type="submit" name="MoreBtn" value="More"
onClick="window.open('<a href="http://forte_dev/cgi-forte/fortecgi.exe?ServiceName=">http://forte_dev/cgi-forte/fortecgi.exe?ServiceName=</a>
GroupExposure&TemplateName=GEExpEnq_DirectExposure_Loan.html&pAccountNumbe
rpAccountNumber=$$DirectExposure.AccountNumber&pExposureType=$$DirectExpos
ure.ExposureType&pSourceCode=$$DirectExposure.kSourceCode','NewWin','toolb
ar=no,location=no,status=no,width=400,height=150')">
Does anyone have any ideas on how to pass variables to the Forte backend
using JavaScript?
Thanks in advance.
Regards
Aseesh Jairaj
NBS Bank
South Africa
WARNING:
Any unauthorised use or interception of this email is illegal. If this email
is not intended for you, you may not copy, distribute nor disclose the
contents to anyone. Save for bona fide company matters, the BoE Group does
not accept any responsibility for the opinions expressed in this email.
For further details please see: http://www.nbs.co.za/emaildisclaim.htm

Similar Messages

  • Installing Forte Web Enterprise.

    Hi,
    Need help on installing the Forte Web Enterprise. After installing
    the WebEnterprise, I am suppose to test on the IIOP capabilities on each
    machine(refer to WebEnterprise Installation Guide r1.0.c).
    The steps are:
    1 In the Fort&eacute; workshops, create a project named TestIIOPproject.
    2 Create a non-window class named TestMgr.
    3 Create a TOOL class service object based on the TestMgr class.
    4 Select the new service object in the Project Workshop.
    5 Choose File > Configure as Server.
    6. In the Partition Workshop, double-click the service object.
    7. Click the Export tab.
    8 Choose the External Type > IIOP command.
    On the server node, all steps were carried out fine, but on my client
    node, after I click the <Export> tab, under the <External Type>
    droplist, there's no IIOP option. There options available are DCE,
    Encina, Tuxedo, Object Broker and OLE. Why?
    Anybody knows anything about this?
    Alex Chin.

    Hi,
    <pre>
    I am not sure what could be the problem. To debug, you
    may edit the installer script and add "set -x" on second
    line. Perhaps "set -x" is already there commented, remove
    that comment. That way you will come to know on which
    instruction it is throwing "File not found" error.
    Other problems could be 1. file permissions, 2. path settings
    3. Improper download.
    Thanks
    Kalpesh
    </pre>

  • Subject: RE :(forte-users) Web enterprise & user visibleservice Objects

    A few months ago we faced a similar problem while migrating from classic
    Forte to Web. We had to protect our investment in various frameworks that we
    wrote for the classic Forte apps, which made use of extensive
    user-level-caching among other things.
    We solved the problem using a custom routing mechanism. In brief, we created
    several( replicated) server partitions that contains all the user-level
    Service objects that existed in the class-Forte apps. Then we wrote a
    'custom-router' which mimics Forte load-balanced router( dialog duration =
    session ) to intelligently route incoming HTTPRequests to one of these
    replicated partitions. The router would look at the some tag on the session
    and then route the request to one of these replicated "client clone" using
    the tag. Successive requests from the same client will go to the same
    replicated partition so that you can use the client-cache or any other
    per-user services.
    The advantages of this approach are
    1) You can continue to make use of caching and other user-level components
    that you may have.
    2) The web and classic Forte clients can work seamlessly if you write them
    to use reference partitions that hosts the other shared( Environment visible
    ) service objects.
    Ofcourse you will have to write ( and maintain )the custom-routing code and
    also pay attention to house-keeping. For example, the burdon of cleaning up
    the cache on logout or session expiration lies on you. If you don't do this,
    then your new user might be looking at an old cache of some other user.
    Hope this helps,
    Ajith
    Forte Systems Consultant.
    Subject: (forte-users) Web enterprise & user visible service objects
    Hi
    We have taken a forte application and converted it to run on the web using
    * forte web enterprise &
    * fortecgi.exe
    In the forte application we have a user visible Local Cache Manager
    Service Object (i.e. each users has their own copy) for storing things
    like
    * the details of the current user id
    * the details of the current client chosen
    * arrays that are needed by other windows
    With web enterprise this service object is no longer user visible, how can
    we make it user visible?
    Thanks in advance.
    Deborah Wallis
    dwallisnbs.co.za
    WARNING:
    Any unauthorised use or interception of this email is illegal. If this email
    is not intended for you, you may not copy, distribute nor disclose the
    contents to anyone. Save for bona fide company matters, the BoE Group does
    not accept any responsibility for the opinions expressed in this email.
    For further details please see: http://www.nbs.co.za/emaildisclaim.htm
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    A few months ago we faced a similar problem while migrating from classic
    Forte to Web. We had to protect our investment in various frameworks that we
    wrote for the classic Forte apps, which made use of extensive
    user-level-caching among other things.
    We solved the problem using a custom routing mechanism. In brief, we created
    several( replicated) server partitions that contains all the user-level
    Service objects that existed in the class-Forte apps. Then we wrote a
    'custom-router' which mimics Forte load-balanced router( dialog duration =
    session ) to intelligently route incoming HTTPRequests to one of these
    replicated partitions. The router would look at the some tag on the session
    and then route the request to one of these replicated "client clone" using
    the tag. Successive requests from the same client will go to the same
    replicated partition so that you can use the client-cache or any other
    per-user services.
    The advantages of this approach are
    1) You can continue to make use of caching and other user-level components
    that you may have.
    2) The web and classic Forte clients can work seamlessly if you write them
    to use reference partitions that hosts the other shared( Environment visible
    ) service objects.
    Ofcourse you will have to write ( and maintain )the custom-routing code and
    also pay attention to house-keeping. For example, the burdon of cleaning up
    the cache on logout or session expiration lies on you. If you don't do this,
    then your new user might be looking at an old cache of some other user.
    Hope this helps,
    Ajith
    Forte Systems Consultant.
    Subject: (forte-users) Web enterprise & user visible service objects
    Hi
    We have taken a forte application and converted it to run on the web using
    * forte web enterprise &
    * fortecgi.exe
    In the forte application we have a user visible Local Cache Manager
    Service Object (i.e. each users has their own copy) for storing things
    like
    * the details of the current user id
    * the details of the current client chosen
    * arrays that are needed by other windows
    With web enterprise this service object is no longer user visible, how can
    we make it user visible?
    Thanks in advance.
    Deborah Wallis
    dwallisnbs.co.za
    WARNING:
    Any unauthorised use or interception of this email is illegal. If this email
    is not intended for you, you may not copy, distribute nor disclose the
    contents to anyone. Save for bona fide company matters, the BoE Group does
    not accept any responsibility for the opinions expressed in this email.
    For further details please see: http://www.nbs.co.za/emaildisclaim.htm
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Evaluation of Web Enterprise Please

    Hi,
    I am currently investigating the the robustness and usefulness of Forte Web
    Enterprise in an environment that has already been using the Forte Application
    Framework. I have already read the information present on the web site and most
    of the white papers available through there. What I would like to know is how
    well this system does what is advertised.
    Has anyone had a particularly difficult time creating a web based application
    with this software? Does anyone think Forte's products are the best thing since
    sliced bread?
    Mainly, what we trying to do is interface a SAP R/3 system that is already being
    accessed with Forte Developed software, but which was developed by another party
    so we may mot have access to all or any components. Would using Web Enterprise
    be very beneficial over producing our own web application from the ground up
    using SAP's APIs.
    Thank You,
    Steven Velez
    Intellimedia Commerce, Inc.
    [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    we may mot have access to all or any components.

  • FW: Problem on Web Enterprise HTTPAccess

    From: Doug Wheeler
    Sent: Friday, October 23, 1998 9:17 AM
    To: [email protected] <mailto:[email protected]>
    Cc: [email protected] <mailto:[email protected]>
    Subject: RE: Problem on Web Enterprise HTTPAccess
    Peter,
    I received this same error. In my case our web app would run deployed but
    not from the partition workshop in the development environment.
    In our development environment we have NT client nodes and UNIX server
    nodes. Since deployed Web apps have no FORTE client you should not need to
    install the HTTP library on anything other than the node that is going to
    run the Access service (UNIX node). But, when running from the partition
    workshop in the development environment most of the application code is
    actually run on the client so in your development environment you must make
    sure that the HTTP library is also installed on this node.
    I would suggest that you first install the HTTP library as NOT compiled.
    Once you have everything working with the HTTP library NOT compiled, then
    mark it as compiled. Marking the HTTP library as compiled in our
    development environment with Windows-NT developer nodes also required us to
    set the LD_Library_Path environment variable on the client node. This
    environment variable must be set to the directory containing the http.dll
    (in my case d:\forte3g\userapp\http\cl0).
    Good luck!
    Douglas Wheeler
    Consultant
    Fort&eacute; National Practice
    BORN Information Services (http://www.born.com <http://www.born.com>
    <http://www.born.com <<a
    href="http://www.born.com">http://www.born.com</a>> > )
    Tel: 612.404.4379
    Email: [email protected] <mailto:[email protected]>
    <mailto:[email protected] <<a
    href=
    "mailto:[email protected]">mailto:[email protected]</a>> >
    -----Original Message-----
    From: Peter Sham (HTHK - Assistant Manager - Software
    Development,
    IITB)
    [SMTP:[email protected]] <mailto:[SMTP:[email protected]</a>]>
    <mailto:[SMTP:[email protected]</a>] <<a
    href=
    "mailto:[SMTP:[email protected]">mailto:[SMTP:[email protected]</a>]> >
    Sent: Thursday, October 22, 1998 10:18 PM
    To: forte-users
    Subject: Problem on Web Enterprise HTTPAccess
    Hi,
    We are using Web Enterprise 1.0.B with Forte 3.0.G.2. We have
    problem on
    starting up partition with service object subclassed from
    HTTPAccess. This
    seems to happen mostly in interpreted mode. In compiled mode,
    the
    partition
    seemed quite stable. The exception that we get is something
    like
    Forte is
    trying to cast HTTPAccess into the sub-class that we wrote, and
    of
    course,
    it is illegal and the partition returned an exception.
    This exception made us very difficult to continue development on
    Web
    Enterprise. Can anyone help?
    Best regards, Peter Sham.
    To unsubscribe, email '[email protected]' with 'unsubscribe
    forte-users'
    as the body of the message.
    Searchable thread archive
    <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>
    <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>
    <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>> > >
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

    Peter,
    Now that I think about it more, I remember that we also had a problem with
    some corrupted memory during start up of our HTTPAccess subclass. We had
    two threads accessing the same array during start up. I think that we may
    have gotten this error message before we fixed that problem. Sorry my
    memory on this subject isn't better.
    Regards,
    Eric Rasmussen
    -----Original Message-----
    From: Peter Sham (HTHK - Assistant Manager - Software Development, IITB)
    [SMTP:[email protected]]
    Sent: Thursday, October 22, 1998 11:18 PM
    To: [email protected]
    Subject: Problem on Web Enterprise HTTPAccess
    Hi,
    We are using Web Enterprise 1.0.B with Forte 3.0.G.2. We have problem on
    starting up partition with service object subclassed from HTTPAccess.
    This
    seems to happen mostly in interpreted mode. In compiled mode, the
    partition
    seemed quite stable. The exception that we get is something like Forte is
    trying to cast HTTPAccess into the sub-class that we wrote, and of course,
    it is illegal and the partition returned an exception.
    This exception made us very difficult to continue development on Web
    Enterprise. Can anyone help?
    Best regards,
    Peter Sham.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Web Enterprise Manager Default Port Number in Oracle 9i

    Enabeling Auditing on database 9.2.0.8
    Web Enterprise Manager Default Port Number in Oracle 9i:
    Does anyone know the default port number of the web enterprise manager (Oracle 9i)?
    If I installed or configured enterprise manager and I forgot the port, where can I find it?

    You must read the part in the Installation Documentation for certified repository databases to ensure that your database is OK.
    My advice is always, never start any installation (not only Oracle) without reading the Documentation, Release Note and any README.
    You will spend less time in the installation as Configuration if you use the required documentations for your platform.
    http://www.oracle.com/pls/db102/portal.portal_db?selected=21

  • Re: (forte-users) Forte and CORBA question

    Hi,
    The discarding the Java variable that references a distributed Forte object
    doesn't cause that the distributed object will be reclaimed. In Forte client
    you can use ReleaseDistReference() of the current partition (task.part) to
    free the remote object. For Java client, you can implement the following
    solution:
    - define a method ReleaseMyObject() in the SO you are using to get the proxy
    to the dist. object. As parameter for it use something that can identify
    your object (attribute).
    - your SO has an array or hashtable with your distributed objects, every new
    object is added to it.
    - in the implementation of ReleaseMyObject() find the object to release in
    the array and call ReleaseDistReference() for it,
    - from the Java client, call the ReleaseMyObject() for the object that is
    not more needed.
    Regards,
    Zenon Adamek
    ----- Original Message -----
    From: Joseph Mirwald <jomirweb.de>
    To: Dave Ortman <dortmanyahoo.com>; 'Forte User Forum'
    <forte-userslists.xpedior.com>
    Sent: Wednesday, March 07, 2001 3:58 PM
    Subject: Re: (forte-users) Forte and CORBA question
    Hello Dave,
    do you use a copy return or copy parameters in this method ?
    If not, then maybe Forte is unable to garbage-collect this object because
    it is forever
    a proxy which only the server-partition may be able to drop it from memory
    (object=NIL).
    Try this and let us know what happens.
    Hope this helps
    Joseph Mirwald
    At 11:49 07.03.01 -0800, Dave Ortman wrote:
    We're attempting to use a Java client to access a
    Forte server. In doing such, we've experienced a
    problem which I hoped somebody could shed some light
    on.
    We've had a Java client calling Forte service objects
    and passing Forte objects back and forth as CORBA
    structs with no problem. However, we have experienced
    some problem obtaining and using remote references to
    distributed objects from the Java client.
    The problem is memory utilization. Each time I obtain
    a reference to a new object, the memory utilization on
    the Forte server jumps up quite a bit (around 100k per
    object on an NT box). Eventually, if I fetch enough
    objects, the server will crash due to lack of memory.
    It seems that Forte never reclaims the memory, even
    though I'm not using (and don't have a handle to) this
    remote objects.
    The objects are very small. In fact, I created a test
    Forte SO with one method, getObject(); which returns a
    distributed object with a single attribute. I then
    have a Java client access the getObject() method
    repeatedly - discarding the reference to the object
    after each iteration. After a short while, the box
    will come down.
    Any thoughts?
    Thanks in advance,
    -Dave Ortman
    --- "Epari, Madhusudhan" <meparioxhp.com> wrote:
    Hi All,
    Following error occurs consistently on a router
    partition for every call to
    the service object but the partition doesn't die or
    crash. I tried bumping
    up the partition memory too. Any thoughts on why
    it's happening?
    Thanks in advance,
    Madhu
    SYSTEM ERROR: Failed to connect or lost connection
    to the
    environment manager
    at FORTE_NS_ADDRESS = <Unknown>. Check that the
    environment
    manager is
    installed at that location. If it is, then check
    to be sure that
    there are
    enough system resources available to support this
    partition.
    Class: qqsp_SystemResourceException
    Error #: [601, 201]
    Detected at: qqdo_NsClient::FindObject at 1
    Error Time: Wed Feb 21 09:30:56
    Exception occurred (locally) on partition
    "CSA_cl0_Part2-router",
    (partitionId =
    C61609A0-8270-11D3-88A9-F4D005D0AA77:0x10c5c:0x1,
    taskId =
    [C61609A0-8270-11D3-88A9-F4D005D0AA77:0x10c5c.8]) in
    application
    "MWRouting_cl1", pid 18937 on node forted1 in
    environment
    frtedev.
    SYSTEM ERROR: Attempt to send from a partition
    (C61609A0-8270-11D3-88A9-F4D005D0AA77:0x10c5c:0x1)
    that no
    longer exists.
    Class: qqsp_DistAccessException
    Error #: [601, 111]
    Detected at: qqdo_PartitionMgr::SendMsg at
    1
    Error Time: Wed Feb 21 09:30:56
    Distributed method called:
    qqdo_NsServerProxy.FindObject
    (object name
    Unnamed) from partition
    "CSA_cl0_Part2-router",
    (partitionId =
    C61609A0-8270-11D3-88A9-F4D005D0AA77:0x10c5c:0x1,
    taskId =
    [C61609A0-8270-11D3-88A9-F4D005D0AA77:0x10c5c.8]) in
    application
    "MWRouting_cl1", pid 18937 on node
    forted1 in environment
    frtedev
    Exception occurred (locally) on partition
    "CSA_cl0_Part2-router",
    (partitionId =
    C61609A0-8270-11D3-88A9-F4D005D0AA77:0x10c5c:0x1,
    taskId =
    [C61609A0-8270-11D3-88A9-F4D005D0AA77:0x10c5c.8])
    in
    application "MWRouting_cl1", pid 18937 on
    node forted1 in
    environment
    frtedev.
    LbRouter::FindMembers - CAUGHT EXCEPTION attaching
    members from
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To
    unsubscribe, send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com--
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Why not this:
    while myText.moveToString(' ') do
    myText.ReplaceRange('-', myText.Offset, myText.Offset+1);
    end while;
    or if you prefer verbosity:
    while myText.moveToString(source=' ') do
    myText.ReplaceRange(source='-', startOffset=myText.Offset,
    endOffset=myText.Offset+1);
    end while;
    -----Original Message-----
    From: FatchJeBAM.com [mailto:FatchJeBAM.com]
    Sent: Wednesday, January 12, 2000 2:51 PM
    To: Troy.Burnsvacationclub.com; kamranaminyahoo.com
    Subject: RE: (forte-users) search and replace within a TextData
    How about this?? May have to play with start/end on ReplaceRange as I
    didn't really test this
    Anybody got a better way??
    -- replace space with underscore
    For x in 1 to myTextdata.LengthToEnd() do
    If myTextData.IsSpace() then
    MyTextdata.ReplaceRange('_'. Startoffset=myTextdata.offset,
    endoffset=myTextdata.offset+1);
    End if;
    MyTextdata.MoveNext;
    End for;
    Jerry Fatcheric
    -----Original Message-----
    From: Burns, Troy [mailto:Troy.Burnsvacationclub.com]
    Sent: Wednesday, January 12, 2000 9:40 AM
    To: kamranaminyahoo.com
    Subject: (forte-users) search and replace within a
    TextData
    Hello all,
    I need to search within a textdata object, replacing all
    occurrances of a
    space
    with another character. Can you give a quick code example
    of how I would do
    this?
    Thanks in advance,
    Troy
    Troy Burns
    Marriott Vacation Club Intl.
    E-mail: troy.burnsvacationclub.com
    Phone: (941) 688-7700 ext. 4408
    For the archives, go to: http://lists.sageit.com/forte-users
    and use
    the login: forte and the password: archive. To unsubscribe,
    send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.sageit.com
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.sageit.com

  • BEx Variable in Webi Report questions

    Hi Gurus,
    Here is my issue.
    I created a BEx Query 0SD_C03 Cube with following fields
    Two Columns
    One Key Figure:                   Subtotal1
    One Restricted Key Figure:  Subtotal with restriction " Sales Organization 1000"
    Two Rows                             Plant, Sales Organization
    One Variable with Sales Organization.
    When I ran this query in BEx Analyzer I can see all Sales Organization values in prompt list, How ever when I created a Universe and ran a webi query I can see 1000 in the Sales Organization list.
    Is this because I have restricted Key Figure with Sales Organization 1000 in the query?
    I removed my Restricted Key Figure from my query and tried again this time I see some 10 Sales Oraganizations but I didn't see all available Sales Organizations. Does BO Universe LOVs restricte the list?
    Thanks
    Sasi

    Identical entry so this is being closed:
    duplicate:
    BEx Variable in Webi Report questions
    Ingo

  • Forte web sdk

    Hi,
    We have just started looking at the Forte Web SDK. We've got the two
    examples going on our NT Server running Microsoft's Internet
    Information Server. One catch was that we needed to rename the
    supplied cgi program to fortecgi.exe (adding .exe extension) on the NT
    Server, in the forte code, and in the web pages that call the cgi.
    The manual discusses that the web access service objects cannot be
    replicated, (since they're tied to a specific IP port), and a
    suggested application design is to have a page builder service object
    replicated to reduce the chance of a bottleneck. This does not make
    much sense to us. Or have we got it wrong?
    With this structure they suggest the over-ridden HandleRequest method
    can now be something like this
    if pageName.isEqual('page1', ignoreCase=true) then
    response.assignReponse(pageBuilderService.buildPage1(request));
    elseif pageName.isEqual('page2', ignoreCase=true) then]
    response.assignReponse(pageBuilderService.buildPage2(request));
    else
    -- repond with error page
    end if;
    return reponse;
    But even if the pageBuilderService is replicated and a reponse comes
    in for page1 a further reponse cannot be handle by this method until
    the pageBuilderService returns the completed page1. So what is the
    point of replicating the pageBuilderService?
    Thanks, Richard
    Richard Bentley,
    Information Services Section,
    University of Canterbury,
    Private Bag 4800, Fax: +64-3-364-2999
    Christchurch, Phone: +64-3-364-2987 ext. 7061
    NEW ZEALAND. Email: [email protected]
    ----------------------------------------------------------------

    Hi,
    We have just started looking at the Forte Web SDK. We've got the two
    examples going on our NT Server running Microsoft's Internet
    Information Server. One catch was that we needed to rename the
    supplied cgi program to fortecgi.exe (adding .exe extension) on the NT
    Server, in the forte code, and in the web pages that call the cgi.
    The manual discusses that the web access service objects cannot be
    replicated, (since they're tied to a specific IP port), and a
    suggested application design is to have a page builder service object
    replicated to reduce the chance of a bottleneck. This does not make
    much sense to us. Or have we got it wrong?
    With this structure they suggest the over-ridden HandleRequest method
    can now be something like this
    if pageName.isEqual('page1', ignoreCase=true) then
    response.assignReponse(pageBuilderService.buildPage1(request));
    elseif pageName.isEqual('page2', ignoreCase=true) then]
    response.assignReponse(pageBuilderService.buildPage2(request));
    else
    -- repond with error page
    end if;
    return reponse;
    But even if the pageBuilderService is replicated and a reponse comes
    in for page1 a further reponse cannot be handle by this method until
    the pageBuilderService returns the completed page1. So what is the
    point of replicating the pageBuilderService?
    Thanks, Richard
    Richard Bentley,
    Information Services Section,
    University of Canterbury,
    Private Bag 4800, Fax: +64-3-364-2999
    Christchurch, Phone: +64-3-364-2987 ext. 7061
    NEW ZEALAND. Email: [email protected]
    ----------------------------------------------------------------

  • Web Enterprise and IIS 3.0

    We are currently experiencing a problem with Web Enterprise and IIS 3.0.
    When a request is entered through a web site to our Web Enterprise back end,
    using either fortecgi.exe or forteisapi.dll, the first request comes almost
    straight through to the back end - this is seen by looking at the log file.
    However, subsequent requests from the same browser session (IE or NS) take
    consistently about 45 seconds to come through to the back end. If a new
    browser session is started up, on the same PC, whilst waiting for the other
    one to come through, a new request will once again go straight through
    before the one that is waiting does.
    This only happens on two external web servers - the internal ones don't do
    it. I have compared setups of IIS on the internal and external web servers
    without discovering what the cause could be. Monitoring the external web
    server shows that for the initial request from a new browser session,
    fortecgi.exe starts up and shuts down very quickly, but for subsequent
    requests hangs around until the log file at the back end shows it has
    received the request.
    Any help would be greatly appreciated.
    Steve Isaac
    Senior Consultant
    Xpedior
    Tel: +61 8 9320 7620
    Fax: +61 8 9486 8650
    Eml: Steve.IsaacXpedior.com
    Web: http://www.xpedior.com

    Hello Frank,
    look out, it's likely that you are using a default JNDI name, so the name of the ear it's part of the JNDI name.
    If the application is deployed in a EAR file, the default JNDI name is the EAR-FILE-BASE-NAME/EJB-CLASS-NAME/local for the stub for local interface. For the remote interface (see below), it is EAR-FILE-BASE-NAME/EJB-CLASS-NAME/remote.
    If the bean is deployed in a JAR file, the JNDI names are EJB-CLASS-NAME/local and EJB-CLASS-NAME/remote.
    Regards
    Mark
    [Master the Boss - a Jboss magazine|http://www.mastertheboss.com]
    Edited by: mark1970_mtb on Sep 2, 2008 3:26 AM

  • WEB Enterprise and "N/A" on a converted Forte form

     

    Thank you both very much for that information.  I was concerned about the number of responses, but I was also told by the Adobe helpdesk that the limit of 500 instances would not be an issue because I'm literally receiving the form via email and collecting data into the response file.  I should have mentioned before that I have extended the features to allow editing by Reader users.
         I am afraid I do not understand how your (George's) suggestion to "just submit the form data."  The form will be on a website, so an applicant will open and probably download the file to their own computer and fill it out (can't save the form data).  Then if they click the Submit Form button, am I correct in thinking it will send the form data (just the data) to whatever email address is associated with the file?  That would be great, if that's how that works.  I don't remember, so maybe the preference of "receive just FDF data" or "receive entire form" is an option when I created or distributed the form.  If that's the case, then once it's filled out and submitted, what do I do to get it into the response file?  Bill, I'm not sure I can get around your question of whether email submission will be a problem.  We will receive on Outlook, people submitting could be on anything.  We may just have to deal with that as it happens.  Hand-entering data for a fraction of the people is an acceptable cost, if the majority could be electronic.
    Thanks again for the help, maybe I can get this to work.

  • Viewing and purchasing on Desktop / Web Viewer Question.

    I understand that if you share free content via your iOS app it can be viewed in a browser (with some features missing like swiping of images .)
    My question is this....
    I have a Professional account... Can a person purchase the magazine and view the whole magazine via a Desktop computer with the DPS Web Viewer? Or its only limited to free content on your web browser but they have to have a iPad to view the whole mag?  Do they get full access on the desktop if they purchase.
    Thanks
    Ron

    For a professional customers, only the free content that was shared can be viewed on the web viewer/desktop. For enterprise customers, restricted content can be accessed via entitlement using the Content Viewer for Web SDK

  • Few Hyperion Web Analysis questions

    Hi All,
    We are using Web Analysis 11.1.2 and i am a newbie to it. I have few questions regarding reports which may be of very basic level;
    Q1. If we right click on a report then we have an option of "Edit data" through which we can enter data directly into planning. My question is that how can i disable this option for all users as i don't want them to manipulate any data through a report?
    Q2. As we have made a report in which we have used the dimension members that are used in Hyperion planning. The name of member in Hyperion planning for example is ABC and i want to change the name to XYZ in Hyperion Web analysis report. How is that possible?
    Thanks in advance.
    Regards,

    Q1 depends on the level of provisioning and or useraccess permissions on essbase/olap level.
    Use Shared Services in combination with EAConsole to restrict this.
    Q@. In plain/ native essbase you can add aliases to the member. Normally you do not edit planning members in essbase (since you have to change them in planning it self) But perhaps you can. You can give it a try in a testenvironment.

  • PL/SQL web service: question about stub

    hello,
    I'm currently learning how to work with PL/SQL Web Services.
    I have a question about stubs. The point is, I can deploy a web service to the OC4J server and it works. It also works when I create a stub following the WSDL I made with creating the PL/SQL web service. If I go to the endpoint in my webbrowser, the functionality is the same, with or without using a stub.
    My question is: what is the function of the stub?

    A stub is leveraged by a client application to communicate with a corresponding server side object (in this case, the web service implementation). If you think back to CORBA or RMI applications they follow a similar pattern.
    In the case of a web service you would use the stub to write a client application that could invoke the methods of the remote service and return the responses as java data types. The methods the stub class offers are the same as the methods of the web service interface. It's a common way for providing RPC like functionality.

  • Mini Web Server Question

    I'm guessing there might be a person or two who can help me with a solution for a new mini that I'm using as a web server. Everything is set up and working perfectly. Apache is running well, and I've established my Virtual Hosts and enabled PHP and MySQL. What I haven't been able to figure out, however, is how to go about limiting access to particular directories on my server.
    Here is what I would like to accomplish.
    I've got a couple of sights that have the root directory of /www/sitename/publichtml/.
    In those public_html directories are resource directories with names like "images" "downloads" etc.
    From my websites, I pull resources from those directories in order to serve images, resources, etc.
    What I would LIKE to do is still allow those directories to serve the resources to the sites, but prohibit direct access to those directories from direct web access. In other words, I want my images to pull from those directories, but I don't want someone to be able to directly navigate to the directory www.sitename/images/imagename.jpg.
    I would like some message to show up along the lines of "You do not have permission to access this directory".
    I attempted to do this with file permissions, but it either allows total access to the directory or won't allow the web pages to pull the resources.
    Does anyone know of any other solution that will help me accomplish my goal?
    Thanks!
    Chris

    You are going to be more likely to get a good answer to this question in the Mac OS X Server forums. If you are using Leopard Server, go [here|http://discussions.apple.com/forum.jspa?forumID=1237].
    If you are using Mac OS X Web Sharing you should post [here|http://discussions.apple.com/forum.jspa?forumID=1225].
    Best of luck.

Maybe you are looking for

  • About abstract method read() in class InputStream (second message)

    I know but my question needs other arguments. When the Java virtual machine must help me in reading some input stream, I imagine it uses some calls to the operating system: I would like to know if behind that method there is something which seems a s

  • HR Master data serialization error

    Hi, I activated serialization on sender and receiver system: (Transaction SALE -> Modelling and Implementing Business Processes -> Configure Predefined ALE Business Processes -> Human Resource -> Master Data Distribution - > Serialize HR Master Data)

  • A message "Undefined" is popping up each time on selecting an ESB instance

    We have deployed an ESB project which invokes many services. Once the process is completed when i click on the instance that got created I get a message "Undefined" popping up on the right panel where the picture of the esb project has to appear and

  • I can't update my application manager.

    I have a one year commitment with Adobe and I can't update my application manager to download another program that I need. How can I solve this problem? Any ideas would be greatly appreciated.

  • Signicance of LDB

    What is the significance of GET PERNR Event in LDB? and why do we use this. How it is related to LDB? What is the difference between running payroll with LDB and without LDB? why should we implement LDB..