Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Preprocess.exe from Linux #3

Open
paulfwhite opened this issue Mar 11, 2020 · 0 comments
Open

Running Preprocess.exe from Linux #3

paulfwhite opened this issue Mar 11, 2020 · 0 comments

Comments

@paulfwhite
Copy link

Environment variable MONO_PATH must be set to the location of the ingres.client library.

[paul@ckrs_linux 1-forv11]$ mono /home/paul/playback-2.5.1/main/Preprocess/Preprocess/bin/Debug/Preprocess.exe
Preprocessing Version is 2.5.1
Input: SC930
Settings are:

Output: SC930 Trace

Unhandled Exception:
System.TypeLoadException: Could not load type of field 'Ingres.Playback.Preprocess.ParserJDBCTrace:con' (1) due to: Could not load file or assembly 'Ingres.Client, Version=2.1.0.0, Culture=neutral, PublicKeyToken=n ull' or one of its dependencies.
at Ingres.Playback.Preprocess.MainClass.Main (System.String[] args) [0x0001e] in <978b04eae2874a8bb094867 d6062471d>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type of field 'Ingres.Playback. Preprocess.ParserJDBCTrace:con' (1) due to: Could not load file or assembly 'Ingres.Client, Version=2.1.0.0 , Culture=neutral, PublicKeyToken=null' or one of its dependencies.
at Ingres.Playback.Preprocess.MainClass.Main (System.String[] args) [0x0001e] in <978b04eae2874a8bb094867 d6062471d>:0

[paul@ckrs_linux 1-forv11]$ export MONO_PATH=/home/paul/playback-2.5.1/main/Preprocess/Preprocess/lib
[paul@ckrs_linux 1-forv11]$ mono /home/paul/playback-2.5.1/main/Preprocess/Preprocess/bin/Debug/Preprocess.exe
Preprocessing Version is 2.5.1
Input: SC930
Settings are:

Output: SC930 Trace

qtrace files 0
sess files 52
Showing Input List:
Detected version 0 for file ./sess_156782_7fe06050b7c0
Detected version 19 for file ./sess_156782_7fe060f257c0
Detected version 0 for file ./sess_156782_7fe0612acb80
.. etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant