Can we interpret Oracle BLOB data in SAP MII and how?
Hi Experts, I have a situation here, where have an oracle database and data is getting stored in BLOB column. This data can be an image or text or any other format. Is it possible to interpret this...
View ArticleRe: Can we interpret Oracle BLOB data in SAP MII and how?
Hi Gita, It is possible to read the BLOB data using MII. See the following thread. Its not exact case as yours, but might be useful. Retrieving BLOB data using MII | SCN Hope it helps, Regards,Rutika...
View ArticleSQL Server version 8 is not supported by this driver
Hi All, I am trying to connect one of the sql server of 2000 version. I tried using both sqljdbc.jar and sqljdbc4.jar, but I am not able to connect.When I see the logs it showing as "SQL Server version...
View ArticleRe: SQL Server version 8 is not supported by this driver
Helllo Partheeban, This could be because you may be using Driver 4.0 with SQL 2000.According to Microsoft's website, JDBC Driver 4.0 driver supports connections to SQL Server 2005 and above. Try...
View ArticleRe: PCo 2.3 Authorization Error while connecting to MII 14.0
Hi Rohit, Sorry for the delayed reply. I already checked by ensuring the PCoManagement host and Agent instance services are started. I can see the status as Running "green" when the PCo data server is...
View ArticleRe: SQL Server version 8 is not supported by this driver
HI Tufale, As I said I already tried with both the JDBC drivers also the individual sqljdbc.jar and sqljdbc4.jar. No luck it throws the same error. Is that any problem in the JDBC driver :...
View ArticlePCo 2.3 ODBC query from MII 14.0 SP4 Patch 2
We're running SAP MII 14.0 sP4 Patch 2 (Feb 12, 2014) and I'm trying to link via PCo 2.3 to a system ODBC data source.I'm trying to hit an AIM Foxboro Historian and extract tag data between midnight...
View ArticleRe: PCo 2.3 Authorization Error while connecting to MII 14.0
Make sure you add the local machine name in the PCo user string for authentication, i.e. domain\user or machinename\user. If you don't add it, the domain is implied, and it usually tries to...
View ArticleRe: PCo 2.3 ODBC query from MII 14.0 SP4 Patch 2
Hi Paul, Have you tried using a PCo OPC HDA or DA connector to the Foxboro system? Is the ODBC criver one provided by Foxboro for their historian? Do the have an OLEDB that coult be used with the PCo...
View ArticleRe: PCo 2.3 ODBC query from MII 14.0 SP4 Patch 2
Hi Steve, Thanks for your reply! Yes, the ODBC driver is the AIM AT Historian x32 version, provided by Invensys. Actually the x32 ODBC setup is our last resort .. We've tried initially OLEDB but...
View ArticlePCO License key
Hi, I have installed PCO 2.3 and running with temporary licence key and it will be expired after 3 days . To generate license I am following below steps. I tried to find the PCO in in step-3 and step...
View ArticleRe: SQL Server version 8 is not supported by this driver
Hi , Can any one please help me getting the solution for the above?Tried with both JDBC 2.0 and 3.0 but no luck. RegardsG.Partheeban
View ArticleRe: Can we interpret Oracle BLOB data in SAP MII and how?
Hi Gita, I think you need to apply dbms_lob package to work with it. select utl_raw.cast_to_varchar2(dbms_lob.substr(BLOB_FIELD))from TABLE_WITH_BLOB where ID ='<row id>'; See if it works....
View ArticleRe: PCO License key
Hi Rakesh, we were able to generate key using above steps some time back .. I do not have access to PCO management console now to verify and do not remember the exact option i seen during my key...
View ArticleRe: PCO License key
Hi Rakesh Could you refer the SAP Note 1907470 - OPC DA, license keyAny error message?RegardsRam
View ArticleRe: SQL Server version 8 is not supported by this driver
Hi, Either change driver (e.g. to jTDS) or upgrade to a more recent release of SQL Server.
View ArticleRe: SQL Server version 8 is not supported by this driver
Hi nikhil I saw this post In google. But can you please explain the procedure for jtds. also tell me what to mention in server URL and JDBC driver? regardsG.Partheeban
View ArticleRe: SQL Server version 8 is not supported by this driver
As per Micrsoft site they dont provide driver support for SQL server 2000 , as an alternative I can see this drivers to upload and give it a try ..if it works.. Check the below link for more details :...
View ArticleRe: PCO License key
Hi, Thanks for your answers. I could have applied license key under KW Installation ( Name of installation) . Regards,Rakesh.
View ArticleRe: i5Grid MII 14 MDO Filter Expression
Thanks for responding sriram, Please help me understand what [Regression_15.0/MIIOBJ/Employees2.etype] is.
View Article