Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

what is SCAPI version for IP2015.

edited Nov 30, 2018 12:33AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 6 commentsAnswered

Hi

We have SCAPI file and that file showing below code.But i read some where it should return value 1 or 2 as APIVersion .But we are receiving the 131072.

SCAPI Code:

/* API version */

#define SCAPI_MIN         0

#define SCAPI_MAJ         2

#define SCAPI_VERSION     ((long) SCAPI_MIN | ((long) SCAPI_MAJ) << 16)

#define MAXMODULE 50

Driver Code:

ISCAPI long APIVersion()

{

  printStringToFile((char *)"GET API VERSION");

  // return API interface version

    return SCAPI_VERSION;

}

Thanks,

Hardik

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center