Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 84
Search took 0.01 seconds.
Search: Posts Made By: Shiamak
Forum: [VBP] Third Party Tools 02-20-2015, 02:12 PM
Replies: 2
Views: 16,080
Posted By Shiamak
JIRA plug-ins

Just curious..
I have been using VisualBuild for years now and I think its really a great product however over the period of last years of so, I have realized if you could add the support for...
Forum: [VBP] General Discussion 12-10-2014, 05:40 PM
Replies: 2
Views: 11,141
Posted By Shiamak
I am am using ADO object to query results as...

I am am using ADO object to query results as specified in the server.bld (samples) file.
Forum: [VBP] General Discussion 12-10-2014, 05:15 PM
Replies: 2
Views: 11,141
Posted By Shiamak
ADO database query results

I have been to connect to MYSQL database successfully however when I query the results of a table into a macro all I am getting is <Object> as value , I need to see the results of a query that is...
Forum: [VBP] General Discussion 05-19-2014, 03:15 PM
Replies: 1
Views: 10,181
Posted By Shiamak
'Not equal to' script language comparison

Hi,

I have build condition that I would like to execute ONLY when two conditions are met, currently I am using

[%WINDOWS_NT_SERVICE_STATUS% <> 4 AND "%SERVICE_COMMAND%" = "STOP"]

above...
Forum: [VBP] General Discussion 05-19-2014, 01:38 PM
Replies: 4
Views: 11,157
Posted By Shiamak
Awesome....

Awesome....
Forum: [VBP] General Discussion 05-16-2014, 12:24 PM
Replies: 4
Views: 11,157
Posted By Shiamak
It totally worked... Thanks a bunch. A quick qs...

It totally worked... Thanks a bunch.
A quick qs though, is there a list of similar functions available in VBP help? or you just called a VB function?
Forum: [VBP] General Discussion 05-15-2014, 06:59 PM
Replies: 4
Views: 11,157
Posted By Shiamak
Removing slash from a string

I have need to remove couple of slashes from a string (in a macro), then reassign the value to the same macro. Is there an easy way to do it in VBP 8?

Original String
1. STRING1 - "\\Machine1"...
Forum: [VBP] General Discussion 05-01-2014, 07:30 PM
Replies: 23
Views: 26,046
Posted By Shiamak
That is what I started doing since I got your...

That is what I started doing since I got your last reply which has worked, how do I get the latest build? do I have to pay or update will be free?
Forum: [VBP] General Discussion 05-01-2014, 06:23 PM
Replies: 23
Views: 26,046
Posted By Shiamak
I do see DWORD value set as 2 in the registry for...

