It's all about the answers!

Ask a question

BuildForge Fails to map a drive


Veena Balakrishna (361106) | asked May 18 '10, 6:22 a.m.
Hi,

I am able to map a drive on command prompt but not through buildforge.
There is some authentication issues with the drive which i am trying to map.

This is the error

37 05/18/10 03:43PM MAP Received error 5 mapping \\bglgsa\projects\w\websphereadapters to Z:
38 05/18/10 03:43PM AUTH set user account to adapter

Agent is running on the host which is authenticated with "adapter" userid

I need to map this drive \\bglgsa without any errors. Please let know the way i can do it.

2 answers



permanent link
Brent Ulbricht (2.5k11) | answered May 18 '10, 2:39 p.m.
JAZZ DEVELOPER
Hi,

I am able to map a drive on command prompt but not through buildforge.
There is some authentication issues with the drive which i am trying to map.

This is the error

37 05/18/10 03:43PM MAP Received error 5 mapping \\bglgsa\projects\w\websphereadapters to Z:
38 05/18/10 03:43PM AUTH set user account to adapter

Agent is running on the host which is authenticated with "adapter" userid

I need to map this drive \\bglgsa without any errors. Please let know the way i can do it.


Hi,

It's hard to tell from the message what might be happening. You might try syntax where the user name and password are added to the environment variable value. For example, the _MAP variable in your environment would be set to

Z:=//bglgsa/projects/w/websphereadapters(<user_name>,<password>)

You should see something like this in the step log.

77 5/18/10 1:19 PM MAP Attempting to map '\\bglgsa\projects\w\websphereadapters' to drive 'Z:'
78 5/18/10 1:19 PM MAP Mapped drive Z: to '\\bglgsa\projects\w\websphereadapters' using '<user_name>',*****

bju

permanent link
Veena Balakrishna (361106) | answered May 19 '10, 8:07 a.m.
Hi,

I am able to map a drive on command prompt but not through buildforge.
There is some authentication issues with the drive which i am trying to map.

This is the error

37 05/18/10 03:43PM MAP Received error 5 mapping \\bglgsa\projects\w\websphereadapters to Z:
38 05/18/10 03:43PM AUTH set user account to adapter

Agent is running on the host which is authenticated with "adapter" userid

I need to map this drive \\bglgsa without any errors. Please let know the way i can do it.


Hi,

It's hard to tell from the message what might be happening. You might try syntax where the user name and password are added to the environment variable value. For example, the _MAP variable in your environment would be set to

Z:=//bglgsa/projects/w/websphereadapters(<user_name>,<password>)

You should see something like this in the step log.

77 5/18/10 1:19 PM MAP Attempting to map '\\bglgsa\projects\w\websphereadapters' to drive 'Z:'
78 5/18/10 1:19 PM MAP Mapped drive Z: to '\\bglgsa\projects\w\websphereadapters' using '<user_name>',*****

bju

Thanks for helping. It worked :)

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.