Search results

  1. Pavan Yadav

    Get the Appserver Propath

    Tht's the only prob man......... if i can run something on appserver then ther's no issue for me....!!
  2. Pavan Yadav

    XREF Template

    Here is the file example :: in this wht 1, 5 & 6 means...??
  3. Pavan Yadav

    XREF Template

    It's not line number ... because it's repeating evrytime..... it's like .... Now wht's the meaning of 1 & 5 in this...?? c:\sports2000\idx_test.p c:\sports2000\idx_test.p 1 COMPILE idx_test.p c:\sports2000\idx_test.p c:\sports2000\idx_test.p 1 CPINTERNAL ISO8859-1 c:\sports2000\idx_test.p...
  4. Pavan Yadav

    Get the Appserver Propath

    Hey Cringer... I guess, the script you arwe talking about adds ur wrking directory path in ur propath. But i want to add my working directory propath in appserver propath..... Can you help me out in that??
  5. Pavan Yadav

    XREF Template

    Hi All, can anybody please explain me the XREF output file i.e my exact doubt is : c:\sports2000\idx_test.p c:\sports2000\idx_test.p 1 COMPILE idx_test.p i have this output for XREF, in this what exactly that 1 means in this?? This number keep on chaging after some lines as 1 2 5 7 randomly.
  6. Pavan Yadav

    Get the Appserver Propath

    Thnks man..... But i din't get the appserver propath here... I got the solution now with consultation over here in team as: Just add your server in progress Explorer Tool & then from client you can access your server properties for the same. Let me know is it the right approach or something...
  7. Pavan Yadav

    Rounding issue

    Hey Prabu, Just try using using statement like display 900000000 * 100 / (100 - 10) format "9999999999.99". Instead of : display 900000000 * ( 100 / (100 - 10)) format "9999999999.99". You are getting the correct result as per that also. This is my understanding... Please some seniors, put...
  8. Pavan Yadav

    Get the Appserver Propath

    Thanks All, Hey rstanciu, I don't have OE Explorer & not possible for me to install that too, because i am using client's machine. After that i will try to have a look for $DLC/properties/ubroker.properties....... But please let me know how to navigate for that.... May be that can provide what...
  9. Pavan Yadav

    Get the Appserver Propath

    Hi Dude, Thanks for this info. Actually i am using OE 10.2A, & if ever i need to get the PROPATH of any DB , I nede to catch the admin ppl evry time. So i just want to Confirm if there is any way so that i need not to depend on those people evrytime & no need to bug them everytime for different...
  10. Pavan Yadav

    Differences speed when i run .W and .R

    Also, the summarizing for above, .r contains all the code required for the execution of program in itself only. So it dosn't need to serach for the required component. Like .i, called .p, component are already there in compiled format .r. SO most probably this can be the issue only. Correct me...
  11. Pavan Yadav

    Get the Appserver Propath

    I am on client machine & don't have access to server. Is there any way to checkout the Appserver Propath.... Because some of my codes got compiled over there & so i have to put my r-code in Appserver Propath. So please let me know if there is some commnad or way to check the Appserver propath...
Back
Top