BuildForge Fails to map a drive
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.
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
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
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 :)