Can IceBreak handle Microservices?
Hi,
Can IceBreak handle Microservices?
- Read more about Can IceBreak handle Microservices?
- Log in or register to post comments
- 1 comment
Hi,
Can IceBreak handle Microservices?
Hi Niels,
All 40 of my students get their own web server, but the root folders are cluttered with files that are not required (index.html, .vscode, and webConfig.xml). When they try to drag and drop their index.html page to the root folder, it gives then a authorization error. They have to delete your index.html document first.
Is there any way this can be cleaned up?
Jim
Hi,
This week the ICECAP system has stopped working twice displaying the ‘Error occurred executing function.
The first time was on Monday morning when myself and three other users got this error message. Then within minutes it started to work again for us all.
Then last night at 22:00 it was reported to me it was not working, it has been OK today.
Is there anywhere on the system I can look to find any clue why this is happening?
Hi,
Our IceCap application is not working, attached is a screen shot of the message. I have tried restarting the IceCap server but the error is still occurring.
I have also tried to debug the aspx program for the Icecap menu but the error seems to be occurring before the menu is called.
I have attached a screenshot of the error and joblog...
Is there anywhere on the system I can look to find any clue why this is happening?
Thanks
Jonathan
Have you ever made a SQL string in RPGLE that spans over many lines - and did you miss a quote or two?
Now it is more easy to produce long string assignments over multiple lines.
A multiline constant in IceBreak start with (" and is terminated by a "). Multiline constants also allows you to concatenate variables and expression into the string simply by using a marker designated by a $. If you are using more complex expression then you can surround the marker by curly bracket.
Icebreak new feature;
The new responseRelease() allows you ti send the response object back to the client as soon it is ready. After a call to responseRelease() you will not have a connection to the client until it make the next request.

Best regards,
Niels Liisberg
Session persistent objects is now supported in icebreak.
Session persistent json object, is objects maintained through out a session lifetime.
If the persistent object does not exists, then sesGetObject returns a default empty object ready for you to populate. In any case you will receive a pointer to an object which is maintained through out the session lifetime.
Just a nice little feature added to noxDB.
The json_copyValue let you copy between a source node and a destination node including a path modifier.
The following sample explains it all:

Hi,
This question is quite a difficult one to explain...
Is it possible in IceBreak to have a method of working where you could open the source of a program, modify it with changes, compile it into a mod library so that people could have a mod library ahead of their live library on the library list and run the modified program from the mod library, whilst still having the initial live program unchanged further down the priority list?
I'm not sure if I explained that very well, but I mean kind of like the traditional way of working on Green and black.
Hi,
How do I place a word document in the IceBreak Response?
Regards,
James