Re: Working dir -- no clue

From: Matt (m_at_m.net)
Date: 09/28/03


Date: Sun, 28 Sep 2003 21:28:56 GMT


"Matt" <m@m.net> wrote:
>(skip)

(linux/glibc2.2.4/gcc2.96/oracle9.2.03/pthread)

No. The app does read/write whatever files under both dirs all just fine.
User staffme owns both dirs(full access). The app doesn't use WORKING_DIR at
all.
It just happens to one type of a OCI call. Here is the detail(pseudo) :
/* to form callOCI()'s input params doesn't relate to any path/file
operation.
it failed with mentioned err just under one specific params, but these
params work when app runs in /home/staffme/test but not in /opt/appserver */

void callOCI(ocistmthandle hp, void* inparams)
{
...
    if(!ocistmtexec(...)) {
       err_print(); //ORA-01480: trailing null missing from STR bind value.
    } else {
       ...
    }
}



Relevant Pages

  • Re: WM_COPY,WM_PASTER override in CEdit
    ... The problem has to do with the overrides to WM_COPY and WM_PASTE in my ... I have 2 edit controls in a dialog based app. ... afx_msg void OnPaste; ...
    (microsoft.public.vc.mfc)
  • Re: Anyway to handle Today event...?
    ... BringToFront() doesn't work if user has clicked "TODAY" menu.... ... void btnCreateBForm_Click{ ... When you run this app, ... > parent form is visible upon the return from ShowDialog ...
    (microsoft.public.dotnet.framework.compactframework)
  • Freezing after many repeats of CreateProcess
    ... I found that WIN32 CreateProcess() isn't stable. ... The created app is just an empty WinCE console ... public void IncrementCounter() ...
    (microsoft.public.dotnet.framework.compactframework)
  • WM_COPY,WM_PASTER override in CEdit
    ... The problem has to do with the overrides to WM_COPY and WM_PASTE in my ... I have 2 edit controls in a dialog based app. ... afx_msg void OnPaste; ...
    (microsoft.public.vc.mfc)
  • RE: Unable to Abort a listening thread
    ... > As i posted below i have an app with a separate thread listening for a tcp client connection. ... > void ListenerThreadFunction() ...
    (microsoft.public.dotnet.languages.csharp)