I do see DWORD value set as 2 in the registry for our custom services.......:-(..

I dont wanna spend time writing complete code to get status, so any help getting it done via VBP 8.6 is totally...
Forum: [VBP] General Discussion 05-01-2014, 01:30 PM
Replies: 23
Views: 26,046
Posted By Shiamak
OK, you are right, when I attempted with wuauserv...

OK, you are right, when I attempted with wuauserv (windows update service) I got values for both system variables, but when I attempted the same with our custom NT service, I am only getting...
Forum: [VBP] General Discussion 05-01-2014, 01:22 PM
Replies: 23
Views: 26,046
Posted By Shiamak
I am still not seeing SERVICE_START_TYPE, though...

I am still not seeing SERVICE_START_TYPE, though I do see SERVICE_STATUS, I am using VBP 8.6..

What I may be missing?
Forum: [VBP] General Discussion 04-30-2014, 04:58 PM
Replies: 23
Views: 26,046
Posted By Shiamak
What "operation" do you have to perfrom to get...

What "operation" do you have to perfrom to get SERVICE_START_TYPE ?

I did try "Query Status" I did get the value of SERVICE_STATUS but VB did not recognize SERVICE_START_TYPE ??
Forum: [VBP] General Discussion 03-19-2014, 05:04 PM
Replies: 8
Views: 11,406
Posted By Shiamak
Thank you so much for your response..and I also...

Thank you so much for your response..and I also want to point out that you guys are doing a great job by keeping customer support up, every tools has its pros and cons but a great customer support...
Forum: [VBP] General Discussion 03-18-2014, 12:27 PM
Replies: 8
Views: 11,406
Posted By Shiamak
thanks again for your prompt reply however is...

thanks again for your prompt reply however is there any plan in future to turn LOOP function of VBP a true loop function (as it is available in any other computer language)
Forum: [VBP] General Discussion 03-17-2014, 06:55 PM
Replies: 8
Views: 11,406
Posted By Shiamak
Just to make sure you got it the problem...

Just to make sure you got it the problem right...I would like i to start from 11 .
Forum: [VBP] General Discussion 03-17-2014, 06:02 PM
Replies: 8
Views: 11,406
Posted By Shiamak
One more quick qs: Is it possible to start...

One more quick qs:

Is it possible to start Counter in a loop (Using VBP Loop feature) from a specific value

.e.g

For(i=10;i<= 15;i++)..currently if I used "Count" option from dropdown, VBP...
Forum: [VBP] General Discussion 03-17-2014, 05:14 PM
Replies: 4
Views: 10,551
Posted By Shiamak
Thanks.. I figured out ^(\d+).

Thanks.. I figured out ^(\d+).
Forum: [VBP] General Discussion 03-17-2014, 04:52 PM
Replies: 4
Views: 10,551
Posted By Shiamak
Above works great however using VBP's regular...

Above works great however using VBP's regular expressions how do you parse one or two or three digits from either a string or a file?

(/d/d) works only for two digits.
Forum: [VBP] Third Party Tools 03-13-2014, 07:10 PM
Replies: 5
Views: 11,061
Posted By Shiamak
and How do I store a value in a MACRO.. for...

and How do I store a value in a MACRO..

for instance if I am doing

Select max(Field1) from table1.

I would like to store the output in a Macro .
Forum: [VBP] Third Party Tools 03-13-2014, 06:11 PM
Replies: 5
Views: 11,061
Posted By Shiamak
When I do enter %PASSWORD%, all it displays in...

When I do enter %PASSWORD%, all it displays in the txt box is **** (astrix)...

is that correct behavior?
Forum: [VBP] Third Party Tools 03-13-2014, 03:40 PM
Replies: 5
Views: 11,061
Posted By Shiamak
Macro in Password field of Run Oracle action

Hi,

Is it possible to use a %MACROVALUE% in the Password field of "Step Properties - Run Oracle Script"?

I am trying to run a oracle script that pull out a max value from one of the fields in...
Forum: [VBP] Suggestions 02-06-2014, 03:42 PM
Replies: 2
Views: 17,874
Posted By Shiamak
Copy/paste step properties and values

I have tried many different ways to copy and paste PROPERTIES and VALUES from Step Properties dialog box but no avail.

Is there a way to do this? If not, then perhaps it would be a good idea to...
Forum: [VBP] General Discussion 01-27-2014, 05:05 PM
Replies: 8
Views: 11,406
Posted By Shiamak
As always, thanks a bunch for your prompt reply...

As always, thanks a bunch for your prompt reply however I ended up using %LOOP_VALUE% along with Loop statement, it worked really well.
Forum: [VBP] General Discussion 01-27-2014, 05:05 PM
Replies: 2
Views: 9,489
Posted By Shiamak
As always, thanks a bunch for your prompt reply...

As always, thanks a bunch for your prompt reply however I ended up using %LOOP_VALUE% along with Loop statement, it worked really well.
Forum: [VBP] General Discussion 01-27-2014, 04:06 PM
Replies: 8
Views: 11,406
Posted By Shiamak
Increment a numeric value in a macro

I have a need to increment numeric value of a Macro .e.g Macro1 after certain steps are performed, how do you achieve this in VBP 8?

Here is pseudo code.

1. Perform action1.
2. Macro1 + 1
3....
Showing results 1 to 25 of 84

 

All times are GMT -5. The time now is 02:24 AM.


Copyright © 1999-2023 Kinook Software, Inc.