Evgeny Shvarov · Mar 28, 2016 go to post

Ron! It's just great! Put the code on Github/Gist?

And would you please make online demo of it? ) I mean slack conference with channel from Ensemble? 

Evgeny Shvarov · Mar 31, 2016 go to post

%All is quite useful namespace alias. Since it appeared hope nobody keeps creating %Package.Class classes and installs something in %CACHELIB when installs solutions.

Evgeny Shvarov · Mar 31, 2016 go to post

With %CELL you should be always aware when you add any dimension, measure or property in MDX if you need to change %CELL expression too due to new columns rows or because of deletions of rows and cols.

Evgeny Shvarov · Apr 6, 2016 go to post

Great project! Why some class elements are in Italic case(I.e. Cinema.Film class) and other not?

Evgeny Shvarov · Apr 14, 2016 go to post

Hi, Scott! Makes sense. We plan to add Subscription feed to show you only the posts on tags, members and groups you most interested in.

And compact index view with header, author, date only is also a good idea. 

Thanks.

Evgeny Shvarov · Apr 17, 2016 go to post

I agree with you. As mentioned it is an option if you need to use %Status as a method result. 

And what about e.Log() - do you use it to log errors or use something else? 

Evgeny Shvarov · Apr 18, 2016 go to post

OK. But how do you call methods which return %Status?

Do you raise Error? Or you check Error status with if? Or do you ignore status at all?

Evgeny Shvarov · Apr 20, 2016 go to post

Timothy! Thanks for sharing this!

It' can be a standalone post as "Error and resource handling in large Caché ObjectScript project".

Thank you!

Evgeny Shvarov · Apr 22, 2016 go to post

About |latest| approach for docs. What if a new release will not contain certain doc chapter - how latest url would work?

404? 

Evgeny Shvarov · Apr 24, 2016 go to post

Thank you Kenneth!

But what if you need a part of data? Say the records only from current year or from particular customer?

And what if you need not all the classes, but part of them - what globals should I choose to export?

I believe in this cases we should use SQL to gather data. The question is how to export/import it.

Evgeny Shvarov · Apr 24, 2016 go to post

If so, create a new database on instance A and then use GBLOCKCOPY to copy from the existing database to the new one.   Then just move the new database to instance B.

That can help sometimes. Thank you. Just move - you mean unmount and download cache.dat file?

Is this a one-time migration of data from instance A to instance B?

My question is a request for general  approaches.  But my task now is to extract some part of consistent data from the large database to use it as test data in my local database for development purposes.

Evgeny Shvarov · Apr 25, 2016 go to post

Bookmarks are another may be rare use case but I meant  links to the documentation with "latest" segment  in URL f.e. in this article.  There are a lot of links to documentation there. What will happen with this links if  some parts from documentation will be removed in the next version?

Evgeny Shvarov · Apr 25, 2016 go to post

Good article, Eduad. Is this prototype only or you do use  it in production somehow?

Evgeny Shvarov · May 6, 2016 go to post

We introduced Code Snippet tag. Please use it if your post contains a good snippet, or one of the answers/comments on your post is a valuable code snippet.

Evgeny Shvarov · May 7, 2016 go to post

To highlight the code you also can simply go into post's html source (press source button or "disable rich text") and insert your code between pre and code tags, like it is shown in the shot

Evgeny Shvarov · May 9, 2016 go to post

Great article, Nikita! What is the general approach in your case to show/save logs of what was installed? Of course, I can open Package.Installer class to see what should have happened during installation, but I think it is good to know what really happened with the target system.

Evgeny Shvarov · May 10, 2016 go to post

Yes, at least these cases. And what is the general approach with your type of installation to show the user:

What's happened?

Were there any errors during installation?

Evgeny Shvarov · May 11, 2016 go to post

Mark, thank you, that's useful!

I use also $T command in terminal, which shows the line with bug, like:

USER> w $T(Method+7^Package.Class.1)