Root folder

Submitted by Anonymous (not verified) on Fri, 09/22/2017 - 18:34
Forums

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

 

Why is IceCap displaying error message?

Submitted by Anonymous (not verified) on Thu, 05/11/2017 - 17:49
Forums

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?

IceCap application is not working

Submitted by Anonymous (not verified) on Thu, 05/11/2017 - 17:49
Forums

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

Multiline constants in IceBreak

Submitted by Niels Liisberg on Mon, 12/12/2016 - 16:23
Forums

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.

Session json objects

Submitted by Niels Liisberg on Tue, 10/04/2016 - 09:47
Forums

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.

Implementing a more Traditional Style of Working in IceBreak

Submitted by Anonymous (not verified) on Fri, 09/09/2016 - 11:01
Forums

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.