Re: (forte-users) Ok, what's the "secret" for setting serverside envi

Dear Robinson,
It seems to be that you have 2 ways of solving the problem:
1) restart forte after setting the environment variables
2) write a little application which sets the required variables, using
the task.part.OperatingSystem.SetEnv(name,value) method.
If you have to chage the variables rarely, then it`s easier to restart forte,
otherwise I would suggest to use the SetEnv function...
Best Regards,
Tamas Deak
"Robinson, Richard" wrote:
Subject says it all.
We have a bunch of environment variables that are used by the server side
objects. What I want to do is change the value of some of the variables
prior to running my application in Forte Development IDE (3.0.G.2). I've
tried to set the environment variables via NT's registry, but it appears
that at execution time the variables take on the value of whatever they are
for the node manager.
Most IDE's I've worked with before have a way to specify environment
variables right in the tool. Forte doesn't appear to have that capability -
say it ain't so!
Any clues?
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: [email protected]
Tamas Deak
Lufthansa Systems Hungary
(forte developer)
2-6 Mazsa ter, Budapest, 1107, HUNGARY
(36-1) 4312 973
[email protected]
[email protected][email protected]-

Richard,
There is no way of changing the environment variable once the Node
Manager is up. You will have to shutdown the node manager and then restart
it to have the new environment variables take effect. Sorry, there is no
secret way of doing this that I know of.
But you can set the variables on you development machine and run you
application without distributing. This way the partition will be running in
your client machine and not the server.
Another way we have also got around this is by having a special
environment variable on the client side that opens a admin screen when you
run you application. This admin screen will allow you to change the
environment variables and then set them on the server partition. You will
have to do come coding on the server to make this happen but if you are
using a framework then it should be easy. We call this developer reconnect
facility. It only can be activated by the special client side environment
variable. I comes in very handy when we are development and want to change
the database on the server partition.
Hope this help.
ka
Kamran Amin
Framework, Inc.
303 South Broadway
Tarrytown, NY 10591
(914) 631-2322x121
[email protected]
http://www.frameworkinc.com/
-----Original Message-----
From: Robinson, Richard [mailto:[email protected]]
Sent: Thursday, November 04, 1999 7:23 AM
To: [email protected]
Subject: (forte-users) Ok, what's the "secret" for setting server side
environment varia bles when running in the Forte Development
Environment?
Subject says it all.
We have a bunch of environment variables that are used by the server side
objects. What I want to do is change the value of some of the variables
prior to running my application in Forte Development IDE (3.0.G.2). I've
tried to set the environment variables via NT's registry, but it appears
that at execution time the variables take on the value of whatever they are
for the node manager.
Most IDE's I've worked with before have a way to specify environment
variables right in the tool. Forte doesn't appear to have that capability -
say it ain't so!
Any clues?
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: [email protected]

Similar Messages

  • (forte-users) Ok, what's the "secret" for setting serversideenvironmen

    You can use EConsole, (or EScript I suppose) to change Server Environemt variables. The Forte documentation lead me to believe I could set them at the environment level. However, I've discovered I can only set/alter them for existing online partitions.
    Just drill down to at least the 'Partition' level (this would cover any replicates under it), and chose the menu option Component -> SetEnvRemote. An Execute Command Dialog box comes up with a place to enter the Variable Name and the Value you want it to be.
    This works great for installed apps that aren't going anywhere, but it's a bit harder for "running man" processes. You never know which Forte_Executor Active Partition you're gonna get. So sometimes you have to wait to see which one you grab, then change the variable there.
    What I wish Forte would provide (at the Econsole level) is the ability to also query an environment variable to see it's current value! I've needed that before many times.

    You can use EConsole, (or EScript I suppose) to change Server Environemt variables. The Forte documentation lead me to believe I could set them at the environment level. However, I've discovered I can only set/alter them for existing online partitions.
    Just drill down to at least the 'Partition' level (this would cover any replicates under it), and chose the menu option Component -> SetEnvRemote. An Execute Command Dialog box comes up with a place to enter the Variable Name and the Value you want it to be.
    This works great for installed apps that aren't going anywhere, but it's a bit harder for "running man" processes. You never know which Forte_Executor Active Partition you're gonna get. So sometimes you have to wait to see which one you grab, then change the variable there.
    What I wish Forte would provide (at the Econsole level) is the ability to also query an environment variable to see it's current value! I've needed that before many times.

  • Ok, what's the "secret" for setting server side environmentvaria bles

    Subject says it all.
    We have a bunch of environment variables that are used by the server side
    objects. What I want to do is change the value of some of the variables
    prior to running my application in Forte Development IDE (3.0.G.2). I've
    tried to set the environment variables via NT's registry, but it appears
    that at execution time the variables take on the value of whatever they are
    for the node manager.
    Most IDE's I've worked with before have a way to specify environment
    variables right in the tool. Forte doesn't appear to have that capability -
    say it ain't so!
    Any clues?

    Subject says it all.
    We have a bunch of environment variables that are used by the server side
    objects. What I want to do is change the value of some of the variables
    prior to running my application in Forte Development IDE (3.0.G.2). I've
    tried to set the environment variables via NT's registry, but it appears
    that at execution time the variables take on the value of whatever they are
    for the node manager.
    Most IDE's I've worked with before have a way to specify environment
    variables right in the tool. Forte doesn't appear to have that capability -
    say it ain't so!
    Any clues?

  • What is the need for setting property data inside the JMSMesage

    Hi
    Could anybody please let me know
    *What is the need for setting property data inside the JMSMesage??
    For example i have a seen a similar example as shown ??
    I have seen a
    Message.setStringProperty("Sport","Basketball");
    and also please tell me how can the MDB recievies this property data ??
    Thanks in advance .

    raviprivate wrote:
    Could anybody please let me know
    *What is the need for setting property data inside the JMSMesage??
    For example i have a seen a similar example as shown ??
    I have seen a
    Message.setStringProperty("Sport","Basketball"); Look at the detail JMS documentation on [Message Properties|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.html] .
    >
    and also please tell me how can the MDB recievies this property data ?? MDB onMessage method argument is the Message object and if you look at the documentation, Message interface has getter methods to retrieve the properties.

  • What is the BAPI for setting "deletion flag" in IW32?

    What is the BAPI for setting "deletion flag" in IW32? Thanks!

    Hello
    There seems to be no BAPI to set deletion flag for MO.
    Quick Approach:
    You can copy an existing BAPI module BAPI_ISUSMORDER_SETSTATUSTECHN, for example, to Y_BAPI_MORDER_SETSTATUSDEL, and then edit this copy
    change the code in the existing lines for screen 3000
    PERFORM BDC_DYNPRO USING 'SAPLCOIH'      '3000'.
    PERFORM BDC_FIELD  USING 'BDC_OKCODE'    'LVMS'. (Instead of current 'ARCH')
    It should hopefully work.
    fyi: The orders can be set with Del flag only when they are in CLSD status
    Rgds
    Kartik

  • What is the Process for setting up smart view

    what is the Process for setting up smart view

    hehehe ..... cant stop it :)
    @next level ::try this
    Re: Smart View configuration
    apart from this try giving point the people who post answers to u .. :) so that they will reply ur post or question which u ask now days non stop...try to minimize ur qs in single post it would be better

  • What is the syntax for set-key RSA-PUB in JCOP Shell?

    I am trying to perform Put Key for the RSA DAP Verification Key using JCOP Shell.
    I have tried variations of the following:
    set-key 115/1/RSA-PUB/[128 byte public key modulus]
    set-key 115/1/RSA-PUB/A001[1 byte public key exponent]A18180[128 byte public key modulus]
    set-key 115/1/RSA-PUB/A001[1 byte public key exponent]A180[128 byte public key modulus]
    But when I send the following command on a SSD with DAP Verification privilege after mutual authentication
    put-key -m add 115/1
    I get jcshell: Unknown exception: java.lang.ArrayIndexOutOfBoundsException: 161 (or 172)
    Thanks,
    Ming

    The format for RSA-PUB is:
    <pubexp length><pubexp><mod length><mod>
    For example:
    115/1/RSA-PUB/0301000180xxxxxx....

  • What is the password for 'oracle' user created during XE installation?

    Hi,
    What is the password for 'oracle' user automatically created when XE is installed?
    I installed XE on Linux and it's created under 'oracle' user, but I don't know 'oracle' password. So, I cannot stop TNS listener.
    During configuration, it prompted me to enter SYS and SYSADMIN password but it didn't ask me to enter 'oracle' user password.
    Please let me know or point me to the document.
    Thanks,
    N

    Hi Jari,
    I tried your suggestion, but it didn't work unfortunately.
    When I type (sudo su -oracle) as follows, it still prompts the password. When I hit Enter key w/o anything, it seems to proceed and the prompt shows up in the following line. So, I thought it was successful, but when I checked 'whoami', it's not logged in as 'oracle'.
    So, I created the password for 'oracle' and logged in as 'oracle' using a new password. Then, I stopped TNS listener to uninstall XE.
    It would be nice if it's documented in XE document somewhere... since it's created by XE installation, I assumed some kind of default password was used.
    Thanks,
    N

  • I have a Win7Pro SP1 PC locked down with a Group Policy as it is a public facing PC. PDF fillable forms cannot be completed when logged on as the restricted user. The forms work as a normal user. What are the user requirements/permissions needed to fill f

    I have a Win7Pro SP1 PC locked down with a Group Policy as it is a public facing PC. PDF fillable forms cannot be completed when logged on as the restricted user. The forms work as a normal user. What are the user requirements/permissions needed to fill forms?

    Well, try this (I was able to fix my with these steps):
    Go Utilities > Disk Utility
    Select your Startup Disk, e.g. Macintosh HD
    Then, under the First Aid Tab, click Verify Disk Permissions.
    If there are errors, then click repair Disk Permissions.
    After it is done, restart the computer and see if your problem is resolved.
    I hope this help.
    Zeke
    www.ZekeYuen.com/blog/

  • What is the secret not to include the iPhone 5 in the comparison !

    what is the secret not to include the iPhone 5 in the comparison !
    http://www.apple.com/iphone/compare/

    The iPhone 5 is no longer in production. To obtain specs for it, try looking at a third party reseller or cellular phone company site (or even amazon).

  • What is the secret to creating 3D interactive objects?

    Recently, I touched a "squishy" 3D object on a game on an iPad, and now I am wondering: What are these objects and what is the secret to creating them? I am interested in adding some inheritance to my current 2d sprite objects in Visual Studio.
    When I begin programming for iPhone and iPad, will such objects be standard graphics components?

    The printer is an HP Photosmart C6280 all in one and it is connected by a USB wire. The HP devices show up on the dock but I can't seem to print from there.
    Thanks

  • What's the secret to creating realistic gold text?

    I've been using Illustrator for years, but I'm relatively new to simulating gold effects. I'm currently designing a sign for a developer. Unfortunately, the budget doesn't allow us to use hand painted gold lettering so we'll need to create this using a wide format, high-resolution CMYK ink jet printer. I don't have too much trouble with creating gold logos and geometric shapes, but getting the type to look realistic is a little daunting.
    So with that in mind, what's the secret to creating a realistic gold text? What's the best gradation angle to use. Should I mix angles for logo, backgrounds, and text or try to keep it all about the same?
    Thanks!

    No such thing. All metals consist of 70% to 99% environment reflection blended with the absorbtion color, hence the trick to "realistic" metal shading is capturing the reflections and light, not working with arbitrary angles or whatever. It simply needs to follow the curvature of the text, that's the whole trick.
    Mylenium

  • Settings...what is the secret

    i have had a heck of a time generating HD clips that will play in QT on my own computer without "staggering,"
    i can down load an HD movie trailer from apple (armored) that is bigger (1920x912 vs 1780x720), in millions and at 24 fps (mine is 30). the trailer plays, as far as i can tell, flawlessly. both in H.264.
    what is the secret? what are they doing that i am not?

    tom, that is what i think too, but darned if i can figure out what. spent about two hours on the phone with FCE product specialists at Apple that last two days, and they weren't ready to guarantee clean running. one suspected underperforming hard drives. what really distresses me is that i can see some of this staggering inside of FCE where it shouldn't happen.
    i took an exported clip to another machine at a local connecting point store and the staggering still happened, suggesting that it was embedded in the clip somehow. i can scrub the clip in QT using the right arrow key held down and all the frames appear to be there, but when running, every approximately four seconds, it staggers.
    i created a separate boot drive with a fresh install of leopard and put only my video card drivers and FCE on it. disconnected everything except the firewire to the camcorder and the USB for the keyboard to try to isolate the environment. it still happened. before i even put the video drivers in, i played the exported clip. every four seconds i got a horizontal distortion that moved from the bottom of the clip to the top. after i installed the video drivers, this became the stagger.
    tomorrow i am going to a retail store with my camcorder to capture the same clip there and see if there is any difference. i don't believe it is the camera as i can hook it up with HDMI to a HDTV and it plays fine. i suppose there could be a firewire problem in the camcorder.
    i am stumped and frustrated.
    Message was edited by: Forrest Jerome1

  • What is the secret to operating my HP printer with my i mac

    What is the secret to operating my HP printer with my i mac. I can't get it to function properly. I think I have to go somewhere other than the HP icon.

    The printer is an HP Photosmart C6280 all in one and it is connected by a USB wire. The HP devices show up on the dock but I can't seem to print from there.
    Thanks

  • TS3899 I was hacked and had to change my yahoo password.  I cannot get my iPhone or iPad to accept my new password.  Am not receiving emails on either device.  I had no problem changing my password on my computer.  What is the secret?

    I was hacked and had to change my yahoo passwrd.  I cannot get my iPhone or iPad to accept my new password so I cannot receive messages on either.  I had not problem changing my password on my apple computer.  Please help!  What is the secret?

    Delete the account on your phone & iPad. Then set them up again.

Maybe you are looking for

  • Macbook virus or bug

    my macbook pro i think has a virus everytime i click on a webpage it redircts me to a gambling site and sometimes i get adverts down both sides of the screen and at the bottom i have turned pop up blocker on bus still the same can anyone help me

  • Can't make color corrections

    Hey everyone, Upgraded Final Cut Pro yesterday, and for some reason, I can't make color corrections to my clips anymore as the color options are not showing up in my inspector anymore. Am I missing something? It's alway been there, and I can't seem t

  • Ipccx installation related queries

    hi, I am currently studying installation and administration guide of ipccx. 1)During installation it asks for AXL user id and password. what will be the AXL user id.. do i have to configure it on application user (in usermanagement window) or its jus

  • Need to add Fied for GCV NUmber in Sales Order Item Conditions Screen...

    Hi Friends, I Have a requirement Where I need to Calculate the Base Price by Useing the GCV Number, Which is Entered Manually because it may change for each Order..... I Going to Screen Exit for Sales Item Condition Screen for This GCV Field and make

  • Unable to open windows

    unable to open windows and powerpoint