Search results

  1. Anderson Clayton

    Get all values from created table

    Hi folks, i would like to know if its possible to know the assignments values for each attribute in one table when i run a .w file. For example, i run a program that create customer and behind de scenes are created others tables like customer-repres or whatever. i would like to know which...
  2. Anderson Clayton

    Resolved Static or Dynamic

    Thanks Tom, i keep following your tips cause it pretty usefull.
  3. Anderson Clayton

    Resolved Static or Dynamic

    Thank you one more time for your help.
  4. Anderson Clayton

    Resolved Static or Dynamic

    Thank Stefan, i get it, so in brief, does it worth keep on to write dynamic code?
  5. Anderson Clayton

    Resolved Static or Dynamic

    Hi folks, I currently began to write my codes dynamicly, i mean, every temp-table, buffer, queries and objects in general, i just create in run time. i've been notice its necessary more lines to do this way, so, my doubt is whats the advantages in dynamic code comparing to static code?
  6. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    Now it works, thank you very much for help me Rob.
  7. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    This procedure editor client belongs to the same installation that i launched the appserver. And my client does not have connected in any database. I tried to connect in teste.db from client but it didnt works.
  8. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    I tried a new test, my pf file its now this way: "-db C:\Tmp\wrk\teste -S 22029 -H localhost -N tcp" and now i got the following message:
  9. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    Rob, to put database in multi-user it works as you can see bellow, Great! But now, when i open a editor and try a code to test my connection the following error appear, as you can see, the customer table still not avail. Here is the programs that i use to test: exchanging the for each...
  10. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    This is the result from proenv Rob. And about your question, when i said "started by admin" its only that i click the button below: Thanks Rob.
  11. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    Thats right Rob. Is there a srvrStartupParam line in any other section of uboker.properties, apart from [UBroker.AS.aquiles]?: [Adapter] srvrStartupParam= [UBroker] srvrStartupParam=-p web/objects/web_disp.p -cpstream iso8859-1 -weblogerror [UBroker.AS] srvrStartupParam=...
  12. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    # # Connection Manager Properties File # %% Juniper Properties File %% version 1.1 %% 01-Apr-90 4:02:09 PM # # The following are optional configuration # properties and their default values. # The legacy option, if applicable, # is listed after the second comment. # Property values set at this...
  13. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    Thanks for explain me Rob. here its the properties file content: [UBroker.AS.aquiles] appserviceNameList=aquiles brkrDebuggerKeyAlias=default_server brkrLoggingLevel=3 brkrNetbiosEnable=0 brokerLogFile=@{WorkPath}\aquiles.broker.log controllingNameServer=NS1...
  14. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    Hi Rob, thanks for reply: About your questions: Products Licenses: OE Enterprise RDBMS, OE DataServer for Orac, OE DataServer MS SQL S, OE Studio, Client Networking, Query/RESULTS, OE Application Svr Ent. I assume the client and database are on the same machine. Is this correct?: Yes, same...
  15. Anderson Clayton

    Resolved Error when try Connect database from .pf file in AppServer

    Hi folks, may someone help me? it must be pretty simple, but i've been pass all day stuck on this. I created a new appserver in OE 11.7 by Admin server (localhost:9090) and i trying to connect a copy sports database just using the "Server startup parameters" with a .pf file. The .pf file content...
Top