Very Nicely presented, It shows your passion on Intersystem. KUDOS
- Log in to post comments
Very Nicely presented, It shows your passion on Intersystem. KUDOS
Thanks, Very useful information. This avoids they delay in development efforts
Congratulations to all
Same code is working fine in production , why it is not working in local
Hi Robert,
Local means , I have ensemble setup in my laptop.
Thanks,
Prashanth
yes , queries are executing fine in System Explorer -> SQL -> Execute Query.
yes it returns record aswell.
Just I have confirm that , object.save() is working fine. (Do o.%Save())
Thanks Marc , you are correct. This code was written long back and available in live . I need to do some enhancements on top of the existing code. I have exported from live and deployed in my local HS setup for development.
I am seeing this error. Live still it is working fine.
Is there any problem with my local HS installation?
Thanks,
Prashanth
I have tested , not working . Could you please tell me where can i see the log in management portal for below 2 statements
// log what we got back
set ^ztest($now(),"SQLCODE") = SQLCODE
set ^ztest($now(),"suspendedCount") = suspendedCountThanks Marc,
no luck , see the log below for exampleBS
^ztest("66029,63544.417241","SQLCODE")=-400
^ztest("66029,63544.41725","suspendedCount")=-1
^ztest("66029,63549.440962","SQLCODE")=-400
^ztest("66029,63549.440972","suspendedCount")=-1
^ztest("66029,63554.469506","SQLCODE")=-400
^ztest("66029,63554.469512","suspendedCount")=-1
^ztest("66029,63559.484237","SQLCODE")=-400
^ztest("66029,63559.484244","suspendedCount")=-1
^ztest("66029,63564.510576","SQLCODE")=-400
^ztest("66029,63564.510586","suspendedCount")=-1
^ztest("66029,63569.551258","SQLCODE")=-400
^ztest("66029,63569.551266","suspendedCount")=-1
^ztest("66029,63574.596674","SQLCODE")=-400
^ztest("66029,63574.596684","suspendedCount")=-1
^ztest("66029,63579.611594","SQLCODE")=-400
^ztest("66029,63579.611599","suspendedCount")=-1
thank u
thank u
Thanks Robert ,
my version is:
IRIS for Windows (x86-64) 2020.1 (Build 215U) Mon Mar 30 2020 20:14:33 EDT [HealthConnect:2.1.0]
I literally struck from last two week only because of this issue. Could you please help me.
I need to execute below query in inbound adapter.
SELECT count(ID) into :suspendedCount FROM Ens.MessageHeader
Marc mentioned in previous post His example business service is working fine for the same requirement.
What wrong with my HS version? or please show me the way forward.
Thanks a lot
Prashanth
Thanks Rabert for your presious time ,
Unfortunately it is not working .
here problem is , it is working fine with out any workaround in Live . Getting this error in Dev (Laptop) only. Is this any permission issue?
same code is giving -30 in other cls which is extends Persistent.
.png)
Class abc.example
{ClassMethod FetchMsgCount() As %Integer
{
set msgCount=-1
&sql(SELECT count(ID) INTO :msgCount FROM Ens.MessageHeader)
If SQLCODE=0 Quit msgCount
Quit SQLCODE
}}
this code is giving always -30
which means table does not exist.
I can see that folders in workspace namespace tab.
.png)
not available in project tab
.png)
Thanks Rabert for quick reply.
when i created mynamespace in management portal, below log created.
.png)
Thanks Robert,
I extended my Namespace with %sys. Due to this I faced all the above issues. As per your suggestion, I have created new namespace extending HSSYS. Now all issues got resolved.
Thank you so much for your help.
Thanks Robert,
I extended my Namespace with %sys. Due to this I faced all the above issues. As per your suggestion, I have created new namespace extending HSSYS. Now all issues got resolved.
Thank you so much for your help.
Hi Robert,
Can't thank enough .. That's just spot on...!
Thank you so much for the detailed explanation, knowledge on these basic things are very much an asset for a newcomer like me.
Thanks again.
Thank you verymuch
same issue for me,
An error occurred while processing your request.
Reference #30.1eb77568.1637591377.4cdb9a7
Thanks a lot Robert, This helps me.
How to read Adapter Connection Settings in BusinessOperation class in Object Script
Hi All
Set sc = httpRequest.Post("", 2)
I tried to sc to loginfo below output I received. Any clue to resolve this issue. Please help me.
0 api.ss1.docmansandpit.com*.docmansandpit.comÖ
ENSEMBLEÇ'e^zCheckSSLCN+48^%Net.HttpRequest.1^1"e^zSend+188^%Net.HttpRequest.1^1 e^zPost+1^%Net.HttpRequest.1^1Se^zinvokeTokenAPI+13^THH.DocmanConnect.BusinessOperation.DocmanConnectTokenOP.1^1Re^zMessageHandler+6^THH.DocmanConnect.BusinessOperation.DocmanConnectTokenOP.1^1Ye^zMessageHeaderHandler+23^THH.DocmanConnect.BusinessOperation.DocmanConnectTokenOP.1^1e^zOnTask+42^Ens.Host.1^1e^zStart+62^Ens.Job.1^2$d^StartEnsembleJob+6^|"%SYS"|STU^1d^^^0
Thanks David,
I have tried but no difference, seems SSL issue. I will check network team tomorrow to resolve any proxy settings.
Hi Yuri,
Yes I have created one by downloading certificate form browser as .cer file. But when i tested getting error handshake failed. Will try gain. Thanks a lot.
Hi Pravin,
Thanks for your immediate support.
Yes it seems SSL issue. But similar configuration in my laptop (local) . But my TEST-CLUSTER which is 2017 cache , i am getting issue. If version issue is not there then I am suspecting some firewall issue in test-cluster.
After checking with Network team , I will update more details.
Thanks again
thank you
my management portal is opening in below url
could you please tell me the path for created soap business services in production
http://localhost:52773/csp/healthshare/prashanthns/abc.xyz.TestService…
it is opening in this path.
here namespace is prashanthns
service class name: abc.xyz.TestService.
first part of production URL: http://localhost:52773/csp/healthshare