Month: September 2024
InterSystems IRIS SQL Error Code -194 Cannot specify NOT DEFAULT when the Trai
In this post, you’ll learn about the SQL error code -194 in InterSystems IRIS database the reason why you are receiving the SQL error message when using the InterSystems IRIS data platform Error Code : -194 Reason for the Error code -194 in InterSystems IRIS DBMS Cannot specify NOT DEFAULT when the Trained Model name is the same as the Model’s DefaultTrainedModel
InterSystems IRIS General Error Code – 5710
In this post, you’ll learn about the General error code 5710 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5710 Reason for the Error code 5710 in InterSystems IRIS DBMS Unexpected #else (macro compiler error)
Windows System Error Code 607 – ERROR_TIMER_RESOLUTION_NOT_SET (0x25F)]
In this post, you’ll learn about the Windows System Error ERROR_TIMER_RESOLUTION_NOT_SET (0x25F)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 607 ERROR_TIMER_RESOLUTION_NOT_SET (0x25F)] Why do you receive the System Error Error Code 607 ERROR_TIMER_RESOLUTION_NOT_SET (0x25F)] in Windows? The timer resolution was not previously set by the current process.
How to generate C# classes from xsd file ?
You can easily generate the C# classes or entities from the xsd file using the VS Command Prompt. How to generate C# classes from xsd file ? Just launch the VS command prompt from the Windows 10 Start menu and run the following command xsd <Path of your.xsd file> /classes Eg : xsd “C:/test.xsd” /classes This would create the .cs files in the same folder…
Building a ASP.NET Web API in Visual Studio 2015
This blog post will explain on how to create a Simple ASP.NET Web API using Microsoft Visual Studio 2015 and return an expose a List (Eg: List<Students>) over HTTP. This includes creating action methods and using them for get all students and get a particular student by id. How to create a Web API in Visual Studio 2015 and return a List over HTTP? Follow…
IBM Sterling B2B Integrator SWIFT Error Code – StatisticsCurrency1Rule – 1719
In this post, you’ll learn more about the SWIFT Error StatisticsCurrency1Rule – 1719that is returned when working with the IBM Sterling B2B Integrator IBM Sterling B2B Integrator SWIFT Error Code StatisticsCurrency1Rule Error Description If present, Currency in HighestPriceValue12Months, LowestPriceValue12Months, OneYearPriceChange, ThreeYearPriceChange and FiveYearPriceChange must be the same.
How to fix the Oracle error INS-32114: Check the My Oracle Support user name.?
In this post, you’ll learn more about the Oracle ErrorINS-32114: Check the My Oracle Support user name. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-32114: Check the My Oracle Support user name. Reason for the Error INS-32114: Check the My Oracle Support user name. Cause: The user name provided is invalid. It either…
How to fix the Oracle error DRG-11708: too many thesauri?
In this post, you’ll learn more about the Oracle ErrorDRG-11708: too many thesauri with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-11708: too many thesauri Reason for the Error DRG-11708: too many thesauri Cause: ctxkbtc cannot compile more than 16 thesauri How to fix the Error DRG-11708: too many thesauri ? You can fix…
How to fix the Oracle error PCC-02040: CMD-LINE: Option selected, but no value provided?
In this post, you’ll learn more about the Oracle ErrorPCC-02040: CMD-LINE: Option selected, but no value provided with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PCC-02040: CMD-LINE: Option selected, but no value provided Reason for the Error PCC-02040: CMD-LINE: Option selected, but no value provided Cause: An option on the command line was specified,…
How to fix the Oracle error NCR-04013: NCRR: Insufficient authorization?
In this post, you’ll learn more about the Oracle ErrorNCR-04013: NCRR: Insufficient authorization with the details on why you receive this error and the possible solution to fix it. Oracle Error Description NCR-04013: NCRR: Insufficient authorization Reason for the Error NCR-04013: NCRR: Insufficient authorization Cause: Attempted Oracle Internet Directory Server operation has failed because of insufficient authorization. How to fix the Error NCR-04013: NCRR: Insufficient…
How to fix the Oracle error OCI-31045: Cannot store more than string extras outside the root XML node?
In this post, you’ll learn more about the Oracle ErrorOCI-31045: Cannot store more than string extras outside the root XML node with the details on why you receive this error and the possible solution to fix it. Oracle Error Description OCI-31045: Cannot store more than string extras outside the root XML node Reason for the Error OCI-31045: Cannot store more than string extras outside the…
How to fix the Oracle error OCI-31012: Given XPATH expression not supported?
In this post, you’ll learn more about the Oracle ErrorOCI-31012: Given XPATH expression not supported with the details on why you receive this error and the possible solution to fix it. Oracle Error Description OCI-31012: Given XPATH expression not supported Reason for the Error OCI-31012: Given XPATH expression not supported XPATH expression passed to the function is currently unsupported. How to fix the Error OCI-31012:…