Hi Dan,

I really appretiate the effor and time you put in to help me. Thank you so 
much.

Finally the error was resolved, indeed by verifying the jdiag.out whch you 
helped me to get it.

The below entry was causing the error 
*JEDIFILEPATH (Default)      : 'D:\intraBode\ibSys\Admin;D:\jBase5Home;.'*

I modified it witht the below entry and it started working fine.
*JEDIFILEPATH (Default)      : 'D:\intraBode\ibSys\Admin;.'*

Once again, thank you so much.

Regards
Achyuth


On Tuesday, 5 November 2013 05:36:40 UTC-5, Daniel Klein wrote:
>
>
> So it looks like the compiler is working!
>
> Now, while you are in the same directory, what happens when you try this:
>
> BASIC *.* bhello.b         [ that's a 'dot', indicating the 'current 
> directory' ]
> CATALOG *.* bhello
>
> If that works then create a simple subroutine in the same directory and 
> see if it will BASIC and CATALOG.
>
> Btw, what was the original command that caused the original error?
>
> Dan
>
>
>
> On Mon, Nov 4, 2013 at 3:03 PM, Achyuth Balakrishnan 
> <[email protected]<javascript:>
> > wrote:
>
>>
>>
>> On Monday, 4 November 2013 11:09:08 UTC-5, Achyuth Balakrishnan wrote:
>>>
>>> Hi Dan,
>>>
>>> I really appretiate your time and effort. 
>>> Both the programs compile and executed perfectly fine. Please find the 
>>> out put below. 
>>>
>>> D:\Achyuth\CPrograme>cl chello.c
>>> Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64
>>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>>
>>> chello.c
>>> Microsoft (R) Incremental Linker Version 9.00.30729.01
>>> Copyright (C) Microsoft Corporation.  All rights reserved.
>>>
>>> /out:chello.exe
>>> chello.obj
>>>
>>> D:\Achyuth\CPrograme>jcompile bhello.b
>>> bhello.c
>>>
>>> D:\Achyuth\CPrograme>.\bhello.b
>>>
>>> D:\Achyuth\CPrograme>.\bhello
>>> Hello Dan!
>>>
>>> D:\Achyuth\CPrograme>.\chello
>>> Hello World!
>>>
>>> D:\Achyuth\CPrograme>
>>>
>>> Thank you
>>> Achyuth
>>>
>>>
>>> On Monday, 4 November 2013 10:25:01 UTC-5, Daniel Klein wrote:
>>>>
>>>> Those commands should have been:
>>>>
>>>> cl chello.c
>>>> .\chello
>>>>
>>>>
>>>> On Mon, Nov 4, 2013 at 10:23 AM, Daniel Klein <[email protected]>wrote:
>>>>
>>>>> I must have been looking at a different 'jdiag.out' :-(
>>>>>
>>>>> This may not be a jBASE problem. Are you able to compile and run a 
>>>>> simple C program?
>>>>>
>>>>> Open a Windows Command prompt, 'cd' to some directory and create this 
>>>>> C program in that directory, call it 'chello.c':
>>>>>
>>>>> #include <stdio.h>
>>>>> main()
>>>>> {
>>>>>    printf ("Hello World!\n");
>>>>> }
>>>>>
>>>>> then:
>>>>>
>>>>> cl hello.c
>>>>> .\hello
>>>>>
>>>>> If this works then create a similar BASIC program in the same 
>>>>> directory, call it 'bhello.b'. But, instead of using 'basic', use the 
>>>>> 'jcompile' command, e.g.
>>>>>
>>>>> PRINT 'Hello World!'
>>>>>
>>>>> jcompile bhello.b
>>>>> .\bhello
>>>>>
>>>>> What is the outcome of all this?
>>>>>
>>>>> Dan
>>>>>
>>>>>
>>>>> On Mon, Nov 4, 2013 at 9:34 AM, Achyuth Balakrishnan <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Hi Dan,
>>>>>>
>>>>>> Thank you for the quick reply.
>>>>>> In the "jdiag.out" i can see JEDIFILENAME_MD mentioned in two places 
>>>>>> (under Environment and Full Environment), but both points to the 
>>>>>> same directory "D:\intraBode\ibSys\Admin\MD".
>>>>>>
>>>>>> 'jshow basic' shows
>>>>>> C:\Users\administrator.COREONE>jshow basic
>>>>>>  Executable:          D:\jBASE5\5.2\bin\basic.dll
>>>>>> Executable (DUP!!):  D:\jBASE5\5.2\bin\basic.exe
>>>>>>
>>>>>> Thank you
>>>>>> Achyuth
>>>>>>
>>>>>>
>>>>>> On Monday, 4 November 2013 09:05:09 UTC-5, Daniel Klein wrote:
>>>>>>
>>>>>>> The JEDIFILENAME_MD environment variable is set to 2 directories, 
>>>>>>> which is an invalid condition. I don't know if this will fix the 
>>>>>>> problem 
>>>>>>> but it needs to be corrected. Once it is then run the 'updatemd' 
>>>>>>> command.
>>>>>>>
>>>>>>> What does 'jshow basic' display?
>>>>>>>
>>>>>>> Dan
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Nov 4, 2013 at 7:56 AM, Achyuth Balakrishnan <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hi Dan,
>>>>>>>>
>>>>>>>> Thank you so much for the reply.
>>>>>>>> Please find the "jdiag.out" file attached here with. 
>>>>>>>>
>>>>>>>> Ps:-  Please ignore the previous message. I forgot to attach the 
>>>>>>>> file to it.
>>>>>>>>
>>>>>>>>
>>>>>>>> -Achyuth
>>>>>>>>
>>>>>>>> On Sunday, 3 November 2013 05:11:08 UTC-5, Daniel Klein wrote:
>>>>>>>>
>>>>>>>>> Can you run the command 'jdiag -vL' and attach the 'jdiag.out' 
>>>>>>>>> file?
>>>>>>>>>
>>>>>>>>> Dan
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Sat, Nov 2, 2013 at 5:57 PM, Achyuth Balakrishnan <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Yes, I followed exactly was what there in that document. The 
>>>>>>>>>> links I followed are the the below ones.
>>>>>>>>>>
>>>>>>>>>> 1)      http://www.404techsupport.com/
>>>>>>>>>> 2012/11/server-2012-you-must-use-the-role-management-tool-to
>>>>>>>>>> -install-or-configure-microsoft-net/
>>>>>>>>>>
>>>>>>>>>> 2)      http://www.microsoft.com/en-us/download/details.aspx?id=
>>>>>>>>>> 3138
>>>>>>>>>>
>>>>>>>>>> 3)      http://www.jbase.com/r5/knowledgebase/manuals/3.0/
>>>>>>>>>> 30manpages/man/sup42_COMPILATION.htm
>>>>>>>>>> Thank You
>>>>>>>>>> Achyuth
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Saturday, 2 November 2013 09:11:43 UTC-4, Daniel Klein wrote:
>>>>>>>>>>
>>>>>>>>>>> Is a compiler installed, and the environment configured, 
>>>>>>>>>>> according to the installation instructions for Windows 
>>>>>>>>>>> 2012<http://www.jbase.com/r5/knowledgebase/manuals/3.0/30manpages/man/sup42_COMPILATION.htm>
>>>>>>>>>>> ?
>>>>>>>>>>>
>>>>>>>>>>> Dan
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Nov 1, 2013 at 10:33 PM, Achyuth Balakrishnan <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> I just completed installing jBase 5.2.23 on Windows Server 2012.
>>>>>>>>>>>> I followed their "Installation Advisory for jBASE 5.2.pdf", 
>>>>>>>>>>>> everything went very fine.
>>>>>>>>>>>>
>>>>>>>>>>>> But finally when i try to run the command "BASIC", the windows 
>>>>>>>>>>>> is giving the below error.
>>>>>>>>>>>>
>>>>>>>>>>>> "basic.exe has stopped working"
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> If I click on the problem details, the below details are 
>>>>>>>>>>>> displayed.
>>>>>>>>>>>>
>>>>>>>>>>>> Problem signature:
>>>>>>>>>>>>   Problem Event Name: APPCRASH
>>>>>>>>>>>>   Application Name: basic.exe
>>>>>>>>>>>>   Application Version: 0.0.0.0
>>>>>>>>>>>>   Application Timestamp: 5239869b
>>>>>>>>>>>>   Fault Module Name: jbase5.dll
>>>>>>>>>>>>   Fault Module Version: 5.2.43966.261
>>>>>>>>>>>>   Fault Module Timestamp: 52398615
>>>>>>>>>>>>   Exception Code: c0000094
>>>>>>>>>>>>   Exception Offset: 0000000000057c25
>>>>>>>>>>>>   OS Version: 6.2.9200.2.0.0.400.8
>>>>>>>>>>>>   Locale ID: 1033
>>>>>>>>>>>>   Additional Information 1: 035e
>>>>>>>>>>>>   Additional Information 2: 035e32d3e268ce223f549f457e8107d8
>>>>>>>>>>>>   Additional Information 3: 8443
>>>>>>>>>>>>   Additional Information 4: 844338c84dd5073ceec83dd7062339f2
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> I am not able to figure out what is causing this issue. 
>>>>>>>>>>>> Could you please help me in this.
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you in advance.
>>>>>>>>>>>>
>>>>>>>>>>>> Regards
>>>>>>>>>>>> Achyuth
>>>>>>>>>>>>
>>>>>>>>>>>> -- 
>>>>>>>>>>>> -- 
>>>>>>>>>>>> IMPORTANT: T24/Globus posts are no longer accepted on this 
>>>>>>>>>>>> forum.
>>>>>>>>>>>>  
>>>>>>>>>>>> To post, send email to [email protected]
>>>>>>>>>>>> To unsubscribe, send email to [email protected]
>>>>>>>>>>>>
>>>>>>>>>>>> For more options, visit this group at http://groups.google.com/
>>>>>>>>>>>> group/jBASE?hl=en
>>>>>>>>>>>>  
>>>>>>>>>>>> --- 
>>>>>>>>>>>> You received this message because you are subscribed to the 
>>>>>>>>>>>> Google Groups "jBASE" group.
>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from 
>>>>>>>>>>>> it, send an email to [email protected].
>>>>>>>>>>>>
>>>>>>>>>>>> For more options, visit https://groups.google.com/grou
>>>>>>>>>>>> ps/opt_out.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  -- 
>>>>>>>>>> -- 
>>>>>>>>>> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>>>>>>>>>>  
>>>>>>>>>> To post, send email to [email protected]
>>>>>>>>>> To unsubscribe, send email to [email protected]
>>>>>>>>>> For more options, visit this group at http://groups.google.com/
>>>>>>>>>> group/jBASE?hl=en
>>>>>>>>>>  
>>>>>>>>>> --- 
>>>>>>>>>> You received this message because you are subscribed to the 
>>>>>>>>>> Google Groups "jBASE" group.
>>>>>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>>>>>> send an email to [email protected].
>>>>>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  -- 
>>>>>>>> -- 
>>>>>>>> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>>>>>>>>  
>>>>>>>> To post, send email to [email protected]
>>>>>>>> To unsubscribe, send email to [email protected]
>>>>>>>> For more options, visit this group at http://groups.google.com/
>>>>>>>> group/jBASE?hl=en
>>>>>>>>  
>>>>>>>> --- 
>>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>>> Groups "jBASE" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>>>> send an email to [email protected].
>>>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>>>
>>>>>>>
>>>>>>>  -- 
>>>>>> -- 
>>>>>> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>>>>>>  
>>>>>> To post, send email to [email protected]
>>>>>> To unsubscribe, send email to [email protected]
>>>>>> For more options, visit this group at http://groups.google.com/
>>>>>> group/jBASE?hl=en
>>>>>>  
>>>>>> --- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "jBASE" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to [email protected].
>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>
>>>>>
>>>>>
>>>>  -- 
>> -- 
>> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>>  
>> To post, send email to [email protected] <javascript:>
>> To unsubscribe, send email to [email protected] <javascript:>
>> For more options, visit this group at 
>> http://groups.google.com/group/jBASE?hl=en
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "jBASE" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to