Jump to content

3 IVM Bugs


Genius_Boy

Recommended Posts

Hello

I am a VB and VBS Programmer.

I have A Terial Version of IVM 3.07 on my windows 2003 Server.

Your Program is wonderful but 3 bug can happend through IVM working.

_____________________________________________________________________

1- Suppose I design a structure from hybrid OGM group. I want use user tracking so I use From IVM log section. Now again suppose user disconnected in middle of working. I can not generate suitable log in log file. Why? Because IVM hang up immediately when understand user disconnected.You must design a feature (Like a tab) that "WHEN USER HANG UP THEN:" . By this method I can reset my variables, generate suitable functions & log files.

_____________________________________________________________________

2- Suppose I Assign a user entire value to a variable that named "MyVar". I use 3 phone line. First user call and enter 4 for "MyVar". In through working First user, second user connected and entre 31 for "MyVar". Now first user GoTo an OGM that call "MyVar". But what is "MyVar" value? 31 Not 4. In my idea logical way to avoid of this conflict is declaration Admixtion "MyVar" by %linename%. I examine this way. Don't reply. What's Your solution.

_____________________________________________________________________

3- Some of your plugins don't work properly. like RAND that can generate a value by less than our setting (like 507 For RAND.EXE 10000 MyVal). Our in GetDataX.EXE at belove example (Attention to "MsgSrchCode" value in two getdatax.exe calling:

---------------------------

00:25 Run plugin: E:\NYO\Plugin\getdatax.exe E:\NYO\mngLst.txt 1 "" "" "" MsgSrchCode

00:25 Play file: E:\Documents and Settings\All Users\Application Data\NCH Swift Sound\IVM\OGMs\GetAnswer2Confirm.wav

00:25 Plugin returned: =&MsgSrchCode=null&copyright=NCH Swift Sound

 

00:25 Run plugin: E:\NYO\Plugin\getdatax.exe e:\nyo\mnglst.txt 1 "" "" "" MsgSrchCode

00:25 Play file: E:\Documents and Settings\All Users\Application Data\NCH Swift Sound\IVM\OGMs\GetAnswer2Confirm.wav

00:25 Plugin returned: =&MsgSrchCode=4828-6&copyright=NCH Swift Sound

---------------------------

_____________________________________________________________________

 

Thanks For Your Time.

Link to comment
Share on other sites

Hello

I am a VB and VBS Programmer.

I have A Terial Version of IVM 3.07 on my windows 2003 Server.

Your Program is wonderful but 3 bug can happend through IVM working.

_____________________________________________________________________

1- Suppose I design a structure from hybrid OGM group. I want use user tracking so I use From IVM log section. Now again suppose user disconnected in middle of working. I can not generate suitable log in log file. Why? Because IVM hang up immediately when understand user disconnected.You must design a feature (Like a tab) that "WHEN USER HANG UP THEN:" . By this method I can reset my variables, generate suitable functions & log files.

_____________________________________________________________________

2- Suppose I Assign a user entire value to a variable that named "MyVar". I use 3 phone line. First user call and enter 4 for "MyVar". In through working First user, second user connected and entre 31 for "MyVar". Now first user GoTo an OGM that call "MyVar". But what is "MyVar" value? 31 Not 4. In my idea logical way to avoid of this conflict is declaration Admixtion "MyVar" by %linename%. I examine this way. Don't reply. What's Your solution.

_____________________________________________________________________

3- Some of your plugins don't work properly. like RAND that can generate a value by less than our setting (like 507 For RAND.EXE 10000 MyVal). Our in GetDataX.EXE at belove example (Attention to "MsgSrchCode" value in two getdatax.exe calling:

---------------------------

00:25 Run plugin: E:\NYO\Plugin\getdatax.exe E:\NYO\mngLst.txt 1 "" "" "" MsgSrchCode

00:25 Play file: E:\Documents and Settings\All Users\Application Data\NCH Swift Sound\IVM\OGMs\GetAnswer2Confirm.wav

00:25 Plugin returned: =&MsgSrchCode=null&copyright=NCH Swift Sound

 

00:25 Run plugin: E:\NYO\Plugin\getdatax.exe e:\nyo\mnglst.txt 1 "" "" "" MsgSrchCode

00:25 Play file: E:\Documents and Settings\All Users\Application Data\NCH Swift Sound\IVM\OGMs\GetAnswer2Confirm.wav

00:25 Plugin returned: =&MsgSrchCode=4828-6&copyright=NCH Swift Sound

---------------------------

_____________________________________________________________________

 

Thanks For Your Time.

 

Consider this as a solution for #2

 

B. Alternatively, you can record variables along with a unique identifier for each caller in a database using the inet plugin. Assign unique values to be passed for each condition with the OGM designer. Use the inet plugin to post variables to a script that inserts/updates SQL records based on the call id.

 

A. Designate different variables for each line that corresponds to three identical yet unique OGM paths. Designate each OGM path to its corresponding line.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...